
@import url(http://fonts.googleapis.com/css?family=Milonga);
@import url(http://fonts.googleapis.com/css?family=Milonga|Amarante);

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background: url('../image/bg.jpg');
	color: #000000;
	font-family: 'Amarante', cursive;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #3f3f3f;
	font-family: 'Amarante', cursive;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #c65b36;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: url('../image/transp.png') top left repeat;
	border: 1px solid #DBB195;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #f1ede8;
	border: 1px solid #dbb195;
	padding: 2px;
}
label {
	cursor: pointer;
}
.clear {
	clear:both;	
}
/* layout */
#container {
	width: 1066px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#top-nav {
	height: 24px;
	padding-top: 8px;
	background: #7E1919;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;	
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
#top-nav a {
	color: #fff;
	font-family: 'Amarante', cursive;
	font-style:italic;
	font-size: 14px;
	margin-left: 30px;
	text-decoration: none;
}
#column-left {
	float: left;
	width: 222px;
}
#column-right {
	float: right;
	width: 222px;
}
#column-right .box {
	background: url('../image/transp.png') top left repeat;
	border: 1px solid #DBB195;	
}
#column-right .box-heading {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #C65B36;
	background: url('../image/cathead-bg.png') center left no-repeat;
	padding-left: 42px;
	background-position-x: 20px;
	border-bottom: 1px solid #DBB195;
	margin-bottom: 0px;
	line-height: 44px;
	height: 42px;	
}
#column-right .box-content {
	border-top: 1px solid #fcf9f5;
	padding: 20px;	
}
#column-right ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#column-right ul li {
	padding: 8px 8px 8px 0px;	
}
#column-right ul li a {
	text-decoration: none;
	color: #3f3f3f;
	background: url('../image/bull.png') center left no-repeat;
	padding-left: 15px;
	font-size: 14px;	
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 244px;
}
#column-right + #content {
	margin-right: 244px;
	padding-left: 15px;
	padding-top: 15px;
}
#content h1 {
	display: none;	
}
/* header */
#header {
	height: 118px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 5px;
	left: 4px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
	display:none;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: -25px;
	right: 0;
	z-index: 999;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	height: 50px;
	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: #FFF;
	font-size: 8px;
	text-decoration: none;
}
#header #cart .heading a span {
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 18px;
	min-height: 108px;
	border-top: 1px solid #D5C5AD;
	border-left: 1px solid #DBB195;
	border-right: 1px solid #DBB195;
	border-bottom: 1px solid #DBB195;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px #D5C5AD;
	-moz-box-shadow: 0px 1px 2px #DBB195;
	box-shadow: 0px 1px 2px #D5C5AD;
	background: url('../image/cart-bg.png');
}
.mini-cart-info {
	padding-top: 8px;
	margin-top: 10px;	
}
.mini-cart-info .name a {
	text-decoration:none;
	color:#3f3f3f;
	font-weight:bold;	
}
td.image {
	padding-left:10px !important;	
}
td.remove {
	padding-right:10px !important;	
}
#header #cart.active .heading {
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
}
#cart-tip {
	background: url('../image/cart-tip.png') top right no-repeat;
	height: 22px;
	margin-top: -22px;
	margin-right: 20px;
}
#cart-bott {
	background: url('../image/bottom-cart.png') bottom left repeat-x;
	height: 10px;
	position: relative;
	top: 15px;
	left: 1px;
	width: 336px;	
}
#cart-total {
	text-align: center;
	width: 50px;
	height: 50px;
	background: url('../image/icons/cart.png') top left no-repeat;
	font-size: 0px;
}
.cart-btn {
	background: url('../image/btn-bg.png') top left repeat-x;
	width: 82px;
	height: 26px;
	float: right;
	margin-left: 10px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #DBB195;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}
.cart-btn:hover {
	background: url('../image/btn-bg2.png') top left repeat-x;	
}
.cart-btn a {
	color: #9C4628;
	text-decoration: none;	
}
.qty {
	background: #fff;
	padding: 5px;
	border: 1px solid #DBB195;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #777;	
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #3F3F3F;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px 5px;
	border-bottom: 1px solid #E7CBB3;
	border-top: 1px solid #E7CBB3;
	background: #FBF4E8;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #DBB195;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: white;
	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;
	background: url('../image/cart-m-bg.png');
	border-top: 1px solid #E7CBB3;
	border-bottom: 1px solid #E7CBB3;
	padding: 8px;
}
.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;
	padding: 8px;
	height: 28px;
}
#header #cart .empty {
	padding-top: 27px;
	text-align: center;
	font-weight: bold;
}
#header #search {
	position: absolute;
	top: 52px;
	right: -60px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/search-icon.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
	margin-left: 18px;
	margin-top: 9px;
}
#header #search input {
	background: url('../image/search-bg.png') top left no-repeat;
	padding: 1px 1px 1px 46px;
	width: 200px;
	height: 41px;
	border: none;
}
#header #welcome {
	position: absolute;
	top: -25px;
	right: 74px;
	z-index: 1000;
	width: 200px;
	text-align: right;
	color: #999999;
}
#welcome a {
	margin-left: 7px;	
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
.menu-hook {
	width: 36px;
	height: 5px;
	background: url('../image/menu-hook.png') top left no-repeat;	
	margin-top: -10px;
	margin-left: 0px;
	float: left;
}
#menu {
	background: url('../image/menu-bg.png') top left no-repeat;
	height: 45px;
	width: 490px;
