/*
  $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)

*/


/*------------------------------------------*/
/*             Common Css                   */
/*------------------------------------------*/
 body{
     margin: 0;
     padding: 0;
     background: #141414;
     font-size: 11px;
     color: #8f9e9b;
     font-family: Tahoma, sans-serif;
 }
 #wrapper{
     width: 1000px;
     margin: auto; 
     background: #141414 url(../images/az_wrapper_bg.jpg) center top no-repeat fixed;     
 } 
.clear{
     clear: both;
 }
.az_main_content{
    padding: 16px 0 0 0;
    margin: 0;
/*    background: url(../images/az_body_bg.jpg) center top no-repeat;    */
}
.f_right{
    float: right;
}
.f_left{
    float: left;
}
A{
    text-decoration:  none;
    color: #8f9e9b;
}
A:hover{
    color: #f80462;
}
IMG{
    border: none;
}
BUTTON{
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
BUTTON[type="submit"] SPAN{
    vertical-align: top;    
}
BUTTON[type="submit"]{
    
}
LEGEND{
    color: #fff;
}
SELECT, INPUT{
    border: solid #aeaeae 1px;
}
INPUT[type="hidden"]{
    border: none;
}
SPAN[title="buy now"]{
    height: 33px;
    display: inline-block;
    background: url(../images/az_buy_button_b.png) 90% bottom no-repeat;         
}
TABLE, TR.tableHeading, TR.cartTableHeading, TR.rowEven, TR.rowOdd, TH, TD, DIV#cartSubTotal{
    background: none transparent;
}
.smallProductImage.back{
    padding: 0 10px 0 0;
}
FIELDSET#csNotifications{
    width: auto;    
}
/*------------------------------------------*/
/*             Coomon Css End               */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Head                         */
/*------------------------------------------*/
#header{
    position: relative;
    height: 150px;
    width: 1000px;
    background: url(../images/az_header_bg.jpg) no-repeat;
   
}
#header_links{
    position: absolute;
    margin: 20px 0 0 175px;
/*    width: 600px;     */
}
#header_topLinks{
    font-family: "Comic Sans", cursive;  
    font-size: 14px; 
    color: #b5c8cb;
    margin: 0 0 0 8px;
}
#header_topLinks A{
    margin: 0 13px 0 0; 
    font-family: "Century Gothic", Tahoma, sans-serif;  
    font-size: 14px; 
    font-weight: bold;
    color: #0f0f0f; 
    text-decoration: none; 
    text-transform: uppercase;  
}
#header_topLinks A:hover{
    color: #ff0365; 
}
#header_links_sep{
    height: 3px;
    background: url(../images/az_hr.gif) repeat-x;        
}
#header_subLinks{
    margin: 5px 0 0 0;    
}
#header_subLinks A{
 /*   margin: 0 60px 0 0; */
    color: #000000;
    font-size: 10px;
    font-family: "Century Gothic", Tahoma, sans-serif;   
    text-decoration: none;
}
#header_sublinks SPAN{
    display: inline-block;
}
#header_subLinks .topBoxText{
    float: left;
    margin: 0 15px 0 0;
}
#header_sublinks DIV{
    float: left;
}
.f_right BUTTON{
    margin: 0px 0 0 0;
}
#header_cart{
    position: absolute;
    right: 40px;
    top: 5px;
    text-align: center;
}
#header_cart .f_left{
    float: none;
}
#header_cart .cartTitle{
    color: #fff;
    font-size: 11px;
    font-family: Tahoma, sans-serif; 
    font-weight: bold;
}
#header_cart .cartItems, #header_cart .cartPrice{
    color: #ff0365;
    font-size: 11px;
    font-family: Tahoma, sans-serif;   
}
#header_desc{
    padding: 0;
    margin: 0;
    position: absolute;
    margin: 230px 0 0 55px; 
    width: 470px; 
    font-size: 13px;
    color: #fff;
    font-family: Tahoma, sans-serif;  
}
#header A.header_end_link{
    margin: 0 10px 0 0;    
}
/*------------------------------------------*/
/*             Header End                   */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Footer                       */
/*------------------------------------------*/
#footer{
    position: relative;
}
#footer_top{
    background: url(../images/az_footer_top.png) center top no-repeat;    
    width: 1000px;
    height: 58px;
    position: relative;
    z-index: 1000;
}
#footer_cards{
    margin: 15px 0 0 45px;
    background: url(../images/az_footer_cards.png) no-repeat;
    height: 27px;
    width: 160px;
    position: absolute; 
}
#footer_links{
    color: #fff;
    position: absolute;
    text-align: center;
    margin: 15px 0 0 0;
    width: 100%;
}
#footer_links A{
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #fff;  
    text-decoration: none; 
    margin: 0 8px 0 8px; 
}
#footer_copyright{
    color: #fff;
    position: absolute;
    text-align: center;
    margin: 35px 0 0 0;
    width: 100%;    
}
#footer_copyright A{
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #fff;  
}
#footer_powered{
    color: #fff;
    position: absolute;
    margin: 30px 0 0 0;
    right: 45px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}
