@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #333D46;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #333D46;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 31px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #333D46;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 700;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #333D46;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #ADB2B4;
}
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;
}
/* layout */
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#column-left {
	float: left;
	width: 205px;
	margin-right: 28px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 233px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header{float:left; width:100%; height:106px; margin:0 0 79px; padding:0; position:relative; 
	border-bottom:6px solid #9FDADE;background: #fff;}
#header #logo{left:0; position:absolute; z-index:2000;}

.body_home #header{ margin:0 !important; border:0 !important;}

#language {
	/*top: 15px;
	left: 320px;
	width: 80px;*/
	color: #999;
	/*line-height: 17px;*/
	float: left;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 35px;
	/*position: absolute;*/
/*	top: 15px;
	left: 425px;*/
	color: #999;
	/*line-height: 17px;*/
	float:left;
	text-align: center;
}
#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;
	right: 155px;
	z-index: 999;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 22px;
	padding-left: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333D46;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #858B90;
	text-decoration: none;
	font-size: 15px;
}
#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 #C2C5C8;
	border-left: 1px solid #C2C5C8;
	border-right: 1px solid #C2C5C8;
	border-bottom: 1px solid #C2C5C8;
/*	-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: 12px;
	padding-top: 10px;
	padding-bottom: 14px;
	border-top: 1px solid #C2C5C8;
	border-left: 1px solid #C2C5C8;
	border-right: 1px solid #C2C5C8;
/*	-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 #C2C5C8;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #C2C5C8;
	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;
}
#header #search {
	right: 0px;
	width: 100%;
	z-index: 15;
	float: left;
	margin-top: 17px;
	margin-bottom: 13px;
}
#header .button-search {
	position: absolute;
	right: 0px;
	background: url('../image/search_icon.png') center center no-repeat;
	width: 50px;
	height: 32px;
	/*border-right: 1px solid #CCCCCC;*/
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	/*padding: 1px 1px 1px 33px;*/
	width: 306px;
	height: 24px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 0px 0px 5px #C2C5C8;
	-moz-border-radius: 0px 0px 5px #C2C5C8;
	-khtml-border-radius: 0px 0px 5px #C2C5C8;
	border-radius: 0px 0px 5px #C2C5C8;
	-webkit-box-shadow: 0px 0px 5px #C2C5C8;
	-moz-box-shadow: 0px 0px 5px #C2C5C8;
	box-shadow: 0px 0px 5px #C2C5C8;
	float:right;
	font-size: 16px;
	padding-left: 10px;
}
.header_background .container #welcome {
	top: 47px;
	right: 0px;
	z-index: 5;
	text-align: right;
	color: #858B90;
	float:right;
	font-size: 15px;
	line-height: 14px;
}
.header_background .container #welcome a{
	font-size: 15px;
	color: #858B90;
	text-decoration: none;
	margin-left: 10px;
}

.header_background .container #welcome :first-child{
	padding-right: 10px;
	border-right: 1px solid #858B90;
	margin-left: 0;
}

