html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration:none;
}
body {
line-height: 1;
	min-width: 1020px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

a{
	cursor: pointer;
}
body{
	font-family: Calibri;
	background: #f7f7f7;
}
header{
	background: url(/i/back_03.jpg);
	border-bottom: 1px solid white;
}
.wrapper{
	width: 1000px;
	margin: 0 auto;
}
header .wrapper{
	overflow: hidden;
	padding: 20px 0 13px;
}
header .logo{
	display: block;
	border-radius: 0 0 4px 4px;
	border: 1px solid white;
	background: #3a3a3a;
	padding-bottom: 10px;
	position: absolute;
	margin: -21px 0 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
header .logo:hover{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
.menu{
	float: left;
	overflow: hidden;
	width: 46%;
	text-align: justify;
	margin: 21px 0 0 210px;
}
.menu:after{
	content: "";
	width: 100%;
	display: inline-block;
}
.menu li{
	display: inline-block;
}
.menu li a{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding-bottom: 4px;
}
.menu li a:hover{
	color: #a5d274;
}
.menu li p{
	display: inline-block;
	text-transform: uppercase;
	color: #a5d274;
	border-bottom: 2px solid #a5d274;
}
.menu li p:after{
	content: "";
	display: block;
	width: 3px;
	height: 4px;
	background: #a5d274;
	position: relative;
	top: 4px;
	left: 49%;
	-moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}

.cabinet{
	float: right;
	margin: 0 7px 0 0;
}
.cabinet #enterFormShower{
	display: block;
	margin-top: 7px;
	color: #a2a2a2;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 32px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.cabinet .login{
	background: url(/i/sign_in.png) left center no-repeat;
}
.cabinet .register{
	background: url(/i/register.png) left center no-repeat;
}
.cabinet .login:hover{
	background: url(/i/sign_in_wh.png) 10px center no-repeat;
}
.cabinet .register:hover{
	background: url(/i/register_wh.png) 10px center no-repeat;
}

.cabinet .inner, .showAllBTN{ 
	display: block;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    background: url(/i/buttons_07.jpg);
    /* border: 1px solid white; */
    height: 24px;
    line-height: 26px;
    padding: 0px 10px;
    margin-top: 0px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.cabinet .inner:hover, .showAllBTN:hover{
	background:url(/i/buttons_15.jpg); 
}
.showAllBTN{
	width: 150px;
    margin: 5px 0px 5px 159px;
    color: #fff !important;
}
.cabinet .inner.exitBlock{
	margin-top:2px;
	background:#a23027;
}
.cabinet .inner.exitBlock:hover{
	background:#d82a1c;
}

header .adress{
	float: right;
	color: #aeaeae;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	width: 15%;
	margin: 5px 1% 0 0;
}
header .adress span{
	color: white;
}

.main{
	margin: 20px 0 0 0;
}
.main .wrapper > *{
	vertical-align: top;
}
.main .wrapper{
	text-align: justify;
}
.main .wrapper:after{
	display: inline-block;
	content: "";
	width: 100%;
}
aside{
	display: inline-block;
	width: 212px;
	margin: 0 20px 20px 10px;
}
aside h2{
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	color: #191919;
}
aside > div{
	border-bottom: 1px solid #d0d0d0;
	float: right;
}
.lastInsertDataMainPage{
	overflow:hidden;
	padding-bottom:10px;
}
.mark{
	margin-bottom: 12px;
	padding-bottom: 12px;
	width: 226px;
	overflow: hidden;
}
.mark_img{
	float: left;
	width: 94px;
	margin-right: 5%;
}
.mark > span{
	color: #7b7b7b;
	font-size: 14px;
}
.mark .img_wrap{
	display: table-cell;
	height: 53px;
	vertical-align: middle;
	text-align: center;
	width: 94px;
}
aside a{
	color: #4b78bb;
	text-decoration: underline;
}
aside a:hover{
	text-decoration: none;
}
aside > a, .lastInsertDataMainPage > a{
	float: right;
}
.mark > span span{
	color: #618522;
}
aside .news{
	font-size: 15px;
	color: #191919;
	line-height: 18px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	width: 100%;
}
aside .news span{
	display: inline-block;
	color: white;
	font-size: 12px;
	line-height: 18px;
	padding: 0 8px;
	background: #7caa2a;
	margin-bottom: 6px;
}
aside .news p{
	display: block;
}

.content{
	display: inline-block;
	width: 48%;
}
.slider{
	height: 255px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 10px;
}
.slider .arr-left, .slider .arr-right{
	cursor: pointer;
	margin-top: -85px;
	height: 240px;
	position: relative;
    width: 58px;
    z-index: 1;
    -webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.slider .arr-left{
	background: url("/i/arr-left.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    margin-left: 20px; 
}
.slider .arr-right{
	background: url("/i/arr-right.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    float: right;
    margin-right: 36px; 
}
.slider .arr-right:hover, .slider .arr-left:hover{ 
	margin-top: -77px;
}
.slider-content{
	position: absolute;
}
.rotator{
	height: 376px;
    position: relative;
}
.rotator ul{
	overflow: hidden;
}
.rotator li{
	float: left;
    list-style: none outside none;
    position: absolute;
}
.rotator li a{
	float: left;
    height: 255px;
    width: 462px;
}
.rotator li a img{
	width: 100%;
}

#mainPageDataHolder{
	background:#fff;
	border-radius: 4px;
}
#mainPageDataHolder div.txt a{
	display:inline-block;
	color:#2579bf;
	padding:5px 0px;
}
#mainPageDataHolder div.txt a:hover{
	text-decoration:none;
}
#examples{
	padding: 6px;
}
.page_scroller{
	border-radius: 4px 4px 0 0;
	background: url(/i/bgTopSpec.jpg) top repeat-x;
	font-size: 18px;
	color: white;
	font-family: Arial;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #a3cdf3;
}
.page_scroller .arr-left, .page_scroller .arr-right{
	width: 12px;
	height: 20px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.page_scroller .arr-left{
	float: left;
	margin: 10px 0 0 12px;
	background: url(/i/arr_l.png) no-repeat;
}
.page_scroller .arr-right{
	float: right;
	margin: 10px 12px 0 0;
	background: url(/i/arr_r.png) no-repeat;
}
.page_scroller .arr-left:hover, .page_scroller .arr-right:hover{
	transform: scale(1.2);
} 

.plates{
	text-align: justify;
}
.plates:after{
	content: "";
	display: inline-block;
	width: 100%;
}
.plate{
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	padding-top: 12px;
	background: white;
	border: 1px solid #d2d2d2;
	width: 48%;
	vertical-align: top;
	margin-bottom: 12px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.plate:hover{
	box-shadow: 0 0 4px rgba(165, 210, 116, 0.3);
	/*transform: scale(1.2); #a5d274 */
}
.plate > a{
	font-size: 14px;
	color: #2579bf;
	display: block;
	text-align: center;
	text-decoration: underline;
	padding: 0 20px;
	height: 55px;
}
.plate > a:hover{
	text-decoration: none;
}
.plate .plate_img{
	height: 154px;
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
strike{ 
    text-decoration-color: red;
}
.plate_info{
	padding: 12px 14px;
	color: #608621;
	font-weight: bold;
	font-size: 24px;
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border-top: 1px solid #e8e8e8;
	border-radius: 0 0 4px 4px;
}
.plate_info .cart{
	float: right;
	width: 26px;
	height: 26px;
	background: url(/i/basket.png) no-repeat;
	position: relative;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.plate_info .cart:hover{
	bottom: 2px;
}

.sidebar{
	display: inline-block;
	width: 23%;
	margin: 20px 0 0 20px;
} 


.search_right{
	border-radius: 4px;
	background: url(/i/back.png);
	padding: 28px 8px;
	margin-bottom: 24px;
	z-index: 2;
	position: relative;
	border: 1px solid #646464;
}
.search_pic{
	position: absolute;
	width: 194px;
	height: 196px;
	background: url(/i/search.png) no-repeat;
	margin: -58px 0 0 -26px;
}
.search_right h2{
	display: block;
	margin: 0 0 28px 51%;
	font-weight: bold;
	color: #dfd96e;
	font-size: 24px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}
.searchTemForm{
	position: relative;
	z-index: 1;
}
.searchTemForm > .doFilter, #searchContent > .doSearchOK, #mkSearchTemSelected{
	display: block;
	font-size: 18px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	background: url(/i/buttons_07.jpg);
	border: 1px solid white;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	margin-top: 8px;
	cursor: pointer;
	text-align:left;
	overflow:hidden;
}
#searchContent > .doSearchOK, #mkSearchTemSelected{
	float: right;
	padding: 0 22px;
	margin-right: 30px;
}
.searchTemForm > .doFilter:hover, #searchContent > .doSearchOK:hover, #mkSearchTemSelected:hover{
	background: url(/i/buttons_15.jpg);
}
.sidebar .cart{
	border-radius: 4px;
	padding: 0px 12px;
	background: #7caa2a;
	display: block;
	text-decoration: none;
	margin-bottom: 16px;
}
.sidebar .cart .cart_body{
	padding: 30px 0 18px 42%;
	background: url(/i/cart.png) left center no-repeat;
	font-weight: bold;
	color: white;
	font-size: 14px;
	min-height: 60px;
}
.sidebar .cart .cart_body span{
	display: block;
	font-size: 18px;
	margin: 8px 0;
}
.sidebar .cart .cart_body i{
	display: block;
	text-decoration: underline;
	font-size: 14px;
	color: white;
	font-weight: normal;
}
.sidebar .cart:hover .cart_body i{
	text-decoration: none;
}
.sidebar .cart:hover{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

footer{
	background: url(/i/back_03.jpg);
}
footer .wrapper{
	padding: 30px 10px;
	width: 980px;
	overflow: hidden;
}
footer .logo{
	float: left;
	width: 149px;
	height: 61px;
	background: url(/i/logo_f.jpg) no-repeat;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
footer .logo:hover{
	transform: scale(1.1);
}
.footer_main{
	float: left;
	width: 42%;
	margin: 6px 0 0 5%;
}
.footer_main .menu{
	margin: 10px 0 0 0;
	width: 100%;
}
.footer_main > div{
	color: #aeaeae;
	font-size: 12px;
	text-transform: uppercase;
}
.footer_main > div span{
	color: white;
	font-size: 14px;
	font-weight: bold;
}
footer .pay{
	float: left;
	width: 13%;
	text-align: justify;
	margin: 12px 0 0 6%;
}
footer .pay:after{
	display: inline-block;
	content: "";
	width: 100%;
}
footer .pay a{
	display: inline-block;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
footer .pay a:hover{
	transform: scale(1.2);
}
#compsit{
	float: right;
	width: 94px;
	color: #959595;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
	padding: 29px 0 0 6px;
	background: url(/i/compsit.png) top center no-repeat;
	cursor: pointer;
	margin: 10px 0 0 0;
}
#compsit:hover{
	text-decoration: none;
}

#showClientData{
	border-radius: 4px;
	border: 1px solid white;
	background: #e8e8e8;
	padding: 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: #36393e;
	font-size: 14px;
	text-align: center;
	width: 240px;
	display: none;
	position: absolute;
	z-index: 2;
}
#showClientData p{
	display: block;
	margin: 0 0 10px 0;
}
#showClientData .close{
	float: right;
	width: 24px;
	height: 24px;
	background: url(/i/close.jpg) no-repeat;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
#showClientData .close:hover{
	transform: scale(1.17);
}
#showClientData h1{
	font-size: 14px;
	text-transform: uppercase;
	color: #36393e;
	margin: 4px 0 10px;
	display: block;
	text-align: center;
	padding: 0 0 0 20px;
}
.data{
	margin: 33px 0 0;
}
#showClientData .data > div{
	text-align: right;
	overflow: hidden;
	padding: 2px;
	line-height: 32px;
}
#showClientData .data input[type="text"], #showClientData .data input[type="password"]{
	float: right;
	width: 150px;
	margin: 0 0 10px 12px;
	padding-left: 10px;
	background: white;
	height: 30px;
	line-height: 30px;
	border: 1px solid #bababa;
	border-radius: 4px;
}
#showClientData label.block{
	line-height: 41px;
    margin-top: 0px;
    display: block;
    float: left;
}
#showClientData .button_line{
	overflow: hidden;
	line-height: 32px;
	margin-bottom: 6px;
}
#showClientData .data a{ 
	color: #36393e;
	font-size: 14px;
	text-decoration: underline;
	line-height: 30px;
}
#showClientData .data a:hover{
	text-decoration: none;
}
#showClientData .data #enterFormSubmit, #showClientData .data input[type="button"]{
	float: right;
	height: 28px;
	text-decoration: none;
	line-height: 28px;
	border: 1px solid white;
	border-radius: 3px;
	background: url(/i/button_09.jpg) repeat-x;
	margin-left: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
	padding: 0 14px;
	text-transform: uppercase;
}
#showClientData .data > input[type="text"]{
	height: 26px;
}
#showClientData #enterFormSubmit:hover, #showClientData .data input[type="button"]:hover{
	border: 1px solid #ffffff;
	box-shadow: none;
	position: relative;
	bottom: 0;
	right: 0;
}
#showClientData #enterFormSubmit:active, #showClientData .data input[type="button"]:active{
	border: 1px solid #ffffff;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.5);
	left: 1px;
	top: 1px;
}

