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

*/


/*** Web Fonts ***/
@font-face {
    font-family: 'GruppoRegular';
    src: url('webfonts/gruppo-webfont.eot');
    src: url('webfonts/gruppo-webfont.eot?iefix') format('eot'),
         url('webfonts/gruppo-webfont.woff') format('woff'),
         url('webfonts/gruppo-webfont.ttf') format('truetype'),
         url('webfonts/gruppo-webfont.svg#webfontjrFezHJO') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterRegular';
    src: url('webfonts/lobster-webfont.eot');
    src: url('webfonts/lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lobster-webfont.woff') format('woff'),
         url('webfonts/lobster-webfont.ttf') format('truetype'),
         url('webfonts/lobster-webfont.svg#Lobster1.4Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*** Web Fonts (end) ***/



body {
	background:url(../images/az_body_bg.png) repeat-x #ba4828;
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin:0;
	padding:0;
	min-width:1000px;
}

a {
	color: #595a5b;
	text-decoration: none;
}

a:hover {
	color: #6c6d6f;
	text-decoration: none;
}

#az_page_wrapper {
	color: #646566;
}

#az_main_container {
	position:relative;
	text-align:center;
}

.az_page_width {
	width:1000px;
	margin:0 auto;
	text-align:left;
}



/*** Common Styles ***/
.clear {
	clear:both;
}

.flt_left {
	float:left;
}
.flt_right {
	float:right;
}

.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}

.az_notification {
	text-align:center;
	color:#F00;
}
/*** Common Styles (end) ***/



/*** Header Settings ***/
#az_main_header {
	background:url(../images/az_mainmenu_bg.png) 0 100% repeat-x;
	height:131px;
}

#az_header_logo {
	margin:27px 0 0 32px;
	float:left;
}
#az_header_logo a {
	display:block;
}

/* Info Bar */
#az_info_bar {
	padding:6px 30px 0 0;
	height:28px;
}
#az_info_bar .az_info_bar_1 {
	margin-left:22px;
	line-height:0;
}
#az_info_bar .az_info_bar_2 {
	margin-left:22px;
}
#az_info_bar .az_info_bar_3 {
	margin-left:22px;
}
#az_info_bar .az_info_bar_4 {
	line-height:20px;
}

#az_info_bar2 {}
#az_info_bar2 .az_info_bar_1, #az_info_bar2 .az_info_bar_2, 
#az_info_bar2 .az_info_bar_3, #az_info_bar2 .az_info_bar_4 {
	background:url(../images/az_bottom_box_sep.png) 100% 50% no-repeat;
	width:25%;
	float:left;
	height:170px;
}
#az_info_bar2 .az_info_bar_2 {
	width:29%;
}
#az_info_bar2 .az_info_bar_3 {
	width:24%;
}
#az_info_bar2 .az_info_bar_4 {
	background:none;
	width:22%;
}

/* Top links */
.az_top_links, .az_top_links a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#dadada;
}
.az_top_links a:hover {
	text-decoration:underline;
}
.az_top_links_sep {
	background:url(../images/az_toplinks_sep.gif) 50% 55% no-repeat;
	width:22px;
	display:inline-block;
}

/* Currencies */
#az_currencies select {
	border:1px solid #e0e3e8;
	background:#fff;
	color:#a9a9a9;
}

/* Languages */
#az_languages {
	padding-top:2px;
}

/* Search Box */
#az_search_box_l, #az_search_box_r, #az_search_box_m {
	display:block;
}
#az_search_box_l {
	background:url(../images/az_search_left.png) no-repeat;
	margin-top:32px;
}
#az_search_box_r {
	background:url(../images/az_search_right.png) 100% 0 no-repeat;
	padding:0 5px 0 5px;
}
#az_search_box_m {
	background:url(../images/az_search_mid.png) repeat-x;
	height:32px;
}
#az_search_button {
	background:url(../images/az_search_icon.png) no-repeat;
	border:none;
	width:25px;
	height:22px;
	display:inline-block;
	cursor:pointer;
	margin-top:3px;
	margin-left:3px;
	float:left;
}
#az_search_input {
	font:normal 12px Arial, Helvetica, sans-serif;
	border:none;
	background:none;
	color:#a9a9a9;
	margin:7px 0 0 3px;
	width:175px;
	float:left;
}
/*** Header Settings (end) ***/



