@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
	vertical-align: baseline;
	color: #67757B;
	background: white;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	font-family:'Microsoft YaHei', Helvetica Neue, Helvetica, Arial, sans-serif;

}
html {
	line-height: 1;
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q, blockquote {
	quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}
a img {
	border: none
}
a:hover, a:focus{text-decoration: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
a, a:visited, a:active {
	cursor: pointer;
	text-decoration: none
}

caption, th, td {
	vertical-align: top
}

.hidden {
	display: none !important
}
.invisible {
	visibility: hidden
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}

.wrapper-full {
	width: 100%;
	display: block;
	background: white;
	overflow: hidden;
*zoom:1
}
.headline-container {
	padding: 20px;
	height: 100%;
	display: block;
	border: 1px solid #e0e3e5;
	margin-bottom: 1.5em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f5f7f8;
	-moz-box-shadow: inset 0 0 0 4px #fff;
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
*zoom:1
}
.headline-container:after {
	content: "";
	display: table;
	clear: both
}
.headline-container h1, .headline-container h2, .headline-container h3 {
	margin: 0
}
.mega-shadow, .box.mega-shadow {
	-moz-box-shadow: 0 1px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 1px rgba(0,0,0,0.1), 0 0 4px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.3), 0 13px 6px rgba(0,0,0,0.1), 0 5px 2px rgba(0,0,0,0.15), 0 8px 5px rgba(0,0,0,0.2), 0 20px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 1px rgba(0,0,0,0.1), 0 0 4px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.3), 0 13px 6px rgba(0,0,0,0.1), 0 5px 2px rgba(0,0,0,0.15), 0 8px 5px rgba(0,0,0,0.2), 0 20px 15px rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 1px rgba(0,0,0,0.1), 0 0 4px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.3), 0 13px 6px rgba(0,0,0,0.1), 0 5px 2px rgba(0,0,0,0.15), 0 8px 5px rgba(0,0,0,0.2), 0 20px 15px rgba(0,0,0,0.15)
}
.quote-container {
	overflow: hidden;
*zoom:1;
	background-color: #e0dfde;
	background-color: rgba(0,0,0,0.05);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff
}
.info-block {
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal
}
.info-block ul {
	padding-left: 18px
}

