html {

 	overflow-y: scroll;

	margin: 0;

	padding: 0;

}  

body {

	/* background-color: #ffffff; */

	background: #747333 url('../image/body-repeat.gif') repeat-x center top;

	color: #000000;

	font-family: Arial,Helvetica,sans-serif;

	margin: 0px;

	padding: 0px;

	line-height: 14px;

	background-attachment: fixed;

	

} 

body, td, th, input, textarea, select, a {

	font-size: 11px;

}

h1  {

	color: #f9e09e;

	font-family: Arial,Helvetica,sans-serif;

	font-size: 14px;

	font-weight: bold;

	margin: 0;

	text-transform: uppercase;

	padding: 13px 0 15px 30px;

	/* background: url("../image/content_top_left.png") no-repeat left top; */

	margin: -14px -30px 0px -30px; 

	background:  url("../image/content_top_center.png") repeat-x  left top;

}

h2 {

	border-bottom: 1px solid #d9d6ae;

    color: #625205;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 14px;

    font-weight: bold;

    margin: 0 0 10px;

    padding-bottom: 3px;

    padding-left: 0;

    text-transform: uppercase;

}

p {

	margin-top: 0px;

	margin-bottom: 10px;

}

a, a:visited, a b {

	color: #757235;

    cursor: pointer;

    text-decoration: underline;

}

a:hover {

	text-decoration: none;

}

a img {

	border: none;

}

form {

	padding: 0;

	margin: 0;

	display: inline;

}

input[type=text], input[type=password], textarea {

	background: #F8F8F8;

	border: 1px solid #CCCCCC;

	padding: 3px;

	margin-left: 0px;

	margin-right: 0px;

}

select {

	background: #F8F8F8;

	border: 1px solid #CCCCCC;

	padding: 2px;

}

label {

	cursor: pointer;

}

.clearfix {

	overflow: hidden;

	height: 0px;

	font-size: 0px;

	clear: both;

}

/* layout */

#container {

    background: url("../image/background.png") repeat-y left top;

    margin-left: auto;

    margin-right: auto;

    text-align: left;

    max-width: 960px;

	position:  relative;

}



/* #column-left {

	float: left;

	width: 190px;

}

#column-right {

	float: right;

	width: 190px;

} */



#content {

	min-height: 400px;

	margin-bottom: 0px;

    padding: 0px 30px 1px;

	background:  #ffffff;

}



/* #column-left + #column-right + #content, #column-left + #content {

	margin-left: 190px;

}



#column-right + #content {

	margin-right: 190px;

}

 */

/* header */

#header {

	height: 171px;

	margin-bottom: 0px;

	padding-bottom: 0px;

	position: relative;

	z-index: 99;

	/* background: url('../image/toplogo.gif') no-repeat left top;  */

}

#header #logo {

	position: absolute;

	top: 5px;

	left: 15px;

}



#topMenu {

	position: absolute;

	top: 5px;

	right: 15px;

	width: 35%;

	height: 110px;

}



#language {

	position: absolute;

	top: 135px;

	left: 250px;

	width: 80px;

	color: #999;

	line-height: 17px;

}

.hidingclass{display:none;}

#language img {

	cursor: pointer;

	margin-right: 5px;

}



#currencyWrap {

	position: relative;

	margin-bottom: 0px;

	background: url("../image/spacer.gif") repeat left top;

    height: 32px;

    padding-left: 5px;

    padding-right: 5px;

}



#currency {

	width: 75px;

	/* position: absolute;

	top: 15px;

	right: 25px; */

	color: #999;

	line-height: 17px;

	float: right;

	   margin-left: 10px;

    margin-right: 10px;

    margin-top: 3px;

	background:  #ffffff url("../image/switcher.png") repeat-x left top;

}

#currency a {

	display: inline-block;

	padding: 1px 4px;

	border: 1px solid #CCC;

	color: #999;

	text-decoration: none;

	margin-right: 2px;

	margin-left: 2px;

	margin-top: 2px;

	margin-bottom: 2px;

}

#currency a b {

	color: #000;

	text-decoration: none;

}

#header #cart {

	position: absolute;

	top: 0px;

	right: 145px;

	z-index: 9;

	min-width: 300px;

}

#header #cart .heading {

	float: right;

	margin-right: 172px;

	margin-top: 15px;

	padding-left: 14px;

	padding-right: 14px;

	border-top: 1px solid #FFFFFF;

	border-left: 1px solid #FFFFFF;

	border-right: 1px solid #EEEEEE;

	background: #FFF;

	position: relative;

	z-index: 1;

}

#header #cart .heading h4 {

	color: #333333;

	font-size: 15px;

	font-weight: bold;

	margin-top: 0px;

	margin-bottom: 3px;

}

#header #cart .heading a {

	color: #38B0E3;

	text-decoration: none;

}

#header #cart .heading a span {

	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;

	padding-right: 15px;

}

#header #cart .content {

	clear: both;

	display: none;

	position: relative;

	top: -1px;

	padding: 8px;

	min-height: 150px;

	border-top: 1px solid #EEEEEE;

	border-left: 1px solid #EEEEEE;

	border-right: 1px solid #EEEEEE;

	border-bottom: 1px solid #EEEEEE;

	-webkit-border-radius: 0px 7px 7px 7px;

	-moz-border-radius: 0px 7px 7px 7px;

	-khtml-border-radius: 0px 7px 7px 7px;

	border-radius: 0px 7px 7px 7px;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;

	background: #FFF;

}

#header #cart.active .heading {

	margin-top: 5px;

	padding-top: 10px;

	padding-bottom: 6px;

	border-top: 1px solid #EEEEEE;

	border-left: 1px solid #EEEEEE;

	border-right: 1px solid #EEEEEE;

	-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;

}

#header #cart.active .content {

	display: block;

}

.mini-cart-info table {

	border-collapse: collapse;

	width: 100%;

	margin-bottom: 5px;

}

.mini-cart-info td {

	color: #000;

	vertical-align: top;

	padding: 10px 5px;

	border-bottom: 1px solid #EEEEEE;

}

.mini-cart-info .image {

	width: 1px;

}

.mini-cart-info .image img {

	border: 1px solid #EEEEEE;

	text-align: left;

}

.mini-cart-info .name small {

	color: #666;

}

.mini-cart-info .quantity {

	text-align: right;

}

.mini-cart-info td.total {

	text-align: right;

}

.mini-cart-info .remove {

	text-align: right;

}

.mini-cart-info .remove img {

	cursor: pointer;

}

.mini-cart-total {

	text-align: right;

}

.mini-cart-total table {

	border-collapse: collapse;

	display: inline-block;

	margin-bottom: 5px;

}

.mini-cart-total td {

	color: #000;

	padding: 4px;

}

#header #cart .checkout {

	text-align: right;

	clear: both;

}

#header #cart .empty {

	padding-top: 50px;

	text-align: center;

}



#searchWrap {

	background: #68642d;

	/* position: relative; */

	height: 40px;

	border-left: 1px solid #57542b;

	border-right: 1px solid #57542b;

	margin-bottom: 0px;

	background: #68642D url('../image/search_bg.png') repeat-x left top;

	

}



#searchWrap #search {

	/* position: absolute;

	top: 15px;

	left: 0px;

	width: 298px; */

	z-index: 15;

	padding-top: 7px;

	padding-left: 10px;

	float: left;

}



#searchWrap #search label {

	float: left;

	padding-top: 7px;

	color: #fff;

	font-size: 11px;

}





#search input.search-box {

	background: #FFF;

/* 	padding: 1px 1px 1px 33px;

	width: 262px;

	height: 21px;

	border: 1px solid #CCCCCC;

	-webkit-border-radius: 3px 3px 3px 3px;

	-moz-border-radius: 3px 3px 3px 3px;

	-khtml-border-radius: 3px 3px 3px 3px;

	border-radius: 3px 3px 3px 3px;

	-webkit-box-shadow: 0px 2px 0px #F0F0F0;

	-moz-box-shadow: 0px 2px 0px #F0F0F0;

	box-shadow: 0px 2px 0px #F0F0F0; */

	float: left;

	border: 1px solid #0a5391;

    padding: 3px 5px;

	margin: 3px 5px 3px 5px;

	font-size: 11px;

}



#search select {

	float: left;

	border: 1px solid #0a5391;

    padding: 2px;

	margin: 3px 0;

	font-size: 11px;

}



#search #button-search2 {

	float: left;

	background: url('../image/go.png') no-repeat left top;

	width: 40px;

	height: 21px;

	border: none;

	box-shadow: none;

	text-decoration: none;

	text-indent:  -9999px;

	display: block;

	cursor: pointer;

	margin-left: 5px;

	margin-right: 5px;

	margin-top: 3px;

}



#search #advanced {

	padding-top: 5px;

	display: block;

    float: left;

}

#search #advanced a {

    color: #fff;

	cursor: pointer;

	text-decoration: underline;

	font-size: 11px;

}



#maxtwitter {

	color: #ffffff;

    float: right;

    height: 32px;

    padding-right: 15px;

	padding-top: 7px;

}



#maxtwitter a {

	cursor: pointer;

	display: block;

	float: left;

}



.fb_iframe_widget {

    display: inline-block;

    position: relative;

	float: left;

	margin-right: 5px;

	padding-top: 3px;

}



#___plusone_0 {

	text-indent: 0px; 

	margin: 0px; 

	padding: 0px;

	background: none;

	border-style: none; 

	float: left;

	line-height: normal;

	font-size: 1px; 

	vertical-align: baseline; 

	display: inline-block; 

	width: 70px;

	height: 15px;

	padding-top: 3px;

}



#maxtwitter label {

	float: left;

	padding-top: 7px;

}



#header #welcome {

	position: absolute;

	top: 47px;

	right: 0px;

	z-index: 5;

	width: 298px;

	text-align: right;

	color: #999999;

}



#header #all_categories {

	top: 155px; 

}





