/*
  $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                   */
/*------------------------------------------*/
* {
  margin: 0 0 0 0;
  padding:0;
}
BODY {
  background: url(../images/az_body_bg.gif) left bottom repeat-x #020202;
  background-position:bottom;
  margin-bottom:0px;
  color: #333333;
  font-family: Tahoma, Arial, sans-serif;
  min-height:100%;
}

A {
  color: #0d3463;
  text-decoration:none;
}
	
A:hover {
  color: #235188;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#000000;
  padding:1px 3px;
}
CHECKBOX, INPUT, RADIO, .main SELECT {
  margin: 2px;
}

TEXTAREA {
  width: 90%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#000000;
}

FORM {
	display: inline;
}
/*------------------------------------------*/
/*             Coomon Css End               */
/*------------------------------------------*/



/*------------------------------------------*/
/*             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:10px;
	height: 1px;
}
.az_main_container_side_r{
    float: left;
	width:10px;
	height: 1px;
}
.az_main_container{
    float: left;
	width:980px;
}
/*------------------------------------------*/
/*             Main Struct END              */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Header                       */
/*------------------------------------------*/
.az_info_bar{
    height: 87px;
    font:normal 11px Tahoma;
    color:#fff;
}
.az_info_bar_1, .az_info_bar_2, .az_info_bar_3, .az_info_bar_4{
}
.az_info_bar_1{
    float:left;
    width: 170px;
    margin:25px 0 0 7px;
}
.az_info_bar_2{
    width: 240px;
    float:right;
    text-align:right;
    margin: 9px 0 0 0;
}
.az_info_bar_3{
    width: 240px;
    float:right;
    margin: 9px 0 0 0;
}
.az_info_bar_4{
    width: 580px;
    float: left;
    margin:15px 0 0 15px;
}
.az_info_bar_5{
    float: right;
    margin:28px 0 0 0px;
}

/********************** main menu ************************/
.az_main_menu{	
    height: 41px;
}
.az_main_menu_l{
	display:none;
}
.az_main_menu_r{
	display:none;
}

.az_menubarmain{
    height: 41px;
	width: 580px;
    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:115px;
	height: 41px;
}
.az_menubarmain li.az_menubarmain_div{
    width:1px;
}

.az_main_menu a {
	font:bold 12px Tahoma;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	white-space:nowrap;
	background:url(../images/az_menu.gif) no-repeat;
	display:block;
	width:115px;
	height:30px;
	line-height:30px;
    margin-top:11px;
}
.az_main_menu a:hover, .az_main_menu a.hover {
    margin-top:0px;
    height:41px;
	line-height:41px;
	background:url(../images/az_menu_active.gif) no-repeat;
	color:#26488d;
}


.az_subcategories {
	position:absolute;
	z-index:40;
	width:360px;
	display:none;
	border:1px solid #d1d1d1;
	background:#fff;
}
.az_sub_one {
	width:186px;
}
.az_subcategories .az_sub_left, .az_subcategories  .az_sub_right, .az_subcategories .az_sub_one {
	float:left;
	width:138px;
	overflow:hidden;
}
.az_subcategories .az_sub_left{
	margin:14px 18px 24px 24px;
}
.az_subcategories .az_sub_right{
	margin:14px 24px 24px 18px;
}
.az_sub_one .az_sub_left {
	float:none;
	margin:14px 24px 24px;
}

.az_main_menu li .az_subcategories a {
	background:none;
    margin:0;
    border-bottom:1px solid #d1d1d1;
	color:#686b6c;
	font-size:11px;
	font-family:Tahoma,Arial;
    font-weight:normal;
	text-decoration:none;
	text-transform:none;

	display:block;
	height:25px;
	width:100%;
	padding:0 0 0 20px;
	line-height:25px;
	text-align:left;
	vertical-align:middle;

}
.az_main_menu li .az_subcategories a:hover, .az_main_menu li .az_subcategories a.hover{
	background:#ededed ;
	color:#000;
}
.az_main_menu li .az_subcategories a.az_sub {
	font-weight:bold;
	padding:0 0 0 5px;
}

/*------------------------------------------*/
/*             Header Css END               */
/*------------------------------------------*/
	


/*------------------------------------------*/
/*             Content Css                  */
/*------------------------------------------*/
.az_main_content{
    background:#fff;
}

