body {
  font:14px Arial, Helvetica, sans-serif;
  color:#333;
  background:#f2f2f2;
}
a {
  color: #00B100;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  padding: 0;
  margin:0 0 15px 0;
  color: #00B100;
  font-weight: normal;
}

p {
  margin: 0 0 15px 0;
}

.page {
  min-width: 1200px; 
  max-width: 1200px;
  margin: 0 auto; 
  padding: 0 15px;
}
.shadow {
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.30); 
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.30);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.30);
}
.shadowtext {
  text-shadow: 1px 1px 2px black;
}

/**/
.header {
  background: #00853E url("../images/bg-header-2.jpg");
  height:155px;
  padding: 15px;
}

.top {
  height:123px;
  position: relative;
}
.top_right {
  float: right;
}
.login {
  text-align: right;
}
.login a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
}
.phones {
  color: #fff;
  font-size: 18px;
  text-align: right;
  padding: 5px 0;
}
.cart {
  text-align: right;
  background: url("../images/ico-cart.png") no-repeat right center;
  padding: 0 30px 0 0;
  font-size: 16px !important;
  line-height: 35px;
  position: absolute;
  bottom: 5px;
  right: 25px;
}
.cart a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.cart a:hover {
  color: #343434;
}

.logo {
  float:left;
  position: relative;
}
.logo span {
  color: #fff;
  position: absolute;
  top: 70px;
  left: 67px;
}
.logo a{
  display: block;
  width: 310px;
  height: 64px;
  background: url("../images/logo.png") no-repeat;
}

.menu {
  position: relative;
  z-index: 3;
}
.menu ul.fl {
  list-style: none;
  background:#00853E;
  border-bottom: 2px solid #00B100;
}
.menu ul.fl > li {
  position: relative;
  float: left;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
}
.menu ul.fl li:hover {
  background:#005327;
}
.menu ul.fl li a{
  color: #fff;
  text-decoration: none;
}
.menu ul.fl li a:hover{
  color: #ddd;
}
li.hico {
  line-height: 30px !important;
  padding-top: 8px !important;
}

.menu ul.fl li ul {
  display: none;
  position: absolute;
  top:45px;
  left: 0;
  background:#072049;
  list-style: none;
}
.menu ul.fl li:hover ul {
  display: inline;
}
.menu ul.fl li ul li {
  padding: 0 15px;
  font-size: 16px;
  white-space: nowrap;
  border-bottom: 1px dotted #333;
}

/*search*/
.search {
  margin: 0 350px;
  padding-top: 30px;
}
.search form{
  width: 450px;
  line-height: 27px;
  background: #fff;
  border-radius: 5px;
}
.search input {
  background:transparent;
  border: 1px solid #dfdfdf;
  width:400px;
  padding: 5px 10px 5px 10px;
  border:0;
}
.search button {
  background:url('../images/ico-search.png') no-repeat;
  border:0;
  height:28px;
  cursor:pointer;
  width: 30px;
}
.search input:focus {outline:0}

/*content*/
.left_column {
  float:left;
  width:240px;
}
.block {
  background: #fff;
  margin-bottom: 15px;
}
.block h2 {
  color: #fff;
  font-size: 16px;
  background: #00B100;
  padding: 5px 10px;
  margin-bottom: 0;
}
.left_column ul {
  list-style: none;
}
.left_column ul li {
  padding: 5px 10px;
  border-bottom: 1px dotted #ebebeb;
}
.left_column ul li a {
  color: #545454;
  font-size: 14px;
  text-decoration: none;
}
.left_column ul li a:hover {
  color: #00B100;
}
.content {
  background: #fff;
  margin: 15px 0 15px 255px;
  padding: 10px 15px;
}

.sort {
    padding-top:3px;
    font-size:12px;
}

.sort a{
    vertical-align:middle;
    margin-right:10px;
    color:#000;
    text-decoration:none;
    overflow:hidden;
    padding: 2px 3px;
}
.sort a.active {
  background: #00B100;
  color: #fff;
}
.sort a:hover {
  background: #00853E;
  color: #fff;
}
.content h1 {
  margin-bottom: 0;
}
.path {
  font-size: 11px;
  color: #666666;
  margin-bottom: 10px;
}
.path a {
  color: #aaa;
}

