@charset "utf-8";

/*
 * PRODUCT MODULE
 */

/*
 * Breadcrumbs
 */

#product-crumbs-wrapper {
	margin: 5px 0px 10px;
    font-size: .9em;
	padding: 3px;
}

#product-crumbs {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#product-crumbs li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

/*
 * Search form
 */

#search-form-wrapper {
	text-align: right;
    margin: 5px 0px 10px;
    padding: 5px 10px;
    background-color: #eee;
}

#search-form {
	
}

#search-form .label {
	display: inline;
}

/*
 * Product category list
 */

#product-categories-wrapper {
	margin: 5px 0px 10px;
}

#product-categories, #product-categories li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 1em;
}

#product-categories li {
	display: block;
    float: left;
    width: 220px;
	font-size: .9em;
}

/*
 * Product category view-helper
 */

#product-helper-categories {
    margin: 0px;
    padding: 5px 0px 0px 10px;
    list-style: none;
}

#product-helper-categories li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*
 * Product list
 */

#product-list-wrapper {
	clear: both;
}

#product-list .product-item {
	border-bottom: 2px solid #ccc;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
}

#product-list .product-item:hover {
	border-color: #ccc;
}
	
	#product-list .product-item .text {
	}
		
		#product-list .product-item .text .product-price {
			font-weight: bold;
		}
	
		#product-list .product-item .text .product-special {
			color: #f00;
			font-weight: bold;
		}
		
		#product-list .product-item .text .product-old-price {
			color: #bbb;
			font-style: italic;
		}

	#product-list .product-item .image {
		float: right;
		margin: 10px 0px 10px 15px;
	}
	
	#product-list .product-item .image img:hover {
		border-color: #ccc;
	}
	
	#product-list .product-item .image img {
		max-width: 80px;
		max-height: 80px;
		border: 5px solid #eee;
	}
	
	#product-list .product-item .more {
		font-size: .9em;
		margin-top: 5px;
		text-transform: uppercase;
	}

/*
 * Product view
 */

#product-view-wrapper {
	
}

#product-view {
	position: relative;
}

#product-view-wrapper #product-content {
	
}

	#product-view #product-content h1 small {
		font-size: .6em;
	}
	
	#product-view #product-content #product-price {
		position: absolute;
		right: 0px;
		top: 5px;
		font-size: 1.5em;
	}
	
		#product-view #product-content #product-price .product-price {
			font-weight: bold;
		}
	
		#product-view #product-content #product-price .product-special {
			color: #f00;
			font-weight: bold;
		}
		
		#product-view #product-content #product-price .product-old-price {
			color: #bbb;
			font-style: italic;
		}
	
	#product-view #product-content #product-photo {
	    text-align: center;
		padding: 15px 0px;
		background-color: #eee;
	}
	
		#product-view #product-content #product-photo img {
			border: 5px solid #fff;
		}
	
	#product-view #product-content .product-info {
		margin: 10px 0px;
	}
	
		#product-view #product-content .product-info .label {
			font-weight: bold;
		    margin: 5px 0px;
		    font-size: .9em;
		}
		
		#product-view #product-content .product-info .value {
			padding-left: 20px;
		}
	
	#product-view #product-content #product-description {
		
	}
	
#product-view #product-gallery {
	background-color: #eee;
	padding: 10px;	
}

	#product-view #product-gallery ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
	}
	
	#product-view #product-gallery ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
	}

	#product-view #product-gallery ul li img {
		max-width: 80px;
		max-height: 80px;	
		border: 5px solid #fff;
	}

#product-view .notice {
	text-align: center;
    font-size: .9em;
	font-style: italic;
    margin: 5px 0px;
}

/*
 * Product tag cloud
 */

#product-tag-cloud {
	list-style: none;
	margin: 0px;
	padding: 5px 10px;
	background-color: #eee;
}

	#product-tag-cloud li {
		list-style: none;
		display: inline;
		width: 80px;
	}
	
	#product-tag-cloud li a {
		margin: 0px 10px;
	}

#product-helper-tag-cloud {
	list-style: none;
	margin: 0px;
	padding: 5px;
}

	#product-helper-tag-cloud li {
		list-style: none;
		display: inline;
	}
	
	#product-helper-tag-cloud li a {
		margin: 0px 5px;
	}
	
/*
 * Paging
 */

.paging-wrapper {
	margin: 0px 0px 5px;
    font-size: .9em;
    text-align: right;
}