.az_content_bar{
    padding:0 10px;
    height:30px;
    background:#eee;
    border:1px solid #c6c6c6;
    font:normal 11px Tahoma;
    line-height:30px;
    color:#333333;
    text-transform:uppercase;
}
.az_content_bar span{
    padding:0 10px;
}
.az_content_bar, .az_content_bar span, .az_content_bar div { 
	white-space:nowrap;
}

.az_left_bar{
    display:none;
    width: 218px;
    float: left;	
}
.az_left_bar_top{
    height: 10px;
}
.az_left_bar_bottom{
    height: 10px;
}

.az_site_content{
    float: left;
    width: 740px;
	margin:8px 17px 0 8px;
}
.az_site_content_top{
    display:none;
}
.az_site_content_bottom{
    height: 10px;
}

.az_right_bar{
    width: 204px;
    float: left;
    margin-top:-33px;
}
.az_right_bar_top{
    height: 10px;
}
.az_right_bar_bottom{
    height: 10px;
}
/*------------------------------------------*/
/*             Content Css End              */
/*------------------------------------------*/

/*------------------------------------------*/
/*             Footer Css                   */
/*------------------------------------------*/
.az_main_footer{
    border-top:1px solid #7d7d7d;
    margin:19px 10px;
    height:75px;
}
.az_left_bar_footer{
    display:none;
}
.az_mid_bar_footer{
    	
}
.az_right_bar_footer{
    display:none;
}


/********************** 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:#0066cc;
	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:#0066cc;
	font:bold 11px Tahoma;
}
.az_footer_menu a:hover {
	color:#0066cc;
	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(../images/az_ibox_left.gif) top left repeat-y ;
}
.az_left_bar .az_box_cont_m_new {
	background:#F1F1F1 none repeat scroll 0 0;
}
.az_left_bar .az_box_cont_r_new {
	background: url(../images/az_ibox_right.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(../images/az_ibox_header_left.gif) top left no-repeat;	
}
.az_left_bar .az_box_top_m_new {
	background:url(../images/az_ibox_header_mid.gif) top left repeat-x;
    height:61px;
}
.az_left_bar .az_box_top_r_new {
	background:url(../images/az_ibox_header_right.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;
}
.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(../images/az_ibox_footer_left.gif) no-repeat  left bottom;
}
.az_left_bar .az_box_bottom_m_new {
	background:#F1F1F1 url(../images/az_ibox_footer_mid.gif) left bottom repeat-x;
    height:7px;
}
.az_left_bar .az_box_bottom_r_new {
	background:url(../images/az_ibox_footer_right.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:204px;
}
.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(../images/az_ibox_left.gif) top left repeat-y ;
}
.az_right_bar .az_box_cont_m_new {
	background:#fff;
}
.az_right_bar .az_box_cont_r_new {
	background: url(../images/az_ibox_right.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(../images/az_ibox_header_left.gif) top left no-repeat;	
}
.az_right_bar .az_box_top_m_new {
	background:url(../images/az_ibox_header_mid.gif) top left repeat-x;
    height:25px;
}
.az_right_bar .az_box_top_r_new {
	background:url(../images/az_ibox_header_right.gif) top right no-repeat;	
	padding:0 3px 0 3px;
}
.az_right_bar .boxTitle, .az_right_bar .boxTitle a {
	line-height:25px;
	color:#FFFFFF;
	font-family:'Century Gothic', Tahoma,Verdana,Arial,Helvetica;
	font-size:14px;
	font-weight:normal;
    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(../images/az_ibox_footer_left.gif) no-repeat  left bottom;
}
.az_right_bar .az_box_bottom_m_new {
	background:#F1F1F1 url(../images/az_ibox_footer_mid.gif) left bottom repeat-x;
    height:3px;
}
.az_right_bar .az_box_bottom_r_new {
	background:url(../images/az_ibox_footer_right.gif) right bottom no-repeat;
	padding:0 3px 0 3px;
}
/*------------------------------------------*/
/*          az_infobox Right Css END        */
/*------------------------------------------*/


