/*
  $Id: template_styles.css,v 1.0 17:37:59 06/17/2009  

  Cascading Stylesheets for AlgoZone template

  Copyright (c) 2009 AlgoZone, Inc (www.algozone.com)

*/

/*------------------------------------------*/
/*             Global, random, etc          */
/*------------------------------------------*/
BODY{
    font-size: 11px;
    font-family: Georgia, serif;
    color: #d6d6d6;
    background: #000 url(../images/az_bg.gif);
    margin: 0;
    padding: 0;
}
A{
    color: #d6d6d6;
    text-decoration: none; 
}
A:hover{
    color: #fff;
    text-decoration: none;      
}
BUTTON{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
LEGEND{
    color: #fff;
}
TR.cartTableHeading{
    background: transparent url(../images/az_sidebox_bg.png);
}
#cartAdd{
    border: #fff 2px solid;
}
.clear{
    clear: both;
}
#wrapper{
    width: 1000px;
    margin: auto;
}
.az_main_content{
    margin: 32px 0 0 0;
}

.az_bullet{
    background: url(../images/az_bullet.gif) no-repeat;  
    height: 3px;
    width: 2px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 15px;
}
TR.tableHeading, .rowOdd, #cartSubTotal{
    background: transparent url(../images/az_sidebox_bg.png);     
}
.rowEven{
    background: none;
}
.az_centavo{
    font-size: 16px;
    vertical-align: top;
}
.az-button-text{
    cursor: pointer;
    font-weight: normal;
}
#productPrices,
.smallCur{
    color: #ff3000;
}
.az-template-button,
BUTTON{
    cursor: pointer;
}
#csNotifications{
    width: 100%;
}
.f_left{
    float: left;
}
.break{
    display: block;
    clear: both;
}
/*------------------------------------------*/
/*             Global, random, etc End      */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Header                       */
/*------------------------------------------*/
#header{
    background: #000;
}
#header_top{
    height: 97px; 
    position: relative;
}
#header_sub{
    width: 1000px;
    background: #000;
    position: absolute;
    display: none;  
}
#header_logo{
    height: 56px;
    width: 330px;
    background: url(../images/az_header_company_logo.gif) left top no-repeat;
    top: 20px;
    left: 65px;
    position: relative;
}
#header_pageLink{
    text-align: right;
    position: absolute;
    top: 20px;
    right: 57px; 
}
#header_pageLink A{ 
    margin: 0 12px 0 12px; 
}
#header_info{
    position: absolute;
    right: 68px;  
}
#header_info .topBoxText{  
    float: right;
    margin: 0 0 0 23px;
    vertical-align: middle;
}

/********SUB HEADER*******/
#header_sub .spacer{
    clear: both;
    height: 25px;
}
#header_sub .az_box_top_new{
    margin: 28px 0 0 105px; 
    float: left;   
}
#header_sub .az_box_cont_new{
    margin: 32px 0 0 36px;
    float: right;
    width: 600px;  
}
#header_sub .az_box_top_new{
    font-size: 26px;
    font-family: Georgia, sans-serif;    
}
#header_sub .az_cat_nav{ 
    float: left;
    width: 200px;     
}
#header_sub .az_cat_nav .az_cat_img_box{
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: -45px 0px 0px -70px;
    border: 3px #d9d9d9 solid;
    padding: 2px;
}
#header_sub .az_cat_nav .az_cat_img_box IMG{ 
    width: 100%;
    height: auto;
    margin: 0;        
}
#header_sub .az_cat_nav A{
    font-size: 11px;
    font-family: Georgia, sans-serif;
    text-decoration: underline; 
    display: inline-block;
    margin: 6px 20px 4px 0;
}
#header_sub .az_cat_nav.over{    
    background: #ffbd00; 
}
#header_sub .az_cat_nav.over A{    
    color: #000;
}
.hide_head_cat, .hide_cat{
    display: none;
}
             
/*------------------------------------------*/
/*             Header End                   */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Footer                       */
/*------------------------------------------*/
#footer{
    height: 63px;
    background: #000;
    position: relative;  
}
#footer .copyright{
    margin: 27px 0 0 72px;
    position: absolute;
}
/*------------------------------------------*/
/*             Footer End                   */
/*------------------------------------------*/

/*------------------------------------------*/
/*             az_site_content              */
/*------------------------------------------*/
.az_site_content_top{
    background: url(../images/az_main_promo.png) top center no-repeat;
    width: auto;
    height: 121px;    
}
.az_site_content{
    width: 600px;
    margin: 0 0 0 67px;
    float: left;
}
.az_site_content .centerBoxWrapper{
    margin: 0;
    padding: 0;
}

/* BOXES */
.az_site_content .width50p{
    width: 50%;
}
.az_site_content .az_product_wrapper{
    width: 100%;
}
.az_site_content .az_pbox_new{
    background: #fff;   
    margin: 0 10px 10px 0;     
}
.az_site_content .az_pbox_cont_new{
    border: solid #303030 5px;
    text-align: left;
}
.az_site_content .az_product_list_img{
    margin: 8px 6px 8px 6px;
    border: #8b8b8b solid 1px;
    text-align: center;
}
.az_site_content .az_product_list_img IMG{ 
/*    width: 100%; */
    height: auto;    
}
.az_site_content .az_product_list_btns{
    float: right;
    margin: 0 6px 0 0;
}
.az_site_content .az_product_list_price{
    line-height: 1;
    width: 30%;
    text-align: left;
    margin: 0 0 0 5px;
    overflow: visible;
    white-space: nowrap;
}

