/* Product Page */

.productName h1 {
  margin: 20px 0 15px 0;
  padding: 0;
  color: #ee5222;
  line-height: 1em;
}

.productName h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}

.product .overview {
  width: 435px;
  float: left;
}

.product .overview .image {
  width: 180px;
  float: left;
}

.product .overview .price, .product .overview .priceSale, .product .overview .priceClearance {
  width: 230px;
  float: right;
  color: #000;
}

.product .overview .price .head, .product .overview .priceSale .head, .product .overview .priceClearance .head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 10px 10px 10px;
  text-align: right;
  width: 210px;
}

.product .overview .price .head {
  color: #0b6197;
}

.product .overview .priceSale .head {
  color: #64b120;
}

.product .overview .priceClearance .head {
  color: #ff795e;
}

.product .overview .priceSale .originalPrice {
  font-size: .8em;
  font-weight: normal;
}

.product .overview .price .head .gsaLogoSmall, .product .overview .priceSale .head .gsaLogoSmall, .product .overview .priceClearance .head .gsaLogoSmall {
  background: url( /images/structure/sprite-main.gif ) no-repeat -249px -48px;
  margin: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}

.product .overview .price .head .currentPrice, .product .overview .priceSale .head .currentPrice, .product .overview .priceClearance .head .currentPrice {
  font-size: 1.4em;
  letter-spacing: -0.07em;
}

.product .overview .price .head {
  background: #dffdff;
}

.product .overview .priceSale .head {
  background: #f1ffe1;
}

.product .overview .priceClearance .head {
  background: #ffeae6;
}

.product .overview .priceSale .head .sale {
  color: #71ba1c;
  padding: 2px 0 0 0;
  font-weight: bold;
  font-size: .85em;
}

.product .overview .price .head table, .product .overview .priceSale .head table, .product .overview .priceClearance .head table {
  width: 210px;
  margin: 10px 0 0 0;
  border-collapse: collapse;
  padding: 0;
  line-height: 1.2em;
  font-size: .8em;
  font-weight: normal;
  color: #000;
}

.product .overview .price .head table .unit, .product .overview .priceSale .head table .unit, .product .overview .priceClearance .head table .unit {
  text-align: left;
}

.product .overview .price .head table .unitPrice, .product .overview .priceSale .head table .unitPrice, .product .overview .priceClearance .head table .unitPrice {
  text-align: right;
}

.product .overview .price .quote, .product .overview .priceSale .quote, .product .overview .priceClearance .quote {
  background: #ededed;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  text-align: right;
  width: 210px;
}

.product .overview .price .cap, .product .overview .price .bottom, .product .overview .priceSale .cap, .product .overview .priceSale .bottom, .product .overview .priceClearance .cap, .product .overview .priceClearance .bottom {
  width: 230px;
  height: 10px;
  overflow: hidden;
}

.product .overview .price .cap {
  background: url( /images/structure/sprite-product.gif ) no-repeat 0px 0px;
}

.product .overview .priceSale .cap {
  background: url( /images/structure/sprite-product.gif ) no-repeat 0px -10px;
}

.product .overview .priceClearance .cap {
  background: url( /images/structure/sprite-product.gif ) no-repeat 0px -20px;
}

.product .overview .price .quote input[type="text"], .product .overview .priceSale .quote input[type="text"], .product .overview .priceClearance .quote input[type="text"] {
  width: 64px;
  height: 20px;
  margin: 0 0 3px 0;
  font-size: 1.1em;
  text-align: right;
  border: 1px solid #444;
}

.product .overview .price .quote a, .product .overview .price .quote a:visited, .product .overview .overview .priceSale .quote a, .product .overview .priceSale .quote a:visited, .product .overview .overview .priceClearance .quote a, .product .overview .priceClearance .quote a:visited {
  color: #000;
  font-size: .9em;
  font-weight: bold;
}

.product .overview .price .quote a:hover, .product .overview .price .quote a:active, .product .overview .overview .priceSale .quote a:hover, .product .overview .priceSale .quote a:active, .product .overview .overview .priceClearance .quote a:hover, .product .overview .priceClearance .quote a:active {
  color: #333;
}

