@import url("pagerSwap.css");

.rightDataText ul{
	list-style-type:none;
	margin:0px;
	padding-left:3px;
}

/*	Product List	*/
.productWrapper{
	float:left;
	width:168px;
	height:200px;
	text-align:center;
	margin:10px;
	padding:3px;
	border:1px dashed #332C24;
}

.productWrapper img{
	height: 123px;
	border:2px solid #E5DFD1;
	margin-bottom:5px;
}

.productTitle a{
	font-weight:bold;
	color:#996600;
	font-size: 12px;
}

.productTitle{
	font-weight:bold;
	font-size: 18px;
}

/*	Single Product */
.product{
	margin:10px;
}

.product img{
	border:2px solid #E5DFD1;
	margin:3px 3px 15px;
	float:left;
}

.productDataWrapper{
	margin-left:224px;
	padding-top:25px;
}

.productDescWrapper{
	clear:left;
	margin:10px;
}

/*	Cart */
#cartWrapper{
	color:#E5DFD1;
	font-size:12px;
	font-style:italic;
}

#cartWrapper input{
	background:#E5DFD1 none repeat scroll 0 0;
	border:0 none;
}

.cartData{
	width:254px;
}

.cartItem{
	background-color:#332C24;
	border-bottom:1px solid #E5DFD1;
	clear:right;
	padding:3px;
}

.cartItemName{

}

.cartLabel{
	font-weight:bold;
}

.cartItemData{
	
}

.cartItemTotal{
	float:right;
	margin-right:5px;
}

.cartQty{
	width:17px;
}

.btnWrapper{
	background-color:#9A6600;
	border-bottom:1px solid #E5DFD1;
	clear:both;
	padding:7px;
	position:relative;
	color:#E5DFD1;
	min-height:16px;
}

.totalWrapper{
	background-color:#605545;;
	border-bottom:1px solid #E5DFD1;
	clear:both;
	padding:7px;
	position:relative;
	color:#E5DFD1;
	min-height:16px;
}

#cartTotal{
	font-size:12px;
	text-align:right;
}

.cartBtn {
	background-color:transparent;
	border:0 none;
	color:#E5DFD1;
	cursor:pointer;
	font-size:15px;
	font-style:italic;
}

#updateCartBtn{
	background: url(../img/layout/update_cart.png) no-repeat transparent;
	height:32px;
	left:1;
	position:absolute;
	top:1;
	width:141px;
	cursor:pointer;
}

#cartSubmit{
	position:absolute;
	top:3px;
	right:0px;
}

.cartRemove{
	float:right;
}

.productPrice{
	margin-bottom:15px;
}

.productOptions{
	margin-bottom:10px;
	font-weight:bold;
}

.productQty{
	margin-bottom:15px;
	font-weight:bold;
}

#addSubmit{
	width:111px;
	height:32px;
	background:url(../img/layout/btn_addtocart.png);
	border:none;
	cursor:pointer;
}
	
