html {
	margin: 0;
	padding: 0;
}
body {
	font:12px Arial, Helvetica, sans-serif;
	background-color:#d9d6d1;
	color: #332524;
	margin: 0px;
	padding: 0px;
}
h1, .welcome {
	color: #332524;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
a {
	color: #ea5802;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	color:#f67621;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {}
select {}
label {
	cursor: pointer;
}

/*** Common Styles ***/
.clr_both { clear:both; }
.clr_left { clear:left; }
.clr_right { clear:right; }

.flt_left { float:left; }
.flt_right { float:right; }
.flt_none { float:none; }

.align_center { text-align:center; }
.align_left { text-align:left; }

.hide { display:none; }

.az_rounded_box .az_corner_tl, .az_rounded_box .az_corner_tr, 
.az_rounded_box .az_corner_bl, .az_rounded_box .az_corner_br {
	background-image:url(../image/az/az_corner_bg.gif);
	background-repeat:no-repeat;
}
.az_corner_tl {
	background-position:0 0;
}
.az_corner_tr {
	background-position:100% -7px;
	padding:0 7px;
}
.az_corner_tc {
	background-color:#fff;
	height:7px;
}
.az_corner_cl {}
.az_corner_cr {
	background-color:#fff;
	padding:0 9px;
	overflow:hidden;
}
.az_corner_bl {
	background-position:0 -14px;
}
.az_corner_br {
	background-position:100% -21px;
	padding:0 7px;
}
.az_corner_bc {
	background-color:#fff;
	height:7px;
}

#page_bottom .az_corner_tl, #page_bottom .az_corner_tr, 
#page_bottom .az_corner_bl, #page_bottom .az_corner_br {
	background:url(../image/az/az_bottom_cont_bg.gif) no-repeat;
	background-repeat:no-repeat;
}
#page_bottom .az_corner_tl {
	background-position:0 0;
}
#page_bottom .az_corner_tr {
	background-position:100% -9px;
	padding:0 9px;
}
#page_bottom .az_corner_tc {
	background-color:#332524;
	height:9px;
}
#page_bottom .az_corner_cl {}
#page_bottom .az_corner_cr {
	background-color:#332524;
	padding:0 9px;
	min-height:72px;
	overflow:hidden;
}
#page_bottom .az_corner_bl {
	background-position:0 -18px;
}
#page_bottom .az_corner_br {
	background-position:100% -27px;
	padding:0 9px;
}
#page_bottom .az_corner_bc {
	background-color:#332524;
	height:9px;
}
/*** Common Styles (end) ***/

/* layout */
#container {
	width: 1000px;
	margin:0 auto;
	text-align: left;
}
#page_width {
	width:960px;
	padding-left:20px;
	position:relative;
}

#column-left {
	float: left;
	width: 185px;
}
#column-right {
	float: right;
	width: 185px;
}
#content {
}
#column-left + #column-right + #content, #column-left + #content {
	margin:0 0 0 190px;
}
#column-right + #content {
	margin:0 190px 0 0;
}

#az_main_content {
	margin:15px 0 10px 0;
}
.index_content {
	margin:15px 0 10px 0;
}
/* header */
#header {
	padding-left:9px;
}
.header_left, .header_right {
	background:url(../image/az/az_header_bg.gif) no-repeat;
	height: 120px;
}
.header_right {
	background-position:100% -120px;
	background-color:#332524;
	padding-right:9px;
}
#header #logo {
	float:left;
	margin:11px 0 0 11px;
}
#header_top {
	height:79px;
}
#language {
	margin:8px 17px 0 0;
	line-height: 26px;
	height:26px;
}
#language img {
	cursor: pointer;
}
#currency {
	margin:11px 11px 0 0;
}
#header #cart {
	position: absolute;
	bottom: 76px;
	left:64px;
	width:254px;
}
#header #cart .heading {
	background:url(../image/az/az_cart_box_bg.png) repeat-x;
	height:71px;
}
#header #cart .heading a {
	cursor:auto;
}
#header #cart .heading .cart_icon {
	background:url(../image/az/az_cart_icon.png) no-repeat;
	display:inline-block;
	margin:0 3px 0 4px;
	width:71px;
	height:67px;
	float:left;
}
#header #cart .heading .cart_icon a {
	display:block;
	height:100%;
	cursor:pointer;
}
#header #cart .heading .cart_title {
	color: #ebeae6;
	text-shadow: 0 1px 1px rgba(148, 141, 139, 0.7);
	font-size: 14px;
	display:block;
	padding-top:4px;
}
#header #cart .heading .cart_title + a {
	display:block;
}
#header #cart #cart_total {
	display:block;
	color:#fff;
	margin-top:5px;
}
#header #cart #cart-total {
    display:block;
    color:#fff;
    margin-top:5px;
}
#header #cart #cart_total .total_amount {
	display:block;
	color:#f75c00;
	margin-top:5px;
}
#header #cart #cart-total .total_amount {
    display:block;
    color:#f75c00;
    margin-top:5px;
}
.mini-cart-total { float: right;}
#header #cart .content {
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #EEEEEE;
	background: #FFF;
}