margin-bottom: 15px;
padding: 0px 2px;
float: right;
margin-top: 50px;
margin-right: -10px;

}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 10px 4px 4px 4px;
	margin-top: -13px;
}
#menu > ul > li:hover {
	background: url('../image/li-l.png'), url('../image/li-r.png');
	background-position: left, right;
	background-repeat: no-repeat;
}
#menu > ul > li > a {
	font-size: 16px;
	font-family: 'Amarante', cursive;
	
	color: #575757;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background-color: #575757;
	background-origin:content-box;
	color: #fff;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px 3px 5px 1px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	background: #373737;
	margin-top:	-1px;
	margin-left: -3px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	float: left;
	width: 100%;
	background: #505050;
	padding: 1px;
}
#menu > ul > li > div > ul > li:last-child {
	margin-bottom:-1px;	
}
#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;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	padding: 6px;
	background: #414141;
	border: 1px solid #323232;
	margin-bottom: 1px;
	font-family: 'Amarante', cursive;
	
	font-size: 16px;
	text-align: center;
}
.breadcrumb {
	color: #FFFFFF;
	background: url('../image/home-btn.png') center left no-repeat #3f3f3f;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 80px;
	padding-right: 12px;
}
.breadcrumb a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background:url('../image/b-separator.png') center left no-repeat;
	padding-left: 10px;
	padding-right: 2px;
}
.breadcrumb a:first-child {
	background: none;
	padding-left:0;
}
.breadcrumb a:hover {
	text-decoration: underline;	
}
.breadcrumb-container {
	background:url('../image/bk-arr.png') center right no-repeat;
	height: 37px;
	padding-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.breadcrumb-info {
	background: url('../image/transp.png') top left repeat;
	border: 1px solid #DBB195;
	height:35px;
	width: 1064px;
	position: absolute;
	z-index: -1;
}
.success a, .warning a, .attention a, .information a {
	color: #9C4628;
}
.success, .warning, .attention, .information {
	padding: 13px 10px 0px 60px;
	color: #9C4628;
	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;
	font-weight: bold;
	font-size: 12px;
}
.success {
	background: url('../image/msg-bg.png') top left no-repeat;
	-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;
	height: 41px;
}
.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;
}
.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 #DBB195;
	border-left: 1px solid #DBB195;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DBB195;
	border-bottom: 1px solid #DBB195;
}
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 {
	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.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
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: url('../image/transp.png');
	border: 1px solid #DBB195;
	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 */
#button-cart {
	background: url('../image/add-btn.png') top left no-repeat #c65b36;
	width:62px;
	height:62px;
	font-size:0;
	margin-left: -4px;	
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}
#addToWishList {
	background: url('../image/add-wishlist.png') top left no-repeat #c65b36;
	width:62px;
	height:62px;
	font-size:0;
	display:block;
	margin-left: 2px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}
#addToCompare {
	background: url('../image/add-compare.png') top left no-repeat #c65b36;
	width:62px;
	height:62px;
	font-size:0;
	display:block;
	margin-left: 2px;
	margin-right: 2px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}
#button-cart:hover, #addToWishList:hover, #addToCompare:hover {
	background-color: #2c2c2c;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}
