/****************************** GENERAL ******************************/
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	letter-spacing: -0.4px;
	font: 13px/1.5 "Open Sans", sans-serif;
	background: #fff url(../image/backgrounds/riofortuna.png) center top no-repeat scroll;


}
p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	padding: 0;
	margin: 12px 0 15px 0;
}
fieldset {
	padding: .5em;
	border: 1px solid #444;
}
small {
	font-size: .85em;
}
strong {
	font-weight: 600;
}
input,
select,
textarea {
	color: #666;
	padding: 5px 0;
	max-width: 100%;
	text-indent: 10px;
	letter-spacing: -0.4px;
	border: 1px solid #D0D0D0;
	border-width: 1px 0 0 1px;
	background-color: #EDEDED;
	font: 13px/1.5 "Open Sans", sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type*="file"] {
	font-family: Arial, Helvetica, sans-serif;
}
input[type*="radio"],
input[type*="checkbox"] {
	top: 1px;
	margin: 0;
	position: relative;
}
select {
	text-indent: 0;
	cursor: pointer;
	font-weight: 600;
	padding: 7px 5px 6px 5px;
}
label {
	cursor: pointer;
}
/* =============== DEFAULT HTML - CLEARING =============== */
.clearbreak {
	clear: both;
}
.clearafter:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	color: #444;
	font-weight: 600;
	font-size: 1.85em;
	margin: 0px 0 10px 0;
	padding-bottom: 18px;
	background: url(../image/backgrounds/bg-double-line.png) left bottom repeat-x;
}
h2 {
	color: #666;
	font-weight: 600;
	font-size: 1.6em;
	margin: 15px 0 10px 0;
}
h3 {
	color: #666;
	margin: 0.3em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	color: #666;
	margin: 0.3em 0;
	font-size: 1.25em;
	font-weight: normal;
}
h5, h6 {
	color: #666;
	margin: 0.3em 0;
	font-size: 1.1em;
	font-weight: normal;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a,
a:link,
a:active,
a:visited {
	outline: none;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul li {
	padding: 0;
	margin: 0.3em 0 0.3em 1.6em;
}
ol li {
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}
/* =============== DEFAULT HTML - ICONS =============== */
[class*="icon-"] {
	line-height: 20px;
	padding-left: 20px;
}
.icon-grid {
	background: url(../image/icons/icon-grid.png) 4px center no-repeat;
}
.icon-list {
	background: url(../image/icons/icon-list.png) 4px center no-repeat;
}
.icon-basket {
	background: url(../image/icons/icon-basket.png) left center no-repeat;
}
.icon-compare {
	background: url(../image/icons/icon-compare.png) left center no-repeat;
}
.icon-grid-teal {
	background: url(../image/icons/icon-grid-teal.png) left center no-repeat;
}
.icon-list-teal {
	background: url(../image/icons/icon-list-teal.png) 4px center no-repeat;
}
.icon-basket-teal {
	background: url(../image/icons/icon-basket-teal.png) left center no-repeat;
}
.icon-compare-teal {
	background: url(../image/icons/icon-compare-teal.png) left center no-repeat;
}
.icon-cart-teal {
	background: url(../image/icons/icon-cart-teal.png) left center no-repeat;
}
.icon-user-teal {
	background: url(../image/icons/icon-user-teal.png) left center no-repeat;
}
.icon-checkout-white {
	background: url(../image/icons/icon-checkout-white.png) 12px center no-repeat;
}
.icon-checkout-teal {
	background: url(../image/icons/icon-checkout-teal.png) left center no-repeat;
}
.icon-backward-white {
	background: url(../image/icons/icon-backward-white.png) 13px center no-repeat;
}
.icon-foward-white {
	background: url(../image/icons/icon-foward-white.png) 13px center no-repeat;
}
.icon-cart-white {
	background: url(../image/icons/icon-cart-white.png) 16px center no-repeat;
}
.icon-lock-white {
	background: url(../image/icons/icon-lock-white.png) 11px center no-repeat;
}
/* =============== DEFAULT HTML - BUTTONS =============== */
.button,
.button:link,
.button:active,
.button:visited {
	color: #fff;
	border: none;
	text-indent: 0;
	cursor: pointer;
	padding: 5px 16px;
	display: inline-block;
	background-color: #00490D;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.button:hover {
	text-decoration: none;
	background-color: #666;
}
.button[class*="icon-"] {
	padding-left: 39px;
}
/* layout */
.wrapper {
	width: 1024px;
	margin: 0 auto;
}
#column-left {
		margin-left:14px;
	min-height:800px;
	background:url(../image/backgrounds/li-left.png) right top no-repeat scroll;
	float: left;
	width: 250px;
}
#column-right {
	margin-left:15px;
	float: right;
	width: 200px;
}
#column-left + #content,
#column-right + #content {
	float: left;
	width: 768px;
}
#column-left + #content {
	margin-left: 1px;
}
#column-right + #content {
	margin-right: 1px;
}
#column-left + #column-right + #content {
	width: 460px;
}
#column-left .box-product:after,
#column-right .box-product:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div {
	float: left;
	width: 100% !important;
}
#content form {
	margin: 0;
}
/* header */
#header {
	z-index: 3;
	padding-top: 5px;
	text-align: right;
	position: relative;

}
#header #topbar {
	color: #666666;
	padding: 1px 0;
	font-size: 12px;
	position: relative;
}
#linktop a {COLOR: #333; font-size:14px; font-weight:900}
#linktop a:hover {COLOR: #000; text-decoration:underline}
#linktop a:visited {}
#header #toppanel {
	padding: 9px 0 20px 0;
}
#topbar .wrapper {
	padding: 7px 0 11px 0;
}
#topbar form {
	margin: 0;
	float: left;
}
#topbar a:hover {
	color: #fff;
}
#topbar #welcome a {
	font-weight: bold;
}
#topbar .links {
	float: left;
	color: #994300;
}
#topbar .links a {
	margin-left: 20px;
	text-decoration: none;
}
#topbar #language {
	margin-right: 20px;
}
#topbar #language br {
	display: none;
}
#topbar #language img {
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
}
#topbar #currency a {
	padding: 0 6px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	background-color: #66C0B4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#topbar #currency a:first-child {
	margin-left: 5px;
}
#topbar #currency a.current {
	color: #fff;
	background-color: #666666;
}
#toppanel #logo {
	float: left;
	/*margin-top: 9px;*/
}
#toppanel #search {
	width: 310px;
	float: right;
	text-align: left;
	margin: 50px 0px 0px 0;
}
#toppanel #search-inner {
	margin-right: 54px;
	position: relative;
}
#toppanel #search input {
	color: #666;
	width: 100%;
	border: none;
	padding: 7px;
	border:4px solid #000;
	outline: none;
	text-indent: 0;
	background-color: #fff;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
