html, body {height: 100%; width: 100%;}

body {  
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Arial;
  color: #363636;
  background: url(../images/bg.jpg) repeat-x left top;
}

a img {
	border: none;
}

a {
	color: #0072bc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #3294d3;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	min-width: 995px;
	min-height: 100%;
}

.row {
	float: left;
	width: 100%;
}

.red {color: #f00;}
.strike {text-decoration: line-through;}

.float_left {float: left;}
.float_right {float: right;}

td, th {vertical-align: top;}

h1 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	height: 24px;
	width: 167px;
	margin: 0 auto;
	padding: 7px 0;
	background: url(../images/h1_bg.png) no-repeat center top;
}
strong{
      font-weight:normal;
}
h1 a {color: #fff;}
h1 a:hover {color: #eee;}

h2 {
	font-size: 18px;
	padding-bottom: 6px;
}

h3 {
	font-size: 14px;
	padding-bottom: 8px;
}

.bg_blue, tr.bg_blue td, tr.bg_blue th {
	background: #0072bc;
	color: #fff;
}

h3.bg_blue {
	padding: 2px 6px;
}

p.small span {
	font-size: 10px;
}

.line {
	height: 16px;
	background: url(../images/line_bg.jpg) repeat-x left top;
}

.empty {
	clear: both;
	height: 175px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0px;
}

.breadcrumbs {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.align_center {
	text-align: center;
}

a.recalc {border-bottom: 1px dashed #4bbde1; font-size: 12px; text-decoration: none;}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	height: 206px;
	float: left;
	width: 100%;
	background: url(../images/header_right.jpg) no-repeat right top;
}

.header a.logo {
	text-decoration: none;
	padding: 13px 0 0 46px;
	float: left;
	width: 197px;
	height: 193px;
	background: url(../images/header_left.jpg) no-repeat left top;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.contentwrapper {
	float: left;
	width: 100%;
}

.contentwrapper .left {
	float: left;
	width: 167px;
	padding: 25px 22px 10px 19px;
	background: url(../images/left_bg.jpg) no-repeat left top;
	min-height: 66px;
}

.contentwrapper .content {
	margin-left: 208px;
	background: url(../images/content_bg.jpg) no-repeat right top;
	min-height: 66px;
}

.contentwrapper .content .right {
	float: right;
	width: 185px;
	padding: 0 14px 10px 9px;
}

.contentwrapper .content .center, .contentwrapper .content .center2 {
	margin-right: 208px;
	padding-top: 86px;
	background: transparent;
}

.contentwrapper .content .center2 {
	padding-top: 10px;
}

.contentwrapper .content .center .inner, .contentwrapper .content .center2 .inner {
	float: left;
	width: 100%;
}

.contentwrapper .inner2 {
	padding: 0 20px 10px 20px;
}

.contentwrapper .content p {
	padding-bottom: 10px;
}

.map {
	float: left;
	padding-right: 18px;
}

.price {
	padding-left: 24px;
	color: #0072bc;
}

.price li {
	font-weight: bold;
	padding: 2px 0 10px 0;
	line-height: 24px;
}

.price li li {
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	background: none;
	line-height: normal;
}

.thumb_left {
	float: left;
	padding: 0 6px 6px 0;
}
.thumb_right {
	float: right;
	padding: 0 0 6px 6px;
}

/* ======================= CONTENT > Left ========================*/

.left .phones {
	padding: 0 0 6px 22px;
	background: url(../images/phone_ico.jpg) no-repeat left top;
	background-position: 0px 5px;
	font-size: 22px;
	color: #0072bc;
}

.left .phones span {
	font-size: 12px;
	float: left;
	padding: 2px 4px 0 0;
}

.left .left_menu {
	padding-left: 24px;
}

.left .left_menu li {
	font-weight: bold;
	font-size: 14px;
	background: url(../images/bullet.jpg) no-repeat left top;
	padding: 4px 0 10px 10px;
}

.left .left_menu li li {
	font-weight: normal;
	font-size: 12px;
	padding: 4px 0;
	background: none;
}

/* ======================= CONTENT > Center ========================*/

.center h3, .center2 h3, .center p, .center2 p {
	padding: 0 20px 10px 20px;
}

.banner {
	margin-right: 20px;
}

/* ======================= CONTENT > Center > Item ========================*/

.item {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.thumbnail {
	float: left;
	text-align: center;
	width: 180px;
}

.thumbnail strong {
	font-size: 18px;
	line-height: 36px;
}

.thumbnail a.thumb_big img, .thumbnail a.thumb_sm img {
	border: 1px solid #b0b0b0;
}

.item_descr {
	margin-left: 190px;
}

/* ======================= CONTENT > Center > Similar List ========================*/

.similar a {
	float: left;
	margin: 0 10px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.similar a img {
	border: 1px solid #b0b0b0;
}

/* ======================= CONTENT > Center > Quick Choose Box ========================*/

.quick_choose {
	background: #ececec;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.quick_choose_inner {
	padding: 10px;
}

.quick_choose h3.bg_blue {
	border-bottom: 1px dotted #acacac;
}

.quick_choose_inner table {
	width: 100%;
	line-height: 18px;
}

.quick_choose_inner table th {
	text-align: right;
}

.quick_choose_bottom {
	background: #0072bc;
	color: #ebebeb;
	height: 19px;
	font-size: 10px;
	border-top: 1px dotted #acacac;
}

.quick_choose_bottom a, .quick_choose_bottom span {
	color: #ebebeb;
	text-decoration: none;
	float: left;
	padding: 3px 6px 0 6px;
	height: 16px;
}

.quick_choose_bottom span {
	padding-left: 6px;
}

.quick_choose_bottom a.active {
	background: url(../images/quick_search_bottom_active.jpg) no-repeat right #0054a6;
	padding-right: 14px;
}

/* ======================= CONTENT > Center > Vetical List ========================*/

.vertical_list {
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.most_popular .vertical_list {
	border: 1px solid #0072bc;
	background: #c9e1f1;
}

.vertical_list td {padding: 3px 5px;}

.vertical_list td.thumb {
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}

.vertical_list td.thumb img {
	border: 1px solid #0072bc;
	margin: 0;
	padding: 0;
}

.vertical_list h5 {
	font-size: 14px;
}

.vertical_list td.price {
	vertical-align: middle;
	width: 101px;
	padding: 0 8px;
	font-size: 14px;
	color: #0072bc;
	font-weight: bold;
	text-align: center;
}

.most_popular .vertical_list td.price {
	background: url(../images/most_popular_price.jpg) repeat-y left top;
}

.vertical_list td.buy {
	line-height: 24px;
	text-align: right;
	padding: 0 8px;
}

.most_popular .vertical_list td.line {
	background: url(../images/line2_bg.jpg) repeat-x left;
	height: 5px;
	font-size: 2px;
}

.pager {
	padding: 6px 0 20px 0;
	float: left;
	width: 100%;
	position: relative;
	margin-top: -24px;
}

/* ======================= CONTENT > Center > Menu ========================*/

.menu {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.contentwrapper .content .center .menu .inner, .contentwrapper .content .center2 .menu .inner {
	width: 576px;
	margin: 0 auto;
	float: none;
}

.menu a {
	float: left;
	height: 21px;
	font-size: 14px;
	color: #278ec5;
	margin: 0 1px;
}

.menu a span, .menu a span b {
	float: left;
	height: 21px;
	cursor: pointer;
}

.menu a span {
	padding-left: 10px;
}

.menu a span b {
	height: 15px;
	padding: 3px 10px 3px 0;
}

.menu a:hover {background: url(../images/menu_hover_bg.jpg) repeat-x left top;}
.menu a:hover span {background: url(../images/menu_hover_left.jpg) no-repeat left top;}
.menu a:hover span b {background: url(../images/menu_hover_right.jpg) no-repeat right top;}

.menu a.active, .menu a.active:hover {background: url(../images/menu_active_bg.jpg) repeat-x left top; color: #fff; text-decoration: none;}
.menu a.active span, .menu a.active:hover span {background: url(../images/menu_active_left.jpg) no-repeat left top;}
.menu a.active span b, .menu a.active:hover span b {background: url(../images/menu_active_right.jpg) no-repeat right top;}

/* ======================= CONTENT > Center > List ========================*/

.list {
	padding: 10px 0 20px 0;
	width: 100%;
	float: left;
}

.list_item {
	margin: 0 16px;
	float: left;
	font-size: 18px;
	color: #252525;
	text-align: center;
	width: 110px;
	line-height: 29px;
	height: 310px;
}

.list_item a.title {
	line-height: 20px;
	display: block;
}

.list_item a.category {
	display: block;
	padding: 3px 6px;
	color: #fff;
	font-size: 11px;
	background: #0072bc;
	text-align: left;
	line-height: normal;
}

/* ======================= CONTENT > Center > Cart ========================*/

.cart {
	width: 100%;
	font-size: 14px;
	background: #f5f5ed;
	text-align: center;
	font-weight: bold;
}

.cart td, .cart th {
	padding: 3px 6px;
	border-bottom: 1px solid #0072bc;
	vertical-align: middle;
}

.cart td {
	padding: 14px 6px;
}

.cart th {
	font-size: 12px;
}

.cart .input_left, .cart .input_right, .cart input.quantity {
	float: left;
	background: url(../images/input_bg.jpg) repeat-x left top;
	height: 22px;
	border: none;
}

.cart td.quant {
	width: 40px;
}

.cart .input_right {background: url(../images/input_right.jpg) no-repeat right top; padding-right: 8px;}
.cart .input_left {background: url(../images/input_left.jpg) no-repeat left top; padding-left: 8px;}
.cart input.quantity {width: 30px; text-align: center;}

.cart_submit {
	float: right;
	text-align: right;
	padding: 5px 0;
	line-height: 24px;
	font-size: 14px;
}

/* ======================= CONTENT > Center > Order Form ========================*/

.order {
	width: 400px;
	margin: 0 auto;
}

.order .row {
	padding: 4px 0;
}

.order label {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 8px;
	padding-top: 4px;
}

.order input {
	border: none;
	float: left;
	height: 17px;
	width: 250px;
	background: url(../images/order_input_bg.jpg) no-repeat left top;
	padding: 2px 10px;
	color: #363636;
	font-size: 12px;
	font-family: Arial;
}

.order input.submit, .order input.submit2 {
	padding: 0;
	height: auto;
	width: auto;
	float: right;
}

.order input.submit2 {
	float: none;
	width: 99px;
	margin-left: 120px;
}

.order span {
	width: 270px;
	float: left;
	font-weight: bold;
	padding-top: 4px;
}

.order textarea {
	border: none;
	overflow: hidden;
	height: 100px;
	float: right;
	width: 252px;
	padding: 0 10px;
	margin: 0;
	background: url(../images/textarea_bg.jpg) repeat-y left top;
}

.order .textarea_top, .order .textarea_bottom {
	background: url(../images/textarea_top.jpg) no-repeat left top;
	width: 272px;
	height: 7px;
	float: right;
	font-size: 2px;
}

.order .textarea_bottom {
	background: url(../images/textarea_bottom.jpg) no-repeat left bottom;
}

/* ======================= CONTENT > Right ========================*/

.box_cart {
	font-size: 14px;
	padding-bottom: 16px;
}

.box_cart a {
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
}

.firms {
	padding: 3px 0 0 10px;
	border-left: 1px dotted #898989;
}

.firms a img {
	padding-right: 7px;
	margin-bottom: 16px;
}

.quick_search {
	padding: 11px 0 0 11px;
}

.quick_search input.quick_search_text {
	border: none;
	background: url(../images/quick_search.jpg) no-repeat left top;
	height: 17px;
	width: 116px;
	padding: 3px 12px;
	color: #b7b7b7;
	font-size: 12px;
	font-family: Arial;
	float: left;
}

.quick_search input {
	float: right;
}

.places {
	color: #959595;
}

.places select {
	width: 160px;
}

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
    position: relative;
	min-width: 995px;
	height: 175px;
	margin: -175px auto 0;
	color: #898989;
	font-size: 12px;
	background: url(../images/footer_bg.jpg) no-repeat center bottom;
}

.footer_left {
	width: 172px;
	float: left;
	padding-left: 36px;
}

.footer span {
	line-height: 18px;
}

.footer .footer_right {
	float: right;
	width: 208px;
	background: url(../images/footer_right.jpg) no-repeat right bottom;
	height: 175px;
}

.footer .footer_center {
	margin: 0 220px;
	padding-top: 100px;
}