@font-face {
	font-family: 'opensans';
	src: url('./fonts/opensans-regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('./fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('./fonts/opensans-regular-webfont.woff') format('woff'), /* Modern Browsers */  url('./fonts/opensans-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */  url('./fonts/opensans-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'proxima_novalight';
	src: url('fonts/proximanovalight-webfont.eot');
	src: url('fonts/proximanovalight-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/proximanovalight-webfont.woff2') format('woff2'),  url('fonts/proximanovalight-webfont.woff') format('woff'),  url('fonts/proximanovalight-webfont.ttf') format('truetype'),  url('fonts/proximanovalight-webfont.svg#proxima_novalight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/Mark Simonson - Proxima Nova Bold-webfont.eot');
    src: url('fonts/Mark Simonson - Proxima Nova Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Mark Simonson - Proxima Nova Bold-webfont.woff2') format('woff2'),
         url('fonts/Mark Simonson - Proxima Nova Bold-webfont.woff') format('woff'),
         url('fonts/Mark Simonson - Proxima Nova Bold-webfont.ttf') format('truetype'),
         url('fonts/Mark Simonson - Proxima Nova Bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'proxima_novalight';
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #000000;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #000000;
	cursor: pointer;
	line-height: 25px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type="text"], input[type="password"], textarea {
	background-color: #fff;
	border: 1px solid #cccccc;
	clear: both;
	color: #59595d;
	font-size: 14px;
	font-weight: normal;
	min-width: 307px;
	padding: 7px 5px;
}

.quantity input[type="text"],
input[name="postcode"],
input[name="voucher"],
input[name="coupon"]{
	min-width: auto;
	
}

#content .login-content .content {
	border: none;
	padding:0;
	overflow:hidden;
	line-height:20px;
}
#content .login-content .right .content p {
    color: #d1b58e;
}
#content .login-content .right .content a {
    color: #f73087;
	font-size:12px;
}
.login-content .left p b {
	color: #d1b58e;
	font-weight:normal;
}
select {
	background-color: #fff;
	border: 1px solid #cccccc;
	clear: both;
	color: #59595d;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 5px;
}
label {
	cursor: pointer;
}
/* layout */



#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.container {
	width: 977px;
	display: block;
	margin: 0 auto;
	clear:both;
}
#column-left {
	float: left;
	padding-left: 20px;
	width: 210px;
	margin-top:13px;
}
.account_login .account-page {
	margin-top: 20px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 230px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */



#header {
	height: 178px;
	margin-top: 52px;
	position: relative;
	z-index: 99;
}
#header #logo {
	left: 0;
	position: absolute;
	top: 34px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#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 {
	min-width: 300px;
	position: absolute;
	right: 0;
	top: 43px;
	z-index: 9;
}
#header #cart .heading {
	background: url("../image/my-bag.png") no-repeat scroll left center;
	border-left: 1px solid #ffffff;
	float: right;
	padding: 50px 0 50px 86px;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #f73087;
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 0;
	text-transform: uppercase;
	float:left;
	font-weight: normal;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url("../image/arrow-down.png") no-repeat scroll 100% 35% #ffffff;
	color: #a5a5a5;
	font-size: 20px;
	padding-left: 4px;
	padding-right: 21px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
/*	margin-top: 5px;



	padding-top: 10px;



	padding-bottom: 6px;



	border-top: 1px solid #EEEEEE;



	border-left: 1px solid #EEEEEE;



	border-right: 1px solid #EEEEEE;



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



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



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



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



}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	right: 229px;
	top: 102px;
	width: 140px;
	z-index: 15;
	padding-right: 7px;
}
#header .button-search {
	background: url("../image/button-search.png") no-repeat scroll left center;
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 7px;
	width: 24px;
}
.category-list li {
	float: left;
	width: 25%;
}
#header #search input[type="text"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e9e9e9;
	color: #838383;
	font-size: 13px;
	height: 21px;
	padding: 1px 1px 1px 10px;
	text-transform: uppercase;
	width: 127px;
	max-width: 127px !important;
	line-height:1.5;
	min-width:127px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius:  25px 25px 25px 25px;
	-khtml-border-radius:  25px 25px 25px 25px;
	border-radius:  25px 25px 25px 25px;
}
#header #welcome {
	color: #f73087;
	font-size: 15px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 15px;
	width: 298px;
	z-index: 5;
}
#header #welcome span {
	font-size: 18px;
}
#header #welcome a {
	font-size: 15px;
	color: #f73087;
	text-decoration:none;
}
/* menu */