.column-labels {
	font-size: 14px
}
.fade-in {
	opacity: 0;
	opacity: 1\9;
	top: 0\9 !important;
	-moz-transition-property: opacity, top;
	-o-transition-property: opacity, top;
	-webkit-transition-property: opacity, top;
	transition-property: opacity, top;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.fade-in.from-bottom, .fade-in.from-top {
	position: relative
}
.fade-in.from-bottom {
	top: 10px
}
.fade-in.from-top {
	top: -10px
}
.fade-in.fade-start {
	opacity: 1;
	top: 0
}
.fade-in.delay {
	-moz-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms
}
.pop {
	opacity: 0;
	opacity: 1\9;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transition-property: opacity, -moz-transform;
	-o-transition-property: opacity, -o-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.pop.pop-in {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.sw--position-relative {
    position: relative;
}
label {
	color: #67757B
}
#sup_register_form label {
	text-transform: none
}
.myshapeways-expertise label {
	text-transform: none
}
label.checkbox {
	cursor: pointer;
	text-transform: none
}
.sct-cart label, label.on-form {
	font-size: 13px;
	font-weight: 400
}
.input-group, textarea, input[type="numeric"], input[type="text"], input[type="tel"], input[type="number"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="search"] {
	position: relative;
	margin: 0;
	border: 1px solid #c7cdd0;
	padding: 4px 8px;
*padding:8px 4px 0 4px;
	background: #fafbfc;
	font: inherit;
	color: #67757B;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 1px 1px #D8DCDF;
	-webkit-box-shadow: inset 0 1px 1px #D8DCDF;
	box-shadow: inset 0 1px 1px #D8DCDF;
	-moz-transition: border 150ms ease, box-shadow 150ms ease, background 150ms ease;
	-o-transition: border 150ms ease, box-shadow 150ms ease, background 150ms ease;
	-webkit-transition: border 150ms ease, box-shadow 150ms ease, background 150ms ease;
	transition: border 150ms ease, box-shadow 150ms ease, background 150ms ease
}
.input-group:hover, .input-group:focus, .input-group.focus, textarea:hover, textarea:focus, textarea.focus, input[type="numeric"]:hover, input[type="numeric"]:focus, input[type="numeric"].focus, input[type="text"]:hover, input[type="text"]:focus, input[type="text"].focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"].focus, input[type="number"]:hover, input[type="number"]:focus, input[type="number"].focus, input[type="search"]:hover, input[type="search"]:focus, input[type="search"].focus, input[type="password"]:hover, input[type="password"]:focus, input[type="password"].focus, input[type="email"]:hover, input[type="email"]:focus, input[type="email"].focus, input[type="url"]:hover, input[type="url"]:focus, input[type="url"].focus, input[type="search"]:hover, input[type="search"]:focus, input[type="search"].focus {
	border: 1px solid #4FC9FF
}
.input-group:focus, .input-group.focus, textarea:focus, textarea.focus, input[type="numeric"]:focus, input[type="numeric"].focus, input[type="text"]:focus, input[type="text"].focus, input[type="tel"]:focus, input[type="tel"].focus, input[type="number"]:focus, input[type="number"].focus, input[type="search"]:focus, input[type="search"].focus, input[type="password"]:focus, input[type="password"].focus, input[type="email"]:focus, input[type="email"].focus, input[type="url"]:focus, input[type="url"].focus, input[type="search"]:focus, input[type="search"].focus {
	outline: none;
	background: #fff;
	border: 1px solid #4FC9FF
}
.input-group.instructional, textarea.instructional, input[type="numeric"].instructional, input[type="text"].instructional, input[type="tel"].instructional, input[type="number"].instructional, input[type="search"].instructional, input[type="password"].instructional, input[type="email"].instructional, input[type="url"].instructional, input[type="search"].instructional {
	color: #a1aaad
}
input.obligatory, .input-group.obligatory {
	color: #e05760;
	border: 1px solid #ec999e
}
input.obligatory:hover, input.obligatory:active, input.obligatory:focus, .input-group.obligatory:hover, .input-group.obligatory:active, .input-group.obligatory:focus {
	border: 1px solid #e46e75
}
input[type="text"].input-small, input[type="tel"].input-small, input[type="number"].input-small, input[type="search"].input-small, input[type="password"].input-small, input[type="email"].input-small, input[type="url"].input-small, input[type="search"].input-small {
	height: 28px;
	font-size: 0.9em
}
input[type="checkbox"] {
	font-size: inherit;
	padding: 0;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

input[type="file"] {
	font: inherit;
	line-height: 1em;
}
input[type="text"], input[type="password"], input[type="username"] {

}
input[type="text"]:focus, input[type="password"]:focus, input[type="username"]:focus {
	outline: none
}
input::-webkit-input-placeholder {
-moz-transition:color 150ms ease;
-o-transition:color 150ms ease;
-webkit-transition:color 150ms ease;
transition:color 150ms ease
}
input:-moz-placeholder {
-moz-transition:color 150ms ease;
-o-transition:color 150ms ease;
-webkit-transition:color 150ms ease;
transition:color 150ms ease
}
input::-moz-placeholder {
-moz-transition:color 150ms ease;
-o-transition:color 150ms ease;
-webkit-transition:color 150ms ease;
transition:color 150ms ease
}
input:-ms-input-placeholder {
-moz-transition:color 150ms ease;
-o-transition:color 150ms ease;
-webkit-transition:color 150ms ease;
transition:color 150ms ease
}
input.obligatory::-webkit-input-placeholder {
color:#f4c2c5
}
input.obligatory:-moz-placeholder {
color:#f4c2c5
}
input.obligatory::-moz-placeholder {
color:#f4c2c5
}
input.obligatory:-ms-input-placeholder {
color:#f4c2c5
}
input:focus::-webkit-input-placeholder {
color:#e0e3e5
}
input:focus:-moz-placeholder {
color:#e0e3e5
}
input:focus::-moz-placeholder {
color:#e0e3e5
}
input:focus:-ms-input-placeholder {
color:#e0e3e5
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:visited, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:visited, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:visited, input[type="button"]:focus {
*border:none
}
.input-group {
	padding: 0
}
.input-group textarea, .input-group input, .input-group input:hover, .input-group input:active, .input-group input:focus, .input-group input:visited {
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.input-group input.obligatory {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
span.input-group {
	display: inline-block
}

select {
	position: relative;
	margin: 0;
	top: 0px;
	vertical-align: middle
}
.select-wrap {
	height: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.select-wrap.obligatory {
	background-color: #ec999e;
	-moz-box-shadow: 0 0 0 3px #ec999e;
	-webkit-box-shadow: 0 0 0 3px #ec999e;
	box-shadow: 0 0 0 3px #ec999e
}
.short-select {
	color: #67757B;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 22px;
	font-size: 0.9em;
	top: 0;
	border: 1px solid #c7cdd0;
	background: #FFF
}
.short-select:hover {
	cursor: pointer
}
.short-select:focus {
	outline: none
}
.tall-select {
	color: #67757B;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 32px;
	font-size: 0.9em;
	top: 15px;
	border: 1px solid #c7cdd0;
	background: #FFF
}
.tall-select:hover {
	cursor: pointer
}
.tall-select:focus {
	outline: none
}
input.placeholder {
	color: #aaa\9
}
.spricon-sprite, .spricon-caret-down, .spricon-caret-right, .spricon-form-cancel, .material-info-finish-row .printability-fail, .spricon-form-check, .material-info-finish-row .printability-success, .spricon-form-notice, .material-info-finish-row .printability-maybe {
	background-image: url('../img/sprites/spricon-sdb921194db.png');
	background-repeat: no-repeat
}
.spricon-caret-down {
	background-position: 0 0;
	height: 14px;
	width: 24px
}
.spricon-caret-right {
	background-position: 0 -14px;
	height: 24px;
	width: 14px
}
.spricon-form-cancel, .material-info-finish-row .printability-fail {
	background-position: 0 -38px;
	height: 20px;
	width: 19px
}
.spricon-form-check, .material-info-finish-row .printability-success {
	background-position: 0 -58px;
	height: 20px;
	width: 24px
}
.spricon-form-notice, .material-info-finish-row .printability-maybe {
	background-position: 0 -78px;
	height: 20px;
	width: 21px
}
.unslider-carousel {
	position: relative;
	overflow: hidden;
	background: #edeff0;
	display: block;
	width: 100%;

}

@media all and (max-width: 700px) {
.unslider-carousel {
	overflow: hidden;
	height: 200px
}
.unslider-carousel h3 {
	font-size: 6.5vw !important;
	line-height: 110%;
	color: #FFF !important;
	text-shadow: 0 0 10px rgba(24,54,67,0.5)
}
.unslider-carousel P {
	font-size: 14px !important;
	color: #FFF !important;
	text-shadow: 0 0 10px rgba(24,54,67,0.5);
	line-height: 120%
}
.unslider-carousel .btn, .unslider-carousel .btn-primary, .unslider-carousel .btn-buy-now, .unslider-carousel .btn-secondary, .unslider-carousel .btn-white, .unslider-carousel .btn-join-fb, .unslider-carousel .btn-join-ggl, .unslider-carousel .sw-image-edit__file-upload-button, .unslider-carousel .action-button {
	padding: .8em .8em 0.7em;
	width: auto !important;
	font-size: .9em;
	letter-spacing: 0
}
.unslider-carousel .dots {
	display: none;
}
}

@media all and (min-width: 481px) and (max-width: 700px) {
.unslider-carousel {
	height: 300px
}
.unslider-carousel H3 {
	font-size: 30px !important
}
}
.unslider-carousel ul {
	list-style: none;
	margin: 0;
	width: 100%
}
.unslider-carousel ul li {
	float: left;
	height: 620px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	position: relative
}

@media all and (max-width: 480px) {
.unslider-carousel ul li {
	height: 200px
}
}

@media all and (min-width: 481px) and (max-width: 700px) {
.unslider-carousel ul li {
	height: 300px
}
}
.unslider-carousel .container {
	margin: 0 auto;
	width: auto;
	max-width: 1000px
}

@media all and (max-width: 480px) {
.unslider-carousel .container {
	padding-top: 30px;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(24,54,67,0.4) 35%, rgba(24,54,67,0.05) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(35%, rgba(24,54,67,0.4)), color-stop(100%, rgba(24,54,67,0.05)));
	background: -webkit-linear-gradient(-45deg, rgba(24,54,67,0.4) 35%, rgba(24,54,67,0.05) 100%);
	background: -o-linear-gradient(-45deg, rgba(24,54,67,0.4) 35%, rgba(24,54,67,0.05) 100%);
	background: -ms-linear-gradient(-45deg, rgba(24,54,67,0.4) 35%, rgba(24,54,67,0.05) 100%);
	background: linear-gradient(135deg, rgba(24,54,67,0.4) 35%, rgba(24,54,67,0.05) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66183643', endColorstr='#1a183643', GradientType=1 )
}
.lg_datu {width:100% !important;height: 100% !important;}
}

@media all and (min-width: 481px) and (max-width: 700px) {
.unslider-carousel .container {
	padding-top: 10%
}
}

@media all and (min-width: 701px) {
.unslider-carousel .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
.unslider-carousel .dots {
	 position: absolute;
    left: 30%;
     right: 30%;
    bottom: 12px;
    margin: 0;
    text-align: center;
    line-height: 1em;
    z-index: 101;

}

@media all and (max-width: 480px) {
.unslider-carousel .dots {
	bottom: 6px
}
}
.unslider-carousel .dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	text-indent: -999em;
	border-radius: 6px;
	cursor: pointer;
	opacity: .8;
	position: relative
}
.unslider-carousel .dots li:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -7px;
	width: 21px;
	height: 28px;
	background: transparent;
	cursor: pointer
}
.unslider-carousel .dots li.active {
	background: #fff;
	opacity: 1
}
.attribution {
	position: absolute;
	z-index: 200;
	bottom: 17px;
	right: 20px;
	color: #edeff0;
	color: rgba(255,255,255,0.7);
	font-size: 11px;
	text-decoration: none
}

@media all and (max-width: 480px) {
.attribution {
	display: none
}
}
.attribution a {
	text-rendering: optimizeLegibility;
	color: rgba(255,255,255,0.7)
}
.attribution a:hover, .attribution a:active {
	color: #fff
}

@media all and (max-width: 480px) {
.hide-mobile {
	display: none !important
}
}

@media all and (min-width: 481px) and (max-width: 700px) {
.hide-tablet {
	display: none !important
}
}

@media all and (min-width: 701px) {
.hide-desktop {
	display: none !important
}
}
.show-mobile {
	display: none
}

@media all and (max-width: 480px) {
.show-mobile {
	display: initial !important
}
}
.show-tablet {
	display: none
}

@media all and (min-width: 481px) and (max-width: 700px) {
.show-tablet {
	display: initial !important
}
}
.show-desktop {
	display: none
}

@media all and (min-width: 701px) {
.show-desktop {
	display: initial !important
}
}
.social-product-bar {
	display: inline-block;
	float: left
}
.social-product-bar .social-product-button {
	font-size: 20px
}
.social-product-bar .social-product-button:hover {
	opacity: 0.6
}
.social-product-bar .social-product-button.icon-facebook {
	color: #3B5999
}
.social-product-bar .social-product-button.icon-pinterest {
	color: #C92228
}
.social-product-bar .social-product-button.icon-twitter {
	color: #4099FF
}
.social-product-bar .google, .social-product-bar .facebook, .social-product-bar .twitter, .social-product-bar .pinterest {
	float: left;
	min-width: 31px;
	vertical-align: bottom
}
.social-product-bar .google.narrow, .social-product-bar .facebook.narrow, .social-product-bar .twitter.narrow, .social-product-bar .pinterest.narrow {
	min-width: 31px
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #445258;
	-webkit-font-smoothing: antialiased;
	zoom: 1
}
h1.last, h2.last, h3.last, h4.last, h5.last, h6.last {
	margin-bottom: 0
}
h1 {
	font-size: 2.28571em;
	line-height: 1.375em;
	margin: 0 auto 0.52381em 0
}
h2 {
	font-size: 1.78571em;
	line-height: 1.76em;
	margin: 0 auto 0.62857em 0;
	-webkit-font-smoothing: subpixel-antialiased
}
h3 {
	font-size: 1.57143em;
	line-height: 2em;
	line-height: 1.4em;
	margin: 0 auto 1.78571em 0
}
h4 {
	font-size: 1.28571em;
	line-height: 1.22222em;
	margin: 0 auto 0.62857em 0
}
h5 {
	font-size: 1.14286em;
	line-height: 1.375em;
	margin: 0 auto 1.04762em 0
}
h6 {
	font-size: 12px;
	color: #67757B;
	letter-spacing: 1px;
	margin-bottom: 5px
}
p {
	font-size: 1em;
	line-height: 1.57143em;
	margin: 0 auto 1.57143em
}
p.last {
	margin-bottom: 0
}
small, .small {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal
}
strong, b {
	font-weight: bold
}
.weight-normal {
	font-weight: 400
}
.weight-light {
	font-weight: 300
}
.jumbo-text {
	font-size: 3.8em;
	line-height: 1.2
}

@media all and (min-width: 320px) and (max-width: 700px) {
.jumbo-text {
	font-size: 2.8em
}
}
em, i, q {
	font-style: italic
}
ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0
}
ul.no-bullets {
	padding: 0;
	margin: 0;
	list-style: none
}
ul.no-bullets li {
	list-style: none
}
ul.no-bullets li:before {
	content: none
}
ol {
	list-style: decimal;
	margin: 0 0 0 20px
}
blockquote {
	font-style: italic
}
sup {
	vertical-align: super;
	font-size: 80%
}
.small-caption {
	font-size: 0.7em;
	font-style: italic;
	color: #a1aaad
}
.fine-print {
	font-size: 11px;
	color: #67757B;
	line-height: 1.3em;
	font-weight: normal
}
.all-caps {
	text-transform: uppercase
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
svg:not(:root) {
	overflow: hidden
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.sw-grid-full {
	margin: 30px auto 0 auto;
	padding-top: 0;
	padding-left: 30px;
	width: 100%;
	max-width: 1400px;
	overflow: hidden
}
.sw-grid-full:after {
	content: "";
	display: table;
	clear: both
}
.sw-grid, .product-owner-banner {
	margin: 30px auto 0 auto;
	padding-top: 0;
	padding-left: 30px;
	padding-right: 0px;
	width: 100%;
	max-width: 1200px;
	overflow: hidden
}
.sw-grid:after, .product-owner-banner:after {
	content: "";
	display: table;
	clear: both
}
.sw-grid--no-padding {
	padding-left: 0;
	padding-right: 0;
	margin: 0
}
.sw-clearfix:before, .sw-row:before, .sw-clearfix:after, .sw-row:after {
	display: table;
	content: " "
}
.sw-clearfix:after, .sw-row:after {
	clear: both
}
[class*='col-'], [class*='stay-'] {
	float: left;
	padding-right: 30px
}
[class*='col-'].col--no-padding, [class*='col-'].sw-grid, [class*='col-'].product-owner-banner, [class*='stay-'].col--no-padding, [class*='stay-'].sw-grid, [class*='stay-'].product-owner-banner {
	padding-left: 0;
	padding-right: 0;
	margin: 0
}
.col-1-1, .product-owner-banner, .stay-1-1 {
	width: 100%
}
.col-2-3, .stay-2-3 {
	width: 66.66%
}
.col-1-3, .stay-1-3 {
	width: 33.33%
}
.col-1-2, .stay-1-2 {
	width: 50%
}
.col-1-4, .stay-1-4 {
	width: 25%
}
.col-3-4, .stay-3-4 {
	width: 75%
}
.col-1-5, .stay-1-5 {
	width: 20%
}
.col-4-5, .stay-4-5 {
	width: 80%
}
.col-1-6, .stay-1-6 {
	width: 16.667%
}
.col-5-6, .stay-5-6 {
	width: 83.333%
}
.col-1-7, .stay-1-7 {
	width: 14.28%
}
.col-1-8, .stay-1-8 {
	width: 12.5%
}
.col-2-8, .stay-2-8 {
	width: 25%
}
.col-7-8, .stay-7-8 {
	width: 87.5%
}
.push-2-3 {
	margin-left: 66.66%
}
.push-1-2 {
	margin-left: 50%
}
.push-1-3 {
	margin-left: 33.33%
}
.push-1-4 {
	margin-left: 25%
}
.push-1-5 {
	margin-left: 20%
}
.push-1-6 {
	margin-left: 16.667%
}
.push-1-7 {
	margin-left: 14.28%
}
.push-1-8 {
	margin-left: 12.5%
}
.grid-pad {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 0px
}

@media all and (max-width: 480px) {
.sw-grid, .product-owner-banner, .sw-grid-1280 {
	width: 100%
}
.col-1-2, .col-2-3, .col-3-4, .col-1-7, .col-1-5, .col-4-5 {
	width: 100%
}
.col-1-3 {
	width: 100%
}
.col-1-4, .col-1-6 {
	width: 50%
}
.col-1-8 {
	width: 25%
}
.col-2-8 {
	width: 100%
}
.col-7-8 {
	width: 75%
}
.push-2-3, .push-1-2, .push-1-3, .push-1-4, .push-1-5, .push-1-6, .push-1-7, .push-1-8 {
	margin-left: 0
}
.stay-1-1 {
	width: 100%
}
.stay-2-3 {
	width: 66.66%
}
.stay-1-3 {
	width: 33.33%
}
.stay-1-2 {
	width: 50%
}
.stay-1-4 {
	width: 25%
}
.stay-3-4 {
	width: 75%
}
.stay-1-5 {
	width: 20%
}
.stay-4-5 {
	width: 80%
}
.stay-1-6 {
	width: 16.667%
}
.stay-1-7 {
	width: 14.28%
}
.stay-1-8 {
	width: 12.5%
}
.stay-2-8 {
	width: 25%
}
.stay-7-8 {
	width: 87.5%
}
}

@media all and (max-width: 700px) and (min-width: 480px) {
.sw-grid, .product-owner-banner, .sw-grid-1280 {
	width: 100%
}
.col-2-3, .col-1-7, .col-4-5 {
	width: 100%
}
.col-1-3 {
	width: 100%
}
.col-1-2 {
	width: 50%
}
.col-1-4, .col-1-6, .col-3-4 {
	width: 50%
}
.col-1-8 {
	width: 25%
}
.col-2-8 {
	width: 100%
}
.col-7-8 {
	width: 75%
}

}
.nav .nav-tab a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #858D98;
	font-weight: 700;
	line-height: 70px;
	display: inline-block;
	padding: 0px 20px;
	text-align: center;
	margin: 0;
	float: left;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out
}
.nav-tab {border:1px solid transparent; border-width:0px 1px 0px 1px;position:relative;top:6px;}
.nav-tab .nav-tab-branch { position: absolute;z-index:999;}
.nav-tab .nav-tab-branch li {list-style:none;float:left;width: 130px;background-color:#fff; }
div.dropdown:hover { border:1px solid #ebedee;border-top:none;border-bottom:none;}
.nav .nav-tab a:hover {
	color: #29afec;
}
.nav .nav-tab a:focus {
	outline: none;
	border: none
}
.nav .nav-tab .active {
	color: #29afec
}
.nav .search input[type=text] {
	width: 110px;
	float: left;
	margin: 0;
	height: 18px;
	font-size: 13px;
	padding: 4px 8px;
	color: #67757B;
	font-weight: 300;
	line-height: 1.2em;
	background-color: #FFF;
	-moz-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	.search -webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.nav .search input[type=text]:focus {
	background: white
}

@media all and (max-width: 969px) {
.nav .search input[type=text] {
	width: 120px
}
}
.nav .search-submit {
	cursor: pointer;
	z-index: 5;
	background: url(../../images/new/icon-nav-search.png) center center no-repeat;
}
.nav .cart, .nav .mobile-login {
	float: right;
	padding: 0;
	margin: 0 0 0 28px
}
.nav .cart a, .nav .mobile-login a {
	padding: 10px 10px 0 0;
	margin: 12px 0 0 0
}
.nav .cart.with-items a, .nav .mobile-login.with-items a {
	color: #36566F;
	font-size: 19px;
	display: block;
	float: right;
	text-shadow: none
}
.no-touch .nav .cart.with-items a:hover, .no-touch .nav .mobile-login.with-items a:hover {
	text-decoration: none;
	color: #08A3E9;
	cursor: pointer !important
}
.nav .cart a, .nav .mobile-login a {
	color: #0d72c8;
	font-size: 17px;
	display: block;
	text-shadow: none
}
.no-touch .nav .cart a:hover, .no-touch .nav .mobile-login a:hover {
	text-decoration: none;
	color: #477192;
	cursor: pointer
}
.nav .cart a {
	position: relative
}
.nav .notifications-nav {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	z-index: 800;
	background-size: 100%
}
.nav .notifications-nav span {
	text-align: center;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 22px;
	right: 0px;
	line-height: 17px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 600;
	color: white;
	background-color: #E54A3A
}
.nav .logo{
	margin-right:15px;
}
.no-touch .nav .notifications-nav span:hover {
	cursor: pointer
}
.toolbar {
    display: block;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    z-index: 1;
    background-position: right top, left top;
    background-repeat: no-repeat, repeat-x;
    background-size: contain;
    border-bottom: 1px solid #e0e3e5;
    -moz-box-shadow: 0 2px 3px rgba(204,210,213,0.1);
    -webkit-box-shadow: 0 2px 3px rgba(204,210,213,0.1);
    box-shadow: 0 2px 3px rgba(204,210,213,0.1);
    background-color: white;
}
.toolbar .inner {
    width: 1000px;
    height: 52px;
    display: block;
    overflow: visible;
    position: relative;
    margin: 0 auto;
}
.toolbar .inner ul li.dropdown>ul, .toolbar .inner ul li.dropdown>div {
	opacity: 1;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	position: absolute;
	z-index: 1000;
	padding: 0;
	margin: 1px 0 0 -1px;
	border: 1px solid #e0e3e5;
	border-bottom: 1px solid #d4d8db;
	border-top: none;
	top: -99999px;
	min-width: 150px;
	border-right: none;
	opacity: 0;
	overflow: hidden;
	background: white;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0;
	border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	-webkit-box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	border: 1px solid #e0e3e5 \9;
	border-width: 0 0 1px 0\9;
	-moz-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out
}
.toolbar .inner ul li.dropdown>ul H5, .toolbar .inner ul li.dropdown>div H5 {
	margin-bottom: 10px
}

@media all and (min-device-width: 701px) {
.toolbar .inner ul li.dropdown>ul.materials, .toolbar .inner ul li.dropdown>div.materials {
	width: 600px;
	margin-left: -248px
}
.toolbar .inner ul li.dropdown>ul.community, .toolbar .inner ul li.dropdown>div.community {
	width: 400px;
	margin-left: -148px
}
}

@media all and (min-width: 701px) {
.toolbar .inner ul li.dropdown>div {
	padding: 30px 30px 0
}
}
.toolbar .inner ul li.dropdown>div ul {
	list-style: none;
	margin: 0 0 20px 0
}
.toolbar .inner ul li.dropdown>div ul li a {
	color: #67757B;
	padding-bottom: 2px;
	display: inline-block;
	position: relative
}
.toolbar .inner ul li.dropdown>div ul li a.new:after {
	content: "NEW";
	font-size: 9px;
	background: #E54A3A;
	display: inline-block;
	padding: 2px 2px;
	line-height: 100%;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
	position: absolute;
	top: 4px;
	right: -28px
}
.toolbar .inner ul li.dropdown>ul li {
	float: none;
	position: relative;
	white-space: nowrap;
	margin: 0;
	border-top: 1px solid #D8DCDF;
	height: 52px
}
.toolbar .inner ul li.dropdown>ul li a {
	font-weight: normal;
	color: #67757B;
	padding: 16px 18px 13px 12px;
	display: block
}
.toolbar .inner ul li.dropdown>ul li:first-child {
	border-top: none
}
.toolbar .inner ul.right {
	float: right;
	margin: 0
}
.toolbar .inner ul.right>li.dropdown>ul {
	right: 0px;
	left: auto;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0;
	border-radius: 0 0 2px 2px;
	margin: 1px -1px 0 0
}
.toolbar .inner>ul {
    position: relative;
    float: left;
    font-size: 12px;
    display: inline-table;
    list-style: none;
    height: 52px;
    margin: 0 0 0 -1px;
}
.toolbar .inner>ul>li {
    float: left;
    position: relative;
    padding: 0;
    height: 52px;
}
.toolbar .inner ul li.dropdown {
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    height: 52px;
    line-height: 52px;
    top: 1px;
}
.toolbar.shopper .inner>ul:first-child {
	margin-left: 0
}
.toolbar.shopper .inner>ul:last-child {
	padding: 0
}
.toolbar.shopper .inner>ul:last-child>li>a {
	text-decoration: none;
}
.toolbar.shopper .inner>ul li a {
	padding: 0 15px;
	font-weight: bold;
}
.toolbar.shopper .inner>ul li a.fg-line{
	border-right:1px solid #e0e3e5;
}
.toolbar.shopper .inner>ul li a.lg-linkto{
	padding: 0 65px
}
.toolbar.shopper li.nav-button {
	position: relative;
	float: left
}
.toolbar.shopper li.nav-button a {
	display: inline-block;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: #1dbaff;
	margin: 12px 20px 0 0;
	padding: 4px 14px 3px 14px !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	text-shadow: none;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out
}
.no-touch .toolbar.shopper li.nav-button a:hover {
	background: #00a2ea;
	text-decoration: none;
	color: white !important
}
.toolbar.maker .inner>ul:first-child {
	margin-left: 0
}
.toolbar.maker .inner>ul>li>a {
	padding: 0 22px
}
.toolbar.maker .inner>ul li.nav-button {
	position: relative;
	float: left
}
.toolbar.maker .inner>ul li.nav-button a {
	display: inline-block;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: #1dbaff;
	margin: 12px 20px 0 0;
	padding: 4px 14px 3px 14px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	text-shadow: none;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out
}
.no-touch .toolbar.maker .inner>ul li.nav-button a:hover {
	background: #00a2ea;
	text-decoration: none
}
.toolbar.maker .inner>ul li.nav-button ul {
	position: absolute;
	z-index: 600;
	padding: 0;
	top: -99999px;
	left: 0;
	opacity: 0;
	min-width: 120px;
	border-right: none;
	background: white;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0;
	border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	-webkit-box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	-moz-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out
}
.toolbar.maker .inner>ul li.nav-button:hover>ul {
	top: 100%;
	opacity: 1
}
.toolbar.maker .inner>ul li.nav-button:hover>a {
	background: #00a2ea
}
.toolbar.shopOwner ul:first-child {
	margin-left: -20px
}
.toolbar.shopOwner ul li a {
	padding: 0 20px
}
.toolbar.account ul:first-child {
	margin-left: -20px
}
.toolbar.account ul li a {
	padding: 0 20px
}
.toolbar.corporate ul:first-child {
	margin-left: -30px
}
.toolbar.corporate ul li a {
	padding:	 0 30px
}
.overflow-menu {
	margin: 0;
	white-space: nowrap;
	background: url(/rrstatic/img/nav-down-arrow-20140402.svg) center 24px no-repeat;
	background: url(/rrstatic/img/nav-down-arrow-20140402.png) center 24px no-repeat\9
}
.no-touch .overflow-menu:hover {
	cursor: pointer
}
.overflow-menu ul {
	text-indent: 0px;
	left: 0
}
.my-account-wrapper .nav-dropdown-arrow {
	width: 0px;
	height: 0px;
	float: right;
	margin: -16px 0px 0 4px;
	text-indent: -9999px;
	cursor: pointer;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #183643
}
.my-account {
	padding: 0;
	float: right;
	display: inline-block;
	z-index: 600;
	margin-top: 20px;
	height: 80px
}
.my-account .nav-avatar {
	height: 50px;
	width: 30px;
	display:inline-block;
	position: relative;
    cursor: pointer;
}
.my-account .nav-avatar a {
	overflow: hidden;
	display: block;
	background: none;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	border: none
}
.no-touch .my-account .nav-avatar a:hover {
	border: none
}
.my-account .nav-avatar a img {
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.my-account ul li {
	float: none;
	font-size: .85em;
	position: relative;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-top: 1px solid #D8DCDF;
	width:135px;
}

.my-account ul li .display-name {
	padding: 7px 10px;
	position: relative;
	width: 119px
}
.my-account ul li .display-name:hover .text-info {
	opacity: 1;
	left: 85%;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out
}
.mobile-menu {
	display: none
}
.search-submit {
	border: none
}
.no-touch .search-submit:hover, .search-submit:active, .search-submit:focus {
	border: none;
	outline: none;
}
.mobile-search-submit, .mobile-open-dropdown, .open-search {
	display: none !important
}
.logo .mobile-size {
	display: none
}
.nav .mobile-login {
	display: none
}
.mobile-tabs-container {
	display: none !important
}
.nav .inner {
    display: block;
    overflow: visible;
    position: relative;
    border-bottom: 1px solid #ebedee;
}

.sup_login-container .sup_formbox {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.sup_login-container .sup_formbox input[type=text], .sup_login-container .sup_formbox input[type=password] {
	background: white
}
.sup_login-container .sup_formbox input[type=text]:focus, .sup_login-container .sup_formbox input[type=password]:focus {
	background: white
}
.product-box, .shop-box {
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out
}
.product-box:hover, .product-box:active, .product-box.hover, .shop-box:hover, .shop-box:active, .shop-box.hover {
	text-decoration: none;
	cursor: pointer;
	opacity: .7
}
.notification-drawer>.model>.product-box {
	background: none;
	border: none
}
.notification-drawer>.model>.product-box .product-name {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.notification-drawer>.model>.product-box .price {
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
	margin: 0
}
.list-view .product-row, .list-view .shop-row {
	display: block;
	margin: 0 0 30px 0
}
.list-view .see-more {
	display: block;
	width: 100%;
	float: left;
	margin: 20px 0;
	padding: 0 0 10px 0;
	text-align: right;
	clear: both;
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc
}
.list-view .product-row-name, .list-view .shop-row-name {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #e0e3e5
}
.list-view .product-row-name h3, .list-view .shop-row-name h3 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold
}
.list-view .product-box, .list-view .shop-box {
	margin: 0 0 5% 0;
	position: relative;
	display: block;
	height: auto
}
.list-view .product-box:hover, .list-view .product-box:active, .list-view .product-box.hover, .list-view .shop-box:hover, .list-view .shop-box:active, .list-view .shop-box.hover {
	text-decoration: none;
	cursor: pointer
}
.list-view .product-box .product-img, .list-view .product-box .shop-img, .list-view .shop-box .product-img, .list-view .shop-box .shop-img {
	display: block;
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
	background: white;
	overflow: hidden
}
.list-view .product-box .product-img img, .list-view .product-box .shop-img img, .list-view .shop-box .product-img img, .list-view .shop-box .shop-img img {
	vertical-align: top;
	display: block;
	width: 100%;
	height: auto
}
.list-view .product-box .product-description, .list-view .shop-box .product-description {
	width: 100%;
	float: left;
	margin: 0;
	color: #a1aaad;
	font-size: 0.9em;
	line-height: 1.4em;
	overflow: hidden
}
.list-view .product-box .price-material-select, .list-view .shop-box .price-material-select {
	margin: 10px 0 0 0
}
.list-view .product-box .product-details, .list-view .shop-box .product-details {
	width: 70%;
	float: left;
	margin: 0
}
.list-view .product-box .product-details .material, .list-view .shop-box .product-details .material {
	font-size: 0.8em
}
.list-view .product-box .product-name, .list-view .product-box .shop-name, .list-view .shop-box .product-name, .list-view .shop-box .shop-name {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.list-view .product-box .product-name a, .list-view .product-box .product-name a:visited, .list-view .product-box .product-name a:active, .list-view .product-box .shop-name a, .list-view .product-box .shop-name a:visited, .list-view .product-box .shop-name a:active, .list-view .shop-box .product-name a, .list-view .shop-box .product-name a:visited, .list-view .shop-box .product-name a:active, .list-view .shop-box .shop-name a, .list-view .shop-box .shop-name a:visited, .list-view .shop-box .shop-name a:active {
	color: #445258
}
.list-view .product-box .price-designer-container, .list-view .shop-box .price-designer-container {
	width: 480px !important;
	float: left;
	margin: 0;
	font-size: 0.9em;
	color: #a1aaad
}
.list-view .product-box .price-designer-container span, .list-view .shop-box .price-designer-container span {
	display: inline;
	clear: none
}
.list-view .product-box .designer a, .list-view .shop-box .designer a {
	color: #a1aaad
}
.list-view .product-box .designer a:hover, .list-view .shop-box .designer a:hover {
	color: #67757B
}
.list-view .product-box .product-box-bottom, .list-view .shop-box .product-box-bottom {
	width: 100%;
	display: inline-block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
*zoom:1
}
.list-view .product-box .product-box-bottom:after, .list-view .shop-box .product-box-bottom:after {
	content: "";
	display: table;
	clear: both
}
.list-view .product-box .product-box-bottom .edit-model, .list-view .product-box .product-box-bottom .add-to-cart, .list-view .product-box .product-box-bottom .remove-model, .list-view .product-box .product-box-bottom .edit-materials, .list-view .shop-box .product-box-bottom .edit-model, .list-view .shop-box .product-box-bottom .add-to-cart, .list-view .shop-box .product-box-bottom .remove-model, .list-view .shop-box .product-box-bottom .edit-materials {
	float: left;
	display: inline-block;
	padding: 8px 16px 8px 0;
	line-height: 1em;
	color: #67757B;
	text-align: center;
	font-size: 0.8em
}
.list-view .product-box .product-box-bottom .edit-model:last-child, .list-view .product-box .product-box-bottom .add-to-cart:last-child, .list-view .product-box .product-box-bottom .remove-model:last-child, .list-view .product-box .product-box-bottom .edit-materials:last-child, .list-view .shop-box .product-box-bottom .edit-model:last-child, .list-view .shop-box .product-box-bottom .add-to-cart:last-child, .list-view .shop-box .product-box-bottom .remove-model:last-child, .list-view .shop-box .product-box-bottom .edit-materials:last-child {
	border: none
}
.list-view .product-box .product-box-bottom .edit-model a, .list-view .product-box .product-box-bottom .add-to-cart a, .list-view .product-box .product-box-bottom .remove-model a, .list-view .product-box .product-box-bottom .edit-materials a, .list-view .shop-box .product-box-bottom .edit-model a, .list-view .shop-box .product-box-bottom .add-to-cart a, .list-view .shop-box .product-box-bottom .remove-model a, .list-view .shop-box .product-box-bottom .edit-materials a {
	padding: 12px 0;
	display: inline
}
.list-view .product-box .product-box-bottom .edit-materials:hover, .list-view .shop-box .product-box-bottom .edit-materials:hover {
	color: #064381
}
.list-view .product-box .ratingDivOuter, .list-view .shop-box .ratingDivOuter {
	width: 287px;
	float: left;
	margin: 0
}
.list-view .product-box .ratingDiv, .list-view .shop-box .ratingDiv {
	color: #a1aaad
}
.grid-view .product-row, .grid-view .shop-row {
	width: 100%;
	display: block;
	margin: 0 0 5% 0
}
.grid-view .product-row-name, .grid-view .shop-row-name {
	display: block;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0
}
.grid-view .product-box, .grid-view .shop-box {
	padding: 0;
	width: 22%;
	margin: 0 4% 3% 0;
	position: relative;
	float: left
}

@media all and (min-width: 960px) {
.grid-view .product-box, .grid-view .shop-box {
	min-height: 240px
}
.grid-view .product-box:nth-child(4n+4), .grid-view .shop-box:nth-child(4n+4) {
	margin-right: 0
}
}

@media all and (min-width: 700px) and (max-width: 960px) {
.grid-view .product-box, .grid-view .shop-box {
	width: 30%;
	min-height: 100%;
	margin: 0 5% 7% 0
}
.grid-view .product-box:nth-child(3n+3), .grid-view .shop-box:nth-child(3n+3) {
	margin-right: 0
}
}

@media all and (min-width: 320px) and (max-width: 700px) {
.grid-view .product-box, .grid-view .shop-box {
	width: 46%;
	min-height: 100%;
	margin: 0 8% 8% 0
}
.grid-view .product-box:nth-child(2n+2), .grid-view .shop-box:nth-child(2n+2) {
	margin-right: 0
}
}
.related-items-box .grid-view .product-box, .related-items-box .grid-view .shop-box {
	margin-right: 8px;
	margin-bottom: 8px;
	width: 149px
}
.related-items-box .grid-view .product-box.last, .related-items-box .grid-view .shop-box.last {
	margin-right: 0
}
.grid-view .product-box #feed-items, .grid-view .shop-box #feed-items {
	margin-right: 0 !important
}
.grid-view .product-box .product-img, .grid-view .product-box .shop-img, .grid-view .shop-box .product-img, .grid-view .shop-box .shop-img {
	position: relative;
	padding-top: 75%;
	border: none;
	margin: 0;
	background: white;
	width: 100%;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.grid-view .product-box .product-img img, .grid-view .product-box .shop-img img, .grid-view .shop-box .product-img img, .grid-view .shop-box .shop-img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	vertical-align: top;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto
}
.grid-view .product-box .product-details, .grid-view .shop-box .product-details {
	width: 100%;
	margin: 0;
	padding: 2.5% 0 0 0;
	display: block
}
.grid-view .product-box .product-details .material, .grid-view .shop-box .product-details .material {
	font-size: 0.9em;
	color: #a1aaad;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.grid-view .product-box .product-details .no-price, .grid-view .shop-box .product-details .no-price {
	display: block;
	color: #a1aaad;
	line-height: 1.2em;
	margin: 5px 0 0 0
}
.grid-view .product-box .product-name, .grid-view .product-box .shop-name, .grid-view .shop-box .product-name, .grid-view .shop-box .shop-name {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.grid-view .product-box .product-name a, .grid-view .product-box .product-name a:visited, .grid-view .product-box .product-name a:active, .grid-view .product-box .shop-name a, .grid-view .product-box .shop-name a:visited, .grid-view .product-box .shop-name a:active, .grid-view .shop-box .product-name a, .grid-view .shop-box .product-name a:visited, .grid-view .shop-box .product-name a:active, .grid-view .shop-box .shop-name a, .grid-view .shop-box .shop-name a:visited, .grid-view .shop-box .shop-name a:active {
	color: #445258;
	-webkit-font-smoothing: antialiased
}

@media all and (max-width: 480px) {
.grid-view .product-box .product-name, .grid-view .product-box .shop-name, .grid-view .shop-box .product-name, .grid-view .shop-box .shop-name {
	font-size: 0.8em
}
}
.grid-view .product-box .product-description, .grid-view .shop-box .product-description {
	display: none
}
.grid-view .product-box .material-description, .grid-view .shop-box .material-description {
	font-size: 0.9em;
	color: #a1aaad;
	width: 100%;
	margin: 0
}
.grid-view .product-box .price-designer-container, .grid-view .shop-box .price-designer-container {
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
	margin: 0;
	line-height: 1.2em;
	color: #a1aaad
}

@media all and (max-width: 480px) {
.grid-view .product-box .price-designer-container, .grid-view .shop-box .price-designer-container {
	font-size: 0.8em
}
}
.grid-view .product-box .price-material-select, .grid-view .shop-box .price-material-select {
	font-size: 0.8em;
	margin: 8px 0 6px 6px
}
.grid-view .product-box .designer a, .grid-view .shop-box .designer a {
	color: #a1aaad
}
.grid-view .product-box .designer a:hover, .grid-view .shop-box .designer a:hover {
	color: #67757B
}
.grid-view .product-box .product-box-bottom, .grid-view .shop-box .product-box-bottom {
	margin-top: 10px;
	padding: 0;
	border: 1px solid #e0e3e5;
	display: block;
*zoom:1
}
.grid-view .product-box .product-box-bottom:after, .grid-view .shop-box .product-box-bottom:after {
	content: "";
	display: table;
	clear: both
}
.grid-view .product-box .product-box-bottom .edit-model, .grid-view .product-box .product-box-bottom .add-to-cart, .grid-view .product-box .product-box-bottom .remove-model, .grid-view .product-box .product-box-bottom .edit-materials, .grid-view .product-box .product-box-bottom .materials, .grid-view .shop-box .product-box-bottom .edit-model, .grid-view .shop-box .product-box-bottom .add-to-cart, .grid-view .shop-box .product-box-bottom .remove-model, .grid-view .shop-box .product-box-bottom .edit-materials, .grid-view .shop-box .product-box-bottom .materials {
	float: left;
	font-weight: bold;
	position: relative;
	width: 33%;
	color: #67757B;
	letter-spacing: 0.07em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
	border-right: 1px solid #e0e3e5;
	-webkit-font-smoothing: antialiased
}
.grid-view .product-box .product-box-bottom .edit-model:last-child, .grid-view .product-box .product-box-bottom .add-to-cart:last-child, .grid-view .product-box .product-box-bottom .remove-model:last-child, .grid-view .product-box .product-box-bottom .edit-materials:last-child, .grid-view .product-box .product-box-bottom .materials:last-child, .grid-view .shop-box .product-box-bottom .edit-model:last-child, .grid-view .shop-box .product-box-bottom .add-to-cart:last-child, .grid-view .shop-box .product-box-bottom .remove-model:last-child, .grid-view .shop-box .product-box-bottom .edit-materials:last-child, .grid-view .shop-box .product-box-bottom .materials:last-child {
	border: none
}
.grid-view .product-box .product-box-bottom .edit-model a, .grid-view .product-box .product-box-bottom .add-to-cart a, .grid-view .product-box .product-box-bottom .remove-model a, .grid-view .product-box .product-box-bottom .edit-materials a, .grid-view .product-box .product-box-bottom .materials a, .grid-view .shop-box .product-box-bottom .edit-model a, .grid-view .shop-box .product-box-bottom .add-to-cart a, .grid-view .shop-box .product-box-bottom .remove-model a, .grid-view .shop-box .product-box-bottom .edit-materials a, .grid-view .shop-box .product-box-bottom .materials a {
	padding: 3% 0;
	color: #67757B;
	display: block
}
.grid-view .product-box .product-box-bottom .edit-model a:hover, .grid-view .product-box .product-box-bottom .add-to-cart a:hover, .grid-view .product-box .product-box-bottom .remove-model a:hover, .grid-view .product-box .product-box-bottom .edit-materials a:hover, .grid-view .product-box .product-box-bottom .materials a:hover, .grid-view .shop-box .product-box-bottom .edit-model a:hover, .grid-view .shop-box .product-box-bottom .add-to-cart a:hover, .grid-view .shop-box .product-box-bottom .remove-model a:hover, .grid-view .shop-box .product-box-bottom .edit-materials a:hover, .grid-view .shop-box .product-box-bottom .materials a:hover {
	color: #445258
}
.grid-view .product-box .product-box-bottom .i-tip-button, .grid-view .shop-box .product-box-bottom .i-tip-button {
	background: url(/rrstatic/img/sprites/infotip-s72c434d7a9.png) bottom center no-repeat;
	width: 16px;
	height: 8px;
	margin: 8px auto;
	background-size: 100%;
	line-height: 1.4em
}
.grid-view .product-box .product-box-bottom .tooltip, .grid-view .shop-box .product-box-bottom .tooltip {
	position: absolute;
	padding: 8px;
	z-index: 200;
	top: -62px;
	background: #777;
	color: white;
	text-shadow: none;
	line-height: 1.1em;
	width: 170px;
	left: -15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.grid-view .product-box .two-col .edit-model, .grid-view .product-box .two-col .add-to-cart, .grid-view .product-box .two-col .remove-model, .grid-view .product-box .two-col .edit-materials, .grid-view .product-box .two-col .materials, .grid-view .shop-box .two-col .edit-model, .grid-view .shop-box .two-col .add-to-cart, .grid-view .shop-box .two-col .remove-model, .grid-view .shop-box .two-col .edit-materials, .grid-view .shop-box .two-col .materials {
	width: 49%
}
.grid-view .product-box .display-order, .grid-view .shop-box .display-order {
	font-size: 0.9em;
	display: block;
	margin: 10px 0;
	color: #a1aaad;
*zoom:1
}
.grid-view .product-box .display-order:after, .grid-view .shop-box .display-order:after {
	content: "";
	display: table;
	clear: both
}
.grid-view .product-box .display-order .newOrder, .grid-view .shop-box .display-order .newOrder {
	width: 40px;
	height: 22px;
	float: left;
	margin: 0 10px 0 10px;
	line-height: 1.1em;
	text-align: center
}
.grid-view .product-box .display-order .save, .grid-view .shop-box .display-order .save {
	float: left;
	color: #08A3E9
}
.shop-box .shop-description {
	margin: 0;
	width: 100%;
	color: #a1aaad;
	font-size: 0.8em;
	height: 85px;
	line-height: 1.2em;
	overflow: hidden
}
.marketplace-featured {
	display: block;
	width: 100%;
	overflow: hidden;
*zoom:1
}
.featured-box {
	background: #edeff0;
	padding: 0;
	width: 22%;
	margin: 0 4% 4% 0;
	position: relative;
	float: left;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

@media all and (min-width: 960px) {
.featured-box:nth-child(4n+4) {
	margin-right: 0
}
}

@media all and (min-width: 700px) and (max-width: 960px) {
.featured-box {
	width: 30%;
	margin: 0 5% 5% 0
}
.featured-box:nth-child(3n+3) {
	margin-right: 0
}
}

@media all and (min-width: 320px) and (max-width: 700px) {
.featured-box {
	width: 46%;
	margin: 0 8% 8% 0
}
.featured-box:nth-child(2n+2) {
	margin-right: 0
}
}
.featured-box a, .featured-box a:visited {
	padding: 80% 0 7% 8%;
	color: white;
	font-size: 1.5em;
	display: block;
	opacity: 0.8;
	-webkit-font-smoothing: antialiased;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.8));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.8));
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.8))
}

@media all and (min-width: 320px) and (max-width: 700px) {
.featured-box a, .featured-box a:visited {
	font-size: 1.3em
}
}
.featured-box a:hover, .featured-box a:visited:hover {
	padding: 78% 0 9% 8%;
	opacity: 1;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.login-lonely-button {
	display: inline-block;
	outline: none;
	background-color: #FC695B;
	color: #fff;
	border: none;
	text-align: center;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	margin-bottom: 2px;
	padding: 9px 14px 9px;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	border: 1px solid #de6256;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 175px;
	margin-top: 0;
	height: 38px
}
.login-lonely-button:hover, .login-lonely-button:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.login-lonely-button:hover, .login-lonely-button:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.login-lonely-button:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.login-lonely-button a, .login-lonely-button a:visited, .login-lonely-button a:active, .login-lonely-button a:hover, .login-lonely-button:visited, .login-lonely-button:active, .login-lonely-button:hover, .login-lonely-button:focus {
	color: #fff
}
.login-lonely-button div {
	position: relative
}
.login-lonely-button:hover, .login-lonely-button:focus {
	background-color: #fc5343;
	border: 1px solid #c8564b
}
.login-lonely-button:active {
	background: #fc5343;
	border: 1px solid #c8564b
}
.login-lonely-button:focus {
	height: 38px;
	padding: 9px 14px
}
.fb-email-confirmation {
	width: 360px
}
.fb-email-confirmation h5 {
	text-align: center;
	margin-bottom: 20px
}
.fb-email-confirmation p {
	margin-bottom: 0px;
	color: #888
}
.fb-email-confirmation .fb-login-avatar {
	text-align: center;
	margin: -36px;
	padding-top: 80px;
	padding-bottom: 2px;
	text-align: center;
	height: 206px;
	width: 123%;
	background: #f7f9f9;
	border-bottom: 1px solid #dfe1e1;
	border-top: 1px solid #f5f5f5;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px
}
.fb-email-confirmation .fb-login-avatar img {
	height: 80px;
	border: 4px solid white;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1)
}
.fb-email-confirmation .fb-login-avatar p {
	text-align: center;
	margin-top: 20px
}
.fb-email-confirmation .fb-login-avatar a {
	margin-left: 72px
}
.forgot-login-form {
	position: relative;
	text-shadow: 0px 1px 0 #fff
}
.forgot-login-form.erros {
	display: block
}
.forgot-login-form input[type=text] {
	float: left;
	width: 312px;
	margin-right: 8px;
	height: 34px
}
.forgot-login-form input[type=password] {
	width: 458px;
	margin-bottom: 5px
}
.forgot-login-form .secondary-button {
	float: left;
	margin-top: 24px;
	width: 468px
}
.forgot-login-form .register-password, .forgot-login-form .register-password-confirm {
	margin-bottom: 10px
}
.container.gateway {
	display: block;
	position: absolute;
	left: 50%;
	width: 810px;
	margin-left: -480px;
	top: 25%;
	margin-top: -85px
}

@media screen and (max-height: 600px) {
.container.gateway {
	top: 0;
	margin-top: 65px
}
}
.container.gateway a {
	color: #3f4d82;
	border-bottom: 1px dotted #3f4d82
}
.container.gateway a:hover {
	color: #7680a6;
	border-bottom: 1px dotted #7680a6
}
.container.gateway .avatar {
	overflow: hidden;
	background: #f4f4f4;
	width: 28px;
	height: 28px;
	margin-top: 2px;
	margin-right: 1px;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 0px 1px #bbb;
	-webkit-box-shadow: 0px 0px 0px 1px #bbb;
	box-shadow: 0px 0px 0px 1px #bbb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.container.gateway .avatar img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.container.gateway .outer-content {
	color: #888;
	font-size: 0.8em;
	font-weight: bold
}
.container.gateway .outer-content .user-info {
	float: right;
	width: 300px;
	padding: 5px 10px 0 0
}
.container.gateway .outer-content strong {
	color: #666
}
.container.gateway .logo-baseline {
	display: inline-block;
	padding: 10px 5px 0 0
}
.container.gateway h1.sw-logo {
	display: inline-block;
	background: url("/rrstatic/img/sw-logo-dark-blue.svg") top left no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: -9999px;
	width: 205px;
	height: 36px;
	margin: 0 0 3px 5px
}
.container.gateway h2 {
	font-style: italic;
	font-size: 1.2em;
	color: #999
}
.container.gateway h2 strong {
	color: #444
}
.container.gateway .handshake-images {
*zoom:1;
	margin-bottom: 15px
}
.container.gateway .handshake-images:after {
	content: "";
	display: table;
	clear: both
}
.container.gateway .handshake-images img {
	height: 150px;
	width: 150px
}
.container.gateway .oauth-info {
	font-size: 0.8em;
	line-height: 1.4em
}
.container.gateway .oauth-info p {
	margin: 20px 0 5px
}
.container.gateway .gateway-form-wrapper {
*zoom:1;
	margin-bottom: 5px
}
.container.gateway .gateway-form-wrapper:after {
	content: "";
	display: table;
	clear: both
}
.container.gateway form.gateway-form .form-list {
	margin-left: 140px;
	color: #888
}
.container.gateway form.gateway-form .form-list li {
	list-style: none
}
.container.gateway form.gateway-form li {
	position: relative;
	margin: 5px 0;
	width: 310px
}
.container.gateway form.gateway-form li.checkbox {
*zoom:1
}
.container.gateway form.gateway-form li.checkbox:after {
	content: "";
	display: table;
	clear: both
}
.container.gateway form.gateway-form label {
	display: inline-block;
	width: 140px;
	font-size: 0.9em;
	font-size: 12px
}
.container.gateway form.gateway-form input {
	width: 300px
}
.container.gateway form.gateway-form .label-left {
	position: absolute;
	left: -150px;
	top: 7px;
	text-align: right;
	color: #999;
	letter-spacing: 1px;
	font-weight: bold
}
.container.gateway form.gateway-form .label-right {
	position: absolute;
	top: 7px;
	left: 100%;
	padding-left: 8px;
	font-size: 12px;
	white-space: nowrap
}
.container.gateway form.gateway-form .display-name {
	color: #444
}
.container.gateway form.gateway-form .action-button {
	width: 153px
}
.container.gateway form.gateway-form .action-button.block {
	width: 310px
}
.container.gateway form.gateway-form .small-link {
	font-size: 12px
}
.container.gateway form.gateway-form .small-link {
	font-size: 12px
}
.activate {
	text-align: center;
	padding-top: 35px;
	position: relative
}
.activate h1 {
	font-size: 3em;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
	font-weight: bold
}
.activate .success-icon {
	background: url(/rrstatic/img/signup/success-icon-70px.png) top left no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 48%;
	top: 0;
	z-index: 10
}
.activate p strong {
	font-size: 1.2em;
	line-height: 2.2em
}
.login-dialog {
	overflow: visible
}
.login-dialog .custom-landing .signup-or-divider p {
	background: none
}
.login-dialog .custom-landing .signup-or-divider hr {
	background: none
}
.hp-icon {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 7px auto;
	background: url("/rrstatic/img/portal/home/homepage-sprite-4.png") top left no-repeat
}
.th {
	padding: 7px 15px;
	background: #f5f7f8;
	border-bottom: 1px solid #edeff0;
	font-weight: bold;
	font-size: 0.9em;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
.banner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: block;
	background: #e5f7ff;
	overflow: hidden;
*zoom:1
}
#collection_title {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 200px;
	padding: 10px;
	line-height: 16px;
	color: #064381;
	font-size: 0.9em;
	background: #e5f7ff;
	border: 1px solid #c3edff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#collection_title:after, #collection_title:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
#collection_title:after {
	border-color: rgba(255,255,255,0);
	border-width: 9px;
	right: -18px;
	border-left-color: #e5f7ff;
	top: 50%;
	margin-top: -9px
}
#collection_title:before {
	border-color: rgba(255,255,255,0);
	border-width: 10px;
	right: -20px;
	border-left-color: #c3edff;
	top: 50%;
	margin-top: -10px
}
.from-the-blog {
	background-color: #f5f7f8;
	border-top: 1px solid #e0e3e5;
	border-bottom: 1px solid #e0e3e5
}
.designer-spotlight {
	background: #f5f7f8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	display: block;
	margin: 4% 0 2% 0;
	display: block;
	padding: 5%
}
.designer-spotlight .designer-spotlight-img {
	width: 130px;
	height: 130px;
	display: block;
	background: #f5f7f8;
	margin: 0 auto 5% auto;
	padding: 0;
	overflow: hidden;
	border: 2px solid #4FC9FF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.no-touch .designer-spotlight .designer-spotlight-img:hover {
	-moz-box-shadow: 0 0 0 2px #4FC9FF;
	-webkit-box-shadow: 0 0 0 2px #4FC9FF;
	box-shadow: 0 0 0 2px #4FC9FF;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.designer-spotlight .designer-spotlight-img img {
	width: 100%;
	height: auto;
	vertical-align: top
}
.designer-spotlight .designer-spotlight-img a {
	display: block;
	width: 100%;
	height: auto
}
.designer-spotlight-info {
	width: 20%;
	margin-right: 5%
}

@media all and (max-width: 700px) {
.designer-spotlight-info {
	width: 100%;
	margin-right: 0
}
}
.designer-spotlight-name a {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #445258
}
.designer-spotlight-name a:hover {
	color: #08A3E9
}
.designer-spotlight-shop a {
	color: #445258;
	display: block;
	margin: 3% 0 0 0
}
.designer-spotlight-shop a:hover {
	color: #08A3E9
}
.read-more, .read-more:visited {
	color: #a1aaad;
	border-bottom: 1px solid #D8DCDF;
	display: inline-block;
	clear: both
}
.read-more:hover, .read-more:active, .read-more:visited:hover, .read-more:visited:active {
	color: #4FC9FF;
	border-bottom: 1px solid #4FC9FF
}
.designer-spotlight-quote {
	width: 74%;
	padding: 0 0 0% 5%;
	position: relative;
	border-left: 1px solid #e0e3e5
}
.designer-spotlight-quote:after, .designer-spotlight-quote:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.designer-spotlight-quote:after {
	border-color: rgba(255,255,255,0);
	border-width: 6px;
	left: -12px;
	border-right-color: #f5f7f8;
	top: 50%;
	margin-top: -6px
}
.designer-spotlight-quote:before {
	border-color: rgba(255,255,255,0);
	border-width: 7px;
	left: -14px;
	border-right-color: #e0e3e5;
	top: 50%;
	margin-top: -7px
}

@media all and (max-width: 700px) {
.designer-spotlight-quote {
	width: 100%;
	border: none
}
}
.designer-spotlight-quote blockquote {
	font-size: 2em;
	font-weight: 300;
	font-style: normal;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased
}

@media all and (min-width: 480px) and (max-width: 700px) {
.designer-spotlight-quote blockquote {
	font-size: 1.8em
}
}

@media all and (min-width: 320px) and (max-width: 480px) {
.designer-spotlight-quote blockquote {
	font-size: 1.5em;
	line-height: 1.3em
}
}
.news-icons {
	width: 100%;
	display: block
}
.arrow-box {
	display: block;
	width: 100%;
	min-height: 120px;
	position: relative;
	background: #ffffff;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.arrow-box:after, .arrow-box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
	position: absolute;
	pointer-events: none
}
.arrow-box:after {
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) #fff rgba(255,255,255,0);
	border-width: 10px;
	margin-left: -10px
}
.arrow-box:before {
	border-color: rgba(255,255,255,0) rgba(255,255,255,0) #e0e3e5 rgba(255,255,255,0);
	border-width: 11px;
	margin-left: -11px
}
ul.itn-list {
	margin: 0;
	padding: 2%;
	width: 100%;
	display: block;
	overflow: hidden;
*zoom:1
}
.itn-list li {
	float: left;
	width: 10.2%;
	list-style: none;
	margin: 2%
}

@media all and (max-width: 480px) {
.itn-list li {
	width: 29.2%
}
}
.itn-list li a {
	display: block;
	border: none;
	width: 100px;
	height: 75px;
	cursor: pointer;
	text-indent: -10000px;
	background: url("/rrstatic/img/portal/home/inthenews_sprite-5-13.jpg") no-repeat
}
.itn-list li a:hover {
	background: url("/rrstatic/img/portal/home/inthenews_sprite-5-13.jpg") no-repeat
}
.itn-list li a.itn-1 {
	background-position: -4px -6px
}
.itn-list li a.itn-2 {
	background-position: -105px -5px
}
.itn-list li a.itn-3 {
	background-position: -208px -5px
}
.itn-list li a.itn-4 {
	background-position: -310px -5px
}
.itn-list li a.itn-5 {
	background-position: -412px -5px
}
.itn-list li a.itn-6 {
	background-position: -514px -5px
}
.itn-list li a.itn-7 {
	background-position: -616px -5px
}
.itn-list li a.itn-1:hover {
	background-position: -4px -96px
}
.itn-list li a.itn-2:hover {
	background-position: -105px -95px
}
.itn-list li a.itn-3:hover {
	background-position: -208px -95px
}
.itn-list li a.itn-4:hover {
	background-position: -310px -95px
}
.itn-list li a.itn-5:hover {
	background-position: -412px -95px
}
.itn-list li a.itn-6:hover {
	background-position: -514px -95px
}
.itn-list li a.itn-7:hover {
	background-position: -616px -95px
}
.recent-post .post-img {
	text-align: center;
	display: block;
	width: 262px;
	height: 165px;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: #f5f7f8;
	border: 1px solid #e0e3e5
}
.recent-post img {
	text-align: center;
	vertical-align: top
}
.recent-post h4 a {
	width: 264px;
	display: block;
	overflow: hidden;
	margin-bottom: 7px;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
	font-size: 0.9em;
	color: #183643
}
.recent-post h4 a:hover {
	color: #08A3E9
}
.recent-post p {
	margin: 0;
	font-size: 0.9em;
	width: 264px;
	height: 55px;
	display: block;
	overflow: hidden;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
#addtocart_popup_container {
	position: absolute;
	right: 46px;
	top: 51px;
	overflow: visible;
	z-index: 999
}
#addtocart_popup_container.fixed {
	position: fixed;
	top: 0;
	bottom: auto
}
#addtocart_popup {
	font-size: 0.9em;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	-webkit-box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15);
	width: 250px;
	overflow: visible;
	padding: 20px;
	top: 15px;
	left: 10px;
	position: relative;
	border: 1px solid #e0e3e5
}
#addtocart_popup h4 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc
}
#addtocart_popup.with-caret:after, #addtocart_popup.with-caret:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
#addtocart_popup.with-caret:after {
	border-color: rgba(255,255,255,0);
	border-width: 7px;
	top: -14px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -7px
}
#addtocart_popup.with-caret:before {
	border-color: rgba(255,255,255,0);
	border-width: 8px;
	top: -16px;
	border-bottom-color: #e0e3e5;
	left: 50%;
	margin-left: -8px
}
#addtocart_popup .modal-header {
	font-size: 1.3em;
	font-weight: bold;
	margin: -30px 0 20px -30px;
	padding: 9px 10px 7px 12px;
	border-bottom: 1px solid #e0e3e5;
	overflow: hidden;
