/* Custom Cart Layout Styles */

#cart_container {
	position: relative;
	float: left;
	width: 100%;
	min-height: 500px;
	height: auto;
	top: 0;
	margin: 0;
	padding: 0;
	background: inherit;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#cart_layer {
	position: relative;
	float: right;
	top: 0;
	width: 650px;
	min-height: 300px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff url("../images/cart_header_bg.png") no-repeat 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.cart_info_box {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.cart_page_title {
	position: relative;
	float: left;
	width: 640px;
	height: 45px;
	line-height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: "Georgia", "Times New Roman", "serif";
	border-bottom: 1px solid #6ba439;
	overflow: hidden;
}

div.cart_page_title h1 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}

div.cart_page_article {
	position: relative;
	float: left;
	width: 640px;
	min-height: 1px;
	height: auto;
	background: inherit;
	padding: 5px;
}

#categories_navigation {
	position: relative;
	float: left;
	width: 640px;
	min-height: 30px;
	height: auto !important;
	margin: 10px 0 5px 10px;
	background: transparent;
}

#categories_navigation a { font-size: 13px; color: #2a1c13; }

#categories_navigation a:hover { color: #73aa45; }

/* Item Details Page */

.item_details_layer {
	width: 100%;
	margin: auto;
}

div#best_seller_items div.productBox {
	/*background:url(../images/box-bg.gif) 0 0 repeat-y;*/
    float: left;
	position: relative;
	overflow: hidden;
	min-height: 310px;
    max-height: 380px;
	height: auto;
	width: 185px;
	margin: 4px 0px 15px 2px;
	padding: 4px;
}