@charset "utf-8";
/*	CSS Document
	Author: GBG @ www.stenikgroup.com
*/

/* ---------------------- CSS Resets ------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Stenik default style helpers */
a {	outline:none; }
a img { border:0; }
.clear { clear:both; }
.clearH { clear:both; height:10px; }
.clearH2 { clear:both; height:20px; }
.clearH3 { clear:both; height:30px; }
.clearH4 { clear:both; height:40px; }
.radiusL { border-radius: 0px 0px 0px 5px; }
.radiusR { border-radius: 0px 0px 5px 0px; }
.decNone { text-decoration:none; }
.noBgr { background:none !important; }
.left {	float:left; }
.right { float:right; }
.noBorder { border: none !important; }
.noBorderB { border-bottom:none !important; }
.noBorderT { border-top:none !important; }
.noBorderL { border-left:none !important; }
.noBorderR { border-right:none !important; }
.noMarginR {margin-right:0 !important; }
.noMarginL {margin-left:0 !important; }
.noMarginB { margin-bottom:0 !important; }
.noMarginT { margin-top:0 !important; }
.noMargin { margin:0 !important; }
.noPaddingL { padding-left:0 !important; }
.noPaddingR { padding-left:0 !important; }
.noPaddingB { padding-bottom:0 !important; }
.noPaddingT { padding-top:0 !important; }
.noOverflow { overflow:hidden; }
.noOverflowX { overflow-x:hidden; }


/* ----------------------- General Styles ------------------------- */
@font-face {
	font-family: 'verdanaregular';
	src: url('../fonts/verdana.eot');
	src: url('../fonts/verdana.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/verdana.woff') format('woff'),
		 url('../fonts/verdana.ttf') format('truetype'),
		 url('../fonts/verdana.svg#verdanaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'verdanabold';
	src: url('../fonts/verdanab-webfont.eot');
	src: url('../fonts/verdanab-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/verdanab-webfont.woff') format('woff'),
		 url('../fonts/verdanab-webfont.ttf') format('truetype'),
		 url('../fonts/verdanab-webfont.svg#verdanabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'verdanaitalic';
	src: url('../fonts/verdanai-webfont.eot');
	src: url('../fonts/verdanai-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/verdanai-webfont.woff') format('woff'),
		 url('../fonts/verdanai-webfont.ttf') format('truetype'),
		 url('../fonts/verdanai-webfont.svg#verdanaitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	max-width: 100%;
}
body {
	float: left;
	width: 100%;
	color: #000;
	line-height: 12px;
	font-size: 10px;
	font-weight: normal;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;

	overflow-x: hidden; /* rewrite in responsive.css */
}

.wrapper {
	display: block;
	width: 875px;
	margin: 0 auto;
	position: relative;
}
blockquote, cite, q {
	float: left;
	width: 97%;
	font-weight: normal;
	font-family: 'verdanaitalic', Verdana, Geneva, sans-serif;
	padding-left: 1%;
	border-left: 2px solid #000;
	margin: 5px 0 5px 2%;
}
strong {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.fontface strong {
	font-weight: normal;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
}
a, img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a {
	color: #868585;
	text-decoration: none;
}
a:hover, a.selected, li.selected > a {
	color: #000;
}

/* ---- H-Tags ---- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 3px;
	color: #868585;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 12px;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;

	text-transform: uppercase;
}
h3 {
	font-size: 10px;
	text-transform: uppercase;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
	font-weight: normal;
}
h6 {
	font-size: 9px;
	color: #000;
	font-weight: normal;
}
.catalog-category-view .mainContent h1 {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 0 2px;
	color: #868585;
	overflow: hidden;
}
.catalog-category-view .mainContent h1:after {
	content: ".........................................................................................................................................................................................";
	float: left;
	width: 100%;
	margin: -1px 0 15px;
	color: #a8a8a5;
	font-size: 9px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	line-height: 9px;
	letter-spacing: 2px;
}

input[type="text"], input[type="password"],
input[type="email"], select, textarea {
	outline: 0;
	margin: 0;
	padding: 1px 4px;
	height: 15px;
	color: #000;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
	border: 1px solid #c1c1c1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
select {
	height: 20px;
}
input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, select:focus, textarea:focus {
	border: 1px solid #000;
}
button, .button {
	float: left;
	clear: both;
	outline: 0;
	margin: 0;
	border: 0px;
	padding: 4px 5px;
	color: #fff;
	cursor: pointer;
	background: #9f9f9f;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	font-family: Verdana, 'verdanabold', Geneva, sans-serif;
	text-transform: uppercase;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-o-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}
button:hover, .button:hover,
button:focus, .button:focus {
	color: #fff !important;
	background: #b6b6b6;
}
button:active, .button:active {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

/*validation advice */
.validation-advice {
	color: #FF0097;
	float: left;
	margin-top: 0px;
	line-height: 18px;
	margin-left: 10px;
}
.validation-failed {
	border: 1px solid #FF0097 !important;
}
.tinynav {
	display: none;
}
#advice-validate-email-email_address,
#advice-validate-password-password {
	width: 300px;
	margin-left: 0;
	margin-top: 5px;
	line-height: 13px;
}
.loginForm #advice-validate-password-password {
	margin-top: -3px;
	margin-left: 10px;
	width: 280px;
}
#advice-required-entry-terms {
	line-height: 13px;
}
#main .black {
	color: #000;
}


/* -------------------------- Header ------------------------------ */
header {
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 21px;
	margin-bottom: 50px;
}
header .wrapper {
	height: 70px;
	position: relative;
	overflow: visible;
}
/* ---- Header left side ---- */
header .leftSide {
	position: relative;
	float: left;
	width: 174px;
	height: 70px;
}
header .logo {
	float: left;
	width: 174px;
	height: 50px;
}
header .underLogoLinks {
	float: left;
	width: 100%;
	font-size: 0;
	margin-top: 8px;
	text-align: center;
	text-transform: uppercase;
}
header .underLogoLinks a {
	margin-left: 12.5px;
	vertical-align: top;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
header .underLogoLinks a:first-child {
	margin-left: 0px;
}
header .logoDemo {
	width: 33px;
	height: 11px;
	background: url(../images/logoSet.png) 0px 0px no-repeat;
}
header .logoDemo:hover, header .logoDemo.selected {
	background: url(../images/logoSet.png) 0px -16px no-repeat;
}
header .logoClothing {
	width: 60px;
	height: 11px;
	background: url(../images/logoSet.png) -46px 0px no-repeat;
}
header .logoClothing:hover, header .logoClothing.selected {
	background: url(../images/logoSet.png) -46px -16px no-repeat;
}
header .logoStore {
	width: 38px;
	height: 11px;
	background: url(../images/logoSet.png) -118px 0px no-repeat;
}
header .logoStore:hover, header .logoStore.selected {
	background: url(../images/logoSet.png) -118px -16px no-repeat;
}

/* ---- Header right side ---- */
header .rightSide {
	float: right;
	top: 0px;
	right: 0px;
	width: 650px;
	height: 20px;
	padding: 50px 0 0;
}
/* search */
header .searchForm {
	position: relative;
	float: right;
}
header .searchForm .input-text {
	padding-right: 25px;
	width: 108px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
/*header .searchForm .input-text:focus {
	width: 160px;
}*/
header .searchForm .searchSubmit {
	outline: 0;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 2px;
	width: 20px;
	height: 16px;
	background: url(../images/spriteSet.png) 0px -24px no-repeat;
}
/* currency */
header .currency {
	position: relative;
	float: right;
}
header .currency .current, header .currency .currencySelect,
header .currency .currencySelect li {
	float: left;
}
header .currency .current, header .currency .currencySelect li {
	clear: both;
}
header .currency {
	position: relative;
	z-index: 999;
	margin-left: 20px;
	height: 18px;
	color: #000;
	background: #fff;
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
header .currency .current {
	height: 16px;
	padding: 1px 4px 0px;
	margin-bottom: 2px;
	border: 1px solid #c1c1c1;
	cursor: pointer;
}
header .currency.hide .current:after,
header .currency.show .current:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 2px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../images/spriteSet.png) -26px -25px no-repeat;
}
header .currency.show .current:after {
	background: url(../images/spriteSet.png) -39px -23px no-repeat;
}
header .currency .currencySelect {
	position: absolute;
	left: 0px;
	top: 18px;
	background: #fff;
	padding: 1px 4px 1px 4px;
	border: 1px solid #c1c1c1;
	display: none;
}
header .currency .currencySelect .selected {
	display: none;
}
/* customer box */
.customerBox {
	float: right;
	height: 13px;
	padding-top: 7px;
	margin-left: 20px;
	text-transform: uppercase;
}
.customerBox ul, .customerBox ul li, .customerBox ul li a {
	float: left;
}
.customerBox ul li:before {
	float: left;
	content: "/";
	margin: 0 5px;
}
.customerBox ul li:first-child:before {
	display: none;
}
.customerBox .loggedIn:after {
	content: "";
	float: left;
	width: 9px;
	height: 9px;
	margin-top: 2px;
	margin-left: 4px;
	background: #00fd55;
}
.customerBox .loggedOut:after {
	content: "";
	float: left;
	width: 9px;
	height: 9px;
	margin-top: 2px;
	margin-left: 4px;
	background: #FD0077;
}
.customerBox .discount {
	display: inline-block;
}
.customerBox .discount:before {
	content: "";
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-left: 5px;
	background: url(../images/spriteSet.png) -40px 0px no-repeat;
}


/* --------------------------- Main ------------------------------- */
#main {
	float: left;
	width: 100%;
}
#main .mainContent {
	float: left;
	width: 704px;
}
#main .col1-layout .mainContent {
	width: 875px;
}

