/*===============================================================
    Buttons Start
===============================================================*/

a.button1 {
  background:url(cartBl.png) left top no-repeat;
}
a.btn-detail {
  background:url(detailBl.png) left top no-repeat;
}

a.button, a.button2 {
  display:inline-block;
  font-size:10px;
  color:#fff;
  text-shadow:0 -1px 0 #1f4e64;
  text-transform:uppercase;
  font-weight:bold;
  padding:3px 5px;
  text-decoration:none;
  cursor:pointer;
  border:#32599F 1px solid;
  border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  -webkit-border-radius:2px;
  background-color:#32599F;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#243f4a), to(#32599F));
  background-image:-webkit-linear-gradient(top, #243f4a, #32599F);
  background-image:-moz-linear-gradient(top, #243f4a, #32599F);
  background-image:-ms-linear-gradient(top, #243f4a, #32599F);
  background-image:-o-linear-gradient(top, #243f4a, #32599F);
}
a.button span, a.button2 span {
  color:#fff;
  font-size:11px;
  display:inline-block;
}
a.button:hover, a.button2:hover {
  border:#32599F 1px solid;
  background-color:#243f4a;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#243f4a), to(#32599F));
  background-image:-webkit-linear-gradient(top, #32599F, #243f4a);
  background-image:-moz-linear-gradient(top, #32599F, #243f4a);
  background-image:-ms-linear-gradient(top, #32599F, #243f4a);
  background-image:-o-linear-gradient(top, #32599F, #243f4a);
}
.button {
  display:inline-block;
  font-size:10px;
  color:#fff;
  text-shadow:0 -1px 0 #1f4e64;
  text-transform:uppercase;
  font-weight:bold;
  padding:5px;
  text-decoration:none;
  cursor:pointer;
  border:#32599F 1px solid;
  border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  -webkit-border-radius:2px;
  background-color:#32599F;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#243f4a), to(#32599F));
  background-image:-webkit-linear-gradient(top, #243f4a, #32599F);
  background-image:-moz-linear-gradient(top, #243f4a, #32599F);
  background-image:-ms-linear-gradient(top, #243f4a, #32599F);
  background-image:-o-linear-gradient(top, #243f4a, #32599F);
}
.button:hover {
  border:#32599F 1px solid;
  background-color:#243f4a;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#243f4a), to(#32599F));
  background-image:-webkit-linear-gradient(top, #32599F, #243f4a);
  background-image:-moz-linear-gradient(top, #32599F, #243f4a);
  background-image:-ms-linear-gradient(top, #32599F, #243f4a);
  background-image:-o-linear-gradient(top, #32599F, #243f4a);
}
a.button1 {
  display:inline-block;
  background:url(cartBl.png) left top no-repeat;
  text-decoration:none;
  cursor:pointer;
  width:51px;
  height:51px;
}
a.button1:hover {
  background-position:left bottom;
}
a.button1 span {
  text-indent:-9999px;
  float:left;
}
a.btn-detail {
  display:inline-block;
  background:url(detailBl.png) left top no-repeat;
  text-decoration:none;
  cursor:pointer;
  width:51px;
  height:51px;
}
a.btn-detail:hover {
  background-position:left bottom;
}
a.btn-detail span {
  text-indent:-9999px;
  float:left;
}
.buttons {
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.htabs {
  line-height: 16px;
  height: 30px;
  position: relative;
  top:1px;
  z-index: 1;
}
.htabs a {
  padding:7px 10px 6px 10px;
  float: left;
  font-size:12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #222;
  display: none;
  text-shadow:1px 1px 0px #fff;
  text-transform:uppercase;
}
.htabs a:hover {
  color:#222;
  background:#eee;
}
.htabs a.selected {
  padding-bottom:6px;
  background:#fff;
  color:#444;
  border:1px solid #d7d7d7;
  border-width:1px 1px 0px 1px;
}
.tab-content {
  padding:10px;
  min-height:295px;
  z-index:2;
  overflow:auto;
  background:#fff;
  margin-bottom:20px;
  font-size:13px;
  border:1px solid #d7d7d7;
}
.rev .content img {
  float:right;
}
#tab-description {
  line-height: 1.5em;
}
#tab-description p {
  margin-bottom: 12px;
}
#tab-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tab-description ul li {
  margin: 6px 0px;
  padding: 0 0 0 24px;
  background: url('bullet2.png') 3px 3px no-repeat;
}
#tab-description ol {
  margin: 0;
  padding: 0 0 0 32px;
}
#tab-description ol li {
  margin: 8px 0px;
  padding: 0 0 0 2px;
}


/*===============================================================
    Buttons End
===============================================================*/