body, select, input, textarea, button {
  font-family: tahoma;
}
p {
  padding: 10px 0;
    font-size: 18px;
    line-height: 1.5;
}
.name a {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
.name a{font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
body{
  background: url("img/bg_img.jpg") no-repeat fixed -280px top / cover black;
    color: #c9c9c9;
}
.wrapper {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}
.header {
    padding: 30px 0px 0;
    height: 140px;
    background: url("img/bg_trans.png") repeat scroll left center rgba(0, 0, 0, 0);
    margin: 0 10px;
    min-width: 780px;
}
#left {
  float: left;
  width: 250px;
    padding: 20px 10px;
}
#content {
    padding: 0 10px 30px 10px;
    margin: 0 0 0 265px;
    min-width: 710px;
}
#logo{
    width: 980px;
    height: 78px;
    background: url("img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin-right: 0;
}
#top_menu{
    padding: 0;
    margin: 0;
}
#top_menu li{
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
    list-style: none;
}
#top_menu a{
    display: block;
    height: 43px;
    padding: 0 12px;
    line-height: 2.3;
    text-decoration: none;
    color: #ffe401;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color 330ms ease-in-out 0s, border-width 330ms ease-in-out 0s;
}
#top_menu a:hover{
    background: #fff;
    color: #373230;
    transition: background-color 330ms ease-in-out 0s, border-width 330ms ease-in-out 0ms;
    border-top: 4px solid #ffe401;
}
#left_menu, .bullet{
    padding: 0 0 20px;
    margin: 0 0 20px 0;
    background: #fff;
}
#left_menu li{
    border-top-color: #D3D3D3;
    background: #fff;
    color: #231F20;

  background-position: 100% 0;
  background-repeat: no-repeat;
  line-height: 46px;
    list-style: none;

    transition: margin 330ms ease-in-out 0s, padding 320ms ease-in-out 0s;
    border-top: 1px solid #E8E8E8;
    margin: 0 10px;

}
#left_menu li:hover{
    background-position: 100% -50px;
    padding-left: 16px;

}
#left_menu a:hover {
background: none repeat scroll 0 0 #ffe401;
color: #000;
    padding: 0 0 0 30px;
}
#left_menu a {
  color: #231F20;
  text-decoration: none;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;

}
.footer {
  background: none repeat scroll 0 0 #0f2801;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 80px;
    text-align: center;
    clear: both;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    color: #74bc00;
    border: 1px solid;
}
.footer span{
    margin: 43px auto;
    display: block;
    font-size: 12px;
    padding: 34px;
}
.welcome {
  float: left;
    margin: 0 0 0 20px;
    color: #74bc00;
    padding: 12px 0;
}

#cart {
  float: right;
  text-align: right;
    width: 350px;
    margin: 2px 10px 0 0;
}