/*------------------------------------------*/
/*        az_infobox refine Css               */
/*------------------------------------------*/
.az_right_bar .az_box_refine {
	width:204px;
}
.az_right_bar .az_box_refine .az_box_bottom_new {
	margin-bottom:10px;
}
.az_right_bar .az_box_refine .az_box_cont_new {
}
.az_right_bar .az_box_refine .az_box_cont_l_new {
	background: url(../images/az_refine_left.gif) top left repeat-y ;
}
.az_right_bar .az_box_refine .az_box_cont_m_new {
	background:#eeeeee;
}
.az_right_bar .az_box_refine .az_box_cont_r_new {
	background: url(../images/az_refine_right.gif) top right repeat-y ;
	padding:0 1px;
}
.az_right_bar .az_box_refine .boxContents {
	padding:5px 10px;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:10px;
}

.az_right_bar .az_box_refine .az_box_top_new {
}
.az_right_bar .az_box_refine .az_box_top_l_new {
    background:url(../images/az_refine_header_left.gif) top left no-repeat;
}
.az_right_bar .az_box_refine .az_box_top_m_new {
	background:url(../images/az_refine_header_mid.gif) top left repeat-x;
    height:5px;
}
.az_right_bar .az_box_refine .az_box_top_r_new {
	background:url(../images/az_refine_header_right.gif) top right no-repeat;
	padding:0 5px;
}
.az_right_bar .az_box_refine .boxTitle {
	line-height:5px;
	color:#eee;
	font-family:'Century Gothic', Tahoma,Verdana,Arial,Helvetica;
	font-size:5px;
	font-weight:normal;
    text-align:center;
}

.az_right_bar .az_box_refine .az_box_bottom_new {
}
.az_right_bar .az_box_refine .az_box_bottom_l_new {
	background: url(../images/az_refine_footer_left.gif) no-repeat  left bottom;
}
.az_right_bar .az_box_refine .az_box_bottom_m_new {
	background:#F1F1F1 url(../images/az_refine_footer_mid.gif) left bottom repeat-x;
    height:5px;
}
.az_right_bar .az_box_refine .az_box_bottom_r_new {
	background:url(../images/az_refine_footer_right.gif) right bottom no-repeat;
	padding:0 5px;
}
/*------------------------------------------*/
/*          az_infobox Right Css END        */
/*------------------------------------------*/


/*------------------------------------------*/
/*             product box Css              */
/*------------------------------------------*/
.productBox_Top, .productBox_Bottom { 
	font-size:0;
	line-height:0;
}

.productBoxTop {
	background:url(../images/az_pbox_ver.gif) top repeat-x;
	background-color: #edf4fb;
}
.productBoxBottom {
	background:url(../images/az_pbox_ver.gif) bottom repeat-x;
	background-color: #edf4fb;
}
.productBoxL {
	background:url(../images/az_pbox_ver.gif) left repeat-y;
	width: 1px;
}
.productBoxC {
	background-color: #edf4fb;
}
.productBoxR {
	background:url(../images/az_pbox_ver.gif) right repeat-y;
	width: 1px;
}

/* az_productbox settings */
.az_pbox_new {
	width:98px;
	margin:0 0 20px;
}
.az_pbox_new .boxContents {
}

.az_pbox_cont_new {
}
.az_pbox_cont_l_new {
}
.az_pbox_cont_m_new {
}
.az_pbox_cont_r_new {
}
.boxContents {
}
.az_pbox_top_l_new {
}
.az_pbox_top_m_new {
}
.az_pbox_top_r_new {
}
.az_pbox_bottom_l_new {
}
.az_pbox_bottom_m_new {
}
.az_pbox_bottom_r_new {
}
/* eof: az_productbox settings */

.az_product_wrapper{
}
.az_product_popup{
    background:url(../images/az_popup_top.gif) top left no-repeat;
	width:439px;

}
.az_product_popup_bottom{
    float:right;
    background:url(../images/az_popup_bottom.gif) right repeat-y;
	width: 411px;
    height:14px;
}
.az_product_list_head, .az_product_name {
  font-family:Tahoma;
  font-size: 20px;
  text-transform:uppercase;
  vertical-align:middle;
  text-align:left;
  line-height:16px;
  height:16px;
  overflow:hidden;
  padding:20px 20px 16px 50px;
}
.az_product_list_head a, .az_product_name a {
  font-weight:bold;
  color: #25458a;
}
.az_product_list_head a:hover, .az_product_name a:hover {
  color:#0f2745;
}

