html, body {
	margin: 0 auto;
	padding: 0;
	border: 0;			
	width: 100%;
	font-size: 100%;
	height: 100%;	
	min-height: 100%;
}

.eachitem {
	font-size: 0.7em !important;
	font-weight: normal;
	color: #888 !important;
	display: block;
	clear: both;
}

.fullsumma {
	font-size: 1em !important;
	font-weight: normal;
	color: #b20404 !important;
	display: block;
	clear: both;
	font-family: tahoma, arial;
	margin: 20px 0;

}

.fullsumma1 {
	font-size: 1.4em !important

}

.magnify {
	z-index: 9999;
	background: #fff;

}

/* Wrapper for image centering */
#lightwrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	z-index: 999;
}

/* overlay covering website */
#lightbg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

#lightwrap img {
	position: absolute;
	display: none;
	border: 1px solid #888;
	background: #fff;
}

#lightzoomed {
	opacity: 0;
}

#off-screen {
	position: fixed;
	right: 100%;
	opacity: 0;
}

#body {
	padding-bottom: 100px;  
	width: 100%;
	margin: 0 auto;
	min-width: 970px;
	max-width: 1440px;
}

#container {
	min-height: 100%;
	position: relative; 
	
}


#header {
	clear: both;
	width: 100%;
	padding: 0 0;
	background: #d0d3db;
	display: block;

	margin: 0 auto;
}


#headerin {
	clear: both;
	background: url(../images/hed.jpg)no-repeat center 0;
	min-width: 970px;
	max-width: 1440px;
	margin: 0 auto;
	display: block;
}

#headerin1 {
	width: 95%;
	margin: 0 auto;
	display: block;
	
}

.menuw1 {
	background: #d0d3db;
	width: 100%;
	margin: 0 auto;
}

.menuw {

	min-width: 970px;
	max-width: 1440px;
	margin: 0 auto;
}
/* Главное меню*/
#menu {
	background: #009933;
	width: 95%;	
	overflow: hidden;
	position: relative;
	
	margin: 0 auto;
	border-radius: 5px;
	
}

#menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	font-size: 1.1em;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%; 
	
}

#menu ul li a {
	display: block;
	padding: 10px 31px;
	margin: 0 2px;
	color: #fff;
	
	text-decoration: none;
	position: relative;
	font-family: tahoma, arial;
}
#menu ul li a:hover {
	color: #000;
	background: #d3d9dd;
 
} 
#menu ul li.active a {
	color: #000;
	background: #d3d9dd;
	text-decoration: none;
	font-family: tahoma, arial;
}
/* Главное меню */

.search span {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 0 55px;
	font-family: tahoma, arial;
	font-size: 0.9em;
}



.search span a {
	text-decoration: underline;
}

.search {
	margin: 0 0 40px 0;
}

.search {
	background: #009933;
	width: 100%;
	height: 47px;
	border-radius: 10px;
}
.search img {
	margin: 5px;
	float: left;
}


.search .tinput:focus {
	background: #eee;
	color: #000;
}

.search .tinput{
	vertical-align: middle;
	height: 32px;
	position: absolute;
	color: #d2d7dc;
	font-family: tahoma, arial;
	font-size: 0.9em;
	text-indent: 10px;
	margin: 6px;
	background: #fff;
	border: 0;
	vertical-align: middle;
	width: 78%;
	display: table-cell;
	left: 50px;
	z-index: 50;
	box-shadow: 0 0 0 rgba(0,0,0,0.5), /* Exterior Shadow */
	inset 22px 52px rgba(255,255,255,0.3), /* Top light Line */
	inset 22px 28px rgba(255,255,255,0.2), /* Top Light Shadow */
	inset 22px 320px 220px rgba(255,255,255,0.25), /* Sides Light Shadow */
	inset 0 1px 10px rgba(0,0,0,0.3); /* Dark Background */
}