#footer_main{
    margin: -18px 0 0 0;
    position: relative;
    height: 95px;
    background: #141414;
}
/*------------------------------------------*/
/*             Footer End                   */
/*------------------------------------------*/

/*------------------------------------------*/
/*             site content                 */
/*------------------------------------------*/
.az_site_content{
    float: left; 
    width: 550px;
    margin: 0 0px 0 15px;
}
.centerBoxWrapper{
    margin: 0;
    padding: 0;  
}
.az_site_content .f_left{
    float: left;
    width: 49%; 
    margin: 15px 0px 5px 0;
}
.az_site_content .az_product_wrapper{
    padding: 0 0px 0 0;
}
.az_site_content .az_product_list_head{
    margin: 0 0 20px 0;
}
.az_site_content .az_product_list_head A{
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
}
.az_site_content .az_productList_leftPane{
    float: left;
    width: 54%;  
    text-align: center;
}
.az_site_content .az_productList_rightPane{
    float: right;   
    width: 44%;
}
.az_site_content .az_product_list_img{
    display: inline-block;
}
.az_site_content .az_productList_img_top{
    background: url(../images/az_pbox_img_t.png) no-repeat;
    width: 130px;
    height: 8px;   
}
.az_site_content .az_productList_img_bottom{
    background: url(../images/az_pbox_img_b.png) no-repeat;
    width: 130px;
    height: 7px;   
}
.az_site_content .az_productList_img{
    background: #fff;    
}
.az_site_content .az_productList_img IMG{
}
.productPrice, 
.productPrice S, 
.productSpecialPrice, 
.productSalePrice, 
.productSpecialPrice S{
    color: #f80462;
    font-family: Tahoma, sans-serif;
    font-size: 24px;
}
.smallCur{
    color: #f80462;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}
.az_site_content .az_product_list_data{
    padding: 0;
    margin: 0;
}

.az_site_content .az_productList_btns{
    margin: 10px 0 0 0;
}
/*------------------------------------------*/
/*             site content end             */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Side boxes                   */
/*------------------------------------------*/
.col-left{ 
    float: left; 
    width: 176px;
    margin: 0 0 0 35px   
}
.col-right{
    float: left; 
    width: 176px; 
    margin: 0 0 0 15px;
}
.side-col .az_box_top_new{
    background: url(../images/az_ibox_h.gif) no-repeat;
    width: 176px;
    height: 80px;
}
.side-col .az_box_bottom_new{
    background: url(../images/az_sidebox_footer.png) center top no-repeat;
    width: 172px;
    height: 11px;
    margin: 10px 0 15px 0;
}
.side-col .az_box_cont_new{
    padding: 0 10px 0 10px;
}

.side-col .boxTitle{
    text-align: center;
    font-family: "Century Gothic", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
    padding: 16px 0 0 0;
    text-transform: uppercase;
}
.side-col .boxTitle A{
    color: #1d1d1d !important;
    text-decoration: none;
}
.side-col .az_sidebox_desc{
    margin: 0;
    padding: 0;
}
.side-col .az_sidebox_img{
    display: inline-block;
    margin: 15px 0 5px 0;
}
.side-col .az_sidebox_img IMG{ 
}
.side-col .az_sidebox_img_top{
    background: url(../images/az_ibox_img_t.png) no-repeat;
    height: 8px;
    width: 145px;    
}
.side-col .az_sidebox_img_mid{
    background: #fff;
    width: 145px;
}
.side-col .az_sidebox_img_bot{
    background: url(../images/az_ibox_img_b.png) no-repeat;
    height: 8px;
    width: 145px;       
}
.side-col .az_cat_nav{
    margin: 0 0 5px 0; 
}
.side-col .az_cat_nav A{
    color: #8f9e9b; 
    font-size: 11px;
    font-family: Tahoma, sans-serif;  
}
.side-col .az_cat_nav A:hover{
    color: #ff0365;
}
.side-col .az_cat_nav IMG{
    display: none;
}
.az_cat_nav .az_cat_bullet{
    background: url(../images/az_bullet.gif) no-repeat;   
    width: 2px;
    height: 7px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
/*.side-col .az_sidebox_img_top{
    background: url(../images/az_ibox_img_t.png);
    display: inline-block;
    width: 145px;
    height: 8px;
}
.side-col .az_sidebox_img{
    background: #fff;
    width: 145px;
    display: inline-block;
}
.side-col .az_sidebox_img_bot{
    background: url(../images/az_ibox_img_b.png);
    display: inline-block;
    width: 145px;
    height: 8px;
} */
.side-col{}
.side-col{}
/*------------------------------------------*/
/*             Side boxes End               */
/*------------------------------------------*/
/*------------------------------------------*/
/*            buttons                       */
/*------------------------------------------*/
.az-template-submit, .az-template-button{ 
/*    height: 33px;  */
    line-height: 32px;
    display: inline-block; 
    background: url(../images/az_info_button_b.png) 90% bottom no-repeat;    
}
.az-template-submit{
/*    height: 33px;  */
}
.az-button-left, .az-button-left3{
    display: inline-block; 
    vertical-align: top;
    background: url(../images/az_info_button_l.png) no-repeat;   
    height: 18px;  
    width: 12px;          
}
.az-button-right, .az-button-right3{
    display: inline-block; 
    vertical-align: top; 
    background: url(../images/az_info_button_r.png) no-repeat; 
    height: 18px;
    width: 12px; 
}
.az-button-middle, .az-button-middle3 .az-button-text{
    display: inline-block;  
    background: url(../images/az_info_button_c.png) repeat-x;        
    vertical-align: top; 
    height: 18px;
    text-align: center; 
    line-height: 18px;
    color: #fff;
}
.az-button-middle, .az-button-middle3{
/*    display: inline-block;  
    background: url(../images/az_info_button_c.png) repeat-x;        
    vertical-align: top; 
    height: 18px;
    text-align: center; 
    line-height: 18px;
    color: #fff;
*/  height: 32px;
    display: inline-block;
}
.az-button-left2{
    display: inline-block; 
    vertical-align: top;
    background: url(../images/az_buy_button_l.png) no-repeat;   
    height: 18px;  
    width: 12px;          
}
.az-button-right2{
    display: inline-block; 
    vertical-align: top; 
    background: url(../images/az_buy_button_r.png) no-repeat; 
    height: 18px;
    width: 12px; 
}
.az-button-middle2{
    display: inline-block;  
    background: url(../images/az_buy_button_c.png) repeat-x;        
    vertical-align: top; 
    height: 18px;
    text-align: center; 
    line-height: 18px;
}
.az-button-middle .az-button-text{
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #fff;   
} 
.az-button-middle2 .az-button-text{
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    color: #fff;             
}

.az_product_list_info, .az_product_list_buy{
    float: left;
    width: 50%;
    text-align: center;
}
.az_product_list_info .az-template-button{
    height: 33px;  
    display: inline-block;  
    background: url(../images/az_info_button_b.png) 90% bottom no-repeat; 
}
.az_product_list_buy .az-template-button{
    height: 33px;
    display: inline-block;
    background: url(../images/az_buy_button_b.png) 90% bottom no-repeat; 
}
/*------------------------------------------*/
/*            buttons End                   */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Main Content                 */
/*------------------------------------------*/
    
/*------------------------------------------*/
/*             Main Content End             */
/*------------------------------------------*/