#header #cart.active .heading {}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	padding-left:5px;
	margin:8px 5px 0 0;
	width:340px;
}
.search_bg_left, .search_bg_right {
	background:url(../image/az/az_search_input_bg.gif) no-repeat;
}
.search_bg_right {
	background-color:#f5f6e5;
	background-position:100% -26px;
	padding-right:5px;
	height:26px;
}
#header .button-search {
	background:url(../image/az/az_find_icon.png) no-repeat;
	float:right;
	margin-top:5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#header #search input {
	background:none;
	width:300px;
	float:left;
	padding:3px 0 2px 0;
	border:0;
	margin:2px 0 0 10px;
	color:#797979;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	text-align:right;
	height:45px;
	line-height:45px;
	margin-right:9px;
}
#header .links a {
	display:inline-block;
	color: #fff;
	margin-left:35px;
	font-size:14px;
}
#header .links a:first-child {
	margin-left:0;
}
#header .links a:hover {
	color:#f75c00;
}
#header .links a span {
	background:url(../image/az/az_triangle_icon.png) 50% -999px no-repeat;
	display:inline-block;
}
#header .links a:hover span {
	background-position:50% 88%;
}
/* menu */
#menu {
	border-top: 1px solid #3d302f;
	height: 40px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	margin:0 5px;
}
#menu > ul > li:hover {}
#menu > ul > li > a {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 13px 15px 13px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > a:hover {
	color:#f75c00;
}
#menu > ul > li > div {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #3d302f;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #fff;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color:#f75c00;
}
#menu > ul > li > div > ul > li > a {
	color: #fff;
}
.breadcrumb {
	font-size:16px;
	color: #332524;
	margin-bottom: 10px;
}
.breadcrumb a {
	font-size:14px;
	color: #332524;
}
.breadcrumb a:last-child {
	color: #ea5802;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 15px 0;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination.list_nav_left {
	margin:10px 0 0 0;
	border:none;
	padding:0;
}
.pagination .links {
	float: left;
}
.pagination.list_nav_left .links {
	float: right;
	color: #332524;
	margin-right:15px;
	line-height:29px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #332524;
}
.pagination.list_nav_left .links a {
	border:none;
	padding:2px;
	margin:0 2px;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #332524;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #f75c00;
	background: #FFFFFF;
}
.pagination.list_nav_left .links b {
	border:none;
	background:none;
	font-weight: bold;
	text-decoration:underline;
	padding:2px;
}
.pagination .results {
	float: right;
	padding-top: 0px;
}
.pagination.list_nav_left .results {
	float: left;
	line-height:33px;
	margin-left:12px;
}
/* button */
a.button, a.button span {
	background: url(../image/az/az_button.png) no-repeat;
}
a.button {

}
a.button span {

}
a.button:hover {}
a.button:hover span {}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* AZ box */
.az_sidebox, .az_sidebox2 {
	margin-top:5px;
	color:#fff;
}
.az_sidebox:first-child, .az_sidebox2:first-child {
	margin-top:0px;
}
.az_box_top div, .az_box_bottom div {
	background-image: url(../image/az/az_side_box_bg.gif);
	background-repeat:no-repeat;
}
.az_box_top_left {
	background-position:0 0;
}
.az_box_top_right {
	background-position:100% -30px;
	padding:0 5px;
}
.az_box_top .az_box_top_mid {
	background:#332524;
	padding:0 8px;
	height:30px;
}
.az_box_top .az_box_top_mid .az_box_title {
	font:normal 22px "Gabriola", Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	line-height:30px;
}
.az_box_cont_left {}
.az_box_cont_right {}
.az_box_cont_mid {
	background:#95897e;
}
.az_box_cont_mid .box-content {
	overflow:hidden;
	padding:5px 6px 0;
}
.az_box_bottom_left {
	background-position:0 -60px;
}
.az_box_bottom_right {
	background-position:100% -65px;
	padding:0 5px;
}
.az_box_bottom .az_box_bottom_mid {
	background:#95897e;
	height:5px;
}

