/*
  $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 {
  background: url(az_body_.gif) repeat-x #fff fixed;
  color: #5b5b5b;
  margin: 0px;
}

A {
  color: #5b5b5b;
  text-decoration:none;
}
	
A:hover {
  color: #ff8010;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#000000;
  padding:1px;
  padding-left: 3px;
  padding-right: 3px;
}

TEXTAREA {
  width: 90%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color:#000000;
}

FORM {
	display: inline;
}

/*------------------------------------------*/
/*             Coomon Css End               */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Random Css                   */
/*------------------------------------------*/
.centerBoxHeading{
    background-color: #9bb049;
    color: #fff;
}
/*------------------------------------------*/
/*             Random Css                   */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Helper Css                   */
/*------------------------------------------*/
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.f_left { float:left}
.f_right { float:right}

.t_left { text-align:left}
.t_right { text-align:right}

.width50p { width:50% }
.no_overflow { overflow:hidden}
/*------------------------------------------*/
/*             Helper Css END               */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Main Struct                  */
/*------------------------------------------*/
.wrapper{
	width: 1000px;
	margin:0 auto;
}
.az_main_container_side_l{
	float: left;
	width:15px;
	height: 1px;
}
.az_main_container_side_r{
    float: left;
	width:15px;
	height: 1px;
}
.az_main_container{
    float: left;
	width:970px;
}
/*------------------------------------------*/
/*             Main Struct END              */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Header                       */
/*------------------------------------------*/
.az_info_bar{
    height: 72px;
	display:table-row;
}
.az_info_bar_1, .az_info_bar_2, .az_info_bar_3, .az_info_bar_4{
   height: 72px;
   display:table-cell;
   vertical-align:middle;
   text-align:center;
   background: url(az_topbo.gif) no-repeat right center;
}
.az_info_bar_1 td, .az_info_bar_2 td, .az_info_bar_3 td, .az_info_bar_4 td{
	vertical-align:middle
}
.az_info_bar_1{
    width: 180px;
	line-height:72px;
}
.az_info_bar_2{
    width: 240px;
}
.az_info_bar_3{
    width: 240px;
}
.az_info_bar_4{
    width: 310px;
	background:none;
	text-align:left;
}



/********************** additional infobar ***************************/
.az_info_bar1{
    height: 60px;
}
.az_info_bar1_1, .az_info_bar1_2, .az_info_bar1_3, .az_info_bar1_4{
   height: 60px;
   display:table-cell;
   vertical-align:middle;
}
.az_info_bar1_1 td, .az_info_bar1_2 td, .az_info_bar1_3 td, .az_info_bar1_4 td{
	vertical-align:middle
}
.az_info_bar1_1{
    width: 15px;
	background: url(az_navbo.gif) no-repeat ; 
}
.az_info_bar1_2{
    width: 200px;
	background: url(az_navbp.gif) repeat-x ; 
}
.az_info_bar1_3{
	background: url(az_navbp.gif) repeat-x ; 
    width:738px;
}
.az_info_bar1_4{
    width: 17px;
	background: url(az_navbq.gif) no-repeat ; 
}
/********************** additional infobar ***************************/


.az_main_header{
    height: 197px;    
}
.az_header_left{
    width: 12px;
    height: 197px;	
	background: url(az_menub.gif) no-repeat ; 
    float: left;
}
.az_header_logo{
    height: 197px;
    width: 945px;
    float: left;		
}
.az_header_banner{display:none;}
.az_header_right{
    float: left;	
    width: 13px;
    height: 197px;	
	background: url(az_menuc.gif) no-repeat ; 
}
.az_header_bottom {
	background:transparent url(az_heade.jpg) no-repeat ;
	height:120px;
	width:970px;
}


/********************** main menu ************************/
.az_main_menu{	
    height: 72px;
	background: url(az_menu_.png) repeat-x ; 
}
.az_main_menu_l{
	width: 12px;
    height: 72px;	
	background: url(az_menub.gif)  bottom left no-repeat ; 
    float: left;
}
.az_main_menu_r{
	width: 13px;
    height: 72px;	
	background: url(az_menuc.gif)  bottom left no-repeat ; 
    float: left;
}