.mainContent .pageTitle {
	float: left;
	width: 100%;
	margin: 0 0 15px;
/*	font-size: 12px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;*/
	color: #868585;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.mainContent .subTitle {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 0 2px;
	color: #868585;
	overflow: hidden;
}
.hLine {
	float: left;
	width: 100%;
	overflow: hidden;
}
.mainContent .subTitle:after, .hLine:after {
	content: ".........................................................................................................................................................................................";
	float: left;
	width: 100%;
	margin: -1px 0 15px;
	color: #a8a8a5;
	font-size: 9px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	line-height: 9px;
	letter-spacing: 2px;
}
/* ----- Cols layout ---- */
#main .col1 {
	float: left;
	width: 100%;
}
#main .col2 {
	float: left;
	width: 50%;
}
#main .col2.left {
	width: 48.7%;
	margin-right: 1.3%;
}
#main .col2.right {
	width: 48.7%;
	margin-left: 1.3%;
}

/* ---- Landing banners ---- */
#main .landing {
	position: relative;
	float: left;
	width: 100%;
	/* clients wish fix */
	margin-bottom: -14px;
}
#main .landing .col1 {
	margin-bottom: 46px;
}
#main .landing .col3 {
	float: left;
	width: 204px;
	margin-right: 46px;
	margin-bottom: 46px;
}
#main .landing img, #main .landing a {
	float: left;
}
#main .landing .imgSet {
	position: relative;
}
/* Img set opacity layer */
#main .landing .imgSet:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#main .landing .imgSet:hover:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/* Img set title */
#main .landing .imgSet .title {
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 50%;
	height: 27px;
	margin-top: -13px;
	line-height: 26px;
	font-size: 24px;
	letter-spacing: -0.5px;
	color: #000;
	font-weight: 900;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

/* ---- Index banners ---- */
#main .indexBanners {
	float: left;
	width: 100%;
	/* if there aren't any banners */
	min-height: 799px;
}
#main .indexBanners .col1 {
	margin-bottom: 14px;
}
#main .indexBanners a, #main .indexBanners img {
	float: left;
	max-height: 100%;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
}
/* proportionally resize empry container */
.indexBanners .parent {
	position: relative;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.indexBanners .parent:before {
	margin-top: 90%;
	content: '.';
	font-size: 0;
	display: inline-block;
}
.indexBanners .child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	max-height: 100%;
}

/* ---- Index links ---- */
#main .indexLinks, #main .indexLinks ul,
#main .indexLinks ul li, #main .indexLinks ul li a {
	float: left;
	width: 100%;
}
#main .indexLinks ul li {
	margin: 14px 0 0;
}
#main .indexLinks ul li a {
	float: left;
	color: #000;
	background: #e0e0e0;
	padding: 5px;
	width: 694px;
	/*margin: 10px 0 0;*/
	font-size: 12px;
	line-height: 12px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