#qty {
	border: 1px solid #e0bca3;
	background: url('../image/transp.png') top left repeat;	
	padding: 6px;
	width: 50px;
	text-align: center;
}
.qty-text {
	float:none !important;
	text-align: center;	
	font-size: 12px;
	color: #3f3f3f;
}
.qty-input {
	float:none !important;	
}
.qty-input input {
	border: 1px solid #dbb195;
	background: url('../image/qty-bg.png') top left repeat-x;
	font-size: 14px;
	color: #c65b36;
	text-align: center;
	height: 21px;
	margin-top: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #c65b36;
}
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: #a54d2e;
}
.add-btn {
	margin-right: 5px;	
}
.add-btn img, .wishlist-btn img {
	background: #2c2c2c;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.add-btn img:hover, .wishlist-btn img:hover {
	background: #c65b36;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}

.add-btn-small {
	background: #c65b36 url('../image/add-btn-small.png') top left no-repeat !important;
	height: 44px;
	width: 44px;
	display: block;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;
}
.add-btn-small:hover {
	background: #2c2c2c url('../image/add-btn-small.png') top left no-repeat !important;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;
}
.product-grid .add-btn-small {
	background: #2c2c2c url('../image/add-btn-small.png') top left no-repeat !important;	
}
.product-grid .add-btn-small:hover {
	background: #c65b36 url('../image/add-btn-small.png') top left no-repeat !important;	
}
.add-wishlist-small {
	background: #c65b36 url('../image/add-wishlist-small.png') top left no-repeat !important;
	height: 44px;
	width: 44px;
	display: block !important; 
	padding: 0px !important;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;
}
.add-wishlist-small:hover {
	background: #2c2c2c url('../image/add-wishlist-small.png') top left no-repeat !important;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;

	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;	
}
.product-grid .add-wishlist-small {
	background: #2c2c2c url('../image/add-wishlist-small.png') top left no-repeat !important;
}
.product-grid .add-wishlist-small:hover {
	background: #c65b36 url('../image/add-wishlist-small.png') top left no-repeat !important;
}
.add-compare-small {
	background: #c65b36 url('../image/add-compare-small.png') top left no-repeat !important;
	height: 44px;
	width: 44px;
	display: block !important; 	
	padding: 0px !important;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;
}
.add-compare-small:hover {
	background: #2c2c2c url('../image/add-compare-small.png') top left no-repeat !important;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;	
}
.product-grid .add-compare-small {
	background: #2c2c2c url('../image/add-compare-small.png') top left no-repeat !important;
}
.product-grid .add-compare-small:hover {
	background: #c65b36 url('../image/add-compare-small.png') top left no-repeat !important;
}
.right .cart, .right .wishlist, .right .compare {
	float: left;
	margin-left: 3px;
}
.buttons {
	background: url('../image/transp.png') top left;
	border: 1px solid #DBB195;
	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: 70px;
	line-height: 16px;
	margin-left: 6px;
}
.htabs a {
	padding: 27px 26px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7e7e7e;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: url('../image/htabs-bg.png') top center no-repeat;
	color: #000000;
}
.tab-content {
	padding: 20px;
	z-index: 2;
	overflow: auto;
	font-size: 14px;
	line-height: 24px;
}
/* specials module */
#specials-module {
	float: right;
	margin-bottom: 7px;
	width: 212px;
	height: 390px;
}
#special-controls {
	float: right;
	clear: both;
	width: 212px;
}
.specials-container {
	height: 390px;	
}
ul.specials-container {
	margin: 0;
	padding: 0;	
}
.bx-controls {
	display: none;	
}
.item {
	background: url('../image/png40.png') top left repeat;
	border: 1px solid #D2BFA5;
	padding: 8px;
	margin-bottom: 3px;
	width: 194px !important;
}
.item-img {
	width: 192px;
	height: 108px;
	background: #fff;
	border: 1px solid #D5D4D3;	
}
.item-action, .item-price, .item-price-active {
	float:right;
	margin-top: -68px;
	position: relative;
}
.item-price {
	font-family: Georgia, Arial, sans-serif;
	background: #C65B36;
	color: #fff;
	min-width: 50px;
	height: 14px;
	padding: 8px;
	margin-right: 26px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.item-price-active {
	font-family: Georgia, Arial, sans-serif;
	background: #000;
	color: #fff;
	min-width: 50px;
	height: 14px;
	padding: 8px;
	margin-right: 26px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}
.item-price-out {
	margin-right: 0px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.item-action {
	background: #000;
	color: #fff;
	height: 30px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.item-action:hover {
	background: #c65b36;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}
.arr-up-down, .arr-refresh {
	float:left;	
}
.arr-refresh { 
	margin-left: 11px;
	margin-right: 11px;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	background: url('../image/heading-bg.png') top left no-repeat;
	padding: 0px 0px 0px 90px;
	font-family: 'Amarante', cursive;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	height: 37px;
	margin-bottom: 24px;
}
.box .box-controls {
	float:right;
	height: 37px;
}
.box .box-controls ul {
	list-style-type:none;
	padding:0;	
	margin:0;
}
.box .box-controls ul li { 
	display: inline;
	margin-left: 5px;
	float: left;
}
.box .box-content {

}
.category-box {
	background: url('../image/transp.png') top left repeat;
	border: 1px solid #DBB195;
}
.category-box .box-heading {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #C65B36;
	background: url('../image/cathead-bg.png') center left no-repeat;
	padding-left: 42px;
	background-position-x: 20px;
	border-bottom: 1px solid #DBB195;
	margin-bottom: 0px;
	line-height: 44px;
	height: 42px;
}
.category-box .box-content {
	border-top: 1px solid #fcf9f5;
	padding: 20px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 252px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px !important;
	margin-bottom: 20px;
	margin-left: 0px !important;
	float: left;
}
.box-product > div:last-child {
	
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
#column-left .banner {
	background: url('../image/transp.png');
	border: 1px solid #dbb195;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 10px;
}
#column-left .banner img {
	margin:0;
	margin-bottom:-3px;	
}
.banner {
	margin-top: -16px;
	margin-bottom: 1px;	
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	border: 16px solid #2C2C2C;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.box-product .image img:hover {
	border: 16px solid #c65b36;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;
}
.box-product .name, .box-product .price, .box-product .cart {
	background:#fff;	
}
.box-product .name {
	margin-top:3px;	
}
.box-product .cart {
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 4px;
	margin-top: 5px;
}
.box-product .name a {
	color: #C65B36;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-family: 'Amarante', cursive;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	color: #0A0A0A;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 12px;
	width: 100px;
	float: right;
	text-align: center;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #3f3f3f;
	background: url('../image/bull.png') center left no-repeat;
	padding-left: 15px;
	font-size: 14px;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
	color: #c65b36;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 10px 5px 0px 20px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
.product-content {
	background: url('../image/transp.png') top left repeat;
	border: 1px solid #DBB195;
	padding: 10px 0px 10px 10px; 
}
.image img {
	border: 1px solid #c65f3a;
	background: #fff;
}
/* category */
.category-info {
	overflow: auto;
}
.category-info .image {
	float: left;
	padding: 8px;
	padding-bottom: 5px;
	margin-right: 15px;
	background: url('../image/transp.png');
	border: 1px solid #dbb195;
	margin-bottom: 20px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
	background: url('../image/transp.png');
	border: 1px solid #dbb195;	
}
.category-list ul {
	float: left;
	padding-left: 10px;
}
.category-list ul li {
	display: inline;
	padding-right: 10px;	
}
.category-list h2 {
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBB195;	
	margin-bottom: 0px;
}
.whline {
	border-top: 1px solid #fcf9f5;
	height: 1px;	
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBB195;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: url('../image/transp.png') top left repeat;
	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 */
.display-switch, .product-filter {
	float: right;
	padding-top: 1px;
	padding-right: 1px;
}
.active-bg {
	background: url('../image/active-bg.png') top left repeat-x;	
}
.list-btn, .grid-btn {
	padding: 7px 7px 6px 7px;
	border-left: 1px solid #DBB195;	
}
.product-filter {

}
.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: #c65b36;
	margin-top: 4px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #c65b36;
	margin-top: 4px;
	margin-right: 15px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 20px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: hidden;
	margin-bottom: 20px;
	background: url('../image/transp.png');
	border: 1px solid #dbb195;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	background: url('../image/transp.png');
	border-top: 1px solid #dbb195;
	border-left: 1px solid #dbb195;
	padding: 10px;
	position: relative;
	bottom: -16px;
}
.product-list > div + div {
	
}
.product-list .image {
	float: left;
	margin-right: 16px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.product-list .image img {
	border: 1px solid #787776;
}
.product-list .name {
	margin-bottom: 10px;
	padding-top: 10px;
}
.product-list .name a {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.product-list .description {
	line-height: 24px;
	margin-bottom: 5px;
	margin-right: 8px;
	color: #3f3f3f;
	font-size: 14px;
	min-height: 48px;
}
.product-list .rating {
	color: #7B7B7B;
	float: right;
	margin-right: -8px;
	position: absolute;
	width: 818px;
	text-align: right;
	background: url('../image/stars-bg.png') center right no-repeat;
	line-height: 30px;
	margin-top: 6px;
	padding-right: 10px;
	padding-top: 4px;
}
.search-content .product-list .rating {
	color: #7B7B7B;
	float: right;
	margin-right: -8px;
	position: absolute;
	width: 1062px;
	text-align: right;
	background: url('../image/stars-bg.png') center right no-repeat;
	line-height: 30px;
	margin-top: 6px;
	padding-right: 10px;
	padding-top: 4px;
}
.product-list .price {
	float: left;
	width: 138px;
	height: 44px;
	margin-left: -48px;
	text-align: left;
	color: #fff;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	background: url('../image/price-badge.png') top left no-repeat;
	position: relative;
	bottom: -23px;
	padding-top: 6px;
	padding-left: 12px;
}
.product-list .price-old {
	color: #8c0a0a;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #cacaca;
}
.product-list .cart {
	
}
.product-list .wishlist, .product-list .compare {
	
}
.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: 103%;
	overflow: hidden;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 21px;
	margin-bottom: 15px;
	background: url('../image/transp.png');
	border: 1px solid #dbb195;
	padding: 10px;
}
.search-content .product-grid > div {
	margin-right: 9px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	border: 1px solid #787776;
}
.product-grid .name a {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	background: url('../image/stars-grid-bg.png') top left repeat-x;
	height: 22px;
	width: 100%;
	border-top: 1px solid #dbb195;
	border-right: 1px solid #dbb195;
	border-bottom: 1px solid #dbb195;
	line-height: 26px;
	position: relative;
	right: 1px;
	top: -58px;
	text-align: right;
}
.product-grid .rating img {
	padding-right: 10px;	
}
.product-grid .price {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: -1px;
	width: 138px;
	height: 44px;
	text-align: left;
	color: #fff;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	background: url('../image/price-badge.png') top left no-repeat;
	position: relative;
	padding-top: 6px;
	padding-left: 12px;
	top: -14px;
	z-index: 1;
	line-height: 28px;
}
.product-grid .name {
	margin-top: -34px;	
}
.product-grid .price-old {
	color: #8c0a0a;
	text-decoration: line-through;
	display: none;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	float: left;
}
.product-grid .wishlist, .product-grid .compare {
	float: left;
	margin-left: 6px;
}
.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;
}
.tags {
	display: none;	
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	margin-top: -34px;
}
.product-info h1 {
	display:block !important;	
}
.product-info > .left {
	float: left;
	margin-right: 10px;
}
.product-info > .left + .right {
	margin-left: 398px;
}
.product-info .image {
	border: 1px solid #FFFFFF;
	background: #D0B894;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 406px;
	margin-left: -5px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
	background: #fff;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 2px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #c65b36;
	font-weight: bold;
	font-size: 14px;
}
.product-info .description span {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
}
.product-info .description a {
	color: #c65b36;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.product-info .price {
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow: auto;
	padding: 7px;
	font-size: 20px;
	color: #fff;
	background: #3f3f3f;
	text-align: center;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
	font-size: 12px;
}
.product-info .price-new {
}
.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 .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;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
	float: left;
}
.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;
}
.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;
	line-height: 20px;
}
.stars {
	background: url('../image/stars-bg.png') center right no-repeat;
	text-align: right;
	line-height: 30px;
	margin-right: -8px;
}
.stars a {
	padding-top: 4px;
	padding-right: 12px;
	display: block;	
}
h1.product-title {
	margin-right: 110px;	
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	float: left;
}
.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 #DBB195;
	border-left: 1px solid #DBB195;
	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 #DBB195;
	border-bottom: 1px solid #DBB195;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DBB195;
	border-left: 1px solid #DBB195;
	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 #DBB195;
	border-bottom: 1px solid #DBB195;
}
.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-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DBB195;
	border-left: 1px solid #DBB195;
	border-right: 1px solid #DBB195;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background: url('../image/transp.png');
	border-bottom: 1px solid #DBB195;
}
.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 #DBB195;
}
.wishlist-info tbody .image img {
	border: 1px solid #DBB195;
}
.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 {
	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-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DBB195;
	border-left: 1px solid #DBB195;
	border-right: 1px solid #DBB195;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background: url('../image/transp.png');
	border-bottom: 1px solid #DBB195;
}
.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 #DBB195;
	background: url('../image/transp.png');
}
.cart-info tbody .image img {
	border: 1px solid #DBB195;
}
.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: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DBB195;
	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: url('../image/transp.png') top left repeat;
	border: 1px solid #DBB195;
	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 #DBB195;
	border-left: 1px solid #DBB195;
	border-right: 1px solid #DBB195;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background: url('../image/transp.png');
	border-bottom: 1px solid #DBB195;
}
.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 #DBB195;
}
.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 #DBB195;
}
.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 */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	border-left: 1px solid #DBB195;
	border-right: 1px solid #DBB195;
	border-bottom: 1px solid #DBB195;
	background: url('../image/footer-bg.png') top left repeat-x;
	background-position-y: 0px;
}
#footer h3 {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #5c421f;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
	margin-bottom: 28px;
}
#footer .column ul {
	margin-top: 0px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 15px;
	list-style-type: none;
	background: url('../image/f-arrow.png') center left no-repeat;
	padding-left: 15px;
}
#footer .column a {
	text-decoration: none;
	color: #5D5D5D;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