.az_menubarmain{
    height: 72px;
	width: 945px;
    float: left;	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.az_menubarmain li{
    float:left;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;	
	width:184px;
	height:63px;
	padding-top:9px;
}
.az_menubarmain li.az_menubarmain_div{
    background:url(az_menu0.png) center center no-repeat;
	width:3px;
}

.az_main_menu a {
	font:bold 12px Tahoma;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	white-space:nowrap;
	background:url(az_menu1.png) no-repeat;
	display:block;
	width:184px;
	height:50px;
	line-height:50px;
}
.az_main_menu a:hover {
	background:url(az_menu_.gif) no-repeat;
	color:#ffffff;
}
/*------------------------------------------*/
/*             Header Css END               */
/*------------------------------------------*/
	


/*------------------------------------------*/
/*             Content Css                  */
/*------------------------------------------*/
.az_main_content{
}

.az_left_bar{
    width: 218px;
    float: left;	
}
.az_left_bar_top{
    height: 10px;
}
.az_left_bar_bottom{
    height: 10px;
}

.az_site_content{
    float: left;
    width: 524px;	
	margin:0 5px;
}
.az_site_content_top{
    height: 10px;
}
.az_site_content_bottom{
    height: 10px;
}

.az_right_bar{
    width: 218px;
    float: left;	
}
.az_right_bar_top{
    height: 10px;
}
.az_right_bar_bottom{
    height: 10px;
}
/*------------------------------------------*/
/*             Content Css End              */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Footer Css                   */
/*------------------------------------------*/
.az_main_footer{
    height: 88px;  
	margin:10px 0;
}
.az_left_bar_footer{
    background:url(az_foote.gif) no-repeat;
	width:15px;
	height:88px;
    float: left;	
}
.az_mid_bar_footer{
    background:url(az_footf.gif) repeat-x ;
	height:88px;
	width:940px;
    float: left;	
}
.az_right_bar_footer{
    background:url(az_footg.gif) no-repeat;
	width:15px;
	height:88px;
    float: left;
}


/********************** footer menu ************************/

.az_footer_menu{
    list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.az_footer_menu li{
    float:left;
	color:#FFFFFF;
	font: 11px Tahoma,Verdana,Arial;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
.az_footer_menu li.az_footer_menu_div{
    padding:0 10px;
}
.az_footer_menu  a{
	color:#FFFFFF;
	font:bold 12px Tahoma;
}
.az_footer_menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*------------------------------------------*/
/*             Footer Css END               */
/*------------------------------------------*/


/*------------------------------------------*/
/*        az_infobox Left Css               */
/*------------------------------------------*/
.az_left_bar .az_box_new {
	width:218px;
}
.az_left_bar .az_box_bottom_new {
	margin-bottom:10px;
}
.az_left_bar .az_box_cont_new {
}
.az_left_bar .az_box_cont_l_new {
	background: url(az_ibox2.gif) top left repeat-y ;
}
.az_left_bar .az_box_cont_m_new {
	background:#fefff8 none repeat scroll 0 0;
}
.az_left_bar .az_box_cont_r_new {
	background: url(az_ibox3.gif) top right repeat-y ;
	padding:0 1px;
}
.az_left_bar .boxContents {
	padding:5px 10px;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:10px;
}

.az_left_bar .az_box_top_new {
}
.az_left_bar .az_box_top_l_new {
    background:url(az_ibox_.gif) top left no-repeat;	
}
.az_left_bar .az_box_top_m_new {
	background:url(az_ibox0.gif) top left repeat-x;
    height:61px;
}
.az_left_bar .az_box_top_r_new {
	background:url(az_ibox1.gif) top right no-repeat;	
	padding:0 10px 0 11px;
}
.az_left_bar .boxTitle, .az_left_bar .boxTitle a {
	line-height:61px;
	color:#FFFFFF;
	font-family:Tahoma,Verdana,Arial,Helvetica;
	font-size:18px;
	font-weight:bold;
	text-indent:5px;
	text-transform:capitalize;
    text-align: center;
}
.az_left_bar .boxTitle a:hover {
	color:#fff;
}

.az_left_bar .az_box_bottom_new {
}
.az_left_bar .az_box_bottom_l_new {    
	background: url(az_ibox5.gif) no-repeat  left bottom;
}
.az_left_bar .az_box_bottom_m_new {
	background:#fefff8 url(az_ibox4.gif) left bottom repeat-x;
    height:7px;
}
.az_left_bar .az_box_bottom_r_new {
	background:url(az_ibox6.gif) right bottom no-repeat;
	padding:0 8px 0 8px;
}
/*------------------------------------------*/
/*            az_infobox Left Css END       */
/*------------------------------------------*/

/*------------------------------------------*/
/*        az_infobox Right Css               */
/*------------------------------------------*/
.az_right_bar .az_box_new {
	width:218px;
}
.az_right_bar .az_box_bottom_new {
	margin-bottom:10px;
}
.az_right_bar .az_box_cont_new {
}
.az_right_bar .az_box_cont_l_new {
	background: url(az_ibox2.gif) top left repeat-y ;
}
.az_right_bar .az_box_cont_m_new {
	background:#fefff8 none repeat scroll 0 0;
}
.az_right_bar .az_box_cont_r_new {
	background: url(az_ibox3.gif) top right repeat-y ;
	padding:0 1px;
}
.az_right_bar .boxContents {
	padding:5px 10px;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:10px;
}

.az_right_bar .az_box_top_new {
}
.az_right_bar .az_box_top_l_new {
    background:url(az_ibox_.gif) top left no-repeat;	
}
.az_right_bar .az_box_top_m_new {
	background:url(az_ibox0.gif) top left repeat-x;
    height:61px;
}
.az_right_bar .az_box_top_r_new {
	background:url(az_ibox1.gif) top right no-repeat;	
	padding:0 10px 0 11px;
}
.az_right_bar .boxTitle, .az_right_bar .boxTitle a {
	line-height:61px;
	color:#FFFFFF;
	font-family:Tahoma,Verdana,Arial,Helvetica;
	font-size:18px;
	font-weight:bold;
	text-indent:5px;
	text-transform:capitalize;
    text-align: center;
}
.az_right_bar .boxTitle a:hover {
	color:#fff;
}

.az_right_bar .az_box_bottom_new {
}
.az_right_bar .az_box_bottom_l_new {    
	background: url(az_ibox5.gif) no-repeat  left bottom;
}
.az_right_bar .az_box_bottom_m_new {
	background:#fefff8 url(az_ibox4.gif) left bottom repeat-x;
    height:7px;
}
.az_right_bar .az_box_bottom_r_new {
	background:url(az_ibox6.gif) right bottom no-repeat;
	padding:0 8px 0 8px;
}
/*------------------------------------------*/
/*          az_infobox Right Css END        */
/*------------------------------------------*/


/*------------------------------------------*/
/*             product box Css              */
/*------------------------------------------*/
.productBox_Top, .productBox_Bottom { 
	font-size:0;
	line-height:0;
}

.productBoxTop {
	background:url(az_pbox_.gif) top repeat-x;
	background-color: #edf4fb;
}
.productBoxBottom {
	background:url(az_pbox_.gif) bottom repeat-x;
	background-color: #edf4fb;
}
.productBoxL {
	background:url(az_pbox_.gif) left repeat-y;
	width: 1px;
}
.productBoxC {
	background-color: #edf4fb;
}
.productBoxR {
	background:url(az_pbox_.gif) right repeat-y;
	width: 1px;
}

/* az_productbox settings */
.az_pbox_new {
	width:250px;
	margin:2px 0;
}
.az_pbox_new .boxContents {
	padding:5px 20px;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
}

.az_pbox_cont_new {
}
.az_pbox_cont_l_new {
	background:url(az_pbox_.gif) repeat-y;
}
.az_pbox_cont_m_new {
	background:#fefff8;
}
.az_pbox_cont_r_new {
	background:url(az_pbox_.gif) right top repeat-y;
	padding:0 1px 0 1px;
}
.boxContents {
	padding-left:5px;
}
.az_pbox_top_l_new {
    background:url(az_pbox0.gif) no-repeat;
	
}
.az_pbox_top_m_new {
	background:url(az_pbox_.gif) repeat-x #fefff8;
    height:12px;
}
.az_pbox_top_r_new {
	background:url(az_pbox1.gif) right top no-repeat;
	padding:0 15px 0 15px;
}
.az_pbox_bottom_l_new {    
	background:url(az_pbox2.gif) left bottom no-repeat;
}
.az_pbox_bottom_m_new {
	background:url(az_pbox_.gif) left bottom repeat-x #fefff8;
    height:12px;
}
.az_pbox_bottom_r_new {
	background:url(az_pbox3.gif) right bottom no-repeat;
	padding:0 12px 0 12px;
}
/* eof: az_productbox settings */

.az_product_wrapper{
	margin:5px;
}
.az_product_list_head, .az_product_name {
  font-family:Tahoma;
  font-size: 12px;
  text-transform:uppercase;
  vertical-align:middle;
  text-align:center;
  line-height:22px;
}
.az_product_list_head a, .az_product_name a {
  font-weight:bold;
/*  color: #218596; */
}
.az_product_list_head a:hover, .az_product_name a:hover {
/*  color:#0f2745; */
}

.az_product_list_data {
	font-size:11px;
    color: #5b5b5b;
	padding:10px 10px 0; 
	text-align:left; 
	margin:0;
	height:70px;
	overflow:hidden;
}
/* magento specific */
#product-list-table  .az_product_list_data {
	height:74px;
}

.az_product_list_img{
     text-align:center;
     height:200px;
    overflow:hidden; 
}
.az_product_list-block {
	height:60px;
}
.az_product_list_review{
	display:table-cell;
    vertical-align:middle;
	text-align:center;
	height:60px;
	width:70px;	
}
.az_product_list_price{
	display:table-cell;
    vertical-align:middle;
	text-align:right;
	width:130px;
	height:60px;
}
.az_product_list_info{
	height:36px;
	text-align:left;
	float:left;
}
.az_product_list_buy{
	height:36px;
	text-align:right;
	float:right;
}
span.productPrice, span.az_productPrice, span.az_productPrice2 {
    color:#778e38;
    font-family:Tahoma,Arial,Verdana;
    font-size:24px;
    font-weight:normal;
}
span.az_productPrice s, span.az_productPrice s {
    color:#778e38;
    font-size:14px;
}
/*** ZEN SPECIFIC ***/
.centerColumn .az_product_list_price, .centerColumn .az_product_list-block {
	height:90px;
}

.bestsellerText {
/*color:#FF750A; */
font-family:Tahoma,Arial;
font-size:11px;
font-weight:bold;
line-height:20px;
}
/*------------------------------------------*/
/*             product box Css END          */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Buttons Css                  */
/*------------------------------------------*/
.az-template-submit {
  border:none;
  padding:0;
  background:none;
  overflow:visible;
  cursor:pointer;
  width:auto !important;
  width:0;
  white-space:nowrap;
}

.az-template-button {
  white-space:nowrap;
  position:relative;
}

.azbutton {
	border:none;
	border:0 none;
	padding:0;	
	margin:0 !important;
	background:none;
	overflow:visible;
	cursor:pointer;
	vertical-align:top;
}
.az-button-left, .az-button-middle, .az-button-right, 
.az-button-left2, .az-button-middle2, .az-button-right2, 
.az-button-left3, .az-button-middle3, .az-button-right3 {
  line-height:35px;
  height:35px;
  font-family: Tahoma, Verdana;
  font-size:11px;
  font-weight:bold;
  color:#ffffff;
  padding:0;
  margin:0;
  vertical-align: middle;
  display:inline-block;  
  cursor:pointer;
  text-transform:lowercase;
}
.az-button-left, .azbutton_left {
  background:url(az_butto.png) no-repeat;
  width:6px;
  height:35px;
}
.az-button-middle, .azbutton_mid {
  background:url(az_buttp.png) repeat-x;
  white-space:nowrap;
}
.az-button-right, .azbutton_right {
  background:url(az_buttq.png) no-repeat;
  width:6px;
}
.az-button-left2, .azbutton_left2 {
  background:url(az_buttr.png) no-repeat;
  width:6px;
  height:35px;
}
.az-button-middle2, .azbutton_mid2 {
  background:url(az_butts.png) repeat-x;
  white-space:nowrap;
}
.az-button-right2, .azbutton_right2 {
  background:url(az_buttt.png) no-repeat;
  width:6px;
}
.az-button-left3, .az-button-middle3, .az-button-right3 {
  line-height: 25px;
  height:25px;
}
.az-button-left3, .azbutton_left3 {
  background:url(az_buttu.png) no-repeat;
  width:11px;
  height:25px;
}
.az-button-right3, .azbutton_right3 {
  background:url(az_buttv.png) no-repeat;
  width:11px;
}

.azbutton_mid, .azbutton_mid2, .azbutton_mid3 {
	font-family:Tahoma, Verdana;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
	text-transform:lowercase;
	padding:0 2px 0 2px;
	white-space:nowrap;
	cursor:pointer;
	height:35px;
}

.az-button-middle3, .azbutton_mid3 {
  background:url(az_buttw.png) repeat-x;
  white-space: nowrap;
  font-weight:bold;
  font-size:11px;
  text-transform:uppercase;
  height:25px;
}

.az-button-text {
  padding:0 15px;
}

.az_info_bar1  .az-button-text {
  padding:0;
}

/*------------------------------------------*/
/*             Buttons Css  End             */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Template Css                 */
/*------------------------------------------*/

.topboxText, .topBoxText  {
	font:12px Tahoma;
	color:#5b5b5b;
}

#sitelink {
/*	color:#004061; */
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	margin-left:10px;
}
#sitelink:hover {
/*	color:#004061; */
	text-decoration:underline;
}