#toppanel #search .button-search {
	top: 0;
	right: -54px;
	width: 40px;
	margin-top:2px;
	height: 92%;
	cursor: pointer;
	position: absolute;
	background: #000 url(../image/icons/icon-search-teal.png) center center no-repeat;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
#header #cart {
	float: right;
	text-align: left;
	position: relative;
}
#header #cart .heading {
	line-height: 41px;
	padding-left: 46px;
	text-align: center;
	background: url(../image/icons/icon42-cart-teal.png) left center no-repeat;
}
#header #cart .heading h4 {
	display: none;
}
#header #cart .heading a {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}
#header #cart .heading a:hover {
	color: #fff;
}
#header #cart.active .heading a {
	color: #fff;
	background-color: #666666;
}
#header #cart .content {
	right: 0;
	top: 100%;
	z-index: 1;
	width: 380px;
	padding: 10px;
	display: none;
	background: #fff;
	position: absolute;
	box-shadow: 2px 0 2px rgba(204, 204, 204, 0.65);
	-moz-box-shadow: 2px 0 2px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 2px 0 2px rgba(204, 204, 204, 0.65);
}
.mini-cart-total {
	margin-top: 2px;
	border-top: 1px solid #e3e3e3;
}
.mini-cart-info td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
.mini-cart-info .name {
	text-align: left;
}
.mini-cart-info .name a {
	font-weight: 600;
}
.mini-cart-info .name span {
	display: block;
	font-size: 11px;
}
.mini-cart-info .total {
	color: #C53F32;
	font-weight: 600;
}
.mini-cart-info .remove img {
	cursor: pointer;
	vertical-align: middle;
}
.mini-cart-total table {
	padding: 5px 0;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e3;
}
.mini-cart-total td {
	padding: 2px 0;
}
.mini-cart-total .total {
	color: #C53F32;
	text-align: right;
}
#header #cart .checkout {
	text-align: center;
	margin: 15px 0 10px 0;
}
#header #cart .empty {
	padding: 50px 0;
	text-align: center;
}
/* menu */
#menu {
	text-align: left;
	/*background-color:#999;*/
	/*background: url(../image/backgrounds/bg-overlay.png) left top repeat-x;*/
}
#menu-inner {
	/*background: url(../image/backgrounds/bg-diag.png) left bottom repeat-x;*/
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	position: relative;
	margin: 0;
	padding: 0;
}
#mainmenu > li {
	float: left;
}
#mainmenu li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
#mainmenu > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 14px 10px 14px;
}
#mainmenu > li:hover > a,
#mainmenu > li.active > a {
	background-color: #000;
}
#mainmenu li.homepage a {
	width: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/icons/icon-home.png);
}
#mainmenu li div {
	top: 100%;
	display: none;
	position: absolute;
	box-shadow: 2px 0 2px rgba(204, 204, 204, 0.65);
	-moz-box-shadow: 2px 0 2px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 2px 0 2px rgba(204, 204, 204, 0.65);
}
#mainmenu ul {
	margin: 0;
	float: left;
	color: #000;
	width: 210px;
	list-style: square;
	list-style-position: inside;
}
#mainmenu ul li {
	padding: 6px 10px;
	background-color: #fff;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