.search .button {
	color: #000;
	margin: 6px;
	position: absolute;
	z-index: 100;
	right: 0;
	padding: 0 15px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #fff;
	font-family: tahoma, arial;
	cursor: pointer;
	display: table-cell;
	font-size: 1em;
	float: right;
	border-radius: 5px;
	box-shadow: 0 0 0 rgba(0,0,0,0.5), /* Exterior Shadow */
	inset 22px 52px rgba(255,255,255,0.3), /* Top light Line */
	inset 22px 28px rgba(255,255,255,0.2), /* Top Light Shadow */
	inset 22px 320px 220px rgba(255,255,255,0.25), /* Sides Light Shadow */
	inset 0 1px 10px rgba(0,0,0,0.3); /* Dark Background */
}

.search .button:hover {
	background: #eee;
}

.uplinks {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.uplinks a:after {
	content: '>';
	text-decoration: none!important;
	padding: 0 10px ;
	color: #000;
	cursor: default;
}


.uplinks .last:after {
	content: '';
}

.uplinks a:hover {
	color: #000!important;
}

.uplinks a, .uplinks span {
	text-align: left;
	font-family: 'pf_agora_slab_proregular', tahoma, arial;
	color: #009933;
	text-transform: none;
	font-size: 0.9em;

	text-decoration: none!important;
}

.uplinks a.last, .uplinks span.last {
	font-weight: bold;
}

.form {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}

.form label{
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: middle;
	padding: 11px 0;
}

.form .tinput:focus {
	background: #eee;
	color: #000;
}

.form textarea:focus {
	background: #eee;
	color: #000;
}

.form .tinput{
	vertical-align: middle;
	color: #888;
	font-family: tahoma, arial;
	font-size: 0.8em;
	float: right;
	margin: 6px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #b4b4b4;
	
	width: 45%;
	display: inline-block;
	text-align: left;
	position: relative;
	right: 13%;
}

.form textarea{
	color: #888;
	text-align: left;
	font-family: tahoma, arial;
	font-size: 0.8em;
	float: right;
	padding: 0 5px;
	margin: 6px 0;
	background: #fff;
	border: 1px solid #b4b4b4;
	vertical-align: middle;
	width: 55%;
	display: inline-block;
	position: relative;
	right: 3%;
}



.form .button {
	color: #fff;
	margin: 6px 0;
	position: relative;
	width: 33%;
	padding: 0 ;
	height: 34px;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}


.reg .tinput:focus {
	background: #eee;
	color: #000;
}

.reg .tinput{
	vertical-align: middle;
	height: 32px;
	
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.9em;
	text-indent: 10px;
	margin: 6px 0;
	background: #fff;
	border: 1px solid #888;
	vertical-align: middle;
	width: 55%;
	display: block;
	left: 50px;
	z-index: 50;
	
}

.mem {
	display: block;
	text-decoration: underline;
	font-size: 0.9em;
}

.reg .button {
	color: #fff;
	margin: 6px 0;
	position: relative;
	width: 33%;
	padding: 0 ;
	height: 34px;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}

.dostavkabig {
	background: #f8f7f7;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.dostavkainbig .cc1 {
	display: table-cell;
	width: 13%;
	padding: 10px 10px 10px 0;
}

.dostavkainbig {
	width: 95%;
	margin: 0 auto;
}

.dostavkabig label{
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.8em;
	display: block;
	padding: 2px 0;
}



.dostavkabig select {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.dostavkabig strong {
	font-size: 0.9em;
	text-align: left;
	display: block;
	margin: 10px 0;
}


.dostavka {
	background: #f8f7f7;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.dostavkain {
	width: 90%;
	margin: 0 auto;
}

.dostavka label{
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.8em;
	display: block;
	padding: 2px 0;
}

.dostavka select {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.dostavka strong {
	font-size: 0.8em;
	text-align: center;
	display: block;
	margin: 10px 0;
}

.itogo {
	color: #b20404;
}

.dostavka .button {
	color: #fff;
	margin: 15px auto;
	position: relative;
	
	padding: 0 15px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial;
	cursor: pointer;
	display: block;
	font-size: 1em;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}

.tabs-menu {
	margin: 0;
	padding: 0;
	clear: both;
}

.tabs-menu li {
	background: 0!important;
	padding: 0;
	margin: 0;
	display: inline-block;
  
}

.tabs-menu li.current {
	background: #009933;
	border-radius: 10px;
	color: #fff;
	padding: 0;
	display: inline-block;
	margin: 0 10px 20px 0;
    
}

.tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none; 
}

.tabs-menu .current a {
	background: #009933;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	display: inline-block;
	
}

.tab {
    
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

.tab-content {
	width: 660px;
	padding: 20px;
	display: none;
}

#tab-1 {
	display: block;   
}


.clear {
	clear: both;
	display: block;
	float: none;
}

.checkoutw {
	z-index: 999;
	margin: 0 auto;
	display: block;
	width: auto;
	background: #fff;
}

.number {
	display: inline-block;
	width: 100%;
}

.checkout {
	width: 90%;
	display: block;
	margin: 10px auto;
}

.checkout img{
	border: 1px solid #888;
	float: left;
	margin: 0 5px 0 0
}

.checkout a{
	font-size: 0.8em;
	display: table-cell;
}

.checkout strong{
	font-size: 0.8em;
	float: right;
	padding: 2px 0;
}

.addcount {
	display: inline-block;
	margin: 20px 0;
	width: 100%;
}

.chblock {
	display: block;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d7d7d7;
}

.checkout .tinput:focus {
	background: #eee;
	color: #000;
}

.checkout .minus {
	padding: 5px ;
	cursor: pointer;
	vertical-align: middle;
	font-size: 1.2em;
}

.checkout .plus {
	padding: 5px ;
	cursor: pointer;
	vertical-align: middle;
	font-size: 1.2em;
}

.checkout .tinput{	
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	background: #fff;
	border: 1px solid #888;
	vertical-align: middle;
	width: 15%;
	display: inline-block;
}

.checkout .button {
	color: #fff;
	margin: 6px 0;
	position: relative;
	width: 33%;
	padding: 0 ;
	height: 34px;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}


.bigcart {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
	
}

.bigcart thead {
	font-weight: bold;
	background: #fff!important;
}

.bigcart  td {
	border: 0;
	padding: 5px!important;
}

.bigcart  tr {
	border-bottom: 1px solid #eee;;
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
	
}

.bigcart .minus {
	padding: 5px ;
	cursor: pointer;
	vertical-align: middle;
	font-size: 1.2em;
	display: inline-block;
}

.bigcart .plus {
	padding: 5px ;
	cursor: pointer;
	vertical-align: middle;
	font-size: 1.2em;
	display: inline-block;
}

.tdfix {
	border: 1px solid #eee;
}

.bigcart table a {
	display: inline-block;
}

.bigcart .tinput{	
	color: #000;
	font-family: tahoma, arial;
	
	text-align: center;
	margin: 0;
	background: #fff;
	border: 1px solid #888;
	vertical-align: middle;
	width: 30%;
	display: inline-block;
}
.bigcart .tinput:focus {
	background: #eee;
	color: #000;
}
.category {
	width: 100%;
	display: block;
}
.category ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.category ul li{
	display: inline-block;
	background: 0!important;
	padding-left: 0!important;
	margin: 0 20px 20px 0!important;
}

.category ul li a {
	background: url(../images/cc.png) no-repeat left center;
	padding: 7px 0 7px 35px;
	font-size: 0.9em;
}

.category ul li a.active {
	color: #000;
	font-weight: bold;
}

.category ul li a:hover {
	background: url(../images/cc.png) no-repeat left center;
	padding: 7px 0 7px 35px;
	font-size: 0.9em;
}

.compare {
	display: table-cell;
	text-align: center;
}

.pad {
	display: inline-block;
	margin: 20px auto;
	width: 100%;
	vertical-align: middle;
}
.pad .button {
	color: #fff;
	
	margin: 6px 20px;
	position: relative;
	display: inline-block;
	padding: 5px 10px ;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial;
	cursor: pointer;
	font-size: 0.9em;
	border-radius: 5px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}

.compare1 {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 82px;
}

.chk {
	float: left;
}

.chkspan {
	font-family: tahoma, arial, sans-serif;
	font-size: 0.8em;
	display: inline-block;
	font-weight: normal;
}

.sort {
	display: table-cell;
	width: 35%;
	vertical-align: middle;
}

.sort strong {
	font-family: tahoma, arial, sans-serif;
	font-size: 0.8em;
}

.pgw {
	margin: 0 20px 0 0 ;
	display: table-cell;
	font-style: normal;
	text-align: left;	
	vertical-align: middle;
	padding: 0;
	width: 60%;
}

.pgw ul {
	margin: 0;
	padding: 0;
} 

.pgw ul li {
	display: inline-block;
	background: 0!important;
	padding: 0!important;
	margin: 0!important;
}


.pgw ul li a {
	font-family: tahoma, arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	padding: 0!important;
	margin: 0!important;
}


.pgw ul li a:hover {
	text-decoration: underline;
	color: #eee;
}

.pgw ul li a.active {
	color: #fff;
}


.addr2 {
	float: right;
	margin: 7px 50px 0 0;
}
.logo {
	margin: 0  ;

}
.fix {
	position: absolute;
	margin: -10px 0 10px 0;
	
}
.hc1 {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}

.hc2 {
	display: inline-block;
	vertical-align: middle;
	width: 43%;
}

.hc3 {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	float: right;
	margin: 80px 0 0 0;
}
.tel {
	float: left;
	margin: 0 0 0 70px;
}

#header strong {
	display: block;
	font-size: 1.5em;
}
.mail1 {
	color: #000;
	font-weight: normal;
	
}

.mail {
	color: #bcc5c8;
	margin: 0 0 0 100px;
}

.tel1 {
	color: #009933;
	margin: 0 0 0 100px;
}

.tel11 {

	color: #009933;
	margin: 0 0 0 0;
}


.tovarlist {
	display: inline-block;
	width: 100%;
}
.tblock strong{
	display: block;
	margin: 10px auto;
	width: 95%;
    color: #000000;
}

.tblock img{
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 98%;
}

.tblock:hover {
	
	background: #f3f5f4;
}

.tblock a {
	font-size: 0.8em;
	display: block;
	width: 95%;
	margin: 0 auto;
	height: 50px;
}

.tblock a.vendor {
	height: auto;
}

.tblock .compare {
	height: 351px;
}

.tblock.compare button {
	text-align: left !important;
}

.tblock.compare strong a {
	font-size: inherit;

	display: inline;
}

.tblock.compare strong {
	font-size: 0.8em;

}

.tblockw.comparew {
	padding: 2px;
	display: inline-block;
	width: 24%;
	text-align: center;
}

.tblock {
	border: 1px solid #b9b9b9;
	display: inline-block;
	text-align: center;
	width: 95%;
	margin: 10px auto;
	
}

.tblock p {
	font-size: 0.8em;
}

.tblockw {
	padding: 2px;
	display: inline-block;
	width: 24%;
	text-align: center;
}

.tblock .button {
	color: #fff;
	margin: 6px auto;
	position: relative;
	
	padding: 5px 10px ;
	
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial, sans-serif;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	text-align: center;
	border-radius: 10px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}

#tc2 {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff; 
	margin: 0 0 20px 0;
}
#tc1 {
	float: left;
	width: 100%;
	position: relative;
	right: 67%;
	background: #fff;
}
#col1 {
	float: left;
	width: 30%;
	position: relative;
	left: 67.5%;
	overflow: hidden;

}
#col2 {
	float: left;
	width: 64%;
	position: relative;
	left: 71%;
	overflow: hidden;
	
}