.az_cartbox_mid {
	background:#fff;
}

.top-search {width:200px;}
.top-search td { text-align:left;}


.az_header_bottom div{
	font:normal 11px Tahoma;	
	color:#fff;
	padding: 40px 0 0 40px;
	width:300px;
}

.az_header_bottom a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.az_header_bottom a:hover {
	text-decoration:none;
}


.az_footer_cards, .az_footer_note, .az_footer_menu_tb {
   height: 88px;
   display:table-cell;
   vertical-align:middle;
}
.az_footer_cards{
	width:180px;
}
.az_footer_note{
	width:200px;
	padding:0 10px;
}
.az_footer_note, .az_footer_note a {
	font-size:10px;
	color:#FFF;
}
.az_footer_note a {
	text-decoration:underline
}
.az_footer_menu_tb{
	width:540px;
	text-align:center;
}

ul.pagenav {
	list-style:none;
	padding:0;
	margin:0 0 0 20px;
	float:left;
}
ul.pagenav li {
	float:left;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	background:url(az_bulle.gif) left 3px no-repeat;
	padding:4px 0 4px 22px;
	margin-right:20px;
}

ul.pagenav a {
/*	color:#1e364f; */
	text-transform:lowercase;
	text-decoration:underline;
}
ul.pagenav a:hover {
/*	color: #8ba2b7; */
}



.az_cat_nav, .az_cat_nav2 {
/*	color:#004061; */
	text-align:left;
	margin-bottom:4px;
}
.az_cat_nav2 .subcat {
	margin-left:15px;
}
.az_cat_nav a, .az_cat_nav2 a {
/*	color:#344150; */
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.az_cat_nav a:hover, .az_cat_nav2 a:hover {
/*	color:#333333; */
}
.az_cat_nav2 a {
	font-weight:normal;
}

.az_cat_nav_sel{/* color:#218596 */}


.az_nav {
	margin-bottom:4px;
	text-indent:8px;
	text-align:left;
}

a.az_sidebox_link {
	color:#5b5b5b;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}

span.cartTitle {
	color:#5B5B5B;
	font-size:18px;
	font-family:'Trebuchet MS',Tahoma;
	text-transform:uppercase;
	letter-spacing:-1px;
	white-space:nowrap;
    font-weight: normal;
}
span.cartItems {
	font-weight:bold;
	color:#ff8010;
}
span.cartPrice {
	color:#ff8010;
	font-weight:bold;
}
/*------------------------------------------*/
/*             Template Css End             */
/*------------------------------------------*/
