/*
@font-face {
    font-family: Myriadpro;
    src: local("Myriadpro"), url(/templates/adept38/fonts/myriadpro.ttf);
}
*/
* {
	
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	background:url(/templates/adept38/images/bg.jpg) center repeat;
	background-attachment: fixed;
}
a {
	color: #5390C8;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.a_none{
	color: #000;
	outline: none;
	text-decoration: none !important;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#fff;
	z-index:5;
}

/*#h_top_line{
	height:5px;
	background:url(/templates/adept38/images/h_top.png) center repeat-x;
}*/

/*#parallax-bg2 {
    position: absolute;
	background:url(/templates/adept38/images/bg_3.png) repeat center;
	width:100%;
	height:100%;
	top: 0;
	z-index:-1;
}

#parallax-bg1 {
    z-index: -1;
    position: fixed;
    top: 0;
    width: 940px;
	background:url(/templates/adept38/images/bg.jpg) repeat center;
}*/

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 310px;
	background: url(/templates/adept38/images/header_bg.jpg) no-repeat center top;
}

#header_top{
	overflow:hidden;	
}

#logo{
	float:left;
	margin: 30px 0 0 19px;	
}

#ico_menu{
	float:left;	
	margin-left:40px;
}

#ico_menu li{
	float:left;
	list-style:none;
	
}

#ico_menu li a{
	padding:35px 5px 5px 5px; 
	margin:0 1px;
	display:block;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#ico_menu li a:hover{
	background:#42739e;
}

/*.icoHome {background: url(/templates/adept38/images/ico_menu_1.png) no-repeat; width:11px; height:11px;margin: 35px 0 0 0 ;}*/

#header_contact{
	float:left;	
	margin:38px 0 0 140px;
}

#header_tel{
	font-size:25px;
	color:#71afe7;	
	font-family: "Times New Roman", Times, serif
}

#header_mail{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#545045;	
	margin-top: 10px;
	display:block;
	width: 120px;
}


#topcontrol span{
	display:none;	
}

#basket{
	float:left;
	width:145px;
	height:47px;
	background:url(/templates/adept38/images/basket_bg.png) no-repeat;
	padding-left:70px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#363636;
	margin:30px 0 0 70px;
	line-height:14px;
	padding-top:5px;
}

#basket div{
	color:#575757;
	font-size:12px;
	padding:0;
	margin:0;
	float:none !important;
}

#rejim p{
	color:#636056;
	font-size:12px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: dotted #9a9a9a 1px;
}

#rejim {
	color:#81b049;
	width:132px;
	font-size:19px;	
	font-family:Tahoma, Geneva, sans-serif;
	margin:15px 0 0 20px;
}

#obr_tel{
	width:138px;
	height:36px;
	background:url(/templates/adept38/images/tel_bg.png) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;	
	/* text-decoration:underline; */
	padding: 15px 0 0 59px;
	margin:18px 0 0 20px;
}
#obr_tel:hover{
	text-decoration:none;	
}

.back_tel {
display:block;
width:137px;
}

#g_menu{
	height:51px;
	background:url(/templates/adept38/images/g_menu_bg.png) center no-repeat;
	margin-top:15px;
}

#g_menu ul li{ 
	float:left;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	margin:17px 32px;
}

#g_menu ul li a{
	color:#fff;
	text-decoration:none;
}

#g_menu ul li a:hover{
	text-decoration:underline;	
	color:#b5e0fc;
}

#g_search{
	float:left;	
	margin:16px 80px 0 25px;	
}

.g_search_button{
	width:16px;
	height:16px;
	background:url(/templates/adept38/images/search_ico.png) no-repeat;
	border: none;	
	margin-left:-23px;
	position:absolute;
	margin-top:2px;
	float:left;
}

.g_search_button:hover{
	cursor:pointer;	
	background:url(/templates/adept38/images/search_ico_h.png) no-repeat;
}

.g_search_text{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:130px;
	height:20px;
	border:none;
	padding-left:5px;
	padding-right:25px;
	float:left;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 64px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 15px 250px 0 290px;
	font-family:Verdana, Geneva, sans-serif;
}

#content h3{
	color:#42739e;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}

#content h1{
	color:#42739e;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}