/*** Top Menu Settings ***/
#az_top_menu {
	height:97px;
	z-index:2;
}
#az_menu_l_bar {}
#az_menu_r_bar {}
#az_menu_m_bar {
	padding-right:29px;
}
/*** Top Menu Settings (end) ***/



/*** Main Content Settings ***/
#az_main_content {
	margin:0;
	padding:0;
	clear:both;
}
#az_main_content_top {
}
#az_main_content_mid {
	background:#eeeff0;
}
#az_main_content_bottom {
	background:url(../images/az_bottom_bg.png) repeat-x;
	height:155px;
}

#az_main_content .az_page_width {
	width:943px;
}
.az_col3 #az_main_content .az_page_width {
	width:1221px;
}
#az_main_content_mid .az_page_width {
	padding-top:24px;
}

#az_left_bar {
	background:url(../images/az_left_col_bg.png) 100% 0 repeat-y;
	float:left;
	width:248px;
	margin-bottom:20px;
}
#az_left_bar_top {}
#az_left_bar_mid {
	margin-right:25px;
}
#az_left_bar_bottom {}

#az_site_content {
	float:left;
	width:665px;
	margin:0;
}
.az_col1 #az_site_content {
	float:none;
	width:auto;
	margin-left:0;
}
.az_col2a #az_site_content {
	float:right;
	margin-left:0;
}
.az_col2b #az_site_content {
	margin-left:0;
}
.az_col3 #az_site_content {
	margin-left:30px;
}
#az_site_content_top { display:none; }
#az_site_content_mid {
	padding-bottom:30px;
}
#az_site_content_bottom { display:none; }

#az_right_bar {
	background:url(../images/az_right_col_bg.png) repeat-y;
	float:right;
	width:248px;
	margin-bottom:20px;
}
#az_right_bar_top {}
#az_right_bar_mid {
	margin-left:25px;
}
#az_right_bar_bottom {}

/* Banner */
.az_banner_promo {
	text-align:center;
	margin-bottom:20px;
}
/*** Main Content Settings (end) ***/



/*** Welcome Message ***/
#az_welcome_box {
	text-align:center;
	height:319px;
	text-shadow: 0 1px 1px rgba(192, 193, 197, 0.7);
}
#az_latest_banner {
	margin:34px 16px 0 0;
}
#az_welcome_text1, #az_welcome_text2, #az_welcome_text3, #az_services {
	margin-left:10px;
	margin-right:600px;
	text-align:left;
}
#az_welcome_text1 {
	padding-top:48px;
}
#az_welcome_text2 {}
#az_welcome_text3 {
	font:normal 28px "GruppoRegular", Arial, Tahoma;
	color:#fff;
	margin-top:25px;
	line-height:28px;
}
#az_services {
	margin-top:25px;
}
/*** Welcome Message (end) ***/



/*** Breadcrumb ***/
#az_breadcrumb {
	padding-bottom:24px;
}
#az_breadcrumb a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#444444;
}
#az_breadcrumb .az_trail_sep, #az_breadcrumb .az_trail_sep_end {
	background: url(../images/az_bullet1.gif) 50% 54% no-repeat;
	display:inline-block;
	width:10px;
}
#az_breadcrumb .az_trail_sep_end {
	background: url(../images/az_bullet2.gif) 50% 50% no-repeat;
}
#az_breadcrumb a.az_trail_last {
	color:#c44735;
}
/*** Breadcrumb (end) ***/



