}

#main_top {
	width: 960px;
	height: 12px;
	background: url(../images/main_top.png) no-repeat top
}

#main {
	width: 880px;
	background: url(../images/main_middle.png) repeat-y
}

#sidebar {
	float: left; 
	width: 145px;
	padding: 20px 30px 0 10px;
}

.sidebar_title {
	cursor:default;
}

.sidebar_title:hover {
	text-decoration:none;
}

#content {
	float: left;
	width: 700px;
	width: 757px;
	padding: 20px 0px 20px;
}

#main_footer {
	width: 940px;
	padding: 60px 10px 20px;
	background: url(../images/main_bottom.png) top no-repeat
}

#site_title { float: left; margin-top: 30px; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 180px; padding: 35px 0 0 85px; font-size: 12px; color: #999; text-align: left; background: url(../images/title_logo.png) no-repeat top left }

#header_right { float: right; display: inline-block; padding-top: 40px; }

#main_search { clear: both; margin-top: 5px; width: 232px; height: 31px; background: url(../images/searchbox.png) }
#main_search form {
	margin: 0;
	padding: 0;
}

#main_search .txt_field {
	float: left;
	display: block;
	height: 30px;
	line-height: 20px;
	width: 188px;
	color: #999;
	font-size: 12px;
	padding: 0 5px;
	font-variant: normal;
	border: none;	
	background: none;
}

#main_search .sub_btn {
	float: right;
	display: block;
 	height: 34px;
	width: 30px;
	cursor: pointer;
	border: none;
	background: none;	
}

#main_middle h1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
	margin-bottom: 15px;
}

#main_middle p {
	color: #ccc;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

#main_middle img {
	float: right;
	margin-left: 60px;
}

#main_middle a.buy_now {
	display: inline-block;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #21bdd0;
}

#product_slider {
	padding: 40px 30px 80px 30px;
	background:  url(../images/slider.png) bottom center no-repeat
}

#sidebar h3 {
	font-size: 16px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	background: url(../images/sidebar_header_bg.png)  left bottom no-repeat
}
.sidebar_menu {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.sidebar_menu li {
	margin: 0;
	padding: 2px 0 3px 15px;
	background: url(../images/list_01.png) no-repeat scroll 0 8px;
	border-bottom: 1px dotted #FF0202
}

.sidebar_menu li a {
	font-size: 13px;
}

#content h2 { font-size: 24px; padding-bottom: 10px; border-bottom: 1px solid #ccc; margin-bottom: 20px }

table td { border-bottom: 1px solid #ccc }

.checkout input { border: 1px solid #ccc; margin-bottom: 15px; height: 20px; line-height: 18px; 	padding: 3px;}

.faq h3 { font-size: 14px; margin: 30px 0 5px }

.product_gallery {
	margin-bottom: 60px;
	text-align: center
}

.product_gallery img {
	margin-bottom: 5px;
	border: 2px solid;
}

.product_gallery h3 {
	font-size: 13px;
	color: #a55;
	font-weight: 700;
}

.product_gallery .product_price {
	color: #000;
	background: #fd7;
	font-weight: 700;
	margin-bottom: 1px;
}

.add_to_cart {
	display: inline-block;
	padding-right: 30px;
	background: url(../images/cart.png) no-repeat right center	
}

#contact_form { padding: 0; width: 282px; margin-bottom: 40px }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { width: 220px; padding: 5px; color: #666;  background: #fff; border: 1px solid #dedede; 	font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-top: 3px;}

#contact_form form label { display: block; width: 100px; margin-right: 12px; font-size: 11px }
#contact_form form textarea { width: 270px; height: 150px; padding: 5px; color: #666; background: #fff; border: 1px solid #dedede; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-top: 3px;}
#contact_form form .submit_btn { display: block; padding: 5px 12px; text-align: center; text-decoration: none; font-weight: bold;  background-color: #555; border: 1px solid #000; color: #fff; font-size:11px; cursor: pointer }

.footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu li {
	margin: 0;
	padding: 2px 0 3px 0px;
	border-bottom: 1px dotted #ccc
}

.footer_menu li a {
	font-size: 11px;
}

.col { float: left; margin-right: 10px }
.col_13 { width: 300px; }
.col_14 { width: 220px; }
.col_15 { width: 400px; }
.col_16 { width: 140px; }
.col_23 { width: 620px; }

.btn_upd { background:white; border:none; font-weight:bold; cursor:pointer; color:#001; }
.btn_upd:hover { text-decoration: underline; }
.no_margin_right { margin-right: 0 }