#menu {
	height: 54px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 0px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	border-bottom: 4px solid transparent;
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 14px;
	padding: 6px 6px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 6;
}
#menu > ul > li.active > a, #menu > ul > li.active-parent > a {
	color:#f73087;
}
#menu > ul > li:hover > a  {
	border-bottom: 4px solid #f73087;
	color:#f73087;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	background: url('../image/menu.png');
	border-bottom:4px solid #f73087;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li > div > ul li {
	position:relative;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a, #menu > ul > li ul > li.active-parent ul li a {
	color: #ffffff;
	display: block;
	min-width: 195px;
	padding: 5px 14px;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	font-size: 17px;
}
#menu > ul > li ul > li.child-parent > a, #menu > ul > li ul > li.active-parent ul li.child-parent a{
	background: url("../image/sub-li-bg.png") no-repeat scroll 193px center transparent;
	/*color:#fff;*/
}
#menu > ul > li ul > li > a:hover, #menu > ul > li ul > li.active-parent.child-parent > a, #menu > ul > li ul > li.active-parent ul li a:hover, #menu > ul > li ul > li.active-parent ul li.active a {
	background: #f9599e;
	color: #FFF !important;
}
#menu > ul > li ul > li.child-parent > a:hover, #menu > ul > li ul > li.active-parent.child-parent > a, #menu > ul > li ul > li.active-parent ul li.child-parent a:hover{
	background: url("../image/sub-li-hover-bg.png") no-repeat scroll 193px center #f9599e;color:#fff!important;
}
/*#menu > ul > li > div > ul > li > a {

  color: #000;

  font-size: 17px;

}*/

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

  background: url("../image/sub-li-bg.png") no-repeat scroll 193px center transparent;

  color: #000;

  font-size: 17px;

}*/

.breadcrumb {
	border-bottom: 1px solid #e3d3bb;
	color: #000000;
	height: 47px;
	line-height: 47px;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}
