		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; background: #ccc url(../i/bg/main.jpg) top left repeat-x; font: 12px Tahoma; color:#403f3f; }
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */

a { color: #a34c31; }
a:visited { color: #7d1e00; }
a:hover {  }
a:active {  }
			
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -5px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.lb-1 { width: 779px; } /* 100% */
.lb-2 { width: 583px; } /* 75% */
.lb-3 { width: 387px; } /* 50% */
.lb-4 { width: 191px; } /* 25% */
			
/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden;  }
.menu-h li { float: left; list-style: none; padding: 0 .6em; }
.menu-h a { text-decoration: none; display: block; background:url(../i/bg/ahor.jpg) no-repeat; padding-left:20px; line-height:24px; text-transform:uppercase; font-size:13px; font-family:"Times New Roman", Times, serif }
.menu-h a:hover { text-decoration: underline; color:#d03403; font-family:"Times New Roman", Times, serif}
			
/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }
			
/* Vertical Menu
------------------------------ */

.menu-v { margin-left:5px;}
.menu-v li { padding: 4px 0; list-style: none; line-height:12px}
.menu-v li.alter { padding: 4px 0; list-style: none; background:url(../i/bg/mm_item_bg.png) 0px 4px no-repeat;}
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }
.menu-v a { text-decoration: none; display: block; padding-left:20px; color:#242424; font-family:Tahoma; font-size:11px; }
.menu-v a:hover { text-decoration: underline; }
			
/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 20px; font-family:"Times New Roman", Times, serif; color:#d74112; margin:5px 0px; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 14px; font-weight: bold; color:#c32f01; }
h3 { color:#c32f01; font-size:14px;}
blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse;  }
table th, table td { vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
			
/* Corners (em)
------------------------------ */

.corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }

.corners-2 em.tl, .corners-2 em.tr, .corners-2 em.bl, .corners-2 em.br { width: 4px; height: 4px; background-image: url(../i/corners/corners-2.png); }
	.corners-2 em.tl { left: -2px; top: -2px; } .corners-2 em.tr { right: -2px; top: -2px; } .corners-2 em.bl { left: -2px; bottom: -2px; } .corners-2 em.br { right: -2px; bottom: -2px; }
.corners-3 em.tl, .corners-3 em.tr, .corners-3 em.bl, .corners-3 em.br { width: 6px; height: 6px; background: url(../i/corners/corners-3.png); }
	.corners-3 em.tl { left: -3px; top: -3px; } .corners-3 em.tr { right: -3px; top: -3px; } .corners-3 em.bl { left: -3px; bottom: -3px; } .corners-3 em.br { right: -3px; bottom: -3px; }
.corners-4 em.tl, .corners-4 em.tr, .corners-4 em.bl, .corners-4 em.br { width: 8px; height: 8px; background: url(../i/corners/corners-4.png); }
	.corners-4 em.tl { left: -4px; top: -4px; } .corners-4 em.tr { right: -4px; top: -4px; } .corners-4 em.bl { left: -4px; bottom: -4px; } .corners-4 em.br { right: -4px; bottom: -4px; }
.corners-5 em.tl, .corners-5 em.tr, .corners-5 em.bl, .corners-5 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-5.png); }
	.corners-5 em.tl { left: -5px; top: -5px; } .corners-5 em.tr { right: -5px; top: -5px; } .corners-5 em.bl { left: -5px; bottom: -5px; } .corners-5 em.br { right: -5px; bottom: -5px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br { width: 12px; height: 12px; background: url(../i/corners/corners-6.png); }
	.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }
.corners-7 em.tl, .corners-7 em.tr, .corners-7 em.bl, .corners-7 em.br { width: 14px; height: 14px; background: url(../i/corners/corners-7.png); }
	.corners-7 em.tl { left: -7px; top: -7px; } .corners-7 em.tr { right: -7px; top: -7px; } .corners-7 em.bl { left: -7px; bottom: -7px; } .corners-7 em.br { right: -7px; bottom: -7px; }
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br { width: 16px; height: 16px; background: url(../i/corners/corners-8.png); }
	.corners-8 em.tl { left: -8px; top: -8px; } .corners-8 em.tr { right: -8px; top: -8px; } .corners-8 em.bl { left: -8px; bottom: -8px; } .corners-8 em.br { right: -8px; bottom: -8px; }
