@font-face {
    font-family: 'pf_light';
    src: url('/fonts/pfbeausanspro-light_0-webfont.eot');
	src: local("☺"),
		 url('/fonts/pfbeausanspro-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pfbeausanspro-light_0-webfont.woff') format('woff'),
         url('/fonts/pfbeausanspro-light_0-webfont.ttf') format('truetype'),
         url('/fonts/pfbeausanspro-light_0-webfont.svg#pf_beausans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_light';
    src: url('/fonts/pfbeausanspro-lightital_0-webfont.eot');
	src: local("☺"),
    	 url('/fonts/pfbeausanspro-lightital_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pfbeausanspro-lightital_0-webfont.woff') format('woff'),
         url('/fonts/pfbeausanspro-lightital_0-webfont.ttf') format('truetype'),
         url('/fonts/pfbeausanspro-lightital_0-webfont.svg#pf_beausans_prolight_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'pf_thin';
    src: url('/fonts/pfbeausanspro-xthin_0-webfont.eot');
	src: local("☺"),
    url('/fonts/pfbeausanspro-xthin_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pfbeausanspro-xthin_0-webfont.woff') format('woff'),
         url('/fonts/pfbeausanspro-xthin_0-webfont.ttf') format('truetype'),
         url('/fonts/pfbeausanspro-xthin_0-webfont.svg#pf_beausans_proextrathin') format('svg');
    font-weight: normal;
    font-style: normal;

}

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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}

html {
	background:url(/images/bg.png);
	height:100%;
}

body {
	min-height:100%;
	padding:0px;
	margin:0px;
	color:#333333;
	font-size:14px;
	font-family:"pf_light", Arial, Helvetica, sans-serif;
	position:relative;
}

* html body {
	height:100%;
}

img {
	border:0;
	outline:none;
}

.defaultcolor {
	color:#2d3536;
}

h1, h2, h3, h4, h5, h6 {
	color:#257c0b;
	line-height:1.1;/**/
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:normal;
	font-size:36px;
	margin:0 0 15px 0;
}
h1.red {
	color:#d70000;
}
.red {
	color:#d70000;
}
h1 a {
	color:#257c0b;
	text-decoration:none;
	border-bottom:1px #257c0b dashed !important;
}
h1 a:hover {
	border:none;
	text-decoration:none;
}

h2 {
	font-weight:normal;
	font-size:32px;
	margin:0px 0 7px 0;
}
h3 {
	font-weight:normal;
	font-size:30px;
	margin:0px 0 7px 0;
}

h4 {
	font-weight:normal;
	font-size:28px;
	margin:0px 0 10px 0;
	color:#656a6e;
}

h5 {
	font-weight:normal;
	font-size:26px;
	margin:14px 0 7px 0;
}
h6 {
	font-weight:normal;
	font-size:24px;
	margin:0 0 6px 0;
	font-family:"pf_light", Arial, Helvetica, sans-serif;
}

p {
	margin:0 0 14px 0;
}

a {
	color:#59a041;
	text-decoration:underline;
	outline:none;
	border:none !important;
}
a:hover {
	color:#59a041;
	text-decoration:none;
	border:none !important;
}

#head {
	width:960px;
	height:167px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

#logoblock {
	position:absolute;
	top:30px;
	left:300px;
	width:357px;
	text-align:center;
	font-style:italic;
	color:#319e13;
	font-size:26px;
	padding-top:45px;
}
a#logo {
	text-indent:-9000px;
	position:absolute;
	left:28px;
	top:0px;
	width:301px;
	height:35px;
	background:url(/images/logo.png) no-repeat;
}

#head #search {
	position:absolute;
	overflow:hidden;
	top:119px;
	left:0px;
	background:url(/images/search-txt.png) no-repeat;
	width:658px;
	height:32px;
}
#head #search input.txt {
	background:none;
	border:none;
	padding:0px 0px 0px 10px;
	line-height:32px;
	margin:0px;
	width:608px;
	height:32px;
	color:#333;
	font-size:14px;
	font-family:"pf_light", Arial, Helvetica, sans-serif;
	margin-right:7px;
}
#head #search input.submit {
	background:url(/images/search-magnifier.png) 0px 0px no-repeat;
	border:none;
	padding:0px;
	margin:0px;
	width:24px;
	height:23px;
	text-indent:-9000px;
	cursor:pointer;
}
#head #search input.submit:hover {
	background-position:0px -50px;
}