.az_site_content S{
    color: #ff3000;
    font-family: Georgia, serif;
    display: block;       
}
.az_site_content SPAN.normalprice,
.az_site_content SPAN.productSpecialPriceSale,
.az_site_content SPAN.productSpecialPrice S{
    font-size: 16px;
    color: #ff3000;
    display: block;
}
.az_site_content SPAN.productSpecialPrice,
.az_site_content SPAN.productSalePrice,
.az_site_content SPAN.productPrice{
    color: #ff3000;
    font-family: Georgia, serif;
    display: inline-block;
    font-size: 28px;
    overflow: visible;
}
.az_pbox_new .smallCur{
    color: #000;
    font-family: Georgia, serif;
    display: inline-block;
}
/*.az_site_content .productSpecialPrice .smallCur,
.az_site_content .productSalePrice .smallCur,
.az_site_content .productPrice .smallCur{
    color: #000;
    font-family: Georgia, serif;
}*/
.az_site_content .productPriceDiscount{
    display: block;
    padding: 5px 0 7px 0;
}
.az_site_content BR{
    line-height: 0;
    clear: both;
    display: block;
}
.az_site_content .az-button-text{
    font-weight: normal;
}
/*------------------------------------------*/
/*             az_site_content End          */
/*------------------------------------------*/

/*------------------------------------------*/
/*             side-col                     */
/*------------------------------------------*/
.col-right{
    margin: 0 0 0 40px;
}
.side-col{
    width: 227px;
    float: left;
}
.side-col BR{
    line-height: 1;
    font-size: 0px;
}
.side-col .az_box_top_new{
    background: url(../images/az_sidebox_head.png) no-repeat;
    height: 57px;
    width: 228px;
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: 57px;
}
.side-col .az_box_top_new A{ 
    color: #000;      
}
.side-col .az_box_cont_new{
    border-left: solid 2px #fff;
    border-right: solid 2px #fff; 
    width: 224px;       
}
.side-col .az_box_cont_l_new{
    margin: 0 1px 0 1px;
    padding: 10px 0 0 0;
    background: url(../images/az_sidebox_bg.png);    
}
.side-col .az_box_bottom_new{
    background: url(../images/az_sidebox_bottom.png) no-repeat;
    height: 9px;
    width: 228px;
    margin: 0 0 17px 0;    
}
.side-col .productPrice2 .smallCur,
.side-col .productSpecialPrice .smallCur{
    color: #fff;    
}
.side-col .productPrice2,
.side-col .productSpecialPrice,
.side-col .normalprice{
    color: #FF3000;
}
.side-col .az_sidebox_product_descr{
    margin: -20px 0 0 0;
    padding: 0 20px 0 20px;
    text-align: left;
}
.side-col .informationlist{
    margin: 0 10px 0 28px;
}
.side-col .az_info_nav A{
    margin: 0 0 0 10px;
    line-height: 20px;
}
.side-col .az_info_nav A:hover{
    text-decoration: underline;
}  
.side-col .az_sidebox_{
    width: 178px;
    border: 6px solid #303030;
    background: #fff;   
    margin: 0 0 10px 0;
}
.side-col .az_sidebox_img IMG{
/*    width: 100%; */
    height: auto;
}
.side-col .txtPrice{
    font-size: 26px;
    color: #939393;
    font-family: Georgia, serif;
}
.side-col .productPriceDiscount{
    display: block;
    margin: 0 0 0 0;
}
.side-col S{
    color: #ff3000;
    font-family: Georgia, serif;
    display: block;       
}
.side-col SPAN.productSpecialPrice,
.side-col SPAN.productSalePrice,
.side-col .productPrice{
    color: #ff3000;
    font-family: Georgia, serif;
    display: block;
}
.side-col .productSpecialPrice .smallCur,
.side-col .productSalePrice .smallCur,
.side-col .productPrice .smallCur{
    color: #fff;
    font-family: Georgia, serif;
}
.side-col .az-template-button{
    padding: 0 4px 0 0;
}
.side-col .productPrice{
    padding: 0 0 5px 0;
}
.side-col .productPrice{
    font-size: 20px;
}
/*------------------------------------------*/
/*             side-col End                 */
/*------------------------------------------*/

/*------------------------------------------*/
/*             buttons                      */
/*------------------------------------------*/
.az-button-left{
    background: url(../images/az_button_info_l.png) no-repeat;
    height: 65px;
    width: 12px; 
    display: inline-block;
    vertical-align: top; 
}
.az-button-middle{
    background: url(../images/az_button_info_c.png) repeat-x;
    height: 65px;    
    display: inline-block; 
    line-height: 32px; 
    font-family: Georgia, serif; 
    font-size: 12px;
    color: #000; 
    vertical-align: top;    
}
.az-button-right{
    background: url(../images/az_button_info_r.png) no-repeat;
    height: 65px;
    width: 12px;
    display: inline-block; 
    vertical-align: top;           
}
.az-button-left2{
    background: url(../images/az_button_buy_l.png) no-repeat;
    height: 65px;
    width: 12px; 
    display: inline-block;
    vertical-align: top;    
}
.az-button-middle2{
    background: url(../images/az_button_buy_c.png) repeat-x;
    height: 65px;    
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    font-family: Georgia, serif;
    color: #000;   
    vertical-align: top;      
}
.az-button-right2{                        
    background: url(../images/az_button_buy_r.png) no-repeat;
    height: 65px;
    width: 12px;
    display: inline-block; 
    vertical-align: top;           
}
/*------------------------------------------*/
/*            buttons End                   */
/*------------------------------------------*/


/*------------------------------------------*/
/*                                          */
/*------------------------------------------*/

/*------------------------------------------*/
/*                    End                   */
/*------------------------------------------*/