/* AZ sidebox2*/
.az_sidebox2 {
	color:#332524;
}
.az_sidebox2 .az_box_cont_right {
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
}
.az_sidebox2 .az_box_cont_mid {
	background:#f5f6e5;
}
.az_sidebox2 .az_box_bottom_left {
	background-position:0 -70px;
}
.az_sidebox2 .az_box_bottom_right {
	background-position:100% -75px;
	padding:0 5px;
}
.az_sidebox2 .az_box_bottom .az_box_bottom_mid {
	border-bottom:1px solid #d2d2d2;
	background:#f5f6e5;
	height:4px;
}

.az_sidebox a {
	color:#cbc5c0;
}
.az_sidebox a:hover {
	color:#fff;
}

/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
#latest_box .box-product {
	padding:5px 0 2px;
}
	
.box-product > div {
	width: 134px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;	
}
#column-left .box-product > div, 
#column-right .box-product > div {
	width:100%;
	vertical-align: top;
	margin:15px 0 0;
	text-align:center;
}
#column-left .box-product > div:first-child, 
#column-right .box-product > div:first-child {
	margin-top:0;
}

.box-product .image {
	display: block;
	margin-bottom: 0px;
}
#column-left .box-product .image, 
#column-right .box-product .image {
	margin-bottom: 10px;
}
.box-product .image img {
	border: 1px solid #d6d6d6;
}
.box-product .name a {
	color: #332524;
	display: block;
	margin-bottom: 10px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #332524;
	margin-bottom: 4px;
}
#latest_box .box-product .price {
	padding-left:6px;
	float:left;
}
.box-product .price-old {
	color: #323232;
	text-decoration: line-through;
}
.box-product .price-new {
	color:#f75c00;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
#latest_box .box-product .rating {
	text-align:right;
	padding-right:6px;
}
/* box category */
.box-category {
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 8px;
}
.box-category > ul > li + li {
	border-top: 1px solid #9a8f85;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #cbc5c0;
	font-weight:bold;
}
.box-category ul li a span {
	color:#fff;
	font-weight:normal;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
	color:#fff;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	background: url(../image/az/az_bullet.gif) 0 -10px no-repeat;
	text-decoration: none;
	display: block;
	color:#fff;
	text-indent:7px;
}
.box-category > ul > li ul > li > a:hover {
	background-position:0 0;
	color:#332524;
}
.box-category > ul > li ul > li > a.active {
	background-position:0 0;
	color:#332524;
	font-weight:normal;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: auto;
	margin-bottom:5px;
}
.list_nav_left, .list_nav_right, .list_nav_mid {
	background: url(../image/az/az_list_navbar_bg.png) no-repeat;
}
.list_nav_left {
	background-position:0 0;
}
.list_nav_right {
	background-position:100% -33px;
	padding:0 4px;
}
.list_nav_mid {
	background-position:100% -66px;
	background-repeat:repeat-x;
	height:33px;
}
.product-filter .display {
	line-height:33px;
	text-align:center;
	color: #332524;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: left;
	color: #332524;
	line-height:33px;
	margin-left:8px;
}
.product-filter .limit {
	margin-right: 12px;
	float: right;
	color: #332524;
	line-height:33px;
}
.product-filter .limit a {
	color:#332524;
	margin:0 2px;
}
.product-filter .limit a:hover, 
.product-filter .limit a.active {
	color:#f75c00;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 15px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #332524;
	font-size:13px;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #7a6665;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color:#323232;
	font-size:13px;
}
.product-list .price-old {
	color: #323232;
	font-weight:normal;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
	color: #f75c00;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
}
.product-grid .grid_row {
	border-top:1px solid #e1dfde;
	overflow:hidden;
	padding-left:3px;
}
.product-grid .grid_row:first-child {
	border-top:0;
}
.product-grid .grid_row div.grid_item {
	width: 24.8%;
	border-left:1px solid #e1dfde;
	text-align:center;
	padding:12px 0;
}
.product-grid .grid_row div.grid_item:first-child {
	border-left:none;
}
.product-grid .image {
	display: block;
	margin-bottom: 10px;
	padding:0 10px;
}
.product-grid .name {
	margin-bottom:10px;
	padding:0 10px;
}
.product-grid .name a {
	color: #332524;
	font-size:13px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price_cart {
	text-align:right;
	margin-bottom:5px;
	overflow:hidden;
	padding:0 10px;
}
.product-grid .price {
	display:inline-block;
	font-weight: bold;
	font-size:13px;
	color:#323232;
	float:left;
}
.product-grid .price .price-normal {
	display: inline-block;
    margin-top: 6px;
    position: relative;
}
.product-grid .price-old {
	color: #323232;
	font-weight:normal;
	text-decoration: line-through;
}
.product-grid .price-new {
	color: #f75c00;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display:inline-block;
}
.product-grid .cart a.button span {
	padding:6px 23px 8px 19px;
}
.product-grid .wishlist, .product-grid .compare {
	text-align:right;
	padding:0 10px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: inline-block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: inline-block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #994716;
}
.product-info .description a {
	color: #EA5802;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #323232;
}
.product-info .price-old {
	color: #323232;
	text-decoration: line-through;
}
.product-info .price-new {
	color:#f75c00;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
	white-space:nowrap;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-comment textarea {
	width:98%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	position:relative;
}
.checkout-heading a {
	/*float: right;*/
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	position:absolute;
	right:5px;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#page_bottom {
	clear: both;
}
#cart_box_section {
	width:300px;
}
#bottom_links {
	margin-left:325px;
	overflow:auto;
}
#page_bottom h3 {
	color: #fff;
	font-size: 14px;
	margin: 4px 0 8px 0;
	font-weight:normal;
}
#page_bottom .column {
	float: left;
	width: 25%;
	min-height: 72px;
}
#page_bottom .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#page_bottom .column ul li {
	margin-bottom: 1px;
}
#page_bottom .column a {
	text-decoration: none;
	color: #796f6c;
}
#page_bottom .column a:hover {
	text-decoration: underline;
}