/*** Login Box ***/
.az_loginbox {
	padding:30px;
	display:inline-block;
}
.az_input_left, .az_input_right, .az_input_mid, .az_icon_username, .az_icon_password {
	display:inline-block;
}
.az_input_left {
	background: url(../images/az_inputbox_left.png) no-repeat;
	margin-right:6px;
	float:left;
}
.az_input_right {
	background: url(../images/az_inputbox_right.png) 100% 0 no-repeat;
	padding:0 3px;
}
.az_input_mid {
	background:url(../images/az_inputbox_mid.png) repeat-x;
	height:20px;
	padding:0 2px;
}
.az_input_mid input {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#646464;
	border:0;
	background:none;
	width:80px;
	height:17px;
}
.az_icon_username {
	background: url(../images/az_username_icon.png) 0 50% no-repeat;
	padding-left:18px
}
.az_icon_password {
	background: url(../images/az_password_icon.png) 0 50% no-repeat;
	padding-left:18px
}
.az_login_button {
	display:inline-block;
	float:left;
}
/*** Login Box (end) ***/



/*** Information Box ***/
#az_information {
	list-style:none;
	padding:18px 20px 10px 20px;
	margin:0;
}
#az_information li {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	white-space:nowrap;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:left;
}
#az_information li a {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#72727f;
	display:inline-block;
}
#az_information li a:hover {
	color:#a0a0af;
}
#az_information li span {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#a0a0af;
	display:inline-block;
	margin-left:8px;
}
#az_information li img {
	float:left;
}
/*** Information Box (end) ***/



/*** Category Menu Box ***/
#az_category {
	padding:18px 20px 10px 20px;
	display:inline-block;
}
#az_category ul {
	list-style:none;
	padding:0;
	margin:0 0 0 30px;
	float:left;
}
#az_category ul.az_category_col1 {
	margin-left:0px;
}
#az_category li {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	white-space:nowrap;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:left;
}
#az_category li a {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#72727f;
	display:inline-block;
}
#az_category li a:hover {
	color:#a0a0af;
}
#az_category li span {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#a0a0af;
	display:inline-block;
	margin-left:8px;
}
#az_category li img {
	float:left;
}
/*** Category Menu Box (end) ***/



/*** Shopping Cart Box ***/
#az_dropcart {
	list-style:none;
	padding:5px 5px;
	margin:0;
	width:240px;
}
#az_dropcart li {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	text-align:left;
	padding:5px 0;
	white-space:nowrap;
}
#az_dropcart li.az_dropcart_last_item {
	background:none;
}
#az_dropcart li.az_dropcart_count {
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:10px 0;
}
#az_dropcart li.az_dropcart_total {
	border-top:1px solid #b8b8ba;
	padding:15px 0 6px 0;
}
#az_dropcart li.az_dropcart_button {
	padding:10px 0 5px 0;
	text-align:right;
}
.az_dropcart_img, .az_dropcart_name, .az_dropcart_price {
	display:inline-block;
}
.az_dropcart_img {
	float:left;
}
.az_dropcart_img img {
	border:1px solid #e2e2e4;
}
.az_dropcart_name {
	white-space:normal;
	width:50%;
	margin-left:4px;
}
.az_dropcart_name a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#72727f;
}
.az_dropcart_name a:hover {
	text-decoration:underline;
}
.az_dropcart_price {
	float:right;
	width:60px;
	text-align:right;
	color:#8EA6C9;
}
.az_dropcart_view {
	text-decoration:underline;
	float:right;
}
.az_dropcart_total_price {
	float:right;
}
.az_dropcart_total_price strong {
	color:#8EA6C9;
}
.az_dropcart_view_cart {
	float:left;
}
/*** Shopping Cart Box (end) ***/



/*** Product Info settings ***/
.az_related_products {
	width:275px;
}
.az_related_block {
	width:50%;
}
.az_related_title {
	text-align:left;
	padding-left:12px;
	color:#646566;
}
.az_related_img {
	text-align:center;
	width:50%;
	margin-top:8px;
}
.az_related_img img {
	border:1px solid #e2e2e4;
}
.az_related_block {
	width:50%;
	margin-top:10px;
}
.az_related_button {
	margin-top:5px;
}
.az_related_sep {
	background:url(../images/az_dotted_border_hor.gif) 0 100% repeat-x;
	height:15px;
	clear:both;
	margin:0 5px;
}

.az_product_info_text {
	float:left;
	width:100%;
}