/*items*/
.items {
  padding: 15px 0;
}
.item {
  text-align:center;
  background: #fff;
  border:2px solid #ebebeb;
  float: left;
  width: 191px;
  height: 270px;
  padding: 10px;
  margin: 0 10px 20px 0;
  overflow: hidden;
  border-radius: 5px;
}
.item.special {
  border:2px solid #00B100;
}
.imain .item {
  margin: 0 17px 20px 0;
}
.item:hover {
  border:2px solid #ddd;
}
.item_name {
  margin: 10px 0;
  overflow: hidden;
  height: 70px;
}
.item_name a{
  font-weight: bold;
  color: #545454;
  text-decoration: none;
}
.item_name a:hover{
  color: #00B100;
}
.item_buy a {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  float: left;
}
.item_buy a:hover {
  background: #00B100;
  color: #000;
}
.item_price {
  float: right;
  color: #005327;
  width: 100px;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  font-size:18px;
}
.item_price small {
  font-size: 11px;
  color: #aaa;
}
.item_image {
  overflow: hidden;
  width: 190px;
  height:160px;
  vertical-align: middle;
}
.pages {
  font-size: 16px;
}

/*footer*/
.footer {
  background: #00853E url("../images/bg-header-2.jpg");
}
.twitter {
  padding: 15px 15px;
  color: #fff;
}
.twitter a{
  color: #fff;
}
.twitter .news{
  float:left;
  width: 30%;
  margin-right: 15px;
}
.copyrights {
  padding: 25px 15px;
  color: #545454;
  background: #191919;
  font-size: 12px;
}
.copyrights a {
  color: #545454;
}
.copyrights a:hover {
  color: #00B100;
}
.social {
  float: right;
}
.social a {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px; 
}
.fb {
  background: url("../images/ico-social.png") no-repeat -25px 0;
}
.tw {
  background: url("../images/ico-social.png") no-repeat -75px 0;
}
.ok {
  background: url("../images/ico-social.png") no-repeat -50px 0;
}
.vk {
  background: url("../images/ico-social.png") no-repeat 0px 0;
}

.item_full {
  overflow: hidden;
}
.item_full_image {
  float: left;
  margin: 0 20px 20px 0;
  min-width: 200px;
}
.item_full_image .item_buy {
  margin: 10px 0;
}
.fimage {
  text-align: center;
  display: block;
}
.item_full_name h1{
  color: #000;
}

.ulpad li {
  margin: 2px 15px;
}
.contactForm input[type=text], .who_right textarea{
  border:1px solid #bdbdbd;
  padding:5px;
  width:250px;
}
.contactForm textarea {
  width:300px;
  height:100px;
}
.contactForm fieldset {
  padding-top: 15px;
}
.contactForm fieldset label {
  float: left;
  width: 140px;
}

.tags {
  margin: 5px 0;
  line-height: 20px;
}
.tags a {
  background: #00B100;
  font-size: 12px;
  padding: 1px 2px;
  text-decoration: none;
  color: #fff;
  padding: 2px 4px;

}
.tags a:hover {
  background: #00853E;
}
.tech {
  clear:both; 
  padding-top:20px
}
.tech .info {
  padding-bottom:30px;
  float:left;
  clear:left;
  width:100%;
}
.tech .info div {
  float:left;
  line-height:30px;
  height:30px;
  font-size:14px;
  margin-bottom:10px;
  position:relative;
}
.tech .name {
  background:url('../images/dots.png') 0 70% repeat-x transparent;
  width:190px;
}
.tech .name span {
  background:#fff
}
.tech .description {
    width:150px;
}
.zoom {
  cursor:url('../images/zoom.cur'), pointer;
}