#mainmenu ul li:hover,
#mainmenu ul li.active {
	background-color: #CCC;
}
#mainmenu ul li a {
	padding: 0;
	display: inline;
}
#mainmenu ul li:hover a,
#mainmenu ul li.active a {
	color: #000
}
#container {
	/*padding-top: 1px;*/
	/*background: url(../image/backgrounds/bg-diag.png) left top repeat-x;*/
}
#container-inner {
	z-index: 1;
	position: relative;
}
/* breadcrumb */
.breadcrumb {
	padding: 8px 0 15px 0;
}
.breadcrumb a {
	color: #666;
	font-size: 14px;
	margin-left: -10px;
	padding: 0 6px 0 35px;
	text-decoration: none;
	background: #fff url(../image/icons/icon14-arrow-forward-grey.png) 17px 4px no-repeat;
}
.breadcrumb a:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.breadcrumb a:last-child {
	color: #666666;
	font-weight: 600;
}
/* notifications */
.success, .warning, .attention, .information {
	color: #555555;
	margin-bottom: 15px;
	padding: 10px 10px 10px 33px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url(../../default/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;
}
.warning {
	background: #FFD1D1 url(../../default/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(../../default/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;
	cursor: pointer;
	margin: 7px 4px 0 0;
}
.required {
	color: #C54032;
	margin-left: 4px;
	font-weight: bold;
}
.error {
	display: block;
	color: #C00;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/* table */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form td {
	padding: 4px;
}
table.form td:first-child {
	font-weight: 600;
	white-space: nowrap;
}
table.form td input[type*="text"],
table.form td input[type*="password"] {
	width: 100%;
}
table.form td input[name*="postcode"] {
	width: auto;
}
.left > table.form td,
.right > table.form td {
	display: block;
}
table.list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
table.list td {
	padding: 7px;
}
table.list td {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
table.list td b {
	font-weight: 600;
}
table.list td.name {
	text-align: left;
	font-weight: 600;
}
table.list .right {
	text-align: right;
}
table.list thead td {
	color: #666;
	font-weight: 600;
	background-color: #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
table.list tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #e3e3e3;
}
table.list tbody td.quantity input[type='text'] {
	min-width: 35px;
	font-weight: 600;
}
table.list tbody td.quantity input[type='image'],
table.list tbody td.quantity img {
	top: 4px;
	padding: 0;
	border: none;
	position: relative;
	background-color: #fff;
}
table.list tbody td.price,
table.list tbody td.total {
	color: #C64132;
}
table.list tbody span.stock {
	color: #00490D;
	font-weight: bold;
}
table.radio {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
	font-weight: 600;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
.pagination {
	margin: 10px 0;
	text-align: left;
}
.pagination .links {
	padding: 20px 0 10px 0;
}
.pagination .links a,
.pagination .links b {
	color: #fff;
	margin: 0 1px;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagination .links b,
.pagination .links a:hover {
	font-weight: normal;
	background-color: #00490D;
}
/* button */
.buttons {
	border-top: 1px solid #e3e3e3;
}
.buttons:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.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;
}
.buttons .button {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	padding: 7px 16px;
}
.buttons input.button {
	padding: 5px 16px;
}
.buttons .button[class*="icon-"] {
	padding-left: 31px;
}
.htabs {
	height: 37px;
	margin-top: 20px;
	line-height: 16px;
	border-bottom: 1px solid #e3e3e3;
}
.htabs a {
	border: 1px solid #e3e3e3;
	border-bottom-width: 0;
	background: #efefef;
	padding: 10px 15px;
	float: left;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #999;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	color: #666;
	padding-bottom: 11px;
	background: #FFFFFF;
}
.tab-content {
	border: 1px solid #e3e3e3;
	border-top-width: 0;
	padding: 5px 15px;
	z-index: 2;
}
.tab-content strong {
	color: #444;
}
.tab-content .clearafter strong {
	float: left;
	width: 200px;
	margin: 5px 0;
}
.tab-content .captcha-field .left,
.tab-content .captcha-field .right {
	float: left;
}
/* box */
.box {
	margin-bottom: 25px;
}
.box .box-heading {
	color: #555;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 23px;
	background: url(../image/backgrounds/bg-diag.png) left bottom repeat-x;
}
/* box products */
.box-product > div {
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
.box-product .image {
	float: left;
	margin: 0 10px 0 0;
}
.box-product .image .no-image {
	display: block;
	text-align: center;
}
.box-product .image img {
	max-width: 100%;
	vertical-align: middle;
}

.box-product .price a {
	color: #EA5A00;
	text-decoration: none;
}
.box-product .name a {

	color: #444;
	font-weight: 600;
	text-decoration: none;
}
.box-product .name a:hover {
	color: #00490D;
}
.box-product .rating {
	margin: 5px 0 0 0;
}

/* box products - inside content */
#content .box-product {
	padding: 20px 0;
}
#content .box-product > div {
	min-width: 140px;
	position: relative;
	vertical-align: top;
}

/* ---------- Alterações MSE  ---------- */

#content .produtos_destaque .price-fixed{
  font-size: 16px;
  color: #CC0033;
  font-weight: bold;
}
#content .produtos_destaque a{
  text-decoration: none;
}

