@charset "utf-8";
@font-face {
    font-family:'PingHei';
    font-style:normal;
    font-weight:200;
    src:local('☺︎'), url("/resource/font/PingHei-light.woff") format("woff"), url("/resource/font/PingHei-light.ttf") format("truetype");  
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
	vertical-align: baseline;
	font-family:'Microsoft YaHei', Helvetica Neue,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
}
.hero-status .status-unit.status-active .status-marker {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 0 2px 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 4px 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 1px rgba(0,0,0,0.1), 0 0 2px 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 4px 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 1px rgba(0,0,0,0.1), 0 0 2px 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 4px 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)
}

@media all and (max-width: 480px) {
.sw--h1-mobile {
	font-size: 1.8em
}
.sw--h2-mobile {
	font-size: 1.5em
}
.sw--h3-mobile {
	font-size: 1.2em
}
}
body {
	color: #67757B;
	background: white;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%
}
a, a:visited, a:active {
	cursor: pointer;
	color: #1e80d4;
	text-decoration: none
}
a:hover {
	color: #1a62a0;
}
.sw-disabled {
	opacity: 0.4
}
.sw-disabled:hover {
	cursor: not-allowed;
	color: #08A3E9
}
caption, th, td {
	vertical-align: top
}
.vertical-space {
	height: 180px;
	margin-top: 5em;
	margin-bottom: 5em
}
.vertical-space h1 {
	margin-bottom: 4px
}
.vertical-space.flexible {
	height: auto
}
.bottom-collapse {
	margin-bottom: 0 !important
}
.margin-remove {
	margin: 0 auto
}
.error-bubble {
	display: none;
	position: relative;
	z-index: 10;
	font-weight: 300;
	padding: 3px 8px 1px 8px;
	background: #fee7b8;
*height:100px;
*width:200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-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;
	font-size: 0.9em;
	color: #3f4d82
}
.error-bubble.visible {
	display: block
}
.error-bubble.sticky {
	position: absolute;
	top: 40px
}
.error-bubble.arrow:after {
	bottom: 100%;
	border: solid rgba(255,255,255,0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #fee7b8;
	border-width: 10px;
	left: 20px;
	margin-left: -10px
}
.obligatory label span.error-bubble, .obligatory div.error-bubble {
	display: block
}
.sup_formbox .notice.flag {
	display: none
}
.register-password.obligatory .notice.flag, .register-password-confirm.obligatory .notice.flag, .sup_register-middle .obligatory .notice.flag {
	display: block
}
span.error-bubble {
	padding: 4px 8px 3px 8px
}
.spinner {
	background: url("/rrstatic/img/loading.gif") center no-repeat;
	float: left;
	margin: 18px 0 0 10px;
	width: 32px;
	height: 32px
}
.no-scroll {
	overflow: hidden
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.hidden {
	display: none !important
}
.invisible {
	visibility: hidden
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-subtle, .strikethrough {
	color: #67757B
}
.text-subtle.on-blue, .on-blue.strikethrough {
	color: #0b70a5
}
.text-purple {
	color: #7680a6
}
.text-white {
	color: white
}
.text-dark-gray {
	color: #445258
}
.text-light-gray {
	color: #a1aaad
}
.text-off-white {
	color: #f5f7f8
}
.text-label {
	font-weight: 500;
	color: #b4bbbd
}
.strikethrough {
	text-decoration: line-through
}
.section-head {
	margin-bottom: 20px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #ccc
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}
.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)
}
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: -2px;
	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: 400px;
	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: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	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
}
.box, .box-dark, .box-outline, .box-gray {
*zoom:1;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.box:after, .box-dark:after, .box-outline:after, .box-gray:after {
	content: "";
	display: table;
	clear: both
}
.box.small, .box-dark.small, .box-outline.small, .box-gray.small {
	padding: 10px
}
.box.attach, .box-dark.attach, .box-outline.attach, .box-gray.attach {
	margin-bottom: 0;
	z-index: 10
}
.box.compact, .box-dark.compact, .box-outline.compact, .box-gray.compact {
	padding: 10px
}
.box.compact .headline, .box-dark.compact .headline, .box-outline.compact .headline, .box-gray.compact .headline {
	margin: -10px
}
.box.mega-shadow, .box-dark.mega-shadow, .box-outline.mega-shadow, .box-gray.mega-shadow {
	border: none
}
.box.correct, .box-dark.correct, .box-outline.correct, .box-gray.correct {
	-moz-box-shadow: inset 0 0 0 4px #e9f9d5;
	-webkit-box-shadow: inset 0 0 0 4px #e9f9d5;
	box-shadow: inset 0 0 0 4px #e9f9d5
}
.box.incorrect, .box-dark.incorrect, .box-outline.incorrect, .box-gray.incorrect {
	-moz-box-shadow: inset 0 0 0 4px #fee7b8;
	-webkit-box-shadow: inset 0 0 0 4px #fee7b8;
	box-shadow: inset 0 0 0 4px #fee7b8
}
.box .background-text, .box-dark .background-text, .box-outline .background-text, .box-gray .background-text {
	font-size: 7em;
	font-weight: bold;
	padding-top: 5px;
	margin-right: -26px;
	text-shadow: none
}
.box .background-text.correct, .box-dark .background-text.correct, .box-outline .background-text.correct, .box-gray .background-text.correct {
	color: #e9f9d5
}
.box .background-text.incorrect, .box-dark .background-text.incorrect, .box-outline .background-text.incorrect, .box-gray .background-text.incorrect {
	color: #fee7b8
}
.box {
	background: white
}
.box.inset {
	margin: 10px 0;
	-moz-box-shadow: 0 -1px 0 #afb4d7, 0 0px 1px 0px #afb4d7;
	-webkit-box-shadow: 0 -1px 0 #afb4d7, 0 0px 1px 0px #afb4d7;
	box-shadow: 0 -1px 0 #afb4d7, 0 0px 1px 0px #afb4d7
}
.box.full-bleed {
	padding: 0
}
.box.full-bleed .top-half {
	padding: 20px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	background: #f5f7f8
}
.box.full-bleed .bottom-half {
	padding: 20px
}
.box.bottom-half {
	border: none;
	border: 1px solid #e0e3e5;
	border-width: 0 1px 1px 1px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px
}
.box.flat-top {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px
}
.box .headline {
	position: relative;
	margin: -20px;
	padding: 10px 15px;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left;
	border-bottom: 1px solid #e0e3e5;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
.box .headline h1, .box .headline h2, .box .headline h3, .box .headline h4, .box .headline h5, .box .headline h6 {
	margin-bottom: 0
}
.box .box {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e0e3e5
}
.notice .box {
	color: #67757B;
	font-size: 16px;
	font-weight: 300
}
.box .list-wrap {
	position: relative;
	margin: 0 -18px 0 -20px;
	border-top: 1px solid #e0e3e5;
	background-color: white
}
.box .list-wrap.compact {
	margin: 0 -10px
}
.box .list-wrap.compact.bottom {
	margin-bottom: -10px;
	border-radius: 0 0 5px 5px
}
.box .list-wrap.bottom .list-row:last-child {
	border-bottom: none;
	border-radius: 0 0 5px 5px
}
.box .list-wrap:before {
	position: absolute;
	top: 0;
	bottom: 60%;
	left: 20px;
	right: 20px;
	content: '';
	-moz-border-radius: 20% 20% / 5px 5px;
	-webkit-border-radius: 20% 5px;
	border-radius: 20% 20% / 5px 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: -1
}
.box .list-row {
*zoom:1;
	padding: 20px;
	border-bottom: 1px solid #e0e3e5
}
.box .list-row:after {
	content: "";
	display: table;
	clear: both
}
.box .list-row.compact {
	padding: 10px
}
.box .list-row-title {
*zoom:1;
	margin-bottom: 10px
}
.box .list-row-title:after {
	content: "";
	display: table;
	clear: both
}
.box-dark {
	border: 1px solid #e0e3e5;
	background: #f5f7f8
}
.box-gray {
	background: #f5f7f8
}
.box .box-gray {
	border: 1px solid #e8eaec
}
.box-outline {
	background: none
}
.box-repsonsive {
	border: 1px solid #e0e3e5;
	padding: 8%
}
.note-box {
	padding: 3px 6px;
	background-color: #D8DCDF;
	border-bottom: 1px solid #bbc2c6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.note-box.on-left:after, .note-box.on-left:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.note-box.on-left:after {
	border-color: rgba(255,255,255,0);
	border-width: 7px;
	right: -14px;
	border-left-color: #D8DCDF;
	top: 50%;
	margin-top: -7px
}
.note-box.on-left:before {
	border-color: rgba(255,255,255,0);
	border-width: 7px;
	right: -14px;
	border-left-color: #bbc2c6;
	top: 50%;
	margin-top: -6px
}
.box-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 0 0 12px 6px #fff;
	-webkit-box-shadow: inset 0 0 12px 6px #fff;
	box-shadow: inset 0 0 12px 6px #fff;
	pointer-events: none;
	z-index: 3;
*display:none
}
@media screen and (min-width: 0\0) {
.box-mask {
display:none
}
}
.top-half {
*zoom:1;
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: box-shadow 250ms ease;
	-o-transition: box-shadow 250ms ease;
	-webkit-transition: box-shadow 250ms ease;
	transition: box-shadow 250ms ease
}
.top-half:after {
	content: "";
	display: table;
	clear: both
}
.top-half:before {
	position: absolute;
	top: 100%;
	bottom: -10%;
	left: 20px;
	right: 20px;
	content: '';
	z-index: 10;
	-moz-border-radius: 20% 20% / 5px 5px;
	-webkit-border-radius: 20% 5px;
	border-radius: 20% 20% / 5px 5px
}
.top-half.selected {
	-moz-box-shadow: 0 0 2px 0px #4FC9FF, 0 0 7px 0px #4FC9FF;
	-webkit-box-shadow: 0 0 2px 0px #4FC9FF, 0 0 7px 0px #4FC9FF;
	box-shadow: 0 0 2px 0px #4FC9FF, 0 0 7px 0px #4FC9FF;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}
.multi-callout {
	display: block;
	width: 100%;
	margin: 20px auto
}
.multi-callout.two-columns .multi-box {
	width: 50%
}
.multi-callout.three-columns .multi-box {
	width: 33.333333333%;
*width:33.2%
}
.multi-callout.four-columns .multi-box {
	width: 25%
}
.multi-callout .multi-box {
	display: inline-block;
	text-align: center;
	float: left;
	background: #fee7b8
}
.multi-callout .multi-box:nth-child(even) {
	background: #feefd1;
	-moz-box-shadow: inset 1px 0 0 0 #fff, inset -1px 0 0 0 #fff;
	-webkit-box-shadow: inset 1px 0 0 0 #fff, inset -1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff, inset -1px 0 0 0 #fff
}
.multi-callout .multi-box.first {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px
}
.multi-callout .multi-box.last {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0
}
.multi-callout .multi-box .multi-inner {
	padding: 20px
}
.multi-callout .multi-box .multi-inner h2 {
	margin: 0
}
.multi-callout .multi-box .multi-inner small {
	color: #b2ae99;
	font-style: italic
}
.multi-callout .multi-box hr {
	margin: 15px 0;
	background: #fef1d4
}
.sw---semi-opaque {
	opacity: .7
}
.sw--bg-grey {
	background-color: #f5f7f8
}
.sw--link-dark, .sw--link-dark:visited {
	color: #445258
}
.sw--link-dark:hover, .sw--link-dark:active, .sw--link-dark:focus, .sw--link-dark:visited:hover, .sw--link-dark:visited:active, .sw--link-dark:visited:focus {
	color: #08A3E9
}
.sw--border-radius-5 {
	border-radius: 5px
}
.sw--border-radius-4 {
	border-radius: 4px
}
.sw--border-grey-1 {
	border: 1px solid #e0e3e5
}
* {
	-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: 1020px;
	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%
}
.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%
}
}
.sw--vertical-align:before {
	content: '';
	display: inline-block;
	height: 100%;
	font-size: 0px;
	vertical-align: middle
}
.sw--vertical-align__middle {
	display: inline-block;
	vertical-align: middle
}
.sw--vertical-align__top {
	display: inline-block;
	vertical-align: top
}
.sw--text-left {
	text-align: left
}
.sw--text-right {
	text-align: right
}
.sw--text-center {
	text-align: center
}
.sw--input-align {
	position: relative;
	top: 1px
}
.sw--text-bold {
	font-weight: bold
}
.sw--display-inline-block {
	display: inline-block
}
.sw--display-block {
	display: block
}
.sw--display-none {
	display: none
}
.sw--float-left {
	float: left
}
.sw--float-right {
	float: right
}
.sw--float-none {
	float: none
}
.sw--clear-both {
	clear: both
}
.sw--position-relative {
	position: relative
}
.sw--position-absolute {
	position: absolute
}
.sw--position-bottom {
	bottom: 0px
}
.sw--position-left {
	left: 0px
}
.sw--position-right {
	right: 0px
}
.sw--position-top {
	top: 0px
}
.sw--position-fill {
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px
}
.sw--overflow-visible {
	overflow: visible
}
.sw--margin-1 {
	margin: 5px
}
.sw--margin-left-1 {
	margin-left: 5px
}
.sw--margin-right-1 {
	margin-right: 5px
}
.sw--margin-top-1 {
	margin-top: 5px
}
.sw--margin-bottom-1 {
	margin-bottom: 5px
}
.sw--margin-2 {
	margin: 10px
}
.sw--margin-left-2 {
	margin-left: 10px
}
.sw--margin-right-2 {
	margin-right: 10px
}
.sw--margin-top-2 {
	margin-top: 10px
}
.sw--margin-bottom-2 {
	margin-bottom: 10px
}
.sw--margin-3 {
	margin: 15px
}
.sw--margin-left-3 {
	margin-left: 15px
}
.sw--margin-right-3 {
	margin-right: 15px
}
.sw--margin-top-3 {
	margin-top: 15px
}
.sw--margin-bottom-3 {
	margin-bottom: 15px
}
.sw--margin-4 {
	margin: 20px
}
.sw--margin-left-4 {
	margin-left: 20px
}
.sw--margin-right-4 {
	margin-right: 20px
}
.sw--margin-top-4 {
	margin-top: 20px
}
.sw--margin-bottom-4 {
	margin-bottom: 20px
}
.sw--padding-1 {
	padding: 5px
}
.sw--padding-left-1 {
	padding-left: 5px
}
.sw--padding-right-1 {
	padding-right: 5px
}
.sw--padding-top-1 {
	padding-top: 5px
}
.sw--padding-bottom-1 {
	padding-bottom: 5px
}
.sw--padding-2 {
	padding: 10px
}
.sw--padding-left-2 {
	padding-left: 10px
}
.sw--padding-right-2 {
	padding-right: 10px
}
.sw--padding-top-2 {
	padding-top: 10px
}
.sw--padding-bottom-2 {
	padding-bottom: 10px
}
.sw--padding-3 {
	padding: 15px
}
.sw--padding-left-3 {
	padding-left: 15px
}
.sw--padding-right-3 {
	padding-right: 15px
}
.sw--padding-top-3 {
	padding-top: 15px
}
.sw--padding-bottom-3 {
	padding-bottom: 15px
}
.sw--padding-4 {
	padding: 20px
}
.sw--padding-left-4 {
	padding-left: 20px
}
.sw--padding-right-4 {
	padding-right: 20px
}
.sw--padding-top-4 {
	padding-top: 20px
}
.sw--padding-bottom-4 {
	padding-bottom: 20px
}
.msg-error, .error, .msg-alert, .alert, .msg-notice, .notice, .msg-success, .success, .msg-info, .info, .product-owner-banner {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	color: #757372;
	font-size: 14px;
	line-height: 1.5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.msg-error span.text-subtle, .error span.text-subtle, .msg-error span.strikethrough, .error span.strikethrough, .msg-alert span.text-subtle, .alert span.text-subtle, .msg-alert span.strikethrough, .alert span.strikethrough, .msg-notice span.text-subtle, .notice span.text-subtle, .msg-notice span.strikethrough, .notice span.strikethrough, .msg-success span.text-subtle, .success span.text-subtle, .msg-success span.strikethrough, .success span.strikethrough, .msg-info span.text-subtle, .info span.text-subtle, .product-owner-banner span.text-subtle, .msg-info span.strikethrough, .info span.strikethrough, .product-owner-banner span.strikethrough {
	color: #7680a6
}
.msg-error a, .error a, .msg-alert a, .alert a, .msg-notice a, .notice a, .msg-success a, .success a, .msg-info a, .info a, .product-owner-banner a {
	text-decoration: underline
}
.msg-error a:hover, .error a:hover, .msg-alert a:hover, .alert a:hover, .msg-notice a:hover, .notice a:hover, .msg-success a:hover, .success a:hover, .msg-info a:hover, .info a:hover, .product-owner-banner a:hover {
	color: #67757B;
	text-decoration: underline
}
.msg-error.compact, .compact.error, .msg-alert.compact, .compact.alert, .msg-notice.compact, .compact.notice, .msg-success.compact, .compact.success, .msg-info.compact, .compact.info, .compact.product-owner-banner {
	padding: 5px 10px
}
.msg-error[data-icon], [data-icon].error, .msg-alert[data-icon], [data-icon].alert, .msg-notice[data-icon], [data-icon].notice, .msg-success[data-icon], [data-icon].success, .msg-info[data-icon], [data-icon].info, [data-icon].product-owner-banner {
	padding-left: 40px
}
.msg-error.flag, .flag.error, .msg-alert.flag, .flag.alert, .msg-notice.flag, .flag.notice, .msg-success.flag, .flag.success, .msg-info.flag, .flag.info, .flag.product-owner-banner {
	position: absolute;
	display: inline-block;
	z-index: 100;
	top: 50%;
	margin-top: -14px;
	margin-left: 3px;
	left: 100%;
	padding: 3px 8px 3px 6px;
	-moz-border-radius: 3px 2px 2px 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px 2px 2px 2px;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap
}
.msg-error.flag:after, .flag.error:after, .msg-error.flag:before, .flag.error:before, .msg-alert.flag:after, .flag.alert:after, .msg-alert.flag:before, .flag.alert:before, .msg-notice.flag:after, .flag.notice:after, .msg-notice.flag:before, .flag.notice:before, .msg-success.flag:after, .flag.success:after, .msg-success.flag:before, .flag.success:before, .msg-info.flag:after, .flag.info:after, .flag.product-owner-banner:after, .msg-info.flag:before, .flag.info:before, .flag.product-owner-banner:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.msg-error.flag:after, .flag.error:after, .msg-alert.flag:after, .flag.alert:after, .msg-notice.flag:after, .flag.notice:after, .msg-success.flag:after, .flag.success:after, .msg-info.flag:after, .flag.info:after, .flag.product-owner-banner:after {
	border-color: rgba(255,255,255,0);
	border-width: 11px;
	left: -22px;
	border-right-color: #fff;
	top: 50%;
	margin-top: -11px
}
.msg-error.flag:before, .flag.error:before, .msg-alert.flag:before, .flag.alert:before, .msg-notice.flag:before, .flag.notice:before, .msg-success.flag:before, .flag.success:before, .msg-info.flag:before, .flag.info:before, .flag.product-owner-banner:before {
	border-color: rgba(255,255,255,0);
	border-width: 11px;
	left: -22px;
	border-right-color: blue;
	top: 50%;
	margin-top: -10px
}
.msg-error.flag.inset, .flag.inset.error, .msg-alert.flag.inset, .flag.inset.alert, .msg-notice.flag.inset, .flag.inset.notice, .msg-success.flag.inset, .flag.inset.success, .msg-info.flag.inset, .flag.inset.info, .flag.inset.product-owner-banner {
	top: auto;
	left: auto;
	right: 4px;
	bottom: -15px
}
.msg-error.inTable, .inTable.error, .msg-alert.inTable, .inTable.alert, .msg-notice.inTable, .inTable.notice, .msg-success.inTable, .inTable.success, .msg-info.inTable, .inTable.info, .inTable.product-owner-banner {
	display: inline;
	margin: auto
}
.msg-error .infotip, .error .infotip, .msg-error .infotip:hover, .error .infotip:hover, .msg-alert .infotip, .alert .infotip, .msg-alert .infotip:hover, .alert .infotip:hover, .msg-notice .infotip, .notice .infotip, .msg-notice .infotip:hover, .notice .infotip:hover, .msg-success .infotip, .success .infotip, .msg-success .infotip:hover, .success .infotip:hover, .msg-info .infotip, .info .infotip, .product-owner-banner .infotip, .msg-info .infotip:hover, .info .infotip:hover, .product-owner-banner .infotip:hover {
	border: none;
	top: 3px
}
.jumbotron .msg-error, .jumbotron .error, .jumbotron .msg-alert, .jumbotron .alert, .jumbotron .msg-notice, .jumbotron .notice, .jumbotron .msg-success, .jumbotron .success, .jumbotron .msg-info, .jumbotron .info, .jumbotron .product-owner-banner {
	margin: 25px 0 0 0;
	border-bottom-color: #1d2348;
	text-shadow: 0px 1px 0 #fff
}
.box .msg-error, .box .error, .box .msg-alert, .box .alert, .box .msg-notice, .box .notice, .box .msg-success, .box .success, .box .msg-info, .box .info, .box .product-owner-banner {
	border-top: none
}
.sct-material .msg-error, .sct-material .error, .sct-material .msg-alert, .sct-material .alert, .sct-material .msg-notice, .sct-material .notice, .sct-material .msg-success, .sct-material .success, .sct-material .msg-info, .sct-material .info, .sct-material .product-owner-banner {
	line-height: 1.5
}
.chevron-top-center:after, .chevron-top-center:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.chevron-top-center:after {
	border-color: rgba(255,255,255,0);
	border-width: 9px;
	top: -18px;
	border-bottom-color: #000;
	left: 50%;
	margin-left: -9px
}
.chevron-top-center:before {
	border-color: rgba(255,255,255,0);
	border-width: 10px;
	top: -20px;
	border-bottom-color: none;
	left: 50%;
	margin-left: -10px
}
.chevron-top-left:after, .chevron-top-left:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.chevron-top-left:after {
	border-color: rgba(255,255,255,0);
	border-width: 9px;
	top: -18px;
	border-bottom-color: #000;
	left: 0;
	margin-left: 1px
}
.chevron-top-left:before {
	border-color: rgba(255,255,255,0);
	border-width: 10px;
	top: -20px;
	border-bottom-color: none;
	left: 0;
	margin-left: 0px
}
.chevron-bottom-center:after, .chevron-bottom-center:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.chevron-bottom-center:after {
	border-color: rgba(255,255,255,0);
	border-width: 9px;
	bottom: -18px;
	border-top-color: #000;
	left: 50%;
	margin-left: -9px
}
.chevron-bottom-center:before {
	border-color: rgba(255,255,255,0);
	border-width: 10px;
	bottom: -20px;
	border-top-color: none;
	left: 50%;
	margin-left: -10px
}
.scheduled-content-top {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	background: white;
	text-shadow: none
}
.list-notice {
	display: block;
	width: 100%;
	padding: 20px 0 19px 0;
	margin: 0 auto;
	margin-top: -1px;
	text-shadow: none;
	text-align: center;
	background-color: #4FC9FF
}
.list-notice:hover>.promotext a {
	text-decoration: underline
}
.list-notice .border-img-left {
	display: inline-block;
	width: 23px;
	height: 18px;
	vertical-align: top;
	background: url(/rrstatic/img/promo-banner-sparks-left.png) top right no-repeat
}
.list-notice .border-img-right {
	display: inline-block;
	width: 23px;
	height: 18px;
	vertical-align: top;
	background: url(/rrstatic/img/promo-banner-sparks-right.png) top left no-repeat
}
.list-notice .promo-text {
	display: inline-block;
	line-height: 1.1em;
	font-weight: 600;
}
.list-notice .promo-text a {
	color: white
}
.list-notice .promo-text a:hover {
	text-decoration: underline
}
.msg-error, .error {
	color: #1F0406;
	background: #ec999e;
	border-top: none;
	border-bottom: none
}
.msg-error.chevron-top-center:before, .chevron-top-center.error:before, .msg-error.chevron-top-left:before, .chevron-top-left.error:before, .msg-error.chevron-top-right:before, .chevron-top-right.error:before {
	border-bottom-color: #f9e0e2
}
.msg-error.chevron-top-center:after, .chevron-top-center.error:after, .msg-error.chevron-top-left:after, .chevron-top-left.error:after, .msg-error.chevron-top-right:after, .chevron-top-right.error:after {
	border-bottom-color: #ec999e
}
.msg-error.chevron-bottom-center:before, .chevron-bottom-center.error:before, .msg-error.chevron-bottom-left:before, .chevron-bottom-left.error:before, .msg-error.chevron-bottom-right:before, .chevron-bottom-right.error:before {
	border-top-color: none
}
.msg-error.chevron-bottom-center:after, .chevron-bottom-center.error:after, .msg-error.chevron-bottom-left:after, .chevron-bottom-left.error:after, .msg-error.chevron-bottom-right:after, .chevron-bottom-right.error:after {
	border-top-color: #ec999e
}
.msg-error.flag:before, .flag.error:before {
	border-right-color: #7680a6
}
.msg-error.flag:after, .flag.error:after {
	border-right-color: #ec999e
}
.jumbotron .msg-error, .jumbotron .error {
	text-shadow: 0 1px 0 #f4c2c5
}
.msg-error.hidden, .hidden.error {
	display: none
}
.msg-notice, .notice {
	background-color: #fee7b8;
	border-top: none;
	border-bottom: none;
	color: #704C17
}
.msg-notice.flag:before, .flag.notice:before {
	border-right-color: #bfc3df
}
.msg-notice.flag:after, .flag.notice:after {
	border-right-color: #fee7b8
}
.msg-notice.with-icon, .with-icon.notice {
	padding-left: 47px
}
.msg-notice.with-icon:before, .with-icon.notice:before {
	content: "\e601";
	speak: none;
	color: #fcbd3a;
	font-size: 1.8em;
	line-height: 1em;
	position: absolute;
	left: 14px
}
.msg-notice.chevron-top-center:after, .chevron-top-center.notice:after, .msg-notice.chevron-top-left:after, .chevron-top-left.notice:after, .msg-notice.chevron-top-right:after, .chevron-top-right.notice:after {
	border-bottom-color: #fee7b8
}
.msg-notice.chevron-bottom-center:after, .chevron-bottom-center.notice:after, .msg-notice.chevron-bottom-left:after, .chevron-bottom-left.notice:after, .msg-notice.chevron-bottom-right:after, .chevron-bottom-right.notice:after {
	border-top-color: #fee7b8
}
.msg-notice h1, .notice h1 {
	color: #7680a6
}
.msg-success, .success {
	background: #cce8a4;
	border-top: none;
	border-bottom: none;
	color: #0E4617
}
.msg-success.flag:before, .flag.success:before {
	border-right-color: #bfc3df
}
.msg-success.flag:after, .flag.success:after {
	border-right-color: #E4F7CB
}
.msg-success.chevron-top-center:after, .chevron-top-center.success:after, .msg-success.chevron-top-left:after, .chevron-top-left.success:after, .msg-success.chevron-top-right:after, .chevron-top-right.success:after {
	border-bottom-color: #E4F7CB
}
.msg-success.chevron-bottom-center:after, .chevron-bottom-center.success:after, .msg-success.chevron-bottom-left:after, .chevron-bottom-left.success:after, .msg-success.chevron-bottom-right:after, .chevron-bottom-right.success:after {
	border-top-color: #E4F7CB
}
.msg-success.banner, .banner.success {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 18px 0;
	background: #cce8a4;
	margin: 0
}
.msg-info, .info, .product-owner-banner {
	background: #e5f7ff;
	color: #005A81;
	border-top: none;
	border-bottom: none
}
.msg-info.chevron-top-center:after, .chevron-top-center.info:after, .chevron-top-center.product-owner-banner:after, .msg-info.chevron-top-left:after, .chevron-top-left.info:after, .chevron-top-left.product-owner-banner:after, .msg-info.chevron-top-right:after, .chevron-top-right.info:after, .chevron-top-right.product-owner-banner:after {
	border-bottom-color: #e5f7ff
}
.msg-info.chevron-bottom-center:before, .chevron-bottom-center.info:before, .chevron-bottom-center.product-owner-banner:before, .msg-info.chevron-bottom-left:before, .chevron-bottom-left.info:before, .chevron-bottom-left.product-owner-banner:before, .msg-info.chevron-bottom-right:before, .chevron-bottom-right.info:before, .chevron-bottom-right.product-owner-banner:before {
	border-top-color: #bfc3df
}
.msg-info.chevron-bottom-center:after, .chevron-bottom-center.info:after, .chevron-bottom-center.product-owner-banner:after, .msg-info.chevron-bottom-left:after, .chevron-bottom-left.info:after, .chevron-bottom-left.product-owner-banner:after, .msg-info.chevron-bottom-right:after, .chevron-bottom-right.info:after, .chevron-bottom-right.product-owner-banner:after {
	border-top-color: #e5f7ff
}
.msg-info.subtle, .subtle.info, .subtle.product-owner-banner {
	background: none;
	border: 1px solid #7680a6;
	-moz-box-shadow: 0 1px 0 #1d2348;
	-webkit-box-shadow: 0 1px 0 #1d2348;
	box-shadow: 0 1px 0 #1d2348;
	color: #bfc3df;
	text-shadow: 0 -1px 0 #1d2348
}
.msg-info.subtle .chevron:before, .subtle.info .chevron:before, .subtle.product-owner-banner .chevron:before, .msg-info.subtle.chevron:before, .subtle.chevron.info:before, .subtle.chevron.product-owner-banner:before {
	border-bottom-color: #7680a6
}
.msg-info.subtle .chevron:after, .subtle.info .chevron:after, .subtle.product-owner-banner .chevron:after, .msg-info.subtle.chevron:after, .subtle.chevron.info:after, .subtle.chevron.product-owner-banner:after {
	border-bottom-color: #3f4d82
}
.msg-info.hidden, .hidden.info, .hidden.product-owner-banner {
	display: none
}
.note {
	font-size: 0.8em;
	font-style: italic;
	line-height: 18px
}
.full-width-notice {
	text-align: center;
	padding: 18px 0;
	margin-bottom: 0
}
.text-error {
	color: #e05760
}
.password-invalid {
	color: #F00
}
.password-weak {
	color: #F60
}
.password-fair {
	color: #F6F
}
.password-good {
	color: #4A0
}
.password-strong {
	color: #44F
}
.text-success {
	color: #4b711d
}

[class^="icon-"], [class*=" icon-"] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-vertical-resize:before {
	content: "\e64f"
}
.icon-customize:before {
	content: "\e64e"
}
.icon-beaker:before {
	content: "\e649"
}
.icon-trophy:before {
	content: "\e99e"
}
.icon-instagram:before {
	content: "\e64a"
}
.icon-upload:before {
	content: "\e648"
}
.icon-chevron-left:before {
	content: "\e64b"
}
.icon-chevron-up:before {
	content: "\e64c"
}
.icon-embed:before {
	content: "\e64d"
}
.icon-null:before {
	content: "\e644"
}
.icon-arrow-left:before {
	content: "\e642"
}
.icon-arrow-right:before {
	content: "\e643"
}
.icon-target:before {
	content: "\e641"
}
.icon-sword:before {
	content: "\e640"
}
.icon-rush:before {
	content: "\e63f"
}
.icon-user:before {
	content: "\e63d"
}
.icon-unfollow:before {
	content: "\e63e"
}
.icon-document:before {
	content: "\e63a"
}
.icon-help:before {
	content: "\e63b"
}
.icon-video:before {
	content: "\e63c"
}
.icon-giraffe:before {
	content: "\e639"
}
.icon-box-shipped:before {
	content: "\e638"
}
.icon-warning:before {
	content: "\e601"
}
.icon-youtube:before {
	content: "\e632"
}
.icon-twitter:before {
	content: "\e602"
}
.icon-truck:before {
	content: "\e603"
}
.icon-trash:before {
	content: "\e604"
}
.icon-sw-truck:before {
	content: "\e605"
}
.icon-sw-spark:before {
	content: "\e606"
}
.icon-storefront:before {
	content: "\e607"
}
.icon-stack:before {
	content: "\e608"
}
.icon-split-right:before {
	content: "\e609"
}
.icon-split-down:before {
	content: "\e60a"
}
.icon-share:before {
	content: "\e60b"
}
.icon-search:before {
	content: "\e60c"
}
.icon-ruler:before {
	content: "\e60d"
}
.icon-reorder:before {
	content: "\e60e"
}
.icon-refresh:before {
	content: "\e60f"
}
.icon-reassign:before {
	content: "\e610"
}
.icon-download:before {
	content: "\e611"
}
.icon-question:before {
	content: "\e612"
}
.icon-credit:before {
	content: "\e613"
}
.icon-contract:before {
	content: "\e614"
}
.icon-comments-alt:before {
	content: "\e615"
}
.icon-comment:before {
	content: "\e616"
}
.icon-cog:before {
	content: "\e617"
}
.icon-chevron-right:before {
	content: "\e619"
}
.icon-chevron-down:before {
	content: "\e61a"
}

.icon-checkmark:before {
	content: "\e61b"
}
.icon-cancel:before {
	content: "\e61c"
}
.icon-camera:before {
	content: "\e61d"
}
.icon-calendar:before {
	content: "\e61e"
}
.icon-blocked:before {
	content: "\e61f"
}
.icon-quality:before {
	content: "\e620"
}
.icon-pita:before {
	content: "\e621"
}
.icon-pinterest:before {
	content: "\e622"
}
.icon-permalink:before {
	content: "\e623"
}
.icon-pencil:before {
	content: "\e624"
}
.icon-loop:before {
	content: "\e625"
}
.icon-locked:before {
	content: "\e626"
}
.icon-location:before {
	content: "\e627"
}
.icon-info:before {
	content: "\e628"
}
.icon-gift:before {
	content: "\e629"
}
.icon-favorite:before {
	content: "\e62a"
}
.icon-facebook:before {
	content: "\e62b"
}
.icon-expand:before {
	content: "\e62c"
}
.icon-envelope:before {
	content: "\e62d"
}
.icon-earth:before {
	content: "\e62e"
}
.icon-angry:before {
	content: "\e62f"
}
.icon-support:before {
	content: "\e630"
}
.icon-support-flag:before {
	content: "\e631"
}
.icon-flickr:before {
	content: "\e634"
}
.icon-tumblr:before {
	content: "\e633"
}
.icon-meetup:before {
	content: "\e635"
}
.icon-cart:before {
	content: "\e636"
}
.icon-unlocked:before {
	content: "\e637"
}
.icon-wishlist:before {
	content: "\e600"
}
.icon-clock:before {
	content: "\e618"
}
.nav {
	display: block;
	padding: 0;
	margin: 0;
	min-width: 980px;
	overflow: visible;
	-webkit-font-smoothing: antialiased
}
.nav .inner {
	display: block;
	overflow: visible;
	position: relative;
*z-index:600;
	border-bottom: 1px solid #ebedee
}
.nav .logo {
	opacity: 1;
	display: block;
	margin-right: 30px;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	-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
}
.no-touch .nav .logo:hover {
	cursor: pointer
}
.nav .logo a {
	display: block;
	padding-top: 20px
}
.nav .logo a img {
	height: 30px;
	width: 169px;
	display: block
}
.nav .main-nav {
	display: block
}
.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;width:130px;top:64px; display:none; margin:0;border-top: 1px solid ;color:#ebedee; }
.nav-tab .nav-tab-branch li {list-style:none;float:left;height:40px;width: 130px;border: 1px solid #ebedee;border-width: 0px 1px 1px 1px;background-color:#fff; }
.nav-tab .nav-tab-branch li a {font-weight:normal;line-height:40px;text-align: left;}
.nav-tab .nav-tab-branch li a:hover {color:#1e80d4;}
div.dropdown:hover { border:1px solid #ebedee;border-top:none;border-bottom:none;}
.nav .nav-tab a:hover {
	color: #1e80d4;
}
.nav .nav-tab a:focus {
	outline: none;
	border: none
}
.nav .nav-tab .active {
	color: #1e80d4
}
.nav .search {
	padding: 21px 0;
	float: right;
	text-align: center;
	position: relative
}
.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;
	position: absolute;
	right: 8px;
	top: 27px;
	z-index: 5;
	width: 16px;
	height: 16px;
	background: url(../../images/new/icon-nav-search.png) top center no-repeat\9;
	background: url(../../images/new/icon-nav-search.svg) top 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
}
.no-touch .nav .notifications-nav span:hover {
	cursor: pointer
}
.nav .join {
	padding: 0;
	float: right;
	font-size: 1.1em;
	position: relative
}
.nav .join a {
	display: inline-block;
	padding-left: 28px;
	font-weight: bold;
	color: #727285;
	-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;
	font-size: 13px;
	line-height: 70px
}
.no-touch .nav .join a:hover {
	cursor: pointer !important;
	color: #E54A3A
}
.nav .join a:focus {
	outline: none;
	border: none
}
.nav .sign-in {
	padding: 0;
	float: right;
	position: relative
}
.nav .sign-in>a {
	padding-left: 16px;
	display: inline-block;
	font-weight: bold;
	color: #727285;
	-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;
	font-size: 13px;
	line-height: 70px
}
.no-touch .nav .sign-in>a:hover {
	cursor: pointer !important;
	color: #E54A3A
}
.nav .sign-in>a:focus {
	outline: none;
	border: none
}
.nav .sign-in ul {
	list-style: none;
	position: absolute;
	z-index: 600;
	top: -99999px;
	right: 0;
	opacity: 0;
	width: 210px;
	background: white;
	border-top: 1px solid #e0e3e5;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-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
}
.nav .sign-in ul:after, .nav .sign-in ul:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.nav .sign-in ul:after {
	border-color: rgba(255,255,255,0);
	border-width: 9px;
	top: -18px;
	border-bottom-color: #fff;
	right: 0;
	margin-right: 16px
}
.nav .sign-in ul:before {
	border-color: rgba(255,255,255,0);
	border-width: 10px;
	top: -20px;
	border-bottom-color: #e0e3e5;
	right: 0;
	margin-right: 15px
}
.nav .sign-in ul li {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px
}
.nav .sign-in ul form {
	width: 170px;
	font-size: 0.9em;
	padding: 13px 0 0 20px
}
.nav .sign-in ul form .checkbox-wrap {
	display: block;
	width: 168px;
	line-height: 1.2em;
	padding: 5px 0;
	font-size: 0.8em
}
.nav .sign-in ul form .checkbox-wrap input[type=checkbox] {
	position: relative;
	margin: 0 0 0 5px;
	vertical-align: middle\9
}
.nav .sign-in ul form .forgot-login {
	background: none;
	display: block;
	font-weight: normal;
	padding: 5px 0;
	font-size: 0.8em
}
.nav .sign-in ul #top_username, .nav .sign-in ul #top_password {
	width: 152px;
	margin: 0 0 10px 0;
	line-height: 1
}
.nav .sign-in:hover ul, .nav .sign-in.hover ul {
	opacity: 1;
	top: 64px
}
.nav-dropdown-arrow {
	width: 30px;
	height: 37px;
	margin: 3px 0 0 0;
	white-space: nowrap;
	text-indent: -99999px;
	background: url(/rrstatic/img/nav-down-arrow-20140402.svg) center 15px no-repeat;
	background: url(/rrstatic/img/nav-down-arrow-20140402.png) center 15px no-repeat\9
}
.nav-dropdown-arrow:hover {
	cursor: pointer;
	background: url(/rrstatic/img/nav-down-arrow-20140402.svg) center 15px no-repeat #fff;
	background: url(/rrstatic/img/nav-down-arrow-20140402.png) center 15px no-repeat white\9;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0
}
.nav-dropdown-arrow ul {
	text-indent: 0px;
	left: 0
}
.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;
*z-index:600
}
.toolbar .inner>ul {
	position: relative;
	float: left;
	font-size: 12px;
	display: inline-table;
	list-style: none;
	height: 52px;
	margin: 0 0 0 -1px;
	background: url(/rrstatic/img/subnav-divider.png) center right no-repeat
}
.toolbar .inner>ul:last-child {
	background: none;
	padding: 0;
	border-right: none
}
.toolbar .inner>ul:first-child {
	margin-left: 0px
}
.toolbar .inner>ul>li {
	float: left;
	position: relative;
	padding: 0;
	height: 52px
}
.toolbar .inner>ul>li>a {
	color: #4e84b1;
	text-shadow: none;
	margin: 0;
	display: inline-block;
	font-weight: bold;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 25px
}
.no-touch .toolbar .inner>ul>li>a:hover {
	color: #08A3E9
}
.toolbar .inner ul li.dropdown {
	border: 1px solid transparent;
	border-top: none;
	border-bottom: none;
	height: 52px;
	top: 1px
}
.toolbar .inner ul li.dropdown:hover {
	
}
.toolbar .inner ul li.dropdown:hover>ul, .toolbar .inner ul li.dropdown:hover>div {
	opacity: 1;
	position: absolute;
	top: 100%;
	left: 0;
	border-right: 1px solid #e0e3e5;
	border-left: 1px solid #e0e3e5;
	border-bottom: 1px solid #d4d8db
}
.toolbar .inner ul li.dropdown a:hover {
	color: #e85951;
	text-shadow: none;
	border-bottom: none
}
.toolbar .inner ul li.act a {
	color: #e85951;
}
.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.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
}
.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 {
	display: block;
	height: 54px;
	float: right;
	position: relative;
	margin-left: 45px
}
.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;
	position: relative;
	z-index: 600;
	margin-top: 20px;
	height: 80px
}
.my-account .nav-avatar {
	height: 30px;
	width: 46px
}
.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 {
	display:none;
	list-style: none;
	position: absolute;
	z-index: 800;
	padding: 0 10px !important;
	margin:0;
	top: 54px;
	background: white;
	border: 1px solid #e0e3e5;
	border: 1px solid #e0e3e5 \9;
	border-width: 0 0 1px 0\9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 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
}
/*.my-account ul:after, .my-account ul:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.my-account ul:after {
	border-color: rgba(255,255,255,0);
	top: -14px;
	right: 0;
	margin-right: 67px;
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid #fff;
}
.my-account ul:before {
	border-color: rgba(255,255,255,0);
	top: -15px;
	right: 44px;
	margin-right: 22px;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #e3e3e3;
}
ul .my-account:after {
	overflow: hidden;
*zoom:1
}*/
/*.my-account:hover>ul {
	opacity: 1;
	top: 53px;
	-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
}*/
.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:first-child {
	border: none
}
.my-account ul li a {
	padding: 0;
	margin: 0;
	width:100%;
	color: #727285;
	display: block;
	font-size:14px;
	line-height:40px;
	padding-left:35px;
	font-weight: normal;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.my-account ul li a:hover, .my-account ul li a:active {
	color: #08A3E9
}
.my-account ul li a:last-child {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 3px;
	overflow: hidden
}
.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
}
.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
}

@media only screen and (max-device-width: 965px) {
.my-account-wrapper {
	margin-left: 0
}
/*.hide-mobile.nav-tab {
	display: none !important
}*/
/*.mobile-tabs-container {
	display: block !important;
	position: relative;
	clear:left;
	width: 100%;
}*/
.logo .mobile-size {
	display: block !important
}
.nav .join, .nav .sign-in, .logo .full-size {
	display: none
}
<!--.search-submit, #adminBar {
	display: none
}-->
.pony-bar li span {
	display: none
}
.toolbar {
	display: none
}
.mobile-search-submit, .mobile-open-dropdown, .open-search {
	display: block !important
}
.mobile-menu-container {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 25px;
	float: left
}
.mobile-menu {
	/*display: inline-block;*/
	content: "menu";
	width: 35px;
	padding: 4px 0 2px 0;
	text-align: center;
	font-size: 16px;
	color: #36566f !important;
	background-color: #f5f7f8;
	border: 1px solid #edeff0;
	border-radius: 4px
}
#header .logo {
	float: left
}
.top-nav-block {
	height: 100%;
	transition: height 2s;
	-webkit-transition: height 2s
}
.top-nav-block.open .nav .nav-tab, .top-nav-block.open .toolbar {
	display: block
}
.nav {
	min-width: 100%;
	width: 100%;
	position: relative;
	height: auto;
}
.nav .inner, .toolbar .inner {
	clear: both;
	width: 100%;
	min-width: 100%;
	padding: 0 0px;
	height: 100%
}
.nav .country-currency, .nav .header-cart, .nav .open-search, .nav .mobile-login {
	position: relative;
	display: inline-block;
	float: right;
	z-index: 601;
	margin: 0;
	padding: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0
}
.nav .country-currency, .nav .mobile-login, .nav .header-cart {
	margin-left: 8px
}
.nav .open-search {
	line-height: 80px
}
.nav .search form {
	display: none;
	width: 100%;
	background-color: #FFF
}
.nav .search.open {
	padding: 26px 10px
}
.nav .search.open form {
	display: block
}
.nav .search.open form #new-search {
	width: 100px
}
.nav .search.open form #hiddensubmit {
	right: 50px;
	top: 26px;
	width: 65px;
	position: absolute
}
.nav .search.open .open-search {
	float: right
}
.my-account .nav-dropdown-arrow {
	display: none
}
.toolbar .inner ul, .toolbar .inner ul li, .toolbar .inner ul li.dropdown {
	border-left: none !important;
	border-right: none !important;
	margin-left: 0 !important;
	display: block;
	float: none;
	height: 100%;
	width: 100%;
	transition: height 2s;
	-webkit-transition: height 2s
}
.toolbar .inner ul li, .toolbar .inner ul li.dropdown {
	height: auto;
	padding: 0;
	min-height: 35px;
	border-top: 1px solid #D8DCDF;
	top: 0;
	transition: height 2s;
	-webkit-transition: height 2s
}
.toolbar .inner ul li.dropdown>ul, .toolbar .inner ul li.dropdown>div {
	border-top: 1px solid #D8DCDF;
	margin-top: 5px;
	background-color: #f5f7f8;
	padding: 0
}
.toolbar .inner ul li.dropdown ul LI, .toolbar .inner ul li.dropdown h5 {
	padding-left: 22px;
	height: auto
}
.toolbar .inner ul li.dropdown h5 {
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 5px 0
}
.toolbar .inner ul li.dropdown:hover>ul {
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}
.toolbar .inner ul li A, .toolbar .inner ul li.dropdown A, .toolbar .inner ul li.dropdown ul li A {
	top: 0;
	position: static !important;
	height: auto;
	color: #183643;
	display: block;
	line-height: 35px;
	padding: 5px 0 5px 12px;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important
}
.toolbar .inner ul li.dropdown ul li A {
	padding-left: 0
}
.toolbar .inner ul li.dropdown:hover {
	border-color: transparent;
	border-top: 1px solid #D8DCDF;
	border-bottom: none
}
/*.nav .nav-tab {
	display: none;
	border-bottom: none;
	float:none !important;
	border-top: 1px solid #D8DCDF;
}*/
.nav .nav-tab a {
	width: 100%;
	text-decoration:none;
	float:none !important;
	/*line-height: 35px !important;*/
	text-align: left;
	padding:5px 0 5px 12px;
    font-size: 12px;
    color:#183643;
}
/*.nav .nav-tab a.active {
	border-bottom: 2px solid red;
}*/
.toolbar.shopper .inner>ul:first-child {
	margin-left: 0
}
.toolbar .inner ul li.dropdown .mobile-open-dropdown {
	position: absolute !important;
	right: 0px;
	top: 0px;
	text-align: center;
	font-size: 17px;
	padding: 7px
}
.toolbar .inner ul li.dropdown:hover ul {
	display: none
}
.toolbar .inner ul li.dropdown ul, .toolbar .inner ul li.dropdown div {
	position: relative !important;
	display: none;
	height: 0;
	top: inherit;
	box-shadow: none !important;
	border-left: none
}
.toolbar .inner ul li.dropdown.open ul, .toolbar .inner ul li.dropdown.open div {
	display: block !important;
	height: 100%;
	opacity: 1 !important;
	border-left: none
}
.nav-button {
	display: none !important
}
.toolbar .col-1-2, .toolbar .col-1-3, .toolbar .col-1-4 {
	width: 100%;
	margin: 0;
	padding: 0
}
.col-1-2:first-child, .col-1-3:first-child, .col-1-4:first-child {
	margin-top: 20px
}
}
.footer {
	font-size: 13px;
	background-color: #36566F;
	color: #f5f7f8
}
.footer .footer-top {
	padding-top: 40px
}
.footer .dev-footer-top {
	padding-top: 40px
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer .footer-link {
	padding: 0 0 12px 0;
	line-height: 16px
}
.footer .footer-link a {
	color: #f5f7f8
}
.no-touch .footer .footer-link a:hover, .no-touch .footer .footer-link a:active {
	color: #4FC9FF !important
}
.footer h5 {
	color: #91B6C7;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.5px
}
.footer .footer-bottom {
	border-top: 1px solid #467489
}
.footer .footer-bottom .footer-social {
	padding-right: 0
}
.footer .country-currency-selector {
	padding-top: 40px;
	min-width: 274px
}
.footer .country-currency-selector .tall-select {
	border: 1px solid #fff
}
.footer .display-currency-select {
	width: 80px
}
.footer .shipping-country-select {
	width: 120px
}
.footer .footer-social {
	min-width: 288px
}
.footer .footer-social h5 {
	display: inline
}
.footer .footer-social ul {
	display: inline
}
.footer .footer-social ul li {
	display: inline
}
.footer .footer-legal {
	padding: 40px 0;
	clear: both
}
.footer .footer-legal a {
	color: #f5f7f8
}
.footer .footer-legal li {
	display: inline-block;
	vertical-align: middle
}
.footer .footer-legal li.policy {
	border-right: none
}
.footer .footer-legal li.copyright {
	color: #91B6C7
}
.footer .footer-social-icon {
	font-size: 24px;
	color: #f5f7f8
}
.no-touch .footer .footer-social-icon:hover, .no-touch .footer .footer-social-icon:active {
	color: #4FC9FF !important
}
.footer-links-col {
	margin-bottom: 40px
}

@media all and (min-width: 700px) {
.country-currency-selector {
	padding-right: 60px
}
.footer-social {
	padding-top: 49px
}
}

@media all and (max-width: 700px) {
.footer-top>div:nth-child(3n+1) {
	clear: left
}
.footer-links-col {
	width: 33%
}
.country-currency-selector, .footer-social {
	text-align: center;
	width: 100%;
	padding-right: 0
}
.footer-social {
	padding-top: 40px
}
}

@media all and (max-width: 480px) {
.footer-top>div:nth-child(2n+1) {
	clear: left
}
.footer-top>div:nth-child(3n+1) {
	clear: initial
}
.footer-links-col {
	width: 50%
}
.footer-legal, .footer-social, .country-currency-selector {
	text-align: left
}
}
.newsletter-footer {
	background-color: #4FC9FF;
	padding: 20px 0 49px 0;
	font-size: 14px
}
.newsletter-footer input[type="text"] {
	padding: 7px;
	border: 1px solid #fff;
	box-shadow: none
}
.newsletter-footer input[type="submit"] {
	padding-top: 0.95em
}

@media all and (max-width: 700px) {
.newsletter-footer input[type="submit"] {
	float: right;
	margin-left: 0;
	margin-top: 10px
}
}
.newsletter-footer .btn-white {
	border: 1px solid #fff;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out
}
.no-touch .newsletter-footer .btn-white:hover, .no-touch .newsletter-footer .btn-white:active {
	border: 1px solid #f2f2f2
}
.newsletter-footer .text-success, .newsletter-footer .text-error {
	clear: both;
	position: absolute
}
.newsletter-footer .text-error {
	color: #CC3F30
}
.newsletter-signup-headline {
	margin-top: 12px
}
.footer-social {
	color: #f5f7f8;
	font-size: 20px
}
.footer-social ul {
	display: inline
}
.footer-social ul li {
	display: inline
}
.footer-social a {
	color: #f5f7f8
}
.no-touch .footer-social a:hover, .no-touch .footer-social a:active {
	color: #4FC9FF
}
form p {
	margin-bottom: 10px
}
.form-row {
*zoom:1;
	position: relative;
	margin-bottom: 10px
}
.form-row:after {
	content: "";
	display: table;
	clear: both
}
.form-row input {
	position: relative
}
label.checkbox-wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-height: 34px;
	min-height: 24px\9;
	margin: 0;
	padding: 5px 8px 3px 32px;
	background-color: #f5f7f8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	text-transform: none;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 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
}
label.checkbox-wrapper input {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	cursor: pointer;
	vertical-align: bottom
}
label.checkbox-wrapper input[type='radio'] {
	top: 5px;
	left: 5px;
	height: 24px\9;
	width: 24px\9
}
label.checkbox-wrapper.focus, label.checkbox-wrapper:hover {
	border: 1px solid #69d1ff;
	-moz-box-shadow: 0 1px 3px #4FC9FF;
	-webkit-box-shadow: 0 1px 3px #4FC9FF;
	box-shadow: 0 1px 3px #4FC9FF;
	background: white
}
label.checkbox-wrapper.focus {
	-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 0 #69d1ff, 0 0 0 2px #69d1ff;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 0 #69d1ff, 0 0 0 2px #69d1ff;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 0 #69d1ff, 0 0 0 2px #69d1ff
}
label.checkbox-wrapper.disabled {
	cursor: default;
	border-color: #D8DCDF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #D8DCDF url(/rrstatic/img/portal/view-model/icon-sprite.png) 11px -370px no-repeat
}
label.checkbox-wrapper.disabled input {
	display: none
}
ul.select-list {
	width: 50%
}
ul.select-list li {
	position: relative;
	list-style: none;
	margin: 12px 0;
	padding-right: 3px
}
.cc-icon-sprite, .cc-icon-amex, .cc-icon-cvv, .cc-icon-diners, .cc-icon-discover, .cc-icon-jcb, .cc-icon-mastercard, .cc-icon-visa {
	background-image: url('../img/sprites/cc-icon-s32d5c2ce58.png');
	background-repeat: no-repeat
}
.cc-icon-amex {
	background-position: 0 0
}
.cc-icon-cvv {
	background-position: 0 -24px
}
.cc-icon-diners {
	background-position: 0 -48px
}
.cc-icon-discover {
	background-position: 0 -72px
}
.cc-icon-jcb {
	background-position: 0 -96px
}
.cc-icon-mastercard {
	background-position: 0 -120px
}
.cc-icon-visa {
	background-position: 0 -144px
}
.cc-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.cc-form input[type="text"] {
	height: 34px;
}
.cc-form .cc-number {
	width: 100%;
	padding-right: 30px
}
.cc-form .expire-month, .cc-form .expire-year {
	width: 36px
}
.cc-form .cvv-code {
	width: 68px
}
.cc-form i {
	position: absolute;
	bottom: 7px;
	right: 7px
}
.cc-cards {
*zoom:1;
	position: absolute;
	top: 5px;
	right: 5px;
	-moz-transition: top 250ms ease;
	-o-transition: top 250ms ease;
	-webkit-transition: top 250ms ease;
	transition: top 250ms ease;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	pointer-events: none
}
.cc-cards:after {
	content: "";
	display: table;
	clear: both
}
.cc-cards span {
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 24px;
	background-color: white\9;
	-moz-transition: right 250ms ease, opacity 250ms ease;
	-o-transition: right 250ms ease, opacity 250ms ease;
	-webkit-transition: right 250ms ease, opacity 250ms ease;
	transition: right 250ms ease, opacity 250ms ease;
	-moz-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms
}
.cc-cards.cc-chosen {
	top: 75px;
	-moz-transition: top 250ms ease;
	-o-transition: top 250ms ease;
	-webkit-transition: top 250ms ease;
	transition: top 250ms ease;
	-moz-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms
}
.cc-cards.cc-chosen span {
	right: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: right 250ms ease, opacity 250ms ease;
	-o-transition: right 250ms ease, opacity 250ms ease;
	-webkit-transition: right 250ms ease, opacity 250ms ease;
	transition: right 250ms ease, opacity 250ms ease;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0
}
.cc-cards.cc-chosen.cvv {
	top: 145px
}
.cc-cards.cc-chosen.cvv .cc-icon-cvv {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.cc-cards.cc-chosen.cvv.amex {
	top: 75px
}
.cc-cards.cc-chosen.cvv.amex .cc-icon-cvv {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
span.cc-icon-visa {
	right: 160px
}
.visa span.cc-icon-visa {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
span.cc-icon-mastercard {
	right: 120px
}
.mastercard span.cc-icon-mastercard {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
span.cc-icon-amex {
	right: 80px
}
.amex span.cc-icon-amex {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
span.cc-icon-discover {
	right: 40px
}
.discover span.cc-icon-discover {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
span.cc-icon-jcb {
	right: 0
}
.jcb span.cc-icon-jcb {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
span.cc-icon-cvv {
	right: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
#billing-select-wrapper {
	height: 130px;
	-moz-transition: height 250ms ease;
	-o-transition: height 250ms ease;
	-webkit-transition: height 250ms ease;
	transition: height 250ms ease
}
#billing-select-wrapper.show-form {
	height: 340px
}
.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
}
.product-box-small {
	width: 200px
}
.product-nobox {
	display: block;
*zoom:1
}
.product-nobox:after {
	content: "";
	display: table;
	clear: both
}
.product-nobox .product-thumb {
	float: left;
	width: 83px;
	height: 62px
}
.product-nobox .product-thumb img {
	width: 83px;
	height: 62px;
	border: 1px solid white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.product-nobox .product-info {
	position: relative;
	float: left;
	width: 253px;
	height: 64px;
	margin-left: 10px
}
.product-nobox .product-info .product-title {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%
}
.product-nobox .product-info .product-material {
	position: absolute;
	top: 31px;
	left: 0;
	color: #b4bbbd
}
.product-nobox .product-info .product-material img {
	height: 24px;
	width: 36px;
	border: 1px solid white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.product-nobox .product-info .product-material span {
	position: relative;
	bottom: 8px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 300;
	color: #a1aaad
}
a.product-nobox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
a.product-nobox:hover {
	background-color: #edeff0
}
.curated-shop-box {
	display: block;
	border-radius: 4px;
	border: 1px solid #e0e3e5;
	width: 100%;
	margin-bottom: 20px
}
.shop-image {
	display: block
}
.shop-image img {
	max-width: 100%;
	width: 100%;
	position: relative;
	padding: 5px;
	vertical-align: top
}
.curated-shop-description {
	min-height: 80px;
	padding: 5px 10px;
	color: #a1aaad;
	line-height: 1.3em;
	font-size: 0.9em
}
.curated-shop-box .shop-info {
	position: relative;
	display: block;
	background: #e5f7ff;
	padding: 11px 10px 10px 10px;
	margin: 0;
	line-height: 1.3em;
	border-radius: 0 0 3px 3px
}
.curated-shop-box .shop-info .shop-name {
	font-size: 0.8em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;
	width: 76%;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.curated-shop-box .shop-info .shop-owner {
	color: #67757B;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.curated-shop-box .shop-info .avatar {
	position: absolute;
	top: -10px;
	right: 3%;
	background: white;
	overflow: hidden;
	width: 50px;
	height: 50px;
	display: block;
	border: 2px solid white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.sup_login-container {
	max-width: 360px;
	margin: 0 auto;
	text-align: left
}
.sup_img-discover {
	background: #fff url("../img/welcome_products.jpg") center center no-repeat;
	height: 261px;
	display: block;
	background-size: cover
}
.sup_img-create {
	background: url("../img/spark-blue.svg") top left no-repeat;
	height: 150px;
	width: 150px;
	float: left;
	display: inline;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}
.sup_img-upload {
	background: url("../img/signup/upload_150-2.png") center center no-repeat;
	height: 150px;
	width: 150px;
	float: left;
	display: inline
}
.sup_box_border {
	border: 6px solid #fbfbfb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 0 1px #ddd;
	-webkit-box-shadow: 0 0 0 1px #ddd;
	box-shadow: 0 0 0 1px #ddd;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.sup_box_border:hover {
	border: 6px solid #fff;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-moz-box-shadow: 0 0 0 1px #4FC9FF, 0 0 7px 2px #4FC9FF;
	-webkit-box-shadow: 0 0 0 1px #4FC9FF, 0 0 7px 2px #4FC9FF;
	box-shadow: 0 0 0 1px #4FC9FF, 0 0 7px 2px #4FC9FF
}
.sup_col-2up {
	display: inline-block;
	width: 436px;
	border: 1px solid #e0e3e5;
	vertical-align: top;
	margin-left: 25px;
	background: rgba(255,255,255,0.2);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 0 #e0e3e5;
	-webkit-box-shadow: 0 1px 0 #e0e3e5;
	box-shadow: 0 1px 0 #e0e3e5
}
.sup_col-2up:hover {
	background: #edeff0;
	border: 1px solid #4FC9FF;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-moz-box-shadow: 0 1px 0 #4FC9FF, 0 0 7px #4FC9FF;
	-webkit-box-shadow: 0 1px 0 #4FC9FF, 0 0 7px #4FC9FF;
	box-shadow: 0 1px 0 #4FC9FF, 0 0 7px #4FC9FF
}
.sup-row {
	display: block;
	text-align: center;
	margin: 30px auto;
	width: 540px
}
.sup-row-1up {
	font-size: 16px
}
.sup-row-2up {
	text-align: left;
	width: 960px;
	padding-left: 6px
}
.sup-row-2up a h1 {
	color: #888
}
.sup-row a p {
	color: #888;
	line-height: 1.4em;
	padding: 0 18px 0 148px
}
.sup-row a h1 {
	margin-top: 40px;
	margin-bottom: 5px
}
.sup_cta {
	display: inline;
	float: left;
	padding: 5px 8px
}
.sup_thankyoucopy {
	text-align: center
}
.sup_thankyoucopy h1 {
	font-size: 42px;
	margin-bottom: 15px;
	margin-top: 40px
}
.sup_thankyoucopy p {
	font-size: 16px
}
.sup-box {
	margin: 0 auto;
	border: 1px solid #dfddd9;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block
}
.sup_formbox {
	background-color: #fff;
	margin: 0 auto;
	padding: 30px 0px 5px 0px;
	max-width: 360px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e0e3e5;
	height: 100%;
	float: left
}

@media only screen and (max-width: 580px) {
.sup_formbox.fancybox-wrap {
	left: 3%;
	margin-right: 3%;
	width: 88%;
	margin-left: 0;
	padding-left: 3%;
	padding-right: 3%
}
}
.sup_formbox ul li {
	list-style: none;
	margin: 0 0 3px 0;
	float: left
}
.sup_formbox li.sup_beforesubmit {
	list-style: none;
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 11px;
	line-height: 150%;
	color: #67757B
}
.sup_formbox li.sup_beforesubmit p {
	float: left;
	width: 280px;
	font-size: 12px;
	line-height: 150%;
	color: #67757B;
	margin-bottom: 4px
}
.sup_formbox .sup_submit {
	width: 175px;
	float: right;
	margin-bottom: 0
}
.sup_formbox .sup_submit input:focus {
	border: none
}
.sup_tos {
	width: 300px;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	color: #67757B;
	margin-bottom: 24px;
	padding: 0;
	list-style-type: none
}
ul.sup_register-middle li {
	position: relative
}
.sup-logo {
	margin: 5% auto;
	background: url(/rrstatic/img/sw-logo-20140402.svg) bottom left no-repeat;
	background-size: contain;
	width: 163px;
	height: 29px;
	border: none;
	display: block;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.sup-input {
	margin: 8px 0 5px 0;
	font-weight: 300;
	font-size: 1.2em
}
.sup-input span {
	position: absolute;
	padding: 7px 0px 3px 0px;
	margin-left: 3px;
	color: #bbb;
	font-size: 22px;
	z-index: 2;
	cursor: text;
	display: none
}
.sup-input input, .sup-input textarea, .sup-input select {
	position: relative;
	margin: 0;
	padding: 5px 0px 3px 6px;
	font: inherit;
	font-size: 18px;
	width: 100%;
	height: 38px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.obligatory .error-bubble {
	display: none
}
.sup_register-middle {
	position: relative;
	width: 100%;
	padding-bottom: 3px;
	margin: 0
}
ul.form {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.form li {
	list-style: none
}
.checkbox-wrap {
	position: relative;
	float: left;
	color: #666;
	text-transform: none;
	font-size: 12px;
	white-space: nowrap;
	-moz-border-radius: 2x;
	-webkit-border-radius: 2x;
	border-radius: 2x;
	-moz-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}
.checkbox-wrap input {
	position: absolute;
	width: auto;
	margin: 0
}
.sup_body .gateway-form .form-list .checkbox-wrap, .gateway-form .form-list .checkbox-wrap {
	margin: 0 5px 0 0;
	padding: 6px;
	height: 24px;
	text-indent: 28px
}
.sup_body .gateway-form .form-list .checkbox-wrap input, .gateway-form .form-list .checkbox-wrap input {
	top: 10px;
	left: 9px;
	height: 16px;
	width: 20px;
	font-size: 16px
}
#billing-address .checkbox-wrap {
	height: 24px;
	padding: 6px;
	margin-top: 20px;
	font-size: 12px;
	text-indent: 28px
}
#billing-address .checkbox-wrap input {
	top: 10px;
	left: 10px;
	font-size: 16px
}
#billing-address .checkbox-wrap {
	width: 388px
}
#checkout-login-signup .checkbox-wrap {
	width: 235px
}
#gateway-signup .checkbox-wrap {
	width: 296px
}
#gateway-login .checkbox-wrap {
	width: 138px
}
.nav-login .checkbox-wrap {
	width: 158px;
	height: 22px;
	padding: 5px;
	text-indent: 20px
}
.nav-login .checkbox-wrap input {
	top: 10px;
	top: 6px\9;
	left: 10px;
	left: 6px\9;
	font-size: 12px
}
.sup_body .checkbox-wrap {
	margin-left: -8px;
	padding: 7px;
	height: 25px;
	text-indent: 28px;
	font-size: 14px
}
.sup_body .checkbox-wrap input {
	top: 12px;
	left: 11px;
	font-size: 16px
}
#sup_register_form .checkbox-wrap {
	margin-bottom: 10px;
	width: 416px
}
#sup_login .checkbox-wrap {
	width: 231px
}
.checkbox-wrap label {
	text-shadow: 0 1px 0 #fff;
	font-size: 0.9em
}
.sup-outercopy {
	clear: both;
	height: 35px;
	display: block;
	font-size: 12px
}
.sup-outercopy h1 {
	float: left;
	font-size: 1.6em;
	text-shadow: 0 1px 0 #fff
}
.sup-outercopy p {
	float: right;
	margin-bottom: 0;
	text-shadow: 0 1px 0 #fff
}
.sup-outercopy a, .sup_thankyoucopy a, .sup-outercopy a:visited, .sup_thankyoucopy a:visited {
	font-weight: bolder;
	padding-top: 8px
}
.sup-outercopy p a:hover, .sup_cancel p a:hover {
	margin: 0;
	padding: 0
}
.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
}
.blackpencil {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(/img/cart/icon-edit-grey.gif) no-repeat
}
.pencil {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/img/cart/icon-edit.gif) no-repeat
}
.article {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/img/cart/icon-view-orders.gif) no-repeat
}
.printer {
	display: inline-block;
	width: 17px;
	height: 18px;
	background: url(/img/cart/icon-print.gif) no-repeat
}
.i-tip-button {
	display: inline-block;
	width: 30px;
	height: 15px;
	background: url(/img/cart/btn-info.gif) no-repeat
}
.i-tip-button:hover {
	text-decoration: none
}
.materialImage {
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	height: 22px;
	width: 35px
}
.materialImage img {
	-moz-box-shadow: inset 0 1px 1px #fff;
	-webkit-box-shadow: inset 0 1px 1px #fff;
	box-shadow: inset 0 1px 1px #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	height: 22px;
	width: 35px
}
.materialName {
	float: left;
	padding: 3px 0px 0 0;
	display: inline-block;
	font-size: 14px
}
.materialName a {
	background: url(/rrstatic/img/portal/view-model/reveal-arrow-down.png) no-repeat;
	background-position: right center;
	padding-right: 15px
}
.pita-in-cart {
	font-size: 12px;
	position: relative;
	top: 9px
}
.pita-in-cart input[type="checkbox"] {
	margin-right: 5px
}
.pita-in-cart label {
	text-transform: none;
	font-weight: 300
}
.unitPrice {
	float: right;
	clear: both;
	margin: 33px 5px 0 0
}
.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
}
}

@media all and (min-width: 320px) and (max-width: 700px) {
.marketplace-header {
	margin-bottom: 6%
}
.marketplace-header h1 {
	font-size: 2em;
	margin-bottom: 3%
}
.marketplace-header h1 span {
	top: -1px
}
.marketplace-header h2 {
	font-size: 0.8em
}
}
.marketplace-header .breadcrumbs {
	margin-bottom: 0
}
.search-results {
	position: relative
}

@media all and (min-width: 700px) and (max-width: 960px) {
.curated-products-list .product-box:nth-child(4n+4) {
	display: none
}
}

@media all and (min-width: 320px) and (max-width: 700px) {
.facets {
	display: none
}
}

@media all and (min-width: 700px) and (max-width: 960px) {
.curated-products-list .product-box:nth-child(4n+4) {
	display: none
}
}
.facets-mobile {
	display: none
}

@media all and (min-width: 320px) and (max-width: 700px) {
.facets-mobile {
	display: inline-block;
	float: left;
	width: 31%;
	margin: 0 3.5% 6% 0
}
.facets-mobile select {
	width: 100%
}
}
.sort-mobile {
	display: block;
	position: absolute;
    top: 0;
    right: 20px;
}
/*.sort-select{
    position:absolute;
	left:0;
	top:0;
	
}*/
.sort-select .tall-select{
	height:28px;
	top:0px;
}
@media all and (min-width: 320px) and (max-width: 700px) {
.sort-mobile {
	display: inline-block;
	width: 31%;
	position: relative;
	float: left;
	right: 0;
	margin: 0 0 6% 0
}
.sort-mobile select {
	width: 100%
}
}
.collection-header {
	margin: 0;
	padding: 34px 0;
	background: #f5f7f8;
	border-bottom: 1px solid #e0e3e5;
	display: block;
	position: relative;
*zoom:1
}
.collection-header:after {
	content: "";
	display: table;
	clear: both
}
.collection-header .header-inner {
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
*zoom:1
}
.collection-header .header-inner:after {
	content: "";
	display: table;
	clear: both
}
.collection-header .collection-info {
	float: left;
	width: 540px;
	padding: 0;
	display: block
}
.collection-header .collection-info h2 {
	color: #67757B;
	font-size: 1.2em;
	padding: 0 0 30px 0;
	font-weight: normal
}
.collection-header .collection-info .sub-cats {
	display: block;
	padding: 20px 0 0 0;
	border-top: 1px solid #D8DCDF;
	overflow: hidden;
*zoom:1
}
.collection-header .collection-info .sub-cats ul {
	list-style: none;
	margin: 0
}
.collection-header .collection-info .sub-cats ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 8px 0
}
.collection-header .collection-info .sub-cats ul li .active {
	border-bottom: 1px solid #064381;
	color: #064381
}
.collection-header .collection-info .sub-cats ul li a {
	font-weight: normal;
	padding: 0 0 2px 0;
	margin: 0 5px 0 0;
	font-size: 0.9em
}
.collection-header .collection-feature {
	float: right;
	position: relative;
	width: 382px
}
.collection-header .collection-feature a {
	min-height: 292px;
	padding: 10px;
	background: white;
	display: block;
	border: 1px solid #e0e3e5;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 0 1px 1px #D8DCDF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
*zoom:1;
	-moz-transition: box-shadow 200ms ease-in-out, border 200ms ease-in-out;
	-o-transition: box-shadow 200ms ease-in-out, border 200ms ease-in-out;
	-webkit-transition: box-shadow 200ms ease-in-out, border 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out, border 200ms ease-in-out
}
.collection-header .collection-feature a:hover {
	border: 1px solid #4FC9FF;
	-moz-box-shadow: 0 1px 3px #4FC9FF;
	-webkit-box-shadow: 0 1px 3px #4FC9FF;
	box-shadow: 0 1px 3px #4FC9FF;
	-moz-transition: box-shadow 10ms ease, border 10ms ease;
	-o-transition: box-shadow 10ms ease, border 10ms ease;
	-webkit-transition: box-shadow 10ms ease, border 10ms ease;
	transition: box-shadow 10ms ease, border 10ms ease
}
.collection-header .collection-feature img {
	vertical-align: top
}
.collection-header .collection-feature .caption {
	position: absolute;
	font-size: 0.7em;
	right: 11px;
	bottom: 11px;
	display: inline-block;
	width: auto;
	padding: 5px 7px;
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 0;
	background-color: rgba(255,255,255,0.75);
	color: #666;
	font-weight: 500
}
.collection-header .featured-info {
	width: 360px;
	display: block;
	float: left
}
.collection-header .featured-info .featured-avatar a {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	border: 1px solid #e0e3e5;
	padding: 0;
	margin: 10px 12px 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.collection-header .featured-info .featured-avatar a:hover {
	border: 1px solid #4FC9FF
}
.collection-header .featured-info .featured-designer-info {
	float: left;
	margin: 10px 0 12px 0;
	padding: 0;
	width: 290px;
	height: 50px
}
.collection-header .featured-video {
	background: white;
	height: auto;
	display: block;
	float: right;
	padding: 10px;
	z-index: 0;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 4px #D8DCDF;
	-webkit-box-shadow: 0 1px 4px #D8DCDF;
	box-shadow: 0 1px 4px #D8DCDF
}
.collection-header .featured-video iframe {
	vertical-align: top
}
.sorting {
	margin: 0 0 30px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
*zoom:1
}
.sorting .results-tally {
	font-style: italic;
	padding: 15px;
	float: left;
	color: #a1aaad;
	display: inline-block
}
.sorting ul {
	list-style: none;
	margin: 0 0 0 15px
}
.sorting ul li {
	float: right;
	color: #a1aaad;
	padding: 15px 20px 0 0
}
.sorting ul li a {
	color: #a1aaad;
	font-weight: normal
}
.sorting ul li a:hover {
	color: #064381
}
.sorting ul .active {
	font-weight: normal;
	color: #064381;
	border-bottom: 1px solid #064381;
	padding-bottom: 2px
}
.breadcrumb-icon {
	background: url(/rrstatic/img/category/breadcrumb-dividerx2.jpg) 0px 15px no-repeat;
	background: url(/rrstatic/img/category/breadcrumb-divider.jpg) 0px 15px no-repeat\9;
	background-size: contain;
	width: 6px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #a1aaad;
	margin-top: -15px
}
.curated-lists h3 {
	margin: 30px 0 16px 0
}
.pagination-wrapper {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto
}
.pagination {
	text-align: center;
	margin: 20px auto;
	padding: 0;
	width: 80%;
	display: inline-block;
	position: relative;
	background: white;
	border: 1px solid #e0e3e5;
	overflow: hidden;
*zoom:1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

@media all and (min-width: 320px) and (max-width: 700px) {
.pagination {
	width: 100%
}
}
.results-page {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #a1aaad;
	display: inline-block
}
.results-page.selected {
	font-weight: bold;
	color: #064381;
	cursor: default
}
.results-page.disabled {
	color: #e0e3e5;
	cursor: default
}
.results-page.enabled {
	cursor: pointer
}
.results-page.enabled:hover {
	color: #064381;
	text-decoration: none
}
.results-page-prev {
	position: absolute;
	left: 0;
	top: 2px;
	width: 51px;
	border-right: 1px solid #e0e3e5
}
.results-page-prev:before {
	content: "\e646";
	speak: none;
	font-size: 1.3em;
	position: absolute;
	left: calc(50% - 0.5em);
	-webkit-font-smoothing: antialiased
}
.results-page-next {
	position: absolute;
	right: 0;
	width: 51px;
	border-left: 1px solid #e0e3e5
}
.results-page-next:before {
	content: "\e619";
	speak: none;
	font-size: 1.3em;
	position: absolute;
	left: calc(50% - 0.5em);
	-webkit-font-smoothing: antialiased
}
.product-view-background, .product-footer-background {
	background: #f5f7f8;
	display: inline-block;
	width: 100%;
	padding: 4% 0;
	border-bottom: 1px solid #edeff0;
*zoom:1
}
.product-view-background:after, .product-footer-background:after {
	content: "";
	display: table;
	clear: both
}
.product-view-background>.sw-grid, .product-view-background>.product-owner-banner, .product-footer-background>.sw-grid, .product-footer-background>.product-owner-banner {
	margin: 0 auto
}

@media all and (min-width: 480px) and (max-width: 700px) {
.product-view-background, .product-footer-background {
	padding: 3% 0
}
}

@media all and (min-width: 960px) {
.product-view-background, .product-footer-background {
	padding: 1.5% 0
}
}
.profile-avatar {
	height: 92px;
	width: 92px;
	float: left;
	border: 1px solid #e0e3e5;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.no-touch .profile-avatar:hover {
	height: 92px;
	width: 92px;
	border-color: #4FC9FF;
	-moz-transition: box-shadow 10ms ease, border 10ms ease;
	-o-transition: box-shadow 10ms ease, border 10ms ease;
	-webkit-transition: box-shadow 10ms ease, border 10ms ease;
	transition: box-shadow 10ms ease, border 10ms ease
}
.profile-avatar a img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.shop-avatar {
	float: left;
	height: auto;
	width: 11%;
	margin: 0 3% 0 0;
	overflow: hidden;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.shop-avatar img {
	width: 100%;
	height: auto;
	vertical-align: top
}
.no-touch .shop-avatar:hover {
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-color: #4FC9FF
}

@media all and (min-width: 320px) and (max-width: 480px) {
.shop-avatar {
	width: 15%
}
}

@media all and (min-width: 480px) and (max-width: 700px) {
.shop-avatar {
	width: 13%
}
}
.shop-links {
	width: 85%
}

@media all and (min-width: 320px) and (max-width: 480px) {
.shop-links {
	width: 80%;
	margin-top: 2.5%
}
}

@media all and (min-width: 480px) and (max-width: 700px) {
.shop-links {
	width: 80%
}
}
.designer-actions-bar {
	margin: 0px;
	display: block
}
.designer-actions-bar>li {
	list-style: none;
	float: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 14px;
	color: #67757B
}
.designer-actions-bar>li a {
	color: #67757B
}
.no-touch .designer-actions-bar>li a:hover {
	opacity: .6
}
.profile-expertise span {
	float: left;
	padding-right: 5px;
	color: #999
}
.profile-expertise ul {
	margin: 0;
	float: left;
	list-style: none
}
.profile-expertise li {
	text-transform: capitalize;
	margin: 0 4px 0 0;
	float: left;
	list-style: none
}
.designer-card {
	background-color: white;
	padding: 20px 0px 20px 15px;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	position: relative;
	margin: 0px 0px 30px 0px;
	box-shadow: 0 0px 3px #ECECEC
}
.designer-card-text {
	width: 180px
}
.designer-card-text h5 {
	word-wrap: break-word
}
.product-title-container, .shop-title-container {
	padding: 0px 0px 5px 0px;
	display: block;
	width: 630px;
	max-width: 630px
}
.shop-title-container {
	padding-top: 0;
	width: 820px;
	max-width: 820px
}
.product-title-header {
	font-size: 1.57em;
	color: #445258
}
.product-title {
	padding: 10px 0px 5px 0px;
	display: block;
	width: 630px;
	max-width: 630px
}
.shop-title-header {
	font-size: 1.28571em;
	line-height: 1.22222em;
	margin: 0 auto 0.62857em 0;
	color: #445258
}
.keywords {
	padding: 0px 0px 30px 0px;
	line-height: 38px
}
.keywords a {
	padding: 8px 10px;
	color: #0572a3;
	background-color: #e1f5ff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap
}
.no-touch .keywords a:hover {
	background-color: #cdefff;
	-moz-transition: ease;
	-o-transition: ease;
	-webkit-transition: ease;
	transition: ease
}
.description {
	font-size: 14px;
	color: #183643;
	padding: 0px 0px 30px 0px;
	overflow: hidden;
	width: auto;
	word-wrap: break-word
}
.description .description-section {
	padding: 20px 0px 0px 0px
}
.description .description-section img {
	max-width: 620px;
	overflow: hidden
}
.description .description-section p {
	margin-bottom: 0
}
.film-strip-img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #edeff0;
	width: 100%
}
.slideshow-main {
	width: 100%;
	height: auto;
	max-width: 625px;
	background: #fff;
	padding: 0;
	border-radius: 3px;
	position: relative
}
.slideshow {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto
}
.film-strip {
	position: absolute;
	width: 9000px;
	overflow: hidden
}
.film-strip-holder {
	min-height: 78px;
	margin-left: 0;
	overflow: hidden;
	max-width: 625px;
	width: 100%;
	position: relative;
*zoom:1;
	margin-bottom: 20px
}
.film-strip-holder:after {
	content: "";
	display: table;
	clear: both
}
.film-strip-container {
	position: relative;
	height: 78px;
	width: 560px;
	overflow: hidden;
	margin: auto
}

@media all and (max-width: 979px) {
.film-strip-container {
	width: 448px
}
}

@media all and (max-width: 799px) {
.film-strip-container {
	width: 336px
}
}
.film-strip-padded {
	margin-top: 35px
}
.slideshow-big-img-container {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #f15e64
}
.slideshow-sprite-viewer {
	position: absolute;
	top: calc((100% - 357px) / 2);
	left: calc((100% - 482px) / 2);
	width: 482px;
	height: 357px
}
.slideshow-big-img-container img {
	margin: 0 auto;
	background-color: #f15e64
}
.slideshow-big-ondeck {
	display: none
}
.slideshow-thumb {
	width: 100px;
	height: 74px;
	background: #f4f4f4;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	padding: 0;
	margin: 0px 0px 0px 12px;
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out
}
.no-touch .slideshow-thumb:hover {
	border: 1px solid #d4d8db;
	text-decoration: none;
	color: #67757B;
	cursor: pointer
}
.no-touch .slideshow-thumb:hover img {
	opacity: .3
}
.slideshow-thumb.selected {
	border-color: #4FC9FF
}
.slideshow-thumb.last-thumb {
	margin: 10px 0 0 0
}
.slideshow-thumb img {
	width: 99px;
	height: 74px
}
.slideshow-left-arrow {
	width: 12px;
	height: 18px;
	left: 0;
	z-index: 225;
	display: block;
	float: left;
	position: absolute;
	bottom: 33px
}
.slideshow-left-arrow.enabled {
	background: url(/rrstatic/img/portal/view-model/slideshow-arrows-back.png) 0px 0px no-repeat
}
.no-touch .slideshow-left-arrow.enabled:hover {
	cursor: pointer
}
.slideshow-left-arrow.disabled {
	background: url(/rrstatic/img/portal/view-model/slideshow-arrows-back.png) 0px -18px no-repeat
}
.slideshow-right-arrow {
	width: 12px;
	height: 18px;
	float: right;
	right: 0;
	z-index: 226;
	display: block;
	position: absolute;
	bottom: 33px
}
.slideshow-right-arrow.enabled {
	background: url(/rrstatic/img/portal/view-model/slideshow-arrows-forward.png) 0px 0px no-repeat
}
.no-touch .slideshow-right-arrow.enabled:hover {
	cursor: pointer
}
.slideshow-right-arrow.disabled {
	background: url(/rrstatic/img/portal/view-model/slideshow-arrows-forward.png) 0px -18px no-repeat
}
.video-container {
	width: 625px;
	height: 465px;
	background-color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.caption-box {
	height: 45px;
	width: 625px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: table-cell
}
.caption-box .caption {
	position: relative;
	line-height: 16px;
	font-weight: normal;
	font-size: 12px;
	width: 600px;
	margin: 0 auto
}
#long-caption {
	padding: 7px 0px 7px 0px
}
.product-page-download {
	padding: 30px 0px 0px 0px
}
#slideshow-big {
	position: relative;
	padding-top: 75%
}
#slideshow-big .film-strip-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.product-slideshow-render-messaging {
	text-align: left;
	position: absolute;
	width: 180px;
	bottom: 0px;
	padding: 9px;
	background-color: rgba(250,250,250,0.6);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.product-slideshow-render-messaging .span-1 {
	width: 35px
}
.product-slideshow-render-messaging h6 {
	text-transform: uppercase;
	color: #183643;
	margin-bottom: 0
}
.product-slideshow-render-messaging p {
	font-size: 0.8em;
	color: #183643
}
.product-slideshow-render-messaging .icon-sw-spark {
	font-size: 26px;
	color: #4FC9FF
}
.model-product-dimensions i {
	font-size: 25px;
	position: relative;
	top: 3px;
	padding-right: 10px;
	font-weight: normal
}
.spec-numbers-left, .spec-numbers-right {
	margin: 0;
	padding: 2%;
	text-align: center;
	float: left;
	width: 50%;
	border: 1px solid #D8DCDF
}

@media all and (min-width: 320px) and (max-width: 700px) {
.spec-numbers-left, .spec-numbers-right {
	width: 100%;
	border-width: 0 0 1px 0;
	text-align: left;
	padding: 2% 0
}
}
.spec-numbers-left {
	border-right: none
}
.model-productDimension-label {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold
}
.report-abuse {
	margin: 15px 0 0 0;
	font-size: 0.8em
}
.report-abuse a {
	color: #a1aaad
}
.no-touch .report-abuse a:hover {
	color: #67757B
}
.related-items {
	display: block;
	margin: 30px 0 0 0
}
.submit-button {
	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;
	padding: 5px 10px
}
.submit-button:hover, .submit-button:focus {
	background: #69d1ff;
	border: 1px solid #439fc8
}
.submit-button:hover, .submit-button:active {
	cursor: pointer;
	border: 1px solid #439fc8
}
.submit-button:active {
	background: #69d1ff;
	border: 1px solid #439fc8
}
.submit-button a, .submit-button a:visited, .submit-button a:active, .submit-button a:hover, .submit-button:visited, .submit-button:active, .submit-button:hover, .submit-button:focus {
	color: #fff
}
.submit-button div {
	position: relative
}
.submit-button:hover, .submit-button:focus {
	background-color: #38c2ff;
	border: 1px solid #439fc8
}
.submit-button:active {
	background: #38c2ff;
	border: 1px solid #439fc8
}
.separator-hr {
	margin: 20px 0;
	border-top: 1px dotted #e0e3e5;
	height: 1px;
	clear: both;
	display: block;
	width: 100%
}
.shop-social {
	padding: 15px 0;
	display: block
}
.permalink, .product-permalink {
	margin-left: -7px
}
.permalink h5, .product-permalink h5 {
	display: inline
}
.permalink input, .product-permalink input, .permalink .no-touch input[type="text"]:hover, .product-permalink .no-touch input[type="text"]:hover, .permalink input[type="text"]:focus, .product-permalink input[type="text"]:focus {
	border: none;
	background-color: white
}
.permalink .icon-permalink, .product-permalink .icon-permalink {
	border-radius: 50%;
	padding: 6px;
	background-color: #D8DCDF;
	color: #183643;
	letter-spacing: 0
}
.shop-owner-social {
	float: left
}
.fb_iframe_widget {
	position: relative;
	float: left;
	top: -2px
}
.shop-social #twitter, .shop-social #facebook {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	width: 85px;
	height: 20px
}
.shop-sections li {
	list-style: none;
	border-bottom: none
}
.price-rating-container {
	width: 482px;
	border-top: 1px dotted #ccc;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	display: block
}
.my-models .price-rating-container {
	width: 150px;
	margin: 0;
	float: left;
	display: block;
	border: none;
	text-align: center;
	position: absolute;
	right: 40px;
	bottom: 30px
}
.add-to-cart-btn {
	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;
	margin: -5px 0 20px 20px;
	width: 152px;
	clear: both;
	outline: none;
	cursor: pointer;
	display: block
}
.add-to-cart-btn:hover, .add-to-cart-btn:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.add-to-cart-btn:hover, .add-to-cart-btn:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.add-to-cart-btn:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.add-to-cart-btn a, .add-to-cart-btn a:visited, .add-to-cart-btn a:active, .add-to-cart-btn a:hover, .add-to-cart-btn:visited, .add-to-cart-btn:active, .add-to-cart-btn:hover, .add-to-cart-btn:focus {
	color: #fff
}
.add-to-cart-btn div {
	position: relative
}
.add-to-cart-btn:hover, .add-to-cart-btn:focus {
	background-color: #fc5343;
	border: 1px solid #c8564b
}
.add-to-cart-btn:active {
	background: #fc5343;
	border: 1px solid #c8564b
}
.shapeways-community-social, .social-embed {
	white-space: nowrap;
	margin: 20px 0px
}
.embed a {
	color: #a1aaad
}
.social-embed textarea {
	display: block;
	width: 100%;
	resize: none;
	font-size: 0.8em;
	line-height: 1.4em;
	height: 6.5em;
	padding-bottom: 0
}
.add-to-list {
	float: left;
	width: 192px;
	overflow: hidden
}
.youtube {
	background-color: #000;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border-radius: 3px
}
.youtube .thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0
}
.youtube .play {
	filter: alpha(opacity=80);
	opacity: .8;
	height: 77px;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
	position: absolute;
	top: 50%;
	width: 77px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAABgtJREFUeNrtXE1IJEcUFuYgHhZZAzOQwKLsaeY4MuCisLNkMUYM+TtmQwgYQSEg8RCIBAMBSYIQPCgEEiEYISZIgrhzCRLYg+BBMiiDGCHGH4xGETH4O85M+huql7Knuqe7urq7ercePAZnuqtefXZVvfe911VToyRUUqdpVNMmTROaJjVt0bRN0/uapslnG/k+Sa5rIvfVPQ8gRTSNaRrX9B4Bxa3eI+3FSPvPjLxAnpAbA+7s7HxrcnLyk8XFxe82NjZ+Ozw8XDk9Pd29urr6r1Ao5EulUhGf+Bvf43dch+txH+5ngJgg/YVWXtI0RQ9qbGzso1wu99PJyclfJQGCdtAe2jWAlyL9h0ZeJGtQeQC9vb2Pstns1NnZ2X7JQ0H76Af9UeC1EHukldtksS4bPDw83Le5uTlfCkDQL/qnwEsS+6SSu/SThbWnJIHADsOTd1cGsG5p2qwbhUXayaCOj4//XFtbm52fn/96fHx8oK+v793W1tbXGhoaHkYikQf4xN/4Hr/jOlyP+5z0A7so4JqJ3YFITPenBgcHP8DuZmcA29vbT2ZnZ4fb29vfcONu4H60g/bs9Av7YCfl/8X8BuyObnwmk/kK7kGVRfqfhYWFb9wCZQUg2kc/VbArwl7q3jt+Adakd4rdysrC8/PzfzGlvADKTNEf+rWyC3ZT9zT5Btj6+nqmmmHRaPShn4Dpin6r/UNhvx/APZ2SVrsjFumRkZEPgwDLqLDDatPAOLycqjE7T5j22+Pa2toHMgCmK+yBXTafOGGbwy19l7R65LVt/VuZwDIq7LOxxt0X5Y40U7skU/xe7N1sEmZjoHbVZiGePvwbM7ciLIDZAK5I+XHckcNtvSMzx1X2Kel0qmKc1HVcsWrSKjTC4hpGwKgN7XGVkCvJQ++Ug28zt0K2XZJnVzVzR6gg3xGt1GLlj8nih4nw46r4by1OGNcyH2YjBLGte3t7i/39/e/JBpyZG0XxcbYY4DJFzSIQEdPxhka4v1AoXK+urv7a0dHxpiygYTysWBXjp6jzqkkQ07XMjXtBt5PP58+wgzU2Nr4isxtCrW2WyZqE2SML2sWNYWa8/szMzOcgHIMGjkUrUUtRwiovqTdQkQQBXyUaNF2Ojo5yBk7fd8X4WP9U6pqIaVCOdBhrYG4JRBvkanFra+v37u7ud4IADeNjGUWlB5nBPDLVaeQRWRS1W6Ps8vnX19f5lZWV6VQq1eU3cCzqHHiQ3+Ms0MqlAqxELrh4v0DT5fLy8hgLdH19/ct+gYZxshLSVAnEDanTSwW8mJo8oFFG/z0xMfFxkFOUKoG4UXSDKpw0aiRYIZMIg9zmMA8ODv6gWAjPlBVaARfye7SC+2cF58gzygAacY6LYFq7urre9go0jNciiG+q8M9YsaYovkxk5txL55jl6FKxaKKCBmLxZshsywYa7UfNzc19IZJxwXgteLZkBauBOjDjDSgJkBU0et0dHR3tF2EnxmtsH7iwWA+UaKZRQGe8AbUUsoOmy87OzhO3zjHGa2wXuJDf22jQytkmUoF4Q1CEEhbQRDjHGC9jA8pT2aqnog+sInkiKpj2CzTssNgB0+n06zx2YrysEI+65tl60hD4Dw0N9bix08mTFuo1DSFXJpP5UsQu6mRNC+XuSZjgX0QG9052z9D5aYYivXQQflpoIoKLi4tDsBFesb1OIgLpY09MxVwu97PXPJuT2FNqlgMMx8DAwPt+0ENOWA4p+TRMRT8TL075NKmYW3j1y8vLP8bj8Vf9pLudMrfS5Aj29/eXgsrE8+QIAs1GgeaZnp7+LKgUHm82KpC8J6ZiNpv9we+pKCrv6XuGHUUxPT09j2QoTeDNsPtWy6EZuDc1NfWp7CWldms5PK0a0qbixdLS0veyFL6IqhryrD5td3d3IaiSAz/q01QlJEclpKq55ay5VdXdHNXdEPUeAaeoN1Y4Rb0bxSHqLTxOUe97cop6s5hT1DvsboFTpyVwTlV1LofzzUGdAMPpjqizhtxEDjXqVCuuWFWdn8Yp6qQ+F6LOhHQh6vRRF6LOuRUg6kTl50n+B4KhcERZo7nRAAAAAElFTkSuQmCC") no-repeat
}
.video-iframe-container {
	padding: 61px 0
}
.avatar a, .avatar a:visited, .no-touch .avatar a:hover {
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
	background: url(/rrstatic/img/portal/view-model/avatar.png) no-repeat #f4f4f4;
	background: #f4f4f4;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.no-touch .avatar a:hover, .no-touch .avatar a:visited:hover, .no-touch .no-touch .avatar a:hover:hover {
	display: block;
	text-decoration: none;
	color: #444;
	cursor: pointer;
	border-color: #4FC9FF
}
.supporters-inner .avatar a, .favoriters-inner .avatar a, .supporters-inner .avatar a:visited, .favoriters-inner .avatar a:visited, .supporters-inner .no-touch .avatar a:hover, .favoriters-inner .no-touch .avatar a:hover {
	margin: 10px 13px 0 0;
	border: 1px solid #D8DCDF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.no-touch .supporters-inner .avatar a:hover, .no-touch .favoriters-inner .avatar a:hover, .no-touch .supporters-inner .avatar a:visited:hover, .no-touch .favoriters-inner .avatar a:visited:hover, .no-touch .supporters-inner .no-touch .avatar a:hover:hover, .no-touch .favoriters-inner .no-touch .avatar a:hover:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	border: 1px solid #D8DCDF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.favoriters-inner, .supporters-inner {
	margin: -5px 0 7px 0;
	overflow: hidden
}
.favoriters-inner p, .supporters-inner p {
	font-size: 0.9em;
	margin: 0
}
.favs-truncated, .supporters-truncated {
	position: absolute;
	bottom: -4px;
	right: 5px;
	width: 70px;
	height: 60px;
	padding: 6px 6px 6px 10px;
	background-color: white;
	font-weight: bold
}
.favs-truncated:before, .favs-truncated:after, .supporters-truncated:before, .supporters-truncated:after {
	font-size: 12px;
	line-height: 1
}
.favs-truncated:before, .supporters-truncated:before {
	position: relative;
	content: '+';
	left: -1px;
	top: -2px
}
.favs-truncated:after, .supporters-truncated:after {
	position: absolute;
	bottom: 21px;
	left: 9px;
	content: 'more';
	font-weight: normal
}
.inner-right-container {
*zoom:1;
	position: relative;
	margin: 0 0 20px 0px;
	width: auto
}
.inner-right-container:after {
	content: "";
	display: table;
	clear: both
}
.inner-right-container.favoriters {
	margin-bottom: 0
}
.key-word {
	float: left;
	background: white;
	padding: 0 7px;
	margin: 0 2px 2px 0;
	max-width: 164px;
	line-height: 31px;
	white-space: nowrap;
	font-size: 0.9em;
	border: 1px solid #ffde96;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
	overflow: hidden
}
.more-from-shop .grid-view .product-box {
	width: 46%;
	margin: 0 8% 8% 0
}
.more-from-shop .grid-view .product-box:nth-child(2n+2) {
	margin-right: 0
}
.more-from-shop .grid-view .product-box .visit-shop {
	display: inline-block;
	float: left;
	color: #08A3E9
}
.more-from-shop-img.nopush {
	margin: 0 !important
}
.experimentalNotice {
	background: #fee7b8;
	padding: 10px;
	margin: 0 0 20px 20px;
	width: 160px;
	line-height: 1.2em;
	font-size: 0.8em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.shop-details {
	font-size: 0.9em;
	word-wrap: break-word;
	overflow: hidden
}
.shop-details img {
	max-width: 222px
}
.personalize-cart-button-container {
	margin-bottom: 30px;
*zoom:1;
	margin-top: 5px
}
.personalize-cart-button-container:after {
	content: "";
	display: table;
	clear: both
}
.cocreator-instructions {
	width: 100%;
	resize: vertical
}
.holiday-shipping-message {
	display: none
}
.holiday-shipping-message i {
	font-size: 18px
}
.holiday-shipping-message.on-time a {
	color: #49BB96
}
.no-touch .holiday-shipping-message.on-time a:hover {
	color: #399879
}
.holiday-shipping-message.late a {
	color: #a1aaad;
	letter-spacing: -.14px
}
.no-touch .holiday-shipping-message.late a:hover {
	color: #869195
}
.witb li {
	display: block;
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #D8DCDF
}
.results-header {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
*zoom:1
}
.results-header:after {
	content: "";
	display: table;
	clear: both
}
.results-header .span-9 {
	position: relative
}
.results-header h1 {
	float: left
}

@media all and (min-width: 320px) and (max-width: 700px) {
.results-header h1 {
	font-size: 1.5em
}
}
.results-header input.my-search {
	line-height: 26px;
	vertical-align: middle;
	display: block;
	width: 236px;
	float: right;
	margin: 8px 0 0 20px
}
.results-header .results-sort {
	float: right;
	text-align: right;
	margin: 14px 0 0 20px
}

@media all and (min-width: 320px) and (max-width: 700px) {
.results-header .results-sort {
	width: 100%
}
.results-header .results-sort label {
	display: none
}
}
.results-header .results-sort select {
	top: -2px
}

@media all and (min-width: 320px) and (max-width: 700px) {
.results-header .results-sort select {
	width: 100%
}
}
.results-header .gallery-view-options {
	display: block;
	margin: 14px 0 0 0;
	padding: 0;
	text-align: right;
	width: 100px;
	float: right;
	text-align: center
}
.results-header .gallery-view-options a:hover {
	cursor: pointer
}
.results-header .results-count {
	margin: 0;
	clear: left
}
.results-header .productset-view-options {
	width: 470px;
	float: right;
	padding: 0 0 3px 0
}
.results-header .productset-view-options select {
	width: 140px
}
#wishlist-top .results-header .productset-view-options {
	width: 200px;
	padding: 0px 0 3px 0
}
.results-header .productset-view-options .results-sort {
	float: right;
	margin-right: 0;
	margin-top: 0
}
.results-header .productset-view-options .gallery-view-options {
	float: right
}
.wishlist-tabs-div .profile-results .results-header {
	overflow: visible;
	margin: 0 0 -1px 0;
	border-bottom: none
}
.material-selected, .material-hover {
*zoom:1;
	margin: 0px 0px 0px 0px
}
.material-selected:after, .material-hover:after {
	content: "";
	display: table;
	clear: both
}
.material-selected p, .material-hover p {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em
}
.material-selected .swatch, .material-hover .swatch {
	width: 65px;
	height: 35px;
	float: left;
	padding: 0
}
.material-selected .swatch first, .material-hover .swatch first {
	margin-left: 0px
}
.material-selected .swatch img, .material-selected .swatch .material-swatch, .material-hover .swatch img, .material-hover .swatch .material-swatch {
	width: 65px;
	height: 35px;
	border: none;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.material-selected .material-swatch, .material-hover .material-swatch {
	width: 50px;
	height: 30px;
	border: 1px solid #ddd
}
.material-selected .private-view {
	display: none
}
.material-list-item-selected {
	display: block;
	clear: both;
	margin: 0 0 2% 0;
	padding: 0;
	min-height: 85px
}
.material-select {
	display: none;
	margin: 0
}
.material-select li {
	width: 598px;
	padding: 0;
	margin: 3px 0;
	position: relative;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.no-touch .material-select li:hover {
	cursor: pointer;
	background: whitesmoke
}
.material-select li p {
	float: left;
	width: 333px;
	padding: 6px 0 0 77px;
	height: 23px;
	margin: 0
}
.material-select li span {
	float: right;
	width: 50px;
	color: #777;
	font-style: italic;
	font-size: 10px;
	line-height: 1.3em;
	margin-top: 5px;
	text-align: right
}
.material-select li .swatch {
	width: 63px;
	height: 33px;
	float: left;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid white;
	overflow: hidden;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 3px;
	-moz-box-shadow: 1px 0 0 #ddd;
	-webkit-box-shadow: 1px 0 0 #ddd;
	box-shadow: 1px 0 0 #ddd
}
.material-select li .swatch img, .material-select li .swatch .material-swatch {
	width: 63px;
	border: none;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 3px
}
.swatch-menu {
	margin: 0px 0px 20px 0px
}
.scrolling-div {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 245px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #c2c6c8;
	border-right: none;
	border-left: none
}
.scrolling-div::-webkit-scrollbar {
-webkit-appearance:none
}
.scrolling-div::-webkit-scrollbar:vertical {
width:11px
}
.scrolling-div::-webkit-scrollbar:horizontal {
height:11px
}
.scrolling-div::-webkit-scrollbar-thumb {
border-radius:8px;
border:2px solid #e0e3e5;
background-color:rgba(0,0,0,0.15)
}
.scrolling-div::-moz-scrollbar {
-webkit-appearance:none
}
.scrolling-div::-moz-scrollbar:vertical {
width:11px
}
.scrolling-div::-moz-scrollbar:horizontal {
height:11px
}
.scrolling-div::-moz-scrollbar-thumb {
border-radius:8px;
border:2px solid #fafafa;
background-color:rgba(0,0,0,0.15)
}
.swatch-grid {
	display: block;
*zoom:1;
	margin-top: 6px
}
.swatch-grid:after {
	content: "";
	display: table;
	clear: both
}
.swatch-grid:first-child {
	margin-top: 0
}
.swatch-label {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 2px;
	margin-top: 0px
}
.swatch-label i {
	color: #4FC9FF;
	position: relative;
	margin-right: 5px;
	top: 1px
}
.icon-checkmark.material-selector {
	border-radius: 50%;
	font-size: .7em;
	padding: 3px;
	background-color: #4FC9FF;
	color: #fff;
	letter-spacing: 0
}
.icon-support.material-selector {
	position: relative;
	top: 1px;
	color: #4FC9FF
}
#ftp-tool-tip.icon-question {
	font-size: 16px;
	cursor: pointer;
	position: relative;
	top: 1px;
	left: 3px
}
.ftp-tool-tip-link, .ftp-tool-tip-link:hover {
	color: #4FC9FF
}
.swatch-grid p {
	font-size: 0.9em;
	margin-left: 2px
}
.swatch-box {
	background-color: none;
	float: left;
	font-style: normal;
	position: relative;
	font-weight: 300;
	cursor: pointer;
	font: 75% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;
	display: inline-block
}
.no-touch .swatch-box:hover span {
	visibility: visible;
	opacity: 1
}
.swatch-box span {
	display: none
}
.swatch-box .swatch {
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
	width: 34px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 2px
}
.no-touch .swatch-box .swatch:hover {
	border: 1px solid #C7C7C7
}
.swatch-box .swatch img {
	width: 28px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #C7C7C7
}
.no-touch .swatch-box .swatch img:hover {
	border-radius: 1px
}
.swatch-box .swatch.first-row {
	margin-left: 0px
}
.swatch-box .swatch.swatch-selected, .swatch-box .product-product-config-chooser .swatch:hover, .product-product-config-chooser .swatch-box .swatch:hover {
	border: 1px solid #a1aaad
}
.no-touch .swatch-box .swatch.swatch-selected:hover, .no-touch .swatch-box .product-product-config-chooser .swatch:hover, .product-product-config-chooser .no-touch .swatch-box .swatch:hover {
	border: 1px solid #a1aaad
}
.nonbeta-swatch-grid {
	margin-bottom: 0
}
.beta-sticker {
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #4FC9FF;
	padding: 6px 8px 6px 8px;
	display: inline;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	color: white;
	font-weight: bold
}
.beta-sticker.product-box-grid, .beta-sticker.product-box-list {
	top: 0;
	font-size: 0.8em;
	position: absolute;
	right: 3%;
	padding: 2.2% 4.2%;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 3px
}
.buy-pillow {
	background: #EAF7FD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #E1EFF8;
	padding: 15px;
	margin-top: -20px
}
.buy-pillow p {
	color: #445258;
	font-size: 0.9em;
	line-height: 1.5em;
	word-wrap: break-word
}
.buy-pillow.beta-sticker {
	top: -2px;
	left: 5px;
	border: none
}
#comments {
	margin-top: 30px
}
.comments {
	background-color: white
}
.comments-container {
	margin: 0px 0px 20px 0;
	position: relative;
	padding: 0 0 0px 0;
	background: #f5f7f8;
	border: 1px solid #D8DCDF;
	border-width: 0 1px 1px 1px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px
}
.comment-locked-message {
	padding: 20px 50px 0px 20px;
	font-size: 14px
}
.comment-prompt {
	position: relative;
	padding: 18px;
	margin: 0;
	display: block;
	clear: both
}
.comment-prompt .avatar {
	float: left;
	width: 9%;
	height: 9%;
	margin-right: 3%;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #edeff0
}
.comment-prompt .avatar img {
	width: 100%;
	height: 100%;
	vertical-align: top
}
.comment-prompt.hidden {
	display: none
}
#comments .preview-container {
	pointer-events: none;
	display: none;
	top: 3px;
	right: 13px;
	right: 30px\9;
	width: 102px;
	height: 140px;
	overflow: hidden
}
#comments .preview-container.visible {
	display: inline
}
#comments .preview-container img#comment-file-preview, #comments .preview-container img#supporter-file-preview {
	position: absolute;
	top: -10px;
	position: relative;
	float: left;
	right: 0;
	border: 1px solid #E8E8E8;
	max-height: 200px;
	width: 100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
#comments .preview-container img#comment-file-preview.visible, #comments .preview-container img#supporter-file-preview.visible {
	visibility: visible;
	-moz-transition: all 600ms ease 400ms;
	-o-transition: all 600ms ease 400ms;
	-webkit-transition: all 600ms ease;
	-webkit-transition-delay: 400ms;
	transition: all 600ms ease 400ms;
	top: 11px;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.comment-prompt-actions {
	position: relative;
	clear: both
}
.comment-prompt-actions .comment-photo-button {
	position: relative;
	float: right;
	height: 39px;
	width: 54px;
	margin-right: 10px
}
.comment-prompt-actions .comment-photo-button:hover .tooltip, .comment-prompt-actions .comment-photo-button.hover .tooltip {
	-moz-transition: margin 100ms ease, opacity 100ms ease, visibility 100ms ease;
	-o-transition: margin 100ms ease, opacity 100ms ease, visibility 100ms ease;
	-webkit-transition: margin 100ms ease, opacity 100ms ease, visibility 100ms ease;
	transition: margin 100ms ease, opacity 100ms ease, visibility 100ms ease;
	opacity: 0.8;
	visibility: visible
}
.comment-prompt-actions .comment-photo-button .tooltip {
	position: absolute;
	padding: 4px 8px 5px;
	font-size: 11px;
	line-height: 1.5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: margin 100ms 0, opacity 100ms 0, visibility 100ms 0;
	-o-transition: margin 100ms 0, opacity 100ms 0, visibility 100ms 0;
	-webkit-transition: margin 100ms 0, opacity 100ms 0, visibility 100ms 0;
	transition: margin 100ms 0, opacity 100ms 0, visibility 100ms 0;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	top: 0;
	margin-top: 7px;
	text-align: center;
	pointer-events: none;
	color: white;
	background-color: #000;
	text-shadow: none
}
.comment-prompt-actions .comment-photo-button .tooltip:after, .comment-prompt-actions .comment-photo-button .tooltip:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.comment-prompt-actions .comment-photo-button .tooltip:after {
	border-color: rgba(255,255,255,0);
	border-width: 5px;
	right: -10px;
	border-left-color: #000;
	top: 50%;
	margin-top: -5px
}
.comment-prompt-actions .comment-photo-button .tooltip:before {
	border-color: rgba(255,255,255,0);
	border-width: 6px;
	right: -12px;
	border-left-color: none;
	top: 50%;
	margin-top: -6px
}
.comment-prompt-actions .comment-photo-button .tooltip {
	margin-right: 15px;
	right: 100%
}
.comment-prompt-actions .comment-photo-button:hover .tooltip, .comment-prompt-actions .comment-photo-button.hover .tooltip {
	margin-right: 10px;
	margin-right: -2px\9
}
.comment-prompt-actions .comment-photo-button label {
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 39px;
	cursor: pointer;
	overflow: hidden;
	font-size: 24px;
	background-image: url("../img/ie-compatible/icon-camera.png")/9;
	background-position: center center;
	background-repeat: no-repeat
}
.comment-prompt-actions .comment-photo-button label:active {
	background-position: center 50%
}
.comment-prompt-actions .comment-photo-button input {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 0 53px 0 0;
	visibility: visible;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	cursor: pointer
}
.commenter {
	margin: 0 0 7px 0;
	display: block;
	color: #a1aaad;
	width: 50%;
	float: left
}
.comment-tools {
	display: none\9;
	opacity: 0;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	position: absolute;
	padding: 0;
	margin: 0 0 8px 0;
	color: #a1aaad;
	font-size: 0.8em;
	width: 50%;
	top: 10px;
	right: 10px;
	text-align: right
}
.comment:hover .comment-tools {
	display: block\9;
	opacity: 1;
	-moz-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	-webkit-transition: opacity 250ms ease;
	transition: opacity 250ms ease
}
.comment-tools .icon {
	position: relative;
	display: block\9;
	float: right;
	height: 20px;
	width: 20px;
	text-align: right;
	margin: 3px 0 0 10px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	opacity: 0.5
}
.comment-tools .icon.flag {
	background: url("/rrstatic/img/caution-grey.svg") center center no-repeat;
	background: url("/rrstatic/img/ie-compatible/caution-grey.png") top left no-repeat\9
}
.comment-tools .icon.delete {
	background: url("/rrstatic/img/icon-x.svg") center center no-repeat;
	background: url("/rrstatic/img/portal/view-model/icon-sprite.png") 2px -377px no-repeat\9
}
.comment-tools .icon .hover {
	position: absolute;
	top: -2px;
	right: 60px;
	width: 200px;
	padding-bottom: 5px;
	pointer-events: none;
	color: #a1aaad;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	display: none\9;
	opacity: 0;
	-moz-transition: padding 200ms ease, opacity 200ms ease;
	-o-transition: padding 200ms ease, opacity 200ms ease;
	-webkit-transition: padding 200ms ease, opacity 200ms ease;
	transition: padding 200ms ease, opacity 200ms ease;
	padding-right: 10px
}
.comment-tools .icon:hover {
	-moz-transition-duration: 0ms;
	-o-transition-duration: 0ms;
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	opacity: 1
}
.comment-tools .icon:hover .hover {
	display: block\9;
	opacity: 1;
	padding-right: 0
}
.comment-body {
*zoom:1;
	position: relative;
	width: 100%;
	min-height: 25px;
	line-height: 1.5
}
.comment-body:after {
	content: "";
	display: table;
	clear: both
}
.comment-body .comment-text {
	float: left;
	width: 100%
}
.comment-body .comment-text.with-file {
	min-height: 84px;
	width: 80%
}

@media all and (min-width: 320px) and (max-width: 480px) {
.comment-body .comment-text.with-file {
	width: 70%
}
}
.comment-body .comment-file-wrap {
	position: absolute;
	right: 0;
	height: 80px;
	width: 80px
}
.comment-body .comment-file-wrap:hover .comment-file-container {
	height: 80px;
	width: 80px;
	margin-top: -4px;
	margin-right: -4px;
	border: 1px solid #4FC9FF;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in
}
.comment-body .comment-file-wrap:hover .comment-image-mask {
	width: 72px;
	height: 72px;
	top: -12px;
	right: -12px;
	box-sizing: content-box
}
.comment-body .comment-file-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 72px;
	margin-bottom: 10px;
	border: 1px solid #d4d8db;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear
}
.comment-body .comment-file-container:after, .comment-body .comment-file-container:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.comment-body .comment-file-container:after {
	border-color: rgba(255,255,255,0);
	border-width: 7px;
	left: -14px;
	border-right-color: #fff;
	top: 50%;
	margin-top: -7px
}
.comment-body .comment-file-container:before {
	border-color: rgba(255,255,255,0);
	border-width: 8px;
	left: -16px;
	border-right-color: #d4d8db;
	top: 50%;
	margin-top: -8px
}
.comment-body .comment-image {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: content-box
}
.comment-body .comment-image-mask {
	pointer-events: none;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 64px;
	height: 64px;
	border: 12px solid white;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	box-sizing: content-box
}
.comment-actions {
*zoom:1;
	padding-top: 22px
}
.comment-actions:after {
	content: "";
	display: table;
	clear: both
}
.comment-actions .comment-timestamp {
	float: right;
	padding-top: 4px;
	color: #a1aaad;
	font-size: 0.8em
}
.comment-actions .comment-reply {
	float: right;
	margin-left: 10px
}
.comment-actions .comment-reply a {
	width: 92px
}
.comment-actions .comment-version-material {
	float: left;
	font-size: 0.9em;
	color: #a1aaad;
	padding-top: 2px
}
.comment {
	position: relative;
	width: auto;
	min-height: 40px;
	padding: 20px;
	border-top: 1px solid #edeff0;
	clear: both
}
.comment .avatar a {
	float: left;
	margin-right: 3%;
	width: 9%;
	height: 9%;
	-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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.comment .avatar a img {
	width: 100%;
	height: 100%;
	vertical-align: top
}
.no-touch .comment .avatar a:hover {
	width: 9%;
	height: 9%;
	opacity: .7;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.comment .comment-last {
	border-bottom: none
}
.comment-wrap {
	float: left;
	width: 88%;
	margin: -3px 0 0 0;
	padding: 0;
	word-wrap: break-word
}
.comment-entry-box {
	width: auto
}
.comment-input {
	position: relative;
	float: left;
	padding: 0;
	width: 88%
}
.comment-input textarea {
	width: 100%;
	height: 9%;
	min-height: 22px;
	padding: 2%;
	background: white;
	resize: vertical;
	overflow: hidden
}
.comment-input textarea.focus, .comment-input textarea:focus {
	height: auto;
	min-height: 130px;
	outline: none;
	overflow: visible
}
.comment-input textarea.focus:after, .comment-input textarea.focus:before, .comment-input textarea:focus:after, .comment-input textarea:focus:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.comment-input textarea.focus:after, .comment-input textarea:focus:after {
	border-color: rgba(255,255,255,0);
	border-width: 11px;
	left: -22px;
	border-right-color: #4FC9FF;
	top: 0;
	margin-top: 15px
}
.comment-input textarea.focus:before, .comment-input textarea:focus:before {
	border-color: rgba(255,255,255,0);
	border-width: 12px;
	left: -24px;
	border-right-color: none;
	top: 0;
	margin-top: 14px
}
.comment-input textarea.with-file {
	height: auto;
	overflow: visible
}
.notifications-wrap.new {
	margin-bottom: 20px
}
.notification-block.span-12 {
	position: relative
}
.notification-block.first .notification-content {
	border-top: 1px solid #e0e3e5;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px
}
.notification-block.first .notification-drawer {
	border-top: 1px solid #d4d8db;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMTAwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -moz-radial-gradient(left 100%, ellipse farthest-side, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -webkit-radial-gradient(left 100%, ellipse farthest-side, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: radial-gradient(ellipse farthest-side at left 100%, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-size: 4px 100%;
	background-repeat: no-repeat
}
.notification-block.last .notification-content {
	border-bottom: 1px solid #e0e3e5;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff
}
.notification-block.last .notification-drawer {
	border-bottom: 1px solid #d4d8db;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -moz-radial-gradient(left 0, ellipse farthest-side, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -webkit-radial-gradient(left 0, ellipse farthest-side, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: radial-gradient(ellipse farthest-side at left 0, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-size: 4px 100%;
	background-repeat: no-repeat
}
.notification-block.first.last .notification-drawer {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iNTAlIiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -moz-radial-gradient(left 50%, ellipse farthest-side, rgba(0,0,0,0.04), rgba(0,0,0,0));
	background-image: -webkit-radial-gradient(left 50%, ellipse farthest-side, rgba(0,0,0,0.04), rgba(0,0,0,0));
	background-image: radial-gradient(ellipse farthest-side at left 50%, rgba(0,0,0,0.04), rgba(0,0,0,0));
	background-position: 0 100%, 0 0;
	background-size: 4px 100%;
	background-repeat: no-repeat
}
.notification-block .notification-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 75%;
	background-color: white;
	border-left: 1px solid #e0e3e5;
	border-bottom: 1px solid #e0e3e5
}
.notification-block .notification-drawer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	float: left;
	width: 25%;
	border-right: 1px solid #d4d8db;
	border-bottom: 1px solid #d4d8db;
	border-left: 1px solid #d4d8db;
	-moz-box-shadow: inset 0 1px 0 rgba(245,247,248,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(245,247,248,0.5);
	box-shadow: inset 0 1px 0 rgba(245,247,248,0.5);
	background: rgba(117,115,114,0.04) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+PHN0b3Agb2Zmc2V0PSIxLjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: rgba(117,115,114,0.04) -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0,0,0,0.08)), color-stop(1.5%, rgba(0,0,0,0)));
	background: rgba(117,115,114,0.04) -moz-linear-gradient(center left, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 1.5%);
	background: rgba(117,115,114,0.04) -webkit-linear-gradient(center left, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 1.5%);
	background: rgba(117,115,114,0.04) linear-gradient(to center right, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 1.5%)
}
.notification-block .model {
	padding: 20px 20px 13px
}
.notification-block .model .designer {
	font-size: 0.8em;
	color: #a1aaad
}
.notification-block .model .product-img img {
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.notification-block .comment {
	width: auto;
	margin: 0;
	border: none
}
.notification-block .comment .avatar {
	width: 50px;
	height: 50px;
	float: left
}
.notification-block .comment .avatar a {
	width: 50px;
	height: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.notification-block .comment .comment-wrap {
	width: 460px;
	border: none
}
.notification-block .comment .comment-body {
	min-height: 70px
}
#comment-tabs {
	list-style: none;
	margin-left: 0;
	letter-spacing: .25px;
	font-weight: 500;
	border-bottom: 1px solid #D8DCDF
}
#comment-tabs .icon-comment {
	padding-right: 5px;
	font-size: 17px;
	line-height: 0
}
#comment-tabs .icon-unlocked {
	padding-right: 5px;
	font-size: 20px;
	line-height: 0
}
#comment-tabs .icon-locked {
	padding-right: 5px;
	font-size: 20px;
	line-height: 0
}
.comment-tab>h4>.icon-comment {
	margin-right: 8px
}
#comment-tabs a {
	text-style: none;
	color: #a1aaad
}
#comment-tabs a:hover {
	color: #67757B
}
#comment-tabs .tab {
	float: left;
	padding: 15px;
	padding-bottom: 5px;
	margin-right: 10px
}
#comment-tabs .tab.selected {
	border-bottom: 5px solid #445258
}
#comment-tabs .tab.selected a {
	color: #445258
}
.model-owner-comment {
	color: #0572a3;
	background-color: #e1f5ff;
	font-size: 11px;
	display: inline;
	font-weight: 400;
	padding: 5px
}
.my-models h2, .shop-inventory h2 {
	color: #67757B;
	font-size: 2em;
	font-weight: 300;
	height: 310px
}
.results-header h1 {
	margin: 0
}
.results-header .search-facets {
	margin-bottom: 0;
	margin-top: 20px
}
.shop-inventory .tags {
	clear: both;
	float: left;
	width: 760px
}
.shop-inventory .tag {
	margin: 0 6px 12px 0;
	cursor: pointer;
	float: left;
	display: inline-block
}
.shop-inventory .more-tags {
	float: right;
	text-align: right;
	margin-top: 1px;
	color: #08A3E9;
	cursor: pointer
}
.shop-inventory .more-tags:hover {
	color: #064381
}
.my-models-view-toggle {
	width: 204px;
	padding: 6px 8px;
	margin-top: 8px;
	background: #f5f7f8;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.my-models .results-header {
	float: left;
	margin: 20px 0;
	width: 100%
}
.my-models .list-view {
	float: left;
	width: 100%
}
.my-models .pagination-wrapper {
	clear: both
}
.my-models #items {
	width: 100%
}
.my-models-list-row {
	margin: 0;
	border-bottom: 1px solid #e0e3e5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 16px 6px;
	position: relative;
	display: block
}
.my-models-list-row:hover, .my-models-list-row:active, .my-models-list-row.hover {
	text-decoration: none;
	background-color: #fbfcfc;
	cursor: default;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.my-models-list-img {
	float: left;
	display: inline-block;
	margin-right: 20px;
	height: 57px;
	width: 80px
}
.my-models-list-img a {
	float: left;
	padding: 0;
	margin: 0;
	height: 57px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e0e3e5;
	overflow: hidden
}
.my-models-list-img a:hover {
	border: 1px solid #4FC9FF;
	-moz-transition: border 10ms ease-in-out;
	-o-transition: border 10ms ease-in-out;
	-webkit-transition: border 10ms ease-in-out;
	transition: border 10ms ease-in-out
}
.my-models-list-details {
	float: left;
	margin-right: 14px
}
.my-models-list-title {
	font-size: 16px;
	width: 300px;
	padding-bottom: 8px;
	margin-top: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #67757B
}
.my-models-list-title a {
	color: #67757B
}
.my-models-list-title a:hover {
	text-decoration: underline
}
.my-models-edit, .my-models-view, .my-models-3d-tools {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #e0e3e5;
	float: left;
	font-size: 13px
}
.my-models-delete {
	float: left;
	font-size: 13px
}
.my-models-material-select {
	float: left;
	margin-top: 10px;
	margin-right: 20px
}
.my-models-add-to-cart {
	padding-top: 10px;
	float: right
}
.my-models-add-to-cart input {
	width: 50px;
	height: 39px;
	text-align: center;
	float: left
}
.my-models-add-to-cart button {
	margin-left: 20px;
	float: right
}
.my-models-price {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 18px;
	width: 90px;
	text-align: left
}
.my-models-list-column-headers {
	width: 100%;
	border-bottom: 1px solid #e0e3e5;
	float: left
}
.my-models-list-column-headers h6 {
	display: inline
}
.my-models-list-column-headers .model-name {
	margin-left: 106px
}
.my-models-list-column-headers .material-finish {
	margin-left: 228px
}
.my-models-list-column-headers .model-price {
	margin-left: 122px
}
.my-models-list-column-headers .model-quantity {
	margin-left: 62px
}
.search-results-query-count {
	position: relative
}
.search-results .search-results-forum-callout {
	display: block;
	font-size: 0.8em
}
.search-results .results-sort {
	text-align: right
}
.search-results .content-container-right {
	margin: 0
}
.search-results .search-exact-result, .search-results .no-results-content {
	position: relative;
	display: block;
	background: white;
	margin: 0 0 30px 0;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.search-results .search-exact-result .left-graphic-margin, .search-results .no-results-content .left-graphic-margin {
	position: absolute;
	width: 20px;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left #fff;
	height: 100%;
	margin-right: 20px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px
}
.search-results .search-exact-result .search-exact-result-title, .search-results .no-results-content .search-exact-result-title {
	margin-top: 20px;
	padding: 0 20px 0 20px;
	font-size: 16px;
	font-weight: bold
}
.search-results .search-exact-result .search-exact-result-description, .search-results .no-results-content .search-exact-result-description {
	padding: 0 20px 20px 20px;
	margin-top: 5px;
	display: block;
	width: 100%;
	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')
}
.myshapeways-header {
	width: 100%;
	background: #edeff0;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
*zoom:1;
	-moz-box-shadow: 0 -1px 0 #ddd inset;
	-webkit-box-shadow: 0 -1px 0 #ddd inset;
	box-shadow: 0 -1px 0 #ddd inset
}
.myshapeways-header .myshapeways-submenu {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	clear: both
}
.myshapeways-header .myshapeways-submenu li {
	margin: 0;
	list-style: none;
	float: left
}
.myshapeways-header .myshapeways-submenu li a {
	display: block;
	color: #757372;
	padding: 12px 10px;
	font-weight: 300;
	font-size: 0.9em
}
.myshapeways-header .myshapeways-submenu li a:hover {
	color: #444;
	border-bottom: none
}
.myshapeways-header .myshapeways-submenu li h1 {
	float: left;
	font-size: 1em;
	font-weight: normal;
	padding: 7px 0 0 0;
	margin: 0;
	color: #757372;
	overflow: hidden;
	text-overflow: ellipsis
}
.myshapeways-header .myshapeways-submenu li h1 a {
	color: #757372;
	font-size: inherit;
	font-weight: inherit;
	padding: 0
}
.myshapeways-header .myshapeways-submenu li .avatar {
	float: left;
	vertical-align: top;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.myshapeways-header .myshapeways-submenu li .avatar a {
	padding: 0;
	width: 30px;
	height: 30px;
	border: none
}
.myshapeways-header .myshapeways-submenu .myshapeways-active a {
	background: url(/rrstatic/img/subnav-arrow-02.png) 50% bottom no-repeat;
	color: #444
}
.myshapeways-header .no-hover {
	text-decoration: none;
	padding: 7px 20px 7px 0
}
.myshapeways-account {
	padding: 0 0 50px 0
}
.myshapeways-account .avatar-container form {
	position: relative
}
.myshapeways-account .about-me-container {
	margin-top: -6px;
	overflow: hidden;
*zoom:1
}
.myshapeways-account .about-me-container h1 {
	margin: 0 0 5px 0
}
.myshapeways-account .about-me {
	margin: 20px 0 0 0;
	display: block
}
.myshapeways-account .about-me textarea {
	width: 367px;
	height: 78px;
	margin: 0;
	resize: none
}
.myshapeways-account .moreThanTenCounter {
	color: #db1705
}
.myshapeways-account .lessThanTenCounter {
	color: #fc857a
}
.myshapeways-account .myshapeways-avatar {
	position: relative;
	float: left;
	width: 222px;
	height: 222px;
	border: 1px solid #e0e3e5;
	padding: 10px;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff
}
.myshapeways-account .myshapeways-avatar img {
	width: 200px;
	height: 200px
}
.myshapeways-account .myshapeways-avatar input[type="file"] {
	visibility: hidden;
	opacity: 0;
	cursor: pointer
}
#forumpreferences_form label {
	text-transform: none
}
.input-col {
	display: block;
	margin: 0 40px 0 0;
*zoom:1
}
.input-col:after {
	content: "";
	display: table;
	clear: both
}
.input-col input[type=text], .input-col input[type=password], .input-col textarea {
	width: 452px;
	resize: vertical
}
.input-col input[type="checkbox"] {
	width: 20px
}
.account-save {
	clear: both;
	margin: 20px 0 0 0;
	width: 200px
}
.notification {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 0.9em
}
.myshapeways-expertise {
	margin: 5px 0
}
#forumpreferences_form {
	margin: 30px 0 0 0
}
#billing-address-container, #shipping-address-container {
	padding: 30px 0 0 0
}
.shipping-country-name {
	font-weight: bold;
	margin: 0 0 20px 0
}
.cancel-button {
	float: left;
	clear: both;
	margin: 10px 0 0 0
}
.account-container {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e0e3e5;
	overflow: hidden;
*zoom:1
}
.account-container .notification {
	width: 60%;
	margin-top: 3px;
	padding: 7px
}
.payout {
	display: block;
	padding: 20px;
	border: 1px solid #e0e3e5;
	background-color: #f5f7f8;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
*zoom:1
}
.payout h3 {
	margin: 0 0 10px 0
}
.myshop-banner {
	border: 1px solid #e0e3e5;
	overflow: hidden;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.myshop-banner h1 {
	padding: 50px 0 0 0;
	color: #e0e3e5
}
.payment-download {
	display: block;
	margin: 20px 0;
	padding: 5px 2px
}
.replace-banner {
	display: block;
	width: 960px;
	margin: 0;
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.replace-banner input[type="file"] {
	visibility: visible;
	opacity: 0;
	cursor: pointer
}
.my-shop-box {
*zoom:1;
	padding: 20px;
	margin-bottom: 1.5em;
	background: #fff;
	border: 1px solid white;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 0 1px 1px #D8DCDF;
	border: 1px solid #e0e3e5;
	padding: 80px 20px 20px 20px
}
.my-shop-box:after {
	content: "";
	display: table;
	clear: both
}
.close-shop {
	display: block;
	background: none;
	border-top: 1px solid #e0e3e5;
	padding: 20px 0 0 0;
	margin: 0;
	overflow: hidden;
*zoom:1;
	clear: both
}
.close-shop p {
	color: #757372
}
.close-shop input[type="submit"] {
	display: inline-block;
	outline: none;
	background-color: #757372;
	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 #696867;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 10px 0 0 0;
	width: 150px;
	padding: 5px
}
.close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:focus {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:active {
	cursor: pointer;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"]:active {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"] a, .close-shop input[type="submit"] a:visited, .close-shop input[type="submit"] a:active, .close-shop input[type="submit"] a:hover, .close-shop input[type="submit"]:visited, .close-shop input[type="submit"]:active, .close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:focus {
	color: #fff
}
.close-shop input[type="submit"] div {
	position: relative
}
.close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:focus {
	background-color: #6d6b6a;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"]:active {
	background: #6d6b6a;
	border: 1px solid #5d5c5c
}
.close-shop input[type="checkbox"] {
	width: 20px
}
.shop-logo-holder {
	position: relative;
	width: 222px;
	height: 167px;
	margin: 0 0 20px 0
}
.shop-logo-holder input[type="file"] {
	visibility: visible;
	opacity: 0;
	cursor: pointer
}
.shop-logo {
	display: block;
	width: 220px;
	height: 165px;
	border: 1px solid #e0e3e5;
	margin: 0 auto 20px auto;
	padding: 0
}
.add-section {
	display: inline-block;
	outline: none;
	background-color: #757372;
	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 #696867;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.add-section:hover, .add-section:focus {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.add-section:hover, .add-section:active {
	cursor: pointer;
	border: 1px solid #5d5c5c
}
.add-section:active {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.add-section a, .add-section a:visited, .add-section a:active, .add-section a:hover, .add-section:visited, .add-section:active, .add-section:hover, .add-section:focus {
	color: #fff
}
.add-section div {
	position: relative
}
.add-section:hover, .add-section:focus {
	background-color: #6d6b6a;
	border: 1px solid #5d5c5c
}
.add-section:active {
	background: #6d6b6a;
	border: 1px solid #5d5c5c
}
.markup-csv {
	display: none;
	height: 404px;
	background-color: whitesmoke;
	padding: 45px 60px;
	margin: 5px 0 0 0
}
.markup-csv h3 {
	margin: 0 0 20px 0
}
.markup-csv .myshop_markupcsv_download_middle {
	margin: 0 0 20px 0;
	overflow: hidden;
*zoom:1
}
.markup-csv .markup_csv_ps {
	margin: 10px 0 20px 0
}
.markup-csv .csv_upload_ps {
	float: left;
	width: 266px;
	color: #e0e3e5
}
.markup-csv .csv_upload_ps .title {
	font-size: 1.5em;
	font-weight: bold
}
.markup-csv .csv_upload_ps.csv_upload_active .title {
	color: #444;
	font-size: 1.5em
}
.markup-csv .csv_upload_ps .csv_upload_bar {
	background: #e0e3e5;
	height: 10px;
	width: 260px
}
.markup-csv .csv_upload_ps .csv_ps_description {
	width: 250px;
	padding-top: 15px;
	padding-bottom: 30px
}
.markup-csv .csv_upload_ps.csv_upload_active .csv_upload_bar {
	background: #444
}
.markup-csv .next-step {
	float: left;
	width: 302px;
	height: 40px;
	text-align: right;
	padding: 3px 0 0 0
}
.markup-csv .next-step a {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2em
}
.markup-csv .next-step span {
	font-weight: bold
}
.myshop_markupcsv_preview_body {
	overflow: hidden;
*zoom:1
}
.myshop-tooltip {
	color: #4B4A49;
	font-size: 12px;
	float: left;
	background-color: #DAD9D7;
	width: 360px;
	overflow: visible;
	padding: 6px;
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	text-shadow: none
}
.myshop-tooltip:after, .myshop-tooltip:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.myshop-tooltip:after {
	border-color: rgba(255,255,255,0);
	border-width: 13px;
	left: -26px;
	border-right-color: #DAD9D7;
	top: 0;
	margin-top: 11px
}
.myshop-tooltip:before {
	border-color: rgba(255,255,255,0);
	border-width: 14px;
	left: -28px;
	border-right-color: none;
	top: 0;
	margin-top: 10px
}
.addCredits .success, .addCredits .error {
	margin-top: 55px
}
.addCredits label, .addCredits input, .addCredits .secondary-button-inset {
	float: left;
	margin: 5px 10px 0 0;
	vertical-align: top
}
.addCredits label {
	line-height: 2em;
	width: 85px
}
.addCredits input {
	height: 24px;
	width: 160px
}
.addCredits .error {
	padding: 4px;
	font-size: 0.8em;
	clear: both;
	margin: 55px 0 0 95px;
	width: 162px
}
.my-credits tr:hover, .my-orders tr:hover {
	background: #edeff0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.my-credits thead tr:hover, .my-orders thead tr:hover {
	background: none
}
.my-credits th, .my-orders th {
	padding: 12px 0;
	border-bottom: 1px solid #e0e3e5;
	-moz-box-shadow: 0 2px 0 #edeff0;
	-webkit-box-shadow: 0 2px 0 #edeff0;
	box-shadow: 0 2px 0 #edeff0;
	color: #757372
}
.my-credits td, .my-orders td {
	padding: 20px 5px;
	border-bottom: 1px solid #e0e3e5;
	-moz-box-shadow: 0 2px 0 #edeff0;
	-webkit-box-shadow: 0 2px 0 #edeff0;
	box-shadow: 0 2px 0 #edeff0;
	vertical-align: middle;
	font-weight: 300
}
.my-credits td table tr th, .my-credits td table tr td, .my-orders td table tr th, .my-orders td table tr td {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}
.image-editable .edit-icon {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 41px;
	height: 54px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/rrstatic/img/edit-icon.png) top left;
	overflow: hidden;
	cursor: pointer;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
.image-editable .edit-icon:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9
}
.image-editable .edit-icon.waiting {
	height: 52px;
	background: url("/rrstatic/img/waiting.gif") center no-repeat;
	-moz-background-size: 80% auto;
	-o-background-size: 80% auto;
	-webkit-background-size: 80% auto;
	background-size: 80% auto;
	background-color: #e0e3e5;
	border-bottom: 2px solid #bbb
}
.image-editable .edit-icon.waiting:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.image-editable:hover .edit-icon {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75
}
.image-editable:hover .edit-icon:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.image-editable .edit-icon.waiting {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.image-editable .notification {
	position: absolute;
	top: -3px;
	right: 2px;
	width: 208px;
	padding: 6px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 5px
}
.tabs {
	margin: 0;
	display: block;
	min-height: 41px;
	overflow: hidden;
*zoom:1
}
.tabs li {
	display: block;
	float: left;
	list-style: none;
	margin: 0
}
.tabs a {
	padding: 11px 24px;
	line-height: 2.2em;
	color: #a1aaad;
	font-weight: bold;
	-webkit-font-smoothing: antialiased
}
.tabs a:hover {
	background: none;
	color: #67757B
}
.tabs .active a {
	background: white;
	position: relative;
	color: #445258;
	border-bottom: 5px solid #005A81;
	padding-bottom: 13px
}
.tabs-nav {
	height: 67px;
*height:46px;
	width: 100%;
*width:922px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e0e3e5;
	background: #f5f7f8;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
.tabs-nav li {
	list-style: none;
	float: left;
	margin: 0 4px 0 0;
	display: inline;
	color: #67757B;
	cursor: pointer;
	border: none
}
.tabs-nav li a {
	color: #a1aaad;
	padding: 12px 16px 11px 16px;
	display: inline-block
}
.tabs-nav li a:hover {
	color: #67757B
}
.tabs-nav.on-white {
	background: none
}
.tabs-nav .tabs-nav-selected {
	border: 1px solid #e0e3e5;
	border-bottom: 1px solid white;
	background: white;
	color: #67757B;
	padding: 10px 16px 11px 16px;
	display: inline-block;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0
}
.tabs-nav .tabs-nav-selected:hover {
	cursor: default
}
.tabs-nav .tabs-nav-selected a {
	color: #67757B
}
.my-shop-box .tabs-nav-selected {
	padding: 0
}
.big-tab {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 115px;
	padding: 20px;
	margin: 0;
	font-size: 14px;
	border-left: 1px solid white;
	border-right: 1px solid #e0e3e5;
	background-color: #f5f7f8;
	cursor: pointer;
	-moz-transition: top 250ms ease;
	-o-transition: top 250ms ease;
	-webkit-transition: top 250ms ease;
	transition: top 250ms ease
}
.big-tab h1, .big-tab h2, .big-tab span {
	pointer-events: none
}
.big-tab h1, .big-tab h2 {
	font-size: 16px;
	font-weight: bold;
	color: #67757B;
	margin-bottom: 0
}
.big-tab:hover {
	color: #08A3E9;
	background-color: #edeff0
}
.big-tab:hover h1, .big-tab:hover h2 {
	color: #08A3E9
}
.big-tab.selected {
	background-color: white;
	cursor: default;
	color: #67757B
}
.big-tab.selected h1, .big-tab.selected h2 {
	color: #67757B
}
.big-tab.slide-down {
	position: absolute;
	top: 100%
}
.big-tab.slide-up {
	top: 0;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}
.big-tab.first {
	border-left: none;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 0
}
.big-tab.last {
	border-right: none;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 0 0
}
.big-tab.span-3 {
	width: 25%;
	margin: 0
}
.big-tab.span-12 {
	width: 100%;
	border: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
.big-tab.prepend-3 {
	margin-left: 25%
}
.sct-create .big-tab {
	text-align: center;
	padding-top: 35px
}
.sct-create .big-tab.first {
	padding-top: 20px
}
.currentSales h1, .pastSales h1 {
	text-shadow: 0 1px 0 #fff
}
.currentSales h2 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 0 #fff
}
.currentSales h3 {
	font-size: 1.5em;
	font-weight: bold
}
.currentSales {
	margin: 40px 0 0 0;
	clear: both
}
.current-sale {
	width: 210px;
	text-align: center;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 20px 10px;
	display: block;
	border: 1px solid #e0e3e5;
	background: #f5f7f8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 0 1px 1px #D8DCDF
}
.current-sale h2 {
	font-size: 1em;
	color: #67757B;
	text-transform: uppercase
}
.current-sale h3 {
	margin: 0
}
div.pastSales, div.confirmedSales {
	margin-top: 20px
}
div.confirmedSales .headline-container {
	margin-left: -10px
}
.pastSales h2 {
	font-size: 1em;
	color: #757372;
	font-weight: normal
}
.pastSales h3 {
	font-size: 1em;
	font-weight: 300
}
.sales-row, .shop-materials tr td {
	clear: both;
	padding: 10px 0 10px 0;
	height: 42px;
	border-bottom: 1px dotted #e0e3e5;
	vertical-align: middle
}
.sales-row.no-hover:hover, .shop-materials tr td.no-hover:hover {
	background: none
}
.sales-row.no-results, .shop-materials tr td.no-results {
	height: auto;
	padding: 40px 0;
	color: #67757B;
	font-size: 1em;
	text-align: center
}
.sales-row:hover {
	background: #f5f7f8
}
.periodStart {
	float: left
}
.periodDivider {
	float: left;
	margin: 0 10px
}
.periodEnd {
	float: left
}
.payoutPeriodOrders {
	cursor: pointer
}
.shop-materials {
	width: 800px;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: 300
}
.popup-content .container {
	width: 100%
}
.popup-content h3 {
	background: whitesmoke;
	font-weight: 300;
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.shop-materials {
	width: 100%
}
.shop-materials th {
	font-weight: bold;
	padding: 15px 0
}
.shop-materials td {
	padding: 12px 0;
	border-bottom: 1px dotted #ccc
}
.shop-materials td input {
	width: 50px
}
.shop-materials .default-button {
	width: 100px
}
.shop-materials .no-border {
	border: none
}
.shop-materials a {
	cursor: pointer
}
.material-grid .title {
	padding: 0 0 0 10px
}
.material-grid thead {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.material-grid .disabled {
	background: #eee;
	color: #aaa
}
.sw--modal-responsive {
	width: 560px !important
}

@media all and (min-width: 320px) and (max-width: 480px) {
.sw--modal-responsive {
	width: 90% !important;
	font-size: 80%
}
}
.popup {
	z-index: 1150;
	display: none;
	width: 600px;
	max-height: 400px;
	overflow: auto;
	background: #fff;
	padding: 30px;
	border-bottom: 3px solid #cecece;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -330px;
*height:600px;
*overflow:auto;
*width:600px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 1px 1px rgba(0,0,0,0.4)
}
.outside-popup {
	background-color: #000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 1100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.popup-header {
	display: block;
	margin: 0 0 20px 0
}
.popup-cancel {
	float: left;
	cursor: pointer
}
.acknowledge-rescale, .privacy-statement, .terms-and-conditions, .payout-popup {
	position: absolute;
	width: 800px;
	display: none
}
.material-popup {
	margin: 0 0 0 85px;
	position: fixed;
	top: 150px;
	width: 730px
}
.privacy-statement, .terms-and-conditions {
	padding-right: 0px
}
.popup-content {
	max-height: 400px;
	overflow: auto;
	padding-right: 10px
}
.progress-bar-status {
	margin: none
}
#progress-bar-container {
	background-color: #F9F9F9;
	padding: 0;
	margin: 10px 0;
	border-radius: 3px;
	border: 1px solid #a1aaad
}
.progress-bar {
	background-color: #81C2e8;
	width: 0%;
	height: 12px;
	border-radius: 2px
}
.campaign-modal {
	z-index: 1150;
	background: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	padding: 0 !important;
	margin: 0 !important;
	width: 470px !important;
	height: 356px !important
}
.campaign-modal .campaign-modal-inner {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	background: url("/rrstatic/img/EmailModal/NewsletterSignup_Modal_20140401.jpg") no-repeat;
	width: 462px;
	height: 306px;
	display: block;
	border: 4px solid #4FC9FF
}
.campaign-modal .campaign-modal-inner .email-modal-copy {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 85%;
	padding-top: 35px
}
.campaign-modal .campaign-modal-inner .email-modal-copy h1 {
	font-weight: 500
}
.campaign-modal .campaign-modal-inner .email-modal-copy p {
	font-size: 15px
}
.campaign-modal .campaign-modal-inner .email-modal-copy.confirmation {
	text-align: center
}
.closeModal {
	margin-top: 8px
}
.signup-email-modal {
	position: relative;
	margin: 0 auto;
	width: 85%;
	top: 12px
}
.signup-email-modal .email-modal-input {
	height: 29px;
	width: 255px;
	margin-right: 12px
}
.close-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
	height: 26px;
	background: url("/rrstatic/img/portal/view-model/icon-sprite-2.png") no-repeat;
	background-position: left -371px;
	margin: 18px 18px 0 0;
	cursor: pointer
}
.close-box:hover {
	background-position: left -403px
}
.emailModalsignup {
	padding: 0px !important;
	top: 350px !important;
	margin: auto;
	height: 314px !important;
	width: 470px !important;
	left: 50% !important;
	margin-left: -235px !important;
	margin-top: -178px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px;
	border-radius: 2px !important;
	position: fixed !important;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}
.emailModalsignup.md-show {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px;
	border-radius: 2px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.emailModalsignup.md-show.ui-widget-content {
	box-shadow: none !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px;
	border-radius: 4px !important;
	border: none !important;
	overflow: hidden
}
.emailModalsignup.md-show .ui-dialog-titlebar {
	display: none !important
}
.emailModalsignup.md-show .ui-dialog {
	display: none
}
.ui-widget-overlay.emailModal-overlay {
	overflow: hidden !important;
	background: black !important;
	opacity: .4 !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.loginModal {
	background-color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 280px;
	float: left;
	left: 50%;
	position: absolute;
	margin-top: 10px;
	margin-left: -203px;
	-webkit-box-shadow: 0 4px 30px #333
}
.login-modal-tabs-container {
	height: 56px;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 0;
	background: #f5f7f8;
	border-bottom: 1px solid #e0e3e5;
	border-top: 1px solid #f5f7f8;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0
}
.login-modal-tabs {
	border: 1px auto #000000;
	margin: 30px
}
.login-modal-tabs ul {
	margin: 0 0 31px 0
}
.login-modal-tabs li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 1.2em;
	font-weight: 500
}
.login-modal-tabs a {
	top: -9px;
	position: relative;
	padding: 6px 20px 6px 20px;
	color: #a1aaad
}
.active-modal-tab a {
	border-bottom: 5px solid #4FC9FF;
	color: #445258
}
.edu-signup {
	background: none
}
.no-jquery-header>.ui-dialog-titlebar {
	background: #ffffff;
	border-bottom: none
}
.newsletter-tag-container {
	border: 4px solid #4FC9FF
}
#materialHideStash {
	display: none
}
.compare {
	text-align: center;
*zoom:1;
	padding: 20px;
	margin-bottom: 1.5em;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left;
	border: 1px solid #e0e3e5;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.compare:after {
	content: "";
	display: table;
	clear: both
}
.compare p {
	line-height: 1.3em;
	margin: 0 0 12px 0
}
.material-decide {
	margin: 10px 0 30px 0
}
.material-decide h3 {
	font-weight: 300
}
.material-decide-inner {
	display: block;
	padding: 30px 30px 10px 30px
}
#material-specific-decide .reset-button {
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 0 15px;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
#material-specific-decide .reset-button:hover, #material-specific-decide .reset-button:focus {
	cursor: pointer;
	color: #08A3E9;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
#material-specific-decide .model-size {
	width: 350px;
	display: block;
	float: left;
	margin: 10px 0 0 0
}
#material-specific-decide .model-size input[type=text] {
	width: 80px;
	margin: 5px 0 0 0
}
#material-specific-decide .model-productDimension {
	float: left;
	width: 140px;
	display: inline-block;
	margin: 10px 0 0 0
}
#material-specific-decide .model-productDimension input[type=text] {
	margin: 5px 0 10px 0;
	width: 80px
}
.material-decide-nav ul {
	display: block;
	list-style: none;
	height: 45px;
	margin: 0;
	border-bottom: 1px solid #e0e3e5;
*zoom:1
}
.material-decide-nav ul:after {
	content: "";
	display: table;
	clear: both
}
.material-decide-nav li {
	list-style: none;
	float: left;
	padding: 11px 16px;
	background: #fff;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	margin: 0 3px 0 0;
	display: inline;
	color: #a1aaad;
	cursor: pointer
}
.material-decide-nav li:hover {
	color: #67757B
}
.material-decide-nav .material-decide-nav-selected {
	list-style: none;
	float: left;
	padding: 11px 16px;
	margin: 0;
	display: inline;
	color: #67757B;
	border: 1px solid #e0e3e5;
	border-bottom: 1px solid white
}
.material-detail-nav ul {
	display: block;
	list-style: none
}
.material-detail-nav li {
	list-style: none;
	float: left;
	padding: 10px 15px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin: 20px 3px 0 0;
	display: inline;
	font-size: 135%;
	font-weight: bold;
	color: #777;
	cursor: pointer;
	text-shadow: 0 1px 0 #fff
}
.material-detail-nav .material-detail-nav-selected {
	list-style: none;
	float: left;
	padding: 10px 15px;
	background: #fff;
	border-top: 1px solid #e0e3e5;
	border-left: 1px solid #e0e3e5;
	border-right: 1px solid #e0e3e5;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin: 20px 3px 0 0;
	display: inline;
	font-weight: bold;
	color: #444
}
.material-option-container {
	width: 193px;
	float: left;
	display: inline-block;
	margin: 0 28px 0 0
}
.material-option-container p {
	margin: 0 0 10px 0
}
.material-option {
	width: 194px;
	padding: 5px 1px 7px 5px;
	box-shadow: 0 1px 2px #bbb inset;
	background: #D8DCDF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.material-option ul {
	list-style: none;
	margin: 0
}
.material-option li {
	list-style: none;
	float: left;
	background: #757372;
	color: #fff;
	font-weight: 300;
	text-shadow: 0 -1px 0 #444;
	text-align: center;
	width: 60px;
	padding: 5px 0 4px 0;
	margin: 0 2px 0 0;
	position: relative;
	-moz-transition: background 200ms 0, box-shadow 200ms 0;
	-o-transition: background 200ms 0, box-shadow 200ms 0;
	-webkit-transition: background 200ms 0, box-shadow 200ms 0;
	transition: background 200ms 0, box-shadow 200ms 0;
	-moz-box-shadow: 0 2px 0 #464544;
	-webkit-box-shadow: 0 2px 0 #464544;
	box-shadow: 0 2px 0 #464544
}
.material-option li:hover {
	background: #918f8e;
	-moz-box-shadow: 0 2px 0 #636261;
	-webkit-box-shadow: 0 2px 0 #636261;
	box-shadow: 0 2px 0 #636261;
	cursor: pointer;
	-moz-transition: background 0, box-shadow 0;
	-o-transition: background 0, box-shadow 0;
	-webkit-transition: background 0, box-shadow 0;
	transition: background 0, box-shadow 0
}
.material-option li:active {
	top: 1px;
	-moz-box-shadow: 0 1px 0 #666;
	-webkit-box-shadow: 0 1px 0 #666;
	box-shadow: 0 1px 0 #666
}
.material-option .material-option-selected, .material-option .material-option-selected:hover {
	-moz-box-shadow: 0 1px 0 #009de3;
	-webkit-box-shadow: 0 1px 0 #009de3;
	box-shadow: 0 1px 0 #009de3;
	background: #74c2e8;
	text-shadow: 0 -1px 0 #009de3;
	top: 1px
}
.material-option .material-option-selected:active {
	top: 1px;
	position: relative;
	background: #4FC9FF;
	text-shadow: 0 -1px 0 #009de3
}
.material-option-border-left {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.material-option-border-right {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.select-material-cat {
	font-size: 200%;
	cursor: pointer
}
.select-material-cat optgroup option, .select-material-cat select {
	font-size: 20px;
	background: #eee;
	text-shadow: none
}
.image-viewer {
	height: 160px;
	padding: 20px 0;
	margin: 47px 0 0 0;
	display: block;
	clear: both;
	border-bottom: 1px dotted #e0e3e5
}
.image-viewer li {
	float: left;
	list-style: none;
	width: 210px;
	height: 158px;
	margin: 0 27px 0 0;
	display: inline
}
.image-viewer li a {
	width: 210px;
	height: 158px;
	display: block
}
.image-viewer li a img {
	width: 210px;
	height: 158px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.image-viewer li a:hover img {
	-moz-box-shadow: 0 1px 3px #4FC9FF;
	-webkit-box-shadow: 0 1px 3px #4FC9FF;
	box-shadow: 0 1px 3px #4FC9FF;
	border: 1px solid #4FC9FF;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	-moz-transition: box-shadow 200ms ease;
	-o-transition: box-shadow 200ms ease;
	-webkit-transition: box-shadow 200ms ease;
	transition: box-shadow 200ms ease
}
.image-viewer li.last {
	margin-right: 0
}
.finishes {
	width: 400px;
	margin: 20px 18px 20px 0;
	float: left
}
.finishes h3 {
	font-weight: 300;
	margin: 0 0 10px 0
}
.finishes p {
	line-height: 1.2em;
	font-size: 0.8em
}
.finishes .finish-box {
	float: left;
	width: 87px;
	margin: 0 13px 10px 0
}
.finishes .finish-box img {
	border: 1px solid white;
	display: block;
	margin: 0 0 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 0 1px #e0e3e5;
	-webkit-box-shadow: 0 0 0 1px #e0e3e5;
	box-shadow: 0 0 0 1px #e0e3e5
}
.numbers-snapshot {
	width: 500px;
	float: left;
	margin: 20px 0
}
.numbers-snapshot h3 {
	color: #FC695B
}
.numbers-snapshot p {
	font-size: 14px
}
.properties-box {
	width: 860px;
	padding: 30px;
	float: left;
	margin: 0 auto;
	border-top: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff
}
.properties-box h3 {
	font-weight: 300;
	margin: 0 0 20px 0
}
ul.top-tip {
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px
}
ul.top-tip li {
	list-style: none;
	margin: 3% 0;
	position: relative
}
ul.top-tip span {
	position: absolute;
	top: -2px;
	left: -40px;
	background: #4FC9FF;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	margin-left: 0;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 -1px 0 #009de3
}
.material-detail-box {
*zoom:1;
	padding: 20px;
	margin-bottom: 1.5em;
	background: #fff;
	border: 1px solid white;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 0 1px 1px #D8DCDF;
	border: none;
	width: 920px;
	padding: 80px 20px 20px 20px
}
.material-detail-box:after {
	content: "";
	display: table;
	clear: both
}
.material-detail-box h3 {
	font-weight: 300
}
.material-dropdown {
	width: 960px;
	display: block;
	margin: 0 0 20px 0
}
.material-dropdown select {
	font-size: 2.1em;
	font-weight: 300;
	margin: 0 20px 0 0;
	background: white;
	border: 1px solid #e0e3e5;
	height: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.material-dropdown select optgroup {
	font-size: .7em;
	font-weight: 300;
	border: 1px solid #e0e3e5
}
.material-samples {
	float: right;
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
	padding: 12px 0 0 0
}
.property-stat {
	width: 120px;
	margin: 0 28px 15px 0;
	float: left
}
.property-stat p {
	margin: 0 0 3px 0
}
.property-stat .stat-bubble {
	display: block;
	padding: 4px 5px 5px 8px;
	line-height: 1em;
	background: #757372;
	border: 2px solid #e0e3e5;
	border-top: 1px solid #e0e3e5;
	color: white;
	width: 103px;
	font-size: 0.9em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 -1px 0 #009de3;
	-moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 #ccc;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #ccc;
	box-shadow: 0 1px 0 #fff, 0 -1px 0 #ccc
}
.property-stat .stat-bubble.low {
	background: url(/rrstatic/img/materials/stat-bg.png) -96px 0px #757372 no-repeat
}
.property-stat .stat-bubble.med {
	background: url(/rrstatic/img/materials/stat-bg.png) -75px 0px #757372 no-repeat
}
.property-stat .stat-bubble.high {
	background: url(/rrstatic/img/materials/stat-bg.png) 0px 0px #757372 no-repeat
}
.by-the-numbers {
	width: 100%;
	float: left;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.by-the-numbers li {
	display: block;
	padding: 8px 12px 7px 12px;
	list-style: none;
	margin: 0;
	line-height: 1.3em;
	background: #C3EBFF
}
.by-the-numbers li strong {
	font-size: 0.9em
}
.by-the-numbers .odd-row {
	background: #e5f7ff;
	border-bottom: 1px solid white;
	border-top: 1px solid white
}
.design-tip {
	width: 820px;
	padding: 30px 50px;
	margin: 0;
	background: url("/rrstatic/img/materials/design-tip-icon.png") 13px 0px no-repeat #fff;
	border-top: 1px solid #e0e3e5;
	text-shadow: 0 1px 0 #fff;
	overflow: hidden;
*zoom:1
}
.design-tip h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 12px 0
}
.design-tip p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5
}
.design-tip p strong {
	margin: 0 0 12px 0
}
.design-tip p img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 30px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.table-space {
	padding: 10px;
	border: 1px solid #e0e3e5
}
.table-space tr td {
	border-bottom: 1px solid #e0e3e5;
	padding: 10px
}
.material-sample-kits.container {
	margin-top: 40px
}
.material-sample-kits .box {
	height: 420px
}
.material-sample-kits .box .learn-more {
	position: absolute;
	text-indent: -9999px;
	width: 258px;
	height: 83px;
	top: 92px;
	left: 3px;
	font-size: 0.8em;
	background-image: url("/rrstatic/img/portal/sample-kit/hover.png");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.material-sample-kits .box .learn-more {
	background-image: url("/rrstatic/img/portal/sample-kit/hover_2x.png")
}
}
.material-sample-kits .box .material-sample-list {
*zoom:1;
	position: relative;
	margin-left: 20px
}
.material-sample-kits .box .action-button-bottom-last-inset {
	width: 136px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-shadow: none
}
.material-sample-kits .box .sample-kit-price {
	width: 166px;
	height: 47px;
	padding: 11px 0;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left;
	border-top: 1px solid #e0e3e5;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 0 4px;
	text-align: center;
	font-size: 1.2em
}
.material-sample-kits .box .material-sample-kit {
	height: 57px
}
.material-sample-kits .box.basic-kit {
	margin-top: -3px
}
.material-sample-kits .box.basic-kit .material-sample-list {
	padding: 133px 0 0 34px
}
.material-sample-kits .box.basic-kit .action-button-bottom-last {
	width: 140px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9em
}
.material-sample-kits .box.basic-kit .action-button-bottom-last:hover {
	width: 140px;
	height: 47px;
	padding: 14px 26px 11px 27px
}
.material-sample-kits .box.basic-kit .sample-kit-price {
	width: 164px
}
.material-sample-kits .box.basic-kit .sample-shelf {
	width: 304px
}
.material-sample-kits .box.color-finish-kit .material-sample-list {
	padding: 133px 0 0 7px
}
.material-sample-kits .box.metal-kit .material-sample-list {
	padding: 145px 0 0 34px
}
.material-sample-kits .box .property-stat {
	width: 82px;
	margin: -3px 10px 18px 0
}
.material-sample-kits .box .property-stat.last {
	margin-right: 0
}
.material-sample-kits .box .property-stat .stat-bubble {
	padding: 4px 5px 5px 5px;
	width: 70px;
	font-size: 0.8em;
	font-weight: bold
}
.material-sample-kits .box .property-stat .stat-bubble.low {
	background: url(/rrstatic/img/materials/stat-bg.png) -105px 0px #757372 no-repeat
}
.material-sample-kits .box .property-stat .stat-bubble.med {
	background: url(/rrstatic/img/materials/stat-bg.png) -90px 0px #757372 no-repeat
}
.material-sample-kits .box .sample-shelf {
	position: absolute;
	height: 30px;
	top: 217px;
	left: 0px;
	width: 302px;
	border-bottom: 1px solid #e0e3e5;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(87%, #ffffff), color-stop(100%, rgba(240,240,240,0.9)));
	background-image: -moz-linear-gradient(#ffffff 87%, rgba(240,240,240,0.9));
	background-image: -webkit-linear-gradient(#ffffff 87%, rgba(240,240,240,0.9));
	background-image: linear-gradient(#ffffff 87%, rgba(240,240,240,0.9))
}
.material-sample-kits .box .sample-shelf.row-1 {
	top: 195px
}
.material-sample-kits .box .sample-shelf.row-2 {
	top: 237px
}
.ribbon {
	position: absolute;
	right: 15px;
	top: -3px;
	text-indent: -9999px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px;
	border-radius: 2px 2px 0 0
}
.ribbon.sample-kit {
	width: 60px;
	height: 91px;
	background-image: url("/rrstatic/img/portal/sample-kit/flag.png");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.ribbon.sample-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/flag_2x.png")
}
}
.sample-kit-image-frame {
	position: absolute;
	right: 0;
	top: -2px;
	margin-left: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.sample-kit-image {
	margin: 11px 11px 60px;
	width: 179px;
	height: 140px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.sample-kit-image.basic-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/basic.png");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #f0f0f0
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.sample-kit-image.basic-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/basic_2x.png")
}
}
.sample-kit-image.color-finish-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/color-finish.png");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #f0f0f0
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.sample-kit-image.color-finish-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/color-finish_2x.png")
}
}
.sample-kit-image.metal-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/metal.png");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #f0f0f0
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.sample-kit-image.metal-kit {
	background-image: url("/rrstatic/img/portal/sample-kit/metal_2x.png")
}
}
.material-sample-sprite, .material-sample.detail-white, .material-sample.metallic-plastic-polished, .material-sample.nylon-polished, .material-sample.nylon-black, .material-sample.nylon-blue, .material-sample.nylon-red, .material-sample.nylon-magenta, .material-sample.nylon-purple, .material-sample.detail-high, .material-sample.sandstone-color, .material-sample.metallic-plastic, .material-sample.detail-black, .material-sample.nylon, .material-sample.steel, .material-sample.steel-bronze, .material-sample.silver, .material-sample.steel-gold {
	background-image: url('../img/portal/sample-kit/material-sample-sc7bc5dc681.png');
	background-repeat: no-repeat
}
.material-sample {
	float: left;
	width: 45px;
	height: 57px;
	margin-right: 10px;
	margin-bottom: -25px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.material-sample.detail-white {
	background-position: 0 -180px
}
.material-sample.metallic-plastic-polished {
	background-position: 0 -270px
}
.material-sample.nylon-polished {
	background-position: 0 -720px
}
.material-sample.nylon-black {
	background-position: 0 -450px
}
.material-sample.nylon-blue {
	background-position: 0 -540px
}
.material-sample.nylon-red {
	background-position: 0 -900px
}
.material-sample.nylon-magenta {
	background-position: 0 -630px
}
.material-sample.nylon-purple {
	background-position: 0 -810px
}
.material-sample.detail-high {
	background-position: 0 -90px
}
.material-sample.sandstone-color {
	background-position: 0 -1080px
}
.material-sample.metallic-plastic {
	background-position: 0 -360px
}
.material-sample.detail-black {
	background-position: 0 0
}
.material-sample.nylon {
	background-position: 0 -990px
}
.material-sample.steel {
	background-position: 0 -1440px
}
.material-sample.steel-bronze {
	background-position: 0 -1260px
}
.material-sample.silver {
	background-position: 0 -1170px
}
.material-sample.steel-gold {
	background-position: 0 -1350px
}
.material-sample .hover-mask {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	width: 278px
}
.material-sample .hover-mask .hover-box {
	position: absolute;
	left: -22px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 80ms;
	-o-transition-duration: 80ms;
	-webkit-transition-duration: 80ms;
	transition-duration: 80ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-backface-visibility: hidden;
	font-weight: 400
}
.material-sample .hover-mask .hover-box p {
	font-size: 0.9em;
	line-height: 1.4em
}
.material-sample .hover-mask .hover-box.hover-top {
	top: 22px;
	width: 272px;
	opacity: 0
}
.material-sample .hover-mask .hover-box.hover-bottom {
	top: 254px;
	width: 272px;
	opacity: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}
.material-sample .hover-mask .hover-box.hover-bottom p {
	margin-bottom: 0
}
.material-sample.active {
	height: 67px;
	margin-top: -10px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.material-sample.active .hover-mask {
	visibility: visible
}
.material-sample.active .hover-mask .hover-box.hover-top {
	top: 32px;
	opacity: 1;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-moz-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	-webkit-transition-delay: 80ms;
	transition-delay: 80ms
}
.material-sample.active .hover-mask .hover-box.hover-bottom {
	top: 244px;
	margin-top: 10px;
	opacity: 1;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 100ms;
	-o-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	transition-duration: 100ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}
.quote-container {
	background-color: #f5f7f8;
	border-top: 1px solid #e0e3e5;
	border-bottom: 1px solid #e0e3e5;
	color: #67757B
}
.quote-container .icon {
	float: left;
	width: 65px;
	height: 68px
}
.quote-container .icon.icon-materials {
	background: url('../img/icon-materials.svg?1433793946');
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}
.quote-container .quote-materials {
	width: 810px;
	margin: 10px 5px
}
.material-status h3 {
	padding: 20px 20px 10px 20px
}
.material-status .material-status-row {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 90px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0e3e5;
	position: relative
}
.material-status .material-status-row .material-name {
	width: 300px;
	max-width: 300px;
	height: 88px;
	padding: 0 30px 0 82px;
	margin: 0;
	float: left;
	display: table;
	background: url(/rrstatic/img/materials/note-tab.png) top right no-repeat
}
.material-status .material-status-row .material-name a {
	font-weight: bold;
	color: #183643
}
.material-status .material-status-row .material-name a:hover {
	color: #08A3E9
}
.material-status .material-status-row .status-note {
	width: 520px;
	height: 88px;
	padding: 0 20px;
	margin: 0;
	float: left;
	display: table
}
.material-status .material-status-row .status-note p, .material-status .material-status-row .material-name p {
	display: table-cell;
	vertical-align: middle
}
.material-status .material-status-row .status-icon {
	width: 48px;
	height: 48px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 20px;
	top: 20px
}
.material-status .material-status-row .status-ok {
	background: url(/rrstatic/img/materials/material-status-sprite.png) 11px 11px no-repeat #cce8a4;
	border-bottom: 1px solid #a9d865
}
.material-status .material-status-row .status-warning {
	background: url(/rrstatic/img/materials/material-status-sprite.png) 11px -57px no-repeat #ffde96;
	border-bottom: 1px solid #ffc545
}
.material-status .material-status-row .status-alert {
	background: url(/rrstatic/img/materials/material-status-sprite.png) 11px -126px no-repeat #ec999e;
	border-bottom: 1px solid #e05760
}
.material-status .row-topper {
	border-top: 1px solid #e0e3e5
}
.sct-material .material-header {
	height: 110px
}
.sct-material .material-header h1 {
	margin: 50px 0 10px 0;
	text-align: center
}
.sct-material .material-header .material-nav {
	font-size: 13px;
	padding: 20px 0 0 0;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsMjU1LDI1NSwwLjkzKSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, rgba(255,255,255,0.93)));
	background-image: -webkit-linear-gradient(#fff, rgba(255,255,255,0.93));
	background-image: -moz-linear-gradient(#fff, rgba(255,255,255,0.93));
	background-image: linear-gradient(#ffffff, rgba(255,255,255,0.93));
	background-color: #fff \9;
	border-bottom: 1px solid #e0e3e5;
	width: 100%;
	left: 0;
	margin-bottom: -1px;
	-webkit-transition: box-shadow 0;
	-moz-transition: box-shadow 0;
	transition: box-shadow 0
}
.sct-material .material-header .material-nav .container {
	margin-top: 0;
	margin-bottom: 0
}
.sct-material .material-header .material-nav select {
	margin: 0 20px 0 0;
	width: 155px
}
.sct-material .material-header .material-nav .back-to-hub {
	margin-right: 15px
}
.sct-material .material-header .material-nav.sticky {
	position: fixed;
	top: 0;
	z-index: 3
}
.sct-material .material-header .material-nav .anchors {
	margin: 0;
	padding: 0 40px;
	display: inline-block
}
.sct-material .material-header .material-nav .anchors li {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 11px
}
.sct-material .material-header .material-nav .anchors li.selected {
	border-bottom: 4px solid #445258
}
.sct-material .material-header .material-nav .anchors li.selected a {
	color: #183643
}
.sct-material .material-header .material-family-info {
	display: none;
	border-bottom: 1px solid #e0e3e5;
	width: 964px;
	z-index: 2
}
.sct-material .material-header .material-family-info.flow {
	display: table;
	position: fixed
}
.sct-material .material-header .material-family-info.stick {
	position: absolute
}
.sct-material .material-family-info {
	width: 100%;
	border-bottom: 1px solid #e0e3e5
}
.sct-material .material-family-info tr.empty {
	display: block;
	height: 20px
}
.sct-material .material-family-info th {
	padding: 12px 0 20px 0;
	border-top: 1px solid #e0e3e5;
	font-size: 16px;
	font-weight: 300;
	width: 155px;
	border-right: 15px solid #FFF
}
.sct-material .material-family-info td {
	border-top: 1px solid #e0e3e5;
	font-size: 14px;
	padding: 12px 0 0px 10px;
	border-right: 1px solid #e0e3e5;
	font-weight: 300
}
.sct-material .material-family-info td:last-child {
	border-right: none
}
.sct-material .material-family-info td:first-child {
	padding-left: 0
}
.sct-material .material-family-info .finishes-row {
	background-color: rgba(255,255,255,0.93);
	background-color: #fff \9
}
.sct-material .material-family-info .finishes-row.hide {
	opacity: .0
}
.sct-material .material-family-info .finishes-row td {
	font-size: 13px;
	padding-bottom: 5px
}
.sct-material .material-family-info .finishes-row td .finish-box {
	float: left;
	margin-right: 10px;
	width: 70px;
	line-height: 120%;
	font-size: 11px
}
.sct-material .material-family-info .finishes-row td .finish-box #last-finish-box {
	margin-right: 0
}
.sct-material .material-family-info .finishes-row td .finish-box img {
	display: block;
	height: 37px;
	width: 60px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.sct-material .material-family-info tr:first-child td, .sct-material .material-family-info tr:first-child th {
	border-top: none
}
.sct-material .material-family-info .more-row td, .sct-material .material-family-info .more-row th {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0
}
.sct-material .material-family-info p {
	font-size: 14px;
	line-height: 22px
}
.sct-material .material-family-info sup {
	line-height: 100%
}
.sct-material .material-family-info ul li {
	font-size: 14px;
	padding-bottom: 5px
}
.sct-material .material-family-info small {
	display: block;
	font-weight: inherit;
	font-size: 12px
}
.sct-material .material-family-info .var {
	color: #868e91
}
.sct-material .material-family-info .schematic {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px
}
.sct-material .material-family-info .glue-top {
	margin-top: -13px;
	width: 100%
}
.sct-material .material-family-info .more-content {
	clear: both;
	margin-top: 10px
}
.sct-material .material-family-info .more-content p {
	font-size: 13px;
	line-height: 145%;
	margin-bottom: 13px
}
.sct-material .header-row {
	padding-bottom: 10px
}
.sct-material .header-row td {
	border-top-width: 2px;
	padding-bottom: 10px
}
.sct-material .header-row h3 {
	padding: 15px 0 0 0;
	margin: 0
}
.sct-material .full-section {
	background-color: #edeff0;
	padding: 20px 0;
	margin: -20px 0;
	border-top: 1px solid #e0e3e5
}
.sct-material .image-viewer {
	margin-top: 0;
	padding-top: 0;
	border: 0
}
.sct-material .image-viewer li {
	margin-right: 41px
}
.sct-material .image-viewer li.last {
	margin-right: 0
}
.sct-material h4 {
	border-bottom: 1px solid #e0e3e5;
	margin: 0 0 10px 0;
	padding: 10px 0 5px
}
.sct-material h5 {
	clear: both;
	font-size: 14px;
	font-weight: 600
}
.sct-material h5 img {
	float: left;
	max-width: 140px;
	padding-right: 12px;
	margin-bottom: 20px
}
.sct-material .anchor-point {
	position: absolute;
	height: 0;
	width: 0;
	top: -25px
}
.sct-material .anchor-point#guidelines {
	top: -96px
}
.sct-material .material-family-info .finishes-row td.color-variations .finish-box {
	width: 37px
}
.sct-material .material-family-info .finishes-row td.color-variations .finish-box img {
	max-width: 100%
}
.sct-material .material-family-info .finishes-row td .finish-box.last {
	margin-right: 0
}
.material-header-mobile {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}
.material-section-header-mobile {
	margin-top: 20px
}
.material-finish-info-mobile {
	width: 100%
}
.material-finish-info-mobile h5 {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%
}
.material-finish-info-mobile ul {
	display: inline-block;
	list-style-type: none;
	margin: 0
}
.material-finish-info-mobile ul li {
	display: block
}
.material-finish-options-section {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}
.material-finish-options-section h4 {
	border-bottom: none;
	margin-bottom: 0;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	top: -12px;
	position: relative
}
.material-finish-options-section img {
	height: 37px;
	width: 60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.material-finish-header {
	border-bottom: 1px solid #e0e3e5;
	padding-bottom: 10px
}
.finish-price-value {
	display: block
}
.finish-breakdown-header {
	clear: both;
	width: 130px
}
.material-finish-pricing-section, .material-finish-lead-time-section, .design-guideline-section-mobile, .design-tips-section-mobile {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}
.material-finish-option-section {
	width: 100%;
	margin-bottom: 20px
}
.mobile-design-guidelines-header {
	width: 100%;
	padding-bottom: 10px
}
.mobile-guideline-value {
	position: relative;
	top: -22px
}
.material-info-section-mobile h3, .material-info-section-mobile h4, .design-tips-section-mobile h3, .design-tips-section-mobile h4 {
	width: 100%;
	clear: both;
	border-bottom: none
}
.material-guideline-list li.material-guideline-with-icon {
	display: inline-block
}
.material-guideline-list li.material-guideline-with-icon:last-child {
	position: relative;
	top: -22px
}
.creator-tools-page img {
	cursor: pointer
}
.creator-tools-page h4 {
	cursor: pointer;
	margin-top: 8px
}
.easy-create h1 {
	font-size: 2.4em;
	padding: 10px 0 5px 0;
	line-height: 1em
}
.easy-create .easy-create-item {
	width: 300px;
	margin-right: 26px;
	float: left;
	overflow: hidden;
	height: 420px;
	height: inherit;
*zoom:1;
	padding: 20px;
	margin-bottom: 1.5em;
	background: #fff;
	border: 1px solid white;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 0 1px 1px #D8DCDF;
	padding: 0
}
.easy-create .easy-create-item:after {
	content: "";
	display: table;
	clear: both
}
.easy-create .easy-create-item:hover {
	border: 1px solid #4FC9FF;
	text-decoration: none;
	cursor: pointer
}
.easy-create .right {
	margin: 0px
}
.easy-create .image-box {
	width: 300px;
	height: 300px;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	overflow: hidden
}
.easy-create .easy-create-item:hover img.swap {
	opacity: 0;
	filter: alpha(opacity=0)
}
.easy-create .easy-create-item p {
	line-height: 1.3em;
	font-size: 0.9em;
	margin: 3px 0 12px 12px;
	width: 276px
}
.easy-create h4 {
	margin: 0px;
	margin: 12px 0 0 12px;
	font-size: 18px;
	padding: 0px;
	font-weight: normal;
	color: #08A3E9
}
.easy-create h5 {
	margin: 0px;
	margin: 0px 10px 0px 10px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic
}
.easy-create .easy-create-box {
*zoom:1;
	padding: 20px;
	margin-bottom: 1.5em;
	background: #fff;
	border: 1px solid white;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px #D8DCDF;
	-webkit-box-shadow: 0 1px 1px #D8DCDF;
	box-shadow: 0 1px 1px #D8DCDF;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left
}
.easy-create .easy-create-box:after {
	content: "";
	display: table;
	clear: both
}
.easy-create .easy-create-box .upload-button {
	margin: 20px 0 0 0
}
.easy-create .easy-create-box .upload-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: 10px 50px;
	clear: both
}
.easy-create .easy-create-box .upload-button a:hover, .easy-create .easy-create-box .upload-button a:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.easy-create .easy-create-box .upload-button a:hover, .easy-create .easy-create-box .upload-button a:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.easy-create .easy-create-box .upload-button a:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.easy-create .easy-create-box .upload-button a a, .easy-create .easy-create-box .upload-button a a:visited, .easy-create .easy-create-box .upload-button a a:active, .easy-create .easy-create-box .upload-button a a:hover, .easy-create .easy-create-box .upload-button a:visited, .easy-create .easy-create-box .upload-button a:active, .easy-create .easy-create-box .upload-button a:hover, .easy-create .easy-create-box .upload-button a:focus {
	color: #fff
}
.easy-create .easy-create-box .upload-button a div {
	position: relative
}
.easy-create .easy-create-box .upload-button a:hover, .easy-create .easy-create-box .upload-button a:focus {
	background-color: #fc5343;
	border: 1px solid #c8564b
}
.easy-create .easy-create-box .upload-button a:active {
	background: #fc5343;
	border: 1px solid #c8564b
}
.easy-create .easy-create-box .span-3 {
	border-left: 1px solid #ddd;
	padding: 0 0 0 30px
}
.easy-create .easy-create-box .span-3 p {
	clear: both;
	font-size: 0.9em
}
.admin-bar {
	min-width: 1150px;
	background: white;
	border-bottom: 1px solid #e0e3e5
}
.admin-bar-inner {
*zoom:1
}
.admin-bar-inner:after {
	content: "";
	display: table;
	clear: both
}
.admin-bar-inner .subtle-button-inset.small {
	font-size: 11px
}
.admin-unit {
*zoom:1;
	float: left;
	position: relative;
	height: 42px;
	padding: 5px 10px;
	vertical-align: middle;
	border-right: 1px solid #e0e3e5
}
.admin-unit:after {
	content: "";
	display: table;
	clear: both
}
.admin-unit .admin-input, .admin-unit .admin-data, .admin-unit select {
	display: inline-block
}
.admin-unit label, .admin-unit .admin-data {
	position: relative;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	color: #777;
	text-transform: uppercase
}
.admin-unit label.left, .admin-unit .admin-data.left {
	top: 2px
}
.admin-unit select {
	top: 7px
}
.admin-unit .admin-change-set-selector {
	width: 140px
}
.admin-unit input {
	position: relative;
	line-height: 1em;
	padding: 1px 5px;
	font-size: 15px;
	font-weight: 400
}
.admin-unit.right {
	border-right: none;
	border-left: 1px solid #e0e3e5
}
.admin-unit .admin-input-label {
	margin-right: 5px
}
.admin-unit .admin-input-username {
	width: 130px;
	height: 31px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 3px
}
.admin-unit .admin-input-username:focus {
	-moz-box-shadow: inset 0 1px 1px #ddd, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 1px #ddd, 0 1px 0 #fff;
	box-shadow: inset 0 1px 1px #ddd, 0 1px 0 #fff
}
.admin-unit .admin-input-username:-moz-placeholder {
color:#666
}
.admin-unit .admin-input-username:-ms-input-placeholder {
color:#666
}
.admin-unit .admin-input-username:focus:-moz-placeholder {
color:#e0e3e5
}
.admin-unit .admin-input-username:focus:-ms-input-placeholder {
color:#e0e3e5
}
.admin-unit .admin-input-submit {
	margin-left: 5px
}
.admin-unit .admin-username-submit.small {
	margin-right: 5px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0;
	border-radius: 0 3px 3px 0
}
.admin-unit .admin-username-submit.small:focus, .admin-unit .admin-username-submit.small:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.admin-unit .admin-follow-button {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
	margin-right: 5px;
	max-width: 140px;
	text-align: left
}
.admin-unit label {
	top: 2px
}
.admin-country {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
	display: inline-block;
	max-width: 120px;
	float: left
}
.admin-imageMaterialButton {
	position: absolute;
	top: 0;
	right: 50px;
	width: 28px;
	cursor: pointer
}
#modelData dl {
	width: 220px
}
#modelData dd {
	clear: both;
	float: left;
	width: 70px;
	font-weight: bold
}
#modelData dt {
	float: left;
	width: 50px;
	text-align: right
}
#modelData {
	z-index: 10000;
	display: none;
	position: fixed;
	background: #FFF;
	padding: 10px;
	top: 120px;
	right: 120px;
	width: 230px;
	border-radius: 3px;
	font-size: 10px;
	box-shadow: 0 4px 6px 0px rgba(68,82,88,0.15)
}
.action-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;
	-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
}
.action-button:hover, .action-button:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button:hover, .action-button:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.action-button:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button a, .action-button a:visited, .action-button a:active, .action-button a:hover, .action-button:visited, .action-button:active, .action-button:hover, .action-button:focus {
	color: #fff
}
.action-button div {
	position: relative
}
.action-button:hover, .action-button:focus {
	background-color: #fc5343;
	border: 1px solid #c8564b
}
.action-button:active {
	background: #fc5343;
	border: 1px solid #c8564b
}
.action-button:hover, .action-button:focus, .action-button:active {
	background-color: #fb3b28;
	border: 1px solid #CA5F55
}
.active-action {
	background-color: #CA5F55;
	border: 1px solid #CA5F55;
	-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
}
.active-action:hover {
	background-color: #CA5F55;
	border: 1px solid #CA5F55;
	cursor: default
}
.action-button-inset {
	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;
	-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
}
.action-button-inset:hover, .action-button-inset:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button-inset:hover, .action-button-inset:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.action-button-inset:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button-inset a, .action-button-inset a:visited, .action-button-inset a:active, .action-button-inset a:hover, .action-button-inset:visited, .action-button-inset:active, .action-button-inset:hover, .action-button-inset:focus {
	color: #fff
}
.action-button-inset div {
	position: relative
}
.action-button-inset:hover, .action-button-inset:focus {
	background-color: #fc5343;
	border: 1px solid #c8564b
}
.action-button-inset:active {
	background: #fc5343;
	border: 1px solid #c8564b
}
.primary-button-inset {
	display: inline-block;
	outline: none;
	background-color: #cce8a4;
	color: #4b711d;
	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 #b8d292;
	-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
}
.primary-button-inset:hover, .primary-button-inset:focus {
	background: #d4ebb2;
	border: 1px solid #a4be7f
}
.primary-button-inset:hover, .primary-button-inset:active {
	cursor: pointer;
	border: 1px solid #a4be7f
}
.primary-button-inset:active {
	background: #d4ebb2;
	border: 1px solid #a4be7f
}
.primary-button-inset a, .primary-button-inset a:visited, .primary-button-inset a:active, .primary-button-inset a:hover, .primary-button-inset:visited, .primary-button-inset:active, .primary-button-inset:hover, .primary-button-inset:focus {
	color: #4b711d
}
.primary-button-inset div {
	position: relative
}
.primary-button-inset:hover, .primary-button-inset:focus {
	background-color: #c0e28e;
	border: 1px solid #a4be7f
}
.primary-button-inset:active {
	background: #c0e28e;
	border: 1px solid #a4be7f
}
.action-button-bottom-last {
	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: 14px 26px;
	line-height: 18px;
	border-top: 1px solid #c65145;
	border-left: 1px solid #c65145;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 0;
	-moz-box-shadow: 0 4px 0 #c65145;
	-webkit-box-shadow: 0 4px 0 #c65145;
	box-shadow: 0 4px 0 #c65145
}
.action-button-bottom-last:hover, .action-button-bottom-last:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button-bottom-last:hover, .action-button-bottom-last:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.action-button-bottom-last:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button-bottom-last a, .action-button-bottom-last a:visited, .action-button-bottom-last a:active, .action-button-bottom-last a:hover, .action-button-bottom-last:visited, .action-button-bottom-last:active, .action-button-bottom-last:hover, .action-button-bottom-last:focus {
	color: #fff
}
.action-button-bottom-last div {
	position: relative
}
.action-button-bottom-last:hover, .action-button-bottom-last:focus {
	-moz-box-shadow: inset 0 0 3px #ebada7, 0 4px 0 #cd5145;
	-webkit-box-shadow: inset 0 0 3px #ebada7, 0 4px 0 #cd5145;
	box-shadow: inset 0 0 3px #ebada7, 0 4px 0 #cd5145
}
.action-button-bottom-last:active {
	margin-bottom: 0;
	border-top: 3px solid #c65145;
	-moz-box-shadow: 0 2px 0 #c4493e;
	-webkit-box-shadow: 0 2px 0 #c4493e;
	box-shadow: 0 2px 0 #c4493e
}
.action-button-bottom-last-inset {
	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;
	padding: 14px 26px;
	margin-bottom: 1px;
	line-height: 18px;
	border: 1px solid #c65145;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 0
}
.action-button-bottom-last-inset:hover, .action-button-bottom-last-inset:focus {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button-bottom-last-inset:hover, .action-button-bottom-last-inset:active {
	cursor: pointer;
	border: 1px solid #c8564b
}
.action-button-bottom-last-inset:active {
	background: #fc8074;
	border: 1px solid #c8564b
}
.action-button-bottom-last-inset a, .action-button-bottom-last-inset a:visited, .action-button-bottom-last-inset a:active, .action-button-bottom-last-inset a:hover, .action-button-bottom-last-inset:visited, .action-button-bottom-last-inset:active, .action-button-bottom-last-inset:hover, .action-button-bottom-last-inset:focus {
	color: #fff
}
.action-button-bottom-last-inset div {
	position: relative
}
.action-button-bottom-last-inset:hover, .action-button-bottom-last-inset:focus {
	-moz-box-shadow: inset 0 0 3px #ebada7;
	-webkit-box-shadow: inset 0 0 3px #ebada7;
	box-shadow: inset 0 0 3px #ebada7
}
.action-button-bottom-last-inset:active {
	padding: 14px 26px 12px 26px;
	border-top: 3px solid #c65145;
	-moz-box-shadow: inset 0 -1px 2px #e85a4d;
	-webkit-box-shadow: inset 0 -1px 2px #e85a4d;
	box-shadow: inset 0 -1px 2px #e85a4d
}
.secondary-button {
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c7cdd0;
	-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
}
.secondary-button:hover, .secondary-button:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.secondary-button:hover, .secondary-button:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.secondary-button:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.secondary-button a, .secondary-button a:visited, .secondary-button a:active, .secondary-button a:hover, .secondary-button:visited, .secondary-button:active, .secondary-button:hover, .secondary-button:focus {
	color: #67757B
}
.secondary-button div {
	position: relative
}
.secondary-button:hover, .secondary-button:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.secondary-button:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.secondary-button:hover, .secondary-button:focus {
	background-color: #f5f7f8
}
.secondary-button-inset {
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c7cdd0;
	-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
}
.secondary-button-inset:hover, .secondary-button-inset:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.secondary-button-inset:hover, .secondary-button-inset:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.secondary-button-inset:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.secondary-button-inset a, .secondary-button-inset a:visited, .secondary-button-inset a:active, .secondary-button-inset a:hover, .secondary-button-inset:visited, .secondary-button-inset:active, .secondary-button-inset:hover, .secondary-button-inset:focus {
	color: #67757B
}
.secondary-button-inset div {
	position: relative
}
.secondary-button-inset:hover, .secondary-button-inset:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.secondary-button-inset:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.secondary-button-inset:hover, .secondary-button-inset:focus {
	background-color: #f5f7f8
}
.neutral-button {
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c7cdd0;
	-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
}
.neutral-button:hover, .neutral-button:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.neutral-button:hover, .neutral-button:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.neutral-button:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.neutral-button a, .neutral-button a:visited, .neutral-button a:active, .neutral-button a:hover, .neutral-button:visited, .neutral-button:active, .neutral-button:hover, .neutral-button:focus {
	color: #67757B
}
.neutral-button div {
	position: relative
}
.neutral-button:hover, .neutral-button:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.neutral-button:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.neutral-button:hover, .neutral-button:focus {
	background-color: #f5f7f8
}
.neutral-button-inset {
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c7cdd0;
	-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
}
.neutral-button-inset:hover, .neutral-button-inset:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.neutral-button-inset:hover, .neutral-button-inset:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.neutral-button-inset:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.neutral-button-inset a, .neutral-button-inset a:visited, .neutral-button-inset a:active, .neutral-button-inset a:hover, .neutral-button-inset:visited, .neutral-button-inset:active, .neutral-button-inset:hover, .neutral-button-inset:focus {
	color: #67757B
}
.neutral-button-inset div {
	position: relative
}
.neutral-button-inset:hover, .neutral-button-inset:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.neutral-button-inset:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.neutral-button-inset:hover, .neutral-button-inset:focus {
	background-color: #f5f7f8
}
.subtle-button {
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c7cdd0;
	-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
}
.subtle-button:hover, .subtle-button:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.subtle-button:hover, .subtle-button:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.subtle-button:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.subtle-button a, .subtle-button a:visited, .subtle-button a:active, .subtle-button a:hover, .subtle-button:visited, .subtle-button:active, .subtle-button:hover, .subtle-button:focus {
	color: #67757B
}
.subtle-button div {
	position: relative
}
.subtle-button:hover, .subtle-button:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.subtle-button:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.subtle-button:hover, .subtle-button:focus {
	background-color: #f5f7f8
}
.subtle-button-inset {
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c7cdd0;
	-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
}
.subtle-button-inset:hover, .subtle-button-inset:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.subtle-button-inset:hover, .subtle-button-inset:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.subtle-button-inset:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.subtle-button-inset a, .subtle-button-inset a:visited, .subtle-button-inset a:active, .subtle-button-inset a:hover, .subtle-button-inset:visited, .subtle-button-inset:active, .subtle-button-inset:hover, .subtle-button-inset:focus {
	color: #67757B
}
.subtle-button-inset div {
	position: relative
}
.subtle-button-inset:hover, .subtle-button-inset:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.subtle-button-inset:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.subtle-button-inset:hover, .subtle-button-inset:focus {
	background-color: #f5f7f8
}
.link-button {
	position: relative;
	display: inline-block;
	padding: 10px 15px 8px;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer
}
.link-button:active {
	padding: 11px 15px 7px
}
.link-button.disabled {
	cursor: default;
	color: #999
}
.link-button.disabled:active {
	padding: 10px 15px 8px
}
.blog-search {
	margin: 0 0 20px 0
}
.action-button.disabled, .secondary-button.disabled, .neutral-button.disabled {
	cursor: default;
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #a1aaad;
	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 #d4d8d9;
	-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;
	-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;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5
}
.action-button.disabled:hover, .action-button.disabled:focus, .secondary-button.disabled:hover, .secondary-button.disabled:focus, .neutral-button.disabled:hover, .neutral-button.disabled:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.action-button.disabled:hover, .action-button.disabled:active, .secondary-button.disabled:hover, .secondary-button.disabled:active, .neutral-button.disabled:hover, .neutral-button.disabled:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.action-button.disabled:active, .secondary-button.disabled:active, .neutral-button.disabled:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.action-button.disabled a, .action-button.disabled a:visited, .action-button.disabled a:active, .action-button.disabled a:hover, .action-button.disabled:visited, .action-button.disabled:active, .action-button.disabled:hover, .action-button.disabled:focus, .secondary-button.disabled a, .secondary-button.disabled a:visited, .secondary-button.disabled a:active, .secondary-button.disabled a:hover, .secondary-button.disabled:visited, .secondary-button.disabled:active, .secondary-button.disabled:hover, .secondary-button.disabled:focus, .neutral-button.disabled a, .neutral-button.disabled a:visited, .neutral-button.disabled a:active, .neutral-button.disabled a:hover, .neutral-button.disabled:visited, .neutral-button.disabled:active, .neutral-button.disabled:hover, .neutral-button.disabled:focus {
	color: #a1aaad
}
.action-button.disabled div, .secondary-button.disabled div, .neutral-button.disabled div {
	position: relative
}
.action-button.disabled:hover, .action-button.disabled:focus, .secondary-button.disabled:hover, .secondary-button.disabled:focus, .neutral-button.disabled:hover, .neutral-button.disabled:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.action-button.disabled:active, .secondary-button.disabled:active, .neutral-button.disabled:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.action-button.disabled:hover, .action-button.disabled:active, .secondary-button.disabled:hover, .secondary-button.disabled:active, .neutral-button.disabled:hover, .neutral-button.disabled:active {
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	top: 0;
	cursor: default
}
.action-button.waiting, .secondary-button.waiting, .neutral-button.waiting {
	height: 38px;
	cursor: default;
	background: url("/rrstatic/img/waiting.gif") center no-repeat;
	background-color: #F5F5F5;
	color: rgba(170,170,170,0);
	border: 1px solid #fafafa;
	text-shadow: none
}
.action-button.success, .secondary-button.success, .neutral-button.success {
	height: 18px;
	cursor: default;
	background: url("/rrstatic/img/check-mark.svg") center no-repeat;
	background: url("/rrstatic/img/ie-compatible/check-mark.png") center no-repeat\9;
	color: rgba(170,170,170,0);
	border: 1px solid #cce8a4;
	background-color: #cce8a4;
	text-shadow: none
}
.action-button.success:hover, .action-button.success:active, .secondary-button.success:hover, .secondary-button.success:active, .neutral-button.success:hover, .neutral-button.success:active {
	top: 0
}
.action-button.fail, .secondary-button.fail, .neutral-button.fail {
	height: 18px;
	cursor: default;
	background: url("/rrstatic/img/caution.svg") center no-repeat;
	background: url("/rrstatic/img/ie-compatible/caution.png") center no-repeat\9;
	color: rgba(170,170,170,0);
	background-color: #ffde96;
	text-shadow: none
}
.action-button.fail:hover, .action-button.fail:active, .secondary-button.fail:hover, .secondary-button.fail:active, .neutral-button.fail:hover, .neutral-button.fail:active {
	top: 0
}
.action-button.small, .secondary-button.small, .neutral-button.small {
	padding: 5px 14px;
	font-size: 11px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.action-button.small.waiting, .action-button.small.success, .secondary-button.small.waiting, .secondary-button.small.success, .neutral-button.small.waiting, .neutral-button.small.success {
	height: 19px
}
.action-button.breathe-vertical, .secondary-button.breathe-vertical, .neutral-button.breathe-vertical {
	margin-bottom: 10px;
	margin-top: 10px
}
.action-button.breathe-bottom, .action-button.product-owner-banner, .secondary-button.breathe-bottom, .secondary-button.product-owner-banner, .neutral-button.breathe-bottom, .neutral-button.product-owner-banner {
	margin-bottom: 12px
}
input.action-button, input.action-button-inset {
	height: 38px;
	line-height: 1em
}
input.subtle-button, input.secondary-button, input.neutral-button {
	height: 38px
}
input.subtle-button-inset, input.secondary-button-inset, input.neutral-button-inset {
	height: 38px
}
.subtle-button.small {
	padding: 5px 14px;
	font-size: 11px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-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;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.subtle-button.small.waiting, .subtle-button.small.success {
	height: 19px
}
.subtle-button.small:hover, .subtle-button.small:focus {
	background-color: #f5f7f8
}
.action-button-inset.disabled, .primary-button-inset.disabled, .secondary-button-inset.disabled, .neutral-button-inset.disabled, .subtle-button-inset.disabled {
	cursor: default;
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #a1aaad;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5
}
.action-button-inset.disabled:hover, .action-button-inset.disabled:focus, .primary-button-inset.disabled:hover, .primary-button-inset.disabled:focus, .secondary-button-inset.disabled:hover, .secondary-button-inset.disabled:focus, .neutral-button-inset.disabled:hover, .neutral-button-inset.disabled:focus, .subtle-button-inset.disabled:hover, .subtle-button-inset.disabled:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.action-button-inset.disabled:hover, .action-button-inset.disabled:active, .primary-button-inset.disabled:hover, .primary-button-inset.disabled:active, .secondary-button-inset.disabled:hover, .secondary-button-inset.disabled:active, .neutral-button-inset.disabled:hover, .neutral-button-inset.disabled:active, .subtle-button-inset.disabled:hover, .subtle-button-inset.disabled:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.action-button-inset.disabled:active, .primary-button-inset.disabled:active, .secondary-button-inset.disabled:active, .neutral-button-inset.disabled:active, .subtle-button-inset.disabled:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.action-button-inset.disabled a, .action-button-inset.disabled a:visited, .action-button-inset.disabled a:active, .action-button-inset.disabled a:hover, .action-button-inset.disabled:visited, .action-button-inset.disabled:active, .action-button-inset.disabled:hover, .action-button-inset.disabled:focus, .primary-button-inset.disabled a, .primary-button-inset.disabled a:visited, .primary-button-inset.disabled a:active, .primary-button-inset.disabled a:hover, .primary-button-inset.disabled:visited, .primary-button-inset.disabled:active, .primary-button-inset.disabled:hover, .primary-button-inset.disabled:focus, .secondary-button-inset.disabled a, .secondary-button-inset.disabled a:visited, .secondary-button-inset.disabled a:active, .secondary-button-inset.disabled a:hover, .secondary-button-inset.disabled:visited, .secondary-button-inset.disabled:active, .secondary-button-inset.disabled:hover, .secondary-button-inset.disabled:focus, .neutral-button-inset.disabled a, .neutral-button-inset.disabled a:visited, .neutral-button-inset.disabled a:active, .neutral-button-inset.disabled a:hover, .neutral-button-inset.disabled:visited, .neutral-button-inset.disabled:active, .neutral-button-inset.disabled:hover, .neutral-button-inset.disabled:focus, .subtle-button-inset.disabled a, .subtle-button-inset.disabled a:visited, .subtle-button-inset.disabled a:active, .subtle-button-inset.disabled a:hover, .subtle-button-inset.disabled:visited, .subtle-button-inset.disabled:active, .subtle-button-inset.disabled:hover, .subtle-button-inset.disabled:focus {
	color: #a1aaad
}
.action-button-inset.disabled div, .primary-button-inset.disabled div, .secondary-button-inset.disabled div, .neutral-button-inset.disabled div, .subtle-button-inset.disabled div {
	position: relative
}
.action-button-inset.disabled:hover, .action-button-inset.disabled:focus, .primary-button-inset.disabled:hover, .primary-button-inset.disabled:focus, .secondary-button-inset.disabled:hover, .secondary-button-inset.disabled:focus, .neutral-button-inset.disabled:hover, .neutral-button-inset.disabled:focus, .subtle-button-inset.disabled:hover, .subtle-button-inset.disabled:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.action-button-inset.disabled:active, .primary-button-inset.disabled:active, .secondary-button-inset.disabled:active, .neutral-button-inset.disabled:active, .subtle-button-inset.disabled:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.action-button-inset.disabled:hover, .action-button-inset.disabled:active, .primary-button-inset.disabled:hover, .primary-button-inset.disabled:active, .secondary-button-inset.disabled:hover, .secondary-button-inset.disabled:active, .neutral-button-inset.disabled:hover, .neutral-button-inset.disabled:active, .subtle-button-inset.disabled:hover, .subtle-button-inset.disabled:active {
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	top: 0;
	cursor: default
}
.action-button-inset.waiting, .primary-button-inset.waiting, .secondary-button-inset.waiting, .neutral-button-inset.waiting, .subtle-button-inset.waiting {
	height: 38px;
	cursor: default;
	background: url("/rrstatic/img/waiting.gif") center no-repeat;
	background-color: #F5F5F5;
	color: rgba(170,170,170,0);
	border: 1px solid #fafafa;
	text-shadow: none
}
.action-button-inset.success, .primary-button-inset.success, .secondary-button-inset.success, .neutral-button-inset.success, .subtle-button-inset.success {
	height: 38px;
	margin: 0;
	cursor: default;
	background: url("/rrstatic/img/check-mark.svg") center no-repeat;
	background: url("/rrstatic/img/ie-compatible/check-mark.png") center no-repeat\9;
	color: rgba(170,170,170,0);
	background-color: #cce8a4;
	border: 1px solid #cce8a4
}
.action-button-inset.fail, .primary-button-inset.fail, .secondary-button-inset.fail, .neutral-button-inset.fail, .subtle-button-inset.fail {
	cursor: default;
	background: url("/rrstatic/img/caution.svg") center no-repeat;
	background: url("/rrstatic/img/ie-compatible/caution.png") center no-repeat\9;
	color: rgba(170,170,170,0);
	background-color: #ffde96;
	border: 1px solid #bbb;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}
.action-button-inset.small, .primary-button-inset.small, .secondary-button-inset.small, .neutral-button-inset.small, .subtle-button-inset.small {
	padding: 5px 14px;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.action-button-inset.small.waiting, .action-button-inset.small.success, .primary-button-inset.small.waiting, .primary-button-inset.small.success, .secondary-button-inset.small.waiting, .secondary-button-inset.small.success, .neutral-button-inset.small.waiting, .neutral-button-inset.small.success, .subtle-button-inset.small.waiting, .subtle-button-inset.small.success {
	height: 19px
}
.action-button-inset.breathe-vertical, .primary-button-inset.breathe-vertical, .secondary-button-inset.breathe-vertical, .neutral-button-inset.breathe-vertical, .subtle-button-inset.breathe-vertical {
	margin-bottom: 10px;
	margin-top: 10px
}
.action-button-inset.breathe-bottom, .action-button-inset.product-owner-banner, .primary-button-inset.breathe-bottom, .primary-button-inset.product-owner-banner, .secondary-button-inset.breathe-bottom, .secondary-button-inset.product-owner-banner, .neutral-button-inset.breathe-bottom, .neutral-button-inset.product-owner-banner, .subtle-button-inset.breathe-bottom, .subtle-button-inset.product-owner-banner {
	margin-bottom: 10px
}
.buy-now-button {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #4FC9FF;
	border: 1px solid #1cb9ff
}
.buy-now-button:hover {
	background-color: #1cb9ff;
	border: 1px solid #00a1e8
}
.subtle-button-inset.small {
	padding: 5px 14px;
	font-size: 11px;
	font-weight: bold;
	-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
}
.subtle-button-inset.small.waiting, .subtle-button-inset.small.success {
	height: 19px
}
.subtle-button-inset.small:hover, .subtle-button-inset.small:focus {
	background-color: #f5f7f8
}
.action-button.breathe, .action-button-inset.breathe, .primary-button-inset.breathe, .secondary-button.breathe, .secondary-button-inset.breathe, .neutral-button.breathe, .neutral-button-inset.breathe, .subtle-button.breathe, .subtle-button-inset.breathe, .link-button.breathe {
	margin: 10px
}
.action-button.breathe-vertical, .action-button-inset.breathe-vertical, .primary-button-inset.breathe-vertical, .secondary-button.breathe-vertical, .secondary-button-inset.breathe-vertical, .neutral-button.breathe-vertical, .neutral-button-inset.breathe-vertical, .subtle-button.breathe-vertical, .subtle-button-inset.breathe-vertical, .link-button.breathe-vertical {
	margin-bottom: 12px;
	margin-top: 10px
}
.action-button.breathe-horizontal, .action-button-inset.breathe-horizontal, .primary-button-inset.breathe-horizontal, .secondary-button.breathe-horizontal, .secondary-button-inset.breathe-horizontal, .neutral-button.breathe-horizontal, .neutral-button-inset.breathe-horizontal, .subtle-button.breathe-horizontal, .subtle-button-inset.breathe-horizontal, .link-button.breathe-horizontal {
	margin-left: 10px;
	margin-right: 10px
}
.action-button.breathe-top, .action-button-inset.breathe-top, .primary-button-inset.breathe-top, .secondary-button.breathe-top, .secondary-button-inset.breathe-top, .neutral-button.breathe-top, .neutral-button-inset.breathe-top, .subtle-button.breathe-top, .subtle-button-inset.breathe-top, .link-button.breathe-top {
	margin-top: 10px
}
.action-button.breathe-left, .action-button-inset.breathe-left, .primary-button-inset.breathe-left, .secondary-button.breathe-left, .secondary-button-inset.breathe-left, .neutral-button.breathe-left, .neutral-button-inset.breathe-left, .subtle-button.breathe-left, .subtle-button-inset.breathe-left, .link-button.breathe-left {
	margin-left: 10px
}
.action-button.breathe-right, .action-button-inset.breathe-right, .primary-button-inset.breathe-right, .secondary-button.breathe-right, .secondary-button-inset.breathe-right, .neutral-button.breathe-right, .neutral-button-inset.breathe-right, .subtle-button.breathe-right, .subtle-button-inset.breathe-right, .link-button.breathe-right {
	margin-right: 10px
}
.action-button.breathe-top-right, .action-button-inset.breathe-top-right, .primary-button-inset.breathe-top-right, .secondary-button.breathe-top-right, .secondary-button-inset.breathe-top-right, .neutral-button.breathe-top-right, .neutral-button-inset.breathe-top-right, .subtle-button.breathe-top-right, .subtle-button-inset.breathe-top-right, .link-button.breathe-top-right {
	margin: 10px 10px 0 0
}
.action-button.breathe-top-left, .action-button-inset.breathe-top-left, .primary-button-inset.breathe-top-left, .secondary-button.breathe-top-left, .secondary-button-inset.breathe-top-left, .neutral-button.breathe-top-left, .neutral-button-inset.breathe-top-left, .subtle-button.breathe-top-left, .subtle-button-inset.breathe-top-left, .link-button.breathe-top-left {
	margin: 10px 0 0 10px
}
.action-button.breathe-bottom-right, .action-button-inset.breathe-bottom-right, .primary-button-inset.breathe-bottom-right, .secondary-button.breathe-bottom-right, .secondary-button-inset.breathe-bottom-right, .neutral-button.breathe-bottom-right, .neutral-button-inset.breathe-bottom-right, .subtle-button.breathe-bottom-right, .subtle-button-inset.breathe-bottom-right, .link-button.breathe-bottom-right {
	margin: 0 10px 11px 0
}
.action-button.breathe-bottom-left, .action-button-inset.breathe-bottom-left, .primary-button-inset.breathe-bottom-left, .secondary-button.breathe-bottom-left, .secondary-button-inset.breathe-bottom-left, .neutral-button.breathe-bottom-left, .neutral-button-inset.breathe-bottom-left, .subtle-button.breathe-bottom-left, .subtle-button-inset.breathe-bottom-left, .link-button.breathe-bottom-left {
	margin: 0 0 11px 10px
}
.action-button.block, .action-button-inset.block, .primary-button-inset.block, .secondary-button.block, .secondary-button-inset.block, .neutral-button.block, .neutral-button-inset.block, .subtle-button.block, .subtle-button-inset.block, .link-button.block {
	display: block
}
.action-button.inline, .action-button-inset.inline, .primary-button-inset.inline, .secondary-button.inline, .secondary-button-inset.inline, .neutral-button.inline, .neutral-button-inset.inline, .subtle-button.inline, .subtle-button-inset.inline, .link-button.inline {
	display: inline
}
.action-button.solo, .action-button-inset.solo, .primary-button-inset.solo, .secondary-button.solo, .secondary-button-inset.solo, .neutral-button.solo, .neutral-button-inset.solo, .subtle-button.solo, .subtle-button-inset.solo, .link-button.solo {
	margin: 30px auto 27px auto;
	display: block;
	width: 50%;
	padding: 14px;
	font-size: 1.3em
}
.flush-bottom-material-actions {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px
}
.cms-design-sidebar .action-button, .cms-design-sidebar .secondary-button, .cms-design-sidebar .neutral-button {
	display: block
}
input.secondary-button, input.neutral-button {
	padding: 9px 14px;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
input.secondary-button.waiting, input.secondary-button.success, input.secondary-button.fail, input.neutral-button.waiting, input.neutral-button.success, input.neutral-button.fail {
	height: 38px;
	border: 1px solid #cce8a4;
	box-shadow: none
}
input.secondary-button:focus, input.neutral-button:focus {
	border: 1px solid #bbc2c6
}
input.action-button {
	padding: 9px 14px
}
input.action-button.waiting, input.action-button.success, input.action-button.fail {
	height: 38px;
	box-shadow: none;
	border: 1px solid #cce8a4
}
input.action-button.waiting:focus, input.action-button.success:focus, input.action-button.fail:focus {
	border: 1px solid #cce8a4
}
input.action-button:focus {
	border: 1px solid #CA5F55
}
input.action-button-inset, input.primary-button-inset, input.secondary-button-inset, input.neutral-button-inset, input.login-button {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
input.action-button, input.secondary-button, input.neutral-button {
	line-height: 18px
}
input.action-button-inset, input.primary-button-inset, input.secondary-button-inset, input.neutral-button-inset {
	height: 34px;
	line-height: 1em;
	vertical-align: top
}
input.small.subtle-button-inset {
	height: 28px
}
button.action-button, button.action-button-inset, button.primary-button-inset, button.secondary-button, button.secondary-button-inset, button.neutral-button, button.neutral-button-inset, button.subtle-button, button.subtle-button-inset, button.link-button {
	margin: 0;
	height: 33px
}
.close-button {
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	width: 41px;
	height: 40px;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 15px -366px no-repeat;
	color: #888;
	font-weight: bold;
	text-align: center;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.close-button:hover {
	color: #444;
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 15px -398px no-repeat;
	text-decoration: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.close-button.small {
	width: 31px;
	height: 32px;
	background-position: 10px -370px
}
.close-button.small:hover {
	background-position: 10px -402px
}
.popup .close-button {
	top: 5px;
	right: 5px;
	width: 23px;
	height: 22px;
	-moz-box-shadow: 0 1px 0 #ccc inset;
	-webkit-box-shadow: 0 1px 0 #ccc inset;
	box-shadow: 0 1px 0 #ccc inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.popup .close-button:hover {
	color: #444;
	background: url("/rrstatic/img/portal/view-model/icon-sprite.png") 6px -389px no-repeat #eee;
	text-decoration: none
}
#addtocart_popup .close-button {
	top: 0;
	right: 0;
	width: 41px;
	height: 40px;
	background-color: #eee;
	border-left: 1px solid #ddd;
	position: absolute;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 0 0
}
#addtocart_popup .close-button:hover {
	background-color: #f3f3f3
}
#tab-content .close-button {
	top: -20px;
	right: -24px
}
.fancybox-wrap .close-button {
	z-index: 8040
}
.close-in-box .close-button {
	top: 20px
}
button.success {
	line-height: 1.5em;
	margin: 0;
	display: inline-block;
	padding: .743em 1em
}
button {
	margin: 0
}
.btn, .btn-primary, .btn-buy-now, .btn-primary:visited, .btn-buy-now:visited, .btn-secondary, .btn-secondary:visited, .btn-white, .btn-white:visited, .btn-join-fb, .btn-join-ggl, .sw-image-edit__file-upload-button, button, .btn:visited, .btn-primary:visited, .btn-buy-now:visited, .btn-secondary:visited, .btn-white:visited, .btn-join-fb:visited, .btn-join-ggl:visited, .sw-image-edit__file-upload-button:visited {
	background: #edeff0;
	height: auto;
	border: 1px solid #ccd1d4;
	color: #67757B;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.1em;
	outline: none;
	padding: 1em 1em 0.9em 1em;
	position: relative;
	text-align: center;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
*zoom:1;
	-moz-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out
}
.no-touch .btn:hover, .no-touch .btn-primary:hover, .no-touch .btn-buy-now:hover, .no-touch .btn-secondary:hover, .no-touch .btn-white:hover, .no-touch .btn-join-fb:hover, .no-touch .btn-join-ggl:hover, .no-touch .sw-image-edit__file-upload-button:hover, .btn:focus, .btn-primary:focus, .btn-buy-now:focus, .btn-secondary:focus, .btn-white:focus, .btn-join-fb:focus, .btn-join-ggl:focus, .sw-image-edit__file-upload-button:focus, button:hover, button:focus, .no-touch .btn:visited:hover, .no-touch .btn-primary:visited:hover, .no-touch .btn-buy-now:visited:hover, .no-touch .btn-secondary:visited:hover, .no-touch .btn-white:visited:hover, .no-touch .btn-join-fb:visited:hover, .no-touch .btn-join-ggl:visited:hover, .no-touch .sw-image-edit__file-upload-button:visited:hover, .btn:visited:focus, .btn-primary:visited:focus, .btn-buy-now:visited:focus, .btn-secondary:visited:focus, .btn-white:visited:focus, .btn-join-fb:visited:focus, .btn-join-ggl:visited:focus, .sw-image-edit__file-upload-button:visited:focus {
	background-color: #dfe3e4;
	border: 1px solid #c3cacd;
	color: #67757B
}
.btn.small, .small.btn-primary, .small.btn-buy-now, .small.btn-secondary, .small.btn-white, .small.btn-join-fb, .small.btn-join-ggl, .small.sw-image-edit__file-upload-button, button.small, .btn:visited.small, .btn-primary:visited.small, .btn-buy-now:visited.small, .btn-secondary:visited.small, .btn-white:visited.small, .btn-join-fb:visited.small, .btn-join-ggl:visited.small, .sw-image-edit__file-upload-button:visited.small {
	font-size: 0.8em;
	padding: .6em 1em;
	letter-spacing: .054em;
	text-rendering: optimizeLegibility
}
.btn.solo, .solo.btn-primary, .solo.btn-buy-now, .solo.btn-secondary, .solo.btn-white, .solo.btn-join-fb, .solo.btn-join-ggl, .solo.sw-image-edit__file-upload-button, button.solo, .btn:visited.solo, .btn-primary:visited.solo, .btn-buy-now:visited.solo, .btn-secondary:visited.solo, .btn-white:visited.solo, .btn-join-fb:visited.solo, .btn-join-ggl:visited.solo, .sw-image-edit__file-upload-button:visited.solo {
	margin: 30px auto 27px auto;
	display: block;
	width: 50%;
	padding: 1em;
	font-size: 1.3em
}
.btn.disabled, .disabled.btn-primary, .disabled.btn-buy-now, .disabled.btn-secondary, .disabled.btn-white, .disabled.btn-join-fb, .disabled.btn-join-ggl, .disabled.sw-image-edit__file-upload-button, .btn.disabled:hover, .disabled.btn-primary:hover, .disabled.btn-buy-now:hover, .disabled.btn-secondary:hover, .disabled.btn-white:hover, .disabled.btn-join-fb:hover, .disabled.btn-join-ggl:hover, .disabled.sw-image-edit__file-upload-button:hover, .btn.disabled:active, .disabled.btn-primary:active, .disabled.btn-buy-now:active, .disabled.btn-secondary:active, .disabled.btn-white:active, .disabled.btn-join-fb:active, .disabled.btn-join-ggl:active, .disabled.sw-image-edit__file-upload-button:active, .btn.disabled:focus, .disabled.btn-primary:focus, .disabled.btn-buy-now:focus, .disabled.btn-secondary:focus, .disabled.btn-white:focus, .disabled.btn-join-fb:focus, .disabled.btn-join-ggl:focus, .disabled.sw-image-edit__file-upload-button:focus, button.disabled, button.disabled:hover, button.disabled:active, button.disabled:focus, .btn:visited.disabled, .btn-primary:visited.disabled, .btn-buy-now:visited.disabled, .btn-secondary:visited.disabled, .btn-white:visited.disabled, .btn-join-fb:visited.disabled, .btn-join-ggl:visited.disabled, .sw-image-edit__file-upload-button:visited.disabled, .btn:visited.disabled:hover, .btn-primary:visited.disabled:hover, .btn-buy-now:visited.disabled:hover, .btn-secondary:visited.disabled:hover, .btn-white:visited.disabled:hover, .btn-join-fb:visited.disabled:hover, .btn-join-ggl:visited.disabled:hover, .sw-image-edit__file-upload-button:visited.disabled:hover, .btn:visited.disabled:active, .btn-primary:visited.disabled:active, .btn-buy-now:visited.disabled:active, .btn-secondary:visited.disabled:active, .btn-white:visited.disabled:active, .btn-join-fb:visited.disabled:active, .btn-join-ggl:visited.disabled:active, .sw-image-edit__file-upload-button:visited.disabled:active, .btn:visited.disabled:focus, .btn-primary:visited.disabled:focus, .btn-buy-now:visited.disabled:focus, .btn-secondary:visited.disabled:focus, .btn-white:visited.disabled:focus, .btn-join-fb:visited.disabled:focus, .btn-join-ggl:visited.disabled:focus, .sw-image-edit__file-upload-button:visited.disabled:focus {
	cursor: not-allowed;
	color: #d1d6d9;
	background: #edeff0;
	border: 1px solid #e5e8e9
}
.btn.waiting, .waiting.btn-primary, .waiting.btn-buy-now, .waiting.btn-secondary, .waiting.btn-white, .waiting.btn-join-fb, .waiting.btn-join-ggl, .waiting.sw-image-edit__file-upload-button, .btn.waiting:hover, .waiting.btn-primary:hover, .waiting.btn-buy-now:hover, .waiting.btn-secondary:hover, .waiting.btn-white:hover, .waiting.btn-join-fb:hover, .waiting.btn-join-ggl:hover, .waiting.sw-image-edit__file-upload-button:hover, .btn.waiting:active, .waiting.btn-primary:active, .waiting.btn-buy-now:active, .waiting.btn-secondary:active, .waiting.btn-white:active, .waiting.btn-join-fb:active, .waiting.btn-join-ggl:active, .waiting.sw-image-edit__file-upload-button:active, .btn.waiting:focus, .waiting.btn-primary:focus, .waiting.btn-buy-now:focus, .waiting.btn-secondary:focus, .waiting.btn-white:focus, .waiting.btn-join-fb:focus, .waiting.btn-join-ggl:focus, .waiting.sw-image-edit__file-upload-button:focus, button.waiting, button.waiting:hover, button.waiting:active, button.waiting:focus, .btn:visited.waiting, .btn-primary:visited.waiting, .btn-buy-now:visited.waiting, .btn-secondary:visited.waiting, .btn-white:visited.waiting, .btn-join-fb:visited.waiting, .btn-join-ggl:visited.waiting, .sw-image-edit__file-upload-button:visited.waiting, .btn:visited.waiting:hover, .btn-primary:visited.waiting:hover, .btn-buy-now:visited.waiting:hover, .btn-secondary:visited.waiting:hover, .btn-white:visited.waiting:hover, .btn-join-fb:visited.waiting:hover, .btn-join-ggl:visited.waiting:hover, .sw-image-edit__file-upload-button:visited.waiting:hover, .btn:visited.waiting:active, .btn-primary:visited.waiting:active, .btn-buy-now:visited.waiting:active, .btn-secondary:visited.waiting:active, .btn-white:visited.waiting:active, .btn-join-fb:visited.waiting:active, .btn-join-ggl:visited.waiting:active, .sw-image-edit__file-upload-button:visited.waiting:active, .btn:visited.waiting:focus, .btn-primary:visited.waiting:focus, .btn-buy-now:visited.waiting:focus, .btn-secondary:visited.waiting:focus, .btn-white:visited.waiting:focus, .btn-join-fb:visited.waiting:focus, .btn-join-ggl:visited.waiting:focus, .sw-image-edit__file-upload-button:visited.waiting:focus {
	color: rgba(255,255,255,0);
	cursor: wait;
	background: url(/rrstatic/img/waiting.gif) center no-repeat #edeff0;
	background-size: inherit;
	border: 1px solid #ccd1d4
}
.btn.success, .success.btn-primary, .success.btn-buy-now, .success.btn-secondary, .success.btn-white, .success.btn-join-fb, .success.btn-join-ggl, .success.sw-image-edit__file-upload-button, .btn.success:hover, .success.btn-primary:hover, .success.btn-buy-now:hover, .success.btn-secondary:hover, .success.btn-white:hover, .success.btn-join-fb:hover, .success.btn-join-ggl:hover, .success.sw-image-edit__file-upload-button:hover, .btn.success:active, .success.btn-primary:active, .success.btn-buy-now:active, .success.btn-secondary:active, .success.btn-white:active, .success.btn-join-fb:active, .success.btn-join-ggl:active, .success.sw-image-edit__file-upload-button:active, .btn.success:focus, .success.btn-primary:focus, .success.btn-buy-now:focus, .success.btn-secondary:focus, .success.btn-white:focus, .success.btn-join-fb:focus, .success.btn-join-ggl:focus, .success.sw-image-edit__file-upload-button:focus, button.success, button.success:hover, button.success:active, button.success:focus, .btn:visited.success, .btn-primary:visited.success, .btn-buy-now:visited.success, .btn-secondary:visited.success, .btn-white:visited.success, .btn-join-fb:visited.success, .btn-join-ggl:visited.success, .sw-image-edit__file-upload-button:visited.success, .btn:visited.success:hover, .btn-primary:visited.success:hover, .btn-buy-now:visited.success:hover, .btn-secondary:visited.success:hover, .btn-white:visited.success:hover, .btn-join-fb:visited.success:hover, .btn-join-ggl:visited.success:hover, .sw-image-edit__file-upload-button:visited.success:hover, .btn:visited.success:active, .btn-primary:visited.success:active, .btn-buy-now:visited.success:active, .btn-secondary:visited.success:active, .btn-white:visited.success:active, .btn-join-fb:visited.success:active, .btn-join-ggl:visited.success:active, .sw-image-edit__file-upload-button:visited.success:active, .btn:visited.success:focus, .btn-primary:visited.success:focus, .btn-buy-now:visited.success:focus, .btn-secondary:visited.success:focus, .btn-white:visited.success:focus, .btn-join-fb:visited.success:focus, .btn-join-ggl:visited.success:focus, .sw-image-edit__file-upload-button:visited.success:focus {
	cursor: default;
	color: transparent;
	background-color: #cce8a4;
	border: 1px solid #b1dc73;
	margin-bottom: 0
}
.btn.success:before, .success.btn-primary:before, .success.btn-buy-now:before, .success.btn-secondary:before, .success.btn-white:before, .success.btn-join-fb:before, .success.btn-join-ggl:before, .success.sw-image-edit__file-upload-button:before, .btn.success:hover:before, .success.btn-primary:hover:before, .success.btn-buy-now:hover:before, .success.btn-secondary:hover:before, .success.btn-white:hover:before, .success.btn-join-fb:hover:before, .success.btn-join-ggl:hover:before, .success.sw-image-edit__file-upload-button:hover:before, .btn.success:active:before, .success.btn-primary:active:before, .success.btn-buy-now:active:before, .success.btn-secondary:active:before, .success.btn-white:active:before, .success.btn-join-fb:active:before, .success.btn-join-ggl:active:before, .success.sw-image-edit__file-upload-button:active:before, .btn.success:focus:before, .success.btn-primary:focus:before, .success.btn-buy-now:focus:before, .success.btn-secondary:focus:before, .success.btn-white:focus:before, .success.btn-join-fb:focus:before, .success.btn-join-ggl:focus:before, .success.sw-image-edit__file-upload-button:focus:before, button.success:before, button.success:hover:before, button.success:active:before, button.success:focus:before, .btn:visited.success:before, .btn-primary:visited.success:before, .btn-buy-now:visited.success:before, .btn-secondary:visited.success:before, .btn-white:visited.success:before, .btn-join-fb:visited.success:before, .btn-join-ggl:visited.success:before, .sw-image-edit__file-upload-button:visited.success:before, .btn:visited.success:hover:before, .btn-primary:visited.success:hover:before, .btn-buy-now:visited.success:hover:before, .btn-secondary:visited.success:hover:before, .btn-white:visited.success:hover:before, .btn-join-fb:visited.success:hover:before, .btn-join-ggl:visited.success:hover:before, .sw-image-edit__file-upload-button:visited.success:hover:before, .btn:visited.success:active:before, .btn-primary:visited.success:active:before, .btn-buy-now:visited.success:active:before, .btn-secondary:visited.success:active:before, .btn-white:visited.success:active:before, .btn-join-fb:visited.success:active:before, .btn-join-ggl:visited.success:active:before, .sw-image-edit__file-upload-button:visited.success:active:before, .btn:visited.success:focus:before, .btn-primary:visited.success:focus:before, .btn-buy-now:visited.success:focus:before, .btn-secondary:visited.success:focus:before, .btn-white:visited.success:focus:before, .btn-join-fb:visited.success:focus:before, .btn-join-ggl:visited.success:focus:before, .sw-image-edit__file-upload-button:visited.success:focus:before {
	content: "\e61b";
	speak: none;
	color: white;
	font-size: 1.8em;
	position: absolute;
	left: calc(50% - 0.5em)
}
.btn.fail, .fail.btn-primary, .fail.btn-buy-now, .fail.btn-secondary, .fail.btn-white, .fail.btn-join-fb, .fail.btn-join-ggl, .fail.sw-image-edit__file-upload-button, .btn.fail:hover, .fail.btn-primary:hover, .fail.btn-buy-now:hover, .fail.btn-secondary:hover, .fail.btn-white:hover, .fail.btn-join-fb:hover, .fail.btn-join-ggl:hover, .fail.sw-image-edit__file-upload-button:hover, .btn.fail:active, .fail.btn-primary:active, .fail.btn-buy-now:active, .fail.btn-secondary:active, .fail.btn-white:active, .fail.btn-join-fb:active, .fail.btn-join-ggl:active, .fail.sw-image-edit__file-upload-button:active, .btn.fail:focus, .fail.btn-primary:focus, .fail.btn-buy-now:focus, .fail.btn-secondary:focus, .fail.btn-white:focus, .fail.btn-join-fb:focus, .fail.btn-join-ggl:focus, .fail.sw-image-edit__file-upload-button:focus, button.fail, button.fail:hover, button.fail:active, button.fail:focus, .btn:visited.fail, .btn-primary:visited.fail, .btn-buy-now:visited.fail, .btn-secondary:visited.fail, .btn-white:visited.fail, .btn-join-fb:visited.fail, .btn-join-ggl:visited.fail, .sw-image-edit__file-upload-button:visited.fail, .btn:visited.fail:hover, .btn-primary:visited.fail:hover, .btn-buy-now:visited.fail:hover, .btn-secondary:visited.fail:hover, .btn-white:visited.fail:hover, .btn-join-fb:visited.fail:hover, .btn-join-ggl:visited.fail:hover, .sw-image-edit__file-upload-button:visited.fail:hover, .btn:visited.fail:active, .btn-primary:visited.fail:active, .btn-buy-now:visited.fail:active, .btn-secondary:visited.fail:active, .btn-white:visited.fail:active, .btn-join-fb:visited.fail:active, .btn-join-ggl:visited.fail:active, .sw-image-edit__file-upload-button:visited.fail:active, .btn:visited.fail:focus, .btn-primary:visited.fail:focus, .btn-buy-now:visited.fail:focus, .btn-secondary:visited.fail:focus, .btn-white:visited.fail:focus, .btn-join-fb:visited.fail:focus, .btn-join-ggl:visited.fail:focus, .sw-image-edit__file-upload-button:visited.fail:focus {
	color: transparent;
	cursor: default;
	background-color: #EC3737;
	border: 1px solid #c41313
}
.btn.fail:before, .fail.btn-primary:before, .fail.btn-buy-now:before, .fail.btn-secondary:before, .fail.btn-white:before, .fail.btn-join-fb:before, .fail.btn-join-ggl:before, .fail.sw-image-edit__file-upload-button:before, .btn.fail:hover:before, .fail.btn-primary:hover:before, .fail.btn-buy-now:hover:before, .fail.btn-secondary:hover:before, .fail.btn-white:hover:before, .fail.btn-join-fb:hover:before, .fail.btn-join-ggl:hover:before, .fail.sw-image-edit__file-upload-button:hover:before, .btn.fail:active:before, .fail.btn-primary:active:before, .fail.btn-buy-now:active:before, .fail.btn-secondary:active:before, .fail.btn-white:active:before, .fail.btn-join-fb:active:before, .fail.btn-join-ggl:active:before, .fail.sw-image-edit__file-upload-button:active:before, .btn.fail:focus:before, .fail.btn-primary:focus:before, .fail.btn-buy-now:focus:before, .fail.btn-secondary:focus:before, .fail.btn-white:focus:before, .fail.btn-join-fb:focus:before, .fail.btn-join-ggl:focus:before, .fail.sw-image-edit__file-upload-button:focus:before, button.fail:before, button.fail:hover:before, button.fail:active:before, button.fail:focus:before, .btn:visited.fail:before, .btn-primary:visited.fail:before, .btn-buy-now:visited.fail:before, .btn-secondary:visited.fail:before, .btn-white:visited.fail:before, .btn-join-fb:visited.fail:before, .btn-join-ggl:visited.fail:before, .sw-image-edit__file-upload-button:visited.fail:before, .btn:visited.fail:hover:before, .btn-primary:visited.fail:hover:before, .btn-buy-now:visited.fail:hover:before, .btn-secondary:visited.fail:hover:before, .btn-white:visited.fail:hover:before, .btn-join-fb:visited.fail:hover:before, .btn-join-ggl:visited.fail:hover:before, .sw-image-edit__file-upload-button:visited.fail:hover:before, .btn:visited.fail:active:before, .btn-primary:visited.fail:active:before, .btn-buy-now:visited.fail:active:before, .btn-secondary:visited.fail:active:before, .btn-white:visited.fail:active:before, .btn-join-fb:visited.fail:active:before, .btn-join-ggl:visited.fail:active:before, .sw-image-edit__file-upload-button:visited.fail:active:before, .btn:visited.fail:focus:before, .btn-primary:visited.fail:focus:before, .btn-buy-now:visited.fail:focus:before, .btn-secondary:visited.fail:focus:before, .btn-white:visited.fail:focus:before, .btn-join-fb:visited.fail:focus:before, .btn-join-ggl:visited.fail:focus:before, .sw-image-edit__file-upload-button:visited.fail:focus:before {
	content: "\e601";
	speak: none;
	color: white;
	font-size: 1.8em;
	position: absolute;
	left: calc(50% - 0.5em)
}
.btn.breathe-top-right, .breathe-top-right.btn-primary, .breathe-top-right.btn-buy-now, .breathe-top-right.btn-secondary, .breathe-top-right.btn-white, .breathe-top-right.btn-join-fb, .breathe-top-right.btn-join-ggl, .breathe-top-right.sw-image-edit__file-upload-button, button.breathe-top-right, .btn:visited.breathe-top-right, .btn-primary:visited.breathe-top-right, .btn-buy-now:visited.breathe-top-right, .btn-secondary:visited.breathe-top-right, .btn-white:visited.breathe-top-right, .btn-join-fb:visited.breathe-top-right, .btn-join-ggl:visited.breathe-top-right, .sw-image-edit__file-upload-button:visited.breathe-top-right {
	margin: 10px 10px 0 0
}
.btn.breathe-top-left, .breathe-top-left.btn-primary, .breathe-top-left.btn-buy-now, .breathe-top-left.btn-secondary, .breathe-top-left.btn-white, .breathe-top-left.btn-join-fb, .breathe-top-left.btn-join-ggl, .breathe-top-left.sw-image-edit__file-upload-button, button.breathe-top-left, .btn:visited.breathe-top-left, .btn-primary:visited.breathe-top-left, .btn-buy-now:visited.breathe-top-left, .btn-secondary:visited.breathe-top-left, .btn-white:visited.breathe-top-left, .btn-join-fb:visited.breathe-top-left, .btn-join-ggl:visited.breathe-top-left, .sw-image-edit__file-upload-button:visited.breathe-top-left {
	margin: 10px 0 0 10px
}
.btn.breathe-bottom-right, .breathe-bottom-right.btn-primary, .breathe-bottom-right.btn-buy-now, .breathe-bottom-right.btn-secondary, .breathe-bottom-right.btn-white, .breathe-bottom-right.btn-join-fb, .breathe-bottom-right.btn-join-ggl, .breathe-bottom-right.sw-image-edit__file-upload-button, button.breathe-bottom-right, .btn:visited.breathe-bottom-right, .btn-primary:visited.breathe-bottom-right, .btn-buy-now:visited.breathe-bottom-right, .btn-secondary:visited.breathe-bottom-right, .btn-white:visited.breathe-bottom-right, .btn-join-fb:visited.breathe-bottom-right, .btn-join-ggl:visited.breathe-bottom-right, .sw-image-edit__file-upload-button:visited.breathe-bottom-right {
	margin: 0 10px 11px 0
}
.btn.breathe-bottom-left, .breathe-bottom-left.btn-primary, .breathe-bottom-left.btn-buy-now, .breathe-bottom-left.btn-secondary, .breathe-bottom-left.btn-white, .breathe-bottom-left.btn-join-fb, .breathe-bottom-left.btn-join-ggl, .breathe-bottom-left.sw-image-edit__file-upload-button, button.breathe-bottom-left, .btn:visited.breathe-bottom-left, .btn-primary:visited.breathe-bottom-left, .btn-buy-now:visited.breathe-bottom-left, .btn-secondary:visited.breathe-bottom-left, .btn-white:visited.breathe-bottom-left, .btn-join-fb:visited.breathe-bottom-left, .btn-join-ggl:visited.breathe-bottom-left, .sw-image-edit__file-upload-button:visited.breathe-bottom-left {
	margin: 0 0 11px 10px
}
.btn.block, .block.btn-primary, .block.btn-buy-now, .block.btn-secondary, .block.btn-white, .block.btn-join-fb, .block.btn-join-ggl, .block.sw-image-edit__file-upload-button, button.block, .btn:visited.block, .btn-primary:visited.block, .btn-buy-now:visited.block, .btn-secondary:visited.block, .btn-white:visited.block, .btn-join-fb:visited.block, .btn-join-ggl:visited.block, .sw-image-edit__file-upload-button:visited.block {
	display: block
}
.btn.inline, .inline.btn-primary, .inline.btn-buy-now, .inline.btn-secondary, .inline.btn-white, .inline.btn-join-fb, .inline.btn-join-ggl, .inline.sw-image-edit__file-upload-button, button.inline, .btn:visited.inline, .btn-primary:visited.inline, .btn-buy-now:visited.inline, .btn-secondary:visited.inline, .btn-white:visited.inline, .btn-join-fb:visited.inline, .btn-join-ggl:visited.inline, .sw-image-edit__file-upload-button:visited.inline {
	display: inline
}
button.block {
	width: 100%
}
.btn-primary, .btn-buy-now, .btn-primary:visited, .btn-buy-now:visited {
	border-color: #02b2ff;
	background-color: #4FC9FF;
	color: #fff
}
.btn-primary:hover, .btn-buy-now:hover, .btn-primary:active, .btn-buy-now:active, .btn-primary:visited:hover, .btn-buy-now:visited:hover, .btn-primary:visited:active, .btn-buy-now:visited:active {
	background-color: #1cb9ff;
	border-color: #00a1e8;
	color: #fff
}
.no-touch .btn-primary:hover, .no-touch .btn-buy-now:hover, .btn-primary:active, .btn-buy-now:active, .btn-primary:focus, .btn-buy-now:focus, .no-touch .btn-primary:visited:hover, .no-touch .btn-buy-now:visited:hover, .btn-primary:visited:active, .btn-buy-now:visited:active, .btn-primary:visited:focus, .btn-buy-now:visited:focus {
	border-color: #02b2ff;
	background-color: #4FC9FF;
	color: #fff
}
.no-touch .btn-primary:hover:hover, .no-touch .btn-buy-now:hover:hover, .no-touch .btn-primary:hover:active, .no-touch .btn-buy-now:hover:active, .btn-primary:active:hover, .btn-buy-now:active:hover, .btn-primary:active:active, .btn-buy-now:active:active, .btn-primary:focus:hover, .btn-buy-now:focus:hover, .btn-primary:focus:active, .btn-buy-now:focus:active, .no-touch .btn-primary:visited:hover:hover, .no-touch .btn-buy-now:visited:hover:hover, .no-touch .btn-primary:visited:hover:active, .no-touch .btn-buy-now:visited:hover:active, .btn-primary:visited:active:hover, .btn-buy-now:visited:active:hover, .btn-primary:visited:active:active, .btn-buy-now:visited:active:active, .btn-primary:visited:focus:hover, .btn-buy-now:visited:focus:hover, .btn-primary:visited:focus:active, .btn-buy-now:visited:focus:active {
	background-color: #1cb9ff;
	border-color: #00a1e8;
	color: #fff
}
.btn-secondary, .btn-secondary:visited {
	border-color: #fb2410;
	background-color: #FC695B;
	color: #fff
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited:hover, .btn-secondary:visited:active {
	background-color: #fb3b29;
	border-color: #ed1904;
	color: #fff
}
.no-touch .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .no-touch .btn-secondary:visited:hover, .btn-secondary:visited:active, .btn-secondary:visited:focus {
	border-color: #fb2410;
	background-color: #FC695B;
	color: #fff
}
.no-touch .btn-secondary:hover:hover, .no-touch .btn-secondary:hover:active, .btn-secondary:active:hover, .btn-secondary:active:active, .btn-secondary:focus:hover, .btn-secondary:focus:active, .no-touch .btn-secondary:visited:hover:hover, .no-touch .btn-secondary:visited:hover:active, .btn-secondary:visited:active:hover, .btn-secondary:visited:active:active, .btn-secondary:visited:focus:hover, .btn-secondary:visited:focus:active {
	background-color: #fb3b29;
	border-color: #ed1904;
	color: #fff
}
.btn-white, .btn-white:visited {
	border-color: #d9d9d9;
	background-color: #fff;
	color: #67757B
}
.btn-white:hover, .btn-white:active, .btn-white:visited:hover, .btn-white:visited:active {
	background-color: #e6e6e6;
	border-color: #ccc;
	color: #67757B
}
.no-touch .btn-white:hover, .btn-white:focus, .no-touch .btn-white:visited:hover, .btn-white:visited:focus {
	background-color: #f2f2f2;
	border: 1px solid #c3cacd;
	color: #67757B
}
.no-touch .btn-destructive:hover, .btn-destructive:focus {
	color: #CC3F30
}
.btn-link, .btn-link:active, .btn-link:visited, .btn-link:focus {
	background: none;
	border: none;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: .02em;
	padding: 1em 1em 0.9em 1em;
	display: inline-block;
	text-transform: none;
	-webkit-font-smoothing: subpixel-antialiased
}
.no-touch .btn-link:hover, .no-touch .btn-link:active:hover, .no-touch .btn-link:visited:hover, .no-touch .btn-link:focus:hover {
	color: #444d51;
	background: none;
	border: none;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: none
}
.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:visited, .btn-link.disabled:active, .btn-link.disabled:focus, .btn-link:active.disabled, .btn-link:active.disabled:hover, .btn-link:active.disabled:visited, .btn-link:active.disabled:active, .btn-link:active.disabled:focus, .btn-link:visited.disabled, .btn-link:visited.disabled:hover, .btn-link:visited.disabled:visited, .btn-link:visited.disabled:active, .btn-link:visited.disabled:focus, .btn-link:focus.disabled, .btn-link:focus.disabled:hover, .btn-link:focus.disabled:visited, .btn-link:focus.disabled:active, .btn-link:focus.disabled:focus {
	color: #d1d6d9;
	background: none;
	border: none;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: none
}
input.btn-primary, input.btn-buy-now, input.secondary-button, input.neutral-button {
	line-height: 1em
}
input.btn, input.btn-primary, input.btn-buy-now, input.btn-primary:visited, input.btn-buy-now:visited, input.btn-secondary, input.btn-secondary:visited, input.btn-white, input.btn-white:visited, input.btn-join-fb, input.btn-join-ggl, input.sw-image-edit__file-upload-button {
	vertical-align: top
}
input.btn.small, input.small.btn-primary, input.small.btn-buy-now, input.small.btn-secondary, input.small.btn-white, input.small.btn-join-fb, input.small.btn-join-ggl, input.small.sw-image-edit__file-upload-button {
	height: 28px
}
.close-button {
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	width: 41px;
	height: 40px;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 15px -366px no-repeat;
	color: #a1aaad;
	font-weight: bold;
	text-align: center;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.no-touch .close-button:hover {
	color: #67757B;
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 15px -398px no-repeat;
	text-decoration: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.close-button.small {
	width: 31px;
	height: 32px;
	background-position: 10px -370px
}
.no-touch .close-button.small:hover {
	background-position: 10px -402px
}
.popup .close-button {
	top: 5px;
	right: 5px;
	width: 23px;
	height: 22px;
	-moz-box-shadow: 0 1px 0 #ccc inset;
	-webkit-box-shadow: 0 1px 0 #ccc inset;
	box-shadow: 0 1px 0 #ccc inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.no-touch .popup .close-button:hover {
	color: #67757B;
	background: url("/rrstatic/img/portal/view-model/icon-sprite.png") 6px -389px no-repeat #edeff0;
	text-decoration: none
}
#addtocart_popup .close-button {
	top: 0;
	right: 0;
	width: 41px;
	height: 39px;
	background-color: #FFF;
	border-left: none;
	position: absolute;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 0 0
}
.no-touch #addtocart_popup .close-button:hover {
	background-color: white
}
#tab-content .close-button {
	top: -20px;
	right: -24px
}
.fancybox-wrap .close-button {
	z-index: 8040
}
.close-in-box .close-button {
	top: 20px
}
.share-button-fb {
	background: url("/rrstatic/img/sprites/share-icon/fb-share-full.png") no-repeat;
	height: 20px;
	width: 63px;
	display: block;
	padding-top: 3px
}
.share-button-fb .share-icon-fb-sm {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 24px
}
.btn-join-fb {
	border-color: #263961;
	background-color: #3B5998;
	color: #fff;
	width: 100%
}
.btn-join-fb:hover, .btn-join-fb:active {
	background-color: #2d4373;
	border-color: #1e2e4f;
	color: #fff
}
.btn-join-fb:before {
	content: "";
	background: url(/rrstatic/img/sprites/share-icon/fb.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 15px;
	top: 7px
}
.btn-join-ggl {
	border-color: #ac2d1e;
	background-color: #dd4b39;
	color: #fff;
	width: 100%
}
.btn-join-ggl:hover, .btn-join-ggl:active {
	background-color: #c23321;
	border-color: #96271a;
	color: #fff
}
.btn-join-ggl:before {
	content: "";
	background: url(/rrstatic/img/sprites/share-icon/google-plus-logo.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 9px;
	top: 5px
}
.signup-or-divider {
	margin: 0 auto;
	height: 24px;
	width: 70%
}
.signup-or-divider hr {
	margin: 14px 10px -12px 0px;
	color: #edeff0
}
.signup-or-divider p {
	color: #415761;
	background: #ffffff;
	text-align: center;
	font-size: 0.8em;
	margin-left: 90px;
	margin-right: 90px;
	line-height: 2em
}
#uploadconfirm {
	padding-top: 20px;
	z-index: 2;
	background-color: white;
	text-align: left;
	cursor: default
}
#uploadconfirm:hover {
	color: #67757B
}
#uploadconfirm h2 {
	color: #67757B
}
#uploadconfirm p {
	line-height: 1.3;
	margin-bottom: 5px
}
#uploadconfirm .span-8 {
	width: 580px
}
#uploadconfirm .scale-units {
	float: left;
	margin: 16px 17px 0 0
}
#uploadconfirm .action-button {
	float: left;
	margin-top: 10px
}
#upload-file .action-button, .upload-file-container .action-button {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}
#upload-file .action-button input, .upload-file-container .action-button input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	font-size: 100px;
	direction: ltr;
	cursor: pointer
}
#creatorinfo {
	position: relative
}
#creatorinfo #pointer {
	position: absolute;
	top: 0;
	left: 102px;
	z-index: 20
}
#creatorinfo #pointer:after, #creatorinfo #pointer:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
#creatorinfo #pointer:after {
	border-color: rgba(255,255,255,0);
	border-width: 14px;
	top: -28px;
	border-bottom-color: #fff;
	left: 0;
	margin-left: 2px
}
#creatorinfo #pointer:before {
	border-color: rgba(255,255,255,0);
	border-width: 15px;
	top: -30px;
	border-bottom-color: #e0e3e5;
	left: 0;
	margin-left: 1px
}
.uploading-reqs {
	font-size: 11px;
	line-height: 1.4;
	width: 300px
}
.uploading-reqs th {
	text-align: right;
	padding-right: 10px
}
#tab-content {
*zoom:1;
	padding: 20px;
	overflow: hidden
}
#tab-content:after {
	content: "";
	display: table;
	clear: both
}
#tab-content .part {
	float: left;
	width: 920px;
	margin-right: 40px
}
#tab-content h3 {
	font-size: 2.1em;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px
}
#tab-content h4 {
	font-size: 1.5em;
	text-align: center;
	color: #67757B;
	font-weight: 100;
	margin-bottom: 40px
}
#tab-content .parts {
	width: 4800px;
	margin-left: -960px
}
#tab-content .parts.showproblem {
	margin-left: 0
}
#tab-content .parts .first {
	margin-left: 222px
}
#tab-content .parts .span-4.first {
	width: 242px;
	position: relative;
	z-index: 3
}
#tab-content #part1 .video-thumb {
	margin: 0 34px 0 33px;
	width: 222px
}
#tab-content #part1 .tips-list, #tab-content #part2 .tips-list, #tab-content #part3 .tips-list, #tab-content #part4 .tips-list {
	width: 282px
}
#tab-content #part1 .tips-list ul, #tab-content #part2 .tips-list ul, #tab-content #part3 .tips-list ul, #tab-content #part4 .tips-list ul {
	margin-left: 0
}
#tab-content .problem {
	position: relative
}
#tab-content .problem h3 {
	text-align: left;
	color: #ffc545;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 40px;
	background: transparent url("/rrstatic/img/caution-yellow.svg") 0 7px no-repeat
}
#tab-content .problem p.issue {
	padding-bottom: 3px
}
#tab-content .problem p.detail {
	font-size: 0.8em
}
.model-video {
	position: relative;
	display: inline-block
}
.model-video img {
	display: block;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3)
}
.model-video:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -52px 0 0 -52px;
	height: 105px;
	width: 104px
}
.video {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.video img {
	display: block;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3)
}
.video:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -52px 0 0 -52px;
	height: 105px;
	width: 104px;
	background: transparent url("/rrstatic/img/portal/create/video-icon.png") no-repeat 0 0
}
.video:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9
}
.video:hover:after {
	background-image: url("/rrstatic/img/portal/create/video-icon-hover.png")
}
.part .content {
	height: 270px
}
.player {
	position: relative;
	margin-top: -420px
}
.player iframe {
	margin: 25px auto;
	display: block
}
.easy-create-upload .item {
	position: relative;
	height: 140px;
	margin-bottom: 30px;
	font-size: 0.85em
}
.easy-create-upload .image-box {
	float: left;
	margin-right: 20px;
	width: 140px;
	height: 140px;
	border-bottom: none;
	overflow: hidden;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.easy-create-upload .image-box img {
	width: 140px;
	height: 140px;
	margin: 0
}
.easy-create-upload p {
	line-height: 1.4
}
.support-list {
	text-shadow: 0px 1px 0 #fff
}
.support-list h2 {
	font-size: 1.4em;
	color: #757372
}
.support-list h3 {
	margin: 0 0 10px 0;
	font-weight: 300;
	color: #757372
}
.support-list .rss-date, .support-list .photo-credit {
	color: #67757B;
	font-size: 0.8em
}
.cms-design-sidebar {
	color: #757372
}
.cms-design-sidebar h1, .cms-design-sidebar h2 {
	font-size: 1em;
	margin: 0 0 18px 0;
	text-transform: uppercase;
	font-weight: normal
}
.cms-design-sidebar p {
	line-height: 1.2em
}
.cms-design-sidebar .secondary-button-inset {
	margin-top: 10px;
	width: 174px
}
.cms-design-sidebar input {
	outline: none
}
.cms-design-sidebar.box-dark .action-button, .cms-design-sidebar.box-dark .secondary-button {
	margin-top: 10px
}
.cms-design-sidebar.box-dark {
	font-size: 14px
}
.cms-design-sidebar ul {
	margin: 0
}
.cms-design-sidebar ul li {
	list-style: none;
	position: relative
}
.faqQuestion {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd
}
.layoutLightBlue {
	margin-bottom: 0
}
.layoutLightBlue img {
	width: 48px
}
.layoutLightBlue td {
	font-size: 0.9em
}
.form td {
	font-size: 16px;
	color: #323232;
	width: 210px
}
.form tr {
	margin-bottom: 20px
}
.form .formAttribute {
	width: 450px
}
.form #message {
	width: 450px;
	height: 150px
}
.form #email {
	width: 450px
}
.form label[for=receive_newsletter] {
	width: 450px
}
.sct-cmshandoff ul {
	list-style: none
}
.sct-cmshandoff ul li {
	list-style: none
}
.sct-cmshandoff ul li:before {
	content: none
}
.sct-cmshandoff .support-list ul li {
	padding: 5px 0
}
.sct-cmshandoff .span-6.inside {
	width: 450px
}
.sct-cmshandoff .span-7.inside {
	width: 532px
}
.sct-cmshandoff .span-6.inside, .sct-cmshandoff .span-7.inside {
	margin-right: 10px
}
#wishlist-header {
	display: block;
	overflow: hidden;
*zoom:1
}
.wishlist-avatar {
	float: left;
	margin: 0 20px 0px 0;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd
}
.wishlist-avatar img {
	width: 50px;
	height: 50px;
	border: 1px solid #ddd
}
#wishlist-title {
	float: left;
	width: 140px
}
#wishlist-name {
	font-size: 2.1em;
	font-weight: bold
}
#wishlist-top {
	padding: 0 0 0px 0px;
	margin: 0 0 0px 0;
	width: 960px;
	float: left
}
#wishlist-top #wishlist-top-sort {
	float: right;
	margin: 15px 0 0 0
}
.wishlist-tabs-div #wishlist-top {
	margin: 0;
	padding: 0
}
.wishlist-sort {
	display: inline-block;
	float: left;
	margin: 0px 3px;
	border: 1px solid #CCC;
	color: #888;
	height: 13px;
	background: whiteSmoke;
	padding: 5px 10px;
	font-size: 0.9em;
	line-height: .9em;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.wishlist-sort:hover {
	border: 1px solid #4FC9FF;
	color: #4FC9FF
}
.wishlist-sort-selected {
	background: white;
	color: #444;
	float: left;
	border: 1px solid #aaa
}
.wishlist-sort-selected:hover {
	background: white;
	color: #444;
	border: 1px solid #aaa
}
.profile-model-tabs .wishlist-summary {
	color: #757372;
	cursor: pointer;
	padding: 0;
	line-height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.profile-model-tabs .wishlist-summary:hover {
	background: none
}
.wishlist-tabs-div .wishlist-summary-border {
	margin-bottom: -10px
}
#wishlist-left {
	float: left;
	margin: 0 24px 0 0;
	width: 468px
}
.wishlist-summary-border {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	height: 44px
}
.wishlist-summary {
	color: #757372;
	cursor: pointer;
	padding: 10px;
	line-height: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.wishlist-summary p {
	margin: 0
}
.wishlist-summary:hover {
	background: url("/rrstatic/img/sw-bg-dark.jpg") top left
}
.wishlist-summary-selected {
	float: left;
	padding: 10px;
	margin: 0;
	color: #444;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.wishlist-summary-selected:hover {
	background: white
}
.wishlist-summary-paging {
	margin: -28px 0 0 0;
	font-size: 1.5em;
	line-height: 1.1em;
	float: right;
	width: 110px;
	text-align: right;
	color: #aaa
}
#wishlist-right {
	display: block;
	margin: 0 auto;
	min-height: 350px;
	width: 960px
}
.wishlist-add-more {
	padding: 15px 0px;
	width: 100%;
	height: 175px;
	float: left;
	margin-right: 10px;
	font-size: 1.6em
}
.wishlist-model {
	background: white;
	position: relative;
	padding: 0;
	width: 220px;
	height: 310px;
	float: left;
	margin: 0 24px 24px 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.wishlist-model:hover {
	border: 1px solid #08A3E9;
	cursor: pointer
}
.wishlist-model-picture {
	height: 165px;
	width: 220px;
	border-bottom: 1px solid #ddd
}
.wishlist-model-picture img {
	height: 165px;
	max-width: 220px;
	display: block;
	text-align: center;
	margin: 0 auto
}
.wishlist-model-details {
	margin: 0 0 0 12px;
	overflow: hidden
}
.wishlist-model-title {
	display: block;
	width: 188px;
	padding: 8px 0 0 0;
	overflow: hidden;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	font-size: 1em
}
.wishlist-model-material {
	font-size: 0.8em;
	line-height: 1.2em;
	width: 188px;
	display: block;
	overflow: hidden;
	margin: 5px 0 0 0;
	color: #757372
}
.wishlist-model-price {
	position: absolute;
	text-align: right;
	padding: 10px 12px;
	width: 196px;
	bottom: 0;
	right: 0;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left;
	border-top: 1px solid #ddd;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px
}
.wishlist-add-to-cart {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: 68px
}
.wishlist-add-to-cart img {
	visibility: hidden
}
.wishlist-view-details {
	margin-top: 36px;
	width: 190px;
	height: 70px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #f0f0f0;
	cursor: pointer;
	visibility: hidden
}
.wishlist-view-details a {
	font-weight: normal;
	color: #8dd7ed;
	font-size: 42px;
	margin-top: -8px
}
.wishlist-remove-model {
	position: absolute;
	overflow: hidden;
	text-align: center;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	margin: 5px;
	padding: 5px;
	background: white;
	border: 1px solid #eee;
	border-bottom: 1px solid #afb4d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9
}
.wishlist-remove-model a {
	color: #999999;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 15px;
	padding: 5px;
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 5px -376px no-repeat
}
.wishlist-remove-model:hover {
	border: 1px solid #ddd;
	border-bottom: 1px solid #afb4d7;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.wishlist-remove-model:hover a {
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 5px -408px no-repeat
}
#wishlist-paging {
	margin: 20px 0 0 0;
	width: 960px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 80px
}
.paging img {
	padding: 0px 10px;
	position: relative;
	top: 12px
}
.paging {
	float: left;
	padding: 0px 50px;
	margin-top: 10px;
	height: 80px;
	cursor: pointer
}
.paging-disabled, .paging-disabled a {
	color: #DDDDDD
}
.wishlist-count {
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 0 10px 0;
	height: 70px;
	width: 274px;
	text-align: center
}
.wishlist-page-items {
	font-size: 1.5em;
	padding: 16px 0 0 0;
	margin: 0 0 7px 0
}
.wishlist-total {
	color: #757372
}
.embed-and-share {
	float: right;
	width: 370px;
	padding-right: 0;
	border: none
}
.embed-and-share .share {
	cursor: pointer;
	float: right;
	margin-right: 20px;
	color: #444
}
.embed-and-share .share a {
	text-decoration: none;
	color: #444;
	padding: 0 0 0 22px;
	background: url("/rrstatic/img/portal/view-model/icon-sprite.png") 0px -90px no-repeat
}
.embed-and-share .embed {
	cursor: pointer;
	float: right;
	margin-right: 20px
}
.embed-and-share .wishlist-private {
	float: right
}
.embed-and-share .wishlist-private input {
	position: relative;
	top: -2px;
	vertical-align: middle
}
.embed-and-share a {
	text-decoration: none;
	color: #444;
	padding: 0 0 0 32px;
	background: url("/rrstatic/img/portal/view-model/icon-sprite.png") 0px -112px no-repeat
}
.embed-and-share .embed-disabled, .embed-and-share .embed-disabled a {
	color: #67757B
}
.embed-and-share .embed-disabled:hover, .embed-and-share .embed-disabled a:hover {
	cursor: default
}
.embed-input {
	float: left;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px
}
.embed-input input[type="radio"] {
	margin: 12px 5px 0 0
}
.embed-input img {
	margin: 6px 0 0 0
}
#wishlist-overlay {
	background-color: #4FC9FF;
	cursor: wait
}
.wishlist_overlay {
	display: none;
	z-index: 10000;
	display: none;
	max-height: 400px;
	overflow: auto;
	background: #fff;
	padding: 30px;
	border-bottom: 3px solid #cecece;
	position: absolute;
*height:400px;
*overflow:auto;
	width: 600px
}
#wishlist-container p {
	margin: 20px 0px 25px 0px;
	float: left
}
.wishlist-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;
	width: 640px
}
.wishlist-overlay-title {
	float: left;
	padding: 0 4px 0 0
}
.wishlist-overlay-label {
	float: left;
	color: #444;
	font-weight: 300;
	margin: 2px 20px 0px 0px
}
.wishlist-overlay-label #embed-code {
	width: 590px;
	height: 70px;
	resize: none
}
.wishlist-overlay-label strong {
	margin-bottom: 5px
}
.wishlist-overlay-label input {
	margin-right: 5px;
	vertical-align: top
}
.copy-link {
	float: left;
	width: 460px;
	margin-bottom: 12px
}
.send-link {
	float: left;
	width: 460px;
	font-weight: 300
}
#send-link a {
	cursor: pointer;
	vertical-align: middle
}
#wishlist-container {
	min-height: 195px
}
#wishlist-container .simplemodal-data {
	padding: 8px
}
#wishlist-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px
}
#wishlist-container a {
	color: #3da9de;
	text-decoration: none
}
#wishlist-container a.modalCloseImg {
	background: url(/img/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer
}
#wishlist-container h3 {
	color: #84b8d9
}
.profile-userlist, .profile-designed {
	padding-bottom: 60px
}
.model-details-overview {
	font-size: 13px
}
.model-design-info {
	height: 300px
}
.material-info-family-row {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin: 0 -20px 30px
}
.material-info-family-row:last-child {
	border-bottom: none;
	margin-bottom: -10px
}
.material-info-family-row .list-row-title {
	margin-bottom: 0
}
.material-family-name {
	margin: 0 0 10px 10px;
	color: #183643;
	font-weight: bold
}
.material-info-family-column-header-row {
	background-color: #f5f7f8;
	border-top: 1px solid #e0e3e5;
	border-bottom: 1px solid #e0e3e5;
	font-size: 11px;
	font-weight: 400;
	color: #727D89
}
.material-info-family-column-header-materials {
	display: block;
	padding: 4px 0;
	float: left;
	width: 214px;
	border-right: 1px solid #D7D9DE
}
.material-info-family-column-header-materials.beta {
	width: 224px
}
.material-info-family-column-header-materials span {
	margin-left: 60px
}
.material-info-family-column-header-quantity {
	display: inline-block;
	padding: 4px 0
}
.material-info-family-column-header-quantity span {
	margin-left: 42px
}
.material-info-family-column-header-initial-checks {
	display: block;
	padding: 4px 0;
	float: left;
	width: 128px;
	border-right: 1px solid #D7D9DE
}
.material-info-family-column-header-initial-checks.beta {
	width: 140px
}
.material-info-family-column-header-initial-checks.beta span {
	margin-left: 38px
}
.material-info-family-column-header-initial-checks span {
	margin-left: 32px
}
.material-info-family-column-header-wall-thickness-check {
	display: block;
	padding: 4px 0;
	float: left;
	width: 128px;
	border-right: 1px solid #D7D9DE
}
.material-info-family-column-header-wall-thickness-check span {
	margin-left: 12px
}
.material-info-family-column-header-manual-check {
	display: block;
	padding: 4px 0;
	float: left;
	width: 118px;
	border-right: 1px solid #D7D9DE
}
.material-info-family-column-header-manual-check.beta {
	width: 136px
}
.material-info-family-column-header-manual-check span {
	margin-left: 22px
}
.material-info-family-column-header-manual-check span.beta {
	margin-left: 29px
}
.material-info-family-column-header-success-rate {
	display: block;
	padding: 4px 0;
	float: left;
	width: 102px;
	border-right: 1px solid #D7D9DE
}
.material-info-family-column-header-success-rate.beta {
	width: 110px
}
.material-info-family-column-header-success-rate.beta span {
	margin-left: 19px
}
.material-info-family-column-header-success-rate span {
	margin-left: 18px
}
.material-info-family-column-header-price {
	display: inline-block;
	padding: 4px 0;
	margin-left: 56px
}
.material-info-family-column-header-price.beta {
	margin-left: 82px
}
.material-info-family-header-label {
	font-size: 11px;
	font-weight: 400;
	line-height: 5px;
	max-width: 160px;
	color: #a1aaad;
	padding-top: 3px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px
}
.initial-printability-header {
	margin-left: 20px
}
.material-info-family-header .infotip {
	float: right;
	margin-top: -15px
}
.initial-printability-tip {
	margin-right: 48px
}
.wall-thickness-printability-tip {
	margin-right: 46px
}
.material-info-family-header-icons {
*zoom:1;
	height: 5px
}
.material-info-family-header-icons:after {
	content: "";
	display: table;
	clear: both
}
.printability-success-img-small, .printability-fail-img-small {
	display: inline-block;
	width: 15px;
	height: 5px;
	margin-right: 2px
}
.printability-pending {
	float: left;
	margin-left: 30px
}
.printability-success-img-small {
	background-color: #bde289
}
.printability-fail-img-small {
	background-color: #f07677
}
.material-info-finish-list {
	margin-top: 0px;
	margin-left: 0
}
.infotip {
	cursor: pointer
}
.material-info-finish-row {
*zoom:1;
	padding-bottom: 0
}
.material-info-finish-row:after {
	content: "";
	display: table;
	clear: both
}
.material-info-finish-row .name {
	width: 154px;
	height: 54px;
	font-size: 14px;
	font-weight: 300;
	border-right: 1px solid #E8EAEE
}
.material-info-finish-row .name a {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left
}
.material-info-finish-row .primary-button-inset {
	width: 136px
}
.material-info-finish-row .subtle-button-inset {
	width: 136px
}
.material-info-finish-row .in-cart span {
	display: none
}
.material-info-finish-row .in-cart:before {
	content: "Added"
}
.material-info-finish-row .model-info-add-to-cart {
	display: inline-block;
	float: right;
	margin-right: 10px;
	height: 54px
}
.material-info-finish-row .model-info-add-to-cart #addToCartButton {
	margin-top: 9px
}
.material-info-finish-row .model-info-add-to-cart #addToCartButton .subtle-button-inset.small {
	padding: 4px 14px;
	line-height: 22px
}
.material-info-finish-row .model-material-details-price-label {
	width: 132px;
	display: inline-block;
	float: left;
	height: 54px;
	padding-right: 14px;
	text-align: right;
	font-size: 0.9em
}
.material-info-finish-row .model-material-details-price-label .price-null {
	color: #BDC7D4;
	margin-right: 26px
}
.material-info-finish-row .model-material-details-price-label .old-price-label {
	margin-top: 6px
}
.material-info-finish-row .model-material-details-price-label .reprice-label {
	margin-top: -2px
}
.material-info-finish-row .model-material-info-swatch {
	width: 40px;
	height: 34px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.material-info-finish-row .model-material-info-swatch img {
	overflow: hidden;
	border-radius: 2px;
	width: 40px;
	height: 36px
}
.material-info-finish-row .printability-check-now {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	display: block;
	font-size: 12px;
	font-weight: 400
}
.material-info-finish-row .printability-icon {
	float: none;
	margin-left: 20px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.material-info-finish-row .printability-icon.beta {
	margin-left: 26px
}
.material-info-finish-row .printability-icon.printability-maybe {
	margin-left: 20px
}
.material-info-finish-row .printability-fail {
	width: inherit
}
.material-info-finish-row .printability-icon.printability-pending {
	float: left;
	margin-left: 30px
}
.material-info-finish-row .status-details {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #A9B0B8;
	text-shadow: none;
	float: left;
	min-width: 70px;
	margin-left: 30px
}
.material-info-finish-row .wall-thickness-check {
	width: 128px;
	height: 54px;
	float: left;
	display: inline-block;
	border-right: 1px solid #E8EAEE
}
.material-info-finish-row .wall-thickness-check .no-wall-thickness-result {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}
.material-info-finish-row .initial-printability-check {
	width: 128px;
	height: 54px;
	float: left;
	display: inline-block;
	border-right: 1px solid #E8EAEE
}
.material-info-finish-row .initial-printability-check.beta {
	width: 140px
}
.material-info-finish-row .success-rate {
	width: 102px;
	height: 54px;
	float: left;
	display: inline-block;
	border-right: 1px solid #E8EAEE
}
.material-info-finish-row .success-rate span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left;
	margin-left: 35px
}
.material-info-finish-row .success-rate.beta {
	width: 110px
}
.material-info-finish-row .manual-printability-check {
	width: 118px;
	height: 54px;
	float: left;
	display: inline-block;
	border-right: 1px solid #E8EAEE
}
.material-info-finish-row .manual-printability-check .in-progress {
	display: inline-block;
	margin: 10px 0 0 -18px
}
.material-info-finish-row .manual-printability-check.beta {
	width: 136px
}
.wall-thickness-loading {
	font-size: 12px;
	font-weight: 300;
	color: #A9B0B8;
	margin-top: 16px
}
.printability-passed {
	font-size: 12px;
	font-weight: 300;
	margin-left: 34px;
	width: 60px;
	color: #A9B0B8
}
.manual-check-progress {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}
.model-material-info-material-section {
	display: inline-block;
	float: left;
	width: 214px;
	height: 54px;
	border-right: 1px solid #E8EAEE;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.materialSummary {
*zoom:1;
	height: 54px;
	background: none
}
.materialSummary:after {
	content: "";
	display: table;
	clear: both
}
.materialSummary:hover {
	background-color: #fbfcfc;
	width: 100%
}
.materialSummary:hover.printable-no {
	background-color: #fbfcfc
}
.materialSummary:first-child {
	border-bottom: 1px solid #E8EAEE;
	border-top: none
}
.materialSummary:last-child {
	margin-bottom: 0
}
.materials-info-box .list-wrap {
	border-top: none
}
.model-design-info-tab-content {
	z-index: 0;
	display: none
}
.model-design-info-tab-content.open {
	display: block
}
#model-design-details-tab h4 {
	font-weight: 500;
	margin-bottom: 5px
}
.model-detail-info {
	position: relative;
	top: 0px;
*zoom:1
}
.model-detail-info:after {
	content: "";
	display: table;
	clear: both
}
.model-details-file-name {
	margin: 5px 0 12px 0
}
.model-details-file-name .text-label {
	color: #67757B;
	font-size: 0.9em;
	letter-spacing: 1px
}
#model-detail-bounds-info {
	float: left
}
#model-detail-bounds-info .text-label {
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #67757B;
	font-size: 0.9em;
	padding-bottom: 3px;
	border-bottom: 1px solid #e0e3e5
}
#model-detail-density-info {
	margin-top: 0
}
.unit-label {
	font-weight: 300;
	width: 45px;
	text-align: right;
	margin-right: 5px
}
.model-x3dview {
	width: 100%;
	height: 200px
}
#update-file-button {
	float: left;
	margin: 15px 0
}
.model-processing-error-details-div {
	padding-top: 30px
}
#model-design-info-tabs {
*zoom:1;
	position: absolute;
	top: 0;
	margin: 0 0 -1px 0
}
#model-design-info-tabs:after {
	content: "";
	display: table;
	clear: both
}
.model-design-tabs-content {
	margin-top: 51px
}
#model-design-materials-tab {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0
}
.material-info-finish-row .beta-name {
	width: 164px;
	height: 54px;
	font-size: 14px;
	border-right: 1px solid #e8eaec
}
.material-info-finish-row .beta-name a {
	display: block;
	line-height: 20px
}
.material-info-finish-row .beta-name .printability-material-name {
	margin-top: 7px;
	font-size: 13px
}
.material-info-finish-row .beta-name .printability-center-link {
	font-size: 11px;
	color: #a1aaad;
	text-decoration: underline
}
.material-info-finish-row .beta-name .printability-center-link:hover {
	color: #08A3E9
}
.quantity-select {
	width: 40px
}
#model-edit-sale-status-more label {
	margin-left: 5px;
	vertical-align: middle;
	font-weight: bold
}
#model-edit-sale-status-more input {
	vertical-align: middle
}
.failed-wallthickness {
	width: 20px;
	height: 22px;
	position: absolute;
	background: url(/rrstatic/img/exclamation.png) center no-repeat #d13434;
	background: url(/rrstatic/img/exclamation.png) center no-repeat rgba(209,52,52,0.8);
	top: 0;
	left: 5px;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 0 0 2px 0;
	margin: 7px 0 0 0;
	border: 1px solid #EC999E;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.download a {
	padding: 5px 10px;
	display: inline-block;
	outline: none;
	background-color: #edeff0;
	color: #67757B;
	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 #d4d8d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #D5D5D5
}
.download a:hover, .download a:focus {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.download a:hover, .download a:active {
	cursor: pointer;
	border: 1px solid #bcc0c2
}
.download a:active {
	background: #f0f1f2;
	border: 1px solid #bcc0c2
}
.download a a, .download a a:visited, .download a a:active, .download a a:hover, .download a:visited, .download a:active, .download a:hover, .download a:focus {
	color: #67757B
}
.download a div {
	position: relative
}
.download a:hover, .download a:focus {
	background-color: #dbdfe1;
	border: 1px solid #bcc0c2
}
.download a:active {
	background: #dbdfe1;
	border: 1px solid #bcc0c2
}
.download a:hover, .download a:focus {
	background-color: #f5f7f8
}
.inline-edit-title input {
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 300;
	border: none;
	background: none;
	outline: none;
	line-height: 1em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.inline-edit-description {
	font-size: 14px;
	letter-spacing: 0;
	min-height: 112px
}
.inline-edit-shopper-message {
	font-size: 14px;
	letter-spacing: 0;
	min-height: 72px;
	margin-bottom: 20px
}
.disabled-message {
	opacity: .6
}
.inline-edit-area.inline-edit-title.disabled-message:hover, .inline-edit-area.inline-edit-title.disabled-message:focus {
	border: 1px solid #c7cdd0;
	cursor: default
}
.add-photo {
	width: 458px;
	display: block
}
.add-photo .info {
	width: 462px;
	font-size: 14px
}
.add-photo .info p {
	margin: 5px 0 0 0;
	line-height: 1.3
}
.sw-product-edit-embed {
	width: 100%;
	resize: none;
	min-height: 14px;
	overflow: hidden
}
#model-sell-view .select-list {
	margin-left: 0;
	float: left
}
#model-sell-view .select-list li {
	padding-bottom: 0;
	width: 345px;
	display: inline;
	float: left
}
#model-sell-view p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0
}
#model-sell-view h5 {
	font-size: 14px
}
#model-viewport-photos-edit, #model-viewport-video-edit {
	background: white;
	border: 1px solid #e0e3e5;
	clear: both;
	height: 360px;
	width: 98%
}
#model-viewport-photos-edit-inner, #model-viewport-video-edit-inner {
	height: 320px;
	background: #fff;
	margin: 20px;
	overflow-y: auto;
	overflow-x: hidden
}
ul#photolist {
	margin: 0
}
.photolist-thumb {
	float: left;
	margin: 10px 0;
	height: 62px;
	width: 83px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px
}
ul#photolist input, .material-list-totalprice input, .material-list-markup input {
	background-color: inherit;
	border: none;
	padding: 0
}
ul#photolist input:focus, .material-list-totalprice input:focus, .material-list-markup input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	background-color: inherit;
	padding: 0
}
ul#photolist li {
	list-style: none;
	margin: 5px 0 0 0;
	border-top: 1px solid #ddd;
	clear: both;
	padding: 1px 0
}
li.photolist-edit, .material-list-markup, .material-list-totalprice, .edit, .inline-edit-area {
	cursor: text
}
.photo-default, #photoadd, .setdefault, .materials-enabled {
	cursor: pointer;
	cursor: hand
}
.material-list-markup, .material-list-totalprice {
	cursor: text
}
ul#photolist li .photolist-edit {
	margin: 7px 10px 0 130px;
	cursor: text;
	padding: 3px;
	height: 20px;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
ul#photolist li .photolist-noedit {
	border-bottom: none;
	cursor: inherit;
	padding: 0
}
ul#photolist li .photolist-title {
	font-weight: bold
}
ul#photolist li:hover .photolist-edit {
	background: #e5f7ff;
	border: 1px solid #9be0ff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
ul#photolist li a.delete-button {
	margin: 5px 10px 0 0;
	float: right
}
ul#photolist li:hover a.delete-button {
	float: right;
	visibility: visible
}
ul#photolist .photo-default {
	margin-top: 10px;
	display: inline-block
}
.SI-FILES-STYLIZED label.style-addphoto input.file {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 0)
}
select.category-selector, select.section-selector {
	width: 100%;
	display: block
}
#model-edit-keywords h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px
}
a#upload-photo:hover {
	background-color: #d9e7f5;
	text-decoration: none
}
#location-selector-container {
	z-index: 1;
	position: relative;
	height: 20px;
	width: 60px
}
#location-selector-toggle {
	cursor: pointer;
	cursor: hand;
	width: 35px;
	line-height: .9em;
	padding: 4px 18px;
	border-top: 1px solid #777;
	background-color: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px
}
#location-selector-toggle img {
	margin-top: 2px
}
#model-detail-container {
	position: relative;
	min-height: 0;
	padding: 15px 20px 30px 20px;
	background: url(/rrstatic/img/portal/view-model/diag_patt_3px.png) top left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#model-detail-left {
	width: 610px;
	float: left;
	clear: none
}
#model-detail-right {
	margin-left: 20px;
	width: 290px;
	float: left;
	clear: none
}
#model-detail-right-top {
	height: 30px
}
.white-shadowbox {
	margin-bottom: 20px;
	padding: 25px 0 25px 15px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc
}
#model-view {
	margin-bottom: 0;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}
#model-viewports {
	float: left;
	margin: 20px 0 0 0;
	width: 90%;
	overflow: hidden
}
#model-viewports-selector {
	float: left;
	width: 40px;
	margin-left: 20px
}
#model-view-info {
	margin: 30px 0;
	height: 30px;
	padding: 0;
	clear: both;
	display: block
}
#model-view-info p {
	font-size: 1.2em;
	padding: 5px 0 0 50px
}
.windowtoggle {
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
	clear: right;
	width: 20px;
	height: 20px;
	margin: 20px 0 10px 20px
}
a#windowtoggle-video {
	background: url("/img/icons-viewport.gif") 0px -17px no-repeat;
	height: 20px;
	width: 20px
}
a#windowtoggle-video:hover, a#windowtoggle-video.active {
	background: url("/img/icons-viewport.gif") -40px -17px no-repeat;
	width: 20px;
	height: 20px
}
a#windowtoggle-photos {
	background: url("/img/icons-viewport.gif") 0px 0px no-repeat;
	height: 20px;
	width: 20px
}
a#windowtoggle-photos:hover, a#windowtoggle-photos.active {
	background: url("/img/icons-viewport.gif") -40px 0px no-repeat;
	height: 20px;
	width: 20px
}
a#windowtoggle-3dview {
	background: url("/img/icons-viewport.gif") 0px -35px no-repeat;
	height: 20px;
	width: 20px
}
a#windowtoggle-3dview:hover, a#windowtoggle-3dview.active {
	background: url("/img/icons-viewport.gif") -20px -35px no-repeat;
	height: 20px;
	width: 20px
}
#edit-video-url {
	float: left;
	margin: 10px 0 0 0;
	max-width: 585px
}
#edit-video-url textarea {
	clear: both;
	width: 574px;
	resize: none
}
#edit-video-url span.text-subtle, #edit-video-url span.strikethrough {
	float: left;
	font-size: 13px;
	margin: 6px 0 -10px 0
}
#edit-video-preview {
	float: left;
	margin: 10px 20px 0 0;
	height: 78px;
	width: 105px;
	background: #fff;
	border: 1px solid #e0e3e5;
	overflow: hidden
}
.cocreatorvars {
	border-collapse: collapse;
	width: 100%
}
#cocreatorvars tr th {
	padding: 0 0 10px 0
}
#cocreatorvars tr td {
	padding: 10px 10px 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd
}
#cocreatorvars tr td .variable_explanation {
	width: 170px;
	font-size: 0.9em
}
#cocreatorvars .obligatory {
	margin: 0 6px
}
#viewcategorieslist table {
	border-spacing: 0
}
a.btAddRow {
	width: 29px;
	background: url(/img/sprite-03.png) no-repeat 0 -437px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer
}
a.btAddRow:focus, a.btAddRow:active {
	width: 29px;
	background: url(/img/sprite-03.png) no-repeat 0 -467px
}
a.btAddRow span {
	display: none
}
#cocreatorvars .btDelete2 {
	display: block;
	float: right;
	margin: 0 5px 0 0;
	cursor: pointer;
	width: 29px;
	height: 16px;
	background: transparent url(/img/sprite-03.png) no-repeat scroll 6px -177px
}
#cocreatorvars .btDelete span {
	display: none
}
#cocreatorvars .btDelete {
	cursor: pointer;
	display: block;
	float: right;
	margin: 7px 10px 0 0px;
	width: 16px;
	height: 16px;
	background: transparent url(/img/sprite-03.png) no-repeat scroll 0 -177px
}
.bt {
	display: block;
	height: 32px
}
#cocreatorvars .btDelete2 span {
	display: none
}
#shapejs-preview-container {
	border: 1px solid #D8DCDF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.cocreator-tabs ul {
	margin-left: 0;
	border-bottom: 1px solid #D8DCDF;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 30px
}
.cocreator-tabs li {
	display: inline;
	margin-right: 20px;
	font-weight: bold;
	cursor: pointer
}
.cocreator-tabs .button {
	color: #8f9a9d
}
.cocreator-tabs .button.selected {
	color: #183643;
	border-bottom: 3px solid #36566F;
	padding-bottom: 10px
}
.model-edit-tabs {
	text-align: center;
	font-weight: 500;
	float: left;
	margin: 0
}
.model-edit-tabs .model-edit-tab {
	position: relative;
	width: 112px;
	float: left;
	padding: 0;
	margin-right: 10px;
	box-shadow: none;
	color: #183643;
	font-weight: 500;
	-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
}
.model-edit-tabs .model-edit-tab a {
	display: block;
	padding: 11px 0;
	color: #8f9a9d;
	margin-top: -1px
}
.model-edit-tabs .model-edit-tab a:hover {
	color: #03294e
}
.model-edit-tabs .model-edit-tab:hover {
	color: #03294e
}
.model-edit-tabs .model-edit-tab:last-child {
	border-bottom: none
}
.model-edit-tabs .model-edit-tab:last-child:after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0px;
	bottom: 0;
	height: 0px;
	color: #8d8d8d
}
.model-edit-tabs .model-edit-tab.selected {
	width: 112px;
	float: left;
	box-shadow: none;
	color: #183643;
	moz-box-shadow: none;
	border-bottom: 5px solid #36566F;
	font-weight: 500
}
.model-edit-tabs .model-edit-tab.selected:after {
	position: absolute;
	content: " ";
	left: 0px;
	right: 0;
	bottom: 1px;
	height: 0px
}
.model-edit-tabs .model-edit-tab.selected:last-child:after {
	right: 0px
}
.model-edit-tabs .model-edit-tab.selected a {
	padding: 11px 0;
	cursor: default;
	color: #183643;
	margin-top: 0
}
#save-button-container-top input {
	float: right;
	position: relative
}
.sw-product-edit {
	margin-bottom: 40px !important
}
.edit-modal {
	display: none
}
.sw-product-edit-section {
	margin: 0;
	border-top: 1px solid #e0e3e5;
	margin-top: 30px !important;
	padding-top: 36px
}
#sell-model-edit-sale-status p {
	font-size: 14px
}
#sell-model-edit-sale-status-more {
	margin-top: 10px
}
#sell-model-edit-sale-status-more label {
	position: relative;
	top: 1px;
	margin-left: 5px
}
#sell-edit-model-order-cart .material-type-dropdown {
	border-left: none;
	border-right: none;
	margin: 0 -10px 10px -10px
}
ul.select-list {
	width: 100%
}
ul.select-list li {
	margin: 0 24px 0 0;
	padding: 0
}
ul.select-list li:last-child {
	margin-right: 0
}
.model-edit-section-detail {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 10px;
	color: #67757B
}
#model-edit-categories {
	float: left
}
#model-edit-co-creator {
	float: left;
	margin-top: 16px
}
.span-12 .image-add-input {
	margin: 0px 0 15px -2px
}
#picture_table {
	font-size: 12px;
	width: 714px
}
.picture_thumbnail {
	width: 100px
}
.picture_materials_shown {
	width: 150px;
	padding-right: 15px;
	line-height: 1.5em
}
.picture_materials_shown select {
	width: 140px
}
.table-header-label {
	font-size: 10px;
	font-weight: 600;
	max-width: 160px;
	color: #445258;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 16px
}
#picture_table tr {
	border-bottom: 1px dotted #e0e3e5
}
#picture_table table {
	width: 714px
}
#picture_table .picture_caption {
	min-width: 180px;
	max-width: 180px;
	padding-right: 18px;
	vertical-align: middle
}
#picture_table .picture_caption .inline-edit-area {
	position: relative;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 0;
	border: 1px solid #c7cdd0;
	background: #f5f7f8;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#picture_table .picture_caption .inline-edit-area:hover, #picture_table .picture_caption .inline-edit-area:focus {
	border: 1px solid #69d1ff;
	background: #fefefe;
	font-size-adjust: none
}
.picture_caption textarea {
	width: 180px;
	resize: none;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 8px;
	margin-top: 8px
}
#picture_table .picture_subject {
	width: 83px;
	line-height: 1.5em
}
#picture_table td {
	vertical-align: middle;
	position: relative
}
#picture_table .picture_remove {
	text-align: center
}
.picture_remove {
	width: 15px;
	height: 15px;
	padding-right: 1.5em
}
.picture_remove_icon {
	z-index: 1;
	float: right;
	right: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	background: url(/rrstatic/img/portal/view-model/icon-sprite.png) 2px -378px no-repeat;
	vertical-align: middle
}
.picture_priority label {
	cursor: help
}
.picture_priority input {
	width: 5em
}
#youtubeUrl {
	padding: 12px 0 0 12px;
	font-size: 14px
}
#videoUrlSaveButton {
	top: -39px;
	margin-left: 15px
}
#floating-menu {
	position: fixed;
	left: 0%;
	width: 100%;
	margin-left: 0px;
	text-align: right;
	background-color: rgba(255,255,255,0.9);
	border-top: 1px solid #e0e3e5;
	bottom: 0px;
	z-index: 1000;
	height: 78px
}
#floating-menu .container {
	margin: 20px auto
}
#render-posing-iframe {
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
#render-posing-up-axis-selector {
	margin: 14px 0 18px
}
#render-posing-up-axis-selector div {
	width: 34px;
	display: inline;
	margin-right: 24px
}
#render-posing-up-axis-selector div:last-child {
	margin-right: 0
}
.render-pose-controls {
	width: 360px
}
.render-pose-controls p {
	color: #a1aaad;
	margin: 6px 0 10px
}
#render-posing-save-button {
	margin-bottom: 16px
}
.sw-custom-text-image-edit {
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 512px;
	overflow: hidden
}
.sw-customization-region-sidebar {
	background-color: white;
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 512px;
	-moz-box-shadow: -2px 0px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: -2px 0px 6px rgba(0,0,0,0.15);
	box-shadow: -2px 0px 6px rgba(0,0,0,0.15)
}
.sw-customization-region-sidebar__buttons {
	padding: 10px 20px;
	background-color: #f5f7f8
}
.sw-customization-region-sidebar__region-nav-header {
	color: #67757B;
	width: 100%;
	font-size: 12px !important;
	background-color: #e7ebee;
	padding: 7px 20px;
	margin: 0
}
.sw-customization-region-sidebar__region-nav-list {
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
	background-color: #f5f7f8;
	border-bottom: 1px solid #e0e3e5;
	min-height: 91px
}
.sw-customization-region-sidebar__region-nav-item {
	padding: 8px 0;
	width: 100%
}
.sw-customization-region-sidebar__region-nav-item:hover {
	cursor: pointer;
	background-color: #ecf0f2;
	border-left: 5px solid #67757B
}
.sw-customization-region-sidebar__region-nav-item:hover .sw-customization-region-sidebar__region-nav-item-label {
	margin-left: 15px;
	color: #67757B
}
.sw-customization-region-sidebar__region-nav-item-label {
	margin-left: 20px;
	color: #67757B;
	display: block
}
.sw-customization-region-sidebar__region-nav-item-selected {
	border-left: 5px solid #08A3E9;
	padding: 4px 0;
	margin: 4px 0
}
.sw-customization-region-sidebar__region-nav-item-selected:hover {
	background: none;
	cursor: default;
	border-left: 5px solid #08A3E9
}
.sw-customization-region-sidebar__region-nav-item-selected:hover .sw-customization-region-sidebar__region-nav-item-label {
	color: #08A3E9
}
.sw-customization-region-sidebar__region-nav-item-selected .sw-customization-region-sidebar__region-nav-item-label {
	margin-left: 15px;
	font-weight: bold;
	color: #08A3E9
}
.sw-customization-region-sidebar__region-nav-item-selected .sw-customization-region-sidebar__region-nav-item-label:hover {
	color: #08A3E9;
	cursor: default
}
.sw-customization-settings {
	list-style-type: none;
	margin: 0
}
.sw-customization-settings__option {
	display: inline;
	margin: 0 24px 0 0;
	padding: 0
}
.sw-customization-settings__option:hover {
	cursor: pointer
}
.sw-customization-settings__option input {
	margin-right: 2px
}
.sw-customization-settings__option input:hover {
	cursor: pointer
}
.sw-customization-settings__option label {
	position: relative;
	top: 1px
}
.sw-customization-settings__option label:hover {
	cursor: pointer
}
.sw-edit-customization-settings {
	background-color: #fbfbfb
}
.sw-edit-customization-settings__header {
	background-color: #fbfbfb;
	border-bottom: 1px solid #e0e3e5;
	margin: 0;
	padding: 10px 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0
}
.sw-edit-customization-settings__detail-type-toggle {
	list-style-type: none;
	padding: 0
}
.sw-edit-customization-settings__toggle-option {
	display: inline
}
.sw-edit-customization-settings__toggle-option:hover {
	cursor: pointer
}
.sw-edit-customization-settings__toggle-option input:hover {
	cursor: pointer
}
.sw-edit-customization-settings__toggle-option label {
	position: relative;
	top: 1px
}
.sw-edit-customization-settings__toggle-option label:hover {
	cursor: pointer
}
.sw-edit-customization-settings__detail-depth-slider {
	display: inline-block;
	width: 140px
}
.sw-customization-settings__actions {
	padding: 20px
}
.sw-custom-model-viewer {
	border: 0
}
.sw-allow-downloads {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}
.sw-allow-downloads label {
	position: relative;
	top: 1px
}
.sw-allow-downloads input:hover, .sw-allow-downloads label:hover {
	cursor: pointer
}
.sw-personalize-header {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e0e3e5
}
.sw-personalized-cart-note {
	text-transform: uppercase;
	color: #b4bbbd;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap
}
.oops-404 {
	position: relative;
	height: 520px
}
.oops-404 img {
	position: absolute;
	top: 165px;
	left: 0
}
.oops-404 .oops-box {
	position: absolute;
	width: 264;
	top: 100px;
	right: 20px;
	padding: 20px;
	text-shadow: 0px 1px 0 #fff
}
.oops-404 h4 {
	margin-bottom: 20px
}
.oops-404 p {
	font-size: 0.9em
}
.js #priceRangeFacetSpan {
	display: none
}
.ui-slider-horizontal .ui-slider-range {
	background: #fee7b8
}
.no-js #priceRangeFacetSlider {
	display: none
}
.price-range-slider {
	width: 80%;
	padding: 8% 1%;
	margin: 0;
	height: 11px
}
.facet-category, .facet-material, .facet-customizable, .facet-price, .facet-downloadable, .shop-sections {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.3em
}
.facet-category a, .facet-material a, .facet-customizable a, .facet-price a, .facet-downloadable a, .shop-sections a {
	margin: 0;
	display: block;
	padding: 3px 0;
	color: #67757B
}
.facet-category a:hover, .facet-material a:hover, .facet-customizable a:hover, .facet-price a:hover, .facet-downloadable a:hover, .shop-sections a:hover {
	color: #183643
}
.facet-category a.selected, .facet-material a.selected, .facet-customizable a.selected, .facet-price a.selected, .facet-downloadable a.selected, .shop-sections a.selected {
	color: #1e80d4;
}
.facet-category ul li, .facet-material ul li, .facet-customizable ul li, .facet-price ul li, .facet-downloadable ul li, .shop-sections ul li {
	list-style: none
}
.collapse-top {
	margin: 0 !important
}
.facet-category-child {
	list-style: none;
	margin: 0;
	padding: 0
}
.facet-downloadable, .facet-customizable {
	margin: 0
}
.facets-header {
	margin: 0;
	display: block;
	padding: 20px;
	background: #f5f7f8
}
.js #sortOptionsSubmit {
	display: none
}
.search-facets {
	float: left;
	width: 100%;
	display: block;
	margin: 10px 0;
	padding: 10px 10px 15px 10px;
	overflow: hidden;
	background: #f5f7f8;
	border: 1px solid rgba(0,0,0,0.05);
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.search-facets a, .search-facets a:visited {
	padding: 6px 10px;
	height: 26px;
	vertical-align: top;
	line-height: 1em;
	border: 1px solid #e0e3e5;
	color: #67757B;
	margin: 0 1px;
	font-size: 0.9em;
	display: inline-block;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.search-facets a:hover, .search-facets a:active, .search-facets a:visited:hover, .search-facets a:visited:active {
	text-decoration: none
}
.search-facets #facet-clear, .search-facets .clear-facet {
	color: #0082ba;
	background: #e5f7ff;
	border: 1px solid rgba(0,0,0,0.1);
	border-left: none;
	height: 26px;
	vertical-align: top;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	box-shadow: none;
	text-shadow: none;
	float: left;
	padding: 7px 8px 5px 4px;
	margin: 0 8px 0 -6px;
	position: relative;
	font-size: 11px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0
}
.search-facets #facet-clear:hover, .search-facets .clear-facet:hover {
	color: #005A81
}
.search-facets .selected {
	vertical-align: top;
	font-weight: 500;
	height: 26px;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 0.9em;
	background: #e5f7ff;
	color: #0075a7;
	line-height: 1em;
	padding: 6px 10px;
	margin: 0 4px 0 0;
	float: left;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
#facet-display, .facet-type {
	float: left;
	min-width: 65px;
	margin: 2px 10px 0 0
}
#shop-inventory-loading {
	width: 100%;
	height: 60px;
	background: url(/rrstatic/img/loading.gif) no-repeat center center
}
.co-creator .item-designed-by h1 {
	font-size: 1.4em
}
.co-creator .item-designed-by p {
	margin: 0 0 -5px 0
}
.co-creator .item-designed-by .right {
	margin: 8px 30px 0 0
}
.co-creator .description .notice p {
	margin: 0
}
.co-creator .content-container-right select {
	max-width: 178px
}
.co-creator .content-container-right .add-to-faves {
	margin: 0 0 20px 0
}
.co-creator .productInfo {
	font-size: 0.9em
}
.co-creator label {
	font-weight: bold
}
.co-creator input {
	margin: 5px 5px 0 0
}
#price_calculation_displace {
	margin: 15px 0 0 0;
	clear: both;
	display: block
}
.priceamount_mdp {
	font-weight: bold;
	margin: 10px 0 0 0;
	font-size: 1.5em;
	display: block;
	clear: both
}
.rating, .rating a:hover, .rating .current {
	background: url(/rrstatic/img/portal/view-model/star-rating.png) top left
}
.rating .user-rank {
	background: url(/rrstatic/img/portal/view-model/star-rating.png) bottom left
}
.rating {
	position: relative;
	width: 70px;
	height: 15px;
	overflow: hidden;
	list-style: none;
	margin: 3px 10px 0 0;
	padding: 0;
	background-position: top left;
	float: left
}
.ratingDiv {
	float: left
}
.rating li {
	display: inline
}
.rating a, .rating .current, .rating .user-rank {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9000px;
	height: 15px;
	line-height: 15px;
	outline: none;
	overflow: hidden;
	border: none;
	font-size: 15px
}
.rating a:hover {
	background-position: left bottom
}
.rating .selected {
	background-position: left bottom
}
.rating a.rate1 {
	width: 20%;
	z-index: 6
}
.rating a.rate2 {
	width: 40%;
	z-index: 5
}
.rating a.rate3 {
	width: 60%;
	z-index: 4
}
.rating a.rate4 {
	width: 80%;
	z-index: 3
}
.rating a.rate5 {
	width: 100%;
	z-index: 2
}
.rating .current, .rating .user-rank {
	z-index: 1;
	margin: 0;
	padding: 0
}
.rating .current {
	background-position: left center
}
.wp-blog-header {
	background-size: cover;
	padding: 38px 0 28px 0;
	border-bottom: 1px solid #e0e3e5;
	display: block;
	text-align: center
}
.wp-blog-header h2 {
	color: #445258 !important;
	font-weight: bold;
	font-size: 32px
}
.wp-blog-header h2 a {
	color: #445258 !important
}
.wp-blog-header h3 {
	font-weight: 300;
	text-shadow: none
}
.blog-container h4 {
	color: #fff
}
.blog-container #search {
	width: 100%
}
.blog-container .entry-title {
	font-size: 1.8em;
	margin-bottom: 14px
}
.blog-container .span-9 p {
	margin-bottom: 12px
}
.blog-container .dark-bullet {
	color: #333;
	padding: 0 7px
}
.blog-container .nav-previous {
	display: inline-block
}
.blog-container .nav-next {
	display: inline-block
}
.blog-container .navigation {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-top: 20px
}
.blog-container .hp-widget .social-links {
	margin-top: -5px
}
.blog-container .social-links ul {
	text-align: justify
}
.blog-container .social-links li {
	display: inline-block;
	position: relative;
	margin-right: 12px
}
.blog-container .social-links span {
	color: #064381
}
.blog-container .social-links li:hover span {
	color: #08a3e9
}
.blog-container .social-links li.last {
	margin-right: 0 !important
}
.blog-container .ngfb-content-buttons {
	padding: 20px 0 10px 0;
	text-align: left !important
}
.blog-container .fb_iframe_widget {
	top: 0px !important
}
.blog-container .yarpp-related {
	padding-top: 50px;
	border-top: 1px solid #e0e3e5;
	margin-top: 30px
}
.blog-container .yarpp-related h3 {
	padding-bottom: 15px !important
}
.blog-container .yarpp-thumbnail {
	overflow: hidden;
	text-align: center;
	position: relative
}
.blog-container .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 0px solid !important
}
.blog-container .yarpp-thumbnail .wp-post-image {
	height: 120px !important;
	width: auto !important
}
.blog-container .yarpp-thumbnail .yarpp-thumbnail-title {
	text-align: left;
	max-width: 100%
}
.blog-container .widget-title {
	padding: 0px 0 0px 0px;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 30px
}
.blog-container .widget h3 {
	margin-top: 0
}
.blog-container .widget ul {
	padding: 0;
	margin: 0
}
.blog-container .widget {
	position: relative;
	margin-left: 0;
	padding: 0px;
	margin-bottom: 16px
}
.blog-container .widget ul {
	list-style: none
}
.blog-container .widget ul li {
	padding: 11px 0px 6px
}
.blog-container .comment {
	border-top: 0px;
	padding-left: 0
}
.blog-container article.comment {
	padding: 15px 0px 0 0px;
	position: relative;
	border-top: 1px solid #e0e3e5
}
.blog-container section.comment {
	padding: 0px 0 0 59px;
	top: -18px
}
.blog-container article.comment .reply {
	margin-top: -15px;
	margin-bottom: 20px
}
.blog-container .comment-list {
	padding: 0;
	list-style: none
}
.blog-container ol.commentlist {
	margin-left: 0px
}
.blog-container .commentlist li {
	list-style: none;
	padding-left: 0;
	margin-left: 0
}
.blog-container ol.commentlist>li:last-child {
	border-bottom: 1px solid #e0e3e5
}
.blog-container ol.commentlist>li:first-child {
	margin-top: 20px
}
.blog-container .avatar {
	margin-right: 15px;
	width: 44px !important
}
.blog-container li.comment {
	padding-right: 0px
}
.blog-container .comment {
	padding: 0
}
.blog-container .comment-form-comment {
	padding-right: 18px
}
.blog-container #comment {
	display: block;
	width: 100%;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 10px
}
.blog-container #commentform label {
	width: 70px;
	position: relative;
	display: inline-block
}
.blog-container #commentform input[type="text"] {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 0px;
	min-width: 610px
}
.blog-container #commentform p {
	margin: 5px 0;
	position: relative;
	clear: both
}
.blog-container .comment-notes {
	padding: 15px 0
}
.blog-container .icon-comment {
	position: relative;
	font-size: 18px;
	padding: 0
}
.blog-container .form-allowed-tags {
	display: none
}
.blog-container #respond {
	padding-top: 20px
}
.blog-container li.comment #respond, .blog-container .children #respond, .blog-container .children, .blog-container article.comment .reply {
	padding-left: 59px
}
.blog-container .comment-awaiting-moderation {
	padding: 10px 0;
	color: #bcbcbc;
	font-weight: 400
}
.blog-container .homepage .hp-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%
}
.blog-container .homepage .hp-widget.search-category-filter ul li {
	width: 46%;
	padding-right: 2%
}
.blog-container .homepage .hp-widget ul li {
	list-style: none;
	display: inline-block;
	font-size: 20px
}
.blog-container .homepage .hp-widget #search {
	display: block !important;
	font-size: 14px !important;
	width: 100%
}
.blog-container .homepage .hp-widget h2 {
	display: inline-block;
	font-size: 14px !important
}
.blog-container .homepage .span-4 .entry-title {
	font-size: 16px !important;
	font-weight: 600;
	overflow: hidden;
	max-height: 40px;
	height: 40px;
	line-height: 1.2em;
	margin-bottom: 0.5em
}
.blog-container .homepage .entry-title a {
	color: #445258
}
.blog-container .homepage .meta-stuff {
	font-size: 11px !important
}
.blog-container .homepage .meta-stuff a {
	color: #08A3E9
}
.meta-stuff a:visited, .meta-stuff a:active {
	color: #08A3E9
}
.blog-container .homepage #content .span-4 {
	height: 500px
}
.blog-container .homepage .featured-image {
	width: 100%;
	height: 233px;
	display: block;
	margin: 0 0 14px;
	overflow: hidden;
	border: 1px solid #e0e3e5
}
.blog-container .homepage .featured-image img {
	max-height: 233px;
	height: 233px;
	width: auto
}
.blog-container .homepage .featured-image-big {
	float: left;
	width: 100%;
	height: 334px
}
.blog-container .homepage .span-8 .entry-title {
	margin-bottom: 0.5rem !important
}
.blog-container .homepage .featured-image-big img {
	max-height: 334px;
	height: 334px;
	width: auto
}
.blog-container .homepage .designer-spotlight {
	width: 302px;
	height: 225px
}
.blog-container .homepage .designer-spotlight img {
	height: 225px;
	max-height: 225px
}
.blog-container .homepage #categories-3 .widgettitle {
	font-weight: 500;
	padding-right: 5px;
	margin-bottom: 0
}
.blog-container .homepage #cat, .blog-container .widget_categories #cat {
	margin: 0;
	display: inline-block;
	font-size: 14px;
	margin-top: 4px
}
.blog-container .span-3 .widget_categories h3 {
	position: relative;
	padding-bottom: 15px
}
.blog-container .span-3 .widget_categories #cat {
	width: 240px
}
.blog-container .featured-posts {
	color: #ce1b31;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px
}
.blog-headline {
	line-height: 28px;
	color: #445258
}
.blog-header {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e3e5
}
.blog-headline a, .blog-headline a:visited, .blog-headline a:active {
	color: #445258
}
.blog-container .comments-area header cite, .blog-container .comments-area header a {
	position: relative;
	top: -17px
}
.blog-container .comments-area .dark-bullet {
	position: relative;
	top: -16px
}
.recent-posts-section>div:nth-child(3n+1) {
	clear: both
}

@media all and (max-width: 700px) {
.recent-posts-section .col-1-3 {
	width: 50%
}
.recent-posts-section>div:nth-child(2n+1) {
	clear: both !important
}
.recent-posts-section>div:nth-child(3n+1) {
	clear: initial
}
}

@media all and (max-width: 480px) {
.blog-post-sidebar {
	width: 100%
}
.col-1-3 {
	width: 100% !important
}
.recent-posts-section>div {
	clear: both !important
}
}
.blog-post-excerpt {
	margin-bottom: 40px
}
.entry-content {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}
.blog-container .post article img {
	max-width: 100% !important;
	height: auto !important;
	display: block
}
.blog-container .comment cite b a {
	top: 0
}
.wp-caption {
	width: 100% !important
}
.homepage-social-search {
	background-color: #f5f7f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 0px 0px 20px
}
.homepage-social-search>div {
	display: inline-block
}
.blog-search-result {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e3e5
}
.blog-container .comment img {
	width: initial !important;
	height: auto !important
}
.feed .container {
	width: 988px
}
.spinner-container {
	width: 300px;
	padding: 18px 20px;
	margin: 30px auto;
	text-align: center
}
.spinner-container img {
	margin: 0 auto
}
.pin-it-button {
	float: left;
	background: url("http://assets.pinterest.com/images/pinit6.png");
	font: 11px Arial, sans-serif;
	text-indent: -9999em;
	font-size: .01em;
	color: #CD1F1F;
	height: 20px;
	width: 43px;
	background-position: 0 -7px
}
.activeUser {
	display: block;
	clear: both;
	margin: 5% 0 0 0
}
.activity {
	font-size: 0.9em;
	color: #a1aaad;
	display: table;
	width: 100%
}
.activity .description {
	float: left;
	width: 80%;
	display: table-cell;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #a1aaad;
	padding: 0;
	margin: 0;
	vertical-align: middle
}
.activity .avatar {
	float: left;
	width: 15%;
	height: auto;
	border: 1px solid #e0e3e5;
	margin-right: 5%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.activity .avatar img {
	width: 100%;
	height: 100%;
	vertical-align: top
}
.feed-social {
	display: block;
	height: 28px;
	padding: 3px 0
}
.feed-social .pinterest, .feed-social .twitter {
	float: left;
	margin: 4px 0 4px 10px
}
.feed-social .facebook {
	margin: 2px 0 4px 10px;
	float: left
}
.feed-header {
	border-bottom: 1px solid #D8DCDF;
	margin-bottom: 5%
}

@media all and (min-width: 700px) {
.feed-header {
	margin-bottom: 3%
}
}
.address-summary {
	font-size: 12px;
	line-height: 1.4
}
.streetAddress-line {
	width: 384px
}
.address-line input {
	width: 391px
}
.address-name {
	display: inline;
	float: left;
	width: 190px
}
.address-name input {
	width: 181px;
	margin-bottom: 12px
}
.address-name.last-name {
	margin-left: 20px
}
.address-line-business {
	margin-bottom: 6px
}
.address-line-business input {
	border: none;
	background-color: #d9e7f5;
	color: #000;
	margin-bottom: 3px
}
.address-country {
	width: 401px;
	margin-bottom: 12px
}
.italic {
	font-style: italic
}
.country {
	clear: both
}
.policy-place-holder {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
	padding: 30px;
	background-color: #edeff0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#billingAddress div.phoneNumber {
	display: none
}
.address input[type=text], .address input[type=email], .address input[type=tel], .address input[type=number], .address input[type=password], .address input[type=date], .address input[type=timedate], .address select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	width: 100%
}
.address select {
	height: auto
}
.address .one-half-col, .address .one-third-col {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px
}
.address .one-half-col {
	width: 50%
}
.address .one-third-col {
	width: 33%
}
.address .last {
	padding-right: 0
}
.address .last.third-col {
	width: 34%
}
.address .city {
	width: 43%
}
.address .postalCode {
	width: 24%
}
.jumbotron {
	position: relative;
	padding: 10px 0;
	color: #fff;
	text-shadow: none;
	overflow: hidden;
	background-color: #183643;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNDk1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2NTY2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e495e), color-stop(100%, #36566f));
	background-image: -moz-linear-gradient(#2e495e, #36566f);
	background-image: -webkit-linear-gradient(#2e495e, #36566f);
	background-image: linear-gradient(#2e495e, #36566f);
	-moz-box-shadow: inset 0 -1px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 7px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 7px rgba(0,0,0,0.2)
}
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5 {
	color: #f5f7f8;
	font-weight: bold;
	-webkit-font-smoothing: antialiased
}
.jumbotron p {
	margin-bottom: 0;
	color: #f5f7f8;
	font-size: 1.1em
}
.jumbotron .jumbonav {
	margin-top: 38px
}
.jumbotron .jumbonav .jumbolink {
	position: relative;
	-webkit-backface-visibility: hidden
}
.jumbotron .jumbonav .jumbolink .curly-before, .jumbotron .jumbonav .jumbolink .curly-after {
	height: 100%;
	color: #7680a6;
	position: absolute;
	top: 4px;
	font-size: 5.65em;
	line-height: 0.7em;
	pointer-events: none;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 80ms;
	-o-transition-duration: 80ms;
	-webkit-transition-duration: 80ms;
	transition-duration: 80ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.jumbotron .jumbonav .jumbolink .curly-before {
	left: -30px;
	content: '{'
}
.jumbotron .jumbonav .jumbolink .curly-after {
	right: -30px;
	content: '}'
}
.jumbotron .jumbonav .jumbolink:hover .curly-before, .jumbotron .jumbonav .jumbolink:hover .curly-after {
	filter: alpha(opacity=1);
	opacity: 1;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 230ms;
	-o-transition-duration: 230ms;
	-webkit-transition-duration: 230ms;
	transition-duration: 230ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.jumbotron .jumbonav .jumbolink:hover .curly-before {
	left: -20px
}
.jumbotron .jumbonav .jumbolink:hover .curly-after {
	right: -20px
}
.jumbotron .jumbonav .descriptor {
	margin-bottom: 15px;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.3em
}
.jumbotron .jumbonav .callout {
	font-size: 1.4em;
	font-weight: bold
}
.jumbotron .jumbonav a {
	color: #dadcf1
}
.jumbotron .jumbonav a:hover .callout {
	color: #fff
}
.list-header {
	padding: 0 0 40px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e0e3e5;
	display: block;
	position: relative;
	-moz-box-shadow: 0 1px 0 0 #D8DCDF;
	-webkit-box-shadow: 0 1px 0 0 #D8DCDF;
	box-shadow: 0 1px 0 0 #D8DCDF
}
.list-header h1 {
	text-align: center;
	margin: 0;
	font-size: 2.6em
}
.list-header .avatar {
	width: 120px;
	height: 120px;
	margin: 5px 0 0 0;
	border: 3px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#social-button-container {
	display: block;
	margin: 20px 0
}
#social-button-container .share-txt {
	float: left;
	margin: 0 15px 0 0;
	color: #757372;
	font: italic 1em/1.4em Georgia, Times, serif
}
#social-button-container .facebook {
	top: -1px;
	margin: 0 15px 0 0;
	float: left
}
#social-button-container .twitter {
	margin: 0 15px 0 0;
	width: 75px;
	float: left
}
#social-button-container .tumblr {
	width: 130px;
	height: 20px;
	float: left;
	margin: 0 15px 0 0
}
.gg-2013 .gg-cat {
	position: relative;
	margin: 0 0 30px 0
}

@media all and (max-width: 480px) {
.gg-2013 .gg-cat {
	margin: 0 0 10px 0
}
}
.gg-2013 .gg-cat a {
	display: block;
	width: 100%;
	padding: 6px;
	background: white;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease
}
.gg-2013 .gg-cat a:hover {
	border: 1px solid #4FC9FF;
	color: #4FC9FF;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0.7
}
.gg-2013 .gg-cat img {
	width: 100%;
	vertical-align: top;
	opacity: 1
}
.gg-2013 .gg-cat-title {
	margin: 6px 0 0 0;
	color: #445258;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.gg-2013 .gg-cat-title:before {
	content: "\e619";
	speak: none;
	color: #D8DCDF;
	font-size: 0.8em;
	position: absolute;
	right: 0;
	top: 1px
}
.gg-2013 .span-6 a img {
	width: 456px
}
.gg-2013 .span-3 a img {
	width: 210px
}
.gg-2013 .span-4 a img {
	width: 292px
}
.list-page-header {
	display: inline-block;
	width: 100%
}
.list-page-header .container {
	margin: 40px auto 0 auto
}
.list-page-header #curator-image-container {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.list-page-header h1 {
	margin: 0
}
.list-page-header .span-3 {
	text-align: right;
	padding: 12px 0 0 0
}
.list-page-header .span-3 .twitter, .list-page-header .span-3 .facebook {
	float: right
}
.gg-category-box {
	width: 302px;
	height: 302px;
	float: left;
	border: 1px solid #e0e3e5;
	margin: 0 24px 20px 0;
	background: #D8DCDF;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 0 #e0e3e5;
	-webkit-box-shadow: 0 1px 0 #e0e3e5;
	box-shadow: 0 1px 0 #e0e3e5
}
.gg-category-box:hover {
	cursor: pointer;
	border: 1px solid #4FC9FF;
	-moz-box-shadow: 0 1px 0 #4FC9FF, 0 0 7px #4FC9FF;
	-webkit-box-shadow: 0 1px 0 #4FC9FF, 0 0 7px #4FC9FF;
	box-shadow: 0 1px 0 #4FC9FF, 0 0 7px #4FC9FF;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.gg-category-box:hover .curator {
	visibility: visible;
	opacity: 1;
	bottom: 5px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.gg-category-box a {
	width: 302px;
	height: 302px;
	display: block
}
.gg-bar {
	display: block;
	background: #4b4a49;
	background: rgba(75,74,73,0.8);
	padding: 12px;
	font-size: 18px;
	color: white;
	text-shadow: none;
	border-radius: 4px 4px 0 0
}
.gg-bar h3 {
	font-size: 20px;
	margin: 0;
	color: white;
	text-shadow: none;
	line-height: 1em
}
.gg-bar h3 span {
	font-size: 12px;
	text-transform: uppercase;
	color: #e0e3e5
}
.curator {
	position: absolute;
	bottom: 1px;
	left: 5px;
	width: 284px;
	padding: 5px;
	display: block;
	text-align: right;
	font-size: 12px;
	color: white;
	z-index: 2;
	text-shadow: none;
	background: #4b4a49;
	background: rgba(75,74,73,0.8);
	border-radius: 4px;
	line-height: 13px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.curator p {
	margin: 6px 0 0 0;
	line-height: 1.7em\9
}
.curator p em {
	color: #ccc
}
.curator .avatar {
	float: right;
	margin: 0 0 0 10px;
	width: 25px;
	height: 25px
}
.gg-bestsellers {
	background: url(/rrstatic/img/portal/gift-guide/bestsellers.jpg) top left no-repeat #D8DCDF
}
.gg-for-the-home {
	background: url(/rrstatic/img/portal/gift-guide/for-the-home.jpg) top left no-repeat #D8DCDF
}
.gg-fashion-jewelry {
	background: url(/rrstatic/img/portal/gift-guide/fashion-jewelry.jpg) top left no-repeat #D8DCDF
}
.gg-tech-accessories {
	background: url(/rrstatic/img/portal/gift-guide/tech-accessories.jpg) top left no-repeat #D8DCDF
}
.gg-games-memes {
	background: url(/rrstatic/img/portal/gift-guide/games-memes.jpg) top left no-repeat #D8DCDF
}
.gg-just-for-them {
	background: url(/rrstatic/img/portal/gift-guide/just-for-them.jpg) top left no-repeat #D8DCDF
}
.gg-under-25 {
	background: url(/rrstatic/img/portal/gift-guide/under-25.jpg) top left no-repeat #D8DCDF
}
.gg-over-200 {
	background: url(/rrstatic/img/portal/gift-guide/over-200.jpg) top left no-repeat #D8DCDF
}
.gg-gift-card {
	background: url(/rrstatic/img/portal/gift-guide/gift-card.jpg) top left no-repeat #D8DCDF
}
.gg-fabsugar {
	background: url(/rrstatic/img/portal/gift-guide/gg-fabsugar.jpg) top left no-repeat #D8DCDF
}
.gg-cnet {
	background: url(/rrstatic/img/portal/gift-guide/gg-cnet.jpg) top left no-repeat #D8DCDF
}
.gg-designmilk {
	background: url(/rrstatic/img/portal/gift-guide/gg-design-milk.jpg) top left no-repeat #D8DCDF
}
.gg-reddit {
	background: url(/rrstatic/img/portal/gift-guide/gg-reddit.jpg) top left no-repeat #D8DCDF
}
.gg-mashable {
	background: url(/rrstatic/img/portal/gift-guide/gg-mashable.jpg) top left no-repeat #D8DCDF
}
.gg-3dprinters {
	background: url(/rrstatic/img/portal/gift-guide/gg-3d-printers.jpg) top left no-repeat #D8DCDF
}
.more-gifts {
	width: 100%;
	padding: 2em 0 2.5em 0;
	background: white;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: block;
	height: 250px
}
.more-gifts-box a {
	width: 110px;
	height: 50px;
	margin: 0 5px;
	float: left;
	background: #ddd;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.more-gifts-box a:hover {
	margin: -2px 5px 0 5px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.more-gifts h3 {
	font-size: 1.8em;
	margin: 0 0 30px 0
}
.about-btn a, .about-btn a:visited {
	background: #ececec;
	padding: 6px 20px 6px 15px;
	position: absolute;
	top: 151px;
	right: 0;
	color: #89898e;
	font-size: 0.9em;
	font-weight: 700;
	text-shadow: 0 1px 0 #f7f6f5;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px 0 0 2px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.about-btn a:hover, .about-btn a:visited:hover {
	background: #e5e5e5;
	padding: 6px 25px 6px 15px;
	-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
}
#about-sw {
	padding: 1.5em 0 2em 0
}
.main-cta-mini {
	background: #ddd;
	width: 100%;
	padding: 10px 0;
	text-align: center
}
.main-cta-mini h1 {
	font-size: 1.1em
}
.gg-category {
	width: 228px;
	height: 150px;
	padding: 0;
	margin: 0 5px 10px 5px;
	float: left;
	color: white;
	border-radius: 5px;
	border: 1px solid #ddd;
	text-shadow: none
}
.gg-category:hover {
	border: 1px solid #3DA9DE
}
.home-gg-bestsellers {
	background: url(img/home-bestsellers.jpg) top left no-repeat #eee !important
}
.home-gg-for-the-home {
	background: url(img/home-for-the-home.jpg) top left no-repeat #eee !important
}
.home-gg-fashion-jewelry {
	background: url(img/home-fashion-jewelry.jpg) top left no-repeat #eee !important
}
.home-gg-tech-accessories {
	background: url(img/home-tech-accessories.jpg) top left no-repeat #eee !important
}
.home-gg-games-memes {
	background: url(img/home-games-memes.jpg) top left no-repeat #eee !important
}
.home-gg-just-for-them {
	background: url(img/home-just-for-them.jpg) top left no-repeat #eee !important
}
.home-gg-under-25 {
	background: url(img/home-under-25.jpg) top left no-repeat #eee !important
}
.home-gg-over-200 {
	background: url(img/home-over-200.jpg) top left no-repeat #eee !important
}
.ship-by-naeur {
	background: url(/rrstatic/img/portal/gift-guide/world-map-na-eur.gif) top center no-repeat #fff;
	padding: 30px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 0 #e0e3e5;
	-webkit-box-shadow: 0 2px 0 #e0e3e5;
	box-shadow: 0 2px 0 #e0e3e5
}
.ship-by-naeur h3 {
	text-align: center;
	margin: 40px 0
}
.ship-by-naeur h3 span {
	color: #757372;
	font-style: italic
}
.ship-by-restofworld {
	background: url(/rrstatic/img/portal/gift-guide/world-map-restofworld.gif) top center no-repeat #fff;
	padding: 30px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 0 #e0e3e5;
	-webkit-box-shadow: 0 2px 0 #e0e3e5;
	box-shadow: 0 2px 0 #e0e3e5
}
.ship-by-restofworld h3 {
	text-align: center;
	margin: 40px 0
}
.ship-by-restofworld h3 span {
	color: #757372;
	font-style: italic
}
.order-before {
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	background: #3f4d82;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #2c365b
}
.order-before strong {
	padding: 4px 0;
	padding: 7px 0\9;
	display: inline-block;
	text-shadow: 0 -1px 0 #2c365b
}
.order-before span {
	display: inline-block;
	padding: 7px 12px;
	margin: 0 3px 0 0;
	text-shadow: 0 -1px 0 #2c365b;
	color: #a1a7bf;
	background: #323e68;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px
}
.materials-ship li {
	display: block;
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0 10px 12px 10px;
	border-bottom: 1px solid #e0e3e5
}
.materials-ship li img {
	width: 30px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #e0e3e5
}
.gift-guide-category {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	line-height: 1.1em;
	border-bottom: 1px solid #e0e3e5
}
.gg-home-header {
	background: url(/rrstatic/img/portal/gift-guide/jumbotron-gift-cards.jpg) top center no-repeat #262f68;
	width: 100%;
	height: 280px;
	display: block;
	position: relative
}
.gg-home-header h1 {
	margin: 15px 0 5px 0;
	font-size: 2.5em;
	color: white;
	font-weight: bold;
	text-shadow: 0 2px 0 #262f68;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased
}
.gg-home-header h1 span {
	font-style: italic;
	font-weight: normal
}
.gg-home-header h2 {
	color: #c5c9e4;
	font-size: 1.2em;
	margin: 0 0 25px 0;
	text-shadow: 0 1px 0 #262f68
}
.gg-home-header .action-button {
	width: 94px
}
.gg-home-header .gg-list {
	margin: 45px 0 0 20px;
	line-height: 1.9em;
	border-left: 1px dotted #e0e3e5;
	padding: 0 0 0 20px
}
.gg-home-header .gg-list li a {
	border-bottom: 1px dotted #4FC9FF
}
.gg-home-header .gg-list li:hover {
	margin: 0 0 0 2px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}
.gg-home-header .find-gifts a {
	width: 250px;
	margin: 0 0 0 55px
}
.shipping-header {
	padding: 0;
	margin: 0;
	height: 106px;
	display: block;
	background: url(/rrstatic/cms/gift-guide-2013/shipping-header-1.jpg) top center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NTQ4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmZDdlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: url(/rrstatic/cms/gift-guide-2013/shipping-header-1.jpg) top center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #455485), color-stop(100%, #afd7ed));
	background: url(/rrstatic/cms/gift-guide-2013/shipping-header-1.jpg) top center no-repeat, -moz-linear-gradient(#455485, #afd7ed);
	background: url(/rrstatic/cms/gift-guide-2013/shipping-header-1.jpg) top center no-repeat, -webkit-linear-gradient(#455485, #afd7ed);
	background: url(/rrstatic/cms/gift-guide-2013/shipping-header-1.jpg) top center no-repeat, linear-gradient(#455485, #afd7ed);
	position: relative
}
.tabContainer {
	margin: 10px 0;
	width: 960px
}
.tabContainer .digiTabs {
	list-style: none;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	position: relative;
	top: 1px
}
.tabContainer .digiTabs li {
	float: left;
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: none;
	margin-right: 4px;
	font-size: 100%;
	font-weight: 300;
	color: #a6a4a3
}
.tabContainer .digiTabs .selected {
	position: relative;
	padding: 10px 19px;
	color: #fff;
	border: 1px solid #e0e3e5;
	border-bottom: 1px solid white;
	border-radius: 3px 3px 0 0;
	font-size: 100%;
	font-weight: 300;
	color: #4b4a49;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1
}
.tabContent {
	border: 1px solid #dfddd9;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	margin-bottom: 32px
}
.tabContent table {
	font-size: 0.8em
}
.tabContent th {
	font-size: 14px;
	font-weight: normal;
	color: #4b4a49;
	padding: 10px 8px;
	border-bottom: 2px solid #c9c9c9;
	background: #fff
}
.tabContent td {
	color: #4b4a49;
	padding: 16px 8px 16px 8px;
	width: 20%;
	border-bottom: 1px solid #e0e0e0
}
.promo-header {
	padding: 0;
	margin: 0 auto;
	height: 48px;
	display: block;
	font-size: 0.8em;
	background: url("/rrstatic/cms/gift-guide-2013/promobar-background-2.jpg") top center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NTQ4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmZDdlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: url("/rrstatic/cms/gift-guide-2013/promobar-background-2.jpg") top center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #455485), color-stop(100%, #afd7ed));
	background: url("/rrstatic/cms/gift-guide-2013/promobar-background-2.jpg") top center no-repeat, -moz-linear-gradient(#455485, #afd7ed);
	background: url("/rrstatic/cms/gift-guide-2013/promobar-background-2.jpg") top center no-repeat, -webkit-linear-gradient(#455485, #afd7ed);
	background: url("/rrstatic/cms/gift-guide-2013/promobar-background-2.jpg") top center no-repeat, linear-gradient(#455485, #afd7ed);
	position: relative;
	overflow: hidden
}
.promo-header a {
	text-align: left;
	text-decoration: none;
	color: #064381;
	cursor: pointer;
	text-align: right
}
.promo-header a:hover {
	text-decoration: underline
}
.promo-header .promo-header-inner {
	margin: 0 auto;
	width: 960px;
	padding: 3px 0 0 0
}
.promo-header .promo-header-inner img {
	display: inline;
	margin-right: 4px;
	text-align: left
}
.gift-card-select {
	display: block;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.gift-card-select:hover {
	cursor: pointer
}
.gift-card-select img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.profile-header .avatar a {
	height: 120px;
	width: 120px;
	margin-right: 20px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.profile-header .avatar a:hover {
	border: 1px solid #4FC9FF;
	-moz-box-shadow: 0 1px 3px #4FC9FF;
	-webkit-box-shadow: 0 1px 3px #4FC9FF;
	box-shadow: 0 1px 3px #4FC9FF
}
.profile-header .about {
	height: auto;
	color: #757372
}
.profile-header .contact-designer, .profile-header .shop {
	display: block;
	margin: 0;
	text-align: center;
	width: 100%
}
.profile-header .contact-designer a, .profile-header .shop a {
	display: block
}
.profile-header .profile-expertise {
	text-align: left;
	display: block;
	margin: 10px 0 0 0
}
.profile-header .profile-expertise h4 {
	font-size: 0.8em;
	margin: 0 7px 0 0;
	font-weight: bold;
	display: inline-block;
	float: left;
	line-height: 1.1em
}
.profile-header .profile-expertise ul {
	text-transform: capitalize;
	font-weight: normal;
	margin: 0 7px 0 0;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	list-style: none
}
.profile-header .profile-expertise li {
	display: inline;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0 7px 0 0;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	list-style: none
}
.profile-model-lists {
	float: left;
	margin: 6px 0 0 0;
	display: block;
	font-size: 16px
}
.designer-profile-tabs li a {
	padding: 10px 12px
}
.profile-model-tabs {
	margin: 0
}
.profile-model-tabs li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	list-style: none;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.profile-model-tabs a {
	padding: 10px 20px;
	line-height: 2.2em;
	color: #a1aaad
}
.profile-model-tabs a:hover {
	background: none;
	color: #67757B
}
.profile-model-tabs .active a {
	background: white;
	position: relative;
	color: #183643;
	border-bottom: 5px solid #005A81;
	padding-bottom: 13px
}
.profile-model-tabs h2 {
	display: inline;
	font-size: inherit;
	padding: 0;
	margin: 0;
	font-weight: normal
}
.profile-model-tabs a .icon-support {
	margin-right: 7px;
	font-size: 13px;
	color: #a1aaad
}
.profile-model-tabs .active a .icon-support {
	color: #4FC9FF
}
.profile-results .results-header {
	border-bottom: 1px solid #e0e3e5;
	overflow: visible;
	height: 50px;
	margin-top: 0px;
	width: 100%;
	min-width: 412px
}
.password-box {
	margin: 27;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block
}
.user-profile-sort-options {
	position: relative;
	top: 12px
}
.myapi .create-app h2 {
	margin: 0
}
.myapi .create-app #description {
	width: 300px
}
.myapi .app-details {
	border-top: 1px dotted #e0e3e5;
*zoom:1;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0
}
.myapi .app-details:after {
	content: "";
	display: table;
	clear: both
}
.myapi .app-details p {
	margin: 0 0 10px 0
}
.myapi .app-details .app-number p {
	padding: 2px 10px;
	display: inline-block;
	text-align: center;
	background: #4FC9FF;
	color: white;
	text-shadow: none;
	font-weight: bold;
	text-shadow: 0 -1px 0 #2294CB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.myapi .app-details .app-detail {
	color: #a1aaad;
	font-weight: normal
}
.myapi .app-details .app-detail-info input[type=text] {
	width: 324px
}
.edu-header {
	background: url("https://static1.sw-cdn.net/files/cms/landing-pages/landing-header-bg-edu-2.jpg") center no-repeat #fff;
	background-size: cover;
	width: 100%;
	display: block;
*zoom:1
}
.edu-header:after {
	content: "";
	display: table;
	clear: both
}
.edu-header .container {
	display: table;
	vertical-align: middle
}
.edu-header .container .signup-or-divider p {
	background: none
}
.edu-header .container .signup-or-divider hr {
	background: none
}
.edu-welcome a {
	overflow: hidden
}
.edu-welcome a h4 {
	color: #08A3E9
}
.edu-welcome a:hover, .edu-welcome a:active {
	-moz-box-shadow: 0 0 6px 0 #4FC9FF;
	-webkit-box-shadow: 0 0 6px 0 #4FC9FF;
	box-shadow: 0 0 6px 0 #4FC9FF
}
.edu-welcome a img {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 3px
}
.value-props {
	width: 100%;
	padding: 50px 0;
	display: block;
	border-bottom: 1px solid #e0e3e5;
*zoom:1;
	background: #EDEFF0
}
.value-props:after {
	content: "";
	display: table;
	clear: both
}
.start-creating {
	background: url("/rrstatic/img/spark-blue.svg") 90px 9px no-repeat #edeff0;
	background-size: 24%
}
.upload-now {
	background: url("/rrstatic/img/signup/upload_150-2.png") 76px -4px no-repeat #edeff0;
	background-size: 35%
}
.actions-bar {
*zoom:1;
	font-size: 13px;
	margin-bottom: 11px
}
.actions-bar:after {
	content: "";
	display: table;
	clear: both
}
.actions-bar>li {
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 8px;
	padding: 5px 7px;
	list-style: none;
*line-height:0.9
}
.dropdown a.dropdown-toggle {
	outline: none
}
.dropdown ul.dropdown-menu {
	display: none;
	z-index: 100;
	position: absolute;
	top: 100%;
	min-width: 130px;
	max-width: 400px;
	font-weight: 400;
	white-space: nowrap;
	background-color: #fafbfd;
*border:1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-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);
	opacity: 1;
	visibility: visible\9;
	margin: 6px 0
}
.dropdown ul.dropdown-menu:after, .dropdown ul.dropdown-menu:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: solid rgba(255,255,255,0)
}
.dropdown ul.dropdown-menu:after {
	border-color: rgba(255,255,255,0);
	border-width: 7px;
	top: -14px;
	border-bottom-color: #fafbfd;
	left: 0;
	margin-left: 6px
}
.dropdown ul.dropdown-menu:before {
	border-color: rgba(255,255,255,0);
	border-width: 8px;
	top: -16px;
	border-bottom-color: #bfc3df;
	left: 0;
	margin-left: 5px
}

@media \0screen {
.dropdown ul.dropdown-menu {
	border: 1px solid #bbb
}
}
.dropdown ul.dropdown-menu li {
*zoom:1;
	list-style: none
}
.dropdown ul.dropdown-menu li:after {
	content: "";
	display: table;
	clear: both
}
.dropdown ul.dropdown-menu li:first-child a {
	border-top: none;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0
}
.dropdown ul.dropdown-menu li:last-child a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 3px
}
.dropdown ul.dropdown-menu li.info-block {
	padding: 5px 8px;
	white-space: normal
}
.dropdown ul.dropdown-menu a {
	display: block;
	padding: 5px 8px;
	color: #7680a6;
	font-size: 14px;
	border-top: 1px solid #e0e3e5;
	border-bottom: none
}
.dropdown ul.dropdown-menu a:hover {
	background-color: white;
	color: #08A3E9
}
.dropdown ul.dropdown-menu#bank-details-menu {
	bottom: 26px;
	right: -10px;
	width: 450px;
	max-width: 450px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.8
}
.dropdown ul.dropdown-menu#bank-details-menu:before {
	margin-left: 442px
}
.dropdown ul.dropdown-menu#bank-details-menu:after {
	margin-left: 443px
}
.dropdown ul.dropdown-menu#credit-details-menu {
	bottom: 26px;
	left: -150px;
	width: 295px;
	padding: 5px 10px
}
.dropdown ul.dropdown-menu#credit-details-menu:before {
	margin-left: 152px
}
.dropdown ul.dropdown-menu#credit-details-menu:after {
	margin-left: 153px
}
.dropdown.from-bottom ul.dropdown-menu {
	top: auto;
	bottom: 100%
}
.dropdown.from-bottom ul.dropdown-menu:before {
	top: auto;
	bottom: -13px;
	border-bottom: solid rgba(255,255,255,0);
	border-top-color: #bfc3df
}
.dropdown.from-bottom ul.dropdown-menu:after {
	top: auto;
	bottom: -10px;
	border-bottom: solid rgba(255,255,255,0);
	border-top-color: #fafbfd
}
.dropdown.open .dropdown-menu {
	display: block
}
.dropdown.open .dropdown-toggle {
	outline: none
}
.actions-bar .dropdown.open .dropdown-toggle {
	background-color: white;
	color: #7680a6;
	top: 1px;
	-moz-box-shadow: 0 0 1px rgba(118,128,166,0.2);
	-webkit-box-shadow: 0 0 1px rgba(118,128,166,0.2);
	box-shadow: 0 0 1px rgba(118,128,166,0.2)
}
.dropdown.center ul.dropdown-menu:before {
	left: 50%;
	margin-left: -8px
}
.dropdown.center ul.dropdown-menu:after {
	left: 50%;
	margin-left: -7px
}
.accordian-select {
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 0 #d4d8db, 0 1px 2px 0px #e0e3e5, inset 0 1px #fff;
	-webkit-box-shadow: 0 1px 0 #d4d8db, 0 1px 2px 0px #e0e3e5, inset 0 1px #fff;
	box-shadow: 0 1px 0 #d4d8db, 0 1px 2px 0px #e0e3e5, inset 0 1px #fff
}
.accordian-select .select-row {
	position: relative;
	overflow: hidden;
	height: 42px;
	padding: 10px;
	background-color: #edeff0;
	border: 1px solid #d4d8db;
	border-bottom-width: 0;
	cursor: pointer;
	-moz-transition: height 250ms ease, background-color 150ms ease;
	-o-transition: height 250ms ease, background-color 150ms ease;
	-webkit-transition: height 250ms ease, background-color 150ms ease;
	transition: height 250ms ease, background-color 150ms ease
}
.accordian-select .select-row .spricon-caret-right {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 14px;
	height: 24px;
	-moz-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	-webkit-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
	opacity: .3
}
.accordian-select .select-row h5 {
	color: #4FC9FF;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	-webkit-transition: color 250ms ease;
	transition: color 250ms ease
}
.accordian-select .select-row:hover {
	background-color: #f5f7f8
}
.accordian-select .select-row:hover .spricon-caret-right {
	opacity: .8;
	visibility: visible\9
}
.accordian-select .select-row:hover h5 {
	color: #08A3E9
}
.accordian-select .select-row.first {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}
.accordian-select .select-row.last {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-width: 1px
}
.accordian-select .select-row.open {
	height: 200px;
	background-color: white;
	cursor: default
}
.accordian-select .select-row.open .spricon-caret-right {
	opacity: 0;
	visibility: hidden\9
}
.accordian-select .select-row.open h5 {
	color: #183643
}
.accordian-select .select-row.open .select-row-inner {
*zoom:1;
	opacity: 1;
	visibility: visible\9;
	display: block
}
.accordian-select .select-row.open .select-row-inner:after {
	content: "";
	display: table;
	clear: both
}
.accordian-select .select-row.open.new-cc-only {
	height: 273px
}
.accordian-select .select-row.open.new-cc-only-error {
	height: 368px
}
.accordian-select .select-row.open.saved-cc {
	height: 402px
}
.accordian-select .select-row.open.saved-cc-error {
	height: 497px
}
.accordian-select .select-row.open.deleted-cc {
	height: 317px
}
.accordian-select .select-row.open.deleted-cc-error {
	height: 423px
}
.accordian-select .select-row.open#paypal-select-row {
	height: auto
}
.accordian-select .select-row.open#bank-select-row {
	height: 263px
}
.accordian-select .select-row.open#billing-same-select-row {
	height: 190px
}
.accordian-select .select-row.open.billing-row-normal {
	height: 378px
}
.accordian-select .select-row.open.billing-row-error {
	height: 454px
}
.accordian-select .select-row-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px
}
.accordian-select .select-row-title h5 {
	margin: 10px 0 0 10px
}
.accordian-select .select-row-inner {
	margin-top: 32px;
	opacity: 0;
	visibility: hidden\9;
	-moz-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	-webkit-transition: opacity 250ms ease;
	transition: opacity 250ms ease
}
.tipsy {
	font-size: 11px;
	line-height: 1.5;
	position: absolute;
	padding: 5px;
	z-index: 100000;
	text-shadow: none
}
.tipsy.animate .tipsy-animate {
	opacity: 1
}
.animate.tipsy-n .tipsy-animate, .animate.tipsy-nw .tipsy-animate, .animate.tipsy-ne .tipsy-animate {
	margin-top: -6px
}
.animate.tipsy-s .tipsy-animate, .animate.tipsy-sw .tipsy-animate, .animate.tipsy-se .tipsy-animate {
	margin-top: 6px
}
.animate.tipsy-e .tipsy-animate {
	margin-left: 6px
}
.animate.tipsy-w .tipsy-animate {
	margin-left: -6px
}
.tipsy-animate {
	position: relative;
	opacity: 0;
	margin: 0;
	-moz-transition: margin 200ms ease, opacity 200ms ease;
	-o-transition: margin 200ms ease, opacity 200ms ease;
	-webkit-transition: margin 200ms ease, opacity 200ms ease;
	transition: margin 200ms ease, opacity 200ms ease
}
.tipsy-inner {
	background: rgba(0,0,0,0.8);
	background: black\9;
	color: #FFF;
	max-width: 200px;
	padding: 4px 8px 5px;
	text-align: center
}
.tipsy-inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid #000
}
.tipsy-arrow-n {
	border-bottom-color: rgba(0,0,0,0.8);
	border-bottom-color: black\9
}
.tipsy-arrow-s {
	border-top-color: rgba(0,0,0,0.8);
	border-top-color: black\9
}
.tipsy-arrow-e {
	border-left-color: rgba(0,0,0,0.8);
	border-left-color: black\9
}
.tipsy-arrow-w {
	border-right-color: rgba(0,0,0,0.8);
	border-right-color: black\9
}
.tipsy-n .tipsy-arrow {
	top: -5px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-nw .tipsy-arrow {
	top: -5px;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-ne .tipsy-arrow {
	top: -5px;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-s .tipsy-arrow {
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-sw .tipsy-arrow {
	bottom: -5px;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-se .tipsy-arrow {
	bottom: -5px;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent
}
.tipsy-e .tipsy-arrow {
	right: -5px;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent
}
.tipsy-w .tipsy-arrow {
	left: -5px;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent
}
.tab-row-divider {
	float: left
}
.model-pricing-table {
	font-size: 0.9em
}
.product-title-row {
	background: #f5f7f8;
	border-bottom: 1px solid #e0e3e5;
	display: inline-block;
	width: 100%;
*zoom:1
}
.product-title-row:after {
	content: "";
	display: table;
	clear: both
}
.product-title-row h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.product-title-row .container {
	margin-bottom: 0
}
.model-edit-tabs-row {
	margin-top: 15px;
	margin-bottom: -1px
}
.material-family-nav ul {
	list-style: none;
	margin: none
}
.material-family-nav ul li {
	display: inline;
	font-size: 14px;
	margin-right: 8px;
	color: #0098db;
	cursor: pointer
}
.material-family-nav h4 {
	font-size: 14px;
	font-weight: normal
}
.material-family-nav .active {
	color: #183643;
	text-decoration: underline;
	font-weight: bold
}
.batch-pricing-header {
	height: 60px;
	background: #f5f7f8;
	text-align: left;
	border: 1px solid #e0e3e5;
	padding: 10px 1px 10px 1px
}
.batch-pricing-header p {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin: 0;
	line-height: 40px;
	margin-left: 85px;
	position: relative;
	min-width: 372px;
	color: #445258
}
.batch-pricing-header.span-12 {
	margin-bottom: 5px
}
.batch-pricing-input {
	position: relative;
	float: right;
	width: 300px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.batch-pricing-input p {
	min-width: 0px;
	display: inline-block;
	margin: 0
}
.batch-pricing-input input {
	text-align: center;
	position: relative;
	width: 185px
}
.batch-pricing-input .text-error {
	font-size: 12px;
	font-weight: normal;
	position: relative;
	left: 0;
	line-height: 0px;
	height: 10px;
	color: #ec999e
}
.defaultmaterial-pricing .hide {
	font-size: 13px;
	margin-bottom: 0%;
	margin-right: 6px;
	overflow: hidden;
	float: left;
	display: block
}
.defaultmaterial-pricing select {
	width: 192px
}
.defaultmaterial-pricing h5 {
	display: block;
	margin-bottom: 10px
}
.material-row tr {
	height: 72px;
	border-bottom: 1px solid #e0e3e5
}
.tabContent {
	border: 1px solid #dfddd9;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	margin-bottom: 32px
}
.tabContent table {
	font-size: 0.8em
}
.tabContent th {
	font-size: 14px;
	font-weight: normal;
	color: #4b4a49;
	padding: 10px 8px;
	border-bottom: 2px solid #c9c9c9;
	background: #fff
}
.tabContent td {
	color: #4b4a49;
	padding: 16px 8px 16px 8px;
	width: 20%;
	border-bottom: 1px solid #e0e0e0
}
.roundAmount {
	font-size: 11px
}
.currency-toggle-pricing .currency-units {
	margin-left: 20px;
	float: right;
	margin-right: 0
}
.show-currency {
	overflow: hidden;
	margin-left: 6px
}
.roundText {
	float: right;
	overflow: hidden;
	margin-left: 6px
}
.pricing-table-header {
	text-transform: uppercase;
	font-size: 8px;
	background: #f5f7f8;
	border: 1px solid #e0e3e5;
	height: 50px
}
.pricing-table-header span {
	float: left;
	position: relative;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 16px
}
.pricing-table-header h4 {
	display: inline
}
.pricing-table-header a {
	padding-left: 2px;
	outline: none
}
.pricing-table-header .material-name-label {
	width: 180px;
	margin-left: 90px
}
.pricing-table-header .product-status-label {
	width: 170px
}
.pricing-table-header .base-price-label {
	width: 105px
}
.pricing-table-header .markup-price-label {
	width: 125px;
	text-align: center
}
.pricing-table-header .total-price-label {
	width: 200px;
	text-align: center
}
.pricing-tips-top {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.pricing-tips-top p {
	margin-bottom: 0
}
.pricing-tips-top .pricing-tip-text {
	position: relative;
	margin-left: 80px
}
.tips-callout {
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #9be0ff;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-top: -1px;
	padding: 2px 18px 2px 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.material-row {
	border: 1px solid #f0f0f0;
	height: 90px;
	border-bottom: 0
}
.material-row:last-child {
	border-bottom: 1px solid #f0f0f0
}
.material-row:first-child {
	border-top: 0
}
.swatch-cell, .material-title-cell, .base-price-cell, .available-material, .markup-price-cell, .total-amount-cell, .notforsale-material, .unprintable-material, .product-status-cell, .pricing-equation-sign {
	float: left
}
.swatch-cell last, .material-title-cell last, .base-price-cell last, .available-material last, .markup-price-cell last, .total-amount-cell last, .notforsale-material last, .unprintable-material last, .product-status-cell last, .pricing-equation-sign last {
	margin-right: 0
}
.swatch-cell {
	width: 70px;
	margin-right: 20px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.table-material-swatch {
	height: 50px;
	width: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.material-is-default, .image-is-default {
	font-weight: 500;
	color: #91B6C7;
	display: block;
	letter-spacing: .5px
}
.material-title-cell {
	width: 160px;
	margin-right: 20px;
	line-height: 16px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.product-status-cell {
	width: 150px;
	margin-right: 20px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.product-status-cell .icon-support {
	padding-right: 4px
}
.base-price-cell {
	width: 70px;
	margin-right: 20px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.converted-amounts-base {
	position: relative;
	white-space: nowrap;
	vertical-align: bottom
}
.us-amounts-base {
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: bottom
}
.pricing-equation-sign {
	width: 10px
}
.available-material {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.markup-price-cell {
	width: 105px;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap
}
.total-amount-cell {
	width: 200px;
	margin-right: 20px
}
.material-total-price.amount-input {
	width: 190px;
	text-align: center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.converted-total {
	text-align: center
}
.remove-cell {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	float: right
}
.remove-cell i {
	color: #a1aaad
}
.remove-cell i:hover {
	color: #183643
}
.infotip.infotip-pricing {
	position: relative;
	top: -1px;
	display: inline-block;
	text-indent: -9999px;
	width: 17px;
	height: 14px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background: url("../img/sprites/infotip-s72c434d7a9.png") no-repeat;
	background-size: 14px;
	background-position: 0 -14px
}
.infotip.infotip-pricing:hover {
	background-position: 0 0px
}
.notforsale-material {
	margin-left: 38px;
	line-height: 80px
}
.make-for-sale {
	width: 288px;
	margin-bottom: 0
}
.unprintable-material {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.25px;
	width: 390px;
	text-align: center;
	color: #a1aaad;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.material-family-column {
	margin-right: 18px;
	width: 220px;
	line-height: 1.2em;
	margin-bottom: 20px
}
.material-family-column a {
	margin-bottom: 8px
}
.material-is-limited {
	color: #08A3E9
}
.beta-key .icon-cancel, .product-status-cell .icon-cancel {
	color: #ec999e;
	margin-left: -1px
}
.beta-key .icon-support, .product-status-cell .icon-support {
	font-size: 12px;
	margin-left: 1px;
	color: #4FC9FF
}
.beta-key .icon-checkmark, .product-status-cell .icon-checkmark {
	color: #a4d765
}
.beta-key {
	background-color: #f5f7f8;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px
}
.beta-key i {
	width: 20px;
	top: 0px;
	left: 1px
}
.feature-preview {
	width: 200px
}
#myshop-settings h3 {
	text-align: left;
	margin-top: 0;
	font-size: 1.6em
}
#myshop-settings li {
	margin: 10px 0;
	padding: 0
}
#myshop-settings label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 14px;
	letter-spacing: 0.5px
}
#myshop-settings input {
	width: 98%;
	height: 30px;
	resize: none;
	margin-bottom: 30px
}
#myshop-settings input[type="checkbox"] {
	width: 20px;
	margin: 0
}
#myshop-settings textarea {
	width: 98%
}
#myshop-settings #locked-notifier {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5;
	margin-bottom: 30px
}
.section {
	margin-top: 10px
}
.shop-section-container {
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 1px solid #e0e3e5
}
.shop-analytics-section {
	padding-top: 30px;
	border-top: 1px solid #e0e3e5
}
.business-user-section {
	padding-top: 30px;
	border-top: 1px solid #e0e3e5;
	margin: 10px 0 22px 0
}
.out-of-office {
	display: block;
	background: none;
	border-top: 1px solid #e0e3e5;
	padding: 26px 0 22px 0;
	margin: 0;
	overflow: hidden;
*zoom:1;
	clear: both
}
.close-shop {
	display: block;
	float: left;
	width: 100%;
	background: none;
	border-top: 1px solid #e0e3e5;
	padding: 20px 0 0 0;
	margin: 0;
	overflow: hidden;
*zoom:1;
	clear: both
}
.close-shop p {
	color: #757372
}
.close-shop input[type="submit"] {
	display: inline-block;
	outline: none;
	background-color: #757372;
	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 #696867;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 10px 0 0 0;
	width: 150px;
	padding: 5px
}
.close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:focus {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:active {
	cursor: pointer;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"]:active {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"] a, .close-shop input[type="submit"] a:visited, .close-shop input[type="submit"] a:active, .close-shop input[type="submit"] a:hover, .close-shop input[type="submit"]:visited, .close-shop input[type="submit"]:active, .close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:focus {
	color: #fff
}
.close-shop input[type="submit"] div {
	position: relative
}
.close-shop input[type="submit"]:hover, .close-shop input[type="submit"]:focus {
	background-color: #6d6b6a;
	border: 1px solid #5d5c5c
}
.close-shop input[type="submit"]:active {
	background: #6d6b6a;
	border: 1px solid #5d5c5c
}
.close-shop input[type="checkbox"] {
	width: 20px
}
.shop-logo-holder {
	position: relative;
	width: 222px;
	height: 167px;
	margin: 0 0 20px 0
}
.shop-logo-holder input[type="file"] {
	visibility: visible;
	opacity: 0;
	cursor: pointer
}
.shop-logo {
	display: block;
	width: 220px;
	height: 165px;
	border: 1px solid #e0e3e5;
	margin: 0 auto 20px auto;
	padding: 0
}
.add-section {
	display: inline-block;
	outline: none;
	background-color: #757372;
	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 #696867;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.add-section:hover, .add-section:focus {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.add-section:hover, .add-section:active {
	cursor: pointer;
	border: 1px solid #5d5c5c
}
.add-section:active {
	background: #8a8887;
	border: 1px solid #5d5c5c
}
.add-section a, .add-section a:visited, .add-section a:active, .add-section a:hover, .add-section:visited, .add-section:active, .add-section:hover, .add-section:focus {
	color: #fff
}
.add-section div {
	position: relative
}
.add-section:hover, .add-section:focus {
	background-color: #6d6b6a;
	border: 1px solid #5d5c5c
}
.add-section:active {
	background: #6d6b6a;
	border: 1px solid #5d5c5c
}
.hub-header, .more-help {
	background: #f5f7f8;
	background-size: cover;
	border-bottom: 1px solid #edeff0;
	display: block;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
*zoom:1
}
.hub-header {
	padding: 30px 0 60px 0;
	margin-bottom: 60px
}
.more-help {
	border-top: 1px solid #edeff0;
	padding: 30px 0 60px 0
}
.more-help [class*='icon-'] {
	font-size: 4em;
	margin-bottom: 7%;
	color: #d8dcde
}
.hub-categories {
	margin-bottom: 40px
}
.hub-category a, .hub-category a:visited {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	overflow: hidden;
*zoom:1;
	border: 1px solid #e0e3e5;
	color: #67757B;
	display: block;
	height: 240px;
	margin-bottom: 24px;
	padding: 0 50px;
	text-align: center
}
.hub-category a:hover, .hub-category a:focus, .hub-category a:visited:hover, .hub-category a:visited:focus {
	border: 1px solid #08A3E9
}
.hub-category a:hover h4, .hub-category a:focus h4, .hub-category a:visited:hover h4, .hub-category a:visited:focus h4 {
	color: #08A3E9
}
.hub-category-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.hub-category h4 {
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.breadcrumbs, .infobreadcrumb {
	color: #a1aaad;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase
}
.breadcrumbs .breadcrumb:after, .bcitem:after {
	content: "\e619";
	speak: none;
	color: #b4bbbd;
	padding-left: 5px;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased
}
.breadcrumbs .breadcrumb.last, .bcitem.last {
	border-right: none;
	background: none
}
.breadcrumbs .breadcrumb.last:after, .bcitem.last:after {
	content: ""
}
.bcitemlast {
	background: none
}
.featured-tutorial img {
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: top;
	display: block;
	width: 100%;
	padding: 2%;
	border: 1px solid #e0e3e5;
	margin-bottom: 10px;
	overflow: hidden
}
.featured-tutorial h5 {
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	margin: 0
}
.featured-tutorial a {
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	display: block;
	height: 100%
}
.featured-tutorial a:hover img {
	border: 1px solid #08A3E9
}
.featured-tutorial a:hover h5 {
	color: #08A3E9
}
.tutorial-list {
	list-style: none;
	margin: 30px 0 60px 0;
	padding: 0;
	border: 1px solid #e0e3e5;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.tutorial-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #edeff0
}
.tutorial-list li:last-of-type {
	border: none
}
.tutorial-list a {
	display: block;
	height: 100%;
	padding: 20px 30px;
	overflow: hidden;
*zoom:1;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.tutorial-list a:hover {
	background: #f5f7f8
}
.tutorial-list a:hover h5 {
	color: #08A3E9
}
.tutorial-list a .icon-document, .tutorial-list a .icon-video {
	font-size: 3.6em;
	color: #d8dcde
}
.tutorial-list h5 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0.2em
}
.tutorial-list p {
	color: #a1aaad;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis')
}
.tutorial-list .col-7-8 {
	height: 50px
}

@media all and (max-width: 480px) {
.hub-header {
	margin-bottom: 30px;
	padding: 10px 0 40px 0
}
.hub-categories {
	margin-bottom: 10px
}
.hub-category a, .hub-category a:visited {
	height: 180px
}
.featured-tutorial {
	margin-bottom: 30px
}
.featured-tutorial:last-of-type {
	margin-bottom: 0
}
.tutorial-list {
	margin: 0 0 30px 0
}
.more-help .col-1-3 {
	margin-bottom: 50px
}
.more-help .col-1-3:last-of-type {
	margin-bottom: 0
}
.more-help .col-1-3 [class*='icon-'] {
	margin-bottom: 3%
}
}

@media all and (max-width: 700px) and (min-width: 480px) {
.hub-header {
	margin-bottom: 20px
}
.hub-header {
	margin-bottom: 20px;
	padding: 10px 0 40px 0
}
.hub-categories {
	margin-bottom: 10px
}
.hub-category a, .hub-category a:visited {
	height: 200px
}
.featured-tutorial {
	margin-bottom: 30px
}
.featured-tutorial:last-of-type {
	margin-bottom: 0
}
.tutorial-list {
	margin: 0 0 30px 0
}
.more-help .col-1-3 {
	margin-bottom: 50px
}
.more-help .col-1-3:last-of-type {
	margin-bottom: 0
}
.more-help .col-1-3 [class*='icon-'] {
	margin-bottom: 3%
}
}
.infocategory {
	margin-bottom: 34px
}
.infocategory h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: .5px
}
.infocategory ul li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	list-style: none
}
.infohome .span-9 img {
	max-width: 674px
}
.tutorialshome .span-9 ul li {
	list-style: none
}
.tutmenu {
	background: #fff;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px
}
.tutmenu .colheader {
	padding: 7px 12px;
	background: #f5f7f8;
	border-bottom: 1px solid #edeff0;
	color: #67757B;
	font-size: 0.9em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased
}
.tutmenu ul {
	padding: 0px
}
.tutmenu ul li {
	list-style-type: none !important;
	font-size: 0.9em;
	border-bottom: 1px solid #edeff0
}
.tutmenu ul li:last-of-type {
	border: none
}
.infohome-home-link {
	display: block;
	margin-bottom: 20px
}
.full-bleed li a {
	padding: 7px 12px;
	display: block
}
.info-timeline {
	position: relative;
	background: transparent url('{config}{"key":"path_static"}{/config}/rrstatic/img/tutorials/timeline-bg.png') no-repeat 12px 100%;
	padding: 0 0 0 26px;
	margin-top: 40px
}
.info-timeline.fadestart:before {
	content: "";
	position: absolute;
	height: 40px;
	width: 5px;
	top: 0px;
	left: 12px;
	border-top: 30px #FFF solid;
	background: transparent url('{config}{"key":"path_static"}{/config}/rrstatic/img/tutorials/timeline-bg.png') no-repeat 0 0
}
.infohome .span-9 ul.info-timeline li {
	position: relative;
	z-index: 2;
	list-style-image: url('{config}{"key":"path_static"}{/config}/rrstatic/img/tutorials/timeline-bullet.png');
	padding: 0 0 25px 5px;
	line-height: 120%
}
.infohome P.info-timeline-end {
	padding-top: 10px
}
.infohome .info-timeline-end img {
	vertical-align: middle
}
.infohome table.shippingoptions th {
	font-weight: bold;
	padding: 5px 5px;
	line-height: 120%
}
.infohome table.shippingoptions td {
	padding: 3px 5px
}
.infohome table.shippingoptions td.price {
	font-weight: normal;
	text-align: right
}
.infohome .infoul {
	padding-left: 30px;
	list-style: disc;
	padding-bottom: 20px
}
.infohome .span-9 ul.infoul li {
	padding: 0px;
	list-style: disc
}
.applist {
	border: 1px solid #DDD;
	border-radius: 4px;
	font-size: 14px
}
.applist TD {
	padding: 2px 5px 2px 15px;
	border-top: 1px solid rgba(0,0,0,0.02)
}
.applist TR:hover TD {
	background-color: rgba(179,222,243,0.2);
	border-top-color: rgba(179,222,243,0.2)
}
.topicsection {
	clear: both;
	margin-top: 40px;
	padding: 40px 0 40px 57px;
	border-top: 1px solid #dfddd9
}
.topicsection H3 {
	margin-bottom: 20px
}
.topicsection H3 IMG {
	margin-left: -57px;
	display: block;
	position: relative;
	top: -13px;
	float: left
}
.support-list {
	list-style: disc;
	padding-left: 25px
}
.hero-status {
*zoom:1;
	position: relative;
	min-height: 165px
}
.hero-status:after {
	content: "";
	display: table;
	clear: both
}
.hero-status .status-bar-positioner {
	position: absolute;
	width: 100%;
	top: 85px
}
.hero-status .status-bar-bg {
	position: relative;
	height: 66px;
	margin: 0 85px;
	border: 1px solid #183643;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #36566F url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4MzY0MyIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTgzNjQzIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: #36566F -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(24,54,67,0.75)), color-stop(100%, rgba(24,54,67,0.3)));
	background: #36566F -moz-linear-gradient(rgba(24,54,67,0.75), rgba(24,54,67,0.3));
	background: #36566F -webkit-linear-gradient(rgba(24,54,67,0.75), rgba(24,54,67,0.3));
	background: #36566F linear-gradient(rgba(24,54,67,0.75), rgba(24,54,67,0.3));
	-moz-box-shadow: inset 0 1px 5px rgba(29,35,72,0.75), 0 1px 0 rgba(118,128,166,0.7);
	-webkit-box-shadow: inset 0 1px 5px rgba(29,35,72,0.75), 0 1px 0 rgba(118,128,166,0.7);
	box-shadow: inset 0 1px 5px rgba(29,35,72,0.75), 0 1px 0 rgba(118,128,166,0.7)
}
.hero-status .status-bar-bg .placeholder {
	position: absolute;
	bottom: 13px;
	height: 54px;
	width: 24px;
	font-size: 44px;
	line-height: 1.5;
	font-weight: bold;
	color: #bfc3df;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7
}
.hero-status .status-bar-bg .placeholder.step-1 {
	left: 21px
}
.hero-status .status-bar-bg .placeholder.step-2 {
	left: 33.2%
}
.hero-status .status-bar-bg .placeholder.step-3 {
	left: 63.7%
}
.hero-status .status-bar-bg .placeholder.step-4 {
	right: 23px
}
.hero-status .status-unit-wrap {
*zoom:1;
	padding-bottom: 25px
}
.hero-status .status-unit-wrap:after {
	content: "";
	display: table;
	clear: both
}
.hero-status .status-unit {
	position: relative;
	float: left;
	width: 25%;
	height: 130px
}
.hero-status .status-marker {
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	font-size: 44px;
	font-weight: bold;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #bfc3df
}
.hero-status .status-marker:before {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 36px
}
.hero-status .status-marker span {
	position: relative;
	top: -1px;
	left: -1px
}
.hero-status .status-labels {
	position: relative;
	text-align: center
}
.hero-status .status-labels h2, .hero-status .status-labels h5, .hero-status .status-labels p {
	position: absolute;
	left: 0;
	width: 100%
}
.hero-status .status-labels h2 {
	top: 0
}
.hero-status .status-labels h5 {
	top: 45px
}
.hero-status .status-labels p {
	top: 9px;
	font-size: 12px;
	line-height: 1.5
}
.hero-status .status-labels p strong {
	font-size: 14px
}
.hero-status .status-labels .info-tip {
	opacity: 0.8;
	color: #bfc3df;
	text-shadow: none
}
.hero-status .status-labels .info-tip:hover {
	color: #fafbfd
}
.hero-status .status-unit.status-active .status-marker {
	padding: 26px;
	height: 78px;
	width: 78px;
	border: 1px solid #1d2348;
	bottom: -26px;
	margin-left: -42px;
	color: #7680a6;
	text-shadow: 0px 1px 0 #fff;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmJmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYzNkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafbfd), color-stop(100%, #bfc3df));
	background: -moz-linear-gradient(#fafbfd, #bfc3df);
	background: -webkit-linear-gradient(#fafbfd, #bfc3df);
	background: linear-gradient(#fafbfd, #bfc3df);
	background: #dfe3ff\9;
	-moz-transition: left 400ms ease;
	-o-transition: left 400ms ease;
	-webkit-transition: left 400ms ease;
	transition: left 400ms ease;
	left: -50%
}
.hero-status .status-unit.status-active .status-marker span {
	opacity: 0;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.hero-status .status-unit.status-active .status-marker.ratchet-to-center {
	left: 50%
}
.hero-status .status-unit.status-active .status-marker.ratchet-to-center span {
	opacity: 1
}
.hero-status .status-unit.status-active .status-marker:before {
	top: 17px;
	left: 17px;
	font-size: 42px
}
.hero-status .status-unit.status-active.first .status-marker {
	left: 50%
}
.hero-status .status-unit.status-success .status-marker {
	background-color: #bde289;
	color: white;
	text-shadow: 0 -1px 0 #7680a6;
	top: auto
}
.hero-status .status-unit.status-success .success-trail {
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 100%;
	height: 10px;
	background-color: #bde289
}
.hero-status .status-unit.status-success .success-trail#animate-status-trail {
	-moz-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	-webkit-transition: width 400ms ease;
	transition: width 400ms ease;
	width: 0%
}
.hero-status .status-unit.status-success .success-trail#animate-status-trail.expand-trail {
	width: 100%
}
.hero-status .status-unit.status-error .status-marker {
	color: #ec999e
}
.hero-status .status-unit.status-disabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7
}
.multi-status .status-takeover, .qty-unit {
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap
}
.multi-status {
*zoom:1;
	width: 289px;
	display: table;
	position: relative;
	border: 1px solid #d4d8db;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZGNkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d8dcdf), color-stop(100%, #f5f7f8));
	background: -moz-linear-gradient(#d8dcdf, #f5f7f8);
	background: -webkit-linear-gradient(#d8dcdf, #f5f7f8);
	background: linear-gradient(#d8dcdf, #f5f7f8);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1)
}
.multi-status:after {
	content: "";
	display: table;
	clear: both
}
.span-5 .multi-status .qty-unit {
	min-width: 75px
}
.multi-status .qty-unit:before, .multi-status .status-takeover:before {
	position: absolute;
	top: 7px;
	font-size: 28px
}
.multi-status .qty-unit {
	float: left;
	padding: 7px 10px 8px;
	border-right: 1px solid #e0e3e5;
	-moz-box-shadow: 1px 0 0 #f5f7f8;
	-webkit-box-shadow: 1px 0 0 #f5f7f8;
	box-shadow: 1px 0 0 #f5f7f8
}
.multi-status .qty-unit.first {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 0 0 3px
}
.multi-status .qty-unit.last {
	border-right: none;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0;
	border-radius: 0 3px 3px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.multi-status .qty-unit.attach-right {
	float: none;
	position: absolute;
	left: 100%;
	margin-left: 5px;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.multi-status .qty-unit.inactive {
	color: #b4bbbd
}
.multi-status .qty-unit.status-success {
	border-right: 1px solid #d4d8db;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1)
}
.multi-status .qty-unit.status-success.last {
	border: none
}
.multi-status .status-takeover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 7px 10px 8px;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 0 0 1px #d4d8db
}
.multi-status .status-takeover .quantity {
	text-indent: 16px
}
.multi-status .status-takeover .status-name {
	position: relative;
	top: 3px
}
.multi-status .status-takeover.status-disabled {
	background-color: #edeff0
}
.multi-status a.status-takeover:hover {
	color: #064381;
	background-color: #fafbfd;
	box-shadow: 0 0 0 1px #bbc2c6
}
.multi-status .status-success {
	background-color: white
}
.multi-status .status-success:before {
	color: #a4d765
}
.multi-status .status-success .status-name {
	color: #a4d765
}
.qty-unit {
	line-height: 1.2
}
.qty-unit .quantity, .qty-unit .status-name {
	display: inline-block
}
.qty-unit .quantity {
	padding-bottom: 4px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1
}
#order-details .info-block {
	margin-bottom: 20px
}
#order-details #orderline-list {
	margin-bottom: 20px
}
.powered-by {
	float: left;
	padding: 15px 0px 5px 0px;
	font-size: 0.8em
}
.partner-url {
	float: right;
	padding: 15px 0px 5px 0px;
	font-size: 0.8em
}
.data-icon-shipped {
	width: 42px;
	height: 42px;
	position: relative;
	top: -8px;
	left: -8px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") scroll -54px -8px no-repeat
}
.data-icon-complete {
	width: 38px;
	height: 38px;
	position: relative;
	top: 11px;
	left: 11px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") scroll -6px -8px no-repeat
}
.data-icon-cancelled {
	width: 38px;
	height: 38px;
	position: relative;
	top: 10px;
	left: 10px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") scroll -100px -8px no-repeat
}
.data-icon-warning-small {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -172px -10px no-repeat
}
.data-icon-contact-small {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 4px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -176px -31px no-repeat
}
.data-icon-complete-small {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 14px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -144px -2px no-repeat
}
.data-icon-download-med {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 132px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -229px 0 no-repeat
}
.status-takeover:hover .data-icon-download-med {
	background-position: -229px -24px
}
.data-icon-complete-small.centered {
	left: 130px
}
.data-icon-shipped-small {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 4px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -156px -30px no-repeat
}
.data-icon-download-small {
	width: 14px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 4px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -140px -30px no-repeat
}
.data-icon-cancel {
	width: 15px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 4px;
	background: url("/rrstatic/img/sprites/order-status-sprite-2013031401.png") -215px -12px no-repeat
}
.disabled .data-icon-cancel {
	background-position: -215px -30px
}
.success .chevron-top-left:after {
	border-bottom-color: #d8eeb9
}
.info .chevron-top-left:after {
	border-bottom-color: #eaf6fc
}
.notice .chevron-top-left:after {
	border-bottom-color: #fee7b8
}
.error .chevron-top-left:after {
	border-bottom-color: #ec999e
}
.error .chevron-top-left:before {
	border-bottom-color: #f9e0e2
}
.full-grid {
	background: white;
	margin: 0
}
.full-grid:after {
	content: "";
	display: table;
	clear: both
}
[class*='sw-col-'] {
	float: left
}
.sw-col-4-5 {
	width: 80%
}
.sw-col-2-3 {
	width: 66.66%
}
.sw-col-1-3 {
	width: 33.33%
}
.sw-col-1-2 {
	width: 50%
}
.sw-col-1-4 {
	width: 25%
}
.sw-col-1-5 {
	width: 20%
}
.sw-col-1-8 {
	width: 12.5%
}
.custom-list-container {
	width: 100% !important
}
.product-slideshow .caption-box {
	width: 625px;
	min-height: 45px;
	padding-top: 10px;
	padding-bottom: 10px
}
.product-slideshow .caption-box .caption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 600px;
	margin: 0 auto;
	color: #08A3E9
}
.product-slideshow .caption-box .caption:hover {
	color: #064381
}
.product-slideshow .caption-box .caption.show-more {
	white-space: normal
}
.product-slideshow .caption-box .caption-text {
	color: #67757B;
	text-decoration: none
}
.product-slideshow .caption-box .caption-text:hover {
	text-decoration: none
}
.product-owner-banner {
	border: 1px solid #9be0ff;
	line-height: 40px;
	font-weight: 500
}

@media all and (max-width: 480px) {
.product-owner-banner {
	border: none;
	background: none
}
}

@media all and (max-width: 700px) {
.product-edit-text {
	text-align: center
}
}

@media all and (max-width: 480px) {
.product-edit-text {
	display: none
}
}
.product-edit-button .btn, .product-edit-button .btn-primary, .product-edit-button .btn-buy-now, .product-edit-button .btn-secondary, .product-edit-button .btn-white, .product-edit-button .btn-join-fb, .product-edit-button .btn-join-ggl, .product-edit-button .sw-image-edit__file-upload-button {
	float: right;
	text-decoration: none
}
.product-edit-button .btn:hover, .product-edit-button .btn-primary:hover, .product-edit-button .btn-buy-now:hover, .product-edit-button .btn-secondary:hover, .product-edit-button .btn-white:hover, .product-edit-button .btn-join-fb:hover, .product-edit-button .btn-join-ggl:hover, .product-edit-button .sw-image-edit__file-upload-button:hover {
	text-decoration: none
}

@media all and (max-width: 700px) {
.product-edit-button {
	text-align: center
}
.product-edit-button .btn, .product-edit-button .btn-primary, .product-edit-button .btn-buy-now, .product-edit-button .btn-secondary, .product-edit-button .btn-white, .product-edit-button .btn-join-fb, .product-edit-button .btn-join-ggl, .product-edit-button .sw-image-edit__file-upload-button {
	float: none
}
}

@media all and (max-width: 480px) {
.product-edit-button .btn, .product-edit-button .btn-primary, .product-edit-button .btn-buy-now, .product-edit-button .btn-secondary, .product-edit-button .btn-white, .product-edit-button .btn-join-fb, .product-edit-button .btn-join-ggl, .product-edit-button .sw-image-edit__file-upload-button {
	width: 100%
}
}

@media all and (max-width: 700px) {
.product-slideshow .film-strip-holder, .product-slideshow .caption-box {
	display: none
}
}
.product-slideshow-film-strip-container {
	height: 82px
}
.product-slideshow-film-strip {
	height: 82px
}
.product-share-bar {
	display: block
}
.product-description {
	padding-top: 20px
}
.product-description-title h4 {
	display: inline-block
}
.product-description-content img {
	max-width: 100%
}
.product-permalink {
	margin: 0
}
.product-permalink .icon-permalink {
	padding-right: 5px
}
.product-comments #comments .preview-container {
	pointer-events: none;
	display: inline;
	top: 3px;
	right: 13px;
	right: 30px\9;
	width: 102px;
	height: 140px;
	overflow: hidden
}
.product-comments #comments .preview-container img#comment-file-preview, .product-comments #comments .preview-container img#supporter-file-preview {
	position: absolute;
	top: -10px;
	position: relative;
	float: left;
	right: 0;
	border: 1px solid #E8E8E8;
	max-height: 200px;
	width: 100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
.product-comments #comments .preview-container img#comment-file-preview.visible, .product-comments #comments .preview-container img#supporter-file-preview.visible {
	visibility: visible;
	-moz-transition: all 600ms ease 400ms;
	-o-transition: all 600ms ease 400ms;
	-webkit-transition: all 600ms ease;
	-webkit-transition-delay: 400ms;
	transition: all 600ms ease 400ms;
	top: 11px;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
.product-box-title {
	padding-left: 0.5em
}

@media all and (max-width: 700px) {
.product-purchase-form {
	width: 100%
}
}
.btn-buy-now {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px
}
.product-product-config-chooser .swatch-menu {
	max-width: 284px
}
.product-youtube-player {
	width: 625px;
	height: 365px
}
.landing-pages {
	color: #67757B;
	font-weight: normal
}
.landing-pages img {
	width: 100%;
	height: auto;
	vertical-align: top
}

@media all and (min-width: 960px) {
.landing-page-header .container, .landing-page-header .sw-grid, .landing-page-header .product-owner-banner, .contest-landingpage-header .container, .contest-landingpage-header .sw-grid, .contest-landingpage-header .product-owner-banner, .upload-page-header .container, .upload-page-header .sw-grid, .upload-page-header .product-owner-banner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto
}
}
.entry img {
	max-width: 100%;
	border-radius: 2px;
	margin: 0 auto
}
.landing-pages h2 {
	font-size: 2.2em;
	line-height: 1.3em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}

@media all and (min-width: 320px) and (max-width: 700px) {
.landing-pages h2 {
	font-size: 1.6em
}
}
.landing-subheadline {
	color: #67757b;
	margin-bottom: 30px
}
.landing-page-header, .contest-landingpage-header, .upload-page-header {
	background-size: cover;
	height: 500px;
	position: relative
}

@media all and (min-width: 700px) and (max-width: 960px) {
.landing-page-header, .contest-landingpage-header, .upload-page-header {
	padding: 5% 0 6% 0;
	height: auto
}
}

@media all and (min-width: 320px) and (max-width: 700px) {
.landing-page-header, .contest-landingpage-header, .upload-page-header {
	padding: 4% 0 5% 0;
	height: auto
}
}
.landing-page-header h1, .contest-landingpage-header h1, .upload-page-header h1 {
	font-size: 3.4em;
	margin: 0 0 16px 0;
	line-height: 1.1em;
	letter-spacing: -.5px;
	text-rendering: optimizeLegibility
}

@media all and (min-width: 320px) and (max-width: 700px) {
.landing-page-header h1, .contest-landingpage-header h1, .upload-page-header h1 {
	font-size: 1.8em;
	margin: 0 0 10px 0
}
}
.landing-page-header h2, .contest-landingpage-header h2, .upload-page-header h2 {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4em
}

@media all and (min-width: 320px) and (max-width: 700px) {
.landing-page-header h2, .contest-landingpage-header h2, .upload-page-header h2 {
	font-size: 0.9em
}
}
.better-together img {
	max-width: 16em;
	margin-top: 50px;
	opacity: 0.7
}
.value-props {
	background: #36566F;
	padding: 5% 0;
	position: relative
}
.value-props h4 {
	color: white;
	font-weight: bold;
	margin-bottom: 4%;
	-webkit-font-smoothing: antialiased
}
.value-props p {
	color: #b8c8d5;
	margin: 0
}

@media all and (max-width: 480px) {
.value-props p {
	margin: 0 0 20px 0
}
.value-props p:nth-child(3) {
	margin: 0
}
}
.how-it-works, .testimonials, .video-block, .tutorial-showcase, .tagged-products, .tool-help, .prizes, .partner-content, .get-started, .material-examples, #design-a-product, #upload-to-shapeways, #we-produce-it, #open-your-shop, #get-feedback, #share-with-the-world {
	padding: 6% 0
}
.how-it-works .sw-grid, .how-it-works .product-owner-banner, .testimonials .sw-grid, .testimonials .product-owner-banner, .video-block .sw-grid, .video-block .product-owner-banner, .tutorial-showcase .sw-grid, .tutorial-showcase .product-owner-banner, .tagged-products .sw-grid, .tagged-products .product-owner-banner, .tool-help .sw-grid, .tool-help .product-owner-banner, .prizes .sw-grid, .prizes .product-owner-banner, .partner-content .sw-grid, .partner-content .product-owner-banner, .get-started .sw-grid, .get-started .product-owner-banner, .material-examples .sw-grid, .material-examples .product-owner-banner, #design-a-product .sw-grid, #design-a-product .product-owner-banner, #upload-to-shapeways .sw-grid, #upload-to-shapeways .product-owner-banner, #we-produce-it .sw-grid, #we-produce-it .product-owner-banner, #open-your-shop .sw-grid, #open-your-shop .product-owner-banner, #get-feedback .sw-grid, #get-feedback .product-owner-banner, #share-with-the-world .sw-grid, #share-with-the-world .product-owner-banner {
	margin-top: 0
}
.how-it-works p strong {
	color: #445258;
	font-size: 1.15em;
	letter-spacing: .5px
}
.how-it-works ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
	list-style: none
}
.how-it-works ul {
	margin: 0
}
.how-it-works h3 {
	font-size: 3.5em;
	color: #4FC9FF;
	font-weight: 100;
	margin-bottom: 5px;
	line-height: 1em;
	-webkit-font-smoothing: subpixel-antialiased
}
.how-it-works p {
	margin: 0 0 10px 0
}
.testimonials {
	background: url(https://static1.sw-cdn.net/files/cms/landing-pages/poly-bg-transparent.png) top center no-repeat #4fc9ff;
	background-size: cover
}
.testimonials blockquote {
	background: white;
	font-style: normal;
	margin: 0;
	padding: 30px;
	font-size: 1.3em;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0 0
}

@media all and (min-width: 320px) and (max-width: 700px) {
.testimonials blockquote {
	font-size: 1em
}
}
.testimonials .author {
	text-transform: uppercase;
	position: relative;
	display: block;
	background: #e5f7ff;
	padding: 11px 30px 10px 30px;
	margin: 0 0 24px 0;
	font-size: 0.8em;
	letter-spacing: .5px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0;
	border-radius: 0 0 3px 3px
}
.testimonials .author .avatar {
	position: absolute;
	top: -24px;
	right: 4%;
	background: white;
	overflow: hidden;
	width: 54px;
	height: 54px;
	display: block;
	border: 3px solid white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.tutorial-showcase-row {
	display: block;
	padding: 0 0 24px 0;
	margin-bottom: 37px;
	height: 100%;
	border-bottom: 1px solid #edeff0
}
.sponsor-images .container {
	height: 220px;
	position: relative;
	margin: 0 auto
}
.sponsor-images p.entry {
	margin-bottom: 0
}
.sponsor-images p.entry img {
	border-radius: 0
}
.sponsor-images .span-4 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cta-button {
	font-size: 1.4em;
	padding: 14px 40px;
	min-width: 150px
}

@media all and (min-width: 320px) and (max-width: 700px) {
.cta-button {
	font-size: 1em;
	padding: 1em 1em 0.9em 1em
}
}
#modelUploadForm>small {
	font: normal normal 10px/12px Arial;
	line-height: 12px !important;
	margin: 0 !important;
	font-size: 10px !important
}
.get-started .action-button, .get-started .secondary-button {
	min-width: 318px
}
.span-percent .span-3 {
	width: 18% !important
}
.span-percent .span-3 img {
	max-width: 100%
}
.on-image {
	background-color: rgba(0,0,0,0.8);
	color: white
}
.on-image h3 {
	color: #FC695B
}
.how-it-works-nav {
	width: 100%;
	display: block;
	z-index: 10;
	padding: 20px 0;
	position: absolute;
	top: 400px
}
.how-it-works-nav.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 10;
	width: 100%;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 8px rgba(0,0,0,0.4)
}
.how-it-works-nav.fixed a {
	color: #67757B
}
.how-it-works-nav.fixed .hiw-nav-icon path {
	fill: #67757B
}
.hiw-nav-icon {
	margin-bottom: 4px;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.how-it-works-nav a {
	color: #f5f7f8;
	display: block;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-size: 0.8em;
	text-decoration: none;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.how-it-works-nav a .hiw-nav-icon path {
	fill: #f5f7f8
}
.how-it-works-nav a .step-nums {
	float: left;
	font-weight: 100;
	margin: 0 10px 0 0;
	font-size: 3em;
	line-height: 0.9em
}
.how-it-works-nav a:hover {
	color: #4FC9FF
}
.how-it-works-nav a:hover .hiw-nav-icon path {
	fill: #4FC9FF
}

@media all and (max-width: 700px) {
nav.fixed {
	display: none
}
.how-it-works-nav {
	display: none
}
}
.fade-hover {
	opacity: 1;
	display: block;
	height: 100%;
	transition: all 200ms ease-out
}
.fade-hover:hover {
	opacity: .75
}
.shop-banner {
	max-width: 960px;
	height: auto;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.shop-banner img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%
}
.shop-sections li {
	list-style: none;
	border-bottom: none
}
.shop-sections-dropdown, .shop-sort-dropdown {
	width: 140px
}
.shop-sections, .shop-sort, .shop-description {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}

@media all and (max-width: 480px) {
.shop-products {
	padding-right: 0
}
}
.mobile-shop-filters {
	list-style-type: none;
	padding-bottom: 20px;
	margin-left: 0;
	border-bottom: 1px solid #e0e3e5
}
.mobile-shop-filters li {
	display: inline-block
}
.printability-center-header {
	min-width: 1024px;
	padding: 20px 50px;
	background: #fbfbfb;
	color: #a1aaad;
	border-top: 1px solid #e0e3e5;
	position: relative;
	-moz-box-shadow: 0 3px 5px rgba(46,54,61,0.25);
	-webkit-box-shadow: 0 3px 5px rgba(46,54,61,0.25);
	box-shadow: 0 3px 5px rgba(46,54,61,0.25)
}
.printability-center-header h4 {
	display: inline
}
.printability-center-header a {
	display: inline
}
.printability-center-nav {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	float: left;
	color: #67757B
}
.printability-center-nav a {
	display: inline;
	font-weight: normal
}
.printability-center-nav.public-header {
	height: 39px;
	line-height: 38px
}
.printability-header-actions {
	float: right
}
.printability-header-actions a, .printability-header-actions div {
	margin-bottom: 0
}
.checks-sidebar {
	width: 264px;
	height: calc(100vh - 160px);
	overflow-x: hidden;
	overflow-y: scroll;
	display: inline-block;
	float: left;
	background: #f5f7f8;
	border-right: 1px solid #e0e3e5;
	margin: 0;
	padding: 0
}
.checks-sidebar .printability-icon {
	height: 20px;
	font-size: 18px
}
.checks-sidebar .printability-icon.pass {
	color: #95d04c
}
.checks-sidebar .printability-icon.maybe {
	color: #ffc035;
	font-size: 20px;
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 1px
}
.checks-sidebar .printability-icon.fail {
	color: #E54A3A
}
.checks-sidebar .printability-icon.null {
	color: #b4bbbd;
	font-size: 17px
}
.checks-sidebar .printability-icon.processing {
	background: url("/rrstatic/img/loading.gif") top no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px
}
.printability-center-container {
	display: block
}
.printability-center-container .with-border {
	border-top: 1px solid #e0e3e5
}
.automated-printability-checks-button-panel {
	border-top: 1px solid #e0e3e5;
	padding: 34px 34px 0 0;
	width: 714px;
	position: relative
}
.printability-center-content {
	width: calc(100% - 264px);
	display: inline-block;
	float: left
}
.printability-center-content .printability-guidelines-panel {
	display: inline-block;
	float: left;
	padding: 20px;
	width: 40%;
	height: calc(100vh - 160px);
	overflow-y: scroll;
	overflow-x: hidden;
	border-right: 1px solid #e0e3e5
}
.printability-center-content .printability-guidelines-panel p {
	margin-bottom: 20px;
	width: 100%
}
.printability-center-content .printability-vis-panel {
	width: 60%;
	height: calc(100vh - 160px);
	float: left;
	display: inline-block
}
.printability-center-content .wallthickness-old, .printability-center-content .wallthickness-heatmap {
	height: 100%;
	width: 100%
}
.printability-center-content .wallthickness-viz-toggle {
	position: absolute;
	padding: 6px 12px;
	margin-top: 70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fbfbfb;
	border: 1px solid #e0e3e5
}
.printability-center-content .x3dom-canvas {
	height: 100vh;
	width: 100%
}
.printability-center-content .printability-section-loading {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 20
}
.printability-center-x3dom .wall-thickness-fix-model-toggle {
	bottom: 158px
}
.printability-center-x3dom .wall-thickness-fixing-problem-area-selector {
	padding: 12px;
	bottom: 80px;
	background: white;
	margin: 0;
	-moz-box-shadow: 0 -2px 5px rgba(106,117,128,0.07);
	-webkit-box-shadow: 0 -2px 5px rgba(106,117,128,0.07);
	box-shadow: 0 -2px 5px rgba(106,117,128,0.07)
}
.printability-center-x3dom .wall-thickness-fixing-problem-area-selector button {
	overflow: visible
}
.printability-center-x3dom .wall-thickness-fixing-problem-area-selector .btn-white {
	overflow: visible
}
.printability-center-x3dom .wall-thickness-fixing-legend {
	bottom: 158px
}
.printability-center-x3dom .printability-center-progress-indicator {
	padding: 10px;
	top: 80%;
	left: 65%
}
.printability-center-x3dom #toolMenu {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	border-radius: 2px;
	margin: 10px
}
.printability-center-x3dom #toolMenu #toggleClippingMenu {
	float: left
}
.printability-center-x3dom #toolMenu .active {
	border: none;
	outline: none;
	background-color: white
}
.printability-center-x3dom #toolMenu input[type=range] {
	-webkit-appearance: none;
	background-color: silver;
	outline: none;
	width: 230px;
	height: 20px;
	border-radius: 2px
}
.printability-center-x3dom #toolMenu input[type="range"]::-webkit-slider-thumb {
-webkit-appearance:none;
background-color:white;
width:20px;
height:20px;
cursor:pointer;
border-radius:2px
}
.printability-center-x3dom #toolMenu label, .printability-center-x3dom #toolMenu span {
	color: #FFFFFF
}
.printability-center-x3dom .clipPlaneMenu {
	width: 250px;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px
}
.printability-center-x3dom .toolMenu-title {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin: 5px 30px 0 0
}
.checks-sidebar p {
	font-size: 13px;
	line-height: 145%;
	margin-bottom: 14px;
	width: 100%;
	clear: both
}
.checks-sidebar .more-content h4 {
	font-size: 1.1em
}
.checks-sidebar h4 {
	border-bottom: 1px solid #e0e3e5;
	margin: 0 0 20px 0;
	padding: 10px 0 5px;
	clear: both
}
.checks-sidebar h5 {
	clear: both;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px
}
.checks-sidebar h5 img {
	float: left;
	max-width: 140px;
	padding-right: 12px;
	margin-bottom: 20px
}
.checks-sidebar th {
	width: 140px;
	padding-right: 20px
}
.makerCheckHeader {
	float: left;
	width: 264px;
	color: #a1aaad;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 4px 0 4px 10px;
	background-color: #e4e9ec
}
.makerCheckHeader:hover {
	background: #e4e9ec;
	cursor: default;
	border-left: none
}
.makerCheckHeader:hover .makerCheckName {
	margin-left: 15px
}
.makerCheck {
	float: left;
	width: 264px;
	padding: 14px 0 12px 0;
	line-height: 18px
}
.makerCheck:hover {
	cursor: pointer;
	background-color: #ecf0f2;
	border-left: 5px solid #67757B
}
.makerCheck:hover .makerCheckName {
	margin-left: 10px
}
.makerCheck.selected {
	font-weight: bold;
	color: #08A3E9;
	border-left: 5px solid #08A3E9;
	width: 264px;
	padding: 6px 0 4px 0;
	margin: 8px 0
}
.makerCheck.selected .makerCheckName {
	margin-left: 10px
}
.makerCheck.selected:hover {
	background: none;
	cursor: default
}
.makerCheckValue {
	float: left;
	text-align: left
}
.makerCheckName {
	float: left;
	margin-left: 15px;
	width: 200px
}
.info-section-data {
	vertical-align: top
}
.info-section-data .guideline-content {
	min-width: 174px
}
.info-section-data .guideline-value {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top
}
.info-section-data .var {
	vertical-align: top;
	font-weight: bold
}
.infoSection img {
	max-width: 380px
}
.info-section-failures {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e3e5
}
.manual-deviation span {
	font-weight: bold;
	font-size: 16px
}
.manual-deviation-date {
	display: inline;
	float: right
}
.manual-deviation-description {
	padding-top: 8px
}
.manual-deviation-description label {
	color: #a1aaad;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.8em
}
.manual-deviation-photos p {
	display: inline;
	width: 50px
}
.getPrintabilityFeedback {
	min-height: 140px;
	margin: 20px 6px
}
.getPrintabilityFeedback h5 {
	font-weight: bold
}
.getPrintabilityFeedback input {
	width: 440px;
	margin-bottom: 10px;
	height: 30px
}
.getPrintabilityFeedback input:hover {
	cursor: text
}
.problem-area-selector {
	position: absolute;
	bottom: 0;
	padding: 20px;
	border-top: 1px solid #e0e3e5;
	-moz-box-shadow: 0 -2px 5px rgba(106,117,128,0.07);
	-webkit-box-shadow: 0 -2px 5px rgba(106,117,128,0.07);
	box-shadow: 0 -2px 5px rgba(106,117,128,0.07);
	width: 100%;
	background: #fff
}
.problem-area-selector button {
	overflow: visible
}
.problem-area-selector .btn-white {
	overflow: visible
}
.manual-rejections {
	height: 604px;
	margin: -7px -14px -7px -15px;
	background-color: #E0E3E6;
	overflow-y: scroll
}
.manual-rejections label {
	color: #b4bbbd;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px
}
.manual-rejections-header {
	position: relative;
	width: 561px;
	background-color: white;
	padding: 20px;
	color: #67757B;
	border-bottom: 1px solid #bbc2c6;
	-moz-box-shadow: 0 2px 4px rgba(46,54,61,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(46,54,61,0.1);
	box-shadow: 0 2px 4px rgba(46,54,61,0.1)
}
.manual-rejections-material-image {
	height: 50px;
	width: 82px
}
.manual-rejections-material-image img {
	height: 100%
}
.manual-rejections-model-info {
	width: 340px;
	margin-left: 10px
}
.manual-rejections-model-title {
	font-weight: bold;
	width: 100%
}
.manual-rejections-reasons {
	height: 440px;
	overflow-y: scroll
}
.manual-rejection-reason-container {
	margin: 20px;
	margin-top: 0;
	width: 519px;
	background-color: white;
	padding: 16px 20px;
	border: 1px solid #bbc2c6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 4px rgba(46,54,61,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(46,54,61,0.1);
	box-shadow: 0 1px 4px rgba(46,54,61,0.1)
}
.manual-rejection-reason-container:first-child {
	margin-top: 20px
}
.manual-rejection-reason-title {
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #183643;
	margin-bottom: 16px;
	font-size: 1.8em;
	color: #183643;
	width: 510px
}
.manual-rejections-material-title {
	color: #67757B
}
.manual-rejection-description {
	clear: both
}
.manual-rejection-description p {
	margin-bottom: 16px;
	line-height: 22px;
	color: #67757B
}
.manual-rejection-screenshot {
	clear: both
}
.manual-rejection-screenshot img {
	float: left;
	max-width: 520px
}
.manual-rejections-footer {
	clear: both;
	background: white;
	width: 561px;
	position: absolute;
	bottom: 0;
	padding: 20px;
	z-index: 998;
	border-top: 1px solid #bbc2c6;
	-moz-box-shadow: 0 -2px 4px rgba(46,54,61,0.1);
	-webkit-box-shadow: 0 -2px 4px rgba(46,54,61,0.1);
	box-shadow: 0 -2px 4px rgba(46,54,61,0.1)
}
.manual-rejections-update-button {
	float: right;
	margin-left: 30px
}
.manual-rejections-contact-button {
	top: 4px;
	position: relative
}
.printability-center-viz {
	height: calc(100% - 52px);
	width: 100%
}
.printability-center-viz iframe {
	height: 100%;
	width: 100%;
	overflow: hidden
}
.printability-center-viz .wall-thickness-fix-pricing {
	width: 20%;
	background-color: white;
	padding: 10px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	right: 20px;
	margin-top: 20px
}
.printability-center-viz .wall-thickness-fix-pricing .wt-fix-price {
	font-weight: bold
}
.printability-center-viz .wall-thickness-fix-pricing p {
	margin-bottom: 0
}
.printability-center-viz .automated-printability-checks-button-panel {
	width: 100%;
	height: auto;
	top: -86px;
	background: white;
	padding: 20px 30px 13px 0
}
.printability-center-viz .wall-thickness-fixing-shell-count {
	position: relative;
	top: 0;
	border-left: none;
	float: left;
	padding: 10px
}
.printability-center-viz .printability-center-progress-indicator {
	padding: 10px;
	top: 80%;
	left: 65%
}
.pc-tools-intro {
	border-bottom: 1px solid #e0e3e5;
	padding-bottom: 10px
}
.pc-tools-wsf-overview {
	padding-top: 10px
}
.is-admin .checks-sidebar {
	height: calc(100vh - 203px)
}
.is-admin .printability-guidelines-panel {
	height: calc(100vh - 203px)
}
.is-admin .printability-vis-panel {
	height: calc(100vh - 203px)
}
.is-admin {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	overflow-x: hidden
}
.pcenterapp .toolbar {
	display: none
}
.bounding-box-legend {
	position: absolute;
	background: #FFF;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	bottom: 30px;
	left: 30px;
	padding: 12px 14px 12px 4px
}
.bounding-box-legend-safe {
	width: 16px;
	height: 16px;
	background-color: #A2C57B;
	margin: 0px 5px -4px 5px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.bounding-box-legend-fail {
	width: 16px;
	height: 16px;
	background-color: #C24B54;
	margin: 0px 5px -4px 5px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-fixing-sidebar {
	padding: 0;
	border-right: 1px solid #e0e3e5
}
.wall-thickness-fixing-container {
	float: left
}
.wall-thickness-fixing-container .span-3 {
	width: 243px;
	height: 604px
}
.wall-thickness-fixing-container .container {
	margin: -7px 0 -7px -14px
}
.automated-printability-checks-asset-viewer {
	margin-right: -1px
}
.wall-thickness-fixing-sidebar h5 {
	margin: 0 0 0 0;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: none;
	color: #a1aaad
}
.wall-thickness-fixing-guidelines-section, .wall-thickness-fixing-model-dimensions-section, .wall-thickness-fixing-notes-section {
	border-bottom: 1px solid #e0e3e5;
	padding: 8px 12px 0px 12px;
	float: left
}
.wall-thickness-fixing-sharing-section {
	padding: 8px 12px 0px 12px;
	float: left
}
.wall-thickness-fixing-sharing-section input {
	width: 202px;
	margin-bottom: 12px
}
.wall-thickness-fixing-design-guidelines {
	font-size: 13px;
	padding: 10px 0 10px 10px;
	margin: 0 0 0 -10px;
	float: left;
	width: 220px
}
.wall-thickness-fixing-full-guidelines-link {
	font-size: 12px;
	float: right;
	padding: 5px 0 3px 0
}
.wall-thickness-fixing-guideline-title {
	max-width: 80px;
	float: left;
	font-weight: bold;
	margin: 13px 0 0 2px;
	color: #183643
}
.wall-thickness-fixing-material-details {
	border-left: 1px solid #e0e3e5;
	margin: -8px 0;
	padding: 0px 10px 0 10px;
	width: 236px
}
.wall-thickness-fixing-file-name-section {
	width: 226px;
	height: 36px
}
.wall-thickness-fixing-file-name {
	max-width: 226px;
	font-size: 14px;
	word-wrap: break-word;
	line-height: 1.3em;
	margin-bottom: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.wall-thickness-fixing-material-info {
	border-bottom: 1px solid #e0e3e5;
	padding: 8px 15px
}
.wall-thickness-fixing-material-info-name .span-1 {
	margin-right: 10px
}
.wall-thickness-fixing-material-info-name .span-1 .material-swatch {
	float: left;
	overflow: hidden
}
.wall-thickness-fixing-material-info-name .span-1 .material-swatch img {
	width: 100%;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-fixing-material-info-name {
	height: 39px
}
.wall-thickness-fixing-material-info-name .material-name {
	font-size: 14px;
	float: left;
	font-weight: bold;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 140px;
	line-height: 1.3em;
	margin-bottom: 0;
	color: #183643
}
.wall-thickness-fixing-notes {
	font-size: 13px;
	padding: 10px 0;
	margin: 0;
	width: 220px
}
.wall-thickness-fixing-notes p {
	line-height: 20px;
	color: #697075;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8eaec
}
.wall-thickness-fixing-notes p:last-child {
	margin-bottom: 0;
	border-bottom: none
}
.wall-thickness-fixing-problem-area-selector {
	padding: 10px 12px 6px 12px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #e0e3e5;
	background: white
}
.wall-thickness-fixing-problem-area-selector button {
	overflow: visible
}
.wall-thickness-fixing-problem-area-selector .btn-white {
	overflow: visible
}
.wall-thickness-fixing-problem-area-selector .problem-area-label {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.5px
}
.wall-thickness-fixing-shell-count {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: -62px;
	padding: 20px 12px 6px 12px;
	border-left: 1px solid #e0e3e5;
	height: 62px;
	width: 164px
}
.wall-thickness-fixing-shell-count .shell-count-label {
	margin-right: 5px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.5px
}
.wall-thickness-fixing-shell-count .shell-count-label #before-fix-shells {
	font-size: 14px;
	color: #183643;
	margin-left: 10px
}
.wall-thickness-fixing-shell-count .shell-count-label #after-fix-shells {
	font-size: 14px;
	color: #FC695B;
	margin-left: 10px
}
.wall-thickness-fixing-problem-viewpoints {
	display: inline
}
.printability-center-progress-indicator {
	padding: 5px;
	font-size: 14px;
	background-color: #D8DCDF;
	color: #67757B;
	text-align: center;
	position: absolute;
	top: 386px;
	left: 25%;
	width: 350px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-fix-model-toggle {
	position: absolute;
	background: white;
	border: 1px solid #e0e3e5;
	padding: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	bottom: 65px;
	left: 126px
}
.wall-thickness-fixing-model-price {
	float: left;
	margin-left: 27px;
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: 0.5px
}
.wall-thickness-fixing-price-labels {
	float: left;
	margin-right: 14px;
	color: #183643
}
.wall-thickness-fixing-price-labels span {
	display: inline
}
.wall-thickness-fixing-price-values {
	float: right;
	color: #183643
}
.wall-thickness-fixing-price-values span {
	display: inline;
	text-align: right
}
.wall-thickness-fixing-price-values span:first-child {
	margin-right: 10px
}
.wall-thickness-fixing-view-controller {
	border-bottom: 1px solid #e0e3e5;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 6px 0 5px 27px;
	margin-right: -1px
}
.wall-thickness-fixing-view-controller input {
	margin-right: 5px;
	cursor: pointer
}
.wall-thickness-fixing-view-input {
	margin-right: 15px;
	display: inline
}
.wall-thickness-fixing-legend {
	position: absolute;
	background: white;
	bottom: 65px;
	left: 20px
}
.wall-thickness-fixing-legend div.subtle-button-inset {
	background-color: #FFF;
	color: #616872;
	position: relative
}
.wall-thickness-fixing-legend-full {
	position: relative;
	background-color: #FFF;
	padding: 5px;
	color: #616872;
	border: 1px solid #e0e3e5;
	width: 85px;
	font-size: 0.8em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-webGL-note {
	position: relative;
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15%;
	width: 60%;
	background: #f5f7f8;
	padding: 20px;
	border: 1px solid #e0e3e5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-webGL-note span {
	display: block
}
.wall-thickness-fixing-legend-color-icon-safe {
	width: 16px;
	height: 16px;
	background-color: #A2C57B;
	margin: 0px 5px -4px 5px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-fixing-legend-color-icon-suspect {
	width: 16px;
	height: 16px;
	background-color: #EFDA5C;
	margin: 0px 5px -4px 5px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.wall-thickness-fixing-legend-color-icon-fixed {
	width: 16px;
	height: 16px;
	background-color: #73A2D8;
	margin: 0px 5px -4px 5px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.x3dom-canvas {
	cursor: move
}
.x3dom-canvas:focus {
	outline: none
}
#cancel-wall-thickness-fix {
	float: right;
	margin-right: 32px
}
.printability-failed {
	margin-left: 10px
}
.x3dom-view-loading {
	background: url("/rrstatic/img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 20vh
}
.x3dom-view-failure {
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh
}
.pc-persistent-toolbar {
	padding: 12px 0;
	background-color: #fbfbfb;
	border-bottom: 1px solid #e0e3e5
}
.printability-center-info-panel-toggle {
	font-size: 16px;
	color: #b4bbbd;
	z-index: 30;
	border-right: 1px solid #e0e3e5;
	display: inline-block;
	margin-top: 6px;
	padding-right: 10px
}
.printability-center-info-panel-toggle:hover {
	color: #67757B;
	cursor: pointer
}
.model-scaling-modal {
	height: auto;
	width: 502px;
	padding: 30px;
	float: left
}
.toolbar-scaling-tool {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.toolbar-scaling-tool li {
	display: inline-block
}
.toolbar-scaling-tool input[type="numeric"], .toolbar-scaling-tool input[type="text"] {
	width: 80px
}
.toolbar-scaling-tool .tall-select {
	width: 62px
}
.scaling-input-label {
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px
}
.scaling-tool-notice {
	font-size: 13px;
	margin-bottom: 0
}
.scaling-input {
	height: 39px
}
.scaling-input.notice {
	border: 1px solid #ffc545;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.scaling-input.error {
	border: 1px solid #ec999e;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.minict_wrapper {
	color: #445258;
	background: #fff;
	position: relative;
	height: 39px;
	width: 100%;
	border: 1px solid #e0e3e5;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.minict_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.minict_wrapper.disabled {
	background: #f5f7f8;
	text-shadow: 0 1px 0 #fff
}
.minict_wrapper.disabled span {
	color: #a1aaad !important
}
.minict_wrapper:after {
	content: "\25BC";
	display: block;
	position: absolute;
	height: 39px;
	width: 33px;
	top: 0;
	right: 0;
	font-size: 10px;
	line-height: 36px;
	text-align: center;
	color: #445258
}
.minict_wrapper.active:after {
	content: "\25B2"
}
.minict_wrapper.disabled:after {
	color: #bbb
}
.minict_wrapper span {
	display: block;
	border: 0;
	outline: none;
	background: none;
	color: #445258;
	font-size: 14px;
	height: 39px;
	line-height: 24px;
	padding: 6px 10px;
	cursor: default;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.minict_wrapper span:empty:before {
	content: attr(data-placeholder);
	color: #67757B;
	line-height: 22px
}
.minict_wrapper ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0 -1px;
	position: absolute;
	width: 100%;
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
	border: 1px solid #e0e3e5;
	border-top: 1px solid #e6e9ea;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	top: 36px;
	left: 0;
	max-height: 350px;
	overflow-y: auto;
	z-index: 999999
}
.minict_wrapper ul li {
	list-style: none;
	padding: 0 10px;
	cursor: pointer;
	background: #fff;
	height: 35px;
	line-height: 32px
}
.minict_wrapper ul li:hover {
	background: #f5f7f8;
	color: #445258
}
.minict_wrapper ul li.minict_group {
	color: #444;
	background: #f6f6f6;
	font-weight: bold;
	cursor: default
}
.minict_wrapper ul li.minict_empty {
	display: none;
	background: #fff !important;
	color: #bbb;
	text-align: center;
	font-size: 14px;
	font-size: 0.9rem;
	height: 55px;
	height: 3.5rem;
	line-height: 50px;
	line-height: 3.3rem
}
.minict_wrapper ul li.disabled {
	cursor: default;
	background: #fff !important;
	color: #a1aaad
}
.minict_wrapper ul li.selected {
	color: #445258;
	background: #e2e5e7
}
.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #67757B
}
.minict_wrapper ul li.hidden {
	display: none
}
.minict_wrapper .minict_reset {
	color: #A9A9A9;
	bottom: 0;
	display: none;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 30px;
	line-height: 1.9rem;
	position: absolute;
	right: 35px;
	right: 2.2rem;
	text-align: center;
	top: 0;
	text-decoration: none;
	width: 20px;
	width: 1.2rem;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out
}
.minict_wrapper .minict_reset:hover {
	color: #e0e0e0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out
}
.minict_wrapper .minict_reset:active {
	color: #636363
}
.minict_wrapper.disabled .minict_reset {
	display: none
}
.minict_wrapper.bubble {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.05);
	background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%)
}
.minict_wrapper.bubble:hover {
	border-color: #dcdcdc
}
.minict_wrapper.bubble:after {
	border-left: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 1px 0px 0px 0px #fff;
	box-shadow: inset 1px 0px 0px 0px #fff;
	height: 2.05rem
}
.minict_wrapper.bubble ul {
	top: 2.7rem;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
	border-radius: 6px;
	overflow: visible
}
.minict_wrapper.bubble ul:before {
	position: absolute;
	top: -11px;
	left: 19px;
	content: ".";
	color: transparent;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #e5e5e5 transparent
}
.minict_wrapper.bubble ul:after {
	position: absolute;
	top: -10px;
	left: 20px;
	content: ".";
	color: transparent;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent
}
.minict_wrapper.bubble ul li.minict_first {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
.minict_wrapper.bubble ul li.minict_last {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}
.minict_wrapper.bubble .minict_reset {
	width: 30px
}
.tag-editor {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	cursor: text;
	min-height: 74px;
	padding: 4px 6px 4px 0 !important
}
.tag-editor li {
	display: block;
	float: left;
	overflow: hidden;
	margin: 3px 0;
	line-height: 1.5
}
.tag-editor div {
	float: left;
	padding: 0 4px
}
.tag-editor .placeholder {
	padding: 0 8px;
	color: #445258;
	padding-top: 2px
}
.tag-editor .tag-editor-spacer {
	padding: 0;
	width: 6px;
	overflow: hidden;
	color: transparent;
	background: none
}
.tag-editor input {
	vertical-align: inherit;
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	cursor: text;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	box-shadow: none;
	background: none
}
.tag-editor input:focus {
	border: 0
}
.tag-editor-hidden-src {
	position: absolute !important;
	left: -99999px
}
.tag-editor ::-ms-clear {
display:none
}
.tag-editor .tag-editor-tag {
	padding-left: 5px;
	color: #005A81;
	background: #e5f7ff;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 3px;
	border-radius: 2px 0 0 2px;
	border: 1px solid rgba(0,0,0,0.15);
	border-right: none;
	font-size: 13px
}
.tag-editor .tag-editor-delete {
	color: #104A64;
	background: #e5f7ff;
	cursor: pointer;
	padding-right: 5px;
	padding-top: 6px;
	height: 26px;
	border-radius: 0 2px 2px 0;
	border: 1px solid rgba(0,0,0,0.15);
	border-left: none;
	font-size: 9px
}
.tag-editor .tag-editor-delete .icon-cancel {
	opacity: .4
}
.tag-editor .tag-editor-delete .icon-cancel:hover {
	opacity: 1
}
.tag-editor .tag-editor-tag.active-tag+.tag-editor-delete, .tag-editor .tag-editor-tag.active-tag+.tag-editor-delete i {
	background: none;
	cursor: text
}
.tag-editor .tag-editor-tag.active-tag {
	background: none !important;
	border: 0
}
.sw-state__checkbox--delete {
	display: none
}
.sw-state__checkbox--delete:checked+label {
	color: #EC3737
}
.sw--is-hidden {
	display: none
}
.sw--is-no-pointer-events {
	pointer-events: none
}
.sw--is-draggable {
	cursor: grab;
	cursor: -webkit-grab
}
.sw--is-draggable__dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	background-color: rgba(255,255,255,0.85);
	border-top: 1px solid #e0e3e5
}
.sw-product-discoverability--fieldset {
	overflow: visible
}
.sw-category-selector-container-master>div:nth-child(2n+1), .sw-shop-selector-container-master>div:nth-child(2n+1) {
	margin-right: 30px
}
.sw-product-discoverability--input-container {
	width: 345px
}
.sw-product-discoverability--input {
	width: 100%
}
.sw-shop-sections-label {
	width: 345px
}
.sw-input-text, .tag-editor, .cke_textarea_inline {
	cursor: text;
	color: #445258;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	border: 1px solid #c7cdd0;
	background: #fbfbfb;
	box-shadow: inset 0 1px 1px #D8DCDF;
	border-radius: 4px;
	transition: all 0.1s ease-in-out
}
.sw-input-text:focus, .tag-editor:focus, .cke_textarea_inline:focus {
	outline: 0;
	border: 1px solid #69d1ff;
	background: #fefefe
}
.sw-input-text__textarea, .cke_textarea_inline {
	letter-spacing: 0
}
.cke_textarea_inline {
	width: 100%;
	min-height: 112px
}
.sw-group-filter {
	padding: 5px;
	margin: 10px 0;
	border-color: #e0e3e5
}
.sw-group-filter__button-container {
	margin-left: 50px
}
.sw-group-filter-button {
	padding: 6px 10px;
	margin: 2px 0px;
	height: 26px;
	font-size: 0.9em;
	line-height: 1em;
	color: #67757B;
	cursor: pointer
}
.sw-group-filter-button:hover, .sw-group-filter-button:active {
	text-decoration: none;
	color: #67757B
}
.sw-group-filter__text {
	margin: 2px 7px
}
.sw-group-filter__button--selected {
	vertical-align: top;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #e5f7ff;
	color: #0075a7;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.sw-group-filter__button--selected:hover, .sw-group-filter__button--selected:active {
	color: #0075a7
}
.sw-image-edit {
	font-size: 0.9em;
	padding: 0
}
#model-sell-view .sw-image-edit p {
	font-size: inherit;
	line-height: inherit
}
.sw-image-edit__table {
	width: 100%;
	list-style: none;
	margin: 0
}
.sw-image-edit__tr {
	border-bottom: thin solid #e0e3e5
}
.sw-image-edit__td {
	display: table-cell;
	height: 80px;
	font-size: 0.9em;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal
}
.sw-image-edit__td--thead {
	font-size: 0.8em;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	color: #445258;
	height: auto;
	margin: 5px 0
}
.sw-image-edit__td--preview {
	width: 100px
}
.sw-image-edit__td--type {
	width: 83px
}
.sw-image-edit__td--material {
	width: 155px;
	padding-right: 15px
}
.sw-image-edit__td--caption {
	width: 310px;
	padding-right: 18px
}
.sw-image-edit__td--priority {
	width: 100px
}
.sw-image-edit__td--actions {
	width: 33px;
	padding-right: 1.5em;
	text-align: center;
	opacity: 0.4
}
.sw-image-edit__td--actions:hover {
	opacity: 1
}
.sw-image-edit__file-upload {
	font-size: 0.9em;
	line-height: 16px;
	font-weight: normal;
	margin: 20px auto 0 auto
}
.sw-image-edit__thumb {
	width: 83px;
	height: 62px;
	vertical-align: middle
}
.sw-image-edit__material-label {
	font-weight: 500;
	color: #91B6C7;
	display: block;
	letter-spacing: .5px
}
.sw-image-edit__image-type-button {
	display: block
}
.sw-image-edit__material-selector {
	width: 140px
}
.sw-image-edit__caption {
	width: 100%;
	height: 39px;
	resize: none;
	padding: 10px;
	vertical-align: middle;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.sw-image-edit__priority {
	width: 5em;
	height: 39px;
	vertical-align: middle
}
.sw-image-edit__file-upload-input {
	display: none
}
.sw-image-edit__file-upload-button {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;
	width: 160px;
	height: 39px
}
@-webkit-keyframes fade-to-background {
100% {
color:#67757B
}
}
.sw-inline-text--saved, .sw-inline-text--failed {
	animation-name: 'fade-to-background';
	-webkit-animation-name: 'fade-to-background';
	animation-duration: 2000ms;
	-webkit-animation-duration: 2000ms;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards
}
.sw-inline-text--empty {
	position: relative
}
.sw-inline-text--empty:before {
	position: absolute;
	top: 0;
	left: 0;
	content: 'Add some text...';
	color: #b4bbbd;
	line-height: 2em
}
.sw-inline-text--saved {
	color: #cce8a4
}
.sw-inline-text--failed {
	color: #EC3737
}
.sw-inline-text--updating {
	opacity: 0.25
}
.sw-input.sw-input--is-error, textarea.sw-input.sw-input--is-error, input[type="text"].sw-input.sw-input--is-error, input[type="tel"].sw-input.sw-input--is-error, input[type="number"].sw-input.sw-input--is-error, input[type="search"].sw-input.sw-input--is-error, input[type="password"].sw-input.sw-input--is-error, input[type="email"].sw-input.sw-input--is-error, input[type="url"].sw-input.sw-input--is-error, input[type="search"].sw-input.sw-input--is-error {
	color: #CC3F30;
	border: 1px solid #CC3F30
}
.sw-loading-spinner {
	background: url("/rrstatic/img/loading.gif") center no-repeat;
	width: 32px;
	height: 32px
}
.sw-product-edit-details__title-field {
	line-height: 1.375em;
	width: 100%
}
.sw-product-edit-details__description-field {
	width: 100%;
	min-height: 160px;
	resize: vertical
}
.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
}
.sw-notification-counter--user {
	top: -6px;
	right: 6px
}
.sw-inline-message-count {
	position: relative;
	top: 5px;
	left: 30px
}
.sw-product-summary {
	position: relative
}
.sw-product-summary__selector--inch {
	border-radius: 2px 0px 0px 2px;
	width: 45px
}
.sw-product-summary__selector--cm {
	border-radius: 0px 2px 2px 0px;
	width: 45px
}
.sw-product-summary__unit-select {
	right: 0;
	top: 0;
	position: absolute
}
.sw-product-summary__image-thumb {
	width: 99px;
	height: 74px;
	position: relative;
	overflow: hidden
}
.sw-product-summary__image-thumb img {
	width: 99px;
	height: 74px
}
.sw-product-summary__dimension-header {
	font-size: 11px;
	text-transform: uppercase;
	width: 75px
}
.sw-product-summary__dimension {
	color: #183643;
	width: 75px
}
.sw-product-summary__product-name-container {
	padding-left: 110px;
	padding: 0 10px 0px 110px;
	font-weight: bold
}
.sw-product-summary__product-name {
	font-weight: bold;
	color: #445258
}
.sw-product-summary__description-container {
	width: -webkit-calc(100% - 235px);
	width: calc(100% - 235px);
	min-width: 320px
}
.sw-product-summary__description-container--stock {
	min-width: 320px
}
.sw-product-summary__material-description {
	font-weight: normal
}

@media all and (max-width: 900px) {
.sw-product-summary__description-container {
	width: 100%
}
}
.sw-state__checkbox--delete {
	display: none
}
.sw-state__checkbox--delete:checked+label {
	color: #EC3737
}
.sw--is-hidden {
	display: none
}
.sw--is-no-pointer-events {
	pointer-events: none
}
.sw--is-draggable {
	cursor: grab;
	cursor: -webkit-grab
}
.sw--is-draggable__dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	background-color: rgba(255,255,255,0.85);
	border-top: 1px solid #e0e3e5
}

/*面包屑*/
.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;
}