.cat_head {
font-size: 16px;
}

.contentpaneopen h1, .blog  h1{
	font-size: 16px;
    color:#42739e;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	margin: -25px 0 20px 0; 
	}
	
	.contentpaneopen h2{
	font-size: 16px;
    color:#42739e;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0; 
	}
	
#vmMainPage h1 {
font-size: 16px;
}

#vmMainPage ul, #vmMainPage ol {
margin: 0 0 10px 20px;
font-size: 12px;
}	

#content p{
	color: #4E4E4E;	
}

.cont_title{
	color:#42739e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

.pop_tov{
	width:140px;	
	float:left;
	margin:16px 10px 25px 10px;
}

.pop_tov:first-child{
	margin-left:0; 	
}

.pop_tov:last-child{
	margin-right:0; 	
}

.pop_tov_img{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:1px solid #a3b4c8;
	width:140px;
	height:140px;
}

.pop_tov_img img{
	max-height:140px;
	max-width:140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

.formLabel{
	width:38% !important;	
}

.let{
	float:left;
	color:#7cad41;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-left:-70px;	
	margin-top:11px;
}

.pop_tov_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;	
}

.pop_tov_title a{
	color:#42739e;
}

.pop_tov_price {
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center; 
    color:#00bb00;
}

#cont_text{
	font-family:Verdana, Geneva, sans-serif;	
	color:#4e4e4e;
}

#cont_text h2{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:25px;
}

/* 2 level
-----------------------------------------------------------------------------*/

.selectBox{
	float:left;
}

.min_text{
	font-size:11px;
	color:#484848;	
}

#cont_search{
	overflow:hidden;
	margin-bottom:20px;
}

.search_price input{
	width:35px;
	height:20px;
	border: 1px solid #7ea9d1;
	margin: 0 5px;
	padding:0 5px;
}

.search_price{
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.cont_search_b{
	float:left;	
}

.cont_search_b_1, .cont_search_b_2, #chpGoBtn, .sb_filter{
	width:181px;
	height:25px;
	text-align:center;
	padding-top:5px;	
	color:#fff;
	float:left;
	margin-right:5px;
	margin-top: 65px;
	border: none !important;
	text-decoration: none;
	position: absolute;
	top: 0px;
}

.chp-total{
	position:absolute;	
	bottom:-20px;
}

.chpddNav{
	margin: 10px 0px 65px !important;
}

.dl-price-cont{
	padding-right:0 !important;
	float:left;
	margin-left:20px;	
}

#chpGoBtn{
	position:absolute;
	left:200px;	
	text-align:center;
	height:30px !important;
	padding-top:0;
}

.cont_search_b_1:hover, .cont_search_b_2:hover{
	cursor:pointer;
}

.cont_search_b_1, .sb_filter {
	background:url(/templates/adept38/images/cont_search_b_1.png) no-repeat;
}

.cont_search_b_2, #chpGoBtn{
	background:url(/templates/adept38/images/cont_search_b_2.png) no-repeat;
}

.cont_search_b_2, #chpGoBtn:hover{
	cursor: pointer;
}

.cont_searc_text span{
	color:#484848;
}

.cont_searc_text{
	float:left;
	margin-top:40px;
}

.cont_searc_text h2{
	color:#42739e;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:10px;
}

.cont_searc_text p{
	color:#4e4e4e;
	margin-top:25px;
	text-align:justify;
}

.cont_search_tov{
	width:330px;
	height:445px;	
	float:left;
	margin:17px 5px;
}

.cont_search_block_title{
	width: 330px;
	height: 40px;
}

.cont_search_tov_title{
	width: 330px;
	height: 32px;
	color:#5390c8;	
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: normal;
	display:block;
	font-size:12px;
}

.cont_search_tov_title:hover{
	color:#5390c8;	
}

.cont_search_tov_img{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background:#FFF;
	border:1px solid #a3b4c8;
	width:130px;
	height:394px;
	z-index:1;
	position:relative;
}

.flypage_search_tov_img{
	width:30%;
	text-align:center;
	display:table-cell;
	line-height: middle;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background:#FFF;
	border:1px solid #a3b4c8;
}


.cbContainer{
	z-index:100;	
}