.hide{
	display: none !important;
}

#searchContent{
	position: absolute;
	border-radius: 4px;
	background: url(/i/god1_10.jpg);
	padding-bottom: 22px;
	width: 700px;
	overflow: hidden;
	z-index: 4;
	display: none;
}
.closeSearch{
	float: right;
	background: url(/i/god1_06.jpg) no-repeat;
	width: 20px;
	height: 19px;
	margin: 16px 16px 0 0;
}
#searchContent > p{
	display: block;
	padding: 16px;
	color: #383838;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #c3c3c3;
	background: url(/i/god1_03.jpg);
	margin-bottom: 22px;
}
#searchContent .formDate, #countriesSelect{
	background: #f6f6f6;
	padding: 26px 16px;
	margin: 0 30px;
	border-radius: 0 0 4px 4px;
}

div.sliderHolder{
	height: 15px;
    margin: 6px 0 !important;
}
div.sliderCont{
	margin: 10px 0 0 15px;
    position: absolute;
    width: 590px;
}
div.ui-slider{
	margin-top:10px;
	height:4px;
	background:#cdcdcd;
}
div.ui-slider div.ui-slider-range{
	background:#77a32a;	
	height:5px;
	border-radius:2px;
	position:relative;
}
div.ui-slider a.ui-slider-handle{
	display: inline-block;
	position: absolute;
	z-index: 2;
	margin: -10px 0px 0px -4px; 
	background: #77a32a;
	width: 14px !important;
	height: 14px;
	border-radius: 8px;
}
div.ui-slider a.ui-slider-handle:hover{
	background:#588013;
}