.label {
  padding:5px;
}
.label a {

  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 2px;
}
.label a:hover {
  color: #fff;
  background: #00B100;
}
.working{
  background:#fff url('../images/ajax-loader.gif') no-repeat right center !important;
}
.ui-autocomplete { 
  max-height: 300px; 
  overflow-y: scroll; 
  overflow-x: hidden;
  line-height: 12px;
  min-width: 280px;
  max-width: 600px;
}
.ui-autocomplete img {
  height: 50px;
}
.autoim {
  width: 60px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.ui-autocomplete li a{
  height:50px !important;
  overflow: hidden;
}

/*cart*/
a.disabled {
  color:#bbb; 
  cursor:default; 
  text-decoration:none
}
.steps a {
  margin: 5px 20px 5px 0;
}
.steps a.active {
  color: #fff;
  background: #00B100;
  padding: 2px 4px;  
  text-decoration: none;
}

.order table {font-size:14px; width:100%}
.order td {padding: 0 0 15px 0}

.order label {font-size:16px}
.order input {margin-right:10px}

.order .overview {padding-top:30px}
.order .overview h1 {padding:0}
.order .overview input.text  {width:40px}
.order .overview .summary span {font-size:20px}

.order .overview .summary  {
  border-top:1px solid #000;
  font-size:14px;
  margin-top:20px;
  padding-top:10px;
  white-space:nowrap;
  text-align:right;
}
.order .overview .delivery  {
  border-top:1px solid #000;
  font-size:14px;
  margin:20px 0;
  padding-top:10px;
}

.order .overview .ico-del {cursor:pointer}


.order .userInfo {padding-top:30px}

.order .userInfo td {padding:12px 0}
.order .userInfo .half td {padding:0 0 12px}

.order .userInfo input.text  {width:400px}
.order .userInfo select      {width:410px}

.order .userInfo .name {width:130px}

.order .getType {padding-top:30px}
.order .getType td {padding:20px 0}
.nw {white-space: nowrap;}

/*main_catalog*/
.main_catalog {
  font-size: 16px;
}
.main_catalog div {

  padding-left: 5px;
  margin-bottom: 10px;
}
.lv0 > div {
  float:left;
  width: 30%;
}
.main_catalog a {
  color: #00B100 !important;
  text-decoration: none;
}
.main_catalog a:hover{
  color: #000 !important;
}
.lv1 {
  font-size: 14px;
  margin-top: 5px;
}

.delivery_text {
  float: right;
  padding: 4px 15px 0 0;
  color: #fff;
  text-align: right;
  position: relative;
}
.delivery_text span, .item_delivery span{
  font-weight: bold;
}
.delivery_text div{
  display:none;
  position:absolute;
  background: #DEDEDE;
  color: #000;
  right: 0;
  top: 47px;
  padding: 10px 15px;
  font-size: 12px;
}
.delivery_text:hover div{
  display:inline;
}
.item_delivery {
  margin: 5px 0;
}
.item_delivery div{
  display:none;
}

.item {
  position: relative;
  z-index: 1;
}
.fas {  
  position: absolute;
  top:2px;
  right: 5px;
  font-size: 11px;
  color: #777;
}
.zoomer {
  display: none;
  position: absolute;
  top:0;
  left: 0;
  filter:alpha(opacity=80);
  opacity:0.8;
  border-radius: 0 0 5px 0;
}
.item:hover .zoomer{
  display:inline;
}
.zoomer a {
  display: block;
  width: 55px;
  height: 15px;
  background: #00B100 url("../images/zoom.cur") no-repeat center center;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  padding-top: 35px;
}
.dnone {
  display: none;
}
.cart_image {
  width: 115px;
}
.cart_image img {
  max-width: 100px;
  max-height: 100px;
}
.left_column ul li a.active {
  font-weight: bold;
}

.subcats {
  list-style: none;
  overflow: hidden;
  font-size: 12px;
}
.subcats li.active {
  background: #00B100;
}
.subcats li {
  float:left;
  margin: 0 15px 15px 0;
  border:1px solid #bbb;
  padding: 5px;
}
.subcats li a {
  color: #333;
  text-decoration: none;
}
.subcats li a:hover {
  color: #00B100;
}
.subcats li.active a {
  color: #fff;
}

#inline {
  display:none;
}
.clinks {
  overflow: hidden;
}
.clinks div {
  margin: 0 15px 5px 0;
}
.lgrey a {
  color: #aaa;
}

.rc {
  font-size: 11px;
  color: #aaa;
}

.content ul {
  margin-left: 15px;
}

.blocks {
  margin-bottom: 10px;
}
.b {
  float:left;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.bimg {
  float: left;
  margin: 0 10px 10px 0;
}
.blocks .b:nth-child(1), .blocks .b:nth-child(7) {
  width: 300px;
  height: 227px;
  margin: 0 5px 5px 0;
}
.blocks .b:nth-child(2), .blocks .b:nth-child(8) {
  width: 300px;
  height: 227px;
  margin: 0 5px 5px 0;
}
.blocks .b:nth-child(3), .blocks .b:nth-child(9) {
  width: 493px;
  height: 100px;
  margin: 0 0 5px 0;
}
.blocks .b:nth-child(4), .blocks .b:nth-child(10) {
  width: 493px;
  height: 100px;
  margin: 0 0 5px 0;
}
.blocks .b:nth-child(5), .blocks .b:nth-child(11) {
  width: 560px;
  height: 100px;
  margin: 0 5px 5px 0;
}
.blocks .b:nth-child(6), .blocks .b:nth-child(12) {
  width: 560px;
  height: 100px;
  margin: 0 0 5px 0;
}

.ppp td {
  padding: 5px;
  vertical-align: middle;
}
.even {
  background: #eaffe7;
}