.az_review_content {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	margin-bottom:10px;
	padding-bottom:10px;
	clear:both;
}
.az_review_heading {
}
.az_review_date {
	text-align:right;
}
.az_review_text {
	margin-top:8px;
}
.az_review_stars {
	margin-top:10px;
}

.az_info_image {
	float:left;
}
.az_info_data {
	padding-left:25px;
}

.az_tab_container {
	margin-top:40px;
}

.az_info_name {
	font:normal 26px "Century Gothic", Arial, Tahoma;
	color:#c44735;
	text-shadow: 0 1px 2px rgba(214, 214, 214, 0.8);
}
.az_info_blurb {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#8ea6c9;
}
.az_info_price {
	margin-top:10px;
}
.az_info_price .az_productPrice, .az_info_price .productSpecialPrice {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#646566;
}
.az_info_price .az_productPrice .az_smallCur {
	font:bold 12px Arial, Helvetica, sans-serif;
}
.az_info_price .az_normalPrice .az_smallCur {
	font-weight:normal;
}
.az_info_price .az_normalPrice {
	font:normal 12px Arial, Helvetica, sans-serif;
}
.az_info_price .productSpecialPrice {
}
.az_info_availability {
	margin-top:8px;
}
.az_info_model {
	margin-top:6px;
}
.az_info_options {
	margin-top:6px;
}
.az_info_options select, .az_info_options input {
	border:1px solid #c3c3c3;
}
.az_info_qty {
	margin-top:6px;
}
.az_info_qty input {
	border:1px solid #c3c3c3;
	width:30px;
	text-align:center;
}
.az_info_button {
	margin-top:18px;
}
.az_info_availability span, .az_info_model span, 
.az_info_qty span, .az_info_options span {
	display:inline-block;
	width:100px;
}

.az_info_buttonSet {
	margin-top:10px;
}
#az_print {
	background:url(../images/az_print_icon.png) no-repeat;
	display:inline-block;
	padding-left:28px;
	height:26px;
	line-height:26px;
	margin-right:6px;
}
#az_share {
	background:url(../images/az_share_icon.png) no-repeat;
	display:inline-block;
	padding-left:28px;
	height:26px;
	line-height:26px;
}
#az_print a, #az_share a {
	color:#be2305;
	cursor:pointer;
}
/*** Product Info settings (end) ***/



/*** Category box settings ***/
.az_cat_nav {
	padding-left:0px;
}
.az_cat_nav.az_cat_nav_sel {}
.az_cat_nav.az_cat_nav_sel span {
	background:url(../images/az_catmenu_hover.png) repeat-x;
}
.az_cat_nav span {
	display:block;
	border-bottom:1px solid #eaeaea;
	padding:7px 10px;
	color:#858687;
}
.az_cat_nav span:hover {
	background:url(../images/az_catmenu_hover.png) repeat-x;
}
.az_cat_nav a, .az_subcat_nav a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#858687;
}
.az_cat_nav a:hover, .az_subcat_nav a:hover, .az_cat_nav span:hover a, .az_cat_nav.az_cat_nav_sel span a {
	color:#c44735;
}
.az_cat_nav.az_cat_nav_end span {
	border-bottom:none;
}
.az_subcat_nav {}
.az_subcat_nav span {
	display:block;
	border-bottom:1px solid #eaeaea;
	padding:7px 10px 7px 15px;
}
.az_cat_nav strong, .az_subcat_nav strong {
	font-weight:normal;
}
.az_subcat_nav a strong {
	color:#8ea6c9;
}
/*** Category box settings (end) ***/



/*** Special box settings ***/
#az_specials {
	text-align:center;
	padding:5px 0;
}
.az_product_name {
	margin-top:5px;
}
.az_product_name a {
	color:#646566;
}
.az_product_name a:hover {
	text-decoration:underline;
}
.az_product_price {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#646566;
	margin-top:10px;
}
.az_product_price del {
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#646566;
}
.az_product_price .productSpecialPrice {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#da5a38;
}
.az_buy_button {
	margin:6px 0 0;
}
.az_buy_button.az-button-text {
	padding:0 15px;
}
/*** Special box settings (end) ***/