.breadcrumb > a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.breadcrumb > a.breadcrumb_last {
	color: #f73087;
}
.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;
}
.success {
  background: url("../image/success.png") no-repeat scroll 10px center #f73087;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
}
.success a {
  color: #000;
}
.warning {
  background: url("../image/warning.png") no-repeat scroll 10px center #f73087;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
}
.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: #f73087;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin-left: 2px;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #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-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
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: #f9599e;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	background: none repeat scroll 0 0 #f0f0f0;
	border-radius: 50px;
	color: #a6a6a6;
	display: inline-block;
	font-size: 20px;
	height: 34px;
	line-height: 34px;
	margin: 0 3px;
	text-align: center;
	text-decoration: none;
	width: 34px;
}
.pagination .links b {
	background: none repeat scroll 0 0 #f73087;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	height: 34px;
	line-height: 34px !important;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 34px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */



a.button, input.button {
	border: medium none;
	border-radius: 0;
	padding: 0;
	background:#f73087;
	line-height:36px;
	font-size:20px;
	color:#FFF;
	cursor:pointer;
	font-family: "proxima_novalight";
}
a.button {
	padding: 6px 16px;
}
input.button {
	height: 36px;
	padding: 0 16px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	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 {
	border-bottom: 1px solid #dddddd;
	height: 61px;
	line-height: 16px;
}
.htabs a {
	border-left: 1px solid #e3d3bb;
	border-top: 5px solid transparent;
	color: #59595d;
	display: none;
	float: left;
	font-size: 22px;
	font-family: 'proxima_novalight';
	font-weight: normal;
	padding: 16px 60px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.htabs a.selected {
	border-top: 5px solid #f73087;
	background:#FFF;
	color:#f73087;
}
.tab-content {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
#tab-description p, #tab-description ul li {
	color: #59595d;
	font-size: 14px;
	line-height: 28px;
}
/* box */



.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	line-height: 14px;
	color: #333;
}
.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 {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 43px;
	vertical-align: top;
	width: 202px;
}
.box-product .no_margin {
	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 {
}
.box-product .name, .name {
	margin: 23px auto 0;
	width: 136px;
}
.checkout-product .name{width: auto;}
.checkout-product .name > a{text-align: left;}
.box-product .name a {
	color: #000000;
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
	text-align: center;
	text-decoration: none;
}
.box-product .price {
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.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 {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	color:#f73087 !important;
}
#menu > ul > li ul > li.active > a , #footer .column a:hover{
	color:#f73087 !important;
	
	}
/* box filter */



ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */



#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */



.category-info {
	overflow: auto;
	/*margin-bottom: 20px;*/
	padding:0 20px;
}
.category-info.parent-category{
	padding:0;
}
.category-info img{
	/*border-bottom:5px solid #f73087;*/
	margin-bottom:0 !important;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 97%;
	padding-left:20px;
	padding-left:20px;
}
.category-list ul li a {
	color: #000;
	font-size: 14px;
	line-height: 40px;
	text-decoration: underline;
}
.category-list ul li a:hover {
	color: #f73087;
}
.parent_categori ul{
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
	width:100%;
}
.parent_categori ul li{
	list-style:none;
	float:left;
	width:295px;
	margin-right:25px;
	margin-bottom:25px;
}
.parent_categori ul li.last-cat{
	margin-right:0;
}
.parent_categori ul li img{
	border:1px solid #e3d3bb;
	margin-bottom:13px;
}
.parent_categori ul li a{
	font-family: 'proxima_novalight';
	font-weight:normal;
	font-size:20px;
	color:#f73087;
	text-transform:uppercase;
	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-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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 {
  border-bottom: 1px solid #e3d3bb;
  border-top: 1px solid #e3d3bb;
  height: 44px;
  line-height: 47px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 3px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.product-filter .sort {
  color: #000;
  display: inline-block;
  float: right;
  font-size: 18px;
  font-weight: normal !important;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
.product-filter .sort select {
	top: 12px;
}
.product-filter .sort b {
  color: #000;
  font-size: 18px;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-right: 3px;
}
.product-filter .sort .sort_by {
  background: url("../image/select_bg.png") no-repeat scroll 121px 9px #fff;
  border: 1px solid #f1f1f1;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  height: 9px;
  line-height: 10px;
  max-width: 326px;
  padding: 7px 5px;
  text-align: left;
  text-indent: 0;
  width: 126px;
}
.product-filter .limit {
	position:relative;
	}
.product-filter .limit select {
	top: 12px;
}
.product-filter .limit .show {
  background: url("../image/select_bg.png") no-repeat scroll 20px 9px #fff;
  border: 1px solid #f1f1f1;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  height: 9px;
  line-height: 10px;
  max-width: 326px;
  padding: 7px 5px;
  text-align: left;
  text-indent: 0;
  width: 23px;
}
#content.account-page {
	padding-right: 20px;
}
.content.container .breadcrumb + h1 {
	padding-left: 20px;
	padding-right: 20px;
}
.product-filter .limit {
  color: #333;
  float: right;
  margin-left: 15px;
}
.product-filter .limit b {
  color: #000;
  font-size: 16px;
  font-weight: normal !important;
  margin-right: 13px;
  text-transform: uppercase;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.product-compare a {
	text-decoration: none;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.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: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: hidden;
}
.product-grid > div {
	display: inline-block;
	margin-bottom: 25px;
	margin-left: 65px;
	vertical-align: top;
	width: 202px;
}
.product-grid > div.no_margin {
	margin-left: 0;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
}
.product-grid .name {
	width:100%;
	margin:0 auto 0;
}
.product-grid .name h2 {
	color: #000000;
	display: block;
	font-size: 15px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	margin-bottom: 4px;
	text-align: center;
	text-decoration: none;
}
.product-grid .product_meta {
	color: #000000;
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	color: #f73087;
	display: block;
	font-size: 15px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.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;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */



.product-info {
	margin-bottom: 20px;
	margin-top: 40px;
	overflow: auto;
	padding: 0 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 538px;
}
.product-info .image {
  float: left;
  margin-bottom: 25px;
  margin-left: 25px;
  text-align: center;
}
.product-info .image-additional {
	float: left;
	height: auto;
	overflow: hidden;
	width: 74px;
}
.product-info .image-additional img {
}
.product-info .image-additional a {
	display: block;
	line-height: normal;
	margin-bottom: 10px;
}
.product-info .description {
	color: #59595d;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
  color: #59595d;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 7px;
}
.product-info .attribute {
	color: #59595d;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	border: medium none;
	border-collapse: unset;
	margin-bottom: 0;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
  padding-bottom: 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 {
	margin-top: 10px;
}
.product-info .review > div {
	color: #f73087;
	font-size: 13px;
}
.product-info .review > div a {
	color: #f73087;
	font-size: 13px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.addthis_default_style {
	float: right;
	color: #f73087;
	font-size: 13px;
}
.addthis_button_compact.at300m {
	color: #f73087;
	font-size: 13px;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.compare-info .price-old {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
/* 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-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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: center;
}
.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 {
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info td.name > a {text-align: left;}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */



.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
/* returns */



.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */



.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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: center;
}
.cart-info thead .name, .cart-info td.name > a{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 {
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: center;
}
.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-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.cart-module > div {
	display: block;
}
.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-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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-family: 'proxima_nova_rgbold';
	font-weight: normal;
	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 {
	background: url("../image/footer_top_bg.png") repeat-x scroll left top;
	clear: both;
	min-height: 100px;
	overflow: hidden;
	padding: 67px 20px 20px;
	border-bottom: 1px solid #e9e9e9;
	/*width:100%;*/
	min-width:977px;
}
#footer > .container{
	clear:both;
	overflow:hidden;
}
#footer h3 {
	color: #010101;
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight:normal;
}
#footer .column {
	float: left;
	min-height: 100px;
	width: 192px;
}
#footer .column + .column + .column + .column {
	float: left;
	min-height: 100px;
	width: 398px;
}
#footer .column + .column + .column + .column .box {
	background: url("../image/newsletter-bg.jpg") no-repeat scroll 0 0;
	height: 230px;
	width: 398px;
}
#footer .column + .column + .column + .column .box .box-content {
	background: none repeat scroll 0 0 transparent;
	border: none;
	border-radius: 0;
	padding: 10px;
}
#footer .column + .column + .column + .column .box .box-content .form-cell {
	float: right;
	height: 182px;
	margin-right: 19px;
	text-align: center;
	width: 233px;
}
#footer .column + .column + .column + .column .box .box-content .form-cell .news-leeter-form {
}

#footer .column + .column + .column + .column .news-letter-headeding > h3 {
	color: #f73087;
	font-size: 15px;
	margin: 0;
	padding-top: 28px;
	text-align: left;
	text-transform: capitalize;
}
#footer .column + .column + .column + .column .box .box-content .form-table input[type="text"] {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #7c7c7c;
	font-size: 13px;
	margin-bottom: 6px;
	padding: 9px;
	width: 199px;
	min-width:199px;
}
#footer .column + .column + .column + .column .box .box-content .form-table .form-required-bg {
  float: right;
  margin: 0 6px 0 0;
  min-width: 218px;
  width: 199px;
}
#footer .column + .column + .column + .column .box .box-content .form-table .required {
	display:none;
}
#footer .column + .column + .column + .column .box .box-content .form-table strong {
	display: none !important;
}
#footer .column + .column + .column + .column .box .box-content .form-table .form-required strong + br {
	display: none;
}
#footer .column + .column + .column + .column .box .box-content .form-table a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  display: block;
  float: right;
  height: 25px;
  margin-right: 2px;
  margin-top: 3px;
  text-indent: -10000px;
  width: 60px;
}
#footer .column ul {
	list-style: outside none none;
	margin-top: 0;
	padding: 0;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	color: #7c7c7c;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
}
#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 {
}
/* CUSTOM CODE */