#searchContent .section{
	margin: 0 15px;
}
#searchContent .select_wrap, #searchContent input[type="text"]{
	width: 200px;
	height: 28px;
	line-height: 28px; 
	color: #626262;
	font-size: 16px;
	border-radius: 4px;
	background: white;
	border: 1px solid #bababa;
	overflow: hidden;
}
#searchContent .select_wrap select{
	background: url(/i/god1_13.jpg) 84% 50% no-repeat;
	width: 110%;
	padding-left: 6px;
	height: 28px;
	line-height: 28px;
	border: none;
	color: #636363;
	font-size: 16px;
	cursor: pointer;
}
.letterHeader {
  font-size: 17px;
  font-weight: normal;
  padding: 6px 0px;
  float: left;
  width: 31px;
  text-align: center;
  color: white;
  border-radius: 18px;
  text-transform: uppercase;
  height: 18px;
  background: #749F2B;
  margin: 5px 10px 0px 0px !important;
}
.bukva{
	overflow: hidden;
	padding: 10px 0px;
	border-bottom: 1px dashed #83B329;
}
.holder{
	margin-left: 43px;
}
.bukva a { 
	width: 31% !important;
    text-decoration: underline !important;
    display: block !important;
    float: left;
    margin-right: 2%;
}
.bukva a:hover{
	text-decoration:none !important;
}
#searchContent > * a{
	display: inline-block;
	width: 20%;
	color: #6ca233;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 4px;
}
#searchContent > * li a{
	color: #373938;
	text-decoration: underline;
	font-size: 15px;
	width: auto;
	display: inline-block;
}
#searchContent > * li a.russia{
	font-weight:bold;
}
#searchContent > * li a:hover{
	text-decoration: none;
	color: #6ca233;
}
#searchContent > * li{
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 14px;
	text-align: left;
}
#tematikaSearchDivHolder{
	height:450px;
	overflow-y:scroll !important;
}
#tematikaSearchDivHolder li{
	width:100% !important;
}
#tematikaSearchDivHolder .temDivHolder{
	display: inline-block !important;
	width: 212px;
}
#searchContent ul{
	overflow: hidden;
	text-align: justify;
}
#searchContent ul:after{
	content: "";
	width: 100%;
	display: inline-block;
}
#searchContent > * li span{
	display: block;
	cursor:pointer;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