*zoom:1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	text-shadow: 0 1px 0 #fff;
	margin: -19px 0 20px -20px;
	padding: 9px 3px 7px 20px;
	width: 248px;
	font-size: 1.1em
}
#addtocart_popup .modal-header b {
	color: #36566F
}
#addtocart_popup .product-title {
	margin: -8px 0 3px;
	width: auto
}
#addtocart_popup .product-img {
	float: left;
	width: 53px;
	height: 40px;
	overflow: hidden;
	margin: 0 15px 0 0;
	height: 40px;
	border: 1px solid #ddd
}
#addtocart_popup .product-img img {
	width: 53px;
	height: 40px
}
#addtocart_popup .product-info {
	float: left;
	width: 140px;
	overflow: hidden;
	color: #757372;
	line-height: 1.4em
}
#addtocart_popup .sw--cartPopup-price span {
	margin-left: 3px
}
#addtocart_popup .tally-total {
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left repeat;
	padding: 10px;
	display: block;
	margin: 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#addtocart_popup .tally-total .tally-total-col-l, #addtocart_popup .tally-total .tally-total-col-r {
	text-align: center;
	padding: 0 10px;
	display: block
}
#addtocart_popup .tally-total .tally-total-col-l strong, #addtocart_popup .tally-total .tally-total-col-r strong {
	color: #36566F
}
#addtocart_popup .tally-total .tally-total-col-l strong span, #addtocart_popup .tally-total .tally-total-col-r strong span {
	margin-left: 3px
}
.view-cart-button a, .view-cart-button a:visited {
	display: inline-block;
	outline: none;
	background-color: #4FC9FF;
	color: #fff;
	border: none;
	text-align: center;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	margin-bottom: 2px;
	padding: 9px 14px 9px;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	border: 1px solid #4db3e0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	clear: both;
	margin: 10px 0
}
.view-cart-button a:hover, .view-cart-button a:focus, .view-cart-button a:visited:hover, .view-cart-button a:visited:focus {
	background: #69d1ff;
	border: 1px solid #439fc8
}
.view-cart-button a:hover, .view-cart-button a:active, .view-cart-button a:visited:hover, .view-cart-button a:visited:active {
	cursor: pointer;
	border: 1px solid #439fc8
}
.view-cart-button a:active, .view-cart-button a:visited:active {
	background: #69d1ff;
	border: 1px solid #439fc8
}
.view-cart-button a a, .view-cart-button a a:visited, .view-cart-button a a:active, .view-cart-button a a:hover, .view-cart-button a:visited, .view-cart-button a:active, .view-cart-button a:hover, .view-cart-button a:focus, .view-cart-button a:visited a, .view-cart-button a:visited a:visited, .view-cart-button a:visited a:active, .view-cart-button a:visited a:hover, .view-cart-button a:visited:visited, .view-cart-button a:visited:active, .view-cart-button a:visited:hover, .view-cart-button a:visited:focus {
	color: #fff
}
.view-cart-button a div, .view-cart-button a:visited div {
	position: relative
}
.view-cart-button a:hover, .view-cart-button a:focus, .view-cart-button a:visited:hover, .view-cart-button a:visited:focus {
	background-color: #38c2ff;
	border: 1px solid #439fc8
}
.view-cart-button a:active, .view-cart-button a:visited:active {
	background: #38c2ff;
	border: 1px solid #439fc8
}
.sct-cart.top-nav-block .toolbar {
	display: none
}
.span-container {
	overflow: hidden;
*zoom:1;
	width: 920px;
	min-height: 34px;
	margin: 20px 0;
	padding: 10px
}
#checkout-top-head {
	margin: -20px -20px 20px -20px;
	padding: 20px 20px 0 20px;
	background-color: #f5f7f8;
	border-bottom: 1px solid #e0e3e5;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