#header .links {

	position: absolute;

	right: 0px;

	top: 155px; 

	font-size: 10px;

	z-index:1;

    height: 32px;

    padding-right: 14px;

}



#header .links a {

	background: url("../image/tab_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    color: #333333;

    float: left;

    font-size: 14px;

    font-weight: bold;

    line-height: 14px;

    margin-right: 2px;

    padding-bottom: 9px;

    padding-top: 9px;

    position: relative;

    text-align: center;

    text-decoration: none;

    width: 100px;

    z-index: 1;

}



#header .links a.active,

#header .links a:hover { 

	background: url("../image/tab_2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    color: #d6cf87;

    padding-bottom: 10px;

    z-index: 3; 

}





/* menu */

#menu {

/* 	background: #585858;

	border-bottom: 1px solid #000000; */

	height: 32px;

	margin-bottom: 15px;

	/* -webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD; */

	padding: 0px;

	background: #948A3C;

	 opacity: 0.5;

}

#menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#menu > ul > li {

	position: relative;

	float: left;

	z-index: 20;

	padding: 0px;

	background: url('../image/tab_1.png') repeat-x left top;

	margin-right: 10px;

	border-left: 1px solid #e8ebdc; 

	border-right: 1px solid #e8ebdc; 

	



}



#menu > ul > li:hover {

	background: url('../image/tab_2.png') repeat-x left top;

	border-left: 1px solid #58542d; 

	border-right: 1px solid #58542d; 

}



#menu > ul > li > a {

	font-size: 13px;

	color: #333333;

	line-height: 32px;

	text-decoration: none;

	display: block;

	padding: 0px 10px 0px 10px; 

	/* margin-bottom: 5px; */

	z-index: 6;

	position: relative;		text-align: center;

	

}

#menu > ul > li:hover > a {

	/* background: #000000;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px; */

	color: #d6cf87;

}

#menu > ul > li > div {

	display: none;

	background: #FFFFFF;

	position: absolute;

	z-index: 5;

	padding: 5px;

	border: 1px solid #000000;

	-webkit-border-radius: 0px 0px 5px 5px;

	-moz-border-radius: 0px 0px 5px 5px;

	-khtml-border-radius: 0px 0px 5px 5px;

	border-radius: 0px 0px 5px 5px;

	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: #FFFFFF;

	display: block;

	white-space: nowrap;

	min-width: 120px;

}

#menu > ul > li ul > li > a:hover {

	background: #000000;

}

#menu > ul > li > div > ul > li > a {

	color: #FFFFFF;

}

.breadcrumb {

	color: #000000;

	margin-bottom: 0px;

	position: absolute;

/* 	top: -23px;

	left: -165px;

 */	font-size: 11px;

    left: 25px;

    top: 220px;



}



.breadcrumb a {

	color: #eeeb93;

	font-size: 11px;

}



#notification {

 	/* background: url("../image/spacer.gif") repeat scroll left top rgba(0, 0, 0, 0); 

    margin-bottom: 0px;

	width: 100%;

	position: absolute;

	top: 20%;

	left: 0px;

	z-index: 1000; */

	

}

.success {

	/* padding: 10px 10px 10px 33px;

	margin-bottom: 0px;

	color: #555555;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px; */

	/* display: block;  outline: 0px none; height: auto; width: 480px;

	position: absolute;

	top: 630px; left: 391px;*/

	z-index: 1001; 

	

}



.warning, .attention, .information {

	padding: 10px 10px 10px 33px;

	margin-bottom: 0px;

	color: #555555;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px; 

	

	padding: 10px 10px 10px 33px;

	margin-bottom: 0px;

	color: #555555;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

	/*z-index: 1002; outline: 0px none; height: auto; width: 480px; position: fixed; top: 38%; left: 391px;*/

	

}



.ui-dialog-titlebar {

	height: 30px;

	line-height: 30px;

	padding-left: 15px;

	margin-bottom: 10px;

}





#slidecart-success {

	padding-left: 15px;

}



.success {

	/* background: #EAF7D9 url('../image/success.png') 10px center no-repeat;

	border: 1px solid #BBDF8D;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px; */
	z-index: 1001; 
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;	
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 10px 10px 10px 33px;
	border-radius: 5px 5px 5px 5px;


}

.warning {

	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;

	border: 1px solid #F8ACAC;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px; 



}

.attention {

	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;

	border: 1px solid #F2DD8C;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

}

.success .close, .warning .close, .attention .close, .information .close {

	float: right;

	padding-top: 4px;

	padding-right: 4px;

	cursor: pointer;

}

.required {

	color: #FF0000;

	font-weight: bold;

	font-size: 16px;

}

.error {

	display: block;

	color: #FF0000;

	font-size: 12px;

	font-weight: bold;

}

.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 {

	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.radio {

	width: 100%;

	border-collapse: collapse;

}

table.radio td {

	padding: 5px;

}

table.radio td label {

	display: block;

}

table.radio tr td:first-child {

	width: 1px;

}

table.radio tr td:first-child input {

	margin-top: 1px;

}

table.radio tr.highlight:hover td {

	background: #F1FFDD;

	cursor: pointer;

}

.pagination {

	border-top: 1px solid #EEEEEE;

	padding-top: 8px;

	display: inline-block;

	width: 100%;

	margin-bottom: 10px;

}

.pagination .links {

	float: left;

}

.pagination .links a {

	display: inline-block;

	border: 1px solid #EEEEEE;

	padding: 4px 10px;

	text-decoration: none;

	color: #A3A3A3;

}

.pagination .links b {

	display: inline-block;

	border: 1px solid #269BC6;

	padding: 4px 10px;

	font-weight: normal;

	text-decoration: none;

	color: #269BC6;

	background: #FFFFFF;

}

.pagination .results {

	float: right;

	padding-top: 3px;

}

/* button */

a.button, input.button {

	cursor: pointer;

	color: #FFFFFF;

	line-height: 12px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background: url('../image/button.png') repeat-x;

	-webkit-border-radius: 7px 7px 7px 7px;

	-moz-border-radius: 7px 7px 7px 7px;

	-khtml-border-radius: 7px 7px 7px 7px;

	border-radius: 7px 7px 7px 7px;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;

}

a.button {

	display: inline-block;

	text-decoration: none;

	padding: 6px 12px 6px 12px;

}

input.button {

	margin: 0;

	border: 0;

	height: 24px;

	padding: 0px 12px 0px 12px;

}

a.button:hover, input.button:hover {

	background-position: 0px -24px;

}

.buttons {

	overflow: auto;

	background: #edebc7;

    border: 1px solid #d9d6ae;

    margin-bottom: 10px;

    padding: 5px

}

.buttons .left {

	float: left;

	text-align: left;

}

.buttons .right {

	float: right;

	text-align: right;

	margin-left: 2%;

}





.buttons .center {

	text-align: center;

	margin-left: auto;

	margin-right: auto;

}

.htabs {

	border-bottom: 1px solid #DDDDDD;

	display: block;

    float: left;

    line-height: 16px;

    min-height: 30px;

    width: 100%;

}

.htabs a {

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	background:  #ffffff url("../image/tab_3.png") repeat-x left top;

	padding: 7px 0px 6px;

	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;

	width: 100%;

}



.htabs a.selected {

	padding-bottom: 7px;

	/* background:  #ffffff url("../image/tab_3.png") repeat-x left top; */

	background: #ff9600;

	color: #fff;

    border-bottom: 0 none;

    z-index: 3;

}



.tab-content {

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

	padding: 7px 10px 6px;

	margin-bottom: 20px;

	z-index: 2;

	overflow: auto;

	/* width: 94%; */

}



#tab-review {

	background:  #f4f2d5;

}

/* box */

.box {

/* 	background: url("../image/box_top.png") no-repeat left top; */

    float: left;

    margin-bottom: 0;

    width: 100%;

}

.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; */

	color: #dfd484;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 14px;

    font-weight: bold;

    padding: 13px 0 15px 30px;

    text-transform: uppercase;

	position: relative;

}

.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; */

}



.box-product > div {

	width: 120px;

	display: inline-block;

	vertical-align: top;

	margin-right: 9px;

	margin-bottom: 20px;

	/* min-height: 230px;  */

}



.box-product > div.last {

	margin-right: 0px;

}



#column-left + #column-right + #content .box-product > div {

	width: 120px;

	min-height: auto;

}



#column-right  .box-product > div,

#column-left .box-product > div  {

	min-height: 20px;

}

.box-product .image {

	display: block;

	margin-bottom: 0px;

}

.box-product .image img {

	padding: 3px;

	/* border: 1px solid #E7E7E7; */

}

.box-product .name a {

	color: #757235;

    cursor: pointer;

    text-decoration: underline;

	display: block;

	margin-bottom: 4px;

}

.box-product .price {

	display: block;

	font-weight: bold;

	color: #900;

    font-size: 11px;

	margin-bottom: 4px;

}

.box-product .price-old {

	 color: #900;

	text-decoration: line-through;

}

.box-product .price-new {

	font-weight: bold;

	color: #f00;

}

.box-product .rating {

	display: block;

	margin-bottom: 4px;

}

/* box category */

/* ul.box-category, ul.box-category ul {

	list-style: none;

	margin: 0;

	padding: 0;

} */



.box-content ul {

	line-height: 1.8em;

    list-style: disc outside url("../image/bullet_1.png");

    margin-bottom: 0;

    margin-left: 8px;

    margin-top: 0;

    padding-left: 20px;

}



ul.box-category > li:first-child {

	/* padding: 0px 8px 8px 0px; */

}

ul.box-category > li {

	/* padding: 8px 8px 8px 0px; */

}

ul.box-category > li + li {

	/* border-top: 1px solid #EEEEEE; */

}

ul.box-category > li > a {

	color: #504e24;

    cursor: pointer;

    font-size: 11px;

    text-decoration: underline;

}



ul.box-category > li ul {

	display: none;

	list-style: disc outside url("../image/bullet_1.png");

}