.header_background .container .links {
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
	float: left;
	line-height: 14px;
	margin-left: 14px;
}
.header_background .container .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #858B90;
	text-decoration: none;
	font-size: 15px;
}
.header_background .container .links a + a {
	margin-left: 8px;
	border-left: 1px solid #858B90;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #333D46;
	height: 37px;
	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 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #333D46;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #333D46;
	-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: #333D46;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	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;
	float:left;
	width: 905px;
}
.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;
}
.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: #333D46;
}
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 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	background-color: #EBECED;
	margin-top: 40px
}
.pagination .links {
	float: right;
	font-size: 14px;
	color: #858B90;
	padding: 6px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #C2C5C8;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	background: #FFFFFF;
	color: #C2C5C8!important;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #C2C5C8;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	background: #FFFFFF;
}
.pagination .results {
	float: left;
	font-size: 14px;
	color: #858B90;
	margin-top: 4px;
	padding: 6px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #333D46;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	/*background: url('../image/button.png') repeat-x;*/
	-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;
	background: rgba(181,227,230,1);
	background: -moz-linear-gradient(top, rgba(181,227,230,1) 0%, rgba(159,218,222,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,227,230,1)), color-stop(100%, rgba(159,218,222,1)));
	background: -webkit-linear-gradient(top, rgba(181,227,230,1) 0%, rgba(159,218,222,1) 100%);
	background: -o-linear-gradient(top, rgba(181,227,230,1) 0%, rgba(159,218,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(181,227,230,1) 0%, rgba(159,218,222,1) 100%);
	background: linear-gradient(to bottom, rgba(181,227,230,1) 0%, rgba(159,218,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e3e6', endColorstr='#9fdade', GradientType=0 );
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 25px 0px 25px;
}
a.button:hover, input.button:hover {
	/*background-position: 0px -24px;*/
}
.buttons {
	/*background: #FFFFFF;*/
	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 {float:left; width:100%;
	height: 33px;
	line-height: 16px;
	/*border-bottom: 1px solid #DDDDDD;*/
}
.htabs a {
	border-top: 1px solid #D7D9DA;
	border-left: 1px solid #D7D9DA;
	border-right: 1px solid #D7D9DA;
	background: #D7D9DA;
	padding: 8px 15px 8px 15px;
	float: left;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: #333D46;
	margin-right: 2px;
	display: none;
	font-weight: 300;
}
.htabs a.selected {
	padding: 8px 15px 8px 15px;
	background: #333D46;
	color: #FFF!important;
	border-top: 1px solid #333D46;
	border-left: 1px solid #333D46;
	border-right: 1px solid #333D46;
	}
.tab-content {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
	/*padding: 10px;*/
	margin-bottom: 20px;
	z-index: 2;
	/*overflow: auto;*/
	width: 100%;
	float:left;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	padding: 12px 10px 5px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	color: #333D46;
	font-weight: 700;
	border-bottom: 1px solid #C2C5C8;
}
.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: 130px;*/
	display: inline-block;
	vertical-align: top;
	margin-left: 34px;
	margin-bottom: 20px;
	float: left;
}

.box-product > div:first-child{
	margin-left: 0;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	/*padding: 3px;*/
	border: 1px solid #C2C5C8;
}
.box-product .name a {
	color: #333D46;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	text-align: center;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #DE8602;
	margin-bottom: 4px;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
}
.box-product .price-old {
	color: #ADB2B4;
	text-decoration: line-through;
}

span.price-old{
	color: #ADB2B4!important;
}

.box-product .price-new {
	/*font-weight: bold;*/
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
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 {
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
	font-size: 15px;
	padding: 0 5px 8px 0px;
}

ul.box-category > li > a:hover{
	color: #ADB2B4;
}

ul.box-category > li > a.active{
	color: #ADB2B4;
}

ul.box-category > li ul {
	display: block;
}
ul.box-category > li a{
	display: block;
}

ul.box-category > li a.active {
	color: #ADB2B4;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 0 5px 8px 0px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
	font-size: 15px;
}
ul.box-category > li ul > li > a:before{
	content: "»";
	margin-right: 10px;
}

ul.box-category > li ul > li > a.active {
	color: #ADB2B4;
}
/* 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 #C2C5C8;	
	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: 20px;
	/*border: 1px solid #C2C5C8;*/
}
#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 #ADB2B4;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 25%;
	list-style-type: none;
	padding: 0;
}

.category-list ul a:before {
content: "»";
margin-right: 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 {
	overflow: auto;
	background-color: #EBECED;
	height: 40px;
	margin-bottom: 20px;
	line-height: 39px;
	padding: 0 6px 0 6px;
}
.product-filter .display {
	/*width:69px;*/
	margin-right: 8px;
	float: left;
	color: #333;
	margin-top: 4px;
}
.product-filter .display a {
	font-weight: bold;
}

.product-filter .display .list,
.product-filter .display .grid{float:left; width:29px; height:29px; border:1px solid #C2C5C8; text-indent:-9999px;
	background:#FFF url('../image/icons/grelha.png') 0 2px no-repeat;}
.product-filter .display .list{margin-right: 3px;background:#FFF url('../image/icons/lista.png') 0 2px no-repeat;}

.product-filter .display .list:hover,
.product-filter .display .grid:hover{ background-position:left bottom;}
.product-filter .display .list a,
.product-filter .display .grid a{float:left; width:100%; height:100%;}

.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	font-weight: bold;
	float:left;
}
.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 #C2C5C8;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #ADB2B4;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333D46;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.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: #DE8602;
	font-size: 19px;
	font-weight: 700;
}
.product-list .price-old {
	color: #AEB2B5;
	text-decoration: line-through;
	font-size: 19px;
}
.product-list .price-new {
	color: #DE8602;
	font-size: 19px;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333D46;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333D46;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	overflow: auto;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin-right:43px;
	margin-bottom: 35px;
	width: 208px;
}
.product-grid > div.last{margin-right:0;}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #C2C5C8;
}
.product-grid .name a {
	color: #333D46;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	color: #DE8602;
	margin-bottom: 4px;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
}
.product-grid .price-old {
	color: #AEB2B5;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: 700;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333D46;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333D46;
	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: 339px;
}
.product-info .image {
	border: 1px solid #ADB2B4;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #ADB2B4;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #ADB2B4;
	/*border-bottom: 1px solid #ADB2B4;*/
	padding: 10px 0px 0px 0px;
	/*margin-bottom: 5px;*/
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	/*color: #333D46;*/
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
	float: left;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #ADB2B4;
	padding: 8px 0px 8px 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333D46;
	border-top: 1px solid #ADB2B4;
	font-weight: 700;
}
.product-info .price-old {
	color: #AEB2B5;
	text-decoration: line-through;
	font-size: 22px;
	font-weight: 300;
}
.product-info .price-new {
	color: #DE8602;
	font-size: 22px;
	font-weight: 300;
}
.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 #ADB2B4;
	padding: 0px 0px 20px 0px;
	color: #333D46;
	font-size: 15px;
	color: #333D46;
	font-weight: 300;
}
.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 #ADB2B4;
	padding: 20px 0px 20px 0px;
	color: #4D4D4D;
	font-size: 15px;
}
.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 #ADB2B4;
	border-left: 1px solid #ADB2B4;
	border-right: 1px solid #ADB2B4;*/
	/*margin-bottom: 10px;*/
}
.product-info .review > div {
	padding: 8px 0 7px 0;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-top: 1px solid #ADB2B4;
	padding-top: 16px;
	padding-bottom: 0;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #C2C5C8;
}
.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%;
	margin-bottom: 55px;
	margin-top: 21px;
	margin-left: 17px;
}
.attribute thead{display: none;}
.attribute thead td, .attribute thead tr td:first-child {
	color: #333D46;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #333D46;
	font-weight: bold;
	text-align: left;
	width: 25%;
}
.attribute td {
	/*padding: 7px;*/
	color: #4D4D4D;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	/*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: #333D46;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #333D46;
	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: #AEB2B5;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #AEB2B5;
}
.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 #C2C5C8;
	border-bottom: 1px solid #C2C5C8;
}
.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 #C2C5C8;
	border-bottom: 1px solid #C2C5C8;
}
.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 #C2C5C8;
	border-bottom: 1px solid #C2C5C8;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .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: #AEB2B5;
	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-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 */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 23px 0 29px;
	margin-top: 12px;
	background-color: #E3F4F6;
