html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 15px;
	font-weight: 700;
	background: #168bce;
}
h2 {
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.grey-container h2 {color:#000;}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #168bce;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
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;
}
table.form tr td input[type='text'], table.form tr td input[type='password'] {
	width: 100%;
	max-width: 250px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
table.form tr td select {
	width: 100%;
	max-width: 250px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	max-width: 1140px;
	min-width: 300px;
	padding: 0 10px 0 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 240px;
	border-radius: 10px;
	background: #2b2b2b;
	margin-bottom: 20px;
}
#column-left .inside {
	padding: 20px;
}
#column-right {
	float: right;
	width: 160px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 260px;
}
#column-right + #content {
	margin-right: 180px;
}
/* header */
#header {
	position: relative;
	z-index: 99;
	margin: 15px 180px 0 250px;
	text-align: center;
}
#language {
	color: #999;
	line-height: 17px;
	max-width: 100px;
}
#language table {width: 100%;table-layout:fixed; border-spacing: 5px 0;margin: 0 auto 0 auto;padding-top: 5px;}
#language img {
	cursor: pointer;
	max-width: 100%;
	height:auto;
}
#currency {
	color: #999;
	line-height: 25px;
	background: #000;
	border: 1px solid #3f3f3f;
	text-align: center;
}
#currency table {width: 100%;border-spacing:0;margin:0 auto 0 auto; min-height:26px;}
#currency table td a{margin-left: 2px;margin-right:2px;}
#currency a {
	display: inline-block;
	color: #c2c2c2;
	text-decoration: none;
	font-size: 13px;
}
#currency a:hover{
	color:#ffa126;
	text-decoration: underline;
}
#currency a b {
	color: #ffa126;
	text-decoration: underline;
	font-weight: 400;
}
#header #cart {
	position: relative;
	z-index: 9;
	background: #E1E1E1;
}
#header #cart .heading {
	width: 100%;
	padding: 6px 0 6px 0;
	background: #000;
	position: relative;
	z-index: 1;
	color: #c2c2c2;
	text-align: center;
	border: 1px solid #3F3F3F;
	margin-left:-1px;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	color: #ffa126;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 28px;
	padding: 8px 0 8px 0;
	min-height: 100px;
	border-radius: 0 0 10px 10px;
	background: #f0f0f0;
	max-width: 400px;
	width:100%;
	color: #000;
	border: 2px solid #888;
	box-shadow: 0 0 10px #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header #cart.active .heading {
}
#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 dashed #999;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
	text-align: left;
}
.mini-cart-info .name {text-align:left;}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
	white-space: nowrap;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
	padding:5px;
}
.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: 0 5px;
}
.mini-cart-total tr:first-child td {padding: 0 5px 10px 5px;}
.mini-cart-total tr:last-child td {padding: 10px 5px 0 5px;}

.mini-cart-total td.nowrap {
	white-space: nowrap;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .checkout a + a {
	padding-right: 10px;
}
#header #cart .empty {
	padding-top: 40px;
	text-align: center;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	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 #333;
	-moz-box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px #333;
	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: #000000;
	-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 #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
	display:none;
}
.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;
	position:relative;
}
.success {
	background: #FFE769 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #424242;
	-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 img {
	padding:10px;
}
.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;
	width: auto;
	height:auto;
}
.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 {
	min-width: 100px;
}
table.form > * > * > td {
	color: #fff;
}
table.form td {
	padding: 4px;
	min-width: 100px;
	width: 50%;
}
input.large-field, select.large-field {
	width: 100%;
	min-width: 250px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
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: #2b2b2b;
	cursor: pointer;
}
.pagination {
	border-top: 1px dashed #333;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #333;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.jpg') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #333;
	-moz-box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px #333;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 4px 12px 3px 12px;
}