#footer .column a:hover {
	text-decoration: underline;
}
#footer-info {
	
}
#about-store {
	float: left;
	width: 691px;
	padding: 0px 15px 0px 38px;
	margin-top: 2px;
	background: url('../image/line-v.png') top left repeat-y;
}
#about-store h2 {
	font-family: 'Amarante', cursive;
	font-size: 27px;
	color: #5C421F;
	font-weight: normal;
}	
#footer-info h3 {
	font-size: 20px;
	background: url('../image/mailing-icon.png') top left no-repeat;
	padding-left: 54px;
	line-height: 36px;
}	
#mailing-list-form {
	float:left;
	width: 280px;
	padding-left: 24px;
	padding-top: 17px;
}
#mailing-list-form input[type="text"] {
	background: url('../image/subscribe-bg.png') top left no-repeat;
	border: none;
	width: 168px;
	height: 28px;	
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0;
	margin-right: -4px;
}
#mailing-list-form input[type="button"], #mailing-list-form input[type="submit"] {
	background: url('../image/subscribe-btn.png') top left no-repeat;
	border: none;
	width: 82px;
	height: 28px;
	color: #2C2C2C;
	font-weight: bold;
	cursor: pointer;
}
#footer-columns {
	padding-left: 70px;
	margin-top: 28px;
}
#footer-contact {
	padding-left: 22px;
	padding-top: 36px;
	height: 86px;
}
.hline {
	clear: both;
	background:url('../image/line-h.png') bottom left repeat-x;
	height: 2px;
}
.hline2 {
	clear: both;
	background:url('../image/line-h2.png') bottom left repeat-x;
	height: 2px;
	margin-left: -10px;
}
.product-content .hline2 {
	clear:none;	
}
#social {
	margin-left: 70px;
	margin-top: 4px;
}	
#social ul, #contact-information ul, #payment-methods ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#social ul li, #payment-methods ul li {
	display:inline;	
}
#contact-information {
	margin-left: 52px;
	margin-top: -6px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #5C421F;
}
#payment-methods {
	margin-left: 64px;
	margin-top: -6px;	
}
#payment-methods h4 {
	margin: 0;
	margin-bottom: 6px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	color: #0A0A0A;
	font-weight: normal;	
}
#footer-logo, #social, #contact-information, #payment-methods {
	float: left;	
}
.phone-icon {
	background:url('../image/phone-icon.png') top left no-repeat;
	padding-left: 40px;
	line-height: 26px;
}
.mail-icon {
	background:url('../image/mail-icon.png') center left no-repeat;
	padding-left: 40px;
	margin-top: 7px;
}
#powered {
	padding: 12px;
	
	clear: both;
}
#powered a {
	color: #9C4628;	
	font-weight: bold;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.featured .rating {
	display:none;	
}
.featured .box-product .image img {
	width: 220px;
	height: 164px;
	display: block;
}
#featured-carousel {
	height: 460px !important;
	margin-left: 0px !important;
}
.caroufredsel_wrapper {
	margin-left: -5px !important;	
}
#prev2, #next2, #previousButton, #nextButton {
	cursor: pointer;	
}
#prev2 img, #next2 img {
	background: #3f3f3f;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
#prev2 img:hover, #next2 img:hover {
	background: #c65b36;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}