/*	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;*/
}

#wrapper{
	float: left;
	width: 100%;
	background: url('../image/footer-shadow.png') top center no-repeat;
	height: 175px;
}

#footer h3 {
	color: #333D46;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 700;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0px;
}
#footer .column ul li {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
}
#footer .column a {
	text-decoration: none;
	color: #5B646B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#footer .column a:before{
	content: "»";
	margin-right: 5px;
}

#footer .column a:hover {
	text-decoration: none;
}
#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;
}

/* CUSTOM */

#footer .social{float: left;}


#footer .social .facebook{
	background: url('../image/facebook.png') no-repeat;
	width: 13px;
	height: 27px;
	float:left;
	margin-top: 6px;
	margin-right: 13px;
}

#footer .social .twitter{
	background: url('../image/twitter.png') no-repeat;
	width: 27px;
	height: 22px;
	float:left;
	margin-top: 8px;
}

.header_links{
width: 100%;
float: left;
position: relative;
}

.header_background{float:left; width:100%; height:40px; background:#333D46;}
.header_background .container{margin-top:12px;}

.box .box-heading{margin-bottom: 33px;}

.box .box-content{
	border-radius: none;
	border:none;
	padding: 0;
}
.box .box-content .box-product .image{margin-bottom: 5px;}

.box .box-content .box-product .cart{
	width: 100%;
}

.box .box-content .box-product input.button{
	width: 60%;
	margin-left: 20%;
}

.box .box-content .box-product .price{
	margin-bottom: 5px;
}

.box .box-content .box-product .name{
	margin-bottom: 8px;
}

#supermenu{
float: right;
width: 100%;
background-color:none!important;
background-image:none!important;
}

