#root { width:1146px; }

.catalog { overflow:hidden; padding-top:1px; margin-right:-2%; }
.catalog .item, .product_list .item { min-height:172px; float:left; overflow:hidden; position:relative; width:29.0%; margin:0 1.9% 18px 0;padding:0.7% 10px; border:1px dashed #000;
     border: 1px solid rgba(157, 157, 157, 0.2);
    border-radius: 4px;
}
.catalog .item:hover, .product_list .item:hover { /*border:1px solid #000;*/ }
.catalog a, .product_list a {
  color: #769823;
  text-decoration:none; font-size:0.78em; }
.catalog a:hover, .product_list a:hover { text-decoration:underline; }
.catalog .image, .product_list .image {
    border: 1px solid rgba(157, 157, 157, 0.2);

    display:block; overflow:hidden; margin:3px 10px 3px 0px; float:left;
}
.catalog img, .product_list img { max-height:100%;max-width:100%; vertical-align:middle; }
.catalog .title, .product_list .title { color:#ff0000; margin:3px 0px 8px; padding-left:13px; background:url(../images/icon/gr_right_arrow.png) 0 7px no-repeat; }
.catalog .vendor { font-size:0.80em; margin:0; color:#003b9b; }

.order_form { padding:15px 1px 0 1px; margin:12px 0 0 0; border-top:1px solid #000;  }
.catalog .item .order_form { width:155px; position:absolute;right:10px;bottom:15px; }
.order_form .cart_button { cursor:pointer; }
.order_form .cart_price {
  color:#000; font-size:1.3em; background:#96c22b; padding:3px 2px 3px 5px; min-width:50px; text-align:right; /*margin:0 15px 0 0;*/ margin:0; display: inline-block;
}
.order_form .add_to_cart { cursor:pointer; float:right; border:0; width:74px;height:29px;padding-left:28px; font-size:0.86em; line-height:29px; background:url(../images/button/add_to_cart.png) 1px 1px no-repeat; }
.order_form .cart_price, .order_form .add_to_cart { border:1px solid #ccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.order_form .add_to_cart:hover { border:1px solid #333; }
.order_form .cart_price {
 background: -moz-linear-gradient(center top , #8AC73E 0%, #52A33C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.news_list .item, .magazine-list .item { float:left; margin:0 0.7% 15px; width:23%; }
.magazine-list .item {}
.magazine-list .item .image {}
.news_list .item .image img, .magazine-list .item .image img { width:100%; }

.sf-menu ul { list-style:none; background:#fff; z-index:2; }