#head #social {
	position:absolute;
	top:100px;
	right:0px;
	overflow:hidden;
}
#head #social-old a {
	text-indent:-9000px;
	background:url(/images/social-icons.png) no-repeat;
	width:32px;
	height:32px;
	float:left;
	margin-left:10px;
}

#head #social a {
	background:url(/images/social-icons.png) no-repeat;
	width:173px;
	height:32px;
	float:left;
	line-height: 32px;
	padding-left: 40px;
}

a#vkontakte {
	background-position:0px 0px !important;
}
a#facebook {
	background-position:-41px 0px !important;
}
a#odnoklassniki {
	background-position:-83px 0px !important;
}
a#instagram {
	background-position:-125px -32px !important;
}



a#vkontakte:hover {
	background-position:0px -32px !important;/**/
}
a#facebook:hover {
	background-position:-41px -32px !important;/**/
}
a#odnoklassniki:hover {
	background-position:-83px -32px !important;/**/
}
a#instagram:hover {
	background-position:-125px -32px !important;/**/
}


#head #phone {
	position:absolute;
	top:30px;
	left:0px;
	font-size:16px;
	color:#da0210;
}
#head #phone span {
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
	font-size:30px;
}
#head #phone a {
	color:#da0210;
	text-decoration:none;
}

#head #address {
	color:#319e13;
	font-size:16px;
	position:absolute;
	top:30px;
	right:0px;
}
#head #address a {
	color:#319e13;
}

#footer {
	position:absolute;
	padding:0px;
	left:0px;
	bottom:0px;
	width:100%;
	height:272px;
	font-size:16px;
	color:#325f10;
	text-shadow:#fff 0px 1px 0px;
	background:url(/images/footer-bg.png);
}
#footer-logo {
	background:url(/images/footer-logo.png) no-repeat;
	width:303px;
	height:37px;
	position:absolute;
	top:30px;
	left:0px;
}

#footer #innerfooter {
	padding:86px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:960px;
}
#footer #counters {
/*	float:right;/**/
	position:absolute;
	right:0px;
	top:100px;
}


#banners {
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:960px;
	height:250px;
	background:url(/images/banner-shadow.png) 50% bottom no-repeat;/**/
	padding-bottom:32px;
	margin-bottom:-5px;
}
#banners ul, #banners ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#banners a.bannerover {
	display:block;
	width:960px;
	height:250px;
	background:url(/images/banner-border.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#products-blocks {
	width:960px;
	height:82px;
	margin:0px auto;
	position:relative;
	z-index:201;
}

#products-blocks ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#products-blocks ul li {
	float:left;
	display:table;
	list-style:none;
	margin:0px;
	padding:0px;
	background:url(/images/products-blocks.png) no-repeat;
	width:302px;
	height:67px;
	padding-bottom:15px;
	margin-left:27px;
	position:relative;
}

#products-blocks ul li a {
	width:220px;
	height:53px;
	color:#9a9c99;
	font-size:20px;
	font-style:italic;
	text-decoration:none;
	display:table-cell;
	position:relative;
	vertical-align:middle;
	padding:7px 7px 7px 75px;
}
#products-blocks ul li a:hover {
	color:#6db454;
	text-decoration:none;
}
#products-blocks ul li a#company-todo {
	margin-left:0px;
	position:relative;
}
#products-blocks ul li a#buro {
	position:relative;
}
#products-blocks ul li a#polisorder {
	background:url(/images/products-blocks1.png) no-repeat;
	position:relative;
}
#products-blocks ul li a div {
	background:url(/images/products-blocks-icons.png) no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:14px;
	left:17px;
}
#products-blocks ul li a#company-todo div {
	background-position:0px 0px;
}
#products-blocks ul li a#buro div {
	background-position:0px -143px;
}
#products-blocks ul li a#polisorder div {
	background-position:0px -282px;
}
#products-blocks ul li a#company-todo:hover div {
	background-position:0px -70px;
}
#products-blocks ul li a#buro:hover div {
	background-position:0px -213px;
}
#products-blocks ul li a#polisorder:hover div {
	background-position:0px -352px;
}

