/* 
    Document   : product_info
    Created on : Jan 25, 2010, 5:13:56 PM
    Author     : anisrehan
    Description: a separate stylesheet file for product_info.php in cartzlink
        Purpose of the stylesheet follows.
        Find all the styles used in product_info.php and place them at a single place
*/

.out-of-stock{ color: #af1d20; font-size:18px; font-weight: 700; }
.stock { font-size:18px; font-weight: 700; }

/* Product info page, left side*/
.product-info-left{float:left; width:36%; text-align:center;  }

.product-image { text-align:center !important; margin-top: 10px; padding: 5px; border:1px solid #eee; }
.product-image a { color:#387796; text-decoration: none; font:700 12px; }

.product-price { font-size: 18px; color: #af1d20; margin-top:10px; list-style: none; }
.product-price .tag {color:#000;}
.product-price .price { }
.product-price .cross { text-decoration:line-through; }

/* Product info page, right side*/
.product-info-right { float:left; margin:10px; width:58%; text-align: left; }
.product-name { color:#064278; font:700 18px Verdana; margin-top:10px; }
.product-description {font-weight:100; color:#979897; font-size:11px;}

.product-features ul { list-style-image:url(../content/images/dp_feat_aero.gif); list-style-position:inside; list-style-type:none; }

.product-features ul li { color:#000; height:30px; }

.wishlist, .buy-now { text-transform:uppercase; background:#a6c51d url(../content/images/button-bg.gif) repeat-x; height:17px; line-height:17px; font-family:Arial; border:0; font-weight:700; color:#fff; }

#ImagePanel { float:left; height:150px; width:142px; margin:25px 2px 0px 2px; }

.gallery-title { color:#000; font-weight:700; text-decoration:none; line-height:20px; padding-left:5px; }

.add-to-cart { height:22px; line-height: 22px; background-color: #eee; margin:10px auto; padding:10px;  }

.product-attributes { clear:both; overflow:hidden;}
.attribute { min-height:16px; width:98%; border:1px solid #c0bebf; margin:10px auto; }
.attribute .title {  width: 100%; text-indent:10px; color: #074278; font:700 15px/32px Tahoma; }
.attribute .value { margin:2px; }

.product-image-gallery { width:100%; margin-bottom:10px; }