ul.box-category > li a.active {

	font-weight: bold;

}

ul.box-category > li a.active + ul {

	display: block;

}

ul.box-category > li ul > li {

	padding: 0px 5px 0px 0px;

}

ul.box-category > li ul > li > a {

	text-decoration: none;

	display: block;

	text-decoration: underline;	color: #504e24;

}

ul.box-category > li ul > li > a.active {

	font-weight: bold;

}

/* box filter */

ul.box-filter, ul.box-filter ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.box-filter span {

	font-weight: bold;

	border-bottom: 1px solid #EEEEEE;	

	display: block;

	padding-bottom: 5px;

	margin-bottom: 8px;

}

ul.box-filter > li ul {

	padding-bottom: 10px;

}

/* content */

#content .content {

	padding: 10px;

	overflow: auto;

	margin-bottom: 10px;

	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;		text-align: center;

}



.category-list div {

	float: left;

}



.category-list ul {

	float: left;

	width: 23%;

	list-style-type:none;

	padding: 5px;

}

.category-list ul  li{

	padding:0px;

	margin-bottom: 10px;

}

/* 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 {

	background: #edebc7;

    min-height: 30px;

    margin-bottom: 10px;

    padding: 2%;

    width: 96%;

	overflow: auto;

	padding-top: 5px;

}

.product-filter .display {

	margin-right: 15px;

	float: left;

	padding-top: 4px;

	color: #333;

}

.product-filter .display a {

	font-weight: bold;

}

.product-filter .sort {

	float: right;

	color: #333;

	

}

.product-filter .limit {

	margin-left: 15px;

	float: right;

	color: #333;

}

.product-compare {

	padding-top: 6px;

	margin-bottom: 25px;

	font-weight: bold;

	display: none;

}

.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: #38B0E3;

	font-weight: bold;

	text-decoration: none;

}

.product-list .description {

	line-height: 15px;

	margin-bottom: 5px;

	color: #4D4D4D;

}

.product-list .rating {

	color: #7B7B7B;

}

.product-list .price {

	float: right;

	height: 50px;

	margin-left: 8px;

	text-align: right;

	color: #333333;

	font-size: 12px;

}

.product-list .price-old {

	 color: #900;

	text-decoration: line-through;

}

.product-list .price-new {

	font-weight: bold;

	 color: #f00;

}

.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;

	display: none;

}

.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 {

	width: 100%;

	overflow: auto;

}

.product-grid > div {

	width: 120px;

	display: inline-block;

	vertical-align: top;

	margin-right: 12px;

	margin-bottom: 15px;

	text-align: center;

	min-height: 230px;

}

#column-left + #column-right + #content .product-grid > div {

	width: 120px;

}

.product-grid .image {

	display: block;

	margin-bottom: 0px;

}

.product-grid .image img {

	padding: 3px;

	/* border: 1px solid #E7E7E7; */

}

.product-grid .name a {

	 color: #757235;

    cursor: pointer;

    text-decoration: underline;

	font-weight: bold;

	display: block;

	margin-bottom: 4px;

}

.product-grid .description {

	/* display: none; */

}

.product-grid .rating {

	display: block;

	margin-bottom: 4px;

}

.product-grid .price {

	display: block;

	font-weight: bold;

	 color: #900;

	margin-bottom: 4px;

}

.product-grid .price-old {

	color: #900;

	text-decoration: line-through;

}

.product-grid .price-new {

	font-weight: bold;

	 color: #f00;

}

.product-grid .price .price-tax {

	display: none;

}

.product-grid .cart {

	margin-bottom: 3px;

}

.product-grid .compare {

	margin-bottom: 3px;

	display: none;

}

.product-grid .wishlist{

	margin-bottom: 3px;

	

}

.product-grid .wishlist a {

	color: #333333;

	text-decoration: none;

	padding-left: 18px;

	display: block;

	background: url('../image/add.png') left center no-repeat;

}

.product-grid .compare a {

	color: #333333;

	text-decoration: none;

	padding-left: 18px;

	display: 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 {

	max-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: 0px;

	margin-bottom: 10px;

	line-height: 20px;

	/* color: #4D4D4D; */

	color: #000;

}

.product-info .description span {

	color: #000;

	font-family: Arial,Helvetica,sans-serif;

	font-size: 11px;

	width: 70px;

	float: left;

	font-weight: bold;

}



.product-info .description a {

	color: #757235;

	text-decoration: none;

}



.product-info .price {

	overflow: auto;

	/* border-bottom: 1px solid #E7E7E7; */

	padding: 0px;

	margin-bottom: 0px;

	font-size: 11px;

	 color: #000000;

}



.product-info .price  label {

	color: #000;

	font-family: Arial,Helvetica,sans-serif;

	font-size: 11px;

	width: 70px;

	float: left;

	font-weight: bold;

}



.product-info .price-old {

	color: #900;

	text-decoration: line-through;

}

.product-info .price-new {

	 color: #f00;

}

.product-info .price-tax {

	font-size: 11px;

	font-weight: normal;

	color: #000000;

}

.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;

	font-size: 12px;

}

.product-info .options  h2 {

	margin-bottom: 0px;

}

.product-info .options .option {

	background: #ffffcc;

	padding: 10px;

}



.product-info .options .error {

    padding-bottom: 10px;

    padding-left: 10px;

}



.product-info .options select {

	font-size: 12px;

}



.product-info .option-image {

	margin-top: 3px;

	margin-bottom: 10px;

}

.product-info .option-image label {

	display: block;

	width: 100%;

	height: 100%;

}

.product-info .option-image img {

	margin-right: 5px;

	border: 1px solid #CCCCCC;

	cursor: pointer;

}

.product-info .cart {

	/* border-bottom: 1px solid #E7E7E7; */

	background: #f4f2d5;

    border: 1px solid #d9d6ae;

    margin-bottom: 10px;

    margin-top: 3px;

    padding: 10px;

}



.product-info .cart  input {

	margin-bottom: 3px;

}

.product-info .cart  input.button {

    padding: 4px 12px 5px 5px;

	font-family: Arial,Helvetica,sans-serif;

	font-size: 11px;

	font-weight: normal;

}



.product-info .cart div > span {

	color: #999;

}

.product-info .cart .links {

	display: inline-block;

	vertical-align: middle;

}

.product-info .cart .minimum {

	padding-top: 5px;

	font-size: 11px;

	color: #999;

}

.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 0px;

/* 	border-bottom: 1px solid #E7E7E7; */

	line-height: 20px;

	/* min-height: 230px; */

}

.product-info .review > div > span {

	color: #38B0E3;

}

.product-info .review .share {

	overflow: auto;

	line-height: normal;

}

.product-info .review .share a {

	text-decoration: none;

}

.review-list {

	padding: 10px;

	overflow: auto;

	margin-bottom: 20px;

	/* border: 1px solid #EEEEEE; */

}

.review-list .author {

	float: left;

	margin-bottom: 20px;

}

.review-list .rating {

	float: right;

	margin-bottom: 20px;

}

.review-list .text {

	clear: both;

}

.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: 3px;

	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: #900;

	text-decoration: line-through;

}

.compare-info .price-new {

	font-weight: bold;

	color: #f00;

}

/* 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: #f4f2d5;

	

}

.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 .action a.button {

    display: inline-block;

    padding: 4px 12px;

    text-decoration: none;

	font-size: 10px;

	margin-bottom: 5px;

}



.wishlist-info tbody .price s {

	 color: #900;

}

.wishlist-info tbody .action img {

	cursor: pointer;

}

.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: 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;

}

/* cart */

.cart-info table {

	width: 100%;

	margin-top: 15px;

	margin-bottom: 15px;

	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: #f4f2d5;

	

}

.cart-info thead .image {

	text-align: center;

}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {

	text-align: left;

}

.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 .image img {

	/* border: 1px solid #DDDDDD; */

}

.cart-info tbody .image {

	text-align: center;

}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {

	text-align: left;

}

.cart-info tbody .quantity input[type=image], .cart-info tbody .quantity img {

	position: relative;

	top: 4px;

	cursor: pointer;

}

.cart-info tbody .price, .cart-info tbody .total {

	text-align: right;

}

.cart-info tbody span.stock {

	 color: #900;

	font-weight: bold;

}

.cart-module > div {

	display: none;

}

.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 {

	background: #f4f2d5;

	padding: 10px;

}



.checkout-heading {

	background: #F8F8F8;

	border: 1px solid #DBDEE1;

	padding: 8px;

	font-weight: bold;

	font-size: 13px;

	color: #555555;

	margin-bottom: 15px;

}

.checkout-heading a {

	float: right;

	margin-top: 1px;

	font-weight: normal;

	text-decoration: none;

}

.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 */ 



#footerWrap {

    background-color: #e0dcc3;

    border-top: 1px solid #938e57;

    clear: both;

    color: #857350;

    min-height: 120px;

}







#footer {

	clear: both;

	/* overflow: auto;

	min-height: 100px;

	padding: 20px;

	border-top: 1px solid #DBDEE1;

	border-bottom: 1px solid #DBDEE1;

	background: #F8F8F8; */

}



#footer h3 {

	color: #000000;

	font-size: 14px;

	margin-top: 0px;

	margin-bottom: 8px;

}

#footer .column {

	float: left;

	width: 25%;

	min-height: 100px;

}

#footer .column ul {

	margin-top: 0px;

	margin-left: 8px;

	padding-left: 12px;

}

#footer .column ul li {

	margin-bottom: 3px;

}

#footer .column a {

	text-decoration: none;

	color: #000;

}

#footer .column a:hover {

	text-decoration: underline;

}

#powered {

	margin-top: 5px;

	text-align: right;

	clear: both;

}

/* banner */

.banner div {

	text-align: center;

	width: 100%;

	display: none;

}

.banner div img {

	margin-bottom: 20px;

}



#topBanner {



}