#searchContent > * li span:hover{
	color:#6ca233;
}
#searchContent_wrap{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 2;
}
#preloader{
	display: none;
	width: 100%;
	height: 100%;
	background:url(/i/loader.gif) 35% center no-repeat;
	position: fixed;
	z-index: 3;
}
#search_links{
	height: 40px;
	overflow: hidden;
	margin: 0 0 0 30px;
}
#search_links a{
	display: inline-block;
	font-size: 16px;
	color: #373938;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	min-width: 160px;
	text-align: center;
	background:#EBEBEB;
	border-radius: 4px 4px 0 0;
	margin-right:2px;
}
#search_links a.active{ 
	background: #f6f6f6;
	color: #739e33;
}
#search_links a:hover{
	background: #f0f0f0;
}
#search_links a.active:hover{
	background: #f6f6f6;
}
#searchContent .removeTem{
	display: none;
	color: red;
	text-decoration: none;
}
#searchContent a.selected{
	text-decoration: none;
	color: #6ca233;
}

.button_block{
	background: #313131;
	border: 1px solid #878787;
	padding: 12px 12px 0;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 10px 0 20px;
}
.button_block.hide{
	display: none;
}
.l_window_buttons{
	position: relative;
	top: 12px;
	overflow: hidden;
}
.l_window_buttons a{
	float: left;
	margin-left: 8px;
	border-radius: 4px;
	border: 1px solid #878787;
	height: 30px;
	line-height: 30px;
	width: 54px;
	padding: 0 8px 0 16px;
	font-size: 10px;
	text-align: right;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.l_window_buttons a:hover{
	color: #e6db72;
}
.box.list-col.temVkladka{
    padding: 0 0 0 6px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#check_or_uncheck{
	margin-top: 10px;
	display: block;
}
#check_or_uncheck a{
	color: #373938;
	text-decoration: none;
}
#check_or_uncheck a:hover{
	text-decoration: underline;
}
.temTopBtns{
	overflow:hidden;
}
.temTopBtns .left_search_block{
	float:left;
}
.Ajax_window_buttons{
	overflow: hidden;
	line-height: 30px;
	float:right;
}
.Ajax_window_buttons #defaultTem{
	float: right;
	margin: 20px 20px 0px 0px;
	line-height: 16px;
	width: auto;
	color: #000;
	border-bottom: 1px dashed #000; 
}
.Ajax_window_buttons #defaultTem:hover{
	border-bottom:0px;
	text-decoration:none;
}
.Ajax_window_buttons #mkSearchTemSelected{
	float: right;
	color: white;
	text-align: center;
	margin-right: 19px;
	width: 90px;
}
.changeBtn{
	background: url(/i/search_03.jpg) 2px 6px no-repeat #313131;
}
.button_block_delete_all_BTN{
	background: url(/i/search_06.jpg) 6px 9px no-repeat #313131;
}
#searchContent input[type="text"].search{
	display: block;
	margin: 10px 0 12px 12px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #bababa;
	border-radius: 4px;
	width: 320px;
	padding: 0 12px;
	background: url(/i/search_0.jpg) 312px 5px no-repeat white;
}