#products {
	width:960px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
}

#products a {
	background:url(/images/products-icons.png) no-repeat;
	float:left;
	margin-left:8px;
	width:120px;
	padding:67px 5px 0px 5px;
	padding-top:67px;
	text-align:center;
	color:#636262;
	font-size:16px;
	text-decoration:underline;
}
#products a:hover,#products a.active {
	text-decoration:none;
	color:#257c0b;
}
#products a.prod1 {
	background-position:40px 0px;
}
#products a.prod1:hover,#products a.prod1.active {
	background-position:40px -190px;
}
#products a.prod2 {
	background-position:-101px 0px;
}
#products a.prod2:hover,#products a.prod2.active {
	background-position:-101px -190px;
}
#products a.prod3 {
	background-position:-239px 0px;
}
#products a.prod3:hover,#products a.prod3.active {
	background-position:-239px -190px;
}
#products a.prod4 {
	background-position:-380px 0px;
}
#products a.prod4:hover,#products a.prod4.active {
	background-position:-380px -190px;
}
#products a.prod5 {
	background-position:-523px 0px;
}
#products a.prod5:hover,#products a.prod5.active {
	background-position:-523px -190px;
}
#products a.prod6 {
	background-position:-663px 0px;
}
#products a.prod6:hover,#products a.prod6.active {
	background-position:-663px -190px;
}
#products a.prod7 {
	background-position:-809px 0px;
}
#products a.prod7:hover,#products a.prod7.active {
	background-position:-809px -190px;
}

#wrapper {
	padding-bottom:302px;
	position:relative;
	overflow:hidden;
	width:960px;
	margin:0px auto;
	margin-top:15px;
}

#content {
	padding:0px;
	position:relative;
	overflow:hidden;
	width:659px;
	margin-left:300px;
	padding-left:1px;
}

#content1 {
	padding:0px;
	margin:0px;
	position:relative;
	overflow:hidden;
	width:959px;
	padding-left:1px;
}

#leftnews {
	width:240px;
	float:left;
	position:relative;
	overflow:hidden;
}

#main-news {
	width:100%;
	background:url(/images/bg-white.png);
	padding:30px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	margin-top:10px;/**/
}
#main-news-inner {
	width:960px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

#headmenu {
	margin:0px auto;
	width:960px;
	height:70px;
	position:relative;
	background:url(/images/menu-bg.png) no-repeat;
	margin-bottom:-15px;
}
ul#topmenu {
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
/*	overflow:hidden;/**/
	width:960px;
	height:44px;
	z-index:110;
}

ul#topmenu li {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	border-left:1px #a5ce3a solid;
	height:44px;
}

ul#topmenu li a {
	text-align:center;
	text-decoration:none;
	font-size:20px;
	display:block;
	color:#228008;
	line-height:40px;
	height:40px;
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
	text-shadow:#fff 0px 1px 1px;
    
}

ul#topmenu li a:hover, ul#topmenu li a.active {
	text-decoration:none;
	color:#fff;
	text-shadow:#000 0px 1px 1px;
	background:url(/images/menu-bg-hover.png) -10px 0px no-repeat;
}
ul#topmenu li a.firstmnu:hover,ul#topmenu li a.firstmnu.active {
	background-position:0px 0px;
}
ul#topmenu li a.lastmnu:hover,ul#topmenu li a.lastmnu.active {
	background-position:right;
}





.pagenavi {
	text-align:center;
	clear:both;
	position:relative;
	font-size:18px;
	color:#656a6e;
	font-weight:normal;
	margin-bottom:50px;
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
}
.pagenavi .curpage {
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	background:url(/images/circle.png) no-repeat;
	line-height:30px;
	color:#fff;
}
.pagenavi a {
	color:#656a6e;
	display:inline-block;
	text-decoration:none;
	padding:0px 12px;
}
.pagenavi a:hover {
	color:#656a6e;
	text-decoration:underline;
}
.pagenavi a#prevpage {
	background:url(/images/navarrows.png) 4px 0px no-repeat;
	width:17px;
	height:15px;
	padding:0px;
	display:inline-block;
	text-indent:-5000px;
	text-decoration:none;
	line-height:15px;
}
.pagenavi a#prevpage:hover {
/*	background-position:0px -40px;/**/
}
.pagenavi a#nextpage {
	background:url(/images/navarrows.png) -41px 0px no-repeat;
	width:17px;
	height:15px;
	padding:0px;
	display:inline-block;
	text-indent:-5000px;
	text-decoration:none;
	line-height:15px;
}
.pagenavi a#nextpage:hover {
/*	background-position:-26px -40px;/**/
}