/*** Bestsellers box settings ***/
.az_bestsellers {
}
.az_bestsellers ul {
	list-style:none;
	margin:0;
	padding:0;
}
.az_bestsellers ul li {
	border-top:1px solid #e5e5e5;
	padding:7px 10px;
}
/*** Bestsellers box settings (end) ***/



/*** Bottom boxes settings ***/
.az_box_title {
	font:normal 15px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 rgba(159, 167, 180, 0.8);
	color:#fff;
	margin-left:18px;
	margin-top:16px;
}
.az_box_content {
	margin-left:18px;
	margin-top:15px;
	color:#fff;
}
.az_box_content ul {
	list-style:none;
	padding:0;
	margin:0;
}
.az_box_content ul li {
	margin-top:8px;
}
.az_box_content ul li:first {
	margin-top:0;
}
.az_box_content ul li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}
.az_box_content ul li a:hover {
	text-decoration:underline;
}

#az_social_links_bottom {
	margin-top:15px;
}
#az_social_links_bottom ul li {
	margin-top:4px;
}

.az_social_icon1, .az_social_icon2, .az_social_icon3, .az_social_icon4 {
	display:inline-block;
	padding-left:35px;
	height:19px;
	line-height:19px;
}
.az_box_content ul li .az_social_icon1 a, .az_box_content ul li .az_social_icon2 a, 
.az_box_content ul li .az_social_icon3 a, .az_box_content ul li .az_social_icon4 a {
	color:#e4d397;
}
.az_social_icon1 {
	background:url(../images/az_twitter2_icon.png) no-repeat;
}
.az_social_icon2 {
	background:url(../images/az_facebook_icon.png) no-repeat;
}
.az_social_icon3 {
	background:url(../images/az_flicker_icon.png) no-repeat;
}
.az_social_icon4 {
	background:url(../images/az_rss2_icon.png) no-repeat;
}

#az_about_us {
	line-height:20px;
	margin-top:15px;
}
/*** Bottom boxes settings (end) ***/



/*** Footer Settings ***/
#az_main_footer {
	height:70px;
}
#az_footer_left_bar {
	float:left;
}
#az_footer_right_bar {
	float:right;
}
#az_footer_mid_bar {
	margin:0 150px 0 200px;
}

#az_footer_right_bar a.az_back_top {
	display:inline-block;
	margin-top:25px;
}
.az_back_top {
	background:url(../images/az_arrow_up.png) no-repeat;
	width:27px;
	height:27px;
}
.az_back_top:hover {
	background-position:0 -27px;
}

#az_cards {
	margin:25px 0 0 20px;
}

#az_footer_menu_tb {
	text-align:center;
	padding-top:20px;
}
#az_footer_menu_tb ul {
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#az_footer_menu_tb ul li {
	display:inline;
	white-space:nowrap;
	padding:0;
	margin:0;
}
#az_footer_menu_tb a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}
#az_footer_menu_tb a:hover {
	text-decoration:underline;
}
#az_footer_menu_tb ul li.az_menu_sep {
	background:url(../images/az_bottomlinks_sep.gif) 50% 50% no-repeat;
	padding:0 14px;
}

#az_footer_note {
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	margin-top:6px;
}
#az_footer_note a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
}
#az_footer_note a:hover {
	text-decoration:underline;
}
/*** Footer Settings (end) ***/



/*** Sidebox Settings ***/
#az_left_bar_mid .az_box_new, #az_right_bar_mid .az_box_new, 
#az_left_bar_mid .az_box2_new, #az_right_bar_mid .az_box2_new {
	margin-bottom:16px;
}

.az_box_top_new {}
.az_box_top_l_new {
	background: url(../images/az_box_top_l_new.png) no-repeat;
}
.az_box_top_r_new {
	background: url(../images/az_box_top_r_new.png) 100% 0 no-repeat;
	padding:0 1px;
}
.az_box_top_m_new {
	background: url(../images/az_box_top_m_new.png) repeat-x;
	padding-top:1px;
	height:35px;
}

/* Box2 */
.az_box2_new .az_box_top_l_new {}
.az_box2_new .az_box_top_r_new {}
.az_box2_new .az_box_top_m_new {}
/* Box2 (end) */