#top-bar {
	background:#000000;
	height: 52px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#top-bar .links {
	font-size: 10px;
	position: absolute;
	right: 0;
}
#top-bar .links a {
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 52px;
	padding: 0 0 0 21px;
	text-decoration: none;
}
#top-bar .links a + a {
	margin-left: 8px;
}
.header-wishlist {
	background: url('../image/wishlist.png') left center no-repeat;
}
.header-account {
	background: url('../image/account.png') left center no-repeat;
}
.topbar-cart {
	background: url('../image/shopping-cart.png') left center no-repeat;
}
.topbar-checkout {
	background: url('../image/checkout.png') left center no-repeat;
}
#header .container {
	position: relative;
}
/* Custom page tags */



.account-page {
}
.affiliate-page {
}
.cart-page {
}
.checkout-page {
}
.home-page {
}
.maintenance-page {
}
.success-page {
}
.not-found-page {
}
.contact-page {
}
.information-page {
}
.sitemap-page {
}
.category-page {
}
.compare-page {
}
.manufacturer-info-page {
}
.manufacturer-list-page {
}
.product-page {
}
.search-page {
}
.special-page {
}
/* Custom module tags */



.account-module {
	margin:0;
}
.account-module .box-heading {
}
.account-module .box-content {
}
.account-module .box-content ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.account-module .box-content ul li {
}
.account-module .box-content ul li:hover {
}
.account-module .box-content ul li a {
	color: #010101;
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
}
.account-module .box-content ul li a:hover {
	color: #f73087;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.account-module .box-content ul li a:hover {
}
.affiliate-module {
}
#banner0, #banner1, #banner2 {
	background: url("../image/menu.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
	-webkit-box-shadow: 0 0 4px 1px #ebebeb;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:     0 0 4px 1px #ebebeb;  /* Firefox 3.5 - 3.6 */
	box-shadow:          0 0 4px 1px #ebebeb;
	padding: 5px;
	height:200px;
}
#banner0, #banner1 {
	margin-right:28px;
}
#banner2, #banner5 {
	margin-right:0;
}
.banner-module {
	display: block;
	float: left;
	height: 210px;
	margin-bottom: 30px;
	margin-right: 28px;
}
.bestseller-module {
}
.carousel-module {
}
.cart-module {
}
.category-module {
}
.category-module .box-heading {
}
.category-module .box-content {
}
.category-module .box-content ul {
}
.category-module .box-content ul li {
	border: medium none;
	padding: 0 10px 0 0;
}
.category-module .box-content ul li:hover {
}
.category-module .box-content ul li a {
	color: #010101;
	display: block;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
}
.category-module .box-content ul.box-category > li:hover > a{
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.category-module .box-content ul li a:hover {
}
.category-module .box-content ul li ul {
	padding-left: 15px;
}
.category-module .box-content ul li ul li {
}
.category-module .box-content ul li ul li:hover {
}
.category-module .box-content ul li ul li a {
	color: #010101;
	display: block;
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
	text-transform: capitalize;
}
.category-module .box-content ul li ul li a:hover {
	color: #f73087;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.ebay-display-module {
}
.featured-module {
	clear:both;
}
.featured-module .box-heading {
	background: url("../image/featured-module-title-bg.png") no-repeat scroll center center;
	border: medium none;
	border-radius: 0;
	color: #d1b58e;
	font-size: 18px;
	/*font-family: 'proxima_nova_rgbold';*/
	font-family: 'proxima_novalight';
	font-weight: normal;
	line-height: 14px;
	padding: 30px 10px 40px;
	text-align: center;
	text-transform: uppercase;
}
.featured-module .box-content {
	background: none repeat scroll 0 0 #ffffff;
	border: none;
	border-radius:0;
	padding: 10px;
}
.filter-module {
}
.google-talk-module {
}
.information-module {
}
.latest-module {
}
.slideshow-module {
	-webkit-box-shadow: 0 0 5px 3px #d7d7d7;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 0 5px 3px #d7d7d7;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0 0 5px 3px #d7d7d7;
	margin-bottom:47px;
}
.special-module {
}
.store-module {
}
.welcome-module {
}
#top-bar .container {
	position: relative;
}
.header-subscribe {
	left: 0;
	position: absolute;
	color:#fff;
	font-size:13px;
	line-height:52px;
}
.header-subscribe > a {
	color: #f73087;
	font-size: 16px;
	font-family: 'Gabriela', serif;
	padding-right:3px;
	text-decoration:none;
}
#menu > ul > li:hover > div > ul > li > ul.subchild {
	display: none;
}
#menu > ul > li:hover > div > ul > li:hover > ul.subchild {
	background: url("../image/menu.png") repeat scroll 0 0;
	border-bottom: 4px solid #f73087;
	display: block;
	left: 222px;
	position: absolute;
	top: 0;
}
.custom-slider-bg {
	background: url("../image/slider_bg.png") repeat-x scroll 0 0;
	display: block;
	height: 479px;
	left: 0;
	position: absolute;
	top: 271px;
	width: 100%;
	z-index: -1;
}
.social_wrapper {
	display: block;
	clear: both;
}
.social_wrapper .social_icon {
	float:left
}
.social_wrapper .social_icon a {
	display: block;
	float: left;
	height: 42px;
	margin-right: 8px;
	width: 42px;
}
.social_wrapper .social_icon a.facebook {
	background: url("../image/facebook.png") no-repeat scroll 0 0;
}
.social_wrapper .social_icon a.pinterest {
	background: url("../image/pinterest.png") no-repeat scroll 0 0;
}
.social_wrapper .social_icon a.googleplus {
	background: url("../image/googleplus.png") no-repeat scroll 0 0;
}
.social_wrapper .social_icon a.instagram {
	background: url("../image/instagram.png") no-repeat scroll 0 0;
}
.social_wrapper .social_icon a.twitter {
	background: url("../image/twitter.png") no-repeat scroll 0 0;
}
.social_wrapper .social_icon a.you_tube {
	background: url("../image/you_tube.png") no-repeat scroll 0 0;
}
.social_wrapper .social_icon a.linkedin {
	background: url("../image/linkedin.png") no-repeat scroll 0 0;
}
.footer_links {
	float: right;
	width: 390px;
}
.footer_links > div {
	display: block;
	float: left;
	width: 129px;
}
.footer_links .shop_gift_cards {
	background: url("../image/shop_gift_cards.png") no-repeat scroll 0 0;
	display: block;
	height: 35px;
	margin: 0 auto;
	width: 58px;
}
.footer_links .find_store {
	background: url("../image/find_store.png") no-repeat scroll 0 0;
	display: block;
	height: 33px;
	margin: 0 auto;
	width: 25px;
}
.footer_links .shop_catalogues {
	background: url("../image/shop_catalogues.png") no-repeat scroll 0 0;
	display: block;
	height: 35px;
	margin: 0 auto;
	width: 39px;
}
.footer_links span {
	color: #373737;
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.bottom_menu {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.bottom_menu > li {
	background: url("../image/bottom_menu_devider.png") no-repeat scroll right center;
	float: left;
	padding: 0 13px;
}
.bottom_menu > li:last-child {
	background:none;
	padding-right:0;
}
.bottom_menu > li a {
	color: #393939;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}
.coppyright {
	clear: both;
	color: #8c8c8c;
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
}
.coppyright a {
	color:#d3d3d3;
	text-decoration:none;
}
.information-page p {
	color: #59595d;
	line-height: 23px;
}
.information-page img {
	/*border-bottom: 5px solid #f73087;*/
	margin-bottom: 5px;
}
.information-page h3 {
	color: #f73087;
	font-size: 22px;
	margin-bottom: 23px;
	margin-top: 22px;
	text-transform: uppercase;
	font-weight: normal;
}
.container.content {
	background: none repeat scroll 0 0 #fff;
	border-top: 1px solid #e3d3bb;
}
.common_home .container.content {
	background:none;
	border:none;
}
.information-page {
	padding-bottom: 55px;
	padding-left: 20px;
	padding-right: 20px;
}
.information-page #banner0 {
	box-shadow: none;
	float: none;
	margin-right: 0;
	padding: 0;
}
#column-left .box-content {
	border: medium none;
	padding: 0;
}
.information-module .box-heading {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #000;
	font-size: 16px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	line-height: 28px;
	padding: 0;
	text-transform: uppercase;
}
#column-left .information-module .box-heading a{
	font-size: 16px;
}
.information-module .box-content > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 13px;
}
.information-module .box-content > ul li a {
	color: #000;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	letter-spacing: 1px;
}
.information-module .box-content > ul li a:hover {
	color: #f73087;
}
.contact_title .title {
	border-bottom: 1px solid #e3d3bb;
	border-top: 1px solid #e3d3bb;
	color: #000;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
}
.information_information #column-left+.information-page h1 {
	display:none;
}
#form2 .form-required {
	float: left;
	width: 336px;
	padding:0;
}
#form2 .form-required strong {
	color: #59595d;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
}
#form2 .form-required br {
	display: none;
}
#form2 .form-required input[type="text"] {
	background-color: #fff;
	border: 1px solid #cccccc;
	clear: both;
	display: block;
	padding: 7px 5px;
	width: 308px;
	color: #59595d;
	font-size: 14px;
	font-weight: normal;
}
#form2 .form-required select {
	background-color: #fff;
	border: 1px solid #cccccc;
	clear: both;
	display: block;
	padding: 7px 5px;
	width: 326px;
	color: #59595d;
	font-size: 14px;
	font-weight: normal;
}
#form2 .form-required textarea {
	background-color: #fff;
	border: 1px solid #cccccc;
	clear: both;
	display: block;
	height: 133px;
	padding: 7px 5px;
	width: 492px;
	color: #59595d;
	font-size: 14px;
	font-weight: normal;
}
#form2 input[type="text"] {
	width: 221px;	
}
#form2 div strong {
	font-weight: normal;	
}
#form2 .form-cell div:nth-child(10n-5) {
	margin-top: 12px;
	width: 336px;
	float:left;
}
#form2 .form-cell div:nth-child(10n-4) {
	margin-left: 34px;	
}
#form2 .form-cell div:nth-child(10n-4) select {
	opacity:1!important;
	height: 34px!important;
	width: 317px!important;
}
.denotes {
	width: 100%;
	float:left;
	clear:both;
	color: #f73087;
}
#form2 .form-cell div:nth-child(10n){
	width: 100%;
	float:left;
	clear:both;	
	margin-top: 40px;
}
#form2 .form-cell div:nth-child(10n) a.button {
	padding:6px 50px;	
}
#form2 .form-cell div:nth-child(10n-3) {
	width: 632px;
	margin-left:0;
}
#form2 .form-cell div:nth-child(10n-1){
	width: 632px;
	float:left;
	margin-top: 12px;
}
#form2 .form-cell div:nth-child(10n-1) input[type="text"] {
	clear:left;
	float:left;	
}
.form-captcha-image {
	margin-top: -2px!important;	
	margin-left:3px;
}
#form2 .form-required + .form-required + .form-required input[type="text"] {
	width: 221px;
}
#form2 .form-required + .form-required {
	margin-left: 34px;
}
#form2 .form-required + .form-required+ .form-required {
	margin-left:0;
	width: 672px;
}
#form2 .form-required + .form-required+ .form-required+ .form-required {
	margin-left:0;
	width: 336px;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required {
	margin-left:34px;
	width: 336px;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required {
	margin-left:34px;
	width: 336px;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required+ .form-required {
	margin-left:0;
	width: 672px;
	clear:both;
}
#form2 .form-required + .form-required + .form-required + .form-required + .form-required + .denotes {
	clear: both;
	color: #f73087;
	font-size: 13px;
	line-height: 28px;
	margin-left: 0;
	width: 672px;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required+ .denotes+ .form-required {
	margin-left:0;
	width: 672px;
	clear:both;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required+ .denotes+ .form-required input[type="text"] {
	width: 221px;
	float:left;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required+ .denotes+ .form-required .form-captcha-image {
	border: 1px solid #888;
	display: inline-block;
	float: left;
	height: 31px;
	margin-left: 3px;
	max-width: 140px;
	width: 100%;
}
#form2 .form-required + .form-required+ .form-required+ .form-required+ .form-required+ .denotes+ .form-required+div {
	margin-left:0;
	width: 672px;
	clear:both;
	padding:0;
}
#form2 .form-required + .form-required + .form-required + .form-required + .form-required + .denotes + .form-required + div a {
	background: url("../image/send_contact.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	display: block;
	float: left;
	height: 45px;
	margin-top: 35px;
	padding: 0;
	text-indent: -10000px;
	width: 131px;
}
#form2 .form-required + .form-required + .form-required + .form-required + .form-required .customSelect {
	background: url("../image/select_bg.png") no-repeat scroll 316px 14px #fff;
	border: 1px solid #cccccc;
	color: #59595d;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	max-width: 326px;
	padding: 7px 5px;
	text-align: left;
	text-indent: 0;
	width: 100%;
}
.information_information #column-left {
	margin-top: 13px;
}
.information_information .information-page {
	margin-top: 20px;
}
.information_information #column-left + .information-page img, .information_information #column-left + .information-page #banner0 {
	margin-bottom:20px;
}
.information_information #column-left + .information-page .contact_title {
	border-radius: 10px;
	padding: 5px 0;
}
.form-cell > div {
	border-radius:0 !important;
	padding:0 !important;
}
.product_category #banner0 {
	box-shadow: none;
	float: none;
	margin-right: 0;
	padding: 0 20px 0 20px;
}
.product_category h2 {
	padding: 0 20px 0 20px;
	color:#f73087;
	font-size:18px;
	text-transform:uppercase;
	font-weight: normal;
}
.product_category #column-left + #content img, .product_category #column-left + #content #banner0 {
	margin-bottom: 0;
}
.product_category #column-left {
	margin-top: 13px;
}
.product_category #content {
	margin-top: 20px;
}
.category-module .box-content ul li.has_child_category > a, .category-module .box-content ul li.has_child_category.has_active_child_category > a.active {
	background: url("../image/has-child.png") no-repeat scroll right center;
}
.category-module .box-content ul li.has_child_category.has_active_child_category > a, .category-module .box-content ul li.has_child_category > a.active {
	background: url("../image/has-active-child.png") no-repeat scroll right center;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}
