@charset "utf-8";
/* style for shop module starts here */
.clsCartProductList{
	margin:0.5em 0 1em 0;
	background:#EEE;
	padding:0.5em 0;
}
.clsCartProductList p{
	float:right;
	margin:0 0.5em 0 0;
}
.clsshopListTable{
	margin:1em 0;
}
	.clsShopCategoryCell{
		text-align:center;
		width:30%;
	}
	.clsShopCategoryCell .clsTitleLink a{
		color:#4D4E4F;
	}
	.clsShopDetailPrice{
		color:#D83120;
		font-weight:bold;
	}
	.clsShopCategoryCell .clsAddToCart,.clsShopCategoryCell .clsCartMoreInfo,.clsAddToCartRight{
		background:url(../images/screen_brown/bg-addtocart.gif) no-repeat;
		width:76px;
		height:19px;
		line-height:17px;
		display:block;
		color:#FFF;
		font-weight:bold;
	}
	.clsShopCategoryCell .clsCartMoreInfo{
		background:url(../images/screen_brown/bg-moreinfo.gif) no-repeat;
		height:18px;
		line-height:16px;
	}
	.clsShopCategoryCell .clsAddToCart a,.clsShopCategoryCell .clsCartMoreInfo a{
		color:#FFF;
	}
	.clsAddtoCartMore span{
		float:left;
		margin:0 10px 0 0;
	}
	*html .clsAddtoCartMore span{
		margin:0 5px 0 0;
	}
	.clsAddtoCartMore{
		margin:10px 0;
	}
/* clearfix starts here */
.clsCartProductList,.clsAddtoCartMore,.clsViewShopCommon{
	*overflow:auto;
	overflow:hidden;
	zoom:1;
}
* html .clsCartProductList,* html .clsAddtoCartMore,* html .clsViewShopCommon{
	height:1%;
	overflow:visible;
}
/* style for view shop cart page */
.clsViewShopLeft{
	width:370px;
	float:left;
}
* html .clsViewShopLeft{
	width:350px;
}
.clsViewShopRight{
	width:200px;
	float:right;
}
	.clsReadyOrder{
		border:1px solid #E0DFDF;
	}
		.clsReadyOrder h2{
			background:#E0DFDF;
			padding-left:0.5em;
		}
		.clsOrderDetails{
			padding:0.5em;
		}
		.clsOrderDetails .clsProductAvailable{
			color:#8B8D92;
		}
		.clsAddToCartRight{
			margin:0.5em 0;
		}
		.clsAddToCartRight a{
			color:#FFF;
			text-align:center;
			padding:0 0 0 0.5em;
		}
		.clsCartBottomContent{
			margin:0.5em 0;
		}
		.clsCartBottomContent p{
			margin:0.3em 0;
		}
		.clsProdudctDetailsTitle{
			font-weight:bold;
			margin:1em 0 0.5em 0;
		}
.clsProductInformationShop h2{
	text-align:center;
	margin:1em 0;
}
.clsSubTotalPrice{
	font-weight:bold;
}
	.clsSubTotalDollar{
		color:#8D3534;
		margin:0 5px;
	}
.clsOrderPreview p{
	margin:0.5em 0;
	font-weight:bold;
}
	.clsOrderPreview p .clsReviewLabel{
		color:#8B8D92;
		margin:0 10px 0 0;
	}
	.clsEditCart{
		padding:0.3em 0;
	}
.clsOrderPreview{
	background:#F8F2E6 !important;
	padding:10px;
}
#selShopCategory #selCategoryTable td{
	border:1px solid #7F6A3F;
}		
	
