/* products page  
-------------------------------------------------------------- */
#product_info {
	float: left;
}
#product_buy {
	float: right;
}
#product_title {
	width: 50px;
}
.product_info {
	color: #000000;
}
.product_label {
	float: left;
	width: 60px;
	color: #000000;
	padding: 2px 0px;
}
.product_desc {
	width: 120px;
	padding-top: 5px;
	
}
#product_image img {
	margin-top: 13px;
}
.item_desc {
	float: left;
}
.item_quantity {
	float: left;
	width: 25px;
}
.item_price {
	float: left;
	color: #000000;
	margin: 2px 0px;
}
.product_id {
	display: none;
}
.item_add {
	margin: 10px 10px;
}
.itemContainer {
	border-bottom:1px solid #E4E4E4;
}
.itemName {
	font-weight: bold;
}
.hidden {
	display: none;
}
.itemSize, .itemColor, .itemPrice, .itemQuantity {
	float: left;
}
.itemColor, .itemQuantity {
	margin-left: 20px;
}
.itemincrement, .itemdecrement a {
	background: none;
}
.itemincrement, .itemdecrement {
	float: right;
}