#checkout-top-head h1 {
	font-size: 24px;
	padding: 15px 0 19px 0;
	color: #36566F
}
.total-row, .grand-total-row {
	margin: 20px -20px 0 -20px;
	padding: 20px 20px 0 20px;
	background-color: #f5f7f8;
	border-top: 1px solid #e0e3e5;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px
}
.total-row h2, .grand-total-row h2 {
	margin-bottom: 0
}
#checkout-confirm-shipping .ships-on {
	padding: 5px 0;
	font-style: italic
}
#incart .box .item-action-links, #confirm.box .item-action-links {
	display: inline
}
#incart .box .item-action-links .removeButton, #confirm.box .item-action-links .removeButton {
	margin-left: 5px;
	font-size: 0.8em;
	color: #FC695B
}
#incart .box .item-action-links .removeButton:hover, #confirm.box .item-action-links .removeButton:hover {
	color: #fc857a
}
#incart .box .itemSubtotal, #confirm.box .itemSubtotal {
	float: left;
	margin-top: 33px
}
#incart-items-container input.quantity {
	width: 40px;
	margin: 31px 5px 0 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1em
}
.itemRush, .itemSlow, .itemTotalRush, .itemTotalSlow {
	clear: both;
	font-size: 0.8em;
	font-style: italic
}
.rushBlock-bold {
	font-weight: bold;
	color: #183643
}
.manufacturingRadioButtons {
	margin: 10px 0 0 0px
}
.manufacturing-radio {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 1px
}
#confirm .sub-text, #checkout-address .sub-text, #incart .sub-text, .box .sub-text {
	color: #67757B;
	font-size: 0.8em
}
#confirm .currency, #checkout-address .currency, #incart .currency, .box .currency {
	color: #67757B;
	font-size: 1em;
	float: none;
	width: 129px;
	height: 20px
}
.checkout-title {
	margin-top: 19px
}
.checkout-title h2 {
	font-weight: 600
}
.checkout-subtotal {
	padding: 26px 0 0 0
}
.checkout-subtotal .label {
	color: #67757B;
	font-weight: bold;
	font-size: 1em
}
.checkout-subtotal .price {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	font-size: 1.3em
}
.infotip-sprite, .infotip {
	background-image: url('../img/sprites/infotip-s35fce2cb70.png');
	background-repeat: no-repeat
}
.infotip {
	position: relative;
	display: inline-block;
	background-position: 0 0;
	font-size: 0px;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	vertical-align: middle
}
.infotip:hover, .infotip.infotip-hover {
	background-position: 0 -17px
}
.infotip:visited, .infotip:active {
	color: #ccc
}
.next-button {
	float: right
}
.next-button a {
	display: inline-block;
	outline: none;
	background-color: #FC695B;
	color: #fff;
	border: none;
	text-align: center;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	margin-bottom: 2px;
	padding: 9px 14px 9px;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	border: 1px solid #de6256;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 13px 9px 13px;
	width: 194px;
	height: 22px;
	float: right
}
.next-button a:hover, .next-button a:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.next-button a:hover, .next-button a:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.next-button a:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.next-button a a, .next-button a a:visited, .next-button a a:active, .next-button a a:hover, .next-button a:visited, .next-button a:active, .next-button a:hover, .next-button a:focus {
	color: #fff
}
.next-button a div {
	position: relative
}
.next-button a:hover, .next-button a:focus {
	background-color: #fc5343;
	border: 1px solid #c8564b
}
.next-button a:active {
	background: #fc5343;
	border: 1px solid #c8564b
}
.next-button.secondary {
	margin-top: 10px
}
.vat-note {
	display: inline;
	color: #67757B;
	margin-top: 5px;
	margin-right: 0;
	width: 330px
}
.ship-date {
	color: #67757B;
	font-size: 1.5em;
	padding-top: 16px;
	text-align: right
}
.checkout-address-form input {
	height: 26px;
	height: 21px\9;
	padding-top: 6px\9
}
#business-user {
	margin-top: 4px
}
.business-user {
	margin-top: 20px
}
.business-user .checkbox {
	float: left;
	width: 23px
}
.business-user .question {
	float: left;
	width: 375px;
	margin-top: 1px;
	font-size: 0.8em
}
.business-user .business-inputs {
	width: 393px;
	float: left
}
.internal-order {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	text-align: right
}
.confirm-address {
	margin-top: 2px
}
#checkout-confirm-cart-select-coupon {
	position: relative;
	height: 54px
}
#checkout-confirm-cart-select-coupon input {
	margin-top: 0
}
#checkout-confirm-cart-select-coupon label {
	color: #67757B
}
.coupon-input {
	width: 150px
}
.coupon-button {
	position: absolute;
	width: 120px;
	height: 32px;
	top: 0;
	left: 167px;
	display: inline-block;
	outline: none;
	background-color: #4FC9FF;
	color: #fff;
	border: none;
	text-align: center;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	margin-bottom: 2px;
	padding: 9px 14px 9px;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	border: 1px solid #4db3e0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.coupon-button:hover, .coupon-button:focus {
	background: #69d1ff;
	border: 1px solid #439fc8
}
.coupon-button:hover, .coupon-button:active {
	cursor: pointer;
	border: 1px solid #439fc8
}
.coupon-button:active {
	background: #69d1ff;
	border: 1px solid #439fc8
}
.coupon-button a, .coupon-button a:visited, .coupon-button a:active, .coupon-button a:hover, .coupon-button:visited, .coupon-button:active, .coupon-button:hover, .coupon-button:focus {
	color: #fff
}
.coupon-button div {
	position: relative
}
.coupon-button:hover, .coupon-button:focus {
	background-color: #38c2ff;
	border: 1px solid #439fc8
}
.coupon-button:active {
	background: #38c2ff;
	border: 1px solid #439fc8
}
.breadcrumb .step {
	text-align: center;
	position: relative
}
.breadcrumb .step:before {
	content: "";
	border-top: 1px solid #91B6C7;
	width: 95%;
	top: 17px;
	left: 50%;
	margin-left: 7px;
	position: absolute
}
.breadcrumb .step.last:before {
	content: none
}
.breadcrumb .step .icon {
	font-size: 20px;
	border: 1px solid #91B6C7;
	border-radius: 100%;
	background-color: #FFF;
	width: 35px;
	height: 35px;
	margin: 0 auto 0;
	color: #91B6C7;
	text-align: center;
	padding-top: 5px
}
.breadcrumb .step .icon .icon-cart {
	margin-top: 1px;
	margin-left: -2px
}
.breadcrumb .step .icon .icon-credit, .breadcrumb .step .icon .icon-checkmark {
	margin-top: 1px;
	font-size: 21px;
	margin-left: 0.5px
}
.breadcrumb .step .icon .icon-truck {
	margin-top: 1.5px;
	font-size: 20.3px;
	margin-left: 2px
}
.breadcrumb .step .icon .icon-favorite {
	margin-top: 1px;
	font-size: 21px;
	margin-left: 0.5px
}
.breadcrumb .step.done:before {
	border-color: #4FC9FF
}
.breadcrumb .step.done .icon {
	border-color: #4FC9FF;
	font-size: 18px
}
.breadcrumb .step.done .icon [class^="icon-"] {
	color: #4FC9FF
}
.breadcrumb .step.active .icon {
	background-color: #4FC9FF;
	border-color: #4FC9FF
}
.breadcrumb .step.active .icon [class^="icon-"] {
	color: #FFF
}
.breadcrumb .step.active small {
	color: #183643
}
.breadcrumb .step small {
	font-size: 12px;
	color: #a1aaad;
	line-height: 120%;
	display: block;
	vertical-align: top;
	margin-top: 5px
}