input.button {
	margin: 0;
	border: 0;
	height: 19px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: url('../image/button-hover.jpg') repeat-x;
}
.buttons {
	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: 36px;
	line-height: 16px;
}
.htabs a {
	background: #FFFFFF;
	padding: 5px 15px 5px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin: 0 5px 10px 5px;
	display: none;
	border-radius: 10px;
}
.htabs a:first-child {
	margin-left: 0;
}
.htabs a:last-child {
	margin-right: 0;
}
.htabs a.selected {
	padding-bottom: 15px;
	background: #f0f0f0;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
.tab-content {
	background: #f0f0f0;
	border-radius: 0 10px 10px 10px;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
#column-right .box {
	background: #f0f0f0;
	border-radius: 10px;
}
.box .box-heading {
	text-align:center;
	padding: 8px 10px 7px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	background: rgb(22, 139, 206);
}
#column-right .box-heading {
	background: #f0f0f0;
	color: #f00;
	text-transform: uppercase;
	border-radius: 10px;
}
.box .box-content {
	padding: 8px 0 10px 0;
}
#column-right .box-content {
	padding: 0;
}
/* box products */
.box-product {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.box-product > div .inner {
	margin: 5px 5px 8px 5px;
	background: #f0f0f0;
	border-radius: 10px;
	padding: 5px;
}
#column-left + #column-right + #content .box-product > div {
	width: 32%;
}
#column-left .box-product > div .inner, #column-right .box-product > div .inner  {
	width: 150px;
	margin: 0 0 10px 0;
} 
.box-product .stock{
	margin-top: 5px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	max-width: 100%;
}
.box-product .name a {
	color: #168bce;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #f00;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #333;
	text-decoration: line-through;
}
.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  a {
	text-decoration: none;
	color: #c2c2c2;
}
ul.box-category > li  a:hover {
	text-decoration: underline;
	color: #fff;
}

ul.box-category > li a.active {
	text-decoration: underline;
}
ul.box-category > li a.active {
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
	list-style:none !important;
}
ul.box-category > li ul > li > a.active {
	text-decoration: underline;
}
/* 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 #333;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
#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;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom: 20px;
	padding: 8px;
	background: #2b2b2b;
	border-radius: 5px;
}
.manufacturer-heading {
	background: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
	border: 1px solid #3F3F3F;
	border-radius: 5px;
}
.manufacturer-list ul {
	display:inline-block;
	width: 32%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
.manufacturer-list ul  li {
	text-align: center;
	margin-bottom: 10px;
}
.manufacturer-list ul  li a {
	color: #c2c2c2;
}
.manufacturer-list ul  li img {
	max-width:100%;
}
/* product */
.product-filter {
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
	border-top: 1px dashed #333;
	padding-top: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #7C7C7C;
}
.product-filter .display  b {color: #fff;}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #7C7C7C;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #7C7C7C;
}
.product-compare {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #333;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 10px;
	background: #f0f0f0;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	text-align: center;
	max-width:140px;
}
.product-list > div + div {
	padding-top: 15px;
}
.product-list .image {
	float: left;
	margin-right: 5px;
}
.product-list .image img {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	text-align: center;
	color: #f00;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 10px;
}
.product-list .price-old {
	color: #333;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .stock {
	margin-bottom: 8px;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid { text-align:center; }
.product-grid > div {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.product-grid > div .inner {
	margin: 5px 5px 8px 5px;
	background: #f0f0f0;
	border-radius: 10px;
	padding: 5px;
}
#column-left + #column-right + #content .box-product > div {
	width: 32%;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {max-width: 100%;}
.product-grid .name a {
	color: #38B0E3;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 5px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #f00;
	margin-bottom: 5px;
}
.product-grid .price-old {
	color: #333;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.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: #333333;
	text-decoration: none;
	display: block;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
	background: #f0f0f0;
	border-radius: 10px;
	padding: 10px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 350px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image img {max-width: 100%;}
.product-info .image-additional {
	width: 350px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	background: #fff;
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.clearfix:after {clear:right; display:table; content: " ";}
.product-info .description span {
	color: #168bce;
}
span.green {
	color: #028302 !important;
	font-weight: bold;
	padding-left: 15px;
	background:url('../image/shop01/stock_green.gif') 4px center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
span.red {
	color: #f00 !important;
	font-weight: bold;
	padding-left: 15px;
	background:url('../image/shop01/stock_red.gif') 4px center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	padding: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #f00;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
}
.product-info .price-old {
	color: #333;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	font-style: italic;
}
.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 {
	background: #fff;
	border: 1px solid #999;
	padding: 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: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
	color: #4D4D4D;
	text-align: center;
	background: #fff;
}
.product-info .cart div {text-align: center;}
.product-info .cart div > span {
	display: block;
	padding-top: 5px;
	margin-top: 5px;
	color: #999;
	border-top: 1px dashed #999;
}
.product-info .cart .links {
	display: block;
	vertical-align: middle;
}
.product-info .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	background: #fff;
	border: 1px solid #999;
	padding: 5px;
}
.product-info .review > div {
	padding: 5px 0 5px 0;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-top: 1px dashed #999;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #333;
}
.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 #333;
	border-left: 1px solid #333;
	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 #333;
	border-bottom: 1px solid #333;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	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 #333;
	border-bottom: 1px solid #333;
}
.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 #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #333;
}
.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 #333;
}
.wishlist-info tbody .image img {
	border: 1px solid #333;
}
.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: 33%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 33%;
	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 #333;
	border-bottom: 1px solid #333;
}
.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 #333;
	border-bottom: 1px solid #333;
}
.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 #333;
	border-bottom: 1px solid #333;
}
.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 #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #fff;
	font-weight: 400;
	background-color: #333;
	border-bottom: 1px solid #333;
}
.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 #333;
}
.cart-info tbody .image img {
	border: 1px solid #333;
}
.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 #333;
	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 #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #333;
}
.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 #333;
}
.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 #333;
}
.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;
	padding: 10px;
	background: #2b2b2b;
	text-align:center;
}
#footer a { color:#c2c2c2;text-decoration:none; font-size:12px; }
#footer a:hover { color:#fff;text-decoration:underline; }
#powered {
	margin:5px 0 5px 0;
	clear: both;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}