#supermenu ul{float: right;}

.slideshow .nivoSlider{width: auto!important;border-bottom: 4px solid #9FDADE;margin-bottom: 36px!important;}

.slideshow .nivo-controlNav{
	right:0!important;
	width: 100%;
	right: 0;
}

.slideshow .nivo-controlNav a{
	margin-right: 0!important;
}

.slideshow .nivo-directionNav a{
	background: none!important;
	width: 45px!important;
	height: 85px!important;
}

.slideshow a.nivo-prevNav{
	background: url('../image/prev.png') no-repeat!important;
}

.slideshow a.nivo-nextNav{
	background: url('../image/next.png') no-repeat!important;
}

#header #cart .heading h4{
	display: none;
}

.cart-icon{
	background: url('../image/cart-icon.png') no-repeat;
	width: 23px;
	height: 18px;
	float:left;
	margin-right: 7px;
}

.powered{margin-top: 18px;width: 100%;
float: left;margin-bottom: 20px;}
.powered .copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #858B90;
	float:left;
	line-height: 28px;
}

.powered .payment{background: url('../image/payment.png') no-repeat;
width: 350px;
height: 29px;
float:right;
}

/* category */
.breadcrumb,
.breadcrumb a{
	color:#858B90;
	text-decoration: none;
	font-size: 15px;
}
.product-filter select{height: 27px;font-size: 14px;color:#858B90;font-family: 'Open Sans', sans-serif;}

.product-filter .limit,
.product-filter .product-compare a,
.product-filter .sort{
	font-size: 14px;
	color:#858B90;
	font-weight: 400!important;
}
.product-grid .wishlist, .product-grid .compare{
	display: none;
}

.product-grid input.button{
	width: 60%;
	margin-left: 20%;
}
#header #cart .heading a span{background: none;}

/* product */

.product-info h2{margin-bottom: 0;margin-top: 24px;font-weight: 700;color:#333D46;text-transform: uppercase;}

.product-info .description .text{font-size: 15px;}

.product-info select{font-size: 15px;margin-top: 8px;background:#FFF;color:#858B90;width: 247px;height: 27px;}

.product-info input[type="checkbox"]{font-size: 16px;margin:0;padding: 0;margin-top: 8px;}

.product-info input[type="text"]{font-size: 15px;}

.product-info h1{font-size: 23px;}

.product-info .cart .links{float: right;line-height: 16px;font-size: 13px;}
.product-info .cart .links a{text-decoration: none;}

.product-info .price-tax,
.product-list .price-tax,
.product-list .wishlist a,
.product-list .compare a
{display: none;}

.product-info .required{display: none;}

.product-info .review a{
	text-decoration: none;
	font-size: 14px;
	float:left;
}
.product-info .review > div{float:left;display: inline-block;width: 100%;}

.product-info .review > div img {float:left;margin-right: 7px;}

.product-info .review > div .review-icon{
	float: left;
	background: url('../image/review-icon.png') center no-repeat;
	width: 15px;
	height: 15px;
	margin-left: 19px;
	margin-right: 7px;
	}

/* column-left */
#column-left .box{
	margin-bottom: 36px;
}

#column-left .box-product > div{
	float: left;
	width: 100%;
	margin-left: 0;
	margin-bottom: 2px;
}

#column-left .box-product .image{
	float:left;
	margin-right: 10px;
}
#column-left .box-product .name{margin-bottom: 0;}
#column-left .box-product .name a{
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 13px;
	margin-bottom: 2px;
}