@media all and (max-width: 480px), all and (max-width: 700px) and (min-width: 480px) {
.col-2-8 {
	text-align: center;
	margin-bottom: 20px
}
}
#receipt-inner tr.text-v-middle td {
	vertical-align: middle
}
.gray-container tr.text-v-bottom td {
	vertical-align: bottom
}
.gray-container table, .gray-container th, .gray-container td {
	margin: 0;
	padding: 0
}
.gray-container p {
	margin: 0;
	padding: 0;
	line-height: 14px
}

.checkout-confirm .unitPrice {
	margin: 0
}
#billing-info .fine-print {
	margin-top: 10px
}
.checkout-confirm h5 a {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin-left: 5px
}
#checkout-confirm-billingmethod .icon-credit {
	font-size: 16px;
	vertical-align: text-bottom
}
#checkout-login-signup {
	margin-top: 15px
}
#checkout-login-signup .half {
	width: 50%;
	float: left
}
#checkout-login-signup .inner-box {
	padding: 20px;
	float: left;
	width: 265px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#checkout-login-signup .inner-box#checkout-login {
	margin: 0
}
#checkout-login-signup .inner-box#checkout-signup {
	margin: 0 0 0 30px
}
#checkout-login-signup .inner-box#checkout-signup p {
	margin-bottom: 2px
}
#checkout-login-signup .inner-box#checkout-guest {
	margin: 0 0 0 9px;
	border: none
}
#checkout-login-signup .form-header {
	font-weight: bold;
	font-size: 22px
}
#checkout-login-signup input[type="text"], #checkout-login-signup input[type="password"] {
	display: block
}
#checkout-login-signup input[type="text"], #checkout-login-signup input[type="password"] {
	width: 93%;
	padding: 8px;
	margin-bottom: 9px
}
#checkout-login-signup label {
	display: block;
	width: 220px
}
#checkout-login-signup label.checkbox {
	padding-left: 5px;
	float: left
}
#checkout-login-signup .submit.action-button {
	width: 148px;
	margin-top: 15px
}
#checkout-login-signup .submit.action-button.guest {
	margin-top: 27px;
	width: 254px;
	padding: 14px
}
#checkout-login-signup #forgot-login-link {
	float: left;
	font-size: 14px;
	margin-top: 8px
}
#checkout-login-signup #login-white {
	margin-top: 40px
}
#checkout-login-signup .error-message {
	color: red;
	font-weight: bold;
	margin-bottom: 10px
}
#checkout-login-signup .checkbox-wrap {
	margin: 0;
	padding-bottom: 0px
}
#checkout-login-signup .checkbox-wrap .checkbox {
	left: 0px;
	top: 1px
}
#checkout-login-signup .checkbox-wrap p {
	position: relative;
	left: 25px;
	margin-bottom: 0px;
	text-transform: none;
	white-space: normal;
	line-height: 1.4
}
.checkout-login-form, .signup-login-form {
	margin-top: 5px
}
#checkoutlogin {
	width: 760px;
	padding: 10px
}
#checkoutlogin .login-dialog {
	margin-bottom: 10px
}

