/*-------------------------------------------------------------------------
 Top of the product details page styles
----------------------------------------------------------------------------*/
/* top outer container */
#content-product{
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff url(/assets/images/product-details/primary_product_bg.png) repeat-x top left;
  padding: 10px;
  width: 569px;
}

/* =Headers
-----------------------------------------------------------------------------*/
#content-product h1 {
  font: normal 20px "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
  margin: 0 0 10px 5px;
}

#product-page-wrapper h2,#product-page-wrapper h3 {
  font: bold  14px "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
  margin: 0 0 5px;
}
#overlay-wrapper h2,#overlay-wrapper h2 a {
  font:  18px "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
  margin: 0 0 10px;
}

#product-secondary h2{
  margin: 0 0 0 5px;
  padding: 0;
}

/* =Top of product details Secondary content including product image, ratings and view links
---------------------------------------------------------------------------------------------------*/
#product-secondary{
  width: 247px;
  float: left;
}

#product-secondary #pp-photo {
  width: 200px;
  height: 200px;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 5px;
}

#pp-color-choice {
  font-size: 10px;
  margin-left: 5px;
}

#content-product .product-ratings {margin: 10px 0 10px 5px; width: 181px;}


#content-product .product-ratings a.no-reviews {display: inline;}
#content-product div.product-ratings img {vertical-align: bottom; margin-left: 4px;}

#content-product div.product-ratings em.review-numbers {
  font-style: normal;
  font-size: 10px;
  padding: 3px 4px 0 0;
  display: block;
  text-align: right;
}

ul#product-navigation {
  margin: 10px 10px 0 5px;
  padding: 0;
  list-style: none;
}

ul#product-navigation li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 5px;
}

ul#product-navigation li a {
    font: bold  12px "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
    padding-left: 33px;
}
ul#product-navigation li a:hover {
    text-decoration: none;
}
ul#product-navigation li.photos{
    background: url(/assets/images/product-details/photos_icon.gif) no-repeat 0 50%;
}

ul#product-navigation li.accessories{
    background: url(/assets/images/product-details/accessories_icon.gif) no-repeat 0 50%;
}

ul#product-navigation li.additional-info{
    background: url(/assets/images/product-details/additional_info_icon.gif) no-repeat 0 50%;
}

ul#product-navigation li.shipping-info{
    background: url(/assets/images/product-details/shipping_info_icon.gif) no-repeat 0 50%;
}
ul#product-navigation li.reviews{
    background: url(/assets/images/product-details/reviews_icon.gif) no-repeat 0 50%;
    border-bottom: none;
}
ul#product-navigation li.specs{
    background: url(/assets/images/product-details/spec_icon.gif) no-repeat 0 50%;
}
ul#product-navigation li.features{
    background: url(/assets/images/product-details/features_icon.gif) no-repeat 0 50%;
}
/* =Top of product details primary content including Pricing, logo etc..
-----------------------------------------------------------------------------*/
#product-main{
  width: 322px;
  float: right;
  margin-top: 5px;
}


#product-pricing strong.regular_price {
    font-size: 18px;
}
#product-pricing strong {
  display: block;
  margin-bottom: .5em;
}

#product-brand {
  float: right;
  padding: 0 0 0 10px;
}



/* =Product Options Area
-----------------------------------------------------------------------------*/
#product-options {clear: both;}

#product-options h2 {
  font-size: 16px;
  margin: 10px 0 3px;
}
#product-pricing strong {
    font-size: 16px;
}

/* =Options box used for border and background color
-----------------------------------------------------------------------------*/
.options-container {
  border: 4px solid #ecebeb;
  background: #f8f8f8;
  padding: 8px 6px 0 6px;
  margin: 0 0 10px;
}

ul#options-required li {margin-bottom: 8px;}

ul#options-required label{
  display: block;
  margin-bottom: 2px;  
}

ul#options-required label, ul#options-required strong {
  color: #666;
  font-weight: bold;
}

.options-container ul {
  list-style: none;
  margin:0;
  padding: 0;
}
div#product-recommend ul {padding-bottom: 8px;}
div#product-recommend ul li {
  float: left;
  background: url(/assets/images/product-details/recommend_img_bg.gif) no-repeat top left;
  text-align: center;
  padding-top: 4px;
  width: 58px;
  height: 54px;
}

div#product-recommend ul li a {
    display: block;
}

/* Tool Tip */
.tool-tip-outer {
  position: absolute;
  width: 200px;
  font-size: 11px;
  font-weight: bold;
  display: none;
  text-align: left;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}

.tool-tip {
    border: 1px solid #cbc5a8;
    padding: 10px;
    background: #f7f3f3;
}

.tool-tip p {
    font-size: 10px;
    color: #999;
}

.tooltip {
    width: 36px;
    height: 47px;
}
.tt-corner img {
    margin: -1px 0 0 15px;
}


div.options-container ul#product-additional-options li {margin-bottom: 5px;}

