body
{
	margin: 0 auto;
	width: 960px;
	background-color: #f0eee0;
	font-family: arial, verdana;
}
a
{
	color: #000;
	text-decoration: none;
}
img
{
	border: none;	
}
a:hover
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
#header
{
	height: 125px;
	
}
#header_top_border
{
	border-top: 10px #34221c solid;
}
#header_content
{
	border: 2px #e5e3d3 solid;
	height: 120px;
	background-color: #f8f7eb;
}
#app_title
{
	font-size: 1.4em;	
	text-align: center;
}
#logo
{
	float: left;
	margin: 5px 0 0 15px;
	width: 240px;
	height: 114px;
}
#main_menu
{
	float: left;
	margin: 70px 0 0 0;
	font-weight: bold;
}
#main_menu li
{
	float: left;
	list-style: none;
}
#main_menu a
{
	color: #000;
	text-decoration: none;
}
#main_menu a:hover
{
	text-decoration: underline;
}
#search
{
	float: right;
	margin-top: 80px;
	margin-right: 15px;
	width: 250px;
	height: 20px;
}
#search_input
{
	float: left;
	height: 15px;
	border: 1px #a4a4a4 solid;
}
#search_products
{
	float: right;
	margin-top: 80px;
	margin-right: 15px;
	width: 340px;
	height: 20px;
}
#search_button
{
	float: left;
	margin-left: 5px;
	height: 19px;
}
#page
{
	margin-top: 15px;
	width: 960px;
}
#left_menu
{
	float: left;
	width: 240px;
	color: #9d9d9d;
}
.left_menu_item
{
	background-color: #ffffff;
	border: 1px #d9d6c5 solid;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
}
.left_menu_item ul
{
	list-style-type: none;
	margin-left: -30px;
}
.left_menu_item_img
{
	float: left;
	margin-top: 6px;
	margin-right: 2px;
	background-image: url('../../images/front/general/left_menu_img.png');
	width: 9px;
	height: 9px;
}
.left_menu_item li a
{
	color: #000;
	text-decoration: none;
}
.left_menu_item li a:hover
{
	text-decoration: underline;
}
.left_menu_item strong
{
	color: #603804;
	font-size: 1.2em;
	margin-left: 70px;
}
.left_menu_item_bottom_border
{
	border-bottom: 1px #8d8d8d solid;
	width: 220px;
	margin: 3px 0 5px 0;
}
#content
{
	float: left;
	width: 685px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px #d9d6c5 solid;
	padding: 5px 10px 5px 10px;
	color: #000;
}
#content_title
{
	color: #603804;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 50px;
}
.content_title2
{
	color: #603804;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 15px 15px;
}
#content_title_bottom_border
{
	border-bottom: 1px #8d8d8d solid;
	width: 685px;
	margin: 3px 0 5px 0;
}
#list_items
{
	padding: 5px 10px 5px 10px;
}
.item
{
	margin-bottom: 3px;
}
.item_title
{
	font-weight: bold;
}
.item_title a
{
	color: #000;
	text-decoration: none;
}
.item_bottom_border
{
	border-bottom: 1px #8d8d8d dotted;
	width: 650px;
	margin: 0px 0 20px 0;
}
.message 
{
	background-color: #F8F7EB;
	width: none;
	padding: 3px;
	border: 1px solid #A4A4A4;
	margin-bottom: 2px;
}
#pagination
{
	text-align: center;
	background-color: #E5E3D3;
}
#pagination a
{
	color: #000;
	text-decoration: none;
}

.item_details
{
	float: left;
	margin: 10px 0 2px 5px;	
}
.item_date
{
	color: #333;
	font-style: italic;
}
#related_items li
{
	list-style-type: none;
	
}
#related_items a
{
	color: #603804;
	text-decoration: none;
}
.comment
{
	margin-bottom: 15px;
}
.comment_title
{
	font-size: 1.2em;
	font-weight: bold;
}
.comment_date
{
	font-style: italic;
}
.comment_content
{
	padding: 5px;
	border: 1px #587058 solid;
	background-color: #F0EEE0;
}
label
{
	float: left;
	width: 100px;
	background-color: #F0EEE0;
}
.item_left
{
	float: left;
	padding: 15px 10px 5px 10px;
}
.product_avatar
{
	float: left;
	padding: 10px 10px 0px 10px;
}
.cart
{
	width: 670px;	
}
.cart td, th
{
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #F0EEE0;
	width: 165px;
	text-align: center;
}
.dropdown
{
	float: left;
	background-color: #FFF;
	border: 1px solid #A4A4A4;
	height: 19px;	
}
.details_product_bottom
{
	float: left;
	width: 650px;
}
.read_all
{
	float: right;
}
.add_cart
{
	float: left;
	margin-right: 30px;
}
.price
{
	float: left;
	background-color: #F0EEE0;
}
.index_cart_item
{
	color: #000;
	border-bottom: 1px solid #F0EEE0;
}
#view_cart
{
	margin: 10px 0 3px 130px;
}