.product_search .search-page {
	padding-left: 20px;
	padding-right: 20px;
}
.product_search .search-page .breadcrumb {
	margin-left: 20px;
	margin-right: 20px;
}
.product_search .search-page b {
	text-transform:uppercase;
	line-height:25px;
}
.product_category .parent_categori_wrapper #content {
	margin-top: 0;
	overflow: hidden;
	padding-bottom: 103px;
}
.product_category .parent_categori_wrapper #content #banner1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	display: block;
	float: none;
	height: auto;
	padding: 0;
	margin-bottom:20px;
}
.product_category .parent_categori_wrapper #content #banner1 img {
	border-bottom: 5px solid #f73087;
}
.product_category .parent_categori_wrapper #content h4 {
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	margin:0;
	height:47px;
	line-height:47px;
	border-bottom:1px solid #e3d3bb;
	border-top:1px solid #e3d3bb;
	margin-left:20px;
	margin-right:20px;
	font-weight: normal;
}
.parent_categori {
	clear: both;
	display: block;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 937px;
}
.parent_categori #banner0, .parent_categori #banner1, .parent_categori #banner2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	display: block;
	float: left;
	height: auto;
	padding: 0;
}
.parent_categori #banner2, .parent_categori #banner3, .parent_categori #banner4 {
	width:296px;
	height:230px;
}
.parent_categori #banner2, .parent_categori #banner3 {
	margin-right:23px;
}
.parent_categori #banner4 {
	margin-right:0;
}
.product_search .search-page .product-grid > div {
	margin-left: 38px;
}
.name > a {
	display: block;
	text-align: center;
}
.product_search .search-page .product-grid > div.no_margin {
	margin-left: 0;
}
.related_products_title {
	background: url("../image/related_products_title.png") no-repeat scroll center center;
	border: medium none;
	border-radius: 0;
	color: #d1b58e;
	font-size: 18px;
	font-family: 'proxima_novalight';
	font-weight: normal;
	line-height: 14px;
	padding: 30px 10px 40px;
	text-align: center;
	text-transform: uppercase;
}
.related_products .box-product .no_margin {
	margin-left: 0;
}
.related_products .box-product > div {
	margin-left: 51px;
}
.related_products .price {
	color: #f73087;
	display: block;
	font-size: 15px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	margin-bottom: 4px;
	text-align: center;
}
.product-info .category_name {
	color: #000;
	font-size: 25px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-transform: uppercase;
}
.product-info .right > h2 {
	border-bottom: 1px solid #e3d3bb;
	color: #59595d;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.product-info .right span {
	color: #59595d;
	font-size: 16px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	line-height: 32px;
}
.product-info .cart div > span.qty {
	color: #59595d;
	font-size: 16px;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	line-height: 32px;
}