#left_menu .moduletable p{
	float:left;
}

.chp-rbtn{
	background: url(/templates/adept38/images/select_st.jpg) no-repeat;
	height: 20px;
	width: 22px;
	border-radius: 0 !important;
}

.chp-dlist {
	border: solid 1px #82acd2;
}

.chp-tbouter{
	float:left;
	width:150px;
	margin:-22px 0 0 205px;
	z-index:998;
}

#low-price, #high-price{
	width:35px !important;
	height:20px;
	border: 1px solid #7ea9d1;
	margin: 0 5px;
	padding:0 5px;
}

.customPrice{
	position: relative;
	margin-top: -26px;
	margin-left: 41px;
	top:5px;
}

.chp-lbtn{
	border: solid 1px #82acd2;
	height: 20px;
	border-radius: 0 !important;
	background:#FFF;
	border-right:none;
	padding: 1px 3px !important;
}
.chp-rbtn:hover{
	border:none;	
}

.chp-rbtn{
	border:none;	
}

.chp-lbtn:hover{
	border: solid 1px #82acd2;
	border-right:none;
}


.down-arrow{
	display:none;	
}

.cont_search_tov_img img{
	max-width:130px;
	max-height:280px;
}

.cont_search_tov_{
	margin-top:15px;
}

.cont_search_tov_right{
	float:right;
	width:190px;
	margin-top:-392px;
	z-index:0;
}

.cont_search_tov_price{
	background:#81b04a;
	color:#fff;
	text-align:center;
	padding:5px 0 5px 15px;
	margin-left:-15px;
	position:relative;
	z-index:0;
	border-radius: 0 5px 5px 0;
}

.cont_search_tov_info {
	margin-top:20px;	
}

.cont_search_tov_info a{
	color:#5390c8;
}

.cont_search_tov_info p{
	color:#4e4e4e;
	/*text-align:justify;*/
	/*overflow: hidden; */
    text-overflow: ellipsis;
	height:211px;
	font-size: 11px;
}

.pagination{
	margin-top:30px;	
}

.pagination li{
	float:left;
	list-style:none;
	margin-left:3px;
	margin-right:3px;
}

.quantity_box{
	color:#252525;
	margin-top:15px;
}

.inputboxquantity{
	height:20px;
	width:35px;
	border:1px solid #7ea9d1;
	margin-left:10px;
	padding:0 5px;
}

.quantity_box_button{
	display:none;	
}

.cont_search_tov_bay{
	width: 181px;
	height:38px;
	color:#fff;
	font-size:14px;
	background:url(/templates/adept38/images/cont_search_bay.png) no-repeat;
	padding-left:43px;
	margin-top:15px;
	font-weight:normal;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:20px;
}

#left_menu li{
	list-style:none;
}
#left_menu h3{
	width:229px;
	height:32px;
	background:url(/templates/adept38/images/left_menu_1.jpg) no-repeat;	
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:0;
	padding:11px 0 0 30px;
	font-weight:normal;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}
.left_menu_title_1{
	width:229px;
	height:32px;
	background:url(/templates/adept38/images/left_menu_1.jpg) no-repeat;	
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:11px 0 0 50px;
}

#sideLeft .moduletable img{
	margin:35px 20px;
}

.left_menu_title_2{
	width:229px;
	height:32px;
	background:url(/templates/adept38/images/left_menu_2.jpg) no-repeat;	
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:11px 0 0 50px;
	margin-top:-20px;
}

#left_menu ul.menu {margin-top:0;margin-bottom:0;}
#left_menu ul.menu > ul * {box-sizing: border-box;}

#left_menu ul.menu{
	background:url(/templates/adept38/images/left_menu_bg.jpg) repeat-y;
}


#left_menu ul.menu > li > a{
	display:block;
	color:#010041;
	font-size:13px;
	text-decoration:none;
	background:url(/templates/adept38/images/left_menu_mark.png) no-repeat center left;
	padding:10px 0 10px 51px;
}

#left_menu ul.menu > li > a:hover{
	background:	url(/templates/adept38/images/left_menu_bg_a.jpg) repeat-y;
}

#left_menu ul.menu > li > a:hover{
	background:	#f0f3f5;
}