#topMenu a {

	display: block;

	text-indent: -9999px;

}



#topMenu a.special {

	position: absolute;

	top: 0;

	left: 2%;	

	height:30px;

	width: 48%;

}



#topMenu a.shipping-policy {

	position: absolute;

	top: 40px;

	left: 2%;	

	height:30px;

	width: 48%;

}



#topMenu a.fengshui-tips {

	position: absolute;

	top: 80px;

	left: 2%;	

	height:30px;

	width: 48%;

}



#topMenu a.wholesale {

	position: absolute;

	top: 0px;

	left: 56%;

	height:30px;

	width: 48%;

}



#topMenu a.testimonials {

	position: absolute;

	top: 40px;

	left: 56%;

	height:30px;

	width: 48%;

}



#topMenu a.contact {

	position: absolute;

	top: 80px;

	left: 56%;

	height:30px;

	width: 48%;

}



#header #logo a:link,

#header #logo a:active,

#header #logo a:visited {

    display: block;

    height: 110px;

    text-indent: -9999px;

    width: 484px;

}





a.rightColumn,

a.leftColumn {

	background: #585858;

	border-bottom: 1px solid #000000;

	height: 37px;

	line-height: 37px;

	margin-bottom: 2px;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 0px 2px 2px #DDDDDD;

	-moz-box-shadow: 0px 2px 2px #DDDDDD;

	box-shadow: 0px 2px 2px #DDDDDD;

	padding: 0px;

	z-index: 30;

	width: 100%;

	text-align: center;

	background: url("../image/spacer.gif") repeat left top;

	color: #000;

	font-size: 14px;

	font-weight: bold;

	text-decoration: none;

}



a.rightColumn,

a.leftColumn {

	display: none;

}

	

.rightCol_1,

.leftCol_1 {

	display: block;

}



#content h1, .heading {

    color: #f9e09e;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 14px;

    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

}



#content h1 span {

   margin: 0px;	

   padding: 13px 0 15px 30px;

   background: url("../image/content_top_left.png") no-repeat left 1px;

   margin: 0px -30px 20px -30px; 

}





#content_bottom .box {

	background: none;

	padding-left: 0px;

}



#content_bottom .box .box-content  {

	padding: 0px;

}



#content_bottom .box .box-heading {

	color: #F5973A;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 14px;

    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

	border-bottom: 1px solid #d9d6ae;

    margin-bottom: 10px;

    padding-bottom: 3px;

	padding-left: 0px;

}



#content_bottom  .box-product > div {

	width: 22%;

	padding: 0px;

	margin-right: 12px;

}



.sku,

#content_bottom .box-product > div #sku {

	display: block;

	width: 100%;

}



#content_bottom .box .box-product .image  {

	background: none;

	border: none;



}



#content_bottom .box .box-product .image img {

	border: none;

	padding: 0px;

	width: 100%;

}



#content_bottom .box .cart {

	display: none;

}



#column-right .box-product > div {

	width: 100%;

	margin: 0px;

	padding: 0px;

}

#column-right .box .image {

	float: left;

	border: none;

	padding: 4px;

}



#column-right .box .cart {

	display: none;

}



#column-right .box .name {

	float: left;

	padding: 4px 4px 0px 4px;

	display: block;

	width: 68%;

}



#column-right .box .box-product .name a {

	margin-bottom: 0px;

}



#column-right .box .box-product .price {

	float: left;

	padding: 0px 4px 0px 4px;

	display: block;

}



#column-right .box .box-product .image img {

	width: 38px;

	height: 38px;

	border: none;

	padding: 0px;

}





.switcher {

    float: right;

    margin-left: 10px;

    margin-right: 10px;

    margin-top: 3px;

}





.switcher .option {

    background-color: #f4f2d5;

    border-bottom: 1px solid #cccccc;

    border-left: 1px solid #cccccc;

    border-right: 1px solid #cccccc;

    display: none;

    position: absolute;

    width: 131px;

    z-index: 3;

}



.switcher .selected a {

    background: url("../image/arrow_down.png") no-repeat 116px center;

    border: 1px solid #cccccc;

    color: #666666;

    padding: 2px 5px;

    width: 121px;

}

.switcher a {

    display: block;

    text-decoration: none;

}

.selected {

    background: #ffffff url("../image/switcher.png") repeat-x left top;

}

	

@media (min-width: 900px) {

	#content {

		margin-left: 190px;

	}

		

	#payment-address .checkout-content .left {

		float: left;

		width: 98%;

	}

	#payment-address .checkout-content .right {

		float: right;

		width: 98%;

	}

	

	

	input.large-field, select.large-field {

		width: 300px;

	}

	

	 #tab-description .description-left {

        float: left;

        max-width: 55%;

    }



    #tab-description .description-right {

        float: right;

        max-width: 40%;

        border: 1px solid #DDDDDD;

    }

		

		

	.login-content .left {

		float: left;

		width: 48%;

	}

	.login-content .right {

		float: right;

		width: 48%

	}

	.checkout-content .left {

		float: left;

		width: 48%;

	}

	.checkout-content .right {

		float: right;

		width: 48%;

	}



	.contact-info .left {

		float: left;

		width: 48%;

	}

	.contact-info .right {

		float: left;

		width: 48%;

	}



	.sitemap-info .left {

		float: left;

		width: 48%;

	}

	.sitemap-info .right {

		float: left;

		width: 48%;

	}



	#content .content .left {

		float: left;

		width: 49%;

	}

	#content .content .right {

		float: right;

		width: 49%;

	}

	

	#header #all_categories {

		top: 140px; 

	}

	

	#header .links {

		top: 140px; 

		padding-right: 14px;

		width: 630px;

	}

	

	#footerWrap {

		width: 100%;

	}



	#footer .div1 {

		float: left;

		padding-left: 10px;

		padding-top: 10px;

		text-align: left;

	}



	#footer .div2 {

		float: right;

		padding-right: 10px;

		padding-top: 10px;

		text-align: right;

	}

	

	





}



@media (max-width: 900px) {

	

	#footerWrap {

		width: 100%;

	}



	#footer .div1 {

		float: none;

		padding-left: 10px;

		padding-right: 10px;

		padding-top: 10px;

		text-align: left;

		

	}



	#footer .div2 {

		float: none;

		padding-right: 10px;

		padding-top: 10px;

		text-align: right;

	}





#header {

	height: 144px;

	background: url("../image/spacer.gif") repeat scroll left top rgba(0, 0, 0, 0);

}



	

	#header #all_categories {

		top: 112px; 

	}

	

	#header .links {

		top: 112px; 

		padding-right: 4px;

		width: 630px;

	}



	#header .links a {

		font-size: 13px;

	}



	#searchWrap {

		height: 80px;

	}

	



	#topMenu a.special {

	   height: 24px;

    left: 4%;

    top: 0;

    width: 48%;

	}



	#topMenu a.shipping-policy {

		   height: 24px;

		top: 34px;

		width: 48%;

		 left: 4%;

	}



	#topMenu a.fengshui-tips {

		   height: 24px;

		top: 64px;

		width: 48%;

		  left: 4%;

	}



	#topMenu a.wholesale {

		   height: 24px;

		width: 40%;

		left: 56%;

	}



	#topMenu a.testimonials {

		   height: 24px;

		top: 34px;

		width: 44%;

		left: 56%;

	}



	#topMenu a.contact {

		   height: 24px;

		top: 64px;

		left: 56%;

		

	}

	

	#content {

		margin-left: 190px;

	}

	

	#bannerImg a img {

		width: 100%;

	}

	

	#container {

		background: url("../image/background2.png") repeat-y left top;

	}

	

	

	#footerWrap {

		min-height: 200px;

	}

	

	table.form tr td:first-child {

		width: 98px;

	}

	

	.breadcrumb {

		left: 5px;

		top: 192px;

	}

	

	.wishlist-info tbody .action a.button {

		padding: 0px 12px;

		font-size: 12px;

	}

	

	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 10px; right: 50px;  font-weight: bold;

		text-transform: uppercase;

	}	

		



}



@media (max-width: 800px) {

 	#container {

		/*background: url("../image/background3.png") repeat-y left top;*/

	}

			

	table.form tr td:first-child {

		width: 64px;

	}

	

	#footerWrap {

		width: 100%;

	}





	



}





