/* 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:2px solid #E4E4E4;
}
.itemName {
	font-weight: bold;
	margin-right: 20px;
}
.hidden {
	display: none;
}
.itemName, .itemSize, .itemColor, .itemPrice, .itemQuantity {
	float: left;
}
.itemColor, .itemQuantity {
	margin-left: 20px;
	margin-right: 20px;
}
.cart_totals {
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
}
.cart_discount {
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
}
.cart_discount span {
	padding: 4px;
	margin-right: 5px;
	float: left;
}
#discount_code {
	border: 1px solid #D2D2D2; 
	background: #ffffff; 
	width: 80px;
	height: 25px;
	padding: 4px; 
	float: left;
	margin-right: 7px;
}

#discount_button {
	border: 1px solid #D2D2D2;
	width: 60px;
	padding: 1px;
	background-color: #546192;
	cursor: pointer;
	color: #F3F3F3;
	text-align: center;
	float: left;
	height: 20px;
	margin-top: 3px;
}
#discount_button  span{
	width: 60px;
	text-align: center;
	padding: 1px;
}

.discount_percent {
	margin-left: 115px;
}
.discount_percent span {
	float: none;
	color: red;
}
.itemContainer {
	margin-top: 5px;
}
.simpleCart_checkout, .simpleCart_empty {
	margin-right: 15px;
	margin-top: 5px;
	color: #187AA3;
}
.itemRemove {
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
}

#strikeTotal {
	margin-left: 5px;
	margin-right: 10px;
	text-decoration: line-through;
	font-weight: normal;
	
}
.cartHeaders .itemIncrement {
	margin-left: 15px;
}
.itemContainer .itemIncrement {
	margin-left: 65px;
}
.itemIncrement a, .itemDecrement a {
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #5E5E5E; /*#E4E4E4;*/
	background: none;
	color: #187AA3;
	font-weight: bold;
}
.itemIncrement, .itemDecrement {
	float: right;
}
.itemIncrement a:hover, .itemDecrement a:hover {
	background-color: #969696;
	color: #187AA3;
}