/* ---- Sidebar ---- */
#main .leftSidebar {
	float: left;
	width: 161px;
	padding-right: 10px;
}
#main .leftSidebar .navLinks {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#main .leftSidebar .navLinks li {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.leftSidebar .sidebarNav, .leftSidebar ul {
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.sidebarNav > ul > li {
	float: left;
	clear: both;
	margin: 0 0 6px;
}
.sidebarNav > ul > li > a {
	float: left;
	background: #000;
	padding: 4px 4px 3px;
	color: #fff;
	font-size: 11.62px;
	line-height: 11.62px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
.sidebarNav > ul > li > a:hover {
	color: #D8D8D8;
}
.sidebarNav > ul > li.selected > a,
.sidebarNav > ul > li.selected > a:hover {
	color: #fe02a8;
}
.sidebarNav .child {
	float: left;
	width: 100%;
	margin: 7px 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
	display: none;
}
.sidebarNav .selected .child,
.sidebarNav .open .child {
	display: block;
}
.sidebarNav .hide .child {
	display: none;
}
.sidebarNav .child a {
	color: #868585;
}
.sidebarNav .child a:hover {
	color: #000;
}
/* collection links */
.sidebarNav .collectionLinks,
.sidebarNav .collectionLinks ul {
	float: left;
	margin-left: 3px;
}
.sidebarNav .collectionLinks ul li {
	float: left;
	margin-right: 2px;
}
.sidebarNav .collectionLinks ul li.dynamic {
	float: left;
	width: 100%;
	margin: 0;
}

.sidebarNav .collectionLinks ul li a {
	float: left;
	font-size: 11.89px;
	letter-spacing: -0.8px;
	color: #c0c0c0;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
}
.sidebarNav .collectionLinks ul li:after {
	float: left;
	content: "|";
	margin: 0 0 0 2px;
	color: #c0c0c0;
	font-size: 12px;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.sidebarNav .collectionLinks ul li.dynamic:after {
	float: left;
	content: "";
	margin: 0 0 0 2px;
	color: #c0c0c0;
	font-size: 12px;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.sidebarNav .collectionLinks ul li:last-child:after { display: none; }

.sidebarNav .collectionLinks ul li.new-stuff a { font-family: 'verdanaregular', Verdana, Geneva, sans-serif; font-style: italic; }
.sidebarNav .collectionLinks ul li.sale a { font-family: 'verdanaregular', Verdana, Geneva, sans-serif; font-style: italic; }

/* category links */
.sidebarNav .categoryLinks,
.sidebarNav .categoryLinks ul {
	float: left;
	width: 100%;
	margin: 5px 0 3px 3px;
}
.sidebarNav .categoryLinks ul li:before {
	content: "•";
	float: left;
	line-height: 6px;
	font-size: 6px;
	color: #868585;
	margin-right: 5px;
	margin-top: 7px;
}
.sidebarNav .categoryLinks ul li.selected a {
	/*color: #000;*/
	color: #fe02a8;
}
/* Filter box */
.filterBox {
	display: none;
	float: left;
	width: 100%;
	margin-top: 23px;
}
.selected .filterBox, .open .filterBox {
	display: block;
}
.filterBox .boxTitle {
	float: left;
	padding: 4px 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 11px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	background: #adadad;
}
.filterBox .filter, .filterBox .filter .title,
.filterBox .filter .choose {
	float: left;
	width: 100%;
}
.filterBox .filter {
	margin: 0px;
}
#main .filterBox .filter .col2 {
	/*width: 29px;*/
	width: auto;
	margin: 0 0 9px 8px;
}
#main .filterBox .filter .col2 + .col2 {
	margin-left: 12px;
}
.filterBox .filter .title {
	width: auto;
	clear: both;
	margin-bottom: 5px;
	cursor: pointer;
	/*color: #000;*/
	color: #868585;
	font-size: 9.5px;
	line-height: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.filterBox .filter .title:before {
	content: "";
	float: left;
	width: 8px;
	height: 5px;
	margin: 2px 3px 0 0;
	background: url(../images/spriteSet.png) -18px -49px no-repeat;
}
.filterBox .filter.show .title:before,
.filterBox .filter.showOnLoad .title:before {
	background: url(../images/spriteSet.png) -28px -48px no-repeat;
}
.filterBox .filter .choose {
	display: none;
	float: left;
	margin-bottom: 5px;
}
.filterBox .filter.show .choose {
	display: block;
}
.filterBox .filter .choose li {
	float: left;
	clear: both;
	/*width: 100%;*/
	margin-bottom: 1px;
}
.filterBox .filter .choose li a {
	float: left;
	font-size: 10px;
	color: #adadad;
}
.filterBox .filter .choose li a:before {
	content: "";
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	width: 7px;
	height: 7px;
	background: url(../images/spriteSet.png) 0 -49px;
}
.filterBox .filter .choose li.selected a:before,
.filterBox .filter .choose li a:hover:before {
	background: url(../images/spriteSet.png) -9px -49px;
}


/* -------------------------- Listing ----------------------------- */
.price-label {
	display: none;
}
.price {
	white-space: nowrap;
}
.listing {
	float left;
	width: 100%;
}
/* ---- General productBox styles */
.productBox {
	float: left;
	width: 29%;
	margin-right: 6.5%;
	margin-bottom: 30px;
	overflow: hidden;
}
.productBox img {
	float: left;
	max-width: 100%;
	width: auto;
}
.productBox .imgSet, .productBox .productInfo {
	float: left;
	width: 100%;
}
.productBox .imgSet,
.landing .imgSet {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	width: 100%;
}
.listing .productBox .imgSet {
	min-height: 263px;
}
.listing .productBox .imgSet img.first,
.owl-item .productBox .imgSet img.first,
.landing .imgSet img.first {
	float: left;
	max-width: 100%;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.listing .productBox .imgSet:hover img.first,
.owl-item .productBox .imgSet:hover img.first,
.landing .imgSet:hover img.first,
.listing .productBox .imgSet img.second,
.owl-item .productBox .imgSet img.second,
.landing .imgSet img.second {
	display: none;
}
.listing .productBox .imgSet:hover img.second,
.owl-item .productBox .imgSet:hover img.second,
.landing .imgSet:hover img.second {
	display: block;
}

.productBox .productInfo .title {
	float: left;
	text-align: left;
}
.productBox .productInfo .label {
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	margin-left: 2px;
	text-transform: lowercase;
}
.productBox .productInfo .label.preorder { color: #00fd55; }
.productBox .productInfo .label.available { color: #00fd55; }
.productBox .productInfo .label.outOfStock { color: #fd1155; }
.productBox .price-box {
	float: left;
	clear: both;
	width: 100%;
	margin: 3px 0;
}
.productBox .price-box .old-price,
.productBox .price-box .special-price {
	float: left;
	width: 100%;
	margin-bottom: 1px;
}
.productBox .price-box .old-price {
	text-decoration: line-through;
}
.productBox .price-box .special-price {
	color: #FE02A8;
}
.productBox .price-box .minimal-price-link {
    display: none;
}


/* ---- Product Box small ---- */
.productBox.small {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	text-align: left;
}
.productBox.small .imgSet {
	width: 70px;
	height: 90px;
}
.productBox.small .productInfo {
	width: 120px;
	margin-left: 10px;
}
/* header bag */
.headerBag {
	position: absolute;
	margin-top: 28px;
	margin-left: -90px;
	padding: 10px;
	z-index: 9999;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	display: none;
	width: 200px;

	max-height: 710px;
	overflow-y: overlay;
}
.headerBag::-webkit-scrollbar {
	width: 2px;
}
.headerBag::-webkit-scrollbar-track {
	background: #ccc;
}
.headerBag::-webkit-scrollbar-thumb {
	background: #000;
}

.headerBag:before {
	content: "";
	float: left;
	width: 14px;
	height: 9px;
	position: absolute;
	background: url(../images/spriteSet.png) -39.5px -47px no-repeat;
	left: 50%;
	top: -9px;
	margin-left: -7px;
}
.headerBag .button {
	float: none;
	clear: none;
	display: inline-block;
	width: 42.5%;
}
.headerBag .button.left { float: left; }
.headerBag .button.right { float: right; }
.headerBag .summary {
	float: left;
	width: 100%;
	margin: -5px 0 8px; /* client's wish */
}
.headerBag .summary .item {
	float: left;
	width: 100%;
	text-align: right;
}
.cartHandleResponsive {
	display: none;
}


/* ------------------------ Detail view --------------------------- */
.detailView {
	float: left;
	width: 100%;
}
.detailView .productBox {
	width: 100%;
	margin: 0px;
	overflow: visible;
}
.availableFrom {
	margin-top: 15px;
	font-size: 10px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
}

/* ---- Product images slider ---- */
.imgSetWrapper {
	position: relative;
	float: left;
	/*height: 300px;*/
}
.detailView .imgSetWrapper:after {
	content: "";
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}
.loaded .detailView .imgSetWrapper:after {
	display: none;
}
/* slider nav */
.imgSetWrapper .imgSetNav {
	position: absolute;
	width: 100%;
	height: 100%;
}
.imgSetNav .prev, .imgSetNav .next {
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	cursor: pointer;
	width: 11px;
	height: 15px;
}
.imgSetNav .prev {
	left: -20px;
	background: url(../images/spriteSet.png) -20px 0px no-repeat;
}
.imgSetNav .next {
	right: -17px;
	background: url(../images/spriteSet.png) 0px 0px no-repeat;
}

/* slider items */
.detailView .productBox .imgSet,
.detailView .productBox .imgSetWrapper,
.detailView .productBox .imgSet a,
.detailView .productBox .imgSet .zoomImg,
.detailView .productBox .imgSet .item,
.detailView .productBox .itemContainer {
	float: left;
	width: 416px;
	height: 536px;
}
.detailView .productBox .imgSet .item {
	background: #fff;
	overflow: hidden;
}
.detailView .productBox .imgSet img {
	display: block;
	position: relative;
	height: auto;
	max-height: 100%;
	height: 536px;
}
.detailView .productBox .itemContainer {
	position: relative;
	margin: 0 auto;
	background: #fff;
}
.detailView .productBox .productInfo {
	position: relative;
	float: right;
	width: 260px;
	font-size: 10px;
	min-height: 538px;
}
.detailView .productBox .productInfo .title {
	float: left;
	width: 100%;
	color: #000;
	margin: 0;
	font-size: 11.2px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	line-height: 13px;
	text-transform: uppercase;
}
.detailView .productBox .productInfo .desc {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	font-size: 10px;
	line-height: 11px;
	color: #848484;
}

/* ---- Price box ---- */
.detailView .productBox .price-box .price{
	color: #FD0077;
}
.detailView .productBox .price-box .old-price .price {
	color: #000;
}

/* ---- Options ---- */
#main .detailView .productBox .productInfo .option,
#main .detailView .productBox .productInfo .options,
#main .detailView .productBox .productInfo .optionsForm {
	float: left;
	width: 100%;
}
.optionsForm .validation-advice {
	margin: 0 0 5px;
	float: left;
	width: 100%;
}
#main .detailView .productBox .productInfo .options {
	margin-top: 16px;
}
#main .detailView .productBox .productInfo .option {
	position: relative;
	margin: 0 0 6px;
}
#main .detailView .productBox .productInfo .option label {
	float: left;
	width: 65px;
	font-size: 10px;
	line-height: 16px;
	color: #494949;
	letter-spacing: -0.3px
}
.detailView .productBox .productInfo .option select,
.detailView .productBox .productInfo .option input {
	float: left;
	width: 56px;
}
select[disabled], select[disabled="disabled"] {
	opacity: 0.7;
}
.detailView .productBox .productInfo .option select {
	text-transform: uppercase;
	padding: 0px;
	/*width: 61px;*/
	width: auto;
	height: 15px;
	font-size: 9px;
	line-height: 0;
	color: #555 !important;
	vertical-align: top;
	letter-spacing: -0.4px;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.detailView .productBox .productInfo .option select.qty {
	width:45px;
}
#main .detailView .productBox .productInfo .option input[type="checkbox"] {
	width: 12px;
	height: 12px;
	margin: 16px 5px 0 0;
}
#main .detailView .productBox .productInfo .option input[type="checkbox"] + label {
	width: auto;
	color: #000;
	font-size: 10px;
	margin-top: 15px;
	line-height: 13px;
	text-transform: none;
}
/* size chart button */
.detailView .productBox .productInfo .optionInfo {
	height: 9px;
	margin-top: 1px;
	margin-left: 6px;
	padding: 0 2px;
	color: #494949;
	background: #FFF;
	font-size: 8px;
	letter-spacing: -0.3px;
	line-height: 10.9px;
	border: 1px solid #D9D9D9;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	/* fix position on error */
	/*position: absolute;
	left: 120px;
	top: 1px;*/
}
.detailView .productBox .productInfo .optionInfo:hover {
	background: #d9d9d9;
}
.detailView .productBox .productInfo .productID {
	float: left;
	width: 100%;
	margin: 4px 0 0;
	color: #000;
}
.detailView .productBox .productInfo .button {
	float: left;
	min-width: 72px;
	text-align: center;
	padding: 5px 4px;
	margin: 11px 0;
	font-size: 9.34px;
	line-height: 9.34px;
	letter-spacing: -0.5px
}
.dynamicWidth {
	width: auto !important;
}

/* ---- Social box ---- */
.detailView .productBox .productInfo .socialBox {
	float: left;
	width: auto;
	min-height: 16px;
	padding: 5px 0px 5px 7px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #d4d4d4;
}
.detailView .productBox .productInfo .socialBox .shareTitle {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	color: #989898;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.detailView .productBox .productInfo .socialBox .social {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	background-image: url(../images/productViewSocialIcons.png);
	background-repeat: no-repeat;
	opacity: 0.2;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.detailView .productBox .productInfo .socialBox .social:hover { opacity: 0.5; }
.detailView .productBox .productInfo .socialBox .social:active { opacity: 0.8; }

.detailView .productBox .productInfo .socialBox .social.facebook { background-position: 0px 0px; }
.detailView .productBox .productInfo .socialBox .social.twitter { background-position: -16px 0px; }
.detailView .productBox .productInfo .socialBox .social.pin { background-position: -32px 0px; }
.detailView .productBox .productInfo .socialBox .social.tumblr { background-position: -48px 0px; }


/* ---- More details ---- */
.detailView .productBox .productInfo .moreDetails {
	position: absolute;
	left: 0;
	bottom: 0;
	float: left;
	width: 100%;
	clear: both;
}
.detailView .productBox .productInfo .moreDetails .title {
	float: left;
	clear: both;
	width: auto;
	height: 17px;
	color: #000;
	padding: 0px 7px;
	margin: 0;
	cursor: pointer;
	font-size: 8.4px;
	line-height: 17px;
	border: 1px solid #c1c1c1;
	border-bottom: 0px;
}
.detailView .productBox .productInfo .moreDetails .title {
	border-bottom: 1px solid #c1c1c1;
}
.detailView .productBox .productInfo .moreDetails.show .title {
	/*cursor: default;*/
	border-bottom: 0px;
}
.detailView .productBox .productInfo .moreDetails .info {
	float: left;
	clear: both;
	display: none;
	color: #868585;
	min-width: 210px;
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #c1c1c1;
}
.detailView .productBox .productInfo .moreDetails.show .info {
	display: block;
}
.detailView .productBox .productInfo .moreDetails .info strong {
	font-size: 10px;
	letter-spacing: 0px;
}

/* ---- Product nav ---- */
.detailView .productBox .productInfo .productsNav {
	float: left;
	width: 100%;
	margin: 9px 0 0 0px;
	font-size: 10px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
.detailView .productBox .productInfo .productsNav a {
	float: left;
	padding: 4px 7px;
	margin-right: 9px;
	background: #ababab;
	color: #fff;
	/*min-width: 42px;*/
	text-align: center;
}
.detailView .productBox .productInfo .productsNav a:hover {
	background: #b6b6b6;
}

/* ---- Overlay ----- */
.outsideZoom {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: -200px;
	width: 340px;
	height: 440px;
	background: #fff;
	z-index: 99999;
	display: block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);

	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.magnifier-lens {
	width: 139px !important;
	height: 139px !important;
}
.outsideZoom.show {
	right: -75px;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.outsideZoom img {
	max-width: none;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.imgSetWrapper .activeBox {
	position: relative;
	float: none;
	background: url(../images/overlayHover.png) 0 0 no-repeat;
	width: 120px;
	height: 120px;
	opacity: 0;
	display: block;
	border: 500px solid rgba(255, 255,255, 0.55);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* ---- Gallery thumbs ---- */
.productGalleryThumbs {
	float: left;
	width: 100%;
	height: 125px;
	margin-top: 20px;
}
.productGalleryThumbs .item,
.productGalleryThumbs .owl-item,
.productGalleryThumbs .item img {
	float: left;
	width: 98px;
	height: 125px;
	cursor: pointer;
}
.productGalleryThumbs .item:hover,
.productGalleryThumbs .item.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

/* ---- Related products ---- */
.relatedProducts {
	float: left;
	width: 704px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.productsSlider {
	float: left;
	/*width: 750px !important;*/
	width: 730px !important;
}
.productsSlider .owl-wrapper-outer {
	width: 704px !important;
}
.productsSlider .owl-item,
.productsSlider .item, .productsSlider .itemContainer {
	float: left;
}
.productsSlider .item .productBox {
	/*width: 205px;*/
	width: 122px;
	margin: 0;
}
.productsSlider .item .productBox .imgSet {
	/*min-height: 265px;*/
}
.productsSlider .item .productBox .imgSet img {
	height: auto;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}


/* --------------------- General page styles ---------------------- */
#main .page {
	float: left;
	width: 100%;
}
#termsAndConditionContent {
	padding: 20px !important;
}
#termsAndConditionContent h2:first-child,
#termsAndConditionContent h3:first-child,
#termsAndConditionContent h4:first-child,
#termsAndConditionContent h5:first-child {
	margin-top: 0px;
}

/* ---- Page info general elements ---- */
#main .pageInfo {
	float: left;
	width: 704px;
}
#main .page .title {
	float: left;
	width: 100%;
/*
	margin: 0 0 10px;
	font-size: 12px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
*/
	color: #000;
	margin: 0 0 2px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
#main .pageInfo ul, #main .pageInfo ol {
	margin: 5px 0;
	padding: 0;
}
#main .pageInfo ul {
	list-style: square;
}
#main .pageInfo ul li {
	margin-left: 20px;
}
#main .pageInfo ol li {
	margin-left: 20px;
}