.clear {
	clear:both;
}

a.news {
	text-decoration:none;
	margin-bottom:28px;
	position:relative;
	overflow:hidden;
	color:#333;
	font-size:14px;
	clear:both;
	display:block;
}
a.news:hover {
	text-decoration:none;
}
a.news div {
	margin-top:5px;/**/
}
a.news img {
	float:left;
	margin:0px 21px 10px 0px;
	border:none;
	width:148px;
	height:107px;
}
img.news_pic {
	margin:3px 30px 35px 0px;
	float:left;
}
a.news .news-title {
	color:#257c0b;
	font-size:18px;
	margin:0px !important;
}
a.news:hover .news-title {
	text-decoration:underline;
}

a.news .news-overpic {
	width:148px;
	height:107px;
	background:url(/images/news-bg.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px !important;
}

#shadow {
	width:100%;
	height:12px;
	background:url(/images/shadow.png) 50% top no-repeat;
}

.first {
	margin-left:0px !important;
}

.noborder {
	border:none !important;
}

.aligncenter {
	text-align:center;
}

.padding0 {
	padding-top:0px !important;
}
.padding10 {
	padding-top:10px;
}
.padding15 {
	padding-top:15px;
}
.padding20 {
	padding-top:20px;
}
.padding30 {
	padding-top:30px;
}
.padding40 {
	padding-top:40px;
}
.padding50 {
	padding-top:50px;
}
.padding115 {
	padding-top:115px;
}




h3.phototitle {

}
a.photopic {
	float:left;
	margin-left:33px;
	margin-bottom:30px;
	width:211px;
	position:relative;
	overflow:hidden;
	color:#777;
	font-size:12px;
	text-decoration:underline;
}
a.photopic:hover {
	text-decoration:none;
}
a.photopic img {
	border:1px #777 solid;
	width:209px;
	height:139px;
	text-decoration:none;
}


.catnav {
	padding-left:20px;
}

.tuning {
	float:left;
	width:300px;
	height:228px;
	margin-left:30px;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}

.tuning img {
	position:absolute;
	top:0px;
	left:0px;
}
.tuning .hover {
	background:url(/images/bg-black.png);
	width:264px;
	height:192px;
	position:absolute;
	overflow:hidden;
	top:180px;
	left:0px;
	color:#fff;
	text-shadow:none;
	padding:18px;
}
.tuning .hover h5 {
	color:#fff;
	text-shadow:none;
	margin:-5px 0px 15px 0px;
}


a.auto-marka {
/*	display:inline-block;/**/
	float:left;
	text-align:center;
	text-transform:uppercase;
	border:1px #e7e7e7 solid !important;
	width:136px;
	height:114px;
	margin-right:-1px;
	margin-bottom:-1px;
	padding-top:22px;
	font-size:16px;
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#6a6a6a;
}
a.auto-marka img {
	margin-bottom:10px;
}

a.auto-model {
/*	display:inline-block;/**/
	float:left;
	text-align:center;
	width:180px;
	height:165px;
/*	padding-top:20px;/**/
	font-size:16px;
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#6a6a6a;
	margin-left:13px;
	margin-bottom:25px;
}
a.auto-model:hover {
	text-decoration:none;
}
a.auto-model img {
	margin-bottom:6px;
	border:1px #c6cbd8 solid;
	padding:12px 10px;
}

.txt {
	font-size:16px;
	font-family:"pf_light", Arial, Helvetica, sans-serif;
}