#searchTypeHolderSelect{
	background: url(/i/god1_10.jpg);
	border: 1px solid #c5c5c5;
	padding: 8px 14px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
}
#searchTypeHolderSelect > div{
	float: left;
	width: 30%;
	font-size: 12px;
	color: #626365;
	line-height: 20px;
	text-align: left;
}
#searchTypeHolderSelect select{
	display: inline-block;
	border: 1px solid #c7c9c8;
	background: white;
	padding: 1px 1px 1px 6px;
	margin-left: 20px;
}

#searchRes h1, #searchRes h2{
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	margin: 6px 0 12px;
}
#searchRes h2{
	font-size: 16px;
	margin-top: 0;
}
.content.wide{
	width: 72%;
}

#tovar .item{
	margin-bottom: 20px;
}
#tovar .item > a, #tovarTableMain a{
	display: block;
	color: #277bb9;
	text-decoration: underline;
	font-size: 18px;
	margin-bottom: 8px;
}
#tovarTableMain a{
	display: inline-block;
}
#tovar .item > a:hover{
	text-decoration: none;
}
#tovar .item .mainHolder{
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #d2d2d2;
	width: 100%;
	margin-bottom: 8px;
}

#tovar .item .properties{
	padding: 0px;
	background:#313131;
}
#tovar .item .properties p{
	display: block;
	color: #636363;
	font-size: 14px;
	border-bottom: 1px solid #cbcbcb;
	line-height: 30px;
	background: linear-gradient(to top, #dfdfdf, #fff);
}
#tovar .item .imageHolder{
	background: #313131;
	text-align: center;
	vertical-align: middle;
	width: 60%;
	padding: 7px;
}
.priceItem > div{
	overflow: hidden;
	padding: 3px;
	line-height: 25px;
}
.priceItem > div a, #tovarTableMain .korzina-add, .holderSend a, .submit{
	float: right;
	background: url(/i/buttons_07.jpg) bottom repeat-x;
	height: 28px;
	line-height: 28px;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid white;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 0 22px;
	margin-left: 12px;
	text-decoration: none;
	cursor:pointer;
}
.backSearchHref{
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding: 0px 20px;
	margin: 2px 0px;
	line-height: 30px;
	background: linear-gradient(to top, #dfdfdf, #fff);
	text-decoration: none;
	color: #000;
	border-radius: 3px;
}
.priceItem > div a:hover, #tovarTableMain .korzina-add:hover, .holderSend a:hover, .submit:hover, .backSearchHref:hover{
	position: relative;
	bottom: 2px;
	right: 2px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.priceItem > div a:active, #tovarTableMain .korzina-add:active, .holderSend a:active, .submit:active, .backSearchHref:active{
	bottom: 0;
	right: 0;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.priceItem > div p, .content table span{
	float: right; 
	color: #648628;
	font-weight: bold;
}
.content table span{
	float: none;
}

.content table{
	text-align: center;
	font-size: 14px;
	color: #5f5f5f;
	width: 100%;
}
.content table tr{
	height: 44px;
	vertical-align: middle;
}
.content table th{
	font-weight: normal;
	padding: 18px 0;
	vertical-align: middle;
}
.content table .leftAlign{
	text-align: left;
}
.content table tr:nth-child(odd){
	background: #eaeaea;
}
.content table tr:first-child{
	border-bottom: 1px solid #c6c6c6;
	background: white;
}
.content table td{
	padding: 18px;
	vertical-align: middle;
}

.pagesDivHolder{
	text-align: center;
	margin: 12px 0 20px;
}
.pagesDivHolder a, .pagesDivHolder span{
	display: inline-block;
	background: white;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	color: #9b9b9b;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin-right: 12px;
}
.pagesDivHolder a:hover{
	border: 1px solid #7cab2b;
	color: #7cab2b;
}
.pagesDivHolder span{
	color: white;
	background: #7cab2b;
	border: 1px solid #7cab2b;
}
#tovar .plate{
	width: 31%;
}