div.options-container ul#product-additional-options li label {
  float: right;
  text-align: left;
  width: 270px;
  padding-top: 2px;
}
div.options-container ul#product-additional-options li.estimate-shipping label {
    float: none;
    color: #333;
    padding: 0 5px;
}
div.options-container ul#product-additional-options li.estimate-shipping input{
    width: 75px;
}
div.options-container ul#product-additional-options li ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
}
div.options-container ul#product-additional-options li ul li label {
    float: none;
    display: block;
    margin-bottom: 2px;
    color: #000;
}

/* =Add to Cart
-----------------------------------------------------------------------------*/
.product-addtocart {margin: 10px 0; display: none; width: 240px;}


/* =Wish list area
-----------------------------------------------------------------------------*/
#product-extra-actions {
    margin: 0 0 0 20px;
    list-style: none;
    padding: 5px 0 0 10px;
    position: relative;

}
#product-extra-actions li.or-options {
    background: none;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    margin: 0;
}
#product-extra-actions li {
  background: url(/assets/images/product-details/bullet_add.gif) no-repeat center left;
  padding-left: 20px;
  margin: 0 7px 7px 45px;
}
#product-extra-actions li.or-options strong {
  font: bold 16px "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
}
/*---------------------------------------------------------------------------
 =Bottom of the product details page styles
----------------------------------------------------------------------------*/
#content-productinfo {
  background: url(/assets/images/product-details/secondary_content_dropshadow.png) repeat-x;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 10px;
  width: 569px;
  line-height: 1.6;
}
#content-productinfo h2 {
  padding-bottom: 3px;
  margin: 10px 0;
  font-size: 16px;
}

#content-productinfo #productinfo-description,
#content-productinfo #productinfo-features {
  padding: 0 5px;
}


/* =Features Unordered List
-----------------------------------------------------------------------------*/
#content-productinfo #productinfo-features ul{
  margin: 0 0 0 20px;
  padding: 0;
}

#content-productinfo #productinfo-features ul li {margin-bottom: 7px;}

/* =Product Page Tabs
-----------------------------------------------------------------------------*/
#productinfo-tabs {
    width: 563px;
    list-style: none;
    margin: 15px 0 0;
    padding: 0 0 0 5px;
}


#productinfo-tabs li {
    float: left;
    border: 1px solid #ccc;
    margin: 0 3px 0 0;
    border-bottom: none;
}

#productinfo-tabs li a {
    background: url(/assets/images/product-details/tab_bg.gif) repeat-x top left;
    display: block;
	font-size: 11px;
	padding: 3px 8px;
    margin-top: 1px;
    font-weight: bold;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #ccc;
}

#productinfo-tabs li.current a,#productinfo-tabs li a:hover {background: #fff;}
#productinfo-tabs li.current a{
    border-bottom: 1px solid #fff;
}
#productinfo-tabs li a:hover {text-decoration: none;}

#productinfo-tabs-view {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    width: 555px;
    clear: both;
}

.productinfo-tab-view {
    width:  555px;
    overflow: hidden;
}
/* =Product Tabs Photo Toggle
-----------------------------------------------------------------------------*/
#photo-toggle {
    list-style: none;
    padding: 0;
    float: left;
    width: 255px;
    margin: 10px 0 0 -3px;
    display: inline;
}

#photo-toggle li {
    float: left;
    margin-right: 2px;
    margin-bottom: 10px;
    min-height: 100px;
    display: inline;
    text-align: center;
}
#photo-toggle li dl {
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center;
 }

#photo-toggle li dl dt {
    background: url(/assets/images/product-details/50px_img_bg.gif) no-repeat 50% 0;
    padding-top: 7px;
    height: 61px;
    width: 75px;
    margin: 0 auto;
    text-align: center;
}
#photo-toggle li dl dt img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
#photo-toggle li dl dd {
    width: 78px;
    font-size: 10px;
    color: #666;
    text-align: center;
    line-height: 1;
    margin: 2px  0 0;
}

#photo-toggle li img {display: block;}

#larger-image {
  float: right;
margin:10px 3px 0 0;
display: inline;
}

/* =Product Tabs Accessories
-----------------------------------------------------------------------------*/
div#productinfo-accessories {
    padding: 10px 0 0;
    width: 555px;
}
div#productinfo-accessories ul {
    margin: 0 10px 0 0;
    padding: 0;
    width: 545px;
    list-style: none;
    overflow: hidden;
}
div#productinfo-accessories ul li {
    float: left;
    width: 25%;
    min-height: 190px;
}

div#productinfo-accessories ul li div {
    background: #f8f8f8;
    min-height: 190px;
    border: 1px solid #ccc;
    padding:10px;
    margin: 0 0 10px 10px;
}

div#productinfo-accessories ul li p.product-name, div#productinfo-accessories ul li p.product-name a {
    font-size: 11px;
    line-height: 1;
    margin: 5px 0;
}
div#productinfo-accessories ul li p.gsa-price {
    margin: 0 0 5px;
    font-size: 11px;
}
div#productinfo-accessories ul li p.gsa-price em {
    text-decoration: line-through;
    display: block;
}
div#productinfo-accessories ul li p.price  {margin: 0 0 5px;}

