﻿body, h1, h2, h3, h4, h5, h6, a, ul, li, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #454545;
}
img {
	border: 0px;
}
a {
	color: #454545;
}

h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
}


.clear {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}

header, section, footer {
	width: 990px;
	position: relative;
	margin: 0 auto;
}

header {
	height: 155px;
}

header a.logo {
	position: absolute;
	left: 27px;
	top: 0;
}

header .topmenu {
	height: 22px;
	background-image: url(../img/catalog/topmenu.png);
	position: absolute;
	right: 25px;
	top: 5px;
}
header .topmenu ul{
	list-style: none;
}
header .topmenu ul li{
	display: inline-block;
}
header .topmenu ul li a{
	display: block;
	padding: 3px 5px 2px 5px;
	text-transform: uppercase;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

header .phone {
	position: absolute;
	right: 25px;
	top: 35px;
}
header .phone p{
	font-size: 18px;
	font-family: Trebuchet MS;
}
header .phone a{
	font-size: 12px;
	font-family: Trebuchet MS;
	float: right;
}

header .basket {
	padding: 10px;
	background-color: #646464;
	position: absolute;
	left: 550px;
	top: 35px;
}
header .basket a{
	color: white;
	font-size: 14px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
header .basket a:hover{
	text-decoration: underline;
}

header .menu {
	position: absolute;
	left: 0px;
	top: 75px;
}

header .menu ul{
	list-style: none;
	display: block;
	width: 965px;
	padding-left: 25px;
	background-image: url(../img/catalog/header_menu.png);
	background-position: 0 -50px;
	height: 50px;
}
header .menu ul li{
	float:left;
	height: 50px;
}
header .menu ul li a{
	padding: 20px 35px 12px 35px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #454545;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
header .menu ul li a:hover{
	color: #496e4d;
}

header .menu ul li.selected{
	background-image: url(../img/catalog/header_menu.png);
	background-position: 0 0px;
}
header .menu ul li.selected a{
	color: white;
}
header .menu ul li.selected a:hover{
	color: white;
}

header .menu ul li.sep{
	background-image: url(../img/catalog/header_menu.png);
	background-position: 0 60px;
	width: 1px;
	overflow: hidden;
}

header .searchline {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../img/catalog/searchline.png);
}

header .searchline input.ico{
	display: block;
	right: 25px;
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: transparent;
	background-image: url(../img/catalog/search_ico.png);
	position: absolute;
	right: 25px;
	top: 5px;
}
header .searchline input.ico:hover{
	cursor: pointer;
}

header .searchline input.text{
	background-color: transparent;
	background-image: url(../img/catalog/search_input.png);
	height: 20px;
	padding: 0 5px;
	width: 190px;
	color: #454545;
	position: absolute;
	right: 50px;
	top: 5px;
	border: 0px;
}
header .menu2 {
	width: 930px;
	position: absolute;
	top: 155px;
	left: 30px;
	background-color: #35543d;
	z-index: 10;
	padding: 0 0 10px 0;
}
header .menu2 a{
	text-decoration: none;
	color: white;
	font-size: 12px;
	display: block;
	width: 100%;
}
header .menu2 a.large{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 5px 0;
}
header .menu2 a:hover {
	text-decoration: underline;
}

header .menu2 .column{
	width: 290px;
	margin-left: 20px;
	float: left;
}




section {
	margin-top: 20px;
	padding-bottom: 20px;
}

section .promo{
	width: 888px;
	margin: 0 auto;
	position: relative;
	background-color: #f2f2f2;
}

section .promo ul{
	width: 220px;
	position: relative;
	list-style: disk;
	float: left;
	margin: 10px 0 5px 70px;
}
section .promo ul li{
	color: #006837;
	margin-bottom: 15px;
}
section .promo ul li a{
	color: #006837;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

section .brands {
	margin: 20px 45px 0 45px;
	width: 900px;
	text-align: center;
}
section .brands a{
	display: inline-block;
	margin-right: 10px;
}

section .content {	
	margin: 0 25px;
}
section .content .menu{	
	position: relative;
	float: left;
	width: 230px;
} 
section .content .menu .title{	
	padding: 5px 20px;
	/**background-image: url(../img/catalog/searchline.png);
	height: 25px;*/
	background-color: #4f7750;
	position: relative;
}
section .content .menu .title a{	
	color: #fff;
	font-size: 12px;
}
section .content .menu .title p{	
	text-transform: uppercase;
	font-size: 14px;
	color: white;
}
section .content .menu ul {
	list-style: none;
	margin: 10px 0 15px 20px;
}
section .content .menu ul li ul {
	list-style: none;
	margin: 2px 0 2px 20px;
}
section .content .menu ul li a, section .content .menu ul li {
	color: #454545;
	font-size: 12px;
	text-decoration: none;
}
section .content .menu ul li a:hover { 
	color: #111;
}
section .content .menu ul li.selected a{ 
	color: #006837;
}
section .content .menu ul.uppercase li a {
	text-transform: uppercase;
}
section .content .center {
	width: 680px;
	float: right;
	position: relative;
}
section .content .center .catalog{
	position: relative; 
}
section .content .center .catalog .item{
	float: left;
    position: relative;
    width: 100%;
	border-bottom: 1px dotted #DEDEDE;
	padding-bottom: 10px;
	padding-top: 10px;
}
section .content .center .catalog .item .image{
	width: 148px;
	float: left;
}
section .content .center .catalog .item .text{
	width: 520px;
	float: right;
}
section .content .center .catalog .item .text a.title{
	color: #006837;
	font-size: 14px;
	margin: 5px 0 10px 0;
	display: block;
	text-decoration: none;
}
section .content .center .catalog .item .text a.title:hover{
	text-decoration: underline;
}
section .content .center .catalog .item .text p {
	font-size: 12px;
	color: #454545;
}
section .content .center .catalog .item table td {
	vertical-align: top;
}
section .content .center .catalog .item table td.photo {
	width: 155px;
}
section .content .center .catalog .item .text .price {
	padding: 5px 10px;
	background-color: #efefef;
	color: #454545;
	font-size: 14px;
	margin-top: 20px;
}

section .content .center ul {
	font-size: 12px;
	position: relative;
	left: 20px;
}
section .content .center ol {
	font-size: 12px;
		padding-left: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
}

section .content .center p {
	font-size: 12px;
}

section .content .center .tovari {
	width: 100%;
	position: relative;
}
section .content .center .tovari .item {
	margin: 0 0px 0 0;
	width: 220px;
	height: 80px;
	position: relative;
	float: left;
}
section .content .center .tovari .item img{
	float: left;
	width: 100px;
}
section .content .center .tovari .item .text{
	display: table-cell;
	width: 110px;
	height: 80px;
	vertical-align: middle;
}
section .content .center .tovari .item a{
	color: #006837;
	font-size: 12px;
	text-decoration: none;
}
section .content .center .tovari .item a:hover{
	text-decoration: underline;
}
section .content .center .docs {
	position: relative;
	height: 40px;
}
section .content .center .docs a{
	color: white;
	font-size: 12px;
	float: left;
	padding: 5px 10px;
	background-color: #42694A;
	border-radius: 7px;
}
table {
	border-collapse: collapse;
	font-size: 12px;
	color: #454545;
	width: 100%;
}
table tr td{
	border: 0;
}
.content .center table:not(.prices){
	margin: 20px 0;
}
.content .center table:not(.prices) tr td {
	border: 1px solid #ccc;
	padding: 7px 10px;
}

table.prices {
	margin-bottom: 10px;
}
table.prices tr td{
	border: 0;
	border-bottom: 1px dotted #454545;
	padding: 10px 5px;
}
table.prices tr td.name{
	font-size: 14px;
}
table.prices tr td.pr{
	font-size: 14px;
	color: #0c7c4a;
	text-align: center;
}
table.prices tr td.article{
	font-size: 12px;
	text-align: center;
}
table.prices tr td input.button{
	border: 0px;
	color:white;
	background-color: #42694a;
	padding: 2px 5px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 7px;
}
table.prices tr td input.button:hover{
	cursor: pointer;
}

.breadcrumbs {
	width: 100%;
	float:left;
}
.breadcrumbs a, .breadcrumbs p{
	float:left;
	color: #454545;
	font-size: 12px;
	margin-right: 5px;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs p.this {
	color: #006837;
}

.pagination {
	float: left;
	width: 100%;
	position: relative;
}
.pagination div {
	position: absolute;
	right: 0;
}
.pagination a, .pagination p {
	font-size: 12px;
	color: #333;
	float: left;
	margin-left: 5px;
	text-decoration: none;
}

h3 a {
	color: #0c7c4a;
}

section .content .center .pagination p.this, .pagination p.this {
	font-size: 14px;
	color: #006837;
	margin-top: -2px;
}
footer {
	height: auto;
	padding-bottom: 50px;
}

footer ul{
	list-style: none;
	padding: 0 0 0 45px;
}
footer ul li{
	float: left;
	padding-right: 25px;
	width: 120px;
}
footer ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #575757;
}
footer ul li ul {
	padding: 0;
}
footer ul li ul li{
	display: block;
	float: none;
}
footer ul li ul li a{
	font-size: 11px;
	color: #808080;
	text-transform: none;
}
footer ul a:hover{
	color: #252525;
}

footer .menu {
	left: 0px;
	top: 15px;
}
footer .footerline {
	position: absolute;
	bottom: 10px;
	left: 0px;
	height: 27px;
	width: 940px;
	padding-right: 50px;
	color: white;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../img/catalog/footerline.png);
	text-align: right;
} 


.menu2{
	display: none;
}


.ajax_loader{
	display:none;
	position: absolute;
	right: 52px;
	top: 7px;
}
.ajax-search-results{ padding:0px !important; }
.ajax-search-results {
    position: absolute;
    border: 1px #dcdcdc solid;
    width: 320px;
    height: auto;
    background-color: white;
    z-index: 300;
    visibility: hidden;
    right: 50px;
	top: 24px;
    float: none;
}

.ajax-search-results div:nth-child(2n){
    background: #dcdcdc;
}
.ajax-search-results div{
    cursor:pointer;
    color:#360063;
    font-size: 1.167em;
    padding: 2px 8px 4px;
    margin-bottom:1px;
    background: #f3f3f3;
}
.ajax-search-results div:hover{
    background:#A6CE4B;
}
.ajax-search-results .curtag{ background:#A6CE4B !important;}


section ul {
	margin-left: 20px;
}



header .phone a {
	float: none !important;
	text-align: right;
}