/* Product Page */

#announcements {
  display: none;
}

.product {
  width: 435px;
  margin: 0 auto;
}

.product h1 {
  margin: 25px 0 0 0;
  padding: 0;
  color: #ee5222;
  line-height: 1em;
}

.product h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.product .image {
  width: 180px;
}

.product .price, .product .priceSale {
  color: #000;
}

.product .price .head, .product .priceSale .head {
  padding: 5px 10px 10px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0b6197;
}

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

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

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

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

.product .price .quote, .product .priceSale .quote {

  display: none;
}

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

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

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

.product .image .zoom {
  display: none;
}

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

.product .details {
  width: 435px;
  margin: 0 auto;
  padding: 0;
}

.product .details .cap, .product .details .bottom {
  display: none;
}

.product h3 {
  letter-spacing: -.06em;
  font-size: 1.5em;
}

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

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

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

.related {
  display: none;
}

.related .products, .related .information {
  display: none;
}

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

.related .products .cap, .related .products .bottom, .related .information .cap, .related .information .bottom {
  display: none;
}

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

.related .products .main {
  width: 312px;
  margin: 0 auto;
}

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

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

.related .products .main .product .title a, .related .products .main .product .title a:visited {
  font-weight: bold;
  color: #0b6197;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: -.06em;
}

.related .products .main .product .title a:hover, .related .products .main .product .title a:active {
  color: #2a85be;
}

.related .products .main .product .price {
  float: none;
  color: #24a10f;
  font-weight: bold;
  letter-spacing: -.06em;
}

.relatedAddButton a, .relatedAddButton a:visited {
  display: block;
  width: 40px;
  height: 17px;
  background: url( /images/structure/sprite-main.gif ) no-repeat -40px -48px;
}

.relatedAddButton a:hover, .relatedAddButton a:active {
  background: url( /images/structure/sprite-main.gif ) no-repeat -40px -65px;
}

.employeeEditCat {
  width: 530px;
  border: 4px solid #88edff;
  background: #d0f7fe;
  padding: 10px;
  margin: 0 0 20px 0;
}

.employeeEditProd {
  border: 4px solid #88edff;
  background: #d0f7fe;
  padding: 10px;
  margin: 10px 0 -20px 0;
}

.employeeEditProd ul {
  padding: 0;
  margin: 5px 0 0 0;
}

.employeeEditProd ul li {
  display: block;
  float: left;
  background: #fff;
  list-style-type: none;
  margin: 0 3px 0 0;
  padding: 2px;
}

.employeeEditProd ul li a, .employeeEditProd ul li a:visited {
  color: #f00;
  text-decoration: none;
  font-weight: bold;
}

.employeeEditProd ul li a:hover {
  color: #ff5b5b;
  text-decoration: underline;
}

.employeeEditProd form {
  clear: both;
}