@media (max-width: 680px) {

	

	#footerWrap {

		width: 97%;

	}



	

	#header #all_categories {

		top: 144px; 

	}

	

	#header .links {

		top: 170px; 

		padding-right: 0px;

		width: 100%;

	}

	

	#searchWrap {

		height: 40px;

		margin-bottom: 30px;

		border-bottom: 2px solid #d5c162;

	}

			

	a.menu-title1 {

		bottom: -40px;

		left: 15px;

	}

			

	a.categorie-title1 {

		bottom: -40px;

		left: 15px;

	}

	

			

	#searchWrap #search {

		width: 50%;

		padding-left: 26%;

		position: relative;

	}

	

	#search input.search-box {

		width: 80%;

	}

	

	#search #button-search2 {

		position: relative;

		right: -240px;

		top: -27px;

	}

	

	a#viewCart:link,

	a#viewCart:active,

	a#viewCart:visited {

		display: block;

		text-indent: -9999px;

		bottom: -40px;

		right: 15px;

	}

	

	.breadcrumb {

		color: #000000;

		left: 5px;

		top: 150px;

	}

	

	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; 

		top: 10px; 

		right: 150px;  

		font-weight: bold;

		text-transform: uppercase;

	}	

	

	#header {

		height: 102px;

		background: url("../image/spacer.gif") repeat scroll left top rgba(0, 0, 0, 0);

	}

	

	#header .links a {

		font-size: 12px;

		width: 92px;

	}



	#header #logo a:link,

	#header #logo a:active,

	#header #logo a:visited {

		display: block;

		height: 70px;

		text-indent: -9999px;

		width: 310px;

	}	

	

	#topMenu a.special {

		height: 18px;

		left: 5%;

		top: 0;

		width: 48%;

	}



	#topMenu a.shipping-policy {

		height: 18px;

		top: 22px;

		width: 48%;

		left: 5%;

	}



	#topMenu a.fengshui-tips {

		height: 18px;

		top: 44px;

		width: 48%;

		 left: 5%;

	}



	#topMenu a.wholesale {

		height: 18px;

		width: 40%;

		left: 60%;

	}



	#topMenu a.testimonials {

		height: 18px;

		top: 22px;

		width: 40%;

		left: 60%;

	}



	#topMenu a.contact {

		height: 18px;

		top: 44px;

		left: 60%;

		width: 40%;

		

	}





	a.rightColumn,

	a.leftColumn {

			display: block;

	}

		

	.rightCol_1,

	.leftCol_1 {

		display: none;

	}

	

	#container {

		background: #fff;

	}



	#content {

		margin-left: 0px;

	}

	

	/* #column-right,

	#column-left {

		float: none;

		width: 32%;

	}

 */

	#column-right + #content {

		margin-right: 0px;

	}



	#bannerImg a img {

		width: 100%;

	}

	

	#content_bottom .box-product > div {

		margin-right: 8px;

		padding: 0;

		width: 23%;

		text-align: center;

	}



	#footerWrap {

		min-height: 220px;

	}



	#checkout .checkout-content .left {

			float: left;

			width: 48%;

		}

	#checkout .checkout-content .right {

			float: right;

			width: 48%;

		}

		

		

	#payment-address .checkout-content .left {

		float: left;

		width: 98%;

	}

	#payment-address .checkout-content .right {

		float: right;

		width: 98%;

	}



	.breadcrumb a {

		color: #000;

		font-size: 11px;

	}

	

	#footer .div2 {

		float: none;

		width: 100%;

		text-align: center;

	}

		

	

}



@media (max-width: 500px) {

	

	#header #all_categories {

		top: 138px; 

		padding-right: 0px;

	}

	

	

	#header .links {

		top: 160px; 

		padding-right: 0px;

		width: 100%;

	}

	

	#searchWrap {

		height: 40px;

		margin-bottom: 30px;

		border-bottom: 2px solid #d5c162;

	}

			

	a.menu-title1 {

		bottom: -40px;

	}

			

	a.categorie-title1 {

		bottom: -40px;

	}

	

			

	#searchWrap #search {

		width: 50%;

		padding-left: 26%;

		position: relative;

	}

	

	#search input.search-box {

		width: 80%;

	}

	

	#search #button-search2 {

		position: relative;

		right: -188px;

		top: -27px;

	}

	

	a#viewCart:link,

	a#viewCart:active,

	a#viewCart:visited {

		display: block;

		text-indent: -9999px;

		bottom: -40px;

		right: 15px;

	}

	

	.breadcrumb {

		color: #000000;

		left: 5px;

		top: 140px;

	}

		

	

	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 10px; right: 50px;  font-weight: bold;

		text-transform: uppercase;

	}	

	

	#header {

		height: 96px;

		background: url("../image/spacer.gif") repeat scroll left top rgba(0, 0, 0, 0);

	}

	

	#header .links a {

		font-size: 12px;

		width: 100%;

	}



	#header #logo a:link,

	#header #logo a:active,

	#header #logo a:visited {

		display: block;

		height: 50px;

		text-indent: -9999px;

		width: 240px;

	}



	#topMenu a.special {

		height: 14px;

		left: 8%;

		top: 0;

		width: 48%;

	}



	#topMenu a.shipping-policy {

		height: 14px;

		top: 18px;

		width: 48%;

		left: 8%;

	}



	#topMenu a.fengshui-tips {

		height: 14px;

		top: 36px;

		width: 48%;

		left: 8%;

	}



	#topMenu a.wholesale {

		height: 14px;

		width: 40%;

		left: 60%;

	}



	#topMenu a.testimonials {

		height: 14px;

		top: 18px;

		width: 44%;

		left: 60%;

	}



	#topMenu a.contact {

		height: 14px;

		top: 36px;

		left: 60%;

		

	}

		

	#content {

		margin-left: 0px;

	}



	a.rightColumn,

		a.leftColumn {

				display: block;

		}

		

	.rightCol_1,

	.leftCol_1 {

		display: none;

	}



	#content {

		margin-left: 0px;

	}

	

/* 	#column-right,

	#column-left {

		float: none;

		width: 40%;

	}

 */

	#column-right + #content {

		margin-right: 0px;

	}



	#bannerImg a img {

		width: 100%;

	}

	

	#content_bottom .box-product > div {

		margin-right: 8px;

		padding: 0;

		width: 22%;

		text-align: left;

	}





	#content_bottom .box-product > div  .image  img {

		width: 98%;

	}



	#footerWrap {

		min-height: 220px;

	}



		

	#checkout .checkout-content .left {

			float: left;

			width: 48%;

		}

	#checkout .checkout-content .right {

			float: right;

			width: 48%;

		}

		

		

	#payment-address .checkout-content .left {

		float: left;

		width: 98%;

	}

	#payment-address .checkout-content .right {

		float: right;

		width: 98%;

	}

			

	.breadcrumb a {

		color: #000;

		font-size: 11px;

	}



	/* .htabs a {

		 width: 88%;

	}

	 */

	 



	

	

}



@media (max-width: 360px) {

	

	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 30px; right: 5px;  font-weight: bold;

		text-transform: uppercase;

	}	

	

	#header {

		height: 84px;

	}

			

	a.menu-title1 {

		bottom: -40px;

		   left: 15px;

		

	}

	

	a.categorie-title1 {

		bottom: -40px;

		   left: 15px;

		

	}

	

	a#viewCart:link,

	a#viewCart:active,

	a#viewCart:visited {

		display: block;

		text-indent: -9999px;

		bottom: -40px;

		right: 15px;

	}

	

	#header #all_categories {

		

	}

	

	#header .links {

		top: 126px; 

		padding-right: 0px;

		width: 100%;

	}

	

	#header .links a {

		width: 50px;

	}

		

	#header #logo a:link,

	#header #logo a:active,

	#header #logo a:visited {

	    display: block;

	    height: 50px;

	    text-indent: -9999px;

	    width: 150px;

	}



	#topMenu a.special {

		height: 8px;

		top: 0px;

		width: 44%;

		left: 12%;

	}



	#topMenu a.shipping-policy {

		height: 8px;

		top: 12px;

		width: 44%;

		left: 12%;

	}



	#topMenu a.fengshui-tips {

		height: 8px;

		top: 24px;

		width: 44%;

		left: 12%;

	}



	#topMenu a.wholesale {

		height: 8px;

		width: 34%;

		left: 66%;

	}



	#topMenu a.testimonials {

		height: 8px;

		top: 12px;

		width: 44%;

		left: 66%;

	}



	#topMenu a.contact {

		height: 8px;

		top: 24px;

		left: 66%;

		

	}



	#searchWrap	 {

		height: 40px;

		margin-bottom: 30px;

		border-bottom: 2px solid #d5c162;

	}

			

	#searchWrap #search {

		width: 50%;

		padding-left: 26%;

		position: relative;

	}

	

	#search input.search-box {

		width: 80%;

	}

	



	#search #button-search2 {

		position: relative;

		right: -124px;

		top: -27px;

	}



	a.rightColumn,

	a.leftColumn {

			display: block;

	}

		

	.rightCol_1,

	.leftCol_1 {

		display: none;

	}



	#content {

		margin-left: 0px;

	}

		

	#column-right, #column-left {

		background:#fff;

		float: none;

		text-align: left;

		width: 100%;

	}

		

	#column-left + #column-right + #content, #column-left + #content {

		margin-left: 0px;

	}

	

	#column-right + #content {

		margin-right: 0px;

	}



	#bannerImg a img {

		width: 100%;

	}

	

	#content_bottom .box-product > div {

	    margin-right: 8px;

	    padding: 0;

	    width: 96%;

		text-align: center;

	}

	

	#footerWrap {

	    min-height: 220px;

	}

	

	#checkout .checkout-content .left {

		float: left;

		width: 98%;

	}

	#checkout .checkout-content .right {

		float: right;

		width: 98%;

	}

	

	#payment-address .checkout-content .left {

		float: left;

		width: 98%;

	}

	#payment-address .checkout-content .right {

		float: right;

		width: 98%;

	}

	

	.breadcrumb {

		left: 5px;

		top: 122px;

	}





	#inner-page #currencyWrap {

		height: 64px;

	}

	

	.wishlist-info tbody .action a.button {

		padding: 0px 12px;

		font-size: 9px;

	}

	



	

}