.content h1{
	font-size: 24px;
	color: #3b3b3b;
	display: block;
	margin: 6px 0 12px;
}
.content h2{
	font-size: 20px;
	color: #3b3b3b;
	display: block;
	margin: 6px 0 12px;
}
.content h3{
	font-size: 18px;
	color: #3b3b3b; 
}
.content h4{
	font-size: 16px;
	color: #3b3b3b; 
}
.pageData h1, .pageData h2, .pageData h3, .pageData p, .pageData ol, .pageData ul{
	margin:5px 0px;	
}
.pageData li{
	margin:1px 0px 1px 30px;
	list-style:disc;
}
.pageData a{
	color: #4b78bb;
}
.pageData a:hover{
	text-decoration:none;
}
.blockInfoInsert{
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	background: #ebebeb;
	padding: 50px;
	overflow:hidden;
}
.registerSelect{
	display:block;
	overflow:hidden;
    margin-bottom: -1px;
}
.registerSelect a{
	display: block;
    float: left;
	margin-right: 10px;
    padding: 15px 35px;
    background: #fff;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px 4px 0px 0px;
    color: #000;;
}

.registerSelect a:hover{
	background:#f5f5f5;
}
#notRegistered .rightItem{
	display:none;
}
.registerSelect a.selected,.registerSelect a.selected:hover{
	background: #ebebeb;
	border-bottom:1px solid #ebebeb;
	cursor:default;
}
#notRegistered{
	background: url(/i/key.jpg) bottom right no-repeat, #ebebeb;
}
#notRegistered.noLeftCorner{
	 border-radius: 0px 4px 4px 4px !important;
}
.blockInfoInsert .leftItem{
	float:left;
	width:280px;
}
.blockInfoInsert .rightItem{
	float:right;
	width:280px;
}
.rightItem .hidden{
	display:none;
}
.blockInfoInsert .rightItem .submit{
	font-size: 14px !important;
    margin-right: 6px;
}
.blockInfoInsert .rightItem .forgetPwd{
	display: inline-block;
    float: left;
    margin-top: 10px;
}
.blockInfoInsert .rightItem .enterSubmitH{
	padding:5px 0px;
}
.blockInfoInsert form > *{
	text-align: justify;
} 
.blockInfoInsert form > *:after{
	content: "";
	width: 100%;
	display: inline-block;
}
.blockInfoInsert form > * > div, .blockInfoInsert .inputItem{
	margin-bottom: 14px; 
	vertical-align: top;
	overflow:hidden;
}
.blockInfoInsert form > * > div label{
	font-size: 14px;
	color: #36393e;
	display: block;
	margin-bottom: 6px;
}