#column-left .box-product input.button{
	float: left;
	font-size: 10px;
	width: 82px;
	margin-left: 0;
	height: 26px;
	padding:0;
	font-weight: 700;
	height: 18px;
}

#column-left .box-product .price{
	text-align: left;
	font-size: 15px;
}

#column-left .box-heading{margin-bottom: 15px;padding-top: 2px;font-weight: 700;}

#column-left ul.box-category > li{
	padding: 0px 0 0 0;
}

#column-left ul.box-category > li > a:before{content: "»";margin-right: 10px;}

/**
* ED
*/

/* CURRENCY AND LANG */
.dropdown-menu{width:100%; margin:0; padding:0; top:28px; left:0; position:absolute; z-index:9999; 
	background:#333D46; display:none;}
.dropdown-menu li{float:left; width:100%; list-style:none;}
.dropdown-menu li a{float:left; width:100%;}

#language,
#currency{position:relative;width: 35px;}

#language:hover .dropdown-menu,
#currency:hover .dropdown-menu{display:block;}

#language a,
#currency a{color:#999; padding:0 0 9px;text-align: center;}

#currency a b,#language a b  {background: url('../image/caret.png') center no-repeat;width: 9px;height: 6px;position: absolute;top: 6px;
left: 25px;}

/* SLIDESHOW */
.slideshow{float:left; width:100%;}

#carousel0{
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

#carousel0 .jcarousel-skin-opencart .jcarousel-next-horizontal{
	background: url('../image/manu-next.png') center no-repeat;
	top: -64px;
	right: 0;
	width: 29px;
	height: 29px;
}

#carousel0 .jcarousel-skin-opencart .jcarousel-prev-horizontal{
	background: url('../image/manu-prev.png') center no-repeat;
	top: -64px;
	right: 30px;
	width: 29px;
	height: 29px;
}

#carousel0 .jcarousel-skin-opencart .jcarousel-container-horizontal{
	padding: 0;
}