#col2 strong {
	font-weight: normal;
	font-size: 0.9em;
	display: block;
	margin: 5px 0;
}

#col1 img {
	width: 100%;
}

.tovar .button {
	color: #fff;
	margin: 3px 5px;
	position: relative;
	
	padding: 3px 10px ;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #009933;
	font-family: tahoma, arial;
	cursor: pointer;

	font-size: 0.8em;
	text-align: center;
	border-radius: 5px;
	box-shadow: inset 0px 0px 21px 0px #006722;
	-webkit-box-shadow: inset 0px 0px 21px 0px #006722;
	-moz-box-shadow: inset 0px 0px 21px 0px #006722;
	-o-box-shadow: inset 0px 0px 21px 0px #006722;
}

.tovar {
	display: inline-block;
	margin: 0 0 20px 0;
}

.tovar a {
	text-decoration: underline;
}

.calc {
	float: left;
	
}

.tovar .tinput{
	border: 1px solid #888;
	color: #000;
	font-family: tahoma, arial;
	font-size: 0.9em;
	margin: 5px;
	background: #fff;

	float: left;
	width: 50px;
}

.tumbs {
	display: block;
	clear: both;
	margin: 20px 0;
}

.tumbs img {
	border: 1px solid #888;
}

.side {
	background: #009933;
	
	width: 100%;
	height: 47px;
	border-radius: 10px;
}