.az_box_top_new .boxTitle {
	font:500 18px "Century Gothic", Arial, Tahoma;
	text-shadow: 0 1px 1px rgba(227, 169, 161, 0.7);
	text-align:left;
	color:#c44735;
	text-indent:15px;
	padding-top:10px;
	height:35px;
	background:#fff;
}
.az_box_top_new .boxTitle a {
	color:#c44735;
}

.az_box2_new .az_box_top_new .boxTitle {}

.az_box_cont_new {}
.az_box_cont_l_new {
	background: url(../images/az_box_cont_l_new.png) repeat-y;
}
.az_box_cont_r_new {
	background: url(../images/az_box_cont_r_new.png) 100% 0 repeat-y;
	padding:0 1px;
}
.az_box_cont_m_new {
	background:#fff;
	padding:5px 2px 10px 2px;
}

/* Box2 */
.az_box2_new .az_box_cont_l_new {}
.az_box2_new .az_box_cont_r_new {}
.az_box2_new .az_box_cont_m_new {}
/* Box2 (END) */

#az_left_bar .boxContents, #az_right_bar .boxContents {}

.az_box_bottom_new {}
.az_box_bottom_l_new {
	background: url(../images/az_box_bottom_l_new.png) 0 100% no-repeat;
}
.az_box_bottom_r_new {
	background: url(../images/az_box_bottom_r_new.png) 100% 100% no-repeat;
	padding:0 39px;
}
.az_box_bottom_m_new {
	background: url(../images/az_box_bottom_m_new.png) repeat-x;
	height:8px;
}

/* Box2 */
.az_box2_new .az_box_bottom_l_new {}
.az_box2_new .az_box_bottom_r_new {}
.az_box2_new .az_box_bottom_m_new {}
/* Box2 (end) */

.az_box_bottom_new .boxTitle {}
/*** Sidebox Settings (end) ***/



/*** Product Listing Settings ***/
.az_listing {}
.az_listing_top_left {}
.az_listing_top_right {}
.az_listing_top_mid {
	border:1px solid #dadadb;
	border-bottom:0;
	background:#fff;
	height:7px;
}
.az_listing_toolbar_left {}
.az_listing_toolbar_right {}
.az_listing_toolbar_mid {
	background:url(../images/az_toolbar_mid.png) repeat-x;
	border:1px solid #dadadb;
	height:33px;
}
.az_listing_cont_left {}
.az_listing_cont_right {
	border-left:1px solid #dadadb;
	border-right:1px solid #dadadb;
	background:#fff;
}
.az_listing_cont_mid {
	padding:0 4px;
}
.az_listing_bottom_left {}
.az_listing_bottom_right {}
.az_listing_bottom_mid {
	border:1px solid #dadadb;
	border-top:0;
	background:#fff;
	height:7px;
}

.az_listing_row {
	background:url(../images/az_dotted_border_hor.gif) 0 100% repeat-x;
	padding:12px 0 13px 0;
	width:100%;
}
.az_listing_row.az_last_row {
	background:none;
}
.az_listing_col {
	background:url(../images/az_dotted_border_ver.gif) 100% 0 repeat-y;
	float:left;
	text-align:center;
	padding:15px 0;
}
.az_listing_col.az_last_col {
	background:none;
}
.az_listing_wrapper {
	width:88%;
	margin:auto;
}

.az_listing_img {
	text-align:center;
}
.az_listing_title {
	margin-top:15px;
}
.az_listing_title a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#858586;
	text-shadow: 0 1px 1px rgba(210, 211, 212, 0.4);
}
.az_listing_title a:hover {
	text-decoration:underline;
}
.az_listing_price {
	text-align:center;
	margin-top:10px;
}
.az_listing_price .az_productPrice {
	line-height:24px;
}
.az_listing_buttons {
	margin-top:10px;
}

/* Listing toolbar */
.az_listing_toolbar {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	line-height:35px;
}