/* TABS*/
.body_home .htabs{background-color:#9FDADE; margin-bottom: 33px;height: 39px;text-transform: uppercase;}

.body_home .htabs a{margin: 0 0 0 -15px; padding:11px 25px 11px 20px; border:none; line-height: 17px;color:#fff;
	background: url('../image/icons/destak-arrow.png') left top no-repeat;}
.body_home .htabs a:first-child{margin:0; background:none;}

.body_home .htabs a.selected{color:#FFF!important; background:url('../image/bg/destak-active.jpg') right top no-repeat;}

.body_home #latest_products .jcarousel-skin-opencart .jcarousel-item-horizontal,
.body_home #featured_products .jcarousel-skin-opencart .jcarousel-item-horizontal,
.body_home #special_products .jcarousel-skin-opencart .jcarousel-item-horizontal,
.body_home #popular_products .jcarousel-skin-opencart .jcarousel-item-horizontal

{width: 211px!important;padding: 0;margin-right: 35px;}

.body_home #tab-latest-0 .jcarousel-skin-opencart .jcarousel-next-horizontal,
.body_home #tab-featured-0 .jcarousel-skin-opencart .jcarousel-next-horizontal,
.body_home #tab-special-0 .jcarousel-skin-opencart .jcarousel-next-horizontal,
.body_home #tab-popular-0 .jcarousel-skin-opencart .jcarousel-next-horizontal
{
	top: -72px;
	background: url('../image/next-carousel.png') center no-repeat;
	height: 39px;
	width: 35px;
	right: 0;
}

.body_home #tab-latest-0 .jcarousel-skin-opencart .jcarousel-prev-horizontal,
.body_home #tab-featured-0	.jcarousel-skin-opencart .jcarousel-prev-horizontal,
.body_home #tab-special-0 .jcarousel-skin-opencart .jcarousel-prev-horizontal,
.body_home #tab-popular-0 .jcarousel-skin-opencart .jcarousel-prev-horizontal
{
	top: -72px;
	right: 36px;
	background: url('../image/prev-carousel.png') center no-repeat;
	height: 39px;
	width: 35px;
}

.body_home #tab-latest-0 .jcarousel-skin-opencart .jcarousel-container-horizontal,
.body_home #tab-featured-0 .jcarousel-skin-opencart .jcarousel-container-horizontal,
.body_home #tab-special-0 .jcarousel-skin-opencart .jcarousel-container-horizontal,
.body_home #tab-popular-0 .jcarousel-skin-opencart .jcarousel-container-horizontal
{
	padding: 0;
}

.jcarousel-list.jcarousel-list-horizontal{
	width:3000px!important;
}

#tab-latest-0 a img,
#tab-featured-0 a img,
#tab-special-0 a img,
#tab-popular-0 a img
{
	border: 1px solid #C2C5C8!important;
}
#tab-latest-0 .name,#tab-featured-0 .name,#tab-special-0 .name,#tab-popular-0 .name{margin-bottom: 5px;}


#tab-latest-0 .name a,
#tab-featured-0 .name a,
#tab-special-0 .name a,
#tab-popular-0 .name a{
	text-decoration: none;
	font-size: 14px;
	color: #333D46;
	font-weight: 700;
}

#tab-latest-0 .price,
#tab-featured-0 .price,
#tab-special-0 .price,
#tab-popular-0 .price{
	font-size: 19px;
	color: #DE8703;
	margin-bottom: 3px;
	font-weight: 300;
}

#carousel0 h2{
	font-weight: 300;
	border-bottom: 1px solid #C2C5C8;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

/* CAROUSEL RELATED */
.box.ecproductcarousel{float: left;}

#ecproductcarousel0{left:0!important;}

.box.ecproductcarousel .box-heading {margin-bottom: 14px;}

.list_carousel li{
	margin-right: 41px!important;
	margin-left: 0!important;
}

.list_carousel .name{margin-top: 10px;margin-bottom: 10px;}

.list_carousel .name a,
.list_carousel .name a:hover
{
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #333D46;
}

.list_carousel .price{
	font-size: 19px;
	color: #DE8703;
	margin-bottom: 5px;
}

.list_carousel .description{display: none;}


.ecproductcarousel .box-content{overflow: visible!important;position: relative;}

.carousel-controls .pager{display: none!important;}

#ecnext0.next{
	background: url('../image/manu-next.png') center no-repeat;
	top: -48px;
	margin-right: 0;
	width: 29px;
	height: 29px;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
	text-indent: -1000px;
	position: absolute;
	opacity: 1;
}

#ecprev0.prev{
	background: url('../image/manu-prev.png') center no-repeat;
	top: -48px;
	width: 29px;
	height: 29px;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
	text-indent: -1000px;
	position: absolute;
	margin-right: 32px;
	opacity: 1;
}

.list_carousel .image a img{
	border: 1px solid #C2C5C8!important;
}

div#tab-description{
	border: 1px solid #DDDDDD;
}

body{background: #E3F4F6 url('../image/background-gradient.jpg') top center repeat-y;}

.dropdown#language{
	padding: 0 0 13px;
}

#supermenu ul li.tlli.mkids a.tll:after{
	background: url('../image/drop-down.png') center no-repeat;
	margin-left: 5px;
	width: 9px;
	height: 6px;
	content: '';
	float: right;
	margin-top: 5px;
}

#column-right .box-content ul li:before{
	content: "»";
	margin-right: 10px;
}

#column-right .box-content ul{
	list-style-type: none;
	padding: 0;
}

#column-right .box .box-heading{
	margin-bottom: 15px;
}