.bad{
	color:#900;
	padding:10px;
}
.bad ol li{
	list-style:decimal;
	margin-left:25px;
}

.content table input[type="text"]{
	width: 32px;
	border-radius: 0;
	text-align: center; 
	display: block;
	border: 1px solid #bababa; 
	background: white;
	padding: 0 12px;
	height: 30px; 
	line-height: 30px;
}

.blockInfoInsert input[type="text"], .blockInfoInsert [type="password"]{
	display: block;
	border: 1px solid #bababa;
	border-radius: 4px !important;
	background: white !important;
	padding: 0 12px;
	height: 30px;
	width: 89% !important;
	line-height: 30px; 
	text-align:left !important;
}
.blockInfoInsert h3{
	font-size:24px;
	margin-bottom:15px;
}
.blockInfoInsert .comment{
	float: right;
	width: 47%;
	font-style: italic;
	color: #898989;
	font-size: 12px;
	margin-top: 18px;
	padding: 0;
}
a#defaultTem:hover{
	text-decoration: underline;
}
.holderSend{
	margin: 0;
}
.holderSend a{
	font-size: 14px;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
}
.rubric_item{
	margin: 6px 0 10px;
	overflow: hidden;
}
.rubric_item a{
	float: right;
	width: 4%;
	color: red;
}
.rubric_item a:hover{
	color: #ff9daa;
}
.rubric_item span{
	float: left;
	width: 88%;
	text-align: left;
}

.searchTemForm a.delFilter {
	width: 18px;
	height: 18px;
	color: rgb(20, 32, 2);
	display: none;
	margin: -29px 8px 0px 0px;
	float: right;
	border-radius: 10px;
	cursor: pointer;
	line-height: 18px;
	background: #fff; 
	text-align: center;
}
.searchTemForm a.delFilter:hover{
	color: #ff9daa;
}
.searchTemForm a.show {
	display: block;
}

.content table .delete{
	display: inline-block;
	color: red;
	font-size: 16px;
	text-decoration: none;
}
.content table .img{
	vertical-align: middle;
	text-align: center;
}

#mCom h1, .deliver h1, h2, h3, h4, h5{
	text-align: left;
}
#mCom textarea{
	width: 100%;
	border: 1px solid #bababa;
	border-radius: 4px;
	padding: 2%;
    width: 96%;
    height: 100px;
}
#badColDiv p{
	text-align:left;
	color: #900;
	font-weight:bold;
	padding:5px 0px;
}
#orderInfoHolder{
	text-align: left;
}

.notice{
	font-size: 18px;
	color: #636363;
	margin: 10px 0 12px;
}