#content .produtos_destaque .price-old{
   color: #dddddd;
}

/*
#content .box-product .price a {
 	color: #FFF;
	padding: 4px;
	display: block;
	font-size: 17px;
	position: relative;
	letter-spacing: -1.5px;
	background-color: #00490D;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;

}
*/
/*
#content .box-product .price .price-fixed {
    font-size: 16px; 	width: 67px;
    height: 67px;
    display: block;
	width: 67px;
	height: 67px;
    line-height: 67px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;

}
*/
/*
#content .box-product .price .special-price {
	background-color: #CC4328;
	text-shadow: 1px 1px 0 rgba(163, 40, 40, 0.65);
}
*/
#content .produtos_destaque .special-price .price-old{
	left: 0;
	width: 100%;
	color: #DEB3B2;
	font-size: 14px;
	line-height: 1em;
	text-decoration: line-through;

}
/*
#content .box-product .special-price .price-old {
	left: 0;
	top: 22px;
	width: 100%;
	color: #DEB3B2;
	font-size: 14px;
	line-height: 1em;
	position: absolute;
	text-decoration: line-through;
}
*/
#content .produtos_destaque .special-price .price-fixed {
    text-align: center;
}
/*
#content .box-product .special-price .price-fixed {
	line-height: 78px;
    text-align: center;
}
*/
/* ---------- Alterações MSE  ---------- */