.az_product_list_data, .az_product_list_review {
	background:#fff;
    border-left:1px solid #797979;
    border-right:1px solid #797979;
    font-size:14px;
	color:#777777;
	text-align:left;
	width:369px;
    padding:10px 20px;
    float:right;
}
/* magento specific */
#product-list-table  .az_product_list_data {
	height:74px;
}

.az_product_list_img{
	text-align:center;
	margin-bottom:5px;
	overflow:hidden;
}
.az_product_list-block {
	height:60px;
}
.az_product_list_price{
	
}
.az_product_list_info{
	height:36px;
	text-align:left;
	float:left;
}
.az_product_list_buy{

}
 span.az_productPrice {
    color:#25458a;
    font-family:Tahoma,Arial,Verdana;
    font-size:11px;
    font-weight:normal;
}
span.az_productPrice s {
    color:#646464;
}
/*** 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,
.az-button-left4, .az-button-middle4, .az-button-right4 {
  line-height:19px;
  height:19px;
  font-family: Tahoma, Verdana;
  font-size:11px;
  font-weight:normal;
  color:#ffffff;
  padding:0;
  margin:0;
  vertical-align: middle;
  display:inline-block;  
  cursor:pointer;
  text-transform:uppercase;
}
.az-button-left, .azbutton_left {
  background:url(../images/az_button1_left.gif) no-repeat;
  width:4px;
  height:19px;
}
.az-button-middle, .azbutton_mid {
  background:url(../images/az_button1_mid.gif) repeat-x;
  white-space:nowrap;
}
.az-button-right, .azbutton_right {
  background:url(../images/az_button1_right.gif) no-repeat;
  width:4px;
}
.az-button-left2, .azbutton_left2 {
  background:url(../images/az_button1_left.gif) no-repeat;
  width:4px;
  height:19px;
}
.az-button-middle2, .azbutton_mid2 {
  background:url(../images/az_button1_mid.gif) repeat-x;
  white-space:nowrap;
}
.az-button-right2, .azbutton_right2 {
  background:url(../images/az_button1_right.gif) no-repeat;
  width:4px;
}
.az-button-left3, .az-button-middle3, .az-button-right3 {
  line-height: 20px;
  height:20px;
}
.az-button-left3, .azbutton_left3 {
  background:url(../images/az_button3_left.gif) no-repeat;
  width:2px;
  height:20px;
}
.az-button-right3, .azbutton_right3 {
  background:url(../images/az_button3_right.gif) no-repeat;
  width:2px;
}

.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(../images/az_button3_mid.gif) repeat-x;
  white-space: nowrap;
  font-weight:normal;
  font-size:11px;
  text-transform:lowercase;
  height:20px;
}

/*************** button 4 **************/
.az-button-left4, .az-button-middle4, .az-button-right4 {
  line-height: 24px;
  height:24px;
}
.az-button-left4, .azbutton_left4 {
  background:url(../images/az_button4_left.gif) no-repeat;
  width:6px;
  height:24px;
}
.az-button-right4, .azbutton_right4 {
  background:url(../images/az_button4_right.gif) no-repeat;
  width:6px;
}
.az-button-middle4, .azbutton_mid4 {
  background:url(../images/az_button4_mid.gif) repeat-x;
  white-space: nowrap;
  font-weight:bold;
  font-size:10px;
  text-transform:uppercase;
  height:24px;
}

/*************** button 4 **************/
.az-button-text {
  padding:0 11px;
}


/*------------------------------------------*/
/*             Buttons Css  End             */
/*------------------------------------------*/


/*------------------------------------------*/
/*             Template Css                 */
/*------------------------------------------*/
.az_tabs {
    list-style: none;
    margin: 0;
	padding: 0;
    height:24px;
}
.az_tabs li {
    float: left;
    margin: 0 2px 0 0px;
}
.az_tabs_sel{}
.az_tabs_sel .az-button-left4 {
  background:url(../images/az_button4_left_sel.gif) no-repeat;
}
.az_tabs_sel .az-button-right4 {
  background:url(../images/az_button4_right_sel.gif) no-repeat;
}
.az_tabs_sel .az-button-middle4 {
  background:url(../images/az_button4_mid_sel.gif) repeat-x;
}

