﻿/*#productTitle
{
    font-size:22px;
    font-weight:bold;
    color:White;
    background-image: url(/App_Assets/images/ui/productTitleBackground.gif);
    height:40px; 
}

#productTitle #productTitleLeft
{
    background-image: url(/App_Assets/images/ui/productTitleLeft.gif);
    float:left;
    width:5px;
    height:40px;
    padding-right:5px;
}

#productTitle #productTitleRight
{
    background-image: url(/App_Assets/images/ui/productTitleRight.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%; 
	height:40px;
	line-height:37px;
}*/

#productTitle
{
    font-size:22px;
    font-weight:bold;
    color:#aa0000;
    background-image: url(/App_Assets/images/ui/productTitleBackgroundWhite.gif);
    height:40px; 
}

#productTitle #productTitleLeft
{
    background-image: url(/App_Assets/images/ui/productTitleLeftWhite.gif);
    float:left;
    width:5px;
    height:40px;
    padding-right:5px;
}

#productTitle #productTitleRight
{
    background-image: url(/App_Assets/images/ui/productTitleRightWhite.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%; 
	height:40px;
	line-height:37px;
}


#productTitle #productTitleRight .accountTitle 
{
    width: 145px;
    float: left;
}

#productTitle #productTitleRight .checkoutTitle 
{
    width: 180px;
    float: left;
}

#productTitle #productTitleRight .tradeTitle 
{
    width: 400px;
    float: left;
}

#productTitle #productTitleRight .productTitle 
{
    width: 600px;
    float: left;
}

#productTitle #productTitleRight .accountButtons 
{
    width: 550px;
    height: 35px;
    float: right;
    padding-right: 2px;
    padding-top: 5px;
}

#productTitle #productTitleRight .accountButtons a 
{
    width: 129px;
    padding-left: 5px;
    height: 29px;
}

#productTitle #productTitleRight .checkoutButtons
{
    width: 700px;
    height: 35px;
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    /*border: solid 1px;*/
}

#productTitle #productTitleRight .tradeButtons
{
    width: 300px;
    height: 35px;
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    /*border: solid 1px;*/
}

#productTitle #productTitleRight .checkoutButtons a, #productTitle #productTitleRight .cartStep 
{
    width: 135px;
    height: 29px;
    /*float: left;*/
}

#productTitle #productTitleRight .checkoutButtons img 
{
    padding-left: 5px;
}

#productTitleWhite
{
    font-size:22px;
    font-weight:bold;
    color:#aa0000;
    background-image: url(/App_Assets/images/ui/productTitleBackgroundWhite.gif);
    height:40px; 
}

#productTitleWhite #productTitleLeft
{
    background-image: url(/App_Assets/images/ui/productTitleLeftWhite.gif);
    float:left;
    width:5px;
    height:40px;
    padding-right:5px;
}

#productTitleWhite #productTitleRight
{
    background-image: url(/App_Assets/images/ui/productTitleRightWhite.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%; 
	height:40px;
	line-height:37px;
}

#productLeftCol
{
    width:180px;
    display:block;
    overflow:auto;
    float:left;
}


#productBasics
{
    
    padding-top:15px;    
    text-align:center;    
    border:solid 1px #d9d9d9;    
    background:#f1f1f1;
    position:relative;
}

.productBasicsSub
{
   background:White;
   border-top:solid 1px #d9d9d9; 
   padding:10px;   
   line-height:17px;
   text-align:center;
}

.productRating
{
    border-top:solid 1px #d9d9d9;  
    padding:5px;
    text-align:left; 
    font-size:10px;  
}

.productClassification
{
    padding-top:5px;
    font-size:10px;
    clear:both;
}


#productDetail
{
    float:left;
    padding:10px;
    width:570px;
    
}

#productDetail b
{
    color:#aa0000;
}

.productText
{
    font-size: 12px;
    line-height:18px;
}

.productText ul
{
    padding-left: 20px;
    line-height:18px;
    list-style-image:url(/App_Assets/images/description-arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	margin-left:15px;
}

.productText li
{
    line-height:18px;
}

.productText hr
{
    width: 525px;
    height: 3px;
    background-image: url(/App_Assets/images/ui/productPageDivider.gif);
    background-repeat: no-repeat;
}

/*.productText b,strong
{
    color:#aa0000;
}*/

.productText h4
{
    color:#aa0000;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.productPrice
{
    font-size:16px;
    font-weight:bold;
    color:#aa0000; 
    padding-bottom:5px; 
}

.productCenter
{
    text-align:center;
    padding-top:5px;
    
}

.ratingImage
{
 float:left;  
 padding-right:3px; 
}

.findInStoreWrap
{
   
}


.findInStorePopup{
    width:119px;
    height:79px;
    background-image: url(/App_Assets/images/ui/productFindInStorePopup.png);
    background-repeat:no-repeat;

    padding-top:25px;
    display:none;


    
    position: absolute;
    top:0px;
    left:0px;
    display:block;
    visibility:hidden;
}


.bonusTitle
{
 padding:0 0 5px 10px;
 color:#AA0000;
font-size:11px;
font-weight:bold; 
}

.bonusText
{
 width:400px;
 float:left; 
 padding-left:10px;   
}

.bonusImage
{
 width:130px;
 text-align:center;   
 float:left;
}

.shipDate
{
    
}

.productTradeDeal{
    margin-top:10px;
    border:1px solid #D9D9D9;
    text-align:center;
    color:White;
    background: #6c0001 url(/App_Assets/images/trade/product_panel_bg.gif) repeat-x;
    font-weight:bold;
    }
    
.productTradeHeader{
    font-size:16px;    
    padding:5px 0 5px 0;
    background: url(/App_Assets/images/trade/product_panel_divider.gif) no-repeat 0 100%;   
}

.productTradeDetail{
    padding:5px;

}

.productTradePrice{
    font-size:20px; 
    font-weight:bold;
    }