#footer {
	min-height:50px;
}
#footer_menu {
	text-align:center;
	font-size:12px;
	line-height:18px;
	padding-top:12px;
}
#footer_menu a {
	font-size:12px;
	color:#332524;
	margin:0 10px;
}
#footer_menu a:hover {
}
#footer_menu a:first-child {
}
#powered {
	font-size:11px;
	text-align:center;
}
#powered a {
	font-size:11px;
	color:#f75c00;
	margin:0;
}
#az_cards {
	background:url(../image/az/az_cards.gif) no-repeat;
	width:159px;
	height:24px;
	margin-top:16px;
}
#az_social_links {
	margin-top:11px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}

#az_cat_banner {
	float:right;
}
#az_cat_banner a {
	display:block;
	line-height:0;
	margin-bottom:8px;
}
#az_cat_banner a:first-child {
	margin-bottom:7px;
}

#az_promo_banner {
	margin-top:10px;
	overflow:hidden;
}
#az_promo_banner a {
	display:inline-block;
	float:left;
	line-height:0;
}

/*** Social icons ***/
.az_social_icon {
	background-image:url(../image/az/az_social_icon.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
	width:32px;
	height:32px;
}

#footer .az_social_icon {
	margin-left:6px;
}
#footer .az_social_icon:first-child {
	margin-left:4px;
}

.icon_facebook {
	background-position:0 0;
}
.icon_twitter {
	background-position:-38px 0;
}
.icon_youtube {
	background-position:-76px 0;
}
/*** Social icons (end) ***/

.remove img { cursor: pointer;}
/* box */

/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price s {
    color: #F00;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {

    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
.box-content ul { text-align: left;}
#content .login-content .content { margin-bottom: 0; }
input.button, .remove .button , .right .button, .login-content .button , .center .button,.box-product .button
, a.button {
    display: inline-block;
    padding-left: 5px;

    background: url(../image/az/az_button_mid.png) left repeat-x #fb6700;
    text-decoration: none;
    cursor: pointer;

    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #fe7100;
    color: #FFFFFF;
    font-family: tahoma;

    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding: 3px 12px 3px 12px;
}
#tab-related .box-product > div { text-align: center;}