@media (max-width: 340px) {

	

	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 30px; right: 5px;  font-weight: bold;

		text-transform: uppercase;

	}	

	

	#header {

		height: 74px;

	}

			

	a.menu-title1 {

		bottom: -40px;

		left: 15px;

	}

	

	a.categorie-title1 {

		bottom: -40px;

		left: 15px;

	}

	

	a#viewCart:link,

	a#viewCart:active,

	a#viewCart:visited {

		display: block;

		text-indent: -9999px;

		bottom: -40px;

		right: 15px;

	}

	

	#header #all_categories {

		top: 96px; 

	}

		

	#header .links {

		top: 126px; 

		padding-right: 0px;

		width: 100%;

	}

	

	#header .links a {

		width: 50px;

	}

		

	#header #logo a:link,

	#header #logo a:active,

	#header #logo a:visited {

	    display: block;

	    height: 50px;

	    text-indent: -9999px;

	    width: 150px;

	}



	#topMenu a.special {

		height: 8px;

		top: 0px;

		width: 44%;

		left: 12%;

	}



	#topMenu a.shipping-policy {

		height: 8px;

		top: 12px;

		width: 44%;

		left: 12%;

	}



	#topMenu a.fengshui-tips {

		height: 8px;

		top: 24px;

		width: 44%;

		left: 12%;

	}



	#topMenu a.wholesale {

		height: 8px;

		width: 34%;

		left: 66%;

	}



	#topMenu a.testimonials {

		height: 8px;

		top: 12px;

		width: 44%;

		left: 66%;

	}



	#topMenu a.contact {

		height: 8px;

		top: 24px;

		left: 66%;

		

	}



	#searchWrap	 {

		height: 40px;

		margin-bottom: 30px;

		border-bottom: 2px solid #d5c162;

	}

			

	#searchWrap #search {

		width: 50%;

		padding-left: 26%;

		position: relative;

	}

	

	#search input.search-box {

		width: 80%;

	}

	



	#search #button-search2 {

		position: relative;

		right: -105px;

		top: -27px;

	}



	a.rightColumn,

	a.leftColumn {

			display: block;

	}

		

	.rightCol_1,

	.leftCol_1 {

		display: none;

	}



	#content {

		margin-left: 0px;

	}

		

	#column-right, #column-left {

		background:#fff;

		float: none;

		text-align: left;

		width: 100%;

	}

		

	#column-left + #column-right + #content, #column-left + #content {

		margin-left: 0px;

	}

	

	#column-right + #content {

		margin-right: 0px;

	}



	#bannerImg a img {

		width: 100%;

	}

	

	#content_bottom .box-product > div {

	    margin-right: 8px;

	    padding: 0;

	    width: 96%;

		text-align: center;

	}

	

	#footerWrap {

	    min-height: 220px;

	}

	

	#checkout .checkout-content .left {

		float: left;

		width: 98%;

	}

	#checkout .checkout-content .right {

		float: right;

		width: 98%;

	}

	

	#payment-address .checkout-content .left {

		float: left;

		width: 98%;

	}

	#payment-address .checkout-content .right {

		float: right;

		width: 98%;

	}

	

	.breadcrumb {

		left: 5px;

		top: 122px;

	}





	#inner-page #currencyWrap {

		height: 64px;

	}

	

	.wishlist-info tbody .action a.button {

		padding: 0px 12px;

		font-size: 9px;

	}

	



	

}







#content .content {

	background: #f4f2d5; 

}





.account-content,

.register-content,

.search-content, 

.contact-info,

.sitemap-info,

.category-info,

.login-content {

	/* margin-top: 20px; */

}



#cboxLoadedContent  {

	background: url("../image/content_top_center.png") repeat-x scroll left top #ffffff;

    

}

#cboxLoadedContent h1 {

	margin: 0px;

}



.product-info .left {

    float: left;

    width: 98%;

}

.product-info .right {

    float: right;

    width: 98%

}



.login-content .left {

    float: left;

    width: 98%;

}

.login-content .right {

    float: right;

    width: 98%

}





.checkout-content .left {

    float: left;

    width: 98%;

}

.checkout-content .right {

    float: right;

    width: 98%;

}



.contact-info .left {

    float: left;

    width: 98%;

}

.contact-info .right {

    float: left;

    width: 98%;

}



.sitemap-info .left {

    float: left;

    width: 98%;

}

.sitemap-info .right {

    float: left;

    width: 98%;

}



#content .content .left {

    float: left;

    width: 98%;

}

#content .content .right {

    float: right;

    width: 98%;

}





#content input[type=text], #content input[type=password], #content textarea {

    width: 80%;

}



.cart-info td {

    padding: 3px;

}



.attribute td {

	padding: 3px;

}



.compare-info td {

	padding: 3px;

}



.wishlist-info td {

	padding: 3px;

}



.cart-info td {

	padding: 3px;

}



.checkout-product td {

	padding: 3px;

}





#content {

    padding: 0 10px 1px;

}



#content h1 {

    margin: 0px -10px 20px;

}



	 

a.prim-wishlist-heading ,

a.prim-account-heading ,

a.prim-shopping_cart-heading ,

a.prim-bestseller-heading ,

a.prim-special-heading ,

a.prim-gtaspecial-heading ,

a.prim-google_talk-heading ,

a.prim-filter-heading ,

a.prim-featured-heading ,

a.prim-latest-heading,

a.prim-information-heading ,

a.prim-article-heading ,

a.prim-category-heading {

	display: block;

	text-decoration: none;

}



.arrow-down-wishlist,

.arrow-down-account,

.arrow-down-shopping_cart,

.arrow-down-bestseller,

.arrow-down-special,

.arrow-down-gtaspecial,

.arrow-down-google_talk,

.arrow-down-filter,

.arrow-down-featured,

.arrow-down-latest,

.arrow-down-information,

.arrow-down-article,

.arrow-down-category {

	display: block;

}



.prim-wishlist,

.prim-account,

.prim-bestseller,

.prim-shopping_cart,

.prim-special,

.prim-gtaspecial,

.prim-google_talk,

.prim-filter,

.prim-featured,

.prim-latest, 

.prim-information,

.prim-article,

.prim-category {

	display: none;

}



#column-left a.prim-wishlist-heading ,

#column-left a.prim-account-heading ,

#column-left a.prim-shopping_cart-heading ,

#column-left a.prim-bestseller-heading ,

#column-left a.prim-special-heading ,

#column-left a.prim-gtaspecial-heading ,

#column-left a.prim-google_talk-heading ,

#column-left a.prim-filter-heading ,

#column-left a.prim-featured-heading ,

#column-left a.prim-latest-heading ,

#column-left a.prim-information-heading ,

#column-left a.prim-article-heading ,

#column-left a.prim-category-heading {

	display: block;

}



#column-left .arrow-down-wishlist,

#column-left .arrow-down-account,

#column-left .arrow-down-shopping_cart,

#column-left .arrow-down-bestseller,

#column-left .arrow-down-special,

#column-left .arrow-down-gtaspecial,

#column-left .arrow-down-google_talk,

#column-left .arrow-down-filter,

#column-left .arrow-down-featured,

#column-left .arrow-down-latest,

#column-left .arrow-down-information,

#column-left .arrow-down-article,

#column-left .arrow-down-category {

	display: block;

	position: absolute;

    right: 5px;

    top: 6px;

}



#column-left .prim-wishlist,

#column-left .prim-account,

#column-left .prim-bestseller,

#column-left .prim-shopping_cart,

#column-left .prim-special,

#column-left .prim-gtaspecial,

#column-left .prim-google_talk,

#column-left .prim-filter,

#column-left .prim-featured,

#column-left .prim-latest,

#column-left .prim-information,

#column-left .prim-article,

#column-left .prim-category {

	display: none;

}





#column-right a.prim-wishlist-heading ,

#column-right a.prim-account-heading ,

#column-right a.prim-shopping_cart-heading ,

#column-right a.prim-bestseller-heading ,

#column-right a.prim-special-heading ,

#column-right a.prim-gtaspecial-heading ,

#column-right a.prim-google_talk-heading ,

#column-right a.prim-filter-heading ,

#column-right a.prim-featured-heading ,

#column-right a.prim-latest-heading ,

#column-right a.prim-information-heading ,

#column-right a.prim-article-heading ,

#column-right a.prim-category-heading {

	display: block;

}



#column-right .arrow-down-wishlist,

#column-right .arrow-down-account,

#column-right .arrow-down-shopping_cart,

#column-right .arrow-down-bestseller,

#column-right .arrow-down-special,

#column-right .arrow-down-gtaspecial,

#column-right .arrow-down-google_talk,

#column-right .arrow-down-filter,

#column-right .arrow-down-featured,

#column-right .arrow-down-latest,

#column-right .arrow-down-information,

#column-right .arrow-down-article,

#column-right .arrow-down-category {

	display: block;

	position: absolute;

    right: 5px;

    top: 6px;

}



#column-right .prim-wishlist,

#column-right .prim-account,

#column-right .prim-bestseller,

#column-right .prim-shopping_cart,

#column-right .prim-special,

#column-right .prim-gtaspecial,

#column-right .prim-google_talk,

#column-right .prim-filter,

#column-right .prim-featured,

#column-right .prim-latest,

#column-right .prim-information,

#column-right .prim-article,

#column-right .prim-category {

	display: none;

}



		 

#content a.prim-wishlist-heading ,

#content a.prim-account-heading ,

#content a.prim-shopping_cart-heading ,

#content a.prim-bestseller-heading ,

#content a.prim-special-heading ,

#content a.prim-gtaspecial-heading ,

#content a.prim-google_talk-heading ,

#content a.prim-filter-heading ,

#content a.prim-featured-heading ,

#content a.prim-latest-heading ,

#content a.prim-information-heading ,

#content a.prim-article-heading ,

#content a.prim-category-heading {

	display: block;

}



#content .arrow-down-wishlist,

#content .arrow-down-account,

#content .arrow-down-shopping_cart,

#content .arrow-down-bestseller,

#content .arrow-down-special,

#content .arrow-down-gtaspecial,

#content .arrow-down-google_talk,

#content .arrow-down-filter,

#content .arrow-down-featured,

#content .arrow-down-latest,

#content .arrow-down-information,

#content .arrow-down-article,

#content .arrow-down-category {

	display: block;

	position: absolute;

    right: 5px;

    top: 6px;

}



#content .prim-wishlist,

#content .prim-account,

#content .prim-bestseller,

#content .prim-shopping_cart,

#content .prim-google_talk,

#content .prim-filter,

#content .prim-featured,

#content .prim-information,

#content .prim-gtaspecial,

#content .prim-article,

#content .prim-category {

	display: none;

}



#content .prim-latest, 

#content .prim-special {

	display: block;

}



#column-right .box a.a_bg, #column-left .box a.a_bg{

	background: url("../image/box-heading-bg.png") no-repeat right top;

}



#column-right .box .box-heading, #column-left .box  .box-heading {

	background: url("../image/box-heading.png") no-repeat left top;

}



#column-right .box .box-content, #column-left .box  .box-content {

	background: url("../image/column.png") repeat-y left top  / 100%;

}



#column-right .box, #column-left .box {

    float: none;

}