.az_footer_cards, .az_footer_note, .az_footer_menu_tb {
   height: 75px;
   display:table-cell;
   vertical-align:middle;
}
.az_footer_cards{
    padding-left:14px;
	width:180px;
}
.az_footer_note{
	width:250px;
	padding:0 10px;
}
.az_footer_note, .az_footer_note a {
	font-size:11px;
    font-family:Tahoma;
	color:#0066cc;
}
.az_footer_note a {
	text-decoration:underline
}
.az_footer_menu_tb{
	width:460px;
    padding-left:40px;
	text-align:center;
}

.az_index_banners{
    margin:0 0 0 0;
    width:970px;
	height:316px;
	
	
}
.az_index_banners a{
    float:right;
    font-size:0%;
}
.az_index_banners a.az_banner1{
    margin-right:0px;    
}
.az_index_banners .az_index_login{
	margin-top:-30px;
    float:right;
    margin-left:0px;
    width:300px;
    font:normal 13px Tahoma;
}
.az_index_banners .az_index_login .main{
    padding:0 0px;
	
}
.az_index_banners .az_index_login b{
    font:bold 14px Tahoma;
}
.az_index_banners .az_index_login a{
    float:none;
    display:inline;
    color:#000;
    font:normal 13px Tahoma;
    text-decoration:underline;
}
.az_index_banners .az_index_login .az_index_input{
    width:100px;
}

.az_index_slider{
    margin:15px 0 0;
    width:970px;
}

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(../images/az_bullet1.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:#536475;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}

.az_cart_content{
    margin:20px 0 20px 20px;
    font-size:11px;
    color:#8f8f8f;
}
.az_icon_cart{
    margin-right:15px;
}
span.cartTitle {
	color:#25458a;
	font-size:11px;
    font-weight:bold;
	font-family:Tahoma;
	white-space:nowrap;
}
span.cartItems {}
span.cartPrice {font-weight:bold;}


.refine_nav{
	background:url(../images/az_bullet.gif) left center no-repeat;
	line-height:20px;
    text-indent:15px;
}
.refine_nav, .refine_nav a {
	font-family:Tahoma;
    font-size:11px;
	color:#5e5d5d;	
}
.rs_heading {
	font-family:"Century Gothic", Tahoma, Arial;
	font-size:14px;
	color:#25458a;
    padding-top:10px;
}
.rs_toggle {
	font-size:11px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
	margin-top:4px;
	color:#25458a;
}
.rs_collapse {
	/*height:95px;*/
	overflow:hidden;
}
/*.rs_expand {
	height:auto;
	overflow:visible;
}*/


.searchBoxTop td {
	font-size:0px;
	height:6px;
}
.searchBoxTopL {
	background:url(../images/az_sbox_top_left.gif) no-repeat;
	width:6px;
}
.searchBoxTopC {
	background:url(../images/az_sbox_hor.gif) repeat-x #fdfdfd;
	height:6px;
}
.searchBoxTopR {
	background:url(../images/az_sbox_top_right.gif) no-repeat;
	width:6px;
}

.searchBoxL, .searchBoxR {
	background:url(../images/az_sbox_ver.gif) repeat-y;
}
.searchBoxC {
	background:url(../images/az_sbox_bg.gif) left bottom repeat-x #fff;
	width:100%;
}

.searchBoxC .az-button-text {
  padding:0 5px;
}

.searchHeading {
	font-family:"Century Gothic", Tahoma, Arial;
	font-size:14px;
	color:#25458a;
    padding:10px 0 5px;
}
.searchBox-heading {
    text-align:center;
    font-family:"Century Gothic", Tahoma, Arial;
	font-size:14px;
	color:#25458a;
}

.searchBoxBottom td {
	font-size:0px;
	height:6px;
}
.searchBoxBottomL {
	background:url(../images/az_sbox_bottom_left.gif) no-repeat;
	width:6px;
}
.searchBoxBottomC {
	background:url(../images/az_sbox_hor_btm.gif) left bottom repeat-x;
	height:6px;
}
.searchBoxBottomR {
	background:url(../images/az_sbox_bottom_right.gif) no-repeat;
	width:6px;
}

/*------------------------------------------*/
/*             Template Css End             */
/*------------------------------------------*/