/* ------------ */
/* Product List */
/* ------------ */

.product_list {
	clear: both;
	padding: 10px 0 ;
	width: 100%;
}

.product_list .button .stretch,
.product_list .link_button .stretch {
	width: 110px;
}

.product {
	float: left;
	width: 134px;
	height: 235px;
	overflow: hidden;
	padding: 0 11px 12px 10px;
}

.product .title {
	width: 100%;
	height: 36px;
	line-height: 17px;
	overflow: hidden;
	font-weight: bold;
    text-align: center;
    letter-spacing: -0.6px;
}
.product .title a {text-decoration: none;}
.product .thumb_image {
	width: 100%;
	height: 105px;
	overflow: hidden;
    margin: 0 3px;
    text-align: center;
}

.product .manufacturer {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
    text-align: center;
}
.product .price {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
    text-align: center;
}
.product .price .original_price {
	text-decoration: line-through;
	color: #606060;
	font-weight: normal;
}
.product .stock {
	width: 100%;
	height: 23px;
	line-height: 20px;
	overflow: hidden;
    text-align: center;
    color: #442312;
}
.product .buttons {
	text-align: center;
}

/* ------------ */
/* Product Sort */
/* ------------ */

.product_sort {float: left;}

/* ------------------------ */
/* Product Zoom - Highslide */
/* ------------------------ */

div.highslide-caption {}
div.highslide-caption div.title {font-weight: bold;}
div.highslide-caption div.sku {}
div.highslide-caption div.short_desc {}

/* ------------------------ */
/* Products Category Detail */
/* ------------------------ */

div.box.products_category_detail div.subs_item {
	float: left;
	width: 194px;
	padding-left: 10px;
}

/* -------------- */
/* Product Detail */
/* -------------- */

#product_detail {
	height: 1%; /* IE Bug */
	margin-bottom: 10px;
}

/* Image */
#product_detail .image {
	float: left;
	width: 270px;
	height: 270px;
	overflow: hidden;
}

/* Detail */
#product_detail .details {
	float: right;
	width: 350px;
	padding-top: 10px 0 10px 0;
}
#product_detail .details .title {
	font-weight: bold;
	color: #88CCCC;
}
#product_detail .details .detail label {
	display: block;
	float: left;
	width: 120px;
}
#product_detail .details .title {
	padding-bottom: 15px;
	font-size: 123.1%;
	margin: 0;
}
#product_detail .details .sku {padding-bottom: 5px;}
#product_detail .details .manufacturer {padding-bottom: 5px;}
#product_detail .details .manufacturer h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
#product_detail .details .list_price {}
#product_detail .details .price {padding-bottom: 10px;font-weight: bold;}
#product_detail .details .original_price {text-decoration: line-through;}
#product_detail .details .pricing {padding-bottom: 15px;}
#product_detail .details .pricing label {padding-bottom: 5px;}
#product_detail .details .pricing table {clear: left;}
#product_detail .details .pricing td {border-width:1px; border-style: solid;}
#product_detail .details .pricing td.item {text-align: center;}
#product_detail .details .savings {padding-bottom: 15px;}
#product_detail .details .stock {padding-bottom: 5px;}
#product_detail .details .option {min-height: 15px;padding-bottom: 5px;}
#product_detail .details .quantity {padding-bottom: 15px;padding-top: 10px;}
#product_detail .details .quantity input {width: 30px;}
#product_detail .details .option input {vertical-align: middle;}
#product_detail .details .buttons .button {margin-right: 8px;}

/* Product Reviews */
.dijitTabPane.reviews label {font-weight: bold;}
.dijitTabPane.reviews .reviews {clear: left;}
.dijitTabPane.reviews .reviews .review {padding-bottom: 10px;}
.dijitTabPane.reviews .reviews .review div {padding-bottom: 7px;}
.dijitTabPane.reviews .add_review {
	background: transparent url(../images/note.png) no-repeat scroll left center;
	text-decoration: none;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
.dijitTabPane.reviews #revform select {width: auto;}

.dijitTabPane.full_desc {
	padding: 10px;
}
.dijitTabPane.images {
	padding: 10px;
}

.product_hover {
	border-color: #000;
	cursor: pointer;
}