.product .overview .price .quote, .product .overview .priceSale .quote, .product .overview .priceClearance .quote {
  background: #ededed;
}

.product .overview .price .bottom, .product .overview .priceSale .bottom, .product .overview .priceClearance .bottom {
  background: url( /images/structure/sprite-product.gif ) no-repeat 0px -30px;
}

.product .overview .image .zoom {
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin: 5px 0 0 0;
  background: url( /images/structure/sprite-product.gif ) no-repeat -570px -22px;
}

.product .overview .srrLogo {
  clear: both;
  text-align: right;
  margin: 0 0 5px 0;
}

.product .overview .details {
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0;
  width: 435px;
}

.product .overview .details div {
}

.product .overview .details .tabs {
  background: #fff;
  margin: 0;
  padding: 0;
}

.product .overview .details .tabs a {
  color: #0b6197;
  display: block;
  float: left;
  width: 130px;
  background: #ededed url( /images/structure/sprite-product.gif ) -230px -86px;
  margin: 0 2px 0 0;
  padding: 5px 0 5px 0;
  text-align: center;
  text-decoration: none;
}

.product .overview .details .tabs a:hover {
  background: url( /images/structure/sprite-product.gif ) -230px -44px;
}

.product .overview .details .tabs .ui-tabs-selected a {
  background: url( /images/structure/sprite-product.gif ) -230px -44px;
}

.product .overview .details .cap, .product .overview .bottom {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 435px;
  height: 11px;
}

.product .overview .details .cap {
  background: url( /images/structure/sprite-product.gif ) no-repeat -230px -11px;
}

.product .overview .details .specifications, .product .overview .details .description, .product .overview .downloads, .product .overview .reviews, .product .overview .rate {
  background: #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 0 20px 10px 20px;
}

.product .overview .details h3 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: -.06em;
  color: #0b6197;
}

.product .overview .details .description ul {
  margin: 0;
  padding: 0 0 0 17px;
}

.product .overview .details .specifications table {
  width: 400px;
  margin: 0 0 10px 0;
  border-collapse: collapse;
}

.product .overview .details .specifications table td {
  padding: 6px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.product .overview .details .specifications table .attribute {
  text-align: right;
  font-weight: bold;
}

.product .overview .bottom {
  background: url( /images/structure/sprite-product.gif ) no-repeat -230px 0px;
  overflow: hidden;
}

.related {
  float: right;
  width: 340px;
  margin: 0;
}

.related .products, .related .information {
  width: 340px;
  background: #ededed;
}

.related .products {
  margin: 0 0 20px 0;
}

.related .products .cap, .related .products .bottom, .related .information .cap, .related .information .bottom {
  width: 340px;
  height: 10px;
  overflow: hidden;
}

.related .products .cap, .related .information .cap {
  background: url( /images/structure/sprite-product.gif ) no-repeat -230px -33px;
}

.related .information .main {
  width: 300px;
  padding: 0 20px 0 20px;
}

.related .products .main {
  background: #fff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  margin: 0 auto;
  padding: 10px 0 0 15px;
}

.related .products .title, .related .information .title {
  padding: 0 0 17px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #ee5222;
}

.related .products .main .relatedProduct {
  width: 90px;
  height: 14em;
  overflow: hidden;
  float: left;
  text-align: center;
  margin: 0 6px 0 6px;
  font-size: .9em;
}

.related .products .main .relatedProduct a, .related .products .main .relatedProduct a:visited {
  line-height: 1.2em;
  letter-spacing: -.06em;
}

.related .products .bottom, .related .information .bottom {
  background: url( /images/structure/sprite-product.gif ) no-repeat -230px -22px;
}

.product .overview .details .description .tolInfo {
  margin: 30px 0 0 0;
}

.downloadButton a {
  background: url( /images/structure/sprite-main.gif ) no-repeat -339px -345px;
  display: block;
  cursor: pointer;
  width: 79px;
  height: 22px;
}

.downloadButton a:hover {
  background: url( /images/structure/sprite-main.gif ) no-repeat -339px -367px;
}

.muo {
  color: #f00;
  font-weight: bold;
}

.product .head p {
  margin: 0;
  padding: 0 0 10px 0;
}