.side strong {
	font-family: tahoma, arial;
	color: #fff;
	font-weight: normal;
	margin: 0;
	font-size: 0.9em;
	height: 47px;	
	display: inline-block;
	padding: 12px 0 0 60px;
	vertical-align: middle;
}

.side strong.cat {
	background: url(../images/cat.png) no-repeat 5px 5px;	
}
.side strong.all {
	background: url(../images/all.png) no-repeat 5px 5px;	
}
.side strong.cart {
	background: url(../images/cart.png) no-repeat 5px 5px;	
}


.brands {
	width: 90%;
	display: block;
	margin: 10px auto;
}

.brands ul + ul {
	margin: 20px 0;
}

.brands ul li  {
	margin: 5px;
}

.brands ul li a {
	color: #000;
	display: inline-block;
	font-size: 1em;
}


.brands ul li a:hover {
	color: #009933;

}

.brands li:first-child a:first-letter {
	font-weight: bold;
	color: #009933;
	text-transform: capitalize;
	font-size: 1.2em;
}



.brands ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.brands ul li{
	display: inline;
}


/* Левое меню */
.lmenu{
	padding: 0;
	clear: both;
	margin: 10px 0;
}

.lmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lmenu ul li{
	padding-bottom: 3px; 
	line-height: 20px;
}

