.product_description_page_header {
  background-color: #fbfbfb;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 8px;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.product_description_page_header:nth-child(n) {
  border: medium none;
}

.product_description_page_header table {
  width: 100%;
}

.shopping_info {
  border: 1px solid #d7f7f2;
  height: 194px;
}

.shopping_info dl {
  padding-left: 20px;
  padding-top: 12px;
}

.shopping_info dt {
  font-family: "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.shopping_info dd {
  color: #666666;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.product_thumbnails {
  width: 48px;
}

.product_thumbnails_container {
  background-color: #fbfbfb;
  height: 196px;
  padding-left: 6px;
}

.product_big_image {
  height: 194px;
  text-align: center;
  width: 194px;
}

.product_image_container {
  background-color: #ffffff;
  border: 1px solid #d7f7f2;
  /*height: 82px;*/
  height: 194px;
  /*margin-left: 8px;*/
  /*width: 82px;*/
  width: 194px;
}

#preview {
	position:absolute;
	border:1px solid #000;
	padding:5px;
	display:none;
	color:#000;
	background-color: #FFF;
}
.sku-strong {
	font-size:16px;	
}
.sku-strong:hover {
	background-color:#FF9;
}

#retail-price {
	font-size:12px;
	color:#999;
	text-transform: capitalize;
}

#tabs {
	font-weight:100;
	font-size:14px;
}