/* ---- Border box ---- */
#main .borderBox {
	float: left;
	width: 707px;
	margin: 0;
	padding: 20px;
	border-style: solid;
	border-width: 3px 6px 6px 3px;
	-moz-border-image: url(../images/borderImg.png) 3 6 6 3 repeat;
	-webkit-border-image: url(../images/borderImg.png) 3 6 6 3 repeat;
	-o-border-image: url(../images/borderImg.png) 3 6 6 3 repeat;
	border-image: url(../images/borderImg.png) 3 6 6 3 fill repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-borderimage #main .borderBox {
	/* reset border properties */
	border: 0 !important;
	border: 2px dotted #888 !important;
}
#main .borderBox.center {
	text-align: center;
}
#main .borderBox.center .button {
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin-top: 5px;
	margin-bottom: -5px;
}
.borderBox.padding {
	padding: 40px !important;
}
.borderBox.paddingBig,
.checkout-onepage-success .borderBox {
	padding: 60px !important;
}

/* Contact form */
#main .contactForm {
	float: left;
	width: 100%;
}
#main .contactForm #advice-validate-email-email {
	margin-left: 0;
}
#main .captchaContainer {
	float: left;
	clear: both;
	width: 110px;
	margin-left: 150px;
}
#main .captchaContainer img {
	max-width: 100%;
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#main .submit,
#main .reset {
	float: right;
	width: 60px;
	clear: none;
	margin-left: 15px;
}
#main .contactForm textarea {
	resize: none;
}
/* general */
#main .inputBox,
#main .radioBox,
#main .checkBox,
#main .textareaBox,
#main .selectBox {
	float: left;
	width: 100%;
	margin: 10px 0;
}
#main input {
	float: left;
	width: 150px;
	outline: 0 !important;
}
#main .big input {
	width: 200px;
}
#main .small input {
	width: 100px;
}
#main textarea {
	float: left;
	width: 250px;
	height: 80px;
}
#main .small textarea {
	width: 250px;
	height: 40px;
	resize: none;
}
#main label {
	float: left;
	width: 150px;
	color: #888;
	line-height: 20px;
	text-transform: uppercase;
}
#main label a {
	text-decoration: underline;
}
#main label a:hover {
	text-decoration: none;
}
#main .inputBox .label,
#main .radioBox .label,
#main .checkBox .label,
#main .textareaBox .label,
#main .selectBox .label {
	float: left;
	width: 180px;
	color: #888;
	line-height: 20px;
	text-transform: uppercase;
}
#main .inputBox .value,
#main .radioBox .value,
#main .checkBox .value,
#main .textareaBox .value,
#main .selectBox .value {
	float: left;
	color: #000;
	line-height: 20px;
}
#main .inputBox .imageInput {
	float: left;
}
#main .inputBox .imageInput .small-image-preview {
	float: left;
	margin-right: 5px;
}
#main .inputBox .imageInput .input-file {
	width: auto;
}
#main .inputBox .imageInput .delete-image input.checkbox {
	clear: left;
	width: auto;
}