#content .box-product .price-tax {
	display: none;
}
#content .box-product .rating {
	text-align: left;
	margin: 0 0 10px 0;
}
/* products list */


.product-list .right:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.product-list .image {
	margin-right: 0;
}
.product-list .name {
	text-align: left;
	margin-right: 90px;
}
.product-list .name a {
	font-size: 18px;
}
.product-list .description {
	text-align: left;
	margin: 10px 90px 15px 0;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	right: 0;
	position: absolute;
	text-align: center;
}
.product-list .cart {
	float: left;
}
/* products grid */
#content .product-grid > div {

	padding: 15px;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;

}
#content .product-grid > div:hover {
	border-color: #00490D;
}


#content .product-grid .image {
	float: none;
	margin: 0 0 11px 0;
	border-bottom: 1px dashed #eee;
}
#content .product-grid .details {
	display: block;
}

#content .product-grid .description {
	display: none;
}
#content .product-grid .rating {
	margin: 4px 0 0 0;
	text-align: center;
}
/* treemenu */
.treemenu {
	padding: 0;
	list-style-type: none;
}
.treemenu li {
	margin: 0;
	padding: 0;
}
.treemenu > li {
	border-bottom: 1px dashed #000;
}
.treemenu li a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px;
	display: list-item;
	text-decoration: none;
	list-style: square inside;
}
.treemenu li a:hover {
	background-color: #94C700;
}
.treemenu li a span {
	color: #000;
}
.treemenu li a:hover span,
.treemenu li a.active span {
	color: #000;
}
.treemenu li ul {
	margin: 0;
	display: none;
	list-style-type: none;
}
.treemenu li a.active + ul {
	display: block;
}
.treemenu ul li {
	border-bottom: none;
	border-top: 1px dashed #000;
}
.treemenu ul li a {
	color: #000;
	padding-left: 25px;
	font-weight: normal;
}
.treemenu ul li a.active {
	font-weight: 600;
	background-color: #fff;
}
/* content */
#content .content:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#content .content .left {
	float: left;
	width: 48%;
}
#content .content .right {
	float: right;
	width: 48%;
}
/* category */
.category-info h1 {
	background: none;
	padding-bottom: 10px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 11px;
	border: 1px solid #E7E7E7;
}
.category-list {
	border-bottom: 1px solid #e3e3e3;
}
.category-list h2 {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
.category-list ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}
.category-list ul li {
	float: left;
	margin: 5px 5px 5px 0;
}
.category-list ul li a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/* 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 {
	padding: 16px 0;
	border-bottom: 1px solid #e3e3e3;
}
.product-filter a {
	text-decoration: none;
}
.product-filter select {
	margin-left: 5px;
	font-weight: normal;
}
.product-filter .display {
	float: left;
	margin-top: 8px;
}
.product-filter .display a {
	color: #666;
}
.product-filter .display a:hover {
	color: #666666;
}
.product-filter .display span {
	color: #666666;
}
.product-filter .display a,
.product-filter .display span {
	margin-right: 20px;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	float: right;
	margin-left: 15px;
}
.product-compare {
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	border-left: 1px solid #eee;
}
/* Product */
.product-info {
	position: relative;
}
.product-info > .left {
	float: left;
}
.product-info > .left + .right {
	margin-left: 280px;
}
.product-info .image {
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 460px;
	margin-left: -4px;
}
.product-info .image-additional a {
	float: left;
	padding: 5px;
	display: block;
	margin: 4px 0 0 4px;
	border: 1px solid #e3e3e3;
}
.product-info .description {
	padding-bottom: 5px;
	margin: 0 /px 10px 0;
	/*border-bottom: 1px solid #E7E7E7;*/
}
.product-info .description span {
	margin: 5px 0;
	min-width: 100px;
	font-weight: 600;
	display: inline-block;
}
.product-info .description a {
	color: #666;
	text-decoration: none;
}
.product-info .price {
	right: 0;
	top: 20px;
	text-align: center;
	position: absolute;
}
.product-info .price a {
	color: #FFF;
	padding: 5px;
	width: 100px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	letter-spacing: -1.5px;
	background-color: #00490D;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.product-info .price .price-fixed {
	width: 96px;
	height: 96px;
	display: block;
/*	line-height: 96px; */
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.product-info .price .special-price {
	background-color: #CC4328;
	text-shadow: 1px 1px 0 rgba(163, 40, 40, 0.65);
}
.product-info .special-price .price-old {
	left: 0;
	top: 35px;
	width: 100%;
	color: #DEB3B2;
	font-size: 16px;
    line-height: 1em;
	position: absolute;
	text-decoration: line-through;
}
.product-info .special-price .price-fixed {
	line-height: 110px;
}
.product-info .reward,
.product-info .price-tax,
.product-info .discount {
	color: #999;
	display: block;
	font-size: 12px;
}
.product-info .price-tax {
	margin-top: 5px;
}
.product-info .options {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.product-info .options h2 {
	font-size: 16px;
}
.product-info .option {
	overflow: hidden;
	margin: 5px 0 15px 0;
}
.product-info .option strong {
	width: 135px;
	margin: 6px 0;
	display: inline-block;
}
.product-info .option select,
.product-info .option input[type*="text"] {
	width: 210px;
}
.product-info .option textarea {
	width: 270px;
}
.product-info .option input[type*="button"] {
	padding: 5px;
	text-indent: 0;
}
.product-info .multi div,
.product-info .multi strong,
.product-info .multi textarea,
.product-info .multi .required {
	float: left;
	display: block;
}
.product-info .multi div {
	margin-left: 5px;
}
.product-info .multi .required {
	margin: 6px 6px 6px 4px;
}
.product-info .multi:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.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 {
	margin-top: 5px;
}
.product-info .cart:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart #button-cart {
	font-size: 16px;
	margin: 3px 10px 0 0;
	padding: 5px 13px 5px 36px;
	background-position: 12px 9px;
}
.product-info .cart > div a {
	color: #666;
	display: block;
	font-size: 12px;
	text-decoration: none;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	text-align: center;
	margin: 0 180px 10px 0;
	border-bottom: 1px solid #E7E7E7;
}
.product-info .review .show-review,
.product-info .review .new-review {
	text-decoration: none;
}
.product-info .review .show-review {
	color: #999;
	line-height: 20px;
	margin-left: 20px;
}
.product-info .review .new-review {
	margin: 10px 0;
	font-weight: 600;
	padding-left: 20px;
	display: inline-block;
	background: url(../image/icons/icon16-edit-orange.png) left center no-repeat;
}
.product-info .review img {
	vertical-align: middle;
}
.product-info .review .share {
	padding: 15px 0;
	overflow: hidden;
}
.product-info .review .share img {
	float: left;
	padding-right: 5px;
}
.product-info .review .share a {
	padding: 0 5px;
	line-height: 16px;
	text-decoration: none;
}
.product-info .share {
	overflow: hidden;
}
.review-list {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.review-list .author {
	display: inline;
}
.review-list .author b {
	color: #000;
}
.review-list .rating {
	display: inline;
	vertical-align: sub;
}
.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: #444;
	font-size: 14px;
	font-weight: 600;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #444;
	font-weight: 600;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.compare-info tr td:first-child {
	font-weight: 600;
	text-align: right;
}
table.compare-info thead td {
	color: #666;
}
table.compare-info thead td,
table.compare-info thead tr td:first-child {
	font-size: 14px;
	background: #e3e3e3;
	text-align: left;
}
table.compare-info thead td,
table.compare-info tbody td {
	padding: 7px;
}
table.compare-info td {
	width: 20%;
	text-align: center;
}
table.compare-info .price-old {
	color: #CC4328;
	font-weight: 600;
	text-decoration: line-through;
}
table.compare-info .price-fixed {
	font-weight: 600;
}
table.compare-info td.remove img {
	vertical-align: middle;
}

.login-content h2 {
	font-size: 24px;
	font-weight: 600;
}
.login-content p strong {
	margin: 4px 0;
}
.login-content > .left {
	float: left;
	width: 48%;
}
.login-content > .right {
	float: right;
	width: 48%
}
.login-content > .right a {
	line-height: 32px;
}
.login-content .left .content,
.login-content .right .content {
	min-height: 200px;
}
.login-content .right p strong {
	display: block;
}
.login-content .right p input[type*="text"],
.login-content .right p input[type*="password"] {
	width: 100%;
}
.return-captcha:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.return-captcha .left,
.return-captcha .right {
	float: left;
}
.return-captcha .left {
	margin: 4px 10px 4px 0;
}
.return-captcha .right {
	margin-bottom: 10px;
}
.return-captcha .right p {
	margin-bottom: 5px;
}
/* orders */
.order-list table {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.order-list table td {
	padding: 7px;
	text-align: center;
}
.order-list thead td {
	font-weight: bold;
	background-color: #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.order-list tbody td {
	border-bottom: 1px solid #E3E3E3;
}
.order-list tbody td.order-status {
	font-weight: bold;
}
.order-list tbody td.order-total {
	color: #C64132;
	font-weight: bold;
}
.order-list tbody img {
	vertical-align: middle;
}
.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 table.form {
	margin: 0;
}
#return-product table.form input[type*="radio"] {
	margin-left: 0;
}
#return-product table.form label {
	margin-right: 10px;
}
.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 {
	margin: 20px 0;
}
.cart-info table {
	border-right: 1px solid #e3e3e3;
}
.cart-info table td {
	border-right: none;
	text-align: center;
}
.cart-info table td.quantity {
	white-space: nowrap;
}
.cart-module {
	padding-bottom: 20px;
}
.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;
	min-width: 100px;
	font-weight: 600;
	text-align: right;
}
.cart-total td.total {
	color: #C54032;
}
/* checkout */
.checkout-heading {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #00490D;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.checkout-heading a {
	color: #fff;
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	display: none;
	padding: 0 0 15px 0;
}
.checkout-content .left {
	width: 48%;
	float: left;
}
.checkout-content .right {
	width: 48%;
	float: right;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
	text-align: center;
}
.checkout-product td.name {
	text-align: left;
}
.checkout-product td.name a {
	font-weight: 600;
}
.checkout-product td.price {
	color: #C54032;
}
.checkout-product td.total {
	color: #C54032;
	text-align: center;
}
.checkout-product thead td {
	color: #666;
	font-weight: 600;
	background-color: #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.checkout-product thead td.total {
	color: #666;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e3e3e3;
}
.checkout-product tfoot td {
	font-weight: 600;
	text-align: right;
	border-bottom: 1px solid #e3e3e3;
}
.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 {
	padding: 0px 0 0px 0;
	background-color:#9C0;
 
}
#footer h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;

}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul li {
	margin: 10px 0;
	list-style-type: none;
}
#footer .column a {
	color: #ddd;
	font-size: 12px;
	padding-left: 20px;
	background: url(../image/icons/icon-arrow.png) left center no-repeat;
}
#footer .column a:hover {
	color: #fff;
}
#powered {
	color: #666;
	padding: 20px 0 10px;
}
/* banner */
.banner {
		margin-top: 10px;
			margin-right: 18px;
	margin-bottom: 10px;
}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