.product-info .right .cart + span {
  display: block;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.product-info #button-cart {
	background: url("../image/btn_addtocart.png") no-repeat scroll 0 0;
	height: 41px;
	padding: 0;
	text-indent: -10000px;
	width: 151px;
	vertical-align:middle;
}
.product-info input[type="text"] {
  border: 1px solid #f1f1f1;
  height: 38px;
  line-height: 39px;
  min-width: 33px !important;
  padding: 0;
  text-align: center;
}
.product-info .links a {
	background: url("../image/btn_wishList.png") no-repeat scroll 0 0;
	display: block;
	height: 41px;
	width: 44px;
}
.product-info .clickhere {
	clear: both;
	display: block;
	height: 13px;
	margin-bottom: 10px;
	width: 141px;
	margin-right: 0;
	position: absolute;
	right: 0;
}
.product-info .share {
	clear: both;
	float: right;
}
#back-top {
	background-image: url("../image/back-to-top.png");
	background-repeat: no-repeat;
	border-radius: 50%;
	bottom: 80px;
	display: none;
	height: 67px;
	outline: 0 none;
	position: fixed;
	right: 50px;
	transition: all 0.25s linear 0s;
	width: 67px;
	z-index: 99;
}
a.at300b .at4-icon, a.at300m .at4-icon {
	margin-right: 2px;
}
.login-content .content > b {
	color: #59595d;
	font-weight: normal;
}