#left_menu ul.menu > li > a:hover{
	background:	url(/templates/adept38/images/left_menu_bg_a.jpg) repeat-y;
}

#left_menu ul.menu > li > a:hover{
	background:	#f0f3f5;
}

.separator {
	font-weight: bold;
	color: #0241b9;
}

#left_menu .menu > li > ul > li > ul > li > a > span{
	color: #000;
}
#left_menu .menu > li > ul{
    position: absolute;
    margin-left: 245px;
    margin-top: -37px;
    display: none;
    z-index: 999;
    height: auto!important;
    width: 666px!important;
    padding: 15px 10px;
    background: #fff;
    border: 2px solid #0058ff;
    border-radius: 3px;
    color: #444;
    line-height: 14px;
    box-sizing: border-box;
}
#left_menu .menu > li > ul > li {
    padding: 10px 20px;
    /*border-left: 1px solid #ddd;*/
}
#left_menu li ul li{
    vertical-align: top;
    display:inline-block;
    width: 245px;
    padding: 5px 0 0;
    float: left;
}
#left_menu .menu > li > ul > li > a {
    font-size: 13px;
    font-weight: bold;
    color: #3a3a3a;
    text-decoration:none;
}
#left_menu .menu > li > ul > li > a:hover{
    text-decoration:underline;
}

#left_menu .menu > li > ul > li > ul a {
    color: #666;
    text-decoration: none;
    padding-left:15px;
    font-size: 11px;
    line-height: 14px;
}
#left_menu .menu > li > ul > li > ul a:hover {
    color: #ed1c24;
}

*+html #left_menu li ul {
    writing-mode: tb-rl;
    zoom: 1;
    filter: flipV(); 
}






*+html #left_menu li ul li {
    display: inline;
    zoom: 1;
    filter:flipH();
    background: #fff;
}


#left_menu li ul li a.notlink {
    border:none!important;
    background: none!important;
    cursor:default;
}


#left_menu li:hover ul{
	display:block;
    height: auto !important;
}

.left_menu_bottom{
	width:244px;
	height:25px;
	background:url(/templates/adept38/images/left_menu_bottom.jpg) no-repeat;	
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 218px;
	margin-left: -233px;
	position: relative;
	padding-top:15px;
	padding-right:15px;
}

.baner{
	text-align:center;
}

.stat_title{
	width:218px;
	height:25px;
	background:url(/templates/adept38/images/new_stat.png) no-repeat;	
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#FFF;
	padding-top:8px;
	margin-top:15px;
}

#stat ul li{
	list-style:none;
	text-align:left;
	background:url(/templates/adept38/images/li_mark.png) left center no-repeat;
	border-bottom: 1px dotted #BBBCB4;
	padding:3px 0 3px 16px;
}

#stat ul {	
	margin:10px 5px;
}

#stat a{
	color: #5894B0;
	font-size: 12px;
	text-decoration: none;
}

#stat a:hover{
	text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 996px;
	margin: -64px auto 0;
	height: 64px;
	background: url(/templates/adept38/images/footer_bg.png) no-repeat center;
	position: relative;
}

#footer p{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	padding:26px 20px 0 20px;	
	float:left;
}

#footer a {
color: #fff;

}

.item540, .item463, .item462, .item461,
.item479, .item465, .item466, .item469, 
.item467, .item468, .item481, .item474, 
.item475, .item476, .item477, .item484, 
.item544, .item533, .item534, .item535, 
.item536, .item537, .item545, .item470, 
.item471, .item472, .item480, .item483, 
.item486, .item473, .item478, .item571,
.item572, .item573, .item574, .item576,
.item591, .item592, .item594, .item595,
.item608, .item614, .item633, .item634,
.item635, .item640, .item593   {font-weight: bold;}

/*
     FILE ARCHIVED ON 09:22:53 Nov 01, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:41:20 Apr 28, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 20.147 (3)
  esindex: 0.005
  captures_list: 39.63
  CDXLines.iter: 11.934 (3)
  PetaboxLoader3.datanode: 81.733 (5)
  exclusion.robots: 0.186
  exclusion.robots.policy: 0.164
  RedisCDXSource: 4.467
  PetaboxLoader3.resolve: 199.404 (2)
  load_resource: 289.771
*/