.lmenu ul li a{
	color: #000;
	display: block;
	text-decoration: none;
	background: url(../images/arr.png) no-repeat center left; 
	font-weight: normal;
	font-family: tahoma, arial;
	font-size: 15px;
	margin: 0 0 0 15px;
	padding-left: 15px;
}

/*.lmenu ul li a:visited{*/
	/*color: #009933;*/
/*}*/

.lmenu ul li a:hover{
	color: #888;
	text-decoration: none;
}

.lmenu ul li a.active{
	color: #009933;
	text-decoration: none;
}


.cmenu{
	padding: 0;
	clear: both;
	margin: 10px 0;
	width: 100%;
}

.cmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cmenu ul li{
	margin: 0!important;
	padding: 0!important;
	background: 0!important;
}

.cmenu ul li a{
	color: #000;
	display: block;
	text-decoration: none;
	background: url(../images/arr1.png) no-repeat 2px 6px ; 
	font-weight: normal;
	font-family: tahoma, arial;
	font-size: 1em;
	margin: 0 0 0 0;
	padding-left: 15px;
	
}

.cmenu ul li a:visited{
	color: #009933;
}

.cmenu ul li a:hover{
	color: #888;
	text-decoration: none;
}

.cmenu ul li a.active{
	color: #009933;
	text-decoration: none;
}

/* Левое меню */

img {
	border: 0;
}



hr {
	border: none; 
	color: #dde3e6; 
	background-color: #e2e2e2; 
	height: 1px; 
	display: block;
	clear: both;
	width: 95%;
}

.colmask {
	position: relative;	
	clear: both;
	margin: 20px auto;  
	width: 95%;			
	overflow: hidden;	
	display: block;	
}


.colright,
.colmid,
.colleft{
	float: left;
	width: 100%;
	position: relative;
}
.col1,
.col2,
.col3{
	float: left;
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
	margin: 0 0 10px 0;
	
}

.col3, .col2 {
	border-radius: 10px 10px 0 0  ;
}

.threecol {
		
	background: #fff;
	/*border: 1px solid #b9b9b9;*/
		
}
.threecol .colmid {
	right: 21%;				
	background: #fff;
	/*border: 1px solid #b9b9b9;*/
	
	
}
.threecol .colleft {
	right: 58%;		
	background: #fff;
	/*border: 1px solid #b9b9b9;*/
	
	
}
.threecol .col1 {
	width: 56%;			
	left: 101%;		
	/*border: 1px solid #b9b9b9;*/	
}
.threecol .col2 {
	width: 20%;			
	left: 23%;		
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;	

}
.threecol .col3 {
	width: 20%;			
	left: 82.4%;		
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;	
					
}
	

