body, select, input, textarea, button {
  font-family: tahoma;
}
p {
  padding: 10px 0;
    font-size: 18px;
    line-height: 1.5;
}
h1, .name a {
  color: #0E76BC;
  font-size: 28px;
  text-transform: uppercase;
}
.name a{font-size: 16px
}
body{
  background: url("img/bg_img.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    color: #68615D;
}
.wrapper {
  max-width: 1000px;
	min-width: 980px;
    -moz-box-sizing: border-box;
    margin: auto;
    background: white;
    background: url("/image/bg.jpg") no-repeat scroll 0 256px #FFFFFF
}
.header {
    background: url("img/bg_header.png");
    padding: 30px 10px 0 10px;
    height: 140px;
}
#left {
  float: left;
  width: 250px;
    padding: 0 10px;
}
#content {
    padding: 0 0 30px 10px;
    float: left;
    width: 700px;

}
#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{
    display: inline-block;
    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: white;
    font-size: 16px;
    text-transform: uppercase;
}
#top_menu a:hover{
    background: none repeat scroll 0 0 #004268;
    color: #fff ;
    transition: background-color 0.1s ease-in-out 0s;
}
#left_menu, .bullet{
    padding: 0 0 20px;
    margin: 0 0 20px 0;
    background: url("img/bg-h4-bottom.png") no-repeat scroll bottom rgba(0, 0, 0, 0);
}
#left_menu li{
    border-top-color: #D3D3D3;
    background: none no-repeat scroll 100% 0 #ECEDEE;
    color: #231F20;

  background-position: 100% 0;
  background-repeat: no-repeat;
  line-height: 46px;
  padding: 0 16px;
    list-style: none;

    transition: margin 330ms ease-in-out 0s, padding 320ms ease-in-out 0s;

}
#left_menu li:hover{
    background-position: 100% -50px;
    padding-left: 16px;

}
#left_menu a:hover {
background: none repeat scroll 0 0 #004268;
color: #ffffff;
    margin-left: -16px;
    padding: 0 0 0 30px;
    margin-right: -16px;
}
#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 #E3E3E3;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 80px;
    text-align: center;
    clear: both;
    font-size: 12px;
}
.footer span{
    margin: 43px auto;
    display: block;
    font-size: 12px;
    padding: 34px;
}
.welcome {
  float: left;
    margin: 0 0 0 20px;
    color: #0E76BC;
    padding: 28px 0px;
}

#cart {
  float: right;
  text-align: right;
    width: 350px;
    margin: 20px 10px 0 0;
}

#cart .content{
    background: none repeat scroll 0 0 #E3E3E3;
    border-radius: 5px;
    padding: 10px;
    display: none;
    position: absolute;
    width: 435px;
    left: 50%;
    margin-left: 35px;
}
.active#cart .content {display: block}
a {
  color: #69615E;
}
.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;
}
.product-grid > div {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
  vertical-align: bottom;
  width: 320px;
}
.product-grid {
  overflow: auto;
  width: 100%;
}
.product-list > div {
    height: 180px;
  margin: 10px 0;
}
.product-list .right {
  float: right;
}
.product-list .image {
  float: left;
  margin: 0 10px 0 0;
}
.product-filter div {
  float: left;
  margin: 0 10px 15px 0;
}
.product-list {
  margin-top: 60px;
}
.product-list .price {
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    color: #0E76BC;
    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 #808080;
  color: #FFFFFF;
    float: left;
    margin: 0 0 15px 10px;
    width: 700px;
}
.success {
  padding: 5px;
}
.success > a {
  color: #FFFFFF;
}
.product-grid .price, .product-info .price{
  font-size: 26px;
    color: #0E76BC;
}
.button {
  background: none repeat scroll 0 0 #69C629;
  border: 3px solid #219E33;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0;
}
.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;
  padding: 0 20px 0 0;
}
#tab-description {
  display: inline-table;
}
.htabs {
  clear: both;
}
#search {
  background: url("img/search.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 33px;
}
.button-search {
  float: right;
    height: 33px;
    width: 41px;
    cursor: pointer;
}
#search > input {
  border: medium none;
    padding: 9px;
  width: 185px;
}
#voucher, #reward, #shipping {
  display: none;
}

.buttons .right {
  float: right;
}
.buttons {
  margin: 20px 0;
}
table {
  margin: 10px 0;
}
.cart-info > table {
  width: 100%;
}
thead td {
  background: none repeat scroll 0 0 #F5F5F5;
  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: #16A6FF;
}
.mini-cart-info td {
  border: 1px dotted #808080;
  padding: 5px;
}
.mini-cart-total {
  float: right;
}
.checkout {
  clear: both;
}
.checkout a:last-child {
  font-size: 16px;
  font-weight: bold;
}
.checkout-heading {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  clear: both;
  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";
}
.checkout .left {
    line-height: 1.5;
}
.checkout .right {
    line-height: 1.5;
  margin-bottom: 10px;
}
.form td,.checkout-product td {
  border: 1px dotted;
  padding: 5px;
}
.welc {
  height: 50px;
}
#search_block_top {
  float: right;
    margin-top: 5px;
}
#left > h4, #manufacturers_block_left > h4, .hdr {
  background: url("img/bg-h4.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-weight: 100;
  height: 32px;
  padding: 8px 18px;
  text-transform: uppercase;
    margin: 0;
}

#left > h4 {
    margin: 0;
    padding: 8px 18px;

}
.block.blockmanufacturer {
  background: none repeat scroll 0 0 #ECEDEE;
}
.bullet {
  padding: 10px 0 30px 30px;
}
.tree, .box ul {
  background: url("img/bg-h4-bottom.png") no-repeat scroll center bottom #ECEDEE;
  margin: 0 0 20px;
  padding: 10px 0 30px 30px;
}
.checkout label {
  display: block;
  float: left;
  width: 250px;
}
#ifbb{
    background: url("/image/ifbb.jpg") no-repeat;
    width: 61px;
    height: 101px;
    margin-left: 770px;
    position: absolute;
    top: 35px;
}
.info {
  color: #008000;
  font-size: 14px;
  font-weight: bold;
}
.tree > li {
  margin: 20px 0;
}