#column-left + #column-right + #content, #column-left + #content {

    margin-left: 0;

}



#column-right + #content {

    margin-right: 0;

}



.articleWrap  table  img {

	width: 100%;

 }

 

.articleWrap  table  div > img {

	width: auto;

}



.articleWrap  table  img.imgBig {

	width: 90%;

} 



.articleWrap  table  img.imgSmall {

	width: auto;

}



/* 

#header .links {

	width: auto;

} */

	#browserWrap {

		display: none;

	}

	

	#mobileWrap {

		display: block;

		float: left;

		width: 100%;

	}

	

	#mobileWrap  #browserWrap {

		display: block;

	}

		

	.select_category_id {

		display: none;

	}

	

		

	#search  label,

	#search  #advanced {

		display: none;

	}

			

	#maxtwitter {

		display: none;

	}

	

	#topMenu {

		display: none;

	}

	

	#currencyWrap {

		display: none;

	}

		

	.toplogo  img{

		display: none;

	}

	

	.toplogo {

		/* background: url("../image/header_bg_logo.jpg") no-repeat left top; */

		width: 100%;

		height: 54px;

		background: url("../image/header_bg_logo.jpg");

		background-size: 100%;

		background-repeat: no-repeat;

	}



/* 	

	#header .links {

		position: inherit;

		right: inherit;

		bottom: inherit;

		height: auto;

	} */

	

	

#header .links a {

	background: #f8f6e1;

    width: 100%;

    z-index: 1;

	font-size: 14px;

	font-weight: bold;

	border-bottom: 1px solid #696431;

}



#header .links a.active,

#header .links a:hover { 

	background: #696431;

    color: #d6cf87;

    padding-bottom: 10px;

    z-index: 3; 

}



	

	a.categorie-title1  {

		width: 56px;

		display: block;

		text-align: center;

		margin: 0px 0px 0px 15px;

		padding: 0px;

		height: 39px;

		position: absolute;

		/* right: 0; */

		text-indent: -9999px;

		cursor: pointer;

		background: url("../image/menu_mobile.jpg")  no-repeat center center;

	}

	

	#all_categories {

		display: none;

		position: absolute;

		left: 0px;

		font-size: 10px;

		z-index:1;

		padding:0px; 

		margin:0px; 

		background: #f8f6e1;

	}

	

	#all_categories ul, 

	#all_categories ul li {

		list-style: none;

		padding: 0px;

		margin: 0px;

	}

	

	#all_categories ul li {

		list-style: none;

		padding: 5px 10px 5px 15px;

		margin: 0px;

		border-bottom: 1px solid #696431;

	}

	

	#all_categories ul li a:link,

	#all_categories ul li a:active,

	#all_categories ul li a:visited {

	  width: 100%;

	  z-index: 1;

	  font-size: 13px;

	  line-height: 30px;

	  font-weight: normal;

	  text-transform: capitalize;

	  font-weight:bold;

	  text-decoration:none;

	 

	}

		

	a.menu-title1  {

		width: 56px;

		display: none;

	/* 	display: block; */

		text-align: center;

		margin: 0px;

		padding: 0px;

		height: 39px;

		position: absolute;

		text-indent: -9999px;

		cursor: pointer;

		background: url("../image/menu_mobile.jpg")  no-repeat center center;

	}

	

	a#viewCart:link,

	a#viewCart:active,

	a#viewCart:visited {

		background: url("../image/view_cart.jpg")  no-repeat center center;

		width: 56px;

		height: 39px;

		cursor: pointer;

		position: absolute;

	}	

	

	div.linksWrap,

	div.links  {

		display: none;

	}

	

	.pagination .links {

		display: block;

	}



	div.linksWrap {

		min-height: 220px;

		background: #fff;

	}	

		



#home-page #content   {

	background: none;

}





/* #mobileWrap #column-right a.prim-bestseller-heading  .box-heading {

	background: none;

} */

	

/* #mobileWrap #column-right  a.a_bg.prim-bestseller-heading {

	background: none;

}	 */

		

/* #mobileWrap #column-right a.prim-bestseller-heading  .box-heading  .arrow-down-latest {

	display: none;

} */

		

		



	

	#content_bottom .box  .prim-special-heading,

	#content_bottom .box  .prim-latest-heading {

		padding-bottom: 10px;

	}

	

	.ui-widget-overlay  > div {

		left: 10%;

		top: 30%;

		width: 70%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 70%;

		top: 30%;

	

	}



	.toplogo {

		height: 102px;

	}





@media (min-width: 760px) {

	.hidingclass{display:block;}

	a.categorie-title1  { 

		display: none;

	}

	

	a#viewCart {

		display: none;

	}

	

	.articleWrap  table  img {

		width: auto;

	 }

	 

	.articleWrap  table  div > img {

		width: auto;

	}



	.articleWrap  table  img.imgBig {

		width: auto;

	} 



	.articleWrap  table  img.imgSmall {

		width: auto;

	}

	

	.toplogo {

		height: 102px;

	}



	

	.ui-widget-overlay  > div {

		left: 30%;

		top: 45%;

		width: 40%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 68%;

		top: 45%;

	

	}



	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 10px; right: 150px;  font-weight: bold;

		text-transform: uppercase;

	}	

	

	