.fullpage {
		
}
.fullpage .col1 {
	width: 100%;			
	left: 0;		
}


#footer a {
	color: #ed193a;
	text-decoration: underline;
}

#footer p {
	font-size: 0.8em;
	font-family: tahoma, arial;
	text-align: center;
	font-weight: normal;
	display: block;
	padding: 40px 0 0 0;
	margin: 0;
}

	
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	
}

#footerin {
	margin: 0 auto;
	width: 950px;
	display: block;


}

#footerw {
	padding: 0;
	margin: 0 auto;
	height: 100px;
	min-width: 970px;
	max-width: 1440px;
	display: block;
	background: #fff ;
	border-top: 1px solid #eee;
}


.errorSummary {
	color: #ec1f26;
	font-size: 0.9em;
	font-family: tahoma, arial;
}

.errorSummary ul li{
	font-family: tahoma, arial;
	font-style: normal!important;
	color: #ec1f26!important;
	padding: 0 0 0 15px!important;
	margin: 0;
}


.errorSummary {
	background: #fff;
	width: 100%;
	display: block;
	clear: both;
	padding: 5px;
	margin: 20px 0;
}

.feedok {
	color: #0b7545;
	display: block;
	clear: both;
	font-weight: bold;
	
	font-family: tahoma, arial;
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0;
}

.sovet {
	padding: 10px;
	margin: 20px 0 20px 0;
	background: #f3f5f4;
	display: inline-block;
}

.s1 {
	color: #009933;
}

.col1  ol li {
	list-style-position: inside;
	margin: 0 0;
}
 
.col1  ol li +  li {
	margin: 5px 0;
}

.col1  ol  {
	font-family: tahoma, arial;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	color: #000;

}

.col1  ol li {
	list-style-position: inside;
}

.col1  ol li a {
	color: #009933;
}

.col1  ol li a:hover {
	color: #999999;
}

.col1 thead {
	background: #efefef;
	color: #000;
	
} 


 
.col1 table {
	width: 100%;
	border-collapse: collapse;
	color: #000;
	font-size: 0.9em;
	font-family: tahoma, arial;
	
} 

.col1 tr, td {
	padding: 10px;
	font-family: inherit;

	border: 1px solid #eee;
} 

.col1 ul {
	font-family: tahoma, arial;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	display: block;

}

.col1 ul li {
	color: #000;
	background: url(../images/ul.jpg) no-repeat 0 9px;
	margin: 0 10px ;
	padding-left: 15px;
	list-style-type: none;
	clear: both;

	
}

.col1 ul li  a{

	color: #009933;

}

.col1 ul li  a:hover{
	color: #999999;

}

.center {
	text-align: center;
	display: block;
}



h1, h2, h3, h4 {
	font-family: tahoma, arial;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0 ;
	clear: both;
	
}


h1 {
	font-size: 1.8em;
	
}

h2 {
	font-size: 1.8em;
	
}

h3 {
	font-size: 1.2em;
	
}

h4 {
	font-size: 1em;
	
}

p a {
	font-size: inherit;
	color: #0b7545;
}

p a:hover {
	font-size: inherit;
	color: #999999;
}

p + p {
	margin: 10px 0;
}

h1, h2, h3, h4 + p {
	margin: 10px 0;
}

img + p {
	margin: 10px 0;
}

strong {
	font-family: tahoma, arial;
}

p {
	font-family: tahoma, arial;
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0 ;
	clear: both;
	display: block;
}

a {
	font-size: inherit;
	color: #009933;
	font-family: tahoma, arial;
	text-decoration: none;
}

a:hover {

	color: #888;
}

.tblock a img {
	max-width: 156px;
}

.cart {
	margin: 10px;
}

.green {
    color: #009933;
}

.red {
    color: #da4f49;
}

.nowmain p {
	color: #000;
	font-family: tahoma, arial;
	font-size: 1em;
	font-weight: bold;
}

.nowmain
{
	background: url(../images/delivery.png) no-repeat 10px center;
	padding: 30px 0 30px 80px;
	display: block;
	border: 1px solid #d7d7d7 ;
	margin: 5px 0;

}

.calendar {
	color: #f3281d;
}