.content table a.buy{
	color: #4d8ec8;
}
.content table a.buy:hover{
	text-decoration: none;
}
.deliver div{
	margin-bottom: 8px;
	font-size: 14px;
	color: #303030;
	text-align: left;
}
.deliver div span{
	color: #5c8e07;
	font-size: 14px;
}
.deliver div input{
	margin: 0 8px 0 0;
	float: left;
}
#cart_table tr{
	background: none !important;
	border-bottom: 1px solid #e6e6e6;
}
#searchContent .razdel{
	margin-left: 14px;
}
#searchContent .razdel a{
	color: #373938;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
	width: 100%;
	text-transform: uppercase;
}
#searchContent .razdel a:hover{
	color: #6ca233;
	text-decoration: underline;
}
#searchContent .razdel_col{
	width: 24%;
	display: inline-block;
	vertical-align: top;
}
#searchContent .razdel_col > div{
	border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 0 6px;
}
#searchContent .razdel_col > div a{
	font-size: 15px;
	text-decoration: underline;
	text-transform: none;
}
#searchContent .razdel_col > div a:hover{
	text-decoration: none;
}
#searchContent .sbros{
	display: block !important;
	font-size: 18px !important;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase !important;
	border-radius: 4px;
	background: url(/i/buttons_07.jpg);
	border: 1px solid white;
	height: 38px;
	line-height: 38px;
	margin-top: 8px;
	cursor: pointer;
	width: 128px !important;
	text-align: center;
}
#searchContent .sbros:hover{
	background: url(/i/buttons_15.jpg);
}
#searchContent .temDivHolder a{
	width: 90%;
}
#searchContent .temDivHolder.selected .removeTem{
	display: inline-block;
	float: right;
	width: 10%;
}
#daughterCategory div.innerCat {
    border-radius: 4px;
    float: left;
    height: 152px;
    margin: 0;
    padding: 1px;
    text-align: center;
    width: 138px;
    text-align: center;
}

#daughterCategory div.innerCat a{
    color: #618522;
    display: inline-block;
    text-align: center;
}
#daughterCategory div.innerCat a:hover{
	text-decoration: none;
}
#daughterCategory div .imgHolder {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

#path{
	margin: 10px 0 12px;
	background: url("/i/new/cat.jpg") no-repeat;
	padding: 4px 0 4px 30px;
}
#path a, #path span{
	display: inline-block;
	color: #333;
}
#path a:hover{
	text-decoration: none;
}

#final, #disccountOrder{
	text-align:right;
	font-size:20px;
	margin:10px 0px;
}
.region_select{
	font-size:18px;
	text-align:left;
	margin:5px 0px;
}
select.region{
	padding:2px;
}

#scrollTop{
	display:none;
}
#scrollTop{
	display:none;
}
#scrollTop.active{
	display: block;
	position: fixed;
	width: 135px;
	height: 1000px;
	background: none;
	top: 0px;
	right: 0px;
	padding: 49px 20px 0px 20px; 
} 
#scrollTop.active a{
	background:url(/i/top.png) top no-repeat; 
	display: block;
	position: fixed; 
	width:54px;
	height:54px;
}
#scrollTop.active a:hover{
	background:url(/i/top.png) 0px -54px no-repeat; 
}
#scrollTop.active a:active{
	background:url(/i/top.png) 0px -108px no-repeat; 
}

.allNewsItem {
	padding: 10px 0px;
	border-bottom: 1px dashed #7caa2a;
	overflow: hidden;
	border-top: 1px dashed #7caa2a;
	margin-bottom: 3px;
}
.allNewsItem:first-child{
	border-top: 0;
}

.sliderSeeAlso, .sliderSeeAlsoNotAnimated{
	width:716px !important;
	border-radius: 5px;
	background:#dddddd;
	padding:10px;
}
.sliderSeeAlsoNotAnimated{
	width:696px !important;
}
.sliderHolder{
	height:277px !important;
	width: 699px !important;
}
.sliderSeeAlso .seeAlsoPrev, .sliderSeeAlso .seeAlsoNext{ 
	display:block;
	position:absolute;
	width: 60px;
	height:69px;
	z-index: 3;
	margin-top: 110px; 
}
.sliderSeeAlso .seeAlsoPrev{
	background:url(/i/arrow.png) top no-repeat; 
	margin-left: -31px;
}
.sliderSeeAlso .seeAlsoNext{
	background:url(/i/arrow2.png) top no-repeat; 
	margin-left: 667px;
} 
.sliderSeeAlso .seeAlsoPrev:hover{
	background:url(/i/arrow.png) bottom no-repeat; 
	margin-left: -31px;
}
.sliderSeeAlso .seeAlsoNext:hover{
	background:url(/i/arrow2.png) bottom no-repeat; 
	margin-left: 667px;
} 
.sliderHolder li{
	width: 233px !important; 
	float: left;
}
.sliderHolder li .plate{
	width:225px !important;
}
/* .headerSmall strike {
	color: #c5c5c5;
} */
/* strike {
	color: red !important;
} */