.az_listing_page_nav {
	margin:0 auto;
	text-align:center;
	width:50%;
}
.az_pl_steps {
	background:url(../images/az_pagenav_sep.gif) 0 50% no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#383838;
	display:inline-block;
	padding:0 2px;
	line-height:normal;
}
.az_pl_steps span {
	display:inline-block;
	padding:0px 6px;
	height:15px
}
.az_listing_page_nav a.az_pl_steps:hover span, .az_pl_steps_cur span {
	background:url(../images/az_pagenav_active.png) repeat-x;
	height:13px;
	border:1px solid #e4e4e4;
	color:#fff;
	padding:0px 5px;
}
.az_pl_steps_cur {
	color:#fff;
}
.az_listing_page_nav.az_page_nav_bottom {
	margin-top:10px;
}
.az_pl_prev {
	background:url(../images/az_pagenav_prev.gif) 0 50% no-repeat;
	margin-right:5px;
	display:inline-block;
	line-height:normal;
}
.az_pl_next {
	background:url(../images/az_pagenav_next.gif) 0 50% no-repeat;
	margin-left:5px;
	display:inline-block;
	width:8px;
	line-height:normal;
}
.az_pl_prev span, .az_pl_next span {
	display:inline-block;
	width:8px;
}
.az_pl_prev.az_disabled, .az_pl_next.az_disabled {
	background-position:-8px 50%;
}

#az_listing_sort {
	margin-left:10px;
}
#az_items_num {
	margin-right:10px;
}
#az_disp_itemno, #az_disp_order {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#000;
}
/*** Product Listing Settings (end) ***/



/*** Prices Settings ***/
.az_productPrice {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#646566;
}
.az_productPrice .az_smallCur { font-size:14px; }
.az_productPrice .az_specialPrice {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#da5a38;
}
.az_productPrice .az_specialPrice .az_smallCur { font-size:12px; }
.az_productPrice s {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#646566;
}
.az_productPrice s .az_smallCur { font-size:11px; }
/*** Prices Settings (end) ***/



/*** Button Settings ***/
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.az-template-submit {
	border:none;
	padding:0;
	margin:0;
	background:none;
	overflow:visible;
	cursor:pointer;
	width:auto;
	white-space:nowrap;
	display:inline-block;
}
.az-template-button {
	white-space:nowrap;
	display:inline-block;
}
.az-button-left, .az-button-middle, .az-button-right, 
.az-button-left3, .az-button-middle3, .az-button-right3 {
	font:normal 11px Tahoma, Arial, Verdana;
	color:#fff;
	white-space:nowrap;
	height:27px;
	line-height:27px;
	display:inline-block;
	padding:0;
	margin:0;
	cursor:pointer;
	text-align:center;
}

.az-button-left {
	background:url(../images/az_button1_left.png) no-repeat;
	width:4px;
}
.az-button-middle {
	background:url(../images/az_button1_mid.png) repeat-x;
	padding:0 4px;
}
.az-button-right {
	background:url(../images/az_button1_right.png) no-repeat;
	width:4px;
}
.az-button-hover .az-button-left, .az-button-hover .az-button-middle, .az-button-hover .az-button-right {
	background-position:0 -27px
}
.az-button-hover.az-button-push .az-button-left, 
.az-button-hover.az-button-push .az-button-middle, 
.az-button-hover.az-button-push .az-button-right {
	background-position:0 -54px
}

.az-button-left3, .az-button-middle3, .az-button-right3 {
	color:#646464;
	height:20px;
	line-height:20px;
	text-transform:lowercase;
}
.az-button-left3 {
	background:url(../images/az_button3_left.png) no-repeat;
	width:4px;
}
.az-button-middle3 {
	background:url(../images/az_button3_mid.png) repeat-x;
	padding:0 2px;
}
.az-button-right3 {
	background:url(../images/az_button3_right.png) no-repeat;
	width:4px;
}
.az-button-hover .az-button-left3, .az-button-hover .az-button-middle3, .az-button-hover .az-button-right3 {
	background-position:0 -20px
}
.az-button-hover.az-button-push .az-button-left3, 
.az-button-hover.az-button-push .az-button-middle3, 
.az-button-hover.az-button-push .az-button-right3 {
	background-position:0 -40px
}
/*** Button Settings (end) ***/