@media all and (max-width: 480px) {
#checkoutlogin {
	width: 360px;
	padding: 10px
}
#checkoutlogin .login-dialog {
	margin-bottom: 10px
}
}
.checkout-page-inner {
	width: 918px;
	margin: 0px auto
}
#incart .half {
	width: 50%;
	float: left
}
#incart #incart-header-subtotal, #checkout-top, #checkout-confirm-top {
	margin: 0 0 20px 0;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left repeat;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	clear: both;
	width: 880px
}
#incart #header-subtotal-right {
	border-left: 1px dotted #000
}
#incart #header-subtotal-left-inner {
	padding-right: 43px
}
#incart #header-subtotal-right-inner {
	padding-left: 38px
}
#incart #header-subtotal-right-help {
	float: right;
	width: 192px
}
#incart .col {
	float: left
}
#incart .col p {
	margin: 0px
}
#incart .box #item-header {
	height: 33px;
	width: 920px;
	margin-bottom: 22px;
	margin-left: -20px;
	padding: 10px 20px;
	border-bottom: 1px solid #e0e3e5;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
#incart .box #item-header .col {
	height: 33px;
	font-size: 1em;
	color: #67757B;
	color: #777
}
#incart .box #item-header .col span {
	display: inline-block;
	padding: 4px 0
}
#incart .item {
	margin-bottom: 10px
}
#incart .box .item-divider {
	margin: 16px 0 22px 0
}
#incart .box img {
	padding: 0
}
#incart .col1 {
	width: 115px;
	margin-right: 30px
}
#incart .col2 {
	width: 190px;
	margin: 10px 18px 0 0
}
#incart #checkout-confirm-cart-bottom .col2 {
	width: 400px
}
#incart .col5 {
	width: 100px;
	margin-right: 6px
}
#incart .col3 {
	width: 130px;
	margin-right: 10px
}
#incart .cart-item-push-down {
	margin-top: 14px
}
#incart .checkout-confirm .col3 {
	width: 137px
}
#incart .col4 {
	width: 110px
}
#incart #checkout-confirm-cart-bottom .col3 {
	margin-right: 5px
}
#incart #checkout-confirm-cart-bottom .col4 {
	width: 145px
}
#incart .item_col_1_2 {
	width: 584px
}
#incart .cart-incentive-row .item_col_1_2 {
	width: 577px
}
#incart #credit-incentive-row .note {
	margin-top: 3px
}
#incart #checkout-confirm-cart-bottom .item_col_1_2 {
	width: 584px
}
#incart #checkout-confirm-cart-value-coupon {
	line-height: 18px;
	margin-top: 8px
}
#incart #discount-incentive-row .checkout-confirm-cart-header {
	margin-top: 3px
}
#incart #checkout-confirm-discount-input {
	width: 275px
}
#incart #checkout-confirm-apply-coupon, #incart #checkout-confirm-apply-credit {
	padding: 0 10px
}
#incart #checkout-confirm-credit-input {
	width: 275px
}
#incart #checkout-confirm-cart-info-credit {
	line-height: 18px;
	padding-top: 3px
}
#incart #checkout-confirm-cart-value-credit .credit {
	line-height: 18px;
	padding-top: 3px
}
#incart .discountCode {
	font-size: 0.8em
}
#incart #removeDiscount, #incart #removeCredit {
	font-size: 0.8em
}
#incart .item_col_1_2_3 {
	width: 716px
}
#incart .item_col_3_4 {
	width: 333px
}
#incart #item-subtotal-row {
	border-top: 10px solid #eee;
	margin-bottom: 20px;
	height: 10px;
	clear: both;
	display: block
}
#incart #country-selector-container-inner {
	background-color: #fff;
	width: 170px
}
#incart #country-selector-wrapper {
	padding: 20px 0 10px 0px
}
#incart #country-selector-wrapper label {
	display: block;
	text-transform: none;
	margin-bottom: 5px
}
#incart #country-selector-wrapper label span {
	display: inline;
	text-transform: none
}
#incart #country-selector-wrapper label span.ship-price-sale {
	font-weight: bold;
	color: #f84848;
	padding-left: 5px
}
#incart #country-selector {
	width: 202px;
	top: 0
}
#incart #shipping-tax-container {
	width: 333px
}
#incart .submit {
	text-align: left;
	font-size: 13px
}
#incart .submit span {
	color: #fff;
	font-size: 18px
}
#receipt-inner td {
	vertical-align: top
}
#receipt-inner td p {
	margin: 0
}
#receipt-inner .col1 {
	width: 148px
}
#receipt-inner .col2 {
	width: 160px
}
#receipt-inner .col3 {
	width: 110px
}
#receipt-inner .col4 {
	width: 78px
}
#receipt-inner .col5 {
	width: 130px
}
#receipt-inner .col6 {
	width: 212px
}
#receipt-inner .col7 {
	width: 150px
}
#receipt-inner .col8 {
	width: 81px
}
#receipt-inner tr.tr-divider {
	height: 15px;
	font-size: 12px
}
#receipt-inner tr.tr-item-divider {
	border-width: 0px;
	border-bottom: 1px dotted #000 !important;
	height: 15px;
	font-size: 12px
}
#receipt-inner tr.tr-header-row td {
	height: 44px;
	line-height: 44px
}
#receipt-inner .tr-blue-bg td {
	background-color: #8dd7ed
}
#receipt-inner .tr-blue-bg td div {
	margin: 10px 0px
}
#receipt-inner .tr-gray-bg td {
	border-bottom: 1px solid #e0e3e5
}
#receipt-inner .tr-gray-bg td b {
	display: block;
	margin: 5px 0
}
#receipt-inner .tr-border-top {
	border-top: 1px dotted #ccc
}
#receipt-inner .tr-border-bottom {
	border-bottom: 1px dotted #ccc
}
#receipt-inner .tr-border-top-dotted {
	border-top: 1px dotted #ccc
}
#receipt-inner .tr-border-bottom-dotted {
	border-bottom: 1px dotted #ccc
}
#receipt-inner .bank-info {
	width: 350px;
	margin: 15px auto;
	margin-bottom: 0 !important;
	line-height: 30px
}
#receipt-inner .bank-info b {
	display: block;
	margin-top: 5px
}
#receipt-inner .tr-header-row a {
	font-size: 14px
}
.checkout-confirm-inner {
	width: 918px;
	margin: 0 auto
}
#checkout-confirm-top {
	margin-bottom: 20px
}
#checkout-confirm-top-left {
	width: 370px;
	float: left
}
#checkout-confirm-top-middle {
	color: black;
	font-weight: bold;
	margin-top: 20px;
	width: 90px;
	float: left
}
#checkout-confirm-top-right {
	vertical-align: top;
	border-left: 1px dotted #000;
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 0;
	float: left
}
.checkout-confirm-cart-label {
	font-weight: bold;
	width: 126px;
	float: left
}
.checkout-confirm-cart-value {
	width: 110px;
	float: left
}
.checkout-confirm-cart-info {
	float: left
}
#checkout-confirm-cart {
	padding-top: 10px;
	padding-bottom: 10px
}
.checkout-confirm-cart-head {
	font-size: 1em;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #e0e3e5
}
.checkout-confirm-cart-head .checkout-confirm-title {
	font-weight: bold
}
.checkout-confirm-item {
	float: left;
	width: 488px
}
.checkout-confirm-qty {
	float: left;
	width: 130px
}
.checkout-confirm-total {
	float: left;
	width: 206px
}
.checkout-confirm-edit {
	float: left;
	font-size: 10px;
	color: black
}
#checkout-confirm-edit-cart {
	margin-bottom: 13px
}
#checkout-confirm-cart-bottom {
	margin-top: 13px;
	padding-top: 10px
}
#checkout-confirm-cart-bottom div.subtext {
	color: #999999;
	font-size: 0.8em;
	text-shadow: 0 1px 0 white;
	line-height: 140%
}
#checkout-confirm-cart-bottom a {
	cursor: pointer
}
#checkout-confirm-cart-bottom .coupon-input, #checkout-confirm-cart-bottom .credit-input {
	padding: 4px 6px;
	line-height: 1.5em
}
#checkout-confirm-cart-bottom .credit-input {
	margin-top: -2px
}
#checkout-confirm-cart-bottom .secondary-button-inset {
	margin-left: 10px
}
.checkout-confirm-cart-bottom-left {
	width: 460px;
	margin: 0 40px 0 0;
	float: left;
	font-size: 10px
}
.checkout-confirm-cart-bottom-right {
	float: left;
	width: 420px
}
.checkout-tally-row {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	display: block
}
.checkout-confirm-giftwrap-option {
	float: left;
	padding: 0 20px 0 0
}
.checkout-confirm-giftwrap-option .checkout-confirm-gift-wrap-option-input {
	float: left;
	margin: 0 6px 0 0px
}
.checkout-confirm-giftwrap-option .checkout-confirm-giftwrap-option-label {
	float: left
}
.checkout-confirm-giftwrap-option .img {
	background: #ffffff;
	width: 48px;
	height: 30px;
	border: 1px solid white;
	margin-right: 5px
}
.checkout-confirm-giftwrap-option img {
	width: 48px;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.gift-message-text {
	height: 100px;
	width: 90%
}
.gift-message-text.fixed {
	max-width: 920px;
	max-height: 300px
}
.checkout-thumb {
	width: 118px;
	height: 87px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden
}
.checkout-thumb img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#checkout-address .page-header {
	float: left;
	width: 600px
}
#checkout-address #checkout-top {
	padding-top: 15px
}
#checkout-address .submit-button-top {
	float: right
}
#checkout-address .submit {
	width: 203px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	display: block;
	color: #000;
	font-weight: bold;
	padding: 0 20px;
	text-align: left;
	background: url(/img/cart/btn-pink-arrow.gif) no-repeat;
	float: right
}
#checkout-address .submit:hover {
	text-decoration: none
}
#checkout-address .submit span {
	color: #fff;
	font-size: 18px
}
#checkout-body h2 {
	color: #000;
	font-weight: bold;
	padding-bottom: 0
}
#checkout-left {
	padding: 20px;
	float: left;
	width: 400px
}
#checkout-right {
	margin: 0 0 0 34px;
	float: left;
	padding: 20px;
	width: 400px
}
#checkout-left h3, #checkout-right h3 {
	margin-bottom: 15px
}
.shipping-address-option {
	width: 400px;
	margin-bottom: 20px;
	margin-top: 18px
}
#shippingAddress-newsletter {
	margin-top: 10px
}
.checkout-address-view {
	float: left;
	margin-bottom: 20px
}
.select-shipping-radio {
	margin-right: 10px;
	float: left
}
form.shipping-address-form {
	clear: both;
	display: block
}
.us-states {
	border: 1px solid #BBB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: whiteSmoke;
	-moz-box-shadow: inset 0 2px #BBB;
	-webkit-box-shadow: inset 0 2px #BBB;
	box-shadow: inset 0 2px #BBB;
	padding: 4px 6px
}
.us-states select {
	width: 55px
}
.nonus-states select {
	width: 100px
}
.us-address-line {
	float: left
}
.us-address-line.state {
	width: 69px;
	margin-right: 10px
}
.us-address-line.city {
	width: 201px;
	margin-right: 10px
}
.us-address-line.city input {
	width: 191px
}
.us-address-line.postalcode input {
	width: 81px
}
.us-address-line.postalcode {
	width: 90px
}
#business-user-settings {
	margin-top: 10px
}
#business-user-settings #business_user-line1, #business-user-settings #business_user-line2 {
	width: 134px
}
#business-user-settings #business_user-line3 {
	width: 162px
}
#business-user-settings input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	width: 100%
}
#business-user-settings .textinput {
	width: 391px
}
#business-user-settings>div div {
	position: relative
}
#defaultCreditCard {
	margin-bottom: 10px
}
#checkout-left h2 {
	margin-bottom: 20px
}
.normalinfo {
	color: #747474;
	font-style: italic;
	font-weight: lighter
}
input.normalinfo {
	color: #747474;
	font-style: italic;
	font-weight: lighter
}
label.top {
	display: block;
	clear: both;
	margin-top: 8px
}
#error_message_header {
	font-weight: bold;
	display: none
}
#error_message {
	background: #fee7b8;
	padding: 11px 10px 6px 12px;
	font-weight: 600;
	font-size: 0.9em;
	color: #3f4d82;
	-moz-box-shadow: 0 2px 0 #ffd381, 0 3px 1px #aaa;
	-webkit-box-shadow: 0 2px 0 #ffd381, 0 3px 1px #aaa;
	box-shadow: 0 2px 0 #ffd381, 0 3px 1px #aaa;
	text-shadow: 0 1px 0 #fff;
	margin-left: 1px;
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
input.errorinput, select.errorinput {
	background: #fbcfcf
}
.errortext {
	font-size: 0.8em;
	color: #cc0000;
	display: none
}
div.pending {
	cursor: wait
}
div.loader {
	text-align: center;
	margin-top: 200px
}
.holiday-note {
	background: url(/rrstatic/img/checkout/gift-12x14px.png) 0px 3px no-repeat;
	padding: 0 0 0 20px
}
.shippingRadioButtons {
	margin: 10px 0 0 0px
}
.bank-info-left {
	display: inline-block;
	width: 200px
}
.bank-info-right {
	display: inline-block;
	width: 200px;
	margin-right: 18px
}
#shipping-policy .shipping-questions {
	font-size: 14px;
	font-weight: 500;
	vertical-align: center;
	padding-top: 8px
}
.paypal-bypass {
	width: 200px;
	float: left
}
.sct-cart.label-shipping-option, label.label-shipping-option {
	display: block;
	overflow: hidden;
	text-transform: none
}
label.ship-country-selector {
	font-weight: 700;
	color: #445258;
	zoom: 1;
	font-size: 1.14286em
}
.ship-page-radio {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 1px
}
.ship-price-sale {
	font-weight: bold;
	color: #f84848;
	padding-left: 5px
}
.shipping-info-widget-note {
	font-size: 14px;
	font-weight: 500
}
.new-callout {
	font-weight: bold;
	color: #FC695B;
	letter-spacing: 1px;
	text-transform: uppercase
}
.new-callout.shipping {
	margin-left: 5px
}
.sct-marketplace .toolbar {
	display: none
}
.marketplace-header {
	border-bottom: 1px solid #9c9a9a;
	width: 100%;
	margin-bottom: 3%;
	position: relative
}
.marketplace-header h1 {
	font-size: 1.5em;
	margin-bottom: 1.4%;
	letter-spacing: .01em;
	font-weight: 300;
	color:#1e80d4;
	position: relative;
	top:15px;
	padding-left:19px;
}
.marketplace-header h1 span {
	font-size: 50%;
	-webkit-font-smoothing: antialiased;
	color: #a1aaad;
	vertical-align: middle;
}
.marketplace-header h2 {
	font-size: 1em;
	font-weight: 400;
	margin: 0 auto;
	text-transform: uppercase;
	color: #a1aaad;
	line-height: 1em
}

@media all and (min-width: 700px) and (max-width: 960px) {
.marketplace-header {
	margin-bottom: 3%
}
.marketplace-header h1 {
	font-size: 2.4em
}
.marketplace-header h1 span {
	top: -2px
}
.marketplace-header h2 {
	font-size: 1em
}
}

.sort-mobile {
	display: block;
	position: absolute;
    top: 0;
    right: 20px;
}
.sort-select .tall-select{
	height:28px;
	top:0px;
}



/*购物车*/
.sw-notification-counter {
	text-align: center;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0px;
	right: 0px;
	line-height: 17px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 600
}
.no-touch .sw-notification-counter:hover {
	cursor: pointer
}
.sw-notification-counter--red {
	color: white !important;
	background-color: #E54A3A
}
.no-touch .sw-notification-counter--red:hover {
	color: white
}
/*购物车*/


/*面包屑*/
.crumb {position:absolute;line-height:25px; color:#95989c;font-size:12px;}
.crumb a {color:#4e84b1;}

.toolbar .inner ul li.dropdown.active a {
    display: inline-block;
    width: 88px;
    height: 25px;
    line-height: 25px;
    background: #f35f4c;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#dinfo-spec span{
	color: red;
}