#main .selectBox .value label {
	color: #000;
}
#main .radioBox {
	margin-bottom: 5px;
}
#main .radioBox input {
	float: left;
	width: auto;
	margin: 0;
}
#main .radioBox input + label {
	float: left;
	width: auto;
	line-height: 13px;
	padding-left: 3px;
	margin-right: 25px;
}
#main .checkBox input {
	float: left;
	width: auto;
	margin: 0;
}
#main .checkBox label {
	width: auto !important;
	line-height: 13px;
	float: left;
	margin-left: 5px;
}
#main .registerForm label {
	width: 260px;
}
#main .registerForm .captchaContainer {
	margin-left: 260px;
}
#main .registerForm select {
	width: 260px;
}
#main .forgottenPassword {
	float: right;
}
/* Specific login form styles */
.loginForm, .forgottenPasswordForm {
	padding: 27px 10px 0 37px;
	float: left;
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .loginForm .inputBox,
#main .forgottenPasswordForm .inputBox {
	margin: 5px 0;
}
.loginForm .inputBox input,
.forgottenPasswordForm .inputBox input {
	float: left;
}
.loginForm .validation-advice,
.forgottenPasswordForm .validation-advice {
	float: left;
	width: 280px;
	margin: 2px 0 0 10px;
}
.loginForm #advice-validate-email-email,
.forgottenPasswordForm #advice-validate-email-email {
	margin-top: -3px;
	line-height: 13px;
}
.loginForm .button, .forgottenPasswordForm .button {
	margin-top: 10px;
}


/* --------------------- Bag view & Checkout ---------------------- */
/* ----- bag overview ---- */
.myBagView, .checkoutForm {
	float: left;
	width: 100%;
	margin: 0px;
	border-collapse: separate;
}
.myBagView th {
	color: #86858A;
	padding: 0px 7px 8px;
	font-weight: normal;
	text-transform: uppercase;
	border-style: solid;
}
.myBagView td {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	background: url(../images/tableBorder.png) 0 top repeat-x;
}

.myBagView.overview th {
	padding: 10px 0;
}
.myBagView.overview td {
	padding: 10px 0;
}
table.myBagView td .loader {
	width: 32px;
	height: 32px;
	display: block;
	z-index: 1200;
	margin: 27px auto 8px auto;
	margin-right: 30px;
	background-image: url(../images/loader.gif);
}
.myBagView td.productQuantity .quantity,
.myBagView td.productQuantity .quantity .ui-spinner {
	display: inline-block;
	vertical-align: middle;
}
#main .myBagView td.productQuantity .quantity input {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	text-align: center;
}
.myBagView td.productQuantity .quantity .ui-spinner-down,
.myBagView td.productQuantity .quantity .ui-spinner-up {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	line-height: 19px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.myBagView td.productQuantity .quantity .ui-spinner-down {
	float: left;
}
.myBagView td.productQuantity .quantity .ui-spinner-up {
	float: right;
}

.myBagView td.productPrice .price-box {
	float: left;
	clear: both;
	width: 100%;
	margin: 3px 0;
}
.myBagView td.productPrice .old-price,
.myBagView td.productPrice .special-price,
.myBagView td.productPrice .cart-price,
.myBagView td.productPrice .cart-price-special {
	float: left;
	width: 100%;
	margin-bottom: 1px;
}
.myBagView td.productPrice .old-price {
	text-decoration: line-through;
}
.myBagView td.productPrice .special-price,
.myBagView td .cart-price-special {
	color: #FE02A8;
}
.myBagView td.productImg {
	width: 70px;
	height: 90px;
	vertical-align: top;
}
.myBagView td.productImg img {
	float: left;
	max-width: 100%;
	width: 70px;
	height: 90px;
}
.myBagView.overview td.productImg {
	padding-right: 10px;
}
.myBagView.overview td.productImg,
.myBagView.overview td.productImg img {
	width: 50px;
	height: 64px;
}
.myBagView .productDesc {
	text-align: left;
	padding-left: 15px;
	min-width: 87px;
	vertical-align: top;
}
.myBagView .productDesc .info {
	margin-top: 10px;
	float: left;
}
.myBagView .productDesc .label.preorder {
	color: #00fd55;
	display: inline-block;
	font-size: 9px;
	margin-left: 2px;
	text-transform: lowercase;
}
.myBagView .productSize {
	width: 76px;
}
.myBagView .productPrice {
	width: 70px;
}
.myBagView .productRemove {
	width: 52px;
}
.myBagView.overview .productPrice {
	width: 59px;
}
.myBagView.overview .productDesc {
	width: 285px;
}
#main .myBagView .selectBox {
	margin: 0px;
}
.myBagView .productRemove .remove {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: #fff url(../images/removeIcon.png) left top no-repeat;
}
.myBagView .productRemove .remove:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.myBagView .old-price {
	text-decoration: line-through;
	margin: 0 0 5px;
}
.myBagView .special-price {
	color: #FE02A8;
}
/* ---- Summary table ---- */
.summaryTable {
	float: right;
	text-align: right;
	width: 100% !important;
	border-collapse: separate;
}
.summaryTable td {
	padding: 15px 15px 0px 0;
}
.summaryTable tr td {
	padding: 5px 15px !important;
}
.summaryTable .label {
	text-transform: uppercase;
	color: #86858A;
	text-align: right;
}
.summaryTable .value {
	width: 15%;
	color: #000;
	text-align: left;
}

.opc-index-index #opc-review-block { float: left; width: 100%; height: auto; padding: 0px 0px 48px 0px; margin: 0px; position: relative; }

.opc-index-index #checkout-agreements {
	float: left;
	width: 308px;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.opc-index-index #checkout-agreements .checkoutTermsLabel { width: 290px !important; }