#cart .content{
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    padding: 10px;
    position: absolute;
    width: 435px;
    color: #000000;
    right: 18px;
    display: none;
}
.active#cart .content {display: block}
a {
  color: #74bc00;
}
.footer p {
  clear: both;
    font-size: 12px;
}
.column li {
  list-style: none outside none;
  text-align: left;
}
.column {
  float: left;
  width: 33%;
}
.column h3 {
  text-align: left;
    margin-left: 20px;
}
#tmfooterlinks {
  margin-left: 130px;
}
.product-grid div {

  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
    padding: 5px;
}
.product-grid > div {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
  vertical-align: bottom;
  width: 320px;
    background: #fff;
    border-radius: 2px;
}
.product-grid {
  overflow: auto;
  width: 100%;
}
.product-list > div {
    height: 340px;
  margin: 10px 0;
}
.product-list .right {
  float: right;
}
.product-list .image {
  float: left;
  margin: 0 10px 0 0;
    background: #fff;
    border-radius: 2px;
    padding: 10px;
}
.product-filter div {
  float: left;
  margin: 0 10px 15px 0;
}
.product-list {
  margin-top: 70px;
}
.product-list .price {
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    color: #74bc00;
    margin-top: 20px;
}
.label {
  font-weight: bold;
}
.login-content .left {
  float: left;
  width: 49%;
}
.login-content .right {
  float: right;
  width: 49%;
}
#notification {
  background: none repeat scroll 0 0 #0f2801;
  color: #FFFFFF;
    margin: 20px 15px 15px 275px;
}
.success {
  padding: 5px;
}
.success > a {
  color: #FFFFFF;
}
.product-grid .price, .product-info .price{
  font-size: 26px;
    color: #74bc00;
    float: left;
    padding-top: 10px;
    width: 50%;
}
.button {
  background: none repeat scroll 0 0 #0f2801;
  border: 1px solid #74bc00;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0;
    display: block;
    float: left;
}
.button:hover{
    background: none repeat scroll 0 0 #00E030;
    color: #fff;
    transition: background-color 0.5s ease-in-out 0s;
}
.product-info .image {
  float: left;
    margin: 0 20px 0 0;
    background: #fff;
    padding: 10px;
}
#tab-description {
  display: inline-table;
}
.htabs {
    margin-top: 250px;
}
#search {
  background: url("img/search.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 33px;
}
.button-search {
  float: right;
    height: 19px;
    width: 41px;
    cursor: pointer;
}
#search > input {
  border: medium none;
    padding: 9px;
  width: 185px;
    margin: 0;
}
.cart-module {
  display: none;
}
.buttons .right {
  float: right;
}
.buttons {
  margin: 20px 0 0 0;
    height: 100px;
}
table {
  margin: 10px 0;
}
.cart-info > table {
  width: 100%;
}
thead td {
  background: none repeat scroll 0 0 #000;
  font-size: 14px;
  font-weight: bold;
}
.cart-info td {
  border: 1px solid #DDDDDD;
  padding: 5px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.heading > a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
    cursor: pointer;
    color: #ffe401;
}
.mini-cart-info td {
  border: 1px dotted #808080;
  padding: 5px;
}
.mini-cart-total {
  float: right;
}
.checkout {
}
.checkout a:last-child {
  font-size: 16px;
  font-weight: bold;
}
.checkout-heading {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
    margin: 0 0 10px;
  padding: 8px 0 8px 19px;
  position: relative;
}
input[type="text"], input[type="password"], textarea, select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #555555;
  font: 12px "Arial";
    margin: 5px 0;
}
.checkout .left {
    line-height: 1.5;
}
.checkout .right {
    line-height: 1.5;
  margin-bottom: 10px;
    margin-top: 40px;
}
.form td,.checkout-product td {
  border: 1px dotted;
  padding: 5px;
}
.welc {
  height: 50px;
    background: none repeat scroll 0 0 #0f2801;
    margin: 0 10px;
}
#search_block_top {
  float: right;
    margin-top: 5px;
}
#left > h4, #manufacturers_block_left > h4, .hdr {
  background: #fff;
  color: #74bc00;
  font-weight: bold;
  height: 32px;
  padding: 14px 0 0 12px;
  text-transform: uppercase;
    margin: 0;
    border-top: 4px solid #ffe401;
}

#left > h4 {
    margin: 0;
    padding: 14px 0 0 12px;
    color: #74bc00;
    font-weight: bold;

}
.block.blockmanufacturer {
  background: none repeat scroll 0 0 #ECEDEE;
}
.bullet {
  padding: 10px 0 30px 30px;
}
.tree, .box ul {
  background: #fff;
  margin: 0 0 20px;
  padding: 10px 0 30px 30px;
}
.checkout label {
  display: block;
  float: left;
  width: 250px;
}

.tree a {
  color: #000000;
}
.tree > li {
  color: #000000;
}
.product-list .name > a {
  color: #74bc00;
  font-size: 20px;
}
.column a {
  color: #fff;
}
.product-info .cart {
  margin-left: 289px;
  margin-top: 60px;
  text-align: left;
  width: 200px;
}
.product-info .left {
  width: 300px;
}
#content img {
}
.box a {
  color: #000000;
}
#cart .checkout {
  clear: both;
}
.checkout > div {
  margin: 20px 0;
}
.product-grid .name a {
  color: #000000;

}
h1 {
  color: #ffe401;
}
h2 {
  color: #fff;
}
b {
  color: #fff;
}