.corners-9 em.tl, .corners-9 em.tr, .corners-9 em.bl, .corners-9 em.br { width: 18px; height: 18px; background: url(../i/corners/corners-9.png); }
	.corners-9 em.tl { left: -9px; top: -9px; } .corners-9 em.tr { right: -9px; top: -9px; } .corners-9 em.bl { left: -9px; bottom: -9px; } .corners-9 em.br { right: -9px; bottom: -9px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 20px; height: 20px; background: url(../i/corners/corners-10.png); }
	.corners-10 em.tl { left: -10px; top: -10px; } .corners-10 em.tr { right: -10px; top: -10px; } .corners-10 em.bl { left: -10px; bottom: -10px; } .corners-10 em.br { right: -10px; bottom: -10px; }
			
			
			/*IDS*/
#page { width:980px; margin:0 auto;}			
#page #top { background:url(../i/bg/top.png) no-repeat top center; margin-top:20px; position:relative; height:130px;}
#top #logo { position:absolute; top:30px; left:0px; }
#top #menu {}
#top #search  { position:absolute; top:75px; right:0px; background:url(../i/bg/search_zone.png) no-repeat top left; height:40px; width:270px; padding-left:50px; padding-top:7px; }
#search .search_text { border:0; position:absolute; top:8px; left:50px; font-size:11px; color:#777;}
#search .search_btn { cursor:pointer; margin-left:160px;}
#search .adv_search { position:absolute; top:-13px; right:90px;} .adv_search a{ font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#954026; text-transform:uppercase;}
#top #mm { color:#a34c31; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; position:absolute; top:85px; left:220px;} 
#mm a { color:#a34c31; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; padding:0 10px; text-decoration:none;} #mm a:hover {text-decoration:underline; color:#703320;}  
.vmm_hd { background:url(../i/bg/menuHD_bg.png) no-repeat; height:35px; width:194px; line-height:35px; padding:0 10px; font-size:10px; font-family:Georgia, "Times New Roman", Times, serif}
.vmm_hd a{ text-transform:uppercase; text-decoration:none; color:#7d1e00; }
.help_infor {color:#544747; font-size:11px;} .help_infor span{color:#b75c40; font-size:12px; font-weight:bold;}
#filtr { position:relative; background:url(../i/bg/zavitushka.jpg) no-repeat; width:732px; height:43px;}
#filtr #birka { position:absolute; top:24px; right:100px;}
.dd { border:#8aaf38 solid 1px; font-size:11px;}
.title { background:url(../i/bg/tittle.png) no-repeat center; height:18px; line-height:18px; text-transform:uppercase; font-family:"Times New Roman";}
.titleNull {/* height:18px; */ line-height:18px; text-transform:uppercase; font-family:"Times New Roman";}
.title1 { background:url(../i/bg/tittle.png) no-repeat left; height:18px; line-height:18px; text-transform:uppercase; font-family:"Times New Roman"; padding-left:50px;}
.h_mm { background:url(../i/bg/mm_h_bg.jpg) repeat-x; z-index:9; height:27px;}
.big_item_zone {position:relative; width:358px; height:215px; background:url(../i/img/foto1.png) no-repeat;}
.big_item_zone2 {position:relative; width:358px; height:215px; background:url(../i/img/foto2.png) no-repeat;}
.big_item_zone  .btn_1, .big_item_zone2  .btn_1 {background:url(../i/btn_1.png) no-repeat; height:27px; width:123px; position:absolute; bottom:-0px; left:120px}
.btn_1 a{ text-transform:uppercase; font-size:11px; font-family:"Times New Roman", Times, serif; line-height:25px; color:#e33600; text-decoration:none}
.btn_1 a:hover{ text-transform:uppercase; font-size:11px; font-family:"Times New Roman", Times, serif; line-height:25px; color:#e33600; text-decoration:underline}
.item_menu { font-size:11px; color:#2c2c2c; width:100%; line-height:2; margin-top:20px;} .item_menu a{ font-size:11px; color:#2c2c2c; padding:0 5px;}
.item_menu a:hover {color:#666}
.link a{text-transform:uppercase; font-size:10px; font-family:"Times New Roman", Times, serif; line-height:25px; color:#e33600; text-decoration:underline}
#left_side {position:relative}
.title2 {color:#c32f01; font-size:12px; padding-bottom:15px;}
#info { margin-left:30px; font-size:10px;}
#info span, #info a{color:#615f5f; font-size:10px; text-decoration:none}
#5block {padding-bottom:10px; padding-right:15px;}
.preview td {font-size:11px; padding:2px 0px;} .preview td a {font-size:10px; color:#474747; text-decoration:none; font-family:Tahoma, Geneva, sans-serif}
#butterbrerad { margin-bottom:10px; font-size:11px; color:#666;}
#butterbrerad a{margin:0px 10px 0 10px; color:#666; text-decoration:underline;}
#butterbrerad a:hover{margin:0px 10px 0 10px; color:#333; text-decoration:underline}
#butterbrerad span{color:#999; margin:0px 10px 0 10px;}
.filtr_hd { padding:0 17px; font-size:11px; color:#5f5a58; line-height:1.5;} .filtr_hd a{ margin:0 5px; font-size:11px; color:#bb2d00;}
.pager { padding:0 20px; background:url(../i/bg/pager_bg.png) no-repeat center;}
.pager a {margin:0 5px; color:#5a5a5a; text-decoration:none} .pager a:hover, .pager a:active {margin:0 5px; color:#bb2d00; text-decoration:underline;}
.ramkaOrange {border:#c32f01 solid 1px; margin:7px 0px;}
.ramkaGray {border:#c9c9c9 solid 1px; margin:7px 0px;}
.ramka { background:url(../i/bg/ramka.png) no-repeat; height:106px; width:159px; padding-right:5px; padding-top:4px; padding-left:6px;}
.ramka_big { background:url(../i/bg/ramka_big.png) no-repeat; width:209px; height:152px; padding-right:5px; padding-top:4px; padding-left:6px;}
.featur td{ padding:2px 20px; font-size:11px;}
.featur .alterrow { background:#d5d5d5;}
.featur span {color:#be3004; font-size:12px;}
.firm span{color:#be3004; padding-left:5px;}
#item_preview { background:url(../i/bg/item_bg.jpg) no-repeat; margin:50px auto; width:700px; height:545px; padding:7px 10px 7px 7px;}
.hd_title { background:url(../i/bg/title_bg.jpg) no-repeat; height:47px; widows:519px;  font-size: 20px; font-family:"Times New Roman", Times, serif; color:#d74112; padding-top:15px; margin-bottom:10px;}
.hd_titleBig { background:url(../i/bg/title_bgBig.jpg) no-repeat; height:49px; width:677px;  font-size: 20px; font-family:"Times New Roman", Times, serif; color:#d74112; padding-top:15px; margin-bottom:10px;}
.text_W_spans { font-family:"Times New Roman", Times, serif; color:#1f1f1f; font-size:11px; text-transform:uppercase}
.text_W_spans span{ color:#711b00;}
.color_chouser a {padding:2px;} .color_chouser a:hover {padding:1px; border:#5e5e5e solid 1px;}
.item a { font-family:"Times New Roman", Times, serif; color:#1f1f1f; font-size:11px; text-transform:uppercase; text-decoration:none;}
.item { font-family:"Times New Roman", Times, serif; color:#1f1f1f; font-size:12px; text-transform:uppercase; text-decoration:none;}
.item a:hover {color:#711b00;  text-decoration:underline;}
.preview_inside { border:#c9c9c9 solid 1px; background:#FFF url(../i/img/foto3.jpg) no-repeat center; width:98%; height:175px;}
.btn_2 { background:url(../i/bg/btn_bg.png) no-repeat; height:29px; width:173px; padding-right:12px; padding-top:6px;}
.btn_2 a{ text-transform:uppercase; font-family:"Times New Roman", Times, serif; font-size:11px; color:#e33600; text-decoration:underline;}
.btn_2 a:hover{ color:#711b00;}
.btn_bg { background:url(../i/btn_bg.png); width:86px; height:35px; text-align:center} .btn_bg a { color:#FFF; font-size:11px; line-height:25px; text-decoration:none;  }
.btn_bg a:hover { color:#666; font-size:11px; line-height:25px; text-decoration:none;  }
.title3 { background:url(../i/bg/header_bg.png) no-repeat center; text-transform:uppercase; font-family:"Times New Roman", Times, serif; font-size:16px; padding:10px 0px; margin-top:10px;}
.price { font-family:"Times New Roman", Times, serif; line-height:1.5; text-transform:uppercase; font-size:11px;}
.price strong{color:#7d1e00; font-size:18px; font-weight:500;}
.price span{color:#000; font-size:12px;}
.title4 { background:url(../i/bg/select_bg.png) no-repeat; height:18px; width:243px; line-height:18px; color:#4d4949; font-size:14px; font-family:"Times New Roman", Times, serif; padding-left:15px; text-transform:uppercase; margin:5px 10px;}
.input { font-size:12px; color:#000; border:#979797 solid 1px; margin-left:50px; margin-top:5px; width:150px}
.table_sizes { margin-top:10px;}.table_sizes td { padding:2px;}
.link2 a{ font-family:"Times New Roman", Times, serif; text-transform:uppercase; text-decoration:none; font-size:10px; color:#7d1e00;}
.link2 a:hover {text-decoration:underline;}
.link3 a{ font-family:"Times New Roman", Times, serif; text-transform:uppercase; text-decoration:underline; font-size:11px; color:#e33600;}
.link3 a:hover {text-decoration:underline; color:#7d1e00;}
.link4 a{ font-family:Tahoma; text-decoration:none; font-size:11px; color:#c32f01;}
.link4 a:hover {text-decoration:underline; color:#7d1e00;}
#podkladka { background:url(../i/PODKLADKA.png) no-repeat; padding:3px 20px; line-height:25px; width:687px; height:29px; text-align:center}
#podkladka a { color:#000; padding:0 20px;}
#boxBg { background:#f4f4f4 url(../i/bt_bg.gif) bottom repeat-x;  position:relative; margin:10px 0px; padding:6px; border:#747474 solid 1px;}
.boxBg_inside { background:#e4e4e4; border:#fff solid 1px; z-index:100; position:relative; padding:8px;}
.boxBgW_inside { background:#fff; border:#999 solid 1px; z-index:100; position:relative; padding:8px;}
.fotoPreview a img{ margin:0 5px; border:#c32f01 solid 1px !important;}
.infos *, .infos{ font-weight:bold; color:#999} td.num { color:#000}
.infos span { color:#c32f01; font-size:14px;}
.blocs{ margin:10px; }
.tablePrice td{ color:#949494; padding:3px; line-height:1.1; } .tablePrice a { color:#666;} .tablePrice a:hover { color:#c32f01;} .small { font-size:9px;} .tablePrice span { color:#666;}
.bigPrice { color:#c32f01 !important; font-size:36px;} .bigPrice span {color:#c32f01 !important; font-size:60px;}
.filtrTd td { padding:2px 5px !important;} .filtrTd { margin:10px 0px;}
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.form {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	background-color: #ffffff;
	border: 1px solid #7D1E00;
}


div.error {
background:#FBE3E4 none repeat scroll 0 0;
border:1px solid #FBC2C4;
color:#8A1F11;
text-align:center;
padding: 10px 10px 10px 10px;
}
div.yellow{
	border: 1px solid rgb(220, 203, 97);font-size:15px;text-align:center;margin-bottom:10px; padding-left: 10px;padding-bottom: 6px;padding-top:6px; background: rgb(248, 238, 185) none repeat scroll 0% 0%;

	}
div.green{
	background:#E6EFC2 none repeat scroll 0 0;
	border:1px solid #C6D880;
	color:#264409;
	text-align:center;
	padding: 10px 10px 10px 10px;
}


a.select_n_try{
	color:#00a600; 
	font-family:myriad pro; 
	font-size: 12px; 
	text-transform: none;
}