/* ---- Discount code ---- */
.discountCode {
	float: left;
	width: 300px;
}
.discountCode .title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
#main .discountCode .inputBox {
	width: 160px;
}
.discountCode .button {
	clear: none;
	margin-top: 10px;
	margin-left: 10px;
}
.buyNow {
	float: right;
	clear: both;
	outline: 0;
	margin: 8px 0 0;
	border: 0px;
	padding: 5px 4px;
	color: #fff;
	cursor: pointer;
	background: #000;
	font-size: 9px;
	line-height: 9px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.buyNow:hover {
	color: #FE02A8;
	background: #000;
}
.buyNow:active {
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.button.nextStep, .button.keepShopping {
	clear: none;
	margin-top: 10px;
	text-align: center;
}
.button.nextStep {
	float: right;
}
.button.keepShopping {
	float: left;
	margin-right: 13px;
}

/* checkout (additional styles) */
.checkoutForm .additionalComment {
	float: left;
	width: 48%;
	padding-top: 25px;
	margin-top: -170px;
}
.checkoutForm .additionalComment textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .checkoutForm .additionalComment label {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}
#main .checkoutForm .additionalComment textarea {
	height: 64px;
	width: 100%;
	resize: none;
}
#main .checkoutForm .summaryTable {
	background: #ededed;
	float: right;
	width: 47% !important;
	margin-top: 10px;
	padding: 10px;
}
#main .checkoutForm .summaryTable .value {
	width: 34%;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
}
#main .checkoutForm .summaryTable tr.blank td { padding: 0px !important; }
#main .checkoutForm .summaryTable tr.total td { background: url(../images/tableBorder.png) repeat-x left top; padding-top: 15px !important; }

#main .checkoutForm .summaryTable td.label { color: #000; }
#main .checkoutForm .summaryTable td.label strong { display: block; color: #bfbfbf; font-size: 9px; line-height: 11px; font-weight: 400; text-transform: none; }

#main .checkoutForm .summaryTable tr:first-child td {
	padding-top: 0px !important;
}

/* ---- One page checkout ----- */
#co-billing-form h3 {
	margin-top: 0;
}
#main .pageInfo .form-list li, fieldset, #main fieldset ul,
#billing-new-address-form ul, .form-list  {
	float: left;
	width: 100%;
	margin: 0 !important;
	list-style-type: none !important;
}
#main #shipping-new-address-form .radioBox input + label,
#main #billing-new-address-form .radioBox input + label,
#billing-new-address-form label {
	width: 155px;
	margin-right: 0px;
	padding-left: 0px;
}
#main .pageInfo .form-list .fields, {
	margin: 0 !important;
}
#main #co-billing-form .form-list #billing-new-address-form {
	padding: 18px 20px;
	background: #ededed;
	margin: 0 0 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main #opc-address-form-billing input,
#main #opc-address-form-shipping input {
	width: 211px;
	margin-right: 10px;
}
#main #opc-address-form-billing input[type="radio"],
#main #opc-address-form-shipping input[type="radio"] {
	margin-right: 5px !important;
}
#main #co-billing-form select {
	width: 211px;
	float: left;
	margin-right: 10px;
}
#main #co-billing-form .validation-advice {
	margin-left: 0;
}
#main #co-billing-form .radioBox input {
	width: auto;
}
#main #co-billing-form .small input {
	width: 100px;
}
#shipping-new-address-form {
	margin-bottom: 20px !important;
}
.noMarginR .inputBox:first-child {
	margin-top: 0px !important
}
#opc-address-form-shipping {
	float: left;
	width: 100%;
}
#main #opc-address-form-shipping .control input[type="radio"],
#main #billing-new-address-form .control input[type="radio"] {
	width: auto;
	float: none;
	margin: 3px 0 0;
}
#main #opc-address-form-shipping .control input[type="checkbox"],
#main #billing-new-address-form .control input[type="checkbox"] {
	width: auto;
	float: none;
	margin: 1px 0 0;
}
#main #billing-new-address-form input[type="radio"] + label {
	width: 100px !important;
}

/* ---- Payment methods ---- */
#co-payment-form {
	float: left;
	width: 100%;
}
#co-payment-form .form-list {
	float: left;
	width: 100%;
	background: #ededed;
	margin: 10px 0px !important;
	padding: 10px 13px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#co-payment-form img {
	vertical-align: middle;
}
#co-payment-form #p_method_paypal_standard {
	margin: 5px 0;
}


/* -------------------------- Messages ---------------------------- */
.messages, .messages > li {
	float: left;
	width: 100%;
}
 .messages > li {
	padding: 0px !important;
	margin: 0 0 5px !important;
	list-style-type: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.messages ul {
	list-style-type: none !important;
}
.messages ul li {
	padding: 0;
	margin: 0 !important;
}
.messages .error-msg {
	background: transparent;
	color: #FD0077;
}
.pink { color: #FD0077; }
.messages .success-msg {
	background: transparent;
	color: #04e951;
}


/* -------------------------- Dashboard --------------------------- */
.dashboard .data-table,
.my-account .data-table {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.dashboard .box-head,
.my-account .box-head {
	float: left;
	width: 100%;
}
.dashboard .viewAll,
.my-account .viewAll, .my-account .titleLinks {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.borderRow {
	width: 100%;
	height: 2px;
	padding: 0 !important;
	background: url(../images/tableBorder.png) 0 top repeat-x;
}
.dashboard .data-table th,
.my-account .data-table th {
	color: #86858A;
	padding: 0px 7px 8px;
	font-weight: normal;
	text-transform: uppercase;
	border-style: solid;
}
.dashboard .data-table td,
.my-account .data-table td {
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
}

/* ---- order table ---- */
.dashboard .data-table .orderN,
.my-account .data-table .orderN {
	width: 8%;
	padding-left: 0;
}
.dashboard .data-table .orderDate,
.my-account .data-table .orderDate {
	width: 7%;
}
.dashboard .data-table .shipTo,
.my-account .data-table .shipTo {
	width: 40%;
	text-align: left;
}
.dashboard .data-table .orderTotal,
.my-account .data-table .orderTotal {
	width: 15%;
}
.dashboard .data-table .status,
.my-account .data-table .status {
	width: 8%;
}
.dashboard .data-table .viewOrder,
.my-account .data-table .viewOrder {
	width: 20%;
	text-align: left;
	padding-right: 0;
}
/* ---- box info ---- */
.box-info {
	float: left;
	width: 100%;
}
.dashboard .col2-set, .my-account .col2-set {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2,
.my-account .col2-set .col-1, .my-account .col2-set .col-2 {
	float: left;
	width: 50%;
}
.subtitle {
	display: inline-block;
	clear: both;
	width: 100%;
	color: #000;
	font-size: 10px;
	margin-top: 0px;
	font-weight: normal;
}
#main .my-account label {
	width: 220px;
}
.my-account .col2-set ul, .my-account .col2-set ol,
.my-account .col2-set li  {
	float: left;
	width: 100%;
}
.my-account .col2-set ul, .my-account .col2-set ol {
	margin-left: 20px;
}
.my-account .selectBox.small select {
	width: 160px;
}
#main .my-account .inputBox.big input {
	width: 280px;
}
#main .my-account .inputBox.big input + .validation-advice {
	float: left;
	clear: both;
	margin-left: 220px;
}
.my-account .pager {
	float: left;
	width: 100%;
}
.my-account .pager select {
	float: right;
}
.my-account .pager .right {
	line-height: 18px;
	margin-right: 10px;
}
.my-account .pager .amount {
	float: left;
	line-height: 18px;
}

/* account order review table*/
.accountOrderReviewTable {
	float: left;
	width: 100%;
}
.accountOrderReviewTable td {
	padding: 0 5px;
}
.accountOrderReviewTable .productName {
	width: 50%;
	padding-left: 0 !important;
	text-align: left !important;
}
.accountOrderReviewTable .productSku {
	width: 20%;
}
.accountOrderReviewTable .productPrice {
	width: 11%;
}
.accountOrderReviewTable .productQty {
	width: 12%;
}
.accountOrderReviewTable .subTotal {
	width: 10%;
}
.accountOrderReviewTable .item-options,
.accountOrderReviewTable .item-options dt,
.accountOrderReviewTable .item-options dd {
	float: left;
}
#main .accountOrderReviewTable .a-right {
	text-align: right;
}
#main .accountOrderReviewTable tfoot td {
	padding: 5px 10px;
}
#main .accountOrderReviewTable tfoot .first td {
	padding-top: 20px;
}