.checkout_cart .not-found-page {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout_cart .not-found-page .breadcrumb {
    margin-left: 0;
    margin-right: 0;
}
.account_account .account-page .content > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.account_account .account-page .content > ul li a {
  color: #010101;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
  text-transform: uppercase;
}
.account_account .account-page .content > ul li a:hover {
  color: #f73087;
}
.checkout_cart .cart-page, .checkout_checkout .checkout-page, .checkout_success .success-page {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout_cart .cart-page .breadcrumb, .checkout_checkout .checkout-page .breadcrumb {
    margin-left: 0;
    margin-right: 0;
}
.account_logout .success-page {
  padding-right: 20px;
}

.success-page a{
	color: #f73087;
}

.success-page a.button{
	color: #fff;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
   -webkit-appearance: none;
}
span.cartlink{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:89px;
	height:128px;
	cursor:pointer;
}
#form3 {
	clear:both;
	overflow:hidden;
	margin-top:20px;
}
#form3 .form-cell .required,
#form3 .form-cell .required + strong,
#form3 .form-cell strong + br{
	display:none;
}
#form3 .form-cell input{
	min-width:auto;
	width:250px;
	height:20px;
	/*float:right;*/
}
#form3 .form-cell .form-required{
	float:left;
	width:30%;
	margin-right:2%;
	margin-top:0;
}
#form3 .form-cell .form-required + div{
	float:left;
	/*width:16%;*/
}
#form3 .form-cell .form-required:first-child{
	margin-left:105px;
}
#cboxMiddleRight, #cboxBottomRight, #cboxBottomCenter, #cboxBottomLeft, #cboxMiddleLeft, #cboxTopRight, #cboxTopCenter, #cboxTopLeft, #cboxMiddleLeft{background:none!important;}
.mCSB_container a, .mCSB_container a:visited {line-height: inherit;}
@media screen and (max-width:1024px) {
	a#back-top{
		display:none !important;
	}
}
.return-product input[type="text"] {
	min-width: 80px;	
}
.cart-info .image {
	width: 80px;
}
.cart-info .name {
}
.cart-info .quantity input[type="text"] {
	min-width: 30px;	
}
.voucher-page {
	margin-left: 20px;	
}

.subscribe2-wrap{background:url('../image/subscribe2-bg.png') no-repeat 0 0;width: 940px;height: 476px;  position: relative;}
.subscribe2-wrap .required, .subscribe2-wrap strong{display: none;}
.subscribe2-wrap-content{position: absolute;right: 0;width: 200px;right: 110px;top: 200px;}
.subscribe2-wrap-content input {min-width: 100px;}
.subscribe2-wrap .form-cell > .form-required:nth-child(2){margin-bottom:10px!important;margin-top: -10px!important;}
.subscribe2-wrap .form-required-bg {margin-left: auto!important;margin-right: auto!important; margin-top: -10px!important;background: none!important; border: 0!important; box-shadow: none!important;}
.subscribe2-wrap .form-cell > div:nth-child(3){text-align: center;}
#cboxWrapper {background: #fff;}