/* 	#home-page #content   {

		background: url("../image/content_top_center.png") repeat-x scroll left top #ffffff;

	}

	 */

	 

	#content .welcome {

		display: block;

	}



	

	 a.menu-title1  {

		display: none;

	}

	

	

	div.links  {

		display: block;

	}

	

	

	#header .links a {

		background: url("../image/tab_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

		color: #333333;

		float: left;

		font-size: 14px;

		font-weight: bold;

		line-height: 14px;

		margin-right: 2px;

		padding-bottom: 9px;

		padding-top: 9px;

		position: relative;

		text-align: center;

		text-decoration: none;

		width: 100px;

		z-index: 1;

	}



	#header .links a.active,

	#header .links a:hover { 

		background: url("../image/tab_2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

		color: #d6cf87;

		padding-bottom: 10px;

		z-index: 3; 

	}

		

	div.linksWrap {

		display: none;

	}	

	



	.toplogo  img{

		display: block;

	}

	

	.toplogo {

		background: none;

		width: auto;

		height: auto;

		background-size:  none;

	}

	

	#topMenu {

		display: block;

	}

	

	#currencyWrap {

		display: block;

	}

		

	.select_category_id {

		display: block;

	}

	

	#searchWrap #search {

		width: auto;

	}

	

	#search  label,		

	#search  #advanced {

		display: block;

	}

	

	#search input.search-box {

		width: auto;

	}

		

	#maxtwitter {

		display: block;

	}

	

			

	#browserWrap {

		display: block;

	}

	

	#mobileWrap {

		display: none;

	}

		

	#mobileWrap  #browserWrap {

		display: none;

	}

	

	#header .links {

		position: absolute;

		right: 0px;

		font-size: 10px;

		z-index:1;

		height: 32px;

	}

		

	#column-left {

		float: left;

		width: 190px;

	}

	#column-right {

		float: right;

		width: 190px;

	}



	#column-left + #column-right + #content, #column-left + #content {

		margin-left: 190px;

	}



	#column-right + #content {

		margin-right: 190px;

	}



    #tab-description .description-left {

        float: left;

        max-width: 55%;

    }



    #tab-description .description-right {

        float: right;

        max-width: 40%;

        border: 1px solid #DDDDDD;

    }

  	.product-info .left {

		float: left;

		width: 48%;

	}



	.product-info .right {

		float: right;

		width: 48%

	}



	.product-info > .left + .right {

		margin-left: 0;

	}

		

	.login-content .left {

		float: left;

		width: 48%;

	}

	.login-content .right {

		float: right;

		width: 48%

	}



	.checkout-content .left {

		float: left;

		width: 48%;

	}

	.checkout-content .right {

		float: right;

		width: 48%;

	}



	.contact-info .left {

		float: left;

		width: 48%;

	}

	.contact-info .right {

		float: left;

		width: 48%;

	}



	.sitemap-info .left {

		float: left;

		width: 48%;

	}

	.sitemap-info .right {

		float: left;

		width: 48%;

	}



	#content .content .left {

		float: left;

		width: 49%;

	}

	#content .content .right {

		float: right;

		width: 49%;

	}



	#content input[type=text], #content input[type=password], #content textarea {

		width: auto;

	}



	#content textarea { 

		width: 80%;

	}



	.cart-info td {

		padding: 7px;

	}



	#content {

		padding: 0 20px 1px;

	}





	#content h1 {

		margin: 0px -20px 20px;

	}



	a.prim-wishlist-heading ,

	a.prim-account-heading ,

	a.prim-shopping_cart-heading ,

	a.prim-bestseller-heading ,

	a.prim-special-heading ,

	a.prim-gtaspecial-heading ,

	a.prim-google_talk-heading ,

	a.prim-filter-heading ,

	a.prim-featured-heading ,

	a.prim-latest-heading ,

	a.prim-information-heading ,

	a.prim-article-heading ,

	a.prim-category-heading {

		display: block;

		float: left;

		text-decoration: none;

	}



	.arrow-down-wishlist,

	.arrow-down-account,

	.arrow-down-shopping_cart,

	.arrow-down-bestseller,

	.arrow-down-special,

	.arrow-down-gtaspecial,

	.arrow-down-google_talk,

	.arrow-down-filter,

	.arrow-down-featured,

	.arrow-down-latest,

	.arrow-down-information,

	.arrow-down-article,

	.arrow-down-category {

		display: none;

	}



	.prim-wishlist,

	.prim-account,

	.prim-shopping_cart,

	.prim-bestseller,

	.prim-special,

	.prim-gtaspecial,

	.prim-google_talk,

	.prim-filter,

	.prim-featured,

	.prim-latest,

	.prim-article,

	.prim-information,

	.prim-category {

		display: block;

		float: left;

	}



	#column-left a.prim-wishlist-heading ,

	#column-left a.prim-account-heading ,

	#column-left a.prim-shopping_cart-heading ,

	#column-left a.prim-bestseller-heading ,

	#column-left a.prim-special-heading ,

	#column-left a.prim-gtaspecial-heading ,

	#column-left a.prim-google_talk-heading ,

	#column-left a.prim-filter-heading ,

	#column-left a.prim-featured-heading ,

	#column-left a.prim-latest-heading ,

	#column-left a.prim-information-heading ,

	#column-left a.prim-article-heading ,

	#column-left a.prim-category-heading {

		display: block;

		float: left;

		width: 100%;

	}



	#column-left .arrow-down-wishlist,

	#column-left .arrow-down-account,

	#column-left .arrow-down-shopping_cart,

	#column-left .arrow-down-bestseller,

	#column-left .arrow-down-special,

	#column-left .arrow-down-gtaspecial,

	#column-left .arrow-down-google_talk,

	#column-left .arrow-down-filter,

	#column-left .arrow-down-featured,

	#column-left .arrow-down-latest,

	#column-left .arrow-down-information,

	#column-left .arrow-down-article,

	#column-left .arrow-down-category {

		display: none;

		position: absolute;

		right: 5px;

		top: 6px;

	}



	#column-left .prim-wishlist,

	#column-left .prim-account,

	#column-left .prim-shopping_cart,

	#column-left .prim-bestseller,

	#column-left .prim-special,

	#column-left .prim-gtaspecial,

	#column-left .prim-google_talk,

	#column-left .prim-filter,

	#column-left .prim-featured,

	#column-left .prim-latest,

	#column-left .prim-article,

	#column-left .prim-information,

	#column-left .prim-category {

		display: block;

		float: left;

		width: 89%;

	}



	#column-right a.prim-wishlist-heading ,

	#column-right a.prim-account-heading ,

	#column-right a.prim-shopping_cart-heading ,

	#column-right a.prim-bestseller-heading ,

	#column-right a.prim-special-heading ,

	#column-right a.prim-gtaspecial-heading ,

	#column-right a.prim-google_talk-heading ,

	#column-right a.prim-filter-heading ,

	#column-right a.prim-featured-heading ,

	#column-right a.prim-latest-heading ,

	#column-right a.prim-information-heading ,

	#column-right a.prim-article-heading ,

	#column-right a.prim-category-heading {

		display: block;

		float: left;

		width: 100%;

	}



	#column-right .arrow-down-wishlist,

	#column-right .arrow-down-account,

	#column-right .arrow-down-shopping_cart,

	#column-right .arrow-down-bestseller,

	#column-right .arrow-down-special,

	#column-right .arrow-down-gtaspecial,

	#column-right .arrow-down-google_talk,

	#column-right .arrow-down-filter,

	#column-right .arrow-down-featured,

	#column-right .arrow-down-latest,

	#column-right .arrow-down-information,

	#column-right .arrow-down-article,

	#column-right .arrow-down-category {

		display: none;

		position: absolute;

		right: 5px;

		top: 6px;

	}



	#column-right .prim-wishlist,

	#column-right .prim-account,

	#column-right .prim-shopping_cart,

	#column-right .prim-bestseller,

	#column-right .prim-special,

	#column-right .prim-gtaspecial,

	#column-right .prim-google_talk,

	#column-right .prim-filter,

	#column-right .prim-featured,

	#column-right .prim-latest,

	#column-right .prim-article,

	#column-right .prim-information,

	#column-right .prim-category {

		display: block;

		float: left;

		width: 89%;

	}



	#content a.prim-wishlist-heading ,

	#content a.prim-account-heading ,

	#content a.prim-shopping_cart-heading ,

	#content a.prim-bestseller-heading ,

	#content a.prim-special-heading ,

	#content a.prim-gtaspecial-heading ,

	#content a.prim-google_talk-heading ,

	#content a.prim-filter-heading ,

	#content a.prim-featured-heading ,

	#content a.prim-latest-heading ,

	#content a.prim-information-heading ,

	#content a.prim-article-heading ,

	#content a.prim-category-heading {

		display: block;

		float: left;

		width: 100%;

	}



	#content .arrow-down-wishlist,

	#content .arrow-down-account,

	#content .arrow-down-shopping_cart,

	#content .arrow-down-bestseller,

	#content .arrow-down-special,

	#content .arrow-down-gtaspecial,

	#content .arrow-down-google_talk,

	#content .arrow-down-filter,

	#content .arrow-down-featured,

	#content .arrow-down-latest,

	#content .arrow-down-information,

	#content .arrow-down-article,

	#content .arrow-down-category {

		display: none;

		position: absolute;

		right: 5px;

		top: 6px;

	}



	#content .prim-wishlist,

	#content .prim-account,

	#content .prim-shopping_cart,

	#content .prim-bestseller,

	#content .prim-special,

	#content .prim-gtaspecial,

	#content .prim-google_talk,

	#content .prim-filter,

	#content .prim-featured,

	#content .prim-latest,

	#content .prim-article,

	#content .prim-information,

	#content .prim-category {

		display: block;

		float: left;

		width: 100%;

	}



	#notification {

		top: 5%;

	}



	.htabs {

		width: 100%;

	}

	.htabs a {

		width: auto;

		padding: 7px 15px 6px;

	}



	.attribute td {

		padding: 7px;

	}



	.compare-info td {

		padding: 7px;

	}



	.wishlist-info td {

		padding: 7px;

	}



	.cart-info td {

		padding: 7px;

	}



	.checkout-product td {

		padding: 7px;

	}



	#header .links a {

		font-size: 14px;

	}



	#column-right .box .box-content {

		padding: 10px 5px 10px 15px;

	}

	





}






#content div.contact-info div strong {

    color: #f00;

    font-size: 11px;

}





.model { color: #999;

    font-size: 11px;

}	



.prim-information ul,

.prim-article ul {

    line-height: 1.8em;

}



.checkout-content  .buttons .right {

    width: 79%;

}



.cart_module_total {

	padding-right: 5px;

}



@media (max-width: 900px) {

	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 10px; right: 0px;  font-weight: bold;

		text-transform: uppercase;

	}	

		



}



@media (max-width: 1100px) {

		

		

	.ui-widget-overlay  > div {

		left: 30%;

		top: 45%;

		width: 40%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 68%;

		top: 45%;

	

	}



}





@media (max-width: 900px) {

		

	.ui-widget-overlay  > div {

		left: 10%;

		top: 43%;

		width: 80%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 86%;

		top: 43%;

	}

	

	

	

	

	

}



@media (min-width: 600px) and (max-width: 800px) {
.image-welcome{
    width: 50px;
}
	.product-info .image { 

	width:100px;

	height:100px;

	

	}

	.product-info .left {

    

    float: left;

    width: 33%;

	}

	.product-info .right {

    

    float: left;

    width: 60%;

	}

	

	.product-info .image img{ 

	width:100px;

	height:100px;

	padding:0px;

	margin:0px;

	}

}

@media (max-width: 800px ) {
.image-welcome{
    width: 50px;
}
	.ui-widget-overlay  > div {

		left: 10%;

		top: 45%;

		width: 80%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 86%;

		top: 45%;

	

	}

	

	

}



@media (max-width: 768px) {
.image-welcome{
    width: 50px;
}
		

	.ui-widget-overlay  > div {

		left: 10%;

		top: 45%;

		width: 80%;

	}

	

	.ui-widget-overlay  > img.close {

		 left: 86%;

		top: 45%;

	

	}

	

}





@media (max-width: 500px) {
.image-welcome{
    width: 50px;
}
		

	.ui-widget-overlay  > div {

		left: 10%;

		top: 37%;

		width: 80%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 85%;

		top: 37%;

	

	}

	

	.toplogo {

		height: 102px;

	}



}







@media (max-width: 400px) {
.image-welcome{
    width: 50px;
}
	a.click-more:link,

	a.click-more:active,

	a.click-more:visited {

		position: absolute; top: 30px; right: 10px;  font-weight: bold;

		text-transform: uppercase;

	}	

	.ui-widget-overlay  > div {

		left: 10%;

		top: 42%;

		width: 80%;

	}

	

	.ui-widget-overlay  > img.close {

		 left: 84%;

		top: 42%;

	

	}

	

	.toplogo {

		height: 54px;

	}





}



@media (min-width: 600px) and (max-width: 800px) {
.image-welcome{
    width: 50px;
}
.welcome img{ max-width:510;}





}



@media (max-width: 500px) {

		
.image-welcome{
    width: 50px;
}
	.ui-widget-overlay  > div {

		left: 10%;

		top: 37%;

		width: 80%;

	}

	

	.ui-widget-overlay  > img.close {

		left: 85%;

		top: 37%;

	

	}

	

	.toplogo {

		height: 102px;

	}



}





.banner_large{

	max-width:510px;

	width:100%;

	height:auto;

	

}

.banner_small{

	max-width:170px;

	width:32%;

	height:auto;

	

}

#featuredmodule{display:none; }

@media (max-width: 500px) {
.image-welcome{
    width: 50px;
}
.search-box{height :16px;}

.homepagewelcomehide{display:none;}

#specialmodule{display:none;}

#featuredmodule{display:block; }

}



h1.producttitle{

	background:none;

	color:#643F08;

}

#content h1.producttitle span 

 {

	background:none;

	

}

h1.producttitle{

	background:none;

	color:#643F08;

}





#content h1.producttitle span {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

#content h1 span {

    background: rgba(0, 0, 0, 0) url("../image/content_top_left.png") no-repeat scroll left 1px;

    margin: 0 -30px 20px;

    padding: 13px 0 15px 30px;

}

#content h1.producttitle{



color:#643F08;

font-size:16px;

}


 
.auto-bg-yellow {

	background-color: #FFFF00;
	
}

.textcenter {
	text-align: center;
}

.img-responsive{
	width: 100%;
	height:auto;
} 