/* Additional  */
/* ----------------------------------------------------------------------------------- */
/* Additional  */

ul.box-category {list-style-image:url('../image/shop01/list-type.gif');padding-left: 15px;}
ul.usefull-links {list-style:none;padding-left: 0;margin:0;}
	ul.usefull-links li {padding: 5px 5px 5px 20px;background:#000 url('../image/shop01/list-type.gif') 10px center no-repeat;border-radius: 5px;margin-bottom: 5px;border: 1px solid #3F3F3F;}
	ul.usefull-links li a{color:#c2c2c2;text-decoration:none;}
	ul.usefull-links li a:hover{color:#fff;text-decoration:underline;}
	
	ul.usefull-links li.compare-left {background:#FFE37F url('../image/shop01/list-type-black.gif') 10px center no-repeat;}
	ul.usefull-links li.compare-left a {color:#000;}
#column-custom-menu-mobile{display:none;}
table.product-cat-man {color: #fff;margin-bottom: 20px;}
.product-info {color: #000;}
.product-info  h2 {color: #000;}
.tab-content {color: #000;}
.tags {margin-bottom: 20px;}
.share {text-align:center;font-weight:700;}

.category-list {background:#fff;border-radius: 10px;padding: 5px;}
.category-list ul{float:none;width:100%;padding:0;list-style: none;text-align: left;}
.category-list ul li{width:165px;display: inline-block;*display:inline;zoom:1;text-align: left;padding: 5px 0 5px 0;}
.category-list ul li a{padding-left: 20px;background: url('../image/shop01/list-type.gif') 10px center no-repeat;color:#000;text-decoration:none;}
.category-list ul li a:hover{color:#000;text-decoration:underline;}

.cart-info {width: 100%;overflow:hidden;}
	.cart-info td.image {display:none;}
	.cart-info td.model {display:none;}
#cart a.cart {color: #c2c2c2;}

#header #cart {min-width:280px;max-width:400px;width: 100%;margin:0 auto 0 auto}

.tab-content h2 {color: #333;}

.product-info .price {text-align: center;}
.price-left, .price-right {display:inline-block;*display:inline;zoom:1;width: 48%;vertical-align:middle;}
#twitter-widget-0 {width:100%;}

#header .header-column {display:inline-block;*display:inline;zoom:1;vertical-align:middle;margin-bottom: 10px;}
#header .left-column {width:100px;}
#header .center-column {width:250px;}
#header .right-column {width: 50%;max-width:350px;min-width:280px;}

#search {
	position: relative;
	margin-right:2px;
}
#search .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 27px;
	border-right: 1px solid #3f3f3f;
	cursor: pointer;
}
#search input {
	background: #000;
	padding: 1px 0 1px 0;
	width: 100%;
	height: 24px;
	border: 1px solid #3F3F3F;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
iframe[id^='twitter-widget-']{ width:100% !important;}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {width:100% !important;}

#manufacturer-selectSelectBoxItContainer span, #manufacturer-selectSelectBoxItContainer .selectboxit-options a {height: 20px !important; line-height: 20px !important;}
#manufacturer-selectSelectBoxItContainer * {font-size:12px !important;}
#st_taxesSelectBoxItContainer span, #st_taxesSelectBoxItContainer .selectboxit-options a {height: 20px !important; line-height: 20px !important;}
#st_taxesSelectBoxItContainer * {font-size:12px !important;}

#links-selectSelectBoxItContainer span, #links-selectSelectBoxItContainer .selectboxit-options a {height: 20px !important; line-height: 20px !important; margin-bottom:20px;}
#links-selectSelectBoxItContainer * {font-size:12px !important;}

#category-selectSelectBoxItContainer span, #category-selectSelectBoxItContainer .selectboxit-options a {height: 20px !important; line-height: 20px !important;}
#category-selectSelectBoxItContainer * {font-size:12px !important;}

.grey-container #content .grey {background: #f0f0f0; border-radius: 5px; padding: 15px; color: #333!important;}

.dsl-label, ul.usefull-links li, .tags {color:#fff;}

body .grey-container .grey, .product-filter .display b, .grey-container .grey h2, table.form > * > * > td {color: #333!important;}
table.radio tr:hover {color:#fff;}

div.compare-left-mobile {text-align:center; margin-top:15px;}
	div.compare-left-mobile a { color: #FFE37F; font-weight:700;}
	div.compare-left-mobile a:hover { color: #fff; text-decoration: underline;}
	
div.customer-info {text-align: center;margin-bottom: 15px; z-index:99; position:relative;}
	div.customer-info a {color: #FFE37F; font-size: 12px;}
	div.customer-info a.logout {text-transform: uppercase;font-weight: 700;}

.welcome-message {padding:10px;background: #efefef; color: #121212; border-radius: 10px; margin-bottom: 20px;}
	.welcome-message h3 {margin-top: 10px;margin-bottom:10px;}
	.welcome-message p {margin-bottom: 10px !important;}

h2.refine {padding-left: 25px; font-size: 14px;}
.box-category-refine {width:100%; overflow:hidden; text-align:center; padding: 10px 5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background: #fff; border-radius: 10px;}
	.box-category-refine > div {width:24%;display:inline-block; *display:inline; zoom: 1; margin: 8px 0;}
		.box-category-refine .name a {color: #000;}
		
.newlabel, .popularlabel, .speciallabel , .soldlabel {position:absolute; width:69px; height:69px;margin-top: -3px; margin-left: -2px;}
.newlabel         { background: url('../image/stickers/new.png') left top no-repeat; z-index:14;}
.popularlabel     { background: url('../image/stickers/popular.png') left top no-repeat; z-index:12;}
.speciallabel     { background: url('../image/stickers/special.png') left top no-repeat; z-index:13;}
.soldlabel        { background: url('../image/stickers/sold.png') left top no-repeat; z-index:15;}


ul.box-category > li { position:relative; padding: 5px 0 5px 5px; border-radius: 10px 0 0 10px; border: 1px solid transparent; border-right: none;}
	ul.box-category > li:hover { background: #000; border-color: #3f3f3f;}
	ul.box-category > li > div { display:none; position:absolute; left:180px; top: -1px;  width:300px; background: #000; padding: 10px; border-radius: 0 10px 10px 10px; border: 1px solid #3F3F3F; z-index:99;}
		ul.box-category > li:hover > div { display:block; }
		
		ul.box-category > li > div ul { display:inline-block; width:49%; text-align:left; padding: 10px 5px; vertical-align:top; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
		ul.box-category > li > div ul > a {color: #fff;font-weight: 700;}
		
.slider0.owl-theme .owl-controls {display:none!important;}

table.radio td {color:#000;}
table.radio tr.highlight:hover td {color: #fff;}
#colorbox h2, #colorbox {color:#000!important;}
	#colorbox h2{font-size:12px;}

.brand-image {float:right;}

.success .close  {overflow: hidden;position: absolute; width: 24px;height: 24px;cursor: pointer;top: 2px;right: 5px;}.nwa_product_button_custom {float:right;}

h1 a, .welcome a {color: #fff!important; font-family: Verdana, Arial, Helvetica, sans-serif!important; font-size: 14px!important; line-height: 14px!important; font-weight: 700!important;}

h3, h3 a {color:#222!important; text-decoration:none!important; font-size:15px!important;}

.content-home .box-home {margin-bottom:40px!important;}

.see-more {padding-left:15px; color:#96C7E7!important; text-decoration:none;}

#column-left .see-more, #column-right .see-more {display:none;}
.product-number {text-align:center; margin-bottom:20px; color:#fff;}

#simplecheckout_help  .simplecheckout-block-heading {cursor:pointer;}
#simplecheckout_help  .simplecheckout-block-content {display:none;}
.contact-html {
	padding-top: 25px;
	margin-bottom: 25px;
	clear: both;
}
/* Responsive  */
/* ----------------------------------------------------------------------------------- */
/* Responsive  */
@media only screen and (max-width: 1159px) {
	#column-left + #column-right + #content .box-product > div {width: 32%;}
	#column-left + #column-right + #content .product-grid > div {width: 32%;}
}
@media only screen and (max-width: 1100px) {
	#header {margin: 15px 0 0 0;}
	.product-info > .left {float:none;margin-right:0;}
		.product-info .image {float:none;}
	.product-info > .left + .right {margin-left:0;}
	.product-info .image-additional {width:100%;margin-left: 0;}
}
@media only screen and (max-width: 999px) {
	#column-left + #column-right + #content .box-product > div {width: 49%;}
	#column-left + #column-right + #content .product-grid > div {width: 49%;}
}
@media only screen and (max-width: 955px) {

	#container #column-right {display: none;}
	#container #column-right + #content {margin-right: auto;}
}
@media only screen and (max-width: 759px) {
	.checkout-content .left, .checkout-content .right, .login-content .left, .login-content .right {float:none; width: 100%;min-height: 100px;}
	.product-list .image {float:none;}
    
    .hide-chat {display:none!important;}
}
@media only screen and (max-width: 639px) {
	#header {padding-top: 5px;}
	#header #cart {max-width: 100%;right:0;}
	#header #search {max-width: 100%;margin-left:-1px;}
	
	#container #column-left {float: none;margin-bottom: 20px; width: 100%;}
	#column-left + #column-right + #content, #column-left + #content {margin-left: auto;}
	
	#column-custom-menu .box {display:none;}
		#column-custom-menu .box-man {display:block!important;}
	#column-custom-menu-mobile{display:block;}
	#column-left .payments {display: none;}
}
@media only screen and (max-width: 479px) {
	.htabs {height:108px;}
		.htabs a {float:none; display:block; margin-left:0; margin-right:0;}
			.htabs a.selected {border-radius:10px;  margin-left:0; margin-right:0; padding-bottom:5px; margin-bottom:10px;}
}
@media only screen and (max-width: 399px) {
	#column-left + #column-right + #content .box-product > div {width: 100%;}
	#column-left + #column-right + #content .product-grid > div {width: 100%;}
}

#content .box-home a.see-more {
	text-align: center;
	float: left;
	width: 100%;
	text-align: center;
}



a.btn-success, a.btn-primary, a.btn-info, a.btn-danger, a.btn-warning :visited {
	color: #ffffff;
}

.modal-footer  a.btn-success {
	color: #ffffff;
}

.btn-succes a,.btvisited a:visited{ color: white; display:none;
	
}
.btn-succes {
	

 display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
color: #ffffff;
 background-color: #5cb85c;
  border-color: #4cae4c;
  margin:15px;
  
}
 .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #47a447;
  border-color: #398439;
  
  
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
  .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
  
}

#Style {
position:absolute;
visibility:hidden;
border:solid 1px #CCC;
padding:5px;
}


a.discountWrap:link,
a.discountWrap:active,
a.discountWrap:visited {
	text-decoration: none;
	position: relative;
	width: 100%;
}

a.discountWrap .discount {
	display: none; 
	position: absolute;	
	left: 100%;
	top: 0px;
	width: 500px;
	min-height: 100px;
	background: #e7efef;
	text-align: left;
	z-index: 9999999999;
	text-decoration: none;
	padding: 20px;
	padding-bottom: 0px;
}


a.discountWrap:hover .discount {
	display: block; 
	z-index: 9999999999;
	color: #000;

}