div#productinfo-accessories ul li p.product {
    background: url(/assets/images/product-details/75px_img_bg_tan.gif) no-repeat top left;
    width: 93px;
    height: 83px;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    display: block;
}

/* = Product Tabs Specifications Definition list
-----------------------------------------------------------------------------*/
#productinfo-specs dl {
  width: 555px;
  overflow: hidden;
  margin: 0 0 10px 5px;
}

#productinfo-specs h3 {
  clear: both;
  margin: 0 0 3px 5px;
}
#productinfo-specs dt {
  float: left;
  width: 259px;
  padding: 5px 5px 5px 15px;
  height: 20px;
  margin: 0;
}
#productinfo-specs dt.odd,
#productinfo-specs dd.odd{
background: #f6f6f6;
}
#productinfo-specs  dd {
  float: left;
  padding: 5px;
  margin: 0;
  width: 254px;
  height: 20px;
}

/* =You May Also Like Area
-----------------------------------------------------------------------------*/
ul#productinfo-crossell {
    margin: 0 0 0 4px;
    padding: 0;
    width: 565px;
    list-style: none;
    overflow: hidden;
}

ul#productinfo-crossell li {
    float: left;
    width: 169px;
    min-height: 300px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding:10px 5px;
    margin: 0 7px 10px 0px;
}

ul#productinfo-crossell  li p.product-name, ul#productinfo-crossell  li p.product-name a {
    font-size: 11px;
    line-height: 1;
    margin: 5px 0;
}

ul#productinfo-crossell  li p.stock-status {margin: 0;}

ul#productinfo-crossell  li p.price  {margin: 0;}

ul#productinfo-crossell  li p.product {
    background: url(/assets/images/product-details/150px_img_bg_tan.gif) no-repeat top left;
    width: 169px;
    height: 169px;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    display: block;
}



/* = Overlay pop up
-----------------------------------------------------------------------------*/
.overlay-pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 468px;
    z-index: 100;
}

.popup-top {
    width: 468px;
    height: 52px;
}

.popup-middle {
    position: absolute;
    top:52px;
    left:0;
    width: 468px;
    z-index: 10;
}

.popup-bottom {
    width: 468px;
    height: 25px;
    display: block;
}

.inner {
    z-index: 50;
    position: relative;
    margin: 0 25px;
}

.inner form {margin: 0;}
#overlay-wrapper {text-align: left; width: 100%;}

a.overlay-pop-close:link,a.overlay-pop-close:visited,a.overlay-pop-close:active {
    position: absolute;
    right: 25px;
    top: 18px;
    background: url(/assets/images/product-details/pop_up_close.gif) no-repeat center right;
    padding-right: 20px;
    color: #666;
    z-index: 10;
}

a.overlay-pop-close:hover{text-decoration: none;}

#overlay-wrapper  ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

#overlay-wrapper h2 a:hover {text-decoration: none;}

#overlay-wrapper a.product-image {
    background: url(/assets/images/product-details/75px_img_bg_white-overlay.gif) no-repeat top left;
    width: 93px;
    height: 92px;
    text-align: center;
    padding-top: 9px;
    margin: 0 auto;
    display: block;
    float: left;
}

#overlay-content {
    margin: 12px 0 0 105px;
    width: 300px;
    color: #666;
}
#overlay-wrapper.estimated-shipping #overlay-content{
    margin-left: 0;
    width: 395px;
}
#overlay-content p{margin: 0;}

#overlay-content ul li.add {
    margin:10px 0 0;
    clear: both;
}

#overlay-content ul label {
    display: block;
    margin-bottom: 2px;
}

#overlay-content ul li {margin-bottom: 3px;}

ul.optionals label {
    float: right;
    text-align: left;
    width: 270px;
    padding-top: 2px;   
}

ul.optionals li {clear: both;}





/* = Misc Product Page Styles
-----------------------------------------------------------------------------*/

.error_messaging, #product-page-wrapper .error-container,.error-container-special {
    background: #ffcccc url(/assets/images/error_small.png) no-repeat 5px 7px;
	color: #900;
    border: 1px solid #c00;
    padding: 7px 0.5em 10px 35px;
    font-weight: bold;
    margin: 5px 0;
	display: none;
}
.error-container-special{
    display: block;
}
li.error-container ul,.error-container-special ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: disc;
}
li.error-container ul li {
	display: none;
}
.error-message {display: none;}
div.notification {
    background: #cbf3b0 url(/assets/images/notification_exclamation.png) no-repeat 5px 4px;
    border: 1px solid #2c6b02;
    padding: 7px 0.5em 5px 35px;
    font-weight: bold;
    margin: 5px;
    color: #2c6b02;
}
#product-page-wrapper .error {display: block;}
strong.important,strong.sale_price {color: #cc0000;}
strong.strike_price{text-decoration: line-through; font-weight: normal;}
strong.regular_price,strong.sale_price {font-weight: bold;}