table.smail {
	border:none;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
table.smail tr {
	vertical-align:top !important;
}
table.smail td {
	color:#676767;
	font-weight:normal;
	font-family:"pf_thin", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:7px;
	margin:0px;
	border:none;
	vertical-align:middle;
	text-shadow:none;
}

.valid {
}
.invalid {
	background:#fcc;
}
table.smail textarea {
    min-height:4em;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:315px;/**/
	position:relative;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	background:#fff;
	opacity:0.85;
	-moz-opacity:0.85;
	-webkit-opacity:0.85;
	visibility:hidden;
	position:absolute;
	top:43px;
	left:-1px;
	width:315px;/**/
	border:1px #429c29 solid;
	overflow:hidden;
	padding:10px !important;
}
.menu1 ul ul {
	top:70px !important;
	left:-1px !important;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:41px;}
* html .menu1 ul ul {top:70px;t\op:71px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu ul ul li {
	border:none !important;
	background:none !important;
	padding:0px !important;
	margin:0px !important;
	height:auto !important;
	width:auto !important;
	display:block !important;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block !important;
	font-style:normal !important;
	font-size:16px !important;
	text-align:left !important;
	color:#228008 !important;
	height:auto !important;
	padding:5px 0px !important;
	width:295px !important;/**/
	border:none !important;
	line-height:20px !important;
	text-decoration:underline !important;
	font-family:"pf_light", Arial, Helvetica, sans-serif !important;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:295px;w\idth:295px;}

/* style the top level hover */
.menu a:hover {}
.menu ul ul a:hover, .menu ul ul a.active {
	font-size:16px !important;
	text-align:left !important;
	background:none !important;
	color:#e3000f !important;
	height:auto !important;
	border:none !important;
	text-decoration:none !important;
	text-shadow:none !important;
}
.menu :hover > a {}
.menu ul ul :hover > a, .menu ul ul :hover > a.active {
	font-size:16px !important;
	text-align:left !important;
	background:none !important;
	color:#e3000f !important;
	width:295px;
	border:none;
	text-decoration:none !important;
	text-shadow:none !important;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}





/* yandex */

#ya-site-results
{
    color: #333333;
    background: #e8f9e0;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number
{
    color: #333333 !important;
}

#ya-site-results
{
    font-family: Arial !important;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited
{
    color: #800080;
}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
#ya-site-results .b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link
{
    color: #0033FF;
}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results span.b-pseudo-link:hover
{
    color: #FF0000 !important;
}

#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard
{
    font-size: 13px;
}

#ya-site-results .b-pager
{
    font-size: 1.25em;
}

#ya-site-results .b-serp-item__text,
#ya-site-results .ad
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .ad .ad-link a
{
    font-weight: bold;
}

#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link
{
    font-size: 16px;
}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link
{
    font-size: 1em;
}

#ya-site-results .b-serp-item__number
{
    font-size: 13px;
}

#ya-site-results .ad .ad-link a
{
    font-size: 0.88em;
}

#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited
{
    font-size: 13px;
    font-style: normal;
    font-weigth: normal;
    color: #59a041;
}

#ya-site-results .b-serp-item__links-link
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #333333 !important;
}

#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title
{
    color: #000000 !important;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select
{
    background: #E0E0E0;
}

#ya-site-results .b-foot,
#ya-site-results .b-line
{
    border-top-color: #E0E0E0;
}

#ya-site-results .b-dropdown__popup .b-dropdown__list,
#ya-site-results .b-popupa .b-popupa__content
{
    background-color: #e8f9e0;
}

#ya-site-results .b-popupa .b-popupa__tail
{
    border-color: #E0E0E0 transparent;
}

#ya-site-results .b-popupa .b-popupa__tail-i
{
    border-color: #e8f9e0 transparent;
}

#ya-site-results .b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
#ya-site-results .b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{
    border-color: transparent #e8f9e0;
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{
    border-color: #E0E0E0;
}

#ya-site-results .b-specification-list,
#ya-site-results .b-specification-list .b-pseudo-link,
#ya-site-results .b-specification-item__content label,
#ya-site-results .b-specification-item__content .b-link,
#ya-site-results .b-specification-list .b-specification-list__reset .b-link
{
    color: #333333 !important;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .b-calendar__title
{
    font-family: Arial;
    color: #333333;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .b-calendar-month__day_now_yes
{
    color: #E0E0E0;
}

#ya-site-results .b-calendar .b-pseudo-link
{
    color: #333333;
}

#ya-site-results .b-popupa .b-popupa__tail-i
{
    background: #e8f9e0;
    border-color: #E0E0E0 !important;
}

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