/* ---- profile paging ---- */
.my-account .pages {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.my-account .pages strong,
.my-account .pages ul, .my-account .pages li {
	float: left;
	list-style-type: none;
}
.my-account .pages strong {
	margin-right: 5px;
}
.my-account .pages li {
	margin: 0 5px;
}
.my-account .pages li a {
	text-decoration: underline;
}
.my-account .pages li a:hover {
	text-decoration: none;
}
.my-account .pages .next, .my-account .pages .previous {
	text-decoration: none;
}

.order-additional ~ .buttons-set {
	margin-top: 15px;
}

/* --------------------------- Footer ----------------------------- */
footer,
.socialFooter {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
footer .wrapper,
.socialFooter .wrapper {
	width: 704px;
	padding-left: 171px;
}
/* ---- Follow us box ---- */
/* vAlign */
.socialFooter {
	margin: 20px 0 0;
}
.socialFooter .followUsBox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 9px 10px;
	margin: 0;
	/* See stenikMain.js->perfectDottedBorders() */
	/*border: 2px dotted #000;*/
}
.socialFooter .followUsBox .txt {
	float: left;
	margin: 0 5px 0px 0px;
	font-size: 12px;
	line-height: 25px;
	font-family: 'verdanabold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
.socialFooter .followUsBox .socialLinks, .followUsBox .socialLinks li,
.socialFooter .followUsBox .socialLinks li a, .followUsBox .socialLinks li img {
	float: left;
}
.socialFooter .followUsBox .socialLinks li {
	margin-left: 12px;
}
/* vAlign */
.vAlign {
	display: inline-block;
	vertical-align: middle;
}
.followUsBox {
	font-size: 0; /* fix inline block gaps */
}
.followUsBox:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

/* borders */
.followUsBox .topBorder,
.followUsBox .bottomBorder,
.followUsBox .leftBorder,
.followUsBox .rightBorder {
	position: absolute;
	left: 0px;
	top: 0px;
}
.followUsBox .topBorder,
.followUsBox .bottomBorder {
	width: 100%;
	height: 2px;
	background-position: 0px 0px;
	background: url('../images/black-border.png') repeat-x 0px 0px;
}
.followUsBox .bottomBorder {
	top: auto;
	bottom: 0px;
}
.followUsBox .leftBorder,
.followUsBox .rightBorder {
	width: 2px;
	height: 100%;
	background: url('../images/black-border.png') repeat-y 0px 4px;
}
.followUsBox .rightBorder {
	left: auto;
	right: 0px;
}


/* ---- Footer links ---- */
.footerLinks {
	float: left;
	width: 704px;
	background: #d0d0d0;
	margin: 0 auto;
	text-align: center;
	font-family: 'verdanaregular', Verdana, Geneva, sans-serif;
}
.footerLinks ul {
	padding: 0 5px;
	vertical-align: top;
	display: inline-block;
}
.footerLinks ul li, .footerLinks ul li a {
	float: left;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px
}
.footerLinks ul li a {
	padding: 8px 0 9px;
}
.footerLinks ul li a:hover {
	color: #868585;
}
.footerLinks ul li {
	margin: 0 6px;
}

.customer-account-login #colorbox #cboxClose { display: none; }

.popUpLogin .termsAggreeBtn {
	display: inline-block;
	width: auto;
	height: 11px;
	line-height: 11px;
	padding: 4px 10px 4px 10px;
	margin: 10px auto;
	background: #9f9f9f;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-o-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}
.popUpLogin .termsAggreeBtn:hover { background: #b6b6b6; color: #fff; }
.popUpLogin .termsAggreeBtn:active { transform: translateY(1px); }


/* ------------------------- Chrome fixes ------------------------  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.footerLinks ul li {
		margin: 0 5.8px;
	}
}



/* Global overlay */
#addToCartOverlay,
.ajaxCartPopupOverlay {
	/*position: absolute;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#addToCartOverlay .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	z-index: 99999;
	margin: -16px 0 0 -16px;
	background: url(../images/loader.gif) center center no-repeat;
}
#floatingCirclesG{position:relative;width:64px;height:64px;-moz-transform:scale(0.6);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);-o-transform:scale(0.6);transform:scale(0.6);margin: 0 auto;top: 50%; margin-top: -32px;}
.f_circleG{position:absolute;background-color:#FFFFFF;height:12px;width:12px;-moz-border-radius:6px;-moz-animation-name:f_fadeG;-moz-animation-duration:0.72s;-moz-animation-iteration-count:infinite;-moz-animation-direction:linear;-webkit-border-radius:6px;-webkit-animation-name:f_fadeG;-webkit-animation-duration:0.72s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:linear;-ms-border-radius:6px;-ms-animation-name:f_fadeG;-ms-animation-duration:0.72s;-ms-animation-iteration-count:infinite;-ms-animation-direction:linear;-o-border-radius:6px;-o-animation-name:f_fadeG;-o-animation-duration:0.72s;-o-animation-iteration-count:infinite;-o-animation-direction:linear;border-radius:6px;animation-name:f_fadeG;animation-duration:0.72s;animation-iteration-count:infinite;animation-direction:linear;}
#frotateG_01{left:0;top:26px;-moz-animation-delay:0.27s;-webkit-animation-delay:0.27s;-ms-animation-delay:0.27s;-o-animation-delay:0.27s;animation-delay:0.27s;}
#frotateG_02{left:8px;top:8px;-moz-animation-delay:0.36s;-webkit-animation-delay:0.36s;-ms-animation-delay:0.36s;-o-animation-delay:0.36s;animation-delay:0.36s;}
#frotateG_03{left:26px;top:0;-moz-animation-delay:0.45s;-webkit-animation-delay:0.45s;-ms-animation-delay:0.45s;-o-animation-delay:0.45s;animation-delay:0.45s;}
#frotateG_04{right:8px;top:8px;-moz-animation-delay:0.54s;-webkit-animation-delay:0.54s;-ms-animation-delay:0.54s;-o-animation-delay:0.54s;animation-delay:0.54s;}
#frotateG_05{right:0;top:26px;-moz-animation-delay:0.63s;-webkit-animation-delay:0.63s;-ms-animation-delay:0.63s;-o-animation-delay:0.63s;animation-delay:0.63s;}
#frotateG_06{right:8px;bottom:8px;-moz-animation-delay:0.72s;-webkit-animation-delay:0.72s;-ms-animation-delay:0.72s;-o-animation-delay:0.72s;animation-delay:0.72s;}
#frotateG_07{left:26px;bottom:0;-moz-animation-delay:0.81s;-webkit-animation-delay:0.81s;-ms-animation-delay:0.81s;-o-animation-delay:0.81s;animation-delay:0.81s;}
#frotateG_08{left:8px;bottom:8px;-moz-animation-delay:0.9s;-webkit-animation-delay:0.9s;-ms-animation-delay:0.9s;-o-animation-delay:0.9s;animation-delay:0.9s;}

@-moz-keyframes f_fadeG{0%{background-color:#262626}100%{background-color:#FFFFFF}}
@-webkit-keyframes f_fadeG{0%{background-color:#262626}100%{background-color:#FFFFFF}}
@-ms-keyframes f_fadeG{0%{background-color:#262626}100%{background-color:#FFFFFF}}
@-o-keyframes f_fadeG{0%{background-color:#262626}100%{background-color:#FFFFFF}}
@keyframes f_fadeG{0%{background-color:#262626}100%{background-color:#FFFFFF}}
#shipping-new-address-form [id="shipping:country_id"] {
	float: left;
	width: 221px;
}
#main #shipping-new-address-form .radioBox input + label {
	width: 151px;
}
.autoWidth {
	width: auto !important;
}

#femaleProductSizeTable,
#maleProductSizeTable {
	float: left;
}

#femaleProductSizeTable img,
#maleProductSizeTable img {
	width: 100%;
	float: left;
}

.ajaxCartPopupMessage.error {
	float: left;
	width: 300px;
	height: auto;
	padding: 20px;
	margin: -110px 0px 0px -170px;
	background: #d0d0d0;
	border: 1px solid #b8b8b8;
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
}
.ajaxCartPopupMessage.error .text {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.ajaxCartPopupMessage.error .close {
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #9d9d9d;
	font-weight: normal;
	text-decoration: none;
	transition: color 0.2s ease 0s, background 0.2s ease 0s;
}
.ajaxCartPopupMessage.error .close:hover { background: #b8b8b8; color: #fff !important; }
.ajaxCartPopupMessage.error .close:active { transform: translateY(1px); }


/* ----------------------- Branding wrapper ----------------------  */
.brandingWrapper {
	position: absolute;
	z-index: 0;
	float: left;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.brandingWrapper.fixed {
	position: fixed;
}
.brandingWrapper .center {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0; /* fix inline-block gaps */
}
.brandingWrapper img {
	float: left;
	width: auto;
	height: 100%;
	max-width: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.no-csstransforms3d .brandingWrapper .center {
	left: 50%;
	width: 3000px;
	text-align: center;
	margin-left: -1500px;
}
.no-csstransforms3d .brandingWrapper img {
	display: inline-block;
	vertical-align: top;
	float: none;
}
.csstransforms3d .brandingWrapper img {
	float: left;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header, #main {
	z-index: 1;
}

input.file {
	width: 210px !important;
	height: 21px;
	border:1px solid #c1c1c1;
	color:#000;
	font-family:"verdanaregular", Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight:normal;
	line-height: 11px;
	margin:0;
	outline:0 none;
	padding: 1px 4px;
	transition: all 0.2s ease 0s;
}



/* --------------------------- RMA Module Styles ----------------------------- */

.awrma-customer-rma-list .title-buttons { float: left; width: 100%; height: auto; padding: 0px; margin: 0px 0px 20px 0px; }
.awrma-customer-rma-list .buttons-set { margin: 20px 0px 0px 0px; }
.awrma-customer-rma-list .back-link { display: none; }
.awrma-customer-rma-list .link-awrma-newrma {
	float: left;
	clear: both;
	outline: 0;
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 4px 5px;
	color: #fff;
	cursor: pointer;
	background: #9f9f9f;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	font-family: Verdana, 'verdanabold', Geneva, sans-serif;
	text-transform: uppercase;
	-webkit-transition: color 0.2s, background 0.2s; -moz-transition: color 0.2s, background 0.2s; -o-transition: color 0.2s, background 0.2s; transition: color 0.2s, background 0.2s;
}
.awrma-customer-rma-list .link-awrma-newrma:hover,
.awrma-customer-rma-list .link-awrma-newrma:focus {	color:#fff !important; background:#b6b6b6; }
.awrma-customer-rma-list .link-awrma-newrma:active { -webkit-transform: translateY(1px); -ms-transform: translateY(1px); -o-transform: translateY(1px); transform: translateY(1px); }

.awrma-customer-rma-new .back-link { display: none; }

.awrma-account .fieldset { float: left; width: 100%; height: auto; padding: 0px; margin: 0px; }
.awrma-account .buttons-set { float: left; width: 100%; height: auto; padding: 0px; margin: 0px; }
.awrma-account .buttons-set p.required { display: none; }
.awrma-account h2 { clear:both; color:#000; display:inline-block; font-size:10px; font-weight:normal; margin:0px 0px 10px 0px; width:100%; }
.awrma-account h4 { clear:both; color:#000; display:inline-block; font-size:10px; font-weight:normal; margin:0px 0px 10px 0px; width:100%; }
.awrma-account ul.form-list li { float: left; width: 100%; height: auto; padding: 0px; margin: 0px 0px 10px 0px; }
.awrma-account ul.form-list li .field { float: left; width: 100%; height: auto; padding: 0px; margin: 0px 0px 10px 0px; }

.awrma-account .data-table { float:left; width:100%; margin:10px 0px; }
.awrma-account .data-table th { color:#86858A; padding:0px 7px 8px; font-weight:normal; text-transform:uppercase; border-style:solid; }
.awrma-account .data-table td { padding:10px 10px; text-align:center; vertical-align:middle; background:url(../images/tableBorder.png) 0 top repeat-x; }
.awrma-account .data-table td input.awrma-items-count { width: 30px !important; text-align: center !important; margin-right: -20px; }

.awrma-customer-rma-view #messages { margin: 0px 0px 10px 0px; }
.awrma-customer-rma-view .title-buttons { float: left; width: 100%; height: auto; padding: 0px; margin: 0px 0px 10px 0px; }
.awrma-customer-rma-view .link-awrma-cancel {
	float: left;
	clear: both;
	outline: 0;
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 4px 5px;
	color: #fff;
	cursor: pointer;
	background: #9f9f9f;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	font-family: Verdana, 'verdanabold', Geneva, sans-serif;
	text-transform: uppercase;
	-webkit-transition: color 0.2s, background 0.2s; -moz-transition: color 0.2s, background 0.2s; -o-transition: color 0.2s, background 0.2s; transition: color 0.2s, background 0.2s;
}
.awrma-customer-rma-view .link-awrma-cancel:hover,
.awrma-customer-rma-view .link-awrma-cancel:focus {	color:#fff !important; background:#b6b6b6; }
.awrma-customer-rma-view .link-awrma-cancel:active { -webkit-transform: translateY(1px); -ms-transform: translateY(1px); -o-transform: translateY(1px); transform: translateY(1px); }

.awrma-customer-rma-view input#awrma-file-upload { width: 251px; height: 21px; border:1px solid #c1c1c1; color:#000; font-family:"verdanaregular", Verdana, Geneva, sans-serif; font-size:9px; font-weight:normal; line-height: 11px; margin:0; outline:0 none; padding: 1px 4px; transition: all 0.2s ease 0s;
}
.awrma-customer-rma-view .buttons-set { margin: 0px 0px 20px 0px; }
ul.awrma-comments-list { float: left; width: 100%; height: auto; padding: 0px; margin: 0px 0px 20px 0px; }
.awrma-customer-rma-list .awrma-account .amount { float:left; line-height:18px; }
.awrma-customer-rma-list .awrma-account .pager select { float:right; }
.awrma-customer-rma-list .awrma-account .pager .right { line-height:18px; margin-right:10px; }
.awrma-customer-rma-new #main input.checkbox { width: auto; padding: 0px; margin: 4px 10px 0px 0px; }

#main .awrma-account #advice-validate-select-awrma-order { float: right; margin: 1px 142px 0px 0px; }
#main .awrma-account #advice-validate-select-reason_id { float: right; margin: 1px 200px 0px 0px; }
#main .awrma-account #advice-required-entry-awrma-policy-agree { margin: 0px 0px 0px -80px; }


/* --------------------------- End of RMA Module Styles ----------------------------- */






/* --------------------------- PayPal Express Styles ----------------------------- */

.paypal-express-review .leftSidebar { height: 200px; }
.paypal-express-review h2.sub-title { margin: 15px 0px 5px 0px; }
#main .paypal-review-order { float:left; width:100%; height:auto; padding:0px; margin:10px 0px 0px 0px; }
#main .paypal-review-order h2.legend { clear:both; color:#000; display:inline-block; font-size:10px; font-weight:normal; margin-top:0; width: 100%; }
#main .paypal-review-order .address-form .fields .field { float:left; margin:10px 0px; width:100%; }
#main .paypal-review-order .address-form .wide { float:left; margin:10px 0px; width:100%; }
#main .paypal-review-order .control .field .input-box input.checkbox { width: auto; }
#main .paypal-review-order #billing-address { float:left; width:100%; height:auto; margin:0px; padding:0px; }
#main .paypal-review-order #shipping-address { float:left; width:100%; height:auto; margin:20px 0px 0px 0px; padding:0px; }
#main .paypal-review-order .paypal-shipping-method { float:left; width:100%; height:auto; margin:20px 0px 20px 0px; padding:0px; }
#main .paypal-review-order #details-reload { float:left; width:100%; height:auto; margin:10px 0px 0px 0px; padding:0px; }
#main .paypal-review-order #details-reload .data-table { float:left; margin:10px 0px; width:100%; }
#main .paypal-review-order #details-reload .data-table th { color: #86858A; padding: 0px 7px 8px; font-weight:normal; text-transform:uppercase; border-style:solid; }
#main .paypal-review-order #details-reload .data-table td { padding: 15px 10px; text-align: center; vertical-align: middle; background: url("../images/tableBorder.png") repeat-x left top; }
#main .paypal-review-order #review-buttons-container { float: left; width:100%; height: auto; padding: 0px; margin: 10px 0px 0px 0px; }
#main .paypal-review-order #review-buttons-container #review_button { float: right; clear: none; }
#main .paypal-review-order #review-buttons-container #update_order { clear: none; }





/* --------------------------- End of PayPal Express Styles ----------------------------- */