@charset "utf-8";
@import "stylesheet.css";
#save-messages {
	position:fixed;
	width:100%;
	max-width:980px;
	z-index:10000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.saving-message,.saving-error,.saved-message {
	border:1px solid;
	border-radius:5px;
	display:none;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	position:absolute;
	padding:0 8px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.saving-message {
	background-color:#E5F4F7;
	border-color:#CCE9F0;
}
.saving-message .spinner-small {
	display:inline-block;
	margin-right:6px;
	position:relative;
	top:4px;
}
.saving-error {
	background-color:#FFF8D2;
	border-color:#FFDC1E;
}
.saved-message {
	background-color:#E4F3D9;
	border-color:#7AC142;
}
.saved-message .ss-check {
	color:#7AC142;
	margin-right:6px;
	position:relative;
	top:2px;
}
@media screen and (max-width:560px) {
	#save-messages {
		margin-top:-6px;
		left:0;
	}
	.saving-message,.saving-error,.saved-message {
		border-radius:0;
	}
}
.info-group {
	margin-bottom:18px;
}
.info-group h6 {
	font-size:11px;
	font-weight:normal;
}
.info-group p {
	font-size:14px;
	margin-bottom:0;
}
.info-group span.note {
	color:#666;
	font-size:11px;
	margin-left:8px;
}
.info-group p.note {
	color:#666;
	font-size:11px;
}
.form-group {
	background-color:#f5f5f2;
	margin-bottom:21px;
	padding:18px 0;
}
p.terms,.submit {
	padding-left:135px;
	padding-bottom:18px;
	margin-top:24px;
	float:left;
	clear:left;
}
.de p.terms,.de .submit {
	padding-left:0;
}
p.terms {
	color:#666;
	margin-top:21px;
}
p.terms-stacked,.submit-stacked {
	padding-left:0;
}
.submit .button-medium {
	float:left;
}
.submit .submit-note {
	float:left;
	line-height:28px;
	margin-left:12px;
	vertical-align:baseline;
	width:400px;
	font-size:12px;
}
.de .submit .submit-note {
	width:600px;
	margin-left:0;
}
.input-group {
	position:relative;
	clear:left;
}
.input-group .label,.input-group label {
	display:inline-block;
	width:150px;
	float:left;
	text-align:right;
	margin-right:15px;
	margin-top:6px;
	margin-bottom:0px;
	color:#333;
	font-size:12px;
}
.input-group label.disabled-label {
	color:#7f7f7f;
}
.de .info-and-appearance .input-group .label,.de .info-and-appearance .input-group label {
	display:block;
	width:auto;
	float:none;
	text-align:left;
	margin-top:0;
	margin-bottom:6px;
}
.input-group label .language-name {
	font-weight:normal;
	display:block;
	color:#666;
	margin-top:2px;
}
.input-group label .language-name-inline,.de .info-and-appearance .input-group label .language-name {
	display:inline;
	margin-top:0;
	padding-left:8px;
}
.input-group .input-message {
	margin-left:165px;
	color:#999;
	width:300px;
	margin-top:4px;
	line-height:140%;
}
.input-group .label-strong {
	font-weight:bold;
}
.input-group .label-hidden {
	display:none;
}
.input-group input.text,.input-group textarea.text {
	color:#333;
	background-color:#FFF;
	font-size:12px;
	margin:0 0 0.2em 0;
	padding:6px;
	width:278px;
	border:1px solid #959595;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	font-family: MarkPro-Book,Source Sans Pro,sans-serif;
}
.input-group input.text-small {
	width:60px;
}
.input-group-stacked {
	margin-bottom:4px;
}
.input-group.input-group-stacked label {
	margin-bottom:4px;
	width:auto;
	display:block;
	float:none;
}
.input-group.input-group-stacked label,.input-group.input-group-stacked input.text,.input-group.input-group-stacked textarea.text {
	text-align:left;
}
.input-group input.text:focus {
	color:#000;
	border:1px solid #666666;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.input-group .focus_help {
	font-size:12px;
	color:#999;
	position:absolute;
	left:435px;
	top:23px;
}
.input-group select {
	margin:6px 0;
}
.input-group textarea:focus {
	color:#000;
	border:1px solid #272727;
	border-right:1px solid #6F6F6F;
	border-bottom:1px solid #6F6F6F;
}
.input-group-checkbox {
	float:left;
	clear:left;
	padding-top:8px;
}
.radio-group {
	font-size:12px;
	line-height:18px;
}
.radio-group label {
	display:inline;
	margin:0 10px 2px 2px;
}
optgroup {
	font-style:normal;
}
.input-group-error label,.input-group-error-label-only label {
	color:#A80308 !important;
}
.input-group-error label.radio-label,.input-group-error-label-only label.radio-label {
	color:inherit !important;
}
.input-group-error input.text,.input-group-error input:focus.text,.input-group-error textarea,.input-group-error textarea:focus,.input-group-error textarea.text,.input-group-error textarea.text:focus {
	border-color:#A80308 !important;
}
.input-group input.error,.input-group input:focus.error,.input-group textarea.error,.input-group textarea:focus.error {
	border-color:#A80308 !important;
	margin-bottom:0;
}
.inline-error,.input-group-error .inline-error {
	color:#A80308 !important;
}
.inline-input-error-message {
	display:none;
	clear:left;
	float:left;
	border:1px solid pink;
	background-color:#FFEEEE;
	border-top:none;
	padding:4px 8px;
	margin-bottom:8px;
	color:#A80308;
}
.address-form .submit-address {
	padding-left:165px;
}
.address-form div.inline-error {
	margin-left:165px;
	display:none;
}
.mailing-address-form div.inline-error {
	display:none;
}
.de .address-form .submit-address {
	padding-left:0;
}
.address-form .input-group {
	margin:0;
	padding:0;
	height:auto;
	border-bottom:0;
}
.address-form .input-group label {
	margin-top:12px;
}
.address-form .select-group label {
	margin-top:8px;
}
.address-form .input-group input {
	margin:4px 0 4px 0;
}
.address-form .input-group input.street2 {
	margin-left:165px;
}
.address-form .select-group select {
	width:292px;
}
p.submit-address {
	padding-left:165px;
}
.de p.submit-address {
	padding-left:0;
}
.credit-cards input {
	padding:0;
	margin:7px 4px 0 0;
	vertical-align:top;
}
.credit-cards label,.de .input-group .credit-cards label {
	width:58px;
	height:24px;
	text-align:left;
	float:left;
	background-repeat:no-repeat;
	background-position:20px 0;
	margin:0 10px 10px 0;
}
.credit-cards .visa {
	background-image:url(../images/icon_visa.gif);
}
.credit-cards .mastercard {
	background-image:url(../images/icon_mastercard.gif);
}
.credit-cards .discover {
	background-image:url(../images/icon_discover.gif);
}
.credit-cards .amex {
	background-image:url(../images/icon_amex.gif);
}
.credit-cards label span {
	display:none;
}
div.disabled,span.disabled {
	display:none;
}
.inline-search {
	margin:0;
	padding:0;
}
.inline-search input.placeholder {
	color:#999;
}
.inline-search input.text {
	padding:4px 4px 5px 4px;
}
.inline-search .button-medium {
	margin:0;
	vertical-align:top;
}
#exposeMask.smooth {
	-webkit-transition:200ms opacity ease;
	-moz-transition:200ms opacity ease;
	-o-transition:200ms opacity ease;
	transition:200ms opacity ease;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:0;
	filter:alpha(opacity=0);
	display:none;
}
.overlay {
	padding:15px;
	display:none;
	z-index:10000;
	width:720px;
	background:#666666;
	background:rgba(0,0,0,0.5);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-align:left;
}
.overlay.smooth {
	-webkit-transition:opacity 300ms ease,-webkit-transform 300ms ease;
	-moz-transition:opacity 300ms ease,-moz-transform 300ms ease;
	-o-transition:opacity 300ms ease,-o-transform 300ms ease;
	transition:opacity 300ms ease,transform 300ms ease;
	-webkit-transform:translate3d(0,0,0) scale(0.98);
	-moz-transform:translate3d(0,0,0) scale(0.98);
	-o-transform:translate3d(0,0,0) scale(0.98);
	transform:translate3d(0,0,0) scale(0.98);
	opacity:0;
	filter:alpha(opacity=0);
}
.overlay.smooth.show {
	-webkit-transform:scale(1);
	opacity:1;
	filter:alpha(opacity=100);
}
.overlay-content {
	background-color:#FFF;
	overflow:hidden;
}
.overlay-content .button-remove.close {
	cursor:pointer;
	position:absolute;
	right:3px;
	top:5px;
}
.overlay-content .ss-delete.close {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#0192B5;
	cursor:pointer;
	font-size:10px;
	height:16px;
	line-height:16px;
	position:absolute;
	right:5px;
	text-align:center;
	top:5px;
	width:16px;
	z-index:2;
}
.overlay-content .ss-delete.close:hover {
	text-decoration:none;
	background:#99D3E1;
	background-color:#99D3E1;
	background-color:transparent\9;
	color:#FFF;
	color:#333 \9;
}
.overlay-content .tabs {
	margin-bottom:10px;
}
.overlay h1 {
	margin-bottom:8px;
}
.overlay h2 {
	font-size:16px;
	margin-bottom:0px;
}
.overlay h3 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
.overlay .section {
	padding:0 16px;
}
.overlay .overlay-body {
	padding:8px;
}
.overlay .overlay-body p {
	line-height:17px;
}
.overlay .overlay-body ul {
	list-style-type:disc;
	margin-left:18px;
}
.overlay .overlay-body ol {
	margin-left:24px;
}
.overlay-body .overlay-tab-content {
	display:none;
}
.overlay-body .overlay-tab-content.active {
	display:block;
}
.overlay .overlay-header {
	padding:9px 8px 7px;
	border-bottom:1px solid #DDD;
	position:relative;
}
.overlay .tabbed {
	padding-top:0;
}
.overlay .overlay-header p {
	color:#666;
	line-height:18px;
}
.overlay .overlay-footer {
	background-color:#F5F5F1;
	padding:8px 8px 0;
	clear:both;
	height:34px;
	line-height:24px;
	position:relative;
}
.overlay .overlay-footer .fakelink {
	vertical-align:middle;
}
.overlay .overlay-footer .primary-actions {
	float:right;
}
.overlay .overlay-footer .primary-actions .refund-submit {
	float:left;
}
.overlay .overlay-footer .secondary-actions {
	float:left;
	line-height:24px;
}
.overlay .overlay-footer .spinner-small {
	float:right;
	margin:5px;
}
.overlay-narrow {
	width:420px;
}
#currency-suggest .overlay-body {
	display:none;
}
.overlay-content .tabs li {
	margin-bottom:0;
}
#bad-translation-id .overlay-content h2 {
	margin:0 0 4px 0;
	color:#000;
}
#bad-translation-id .overlay-content ul {
	margin:0 0 10px 18px;
	line-height:16px;
}
#bad-translation-id .overlay-content .suggestion label {
	display:block;
	margin-bottom:4px;
}
#bad-translation-id .overlay-content .suggestion input {
	color:#333;
	font-size:12px;
	margin:0 0 0.2em 0;
	padding:6px;
	width:278px;
	border:1px solid #959595;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	font-family: MarkPro-Book,Source Sans Pro,sans-serif;
}
#bad-translation-id .overlay-content .suggestion input:focus {
	color:#000;
	border:1px solid #666666;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
#loading-overlay .spinner-large {
	margin:24px auto;
}
#loading-overlay p {
	padding:8px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.overlay-borderless.overlay {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #BFBFBF;
	border:1px solid rgba(0,0,0,0.25);
	padding:0;
	background-color:#FFF;
	box-shadow:0 0 20px #bbb;
	box-shadow:0 0 20px rgba(0,0,0,0.15);
	width:500px;
	color:#333;
}
.overlay-borderless .overlay-content {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.overlay-borderless .overlay-header {
	padding:0;
	border:0 none;
	border-bottom:1px solid #DFE1E1;
}
.overlay-borderless .overlay-header h2 {
	background-color:#F5F5F1;
	padding:17px 21px 16px;
	margin:0;
	border-top:1px solid white;
	font-size:21px;
	font-weight:normal;
	line-height:26px;
	text-shadow:0 1px 0 #fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.overlay-borderless .overlay-header h2 span {
	color:#999;
	clear:left;
}
.overlay-borderless .tabs {
	margin-top:0;
	margin-bottom:0;
	background:#f5f5f1;
	border-bottom:1px solid #DFE1E1;
	border-top:1px solid #FFF;
	border-radius:5px 5px 0 0;
}
.overlay-borderless .tabs li {
	margin-top:20px;
}
.overlay-borderless .overlay-content {
	overflow:visible;
}
.overlay-borderless .overlay-body {
	padding:19px 21px;
}
.overlay-borderless.overlay .overlay-footer {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	height:auto;
	padding:11px 21px 13px;
	border-top:1px solid #C5E7F7;
	background-color:#e9f6fc;
}
.overlay-borderless.overlay .overlay-footer .button-large {
	margin:0;
	float:left;
}
a.bogus {
	top:0;
}
@font-face {
	font-family:"SSStandard";
	src:url("../fonts/ss-standard.eot");
	src:url("../fonts/ss-standardd41d.eot?#iefix") format('embedded-opentype'),url("../fonts/ss-standard.woff") format('woff'),url("../fonts/ss-standard.ttf") format('truetype');
	font-weight:normal;
	font-style:normal;
}
html:hover [class^="ss-"] {
	-ms-zoom:1;
}
.ss-icon,.ss-icon.ss-standard,[class^="ss-"]:before,[class*=" ss-"]:before,[class^="ss-"].ss-standard:before,[class*=" ss-"].ss-standard:before,[class^="ss-"].right:after,[class*=" ss-"].right:after,[class^="ss-"].ss-standard.right:after,[class*=" ss-"].ss-standard.right:after {
	font-family:"SSStandard";
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-rendering:optimizeLegibility;
	white-space:nowrap;
	-moz-font-feature-settings:"liga=1";
	-moz-font-feature-settings:"liga";
	-ms-font-feature-settings:"liga" 1;
	-o-font-feature-settings:"liga";
	font-feature-settings:"liga";
	-webkit-font-smoothing:antialiased;
}
[class^="ss-"].right:before,[class*=" ss-"].right:before {
	display:none;
	content:'';
}
.ss-cursor:before,.ss-cursor.right:after {
	content:'';
}
.ss-crosshair:before,.ss-crosshair.right:after {
	content:'⌖';
}
.ss-search:before,.ss-search.right:after {
	content:'🔎';
}
.ss-zoomin:before,.ss-zoomin.right:after {
	content:'';
}
.ss-zoomout:before,.ss-zoomout.right:after {
	content:'';
}
.ss-view:before,.ss-view.right:after {
	content:'👀';
}
.ss-attach:before,.ss-attach.right:after {
	content:'📎';
}
.ss-link:before,.ss-link.right:after {
	content:'🔗';
}
.ss-move:before,.ss-move.right:after {
	content:'';
}
.ss-write:before,.ss-write.right:after {
	content:'✎';
}
.ss-writingdisabled:before,.ss-writingdisabled.right:after {
	content:'';
}
.ss-erase:before,.ss-erase.right:after {
	content:'✐';
}
.ss-compose:before,.ss-compose.right:after {
	content:'📝';
}
.ss-lock:before,.ss-lock.right:after {
	content:'🔒';
}
.ss-unlock:before,.ss-unlock.right:after {
	content:'🔓';
}
.ss-key:before,.ss-key.right:after {
	content:'🔑';
}
.ss-backspace:before,.ss-backspace.right:after {
	content:'⌫';
}
.ss-ban:before,.ss-ban.right:after {
	content:'🚫';
}
.ss-trash:before,.ss-trash.right:after {
	content:'';
}
.ss-target:before,.ss-target.right:after {
	content:'◎';
}
.ss-tag:before,.ss-tag.right:after {
	content:'';
}
.ss-bookmark:before,.ss-bookmark.right:after {
	content:'🔖';
}
.ss-flag:before,.ss-flag.right:after {
	content:'⚑';
}
.ss-like:before,.ss-like.right:after {
	content:'👍';
}
.ss-dislike:before,.ss-dislike.right:after {
	content:'👎';
}
.ss-heart:before,.ss-heart.right:after {
	content:'♥';
}
.ss-halfheart:before,.ss-halfheart.right:after {
	content:'';
}
.ss-star:before,.ss-star.right:after {
	content:'⋆';
}
.ss-halfstar:before,.ss-halfstar.right:after {
	content:'';
}
.ss-sample:before,.ss-sample.right:after {
	content:'';
}
.ss-crop:before,.ss-crop.right:after {
	content:'';
}
.ss-layers:before,.ss-layers.right:after {
	content:'';
}
.ss-fill:before,.ss-fill.right:after {
	content:'';
}
.ss-stroke:before,.ss-stroke.right:after {
	content:'';
}
.ss-phone:before,.ss-phone.right:after {
	content:'📞';
}
.ss-phonedisabled:before,.ss-phonedisabled.right:after {
	content:'';
}
.ss-rss:before,.ss-rss.right:after {
	content:'';
}
.ss-facetime:before,.ss-facetime.right:after {
	content:'';
}
.ss-reply:before,.ss-reply.right:after {
	content:'↩';
}
.ss-send:before,.ss-send.right:after {
	content:'';
}
.ss-mail:before,.ss-mail.right:after {
	content:'✉';
}
.ss-inbox:before,.ss-inbox.right:after {
	content:'📥';
}
.ss-chat:before,.ss-chat.right:after {
	content:'💬';
}
.ss-ellipsischat:before,.ss-ellipsischat.right:after {
	content:'';
}
.ss-ellipsis:before,.ss-ellipsis.right:after {
	content:'…';
}
.ss-user:before,.ss-user.right:after {
	content:'👤';
}
.ss-femaleuser:before,.ss-femaleuser.right:after {
	content:'👧';
}
.ss-users:before,.ss-users.right:after {
	content:'👥';
}
.ss-cart:before,.ss-cart.right:after {
	content:'';
}
.ss-creditcard:before,.ss-creditcard.right:after {
	content:'💳';
}
.ss-dollarsign:before,.ss-dollarsign.right:after {
	content:'💲';
}
.ss-barchart:before,.ss-barchart.right:after {
	content:'📊';
}
.ss-piechart:before,.ss-piechart.right:after {
	content:'';
}
.ss-box:before,.ss-box.right:after {
	content:'📦';
}
.ss-home:before,.ss-home.right:after {
	content:'⌂';
}
.ss-buildings:before,.ss-buildings.right:after {
	content:'🏢';
}
.ss-warehouse:before,.ss-warehouse.right:after {
	content:'';
}
.ss-globe:before,.ss-globe.right:after {
	content:'🌎';
}
.ss-navigate:before,.ss-navigate.right:after {
	content:'';
}
.ss-compass:before,.ss-compass.right:after {
	content:'';
}
.ss-signpost:before,.ss-signpost.right:after {
	content:'';
}
.ss-map:before,.ss-map.right:after {
	content:'';
}
.ss-location:before,.ss-location.right:after {
	content:'';
}
.ss-pin:before,.ss-pin.right:after {
	content:'📍';
}
.ss-database:before,.ss-database.right:after {
	content:'';
}
.ss-hdd:before,.ss-hdd.right:after {
	content:'';
}
.ss-music:before,.ss-music.right:after {
	content:'♫';
}
.ss-mic:before,.ss-mic.right:after {
	content:'🎤';
}
.ss-volume:before,.ss-volume.right:after {
	content:'🔈';
}
.ss-lowvolume:before,.ss-lowvolume.right:after {
	content:'🔉';
}
.ss-highvolume:before,.ss-highvolume.right:after {
	content:'🔊';
}
.ss-airplay:before,.ss-airplay.right:after {
	content:'';
}
.ss-camera:before,.ss-camera.right:after {
	content:'📷';
}
.ss-picture:before,.ss-picture.right:after {
	content:'🌄';
}
.ss-video:before,.ss-video.right:after {
	content:'📹';
}
.ss-play:before,.ss-play.right:after {
	content:'▶';
}
.ss-pause:before,.ss-pause.right:after {
	content:'';
}
.ss-stop:before,.ss-stop.right:after {
	content:'■';
}
.ss-record:before,.ss-record.right:after {
	content:'●';
}
.ss-rewind:before,.ss-rewind.right:after {
	content:'⏪';
}
.ss-fastforward:before,.ss-fastforward.right:after {
	content:'⏩';
}
.ss-skipback:before,.ss-skipback.right:after {
	content:'⏮';
}
.ss-skipforward:before,.ss-skipforward.right:after {
	content:'⏭';
}
.ss-eject:before,.ss-eject.right:after {
	content:'⏏';
}
.ss-repeat:before,.ss-repeat.right:after {
	content:'🔁';
}
.ss-replay:before,.ss-replay.right:after {
	content:'↺';
}
.ss-shuffle:before,.ss-shuffle.right:after {
	content:'🔀';
}
.ss-book:before,.ss-book.right:after {
	content:'📕';
}
.ss-openbook:before,.ss-openbook.right:after {
	content:'📖';
}
.ss-notebook:before,.ss-notebook.right:after {
	content:'📓';
}
.ss-newspaper:before,.ss-newspaper.right:after {
	content:'📰';
}
.ss-grid:before,.ss-grid.right:after {
	content:'';
}
.ss-rows:before,.ss-rows.right:after {
	content:'';
}
.ss-columns:before,.ss-columns.right:after {
	content:'';
}
.ss-thumbnails:before,.ss-thumbnails.right:after {
	content:'';
}
.ss-filter:before,.ss-filter.right:after {
	content:'';
}
.ss-desktop:before,.ss-desktop.right:after {
	content:'💻';
}
.ss-laptop:before,.ss-laptop.right:after {
	content:'';
}
.ss-tablet:before,.ss-tablet.right:after {
	content:'';
}
.ss-cell:before,.ss-cell.right:after {
	content:'📱';
}
.ss-battery:before,.ss-battery.right:after {
	content:'🔋';
}
.ss-highbattery:before,.ss-highbattery.right:after {
	content:'';
}
.ss-mediumbattery:before,.ss-mediumbattery.right:after {
	content:'';
}
.ss-lowbattery:before,.ss-lowbattery.right:after {
	content:'';
}
.ss-emptybattery:before,.ss-emptybattery.right:after {
	content:'';
}
.ss-lightbulb:before,.ss-lightbulb.right:after {
	content:'💡';
}
.ss-downloadcloud:before,.ss-downloadcloud.right:after {
	content:'';
}
.ss-download:before,.ss-download.right:after {
	content:'';
}
.ss-uploadcloud:before,.ss-uploadcloud.right:after {
	content:'';
}
.ss-upload:before,.ss-upload.right:after {
	content:'';
}
.ss-fork:before,.ss-fork.right:after {
	content:'';
}
.ss-merge:before,.ss-merge.right:after {
	content:'';
}
.ss-transfer:before,.ss-transfer.right:after {
	content:'⇆';
}
.ss-refresh:before,.ss-refresh.right:after {
	content:'↻';
}
.ss-sync:before,.ss-sync.right:after {
	content:'';
}
.ss-loading:before,.ss-loading.right:after {
	content:'';
}
.ss-wifi:before,.ss-wifi.right:after {
	content:'';
}
.ss-connection:before,.ss-connection.right:after {
	content:'';
}
.ss-file:before,.ss-file.right:after {
	content:'📄';
}
.ss-folder:before,.ss-folder.right:after {
	content:'📁';
}
.ss-quote:before,.ss-quote.right:after {
	content:'"';
}
.ss-text:before,.ss-text.right:after {
	content:'';
}
.ss-font:before,.ss-font.right:after {
	content:'';
}
.ss-print:before,.ss-print.right:after {
	content:'⎙';
}
.ss-fax:before,.ss-fax.right:after {
	content:'📠';
}
.ss-list:before,.ss-list.right:after {
	content:'';
}
.ss-layout:before,.ss-layout.right:after {
	content:'';
}
.ss-action:before,.ss-action.right:after {
	content:'';
}
.ss-redirect:before,.ss-redirect.right:after {
	content:'↪';
}
.ss-expand:before,.ss-expand.right:after {
	content:'⤢';
}
.ss-contract:before,.ss-contract.right:after {
	content:'';
}
.ss-help:before,.ss-help.right:after {
	content:'❓';
}
.ss-info:before,.ss-info.right:after {
	content:'ℹ';
}
.ss-alert:before,.ss-alert.right:after {
	content:'⚠';
}
.ss-caution:before,.ss-caution.right:after {
	content:'⛔';
}
.ss-logout:before,.ss-logout.right:after {
	content:'';
}
.ss-plus:before,.ss-plus.right:after {
	content:'+';
}
.ss-hyphen:before,.ss-hyphen.right:after {
	content:'-';
}
.ss-check:before,.ss-check.right:after {
	content:'✓';
}
.ss-delete:before,.ss-delete.right:after {
	content:'␡';
}
.ss-settings:before,.ss-settings.right:after {
	content:'⚙';
}
.ss-dashboard:before,.ss-dashboard.right:after {
	content:'';
}
.ss-notifications:before,.ss-notifications.right:after {
	content:'🔔';
}
.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after {
	content:'🔕';
}
.ss-clock:before,.ss-clock.right:after {
	content:'⏲';
}
.ss-stopwatch:before,.ss-stopwatch.right:after {
	content:'⏱';
}
.ss-calendar:before,.ss-calendar.right:after {
	content:'📅';
}
.ss-addcalendar:before,.ss-addcalendar.right:after {
	content:'';
}
.ss-removecalendar:before,.ss-removecalendar.right:after {
	content:'';
}
.ss-checkcalendar:before,.ss-checkcalendar.right:after {
	content:'';
}
.ss-deletecalendar:before,.ss-deletecalendar.right:after {
	content:'';
}
.ss-briefcase:before,.ss-briefcase.right:after {
	content:'💼';
}
.ss-cloud:before,.ss-cloud.right:after {
	content:'☁';
}
.ss-droplet:before,.ss-droplet.right:after {
	content:'💧';
}
.ss-flask:before,.ss-flask.right:after {
	content:'';
}
.ss-up:before,.ss-up.right:after {
	content:'⬆';
}
.ss-upright:before,.ss-upright.right:after {
	content:'⬈';
}
.ss-right:before,.ss-right.right:after {
	content:'➡';
}
.ss-downright:before,.ss-downright.right:after {
	content:'⬊';
}
.ss-down:before,.ss-down.right:after {
	content:'⬇';
}
.ss-downleft:before,.ss-downleft.right:after {
	content:'⬋';
}
.ss-left:before,.ss-left.right:after {
	content:'⬅';
}
.ss-upleft:before,.ss-upleft.right:after {
	content:'⬉';
}
.ss-navigateup:before,.ss-navigateup.right:after {
	content:'';
}
.ss-navigateright:before,.ss-navigateright.right:after {
	content:'▻';
}
.ss-navigatedown:before,.ss-navigatedown.right:after {
	content:'';
}
.ss-navigateleft:before,.ss-navigateleft.right:after {
	content:'◅';
}
.ss-directup:before,.ss-directup.right:after {
	content:'▴';
}
.ss-directright:before,.ss-directright.right:after {
	content:'▹';
}
.ss-dropdown:before,.ss-dropdown.right:after {
	content:'▾';
}
.ss-directleft:before,.ss-directleft.right:after {
	content:'◃';
}
.ss-retweet:before,.ss-retweet.right:after {
	content:'';
}
.ss-volumelow:before,.ss-volumelow.right:after {
	content:'🔉';
}
.ss-volumehigh:before,.ss-volumehigh.right:after {
	content:'🔊';
}
.ss-batteryhigh:before,.ss-batteryhigh.right:after {
	content:'';
}
.ss-batterymedium:before,.ss-batterymedium.right:after {
	content:'';
}
.ss-batterylow:before,.ss-batterylow.right:after {
	content:'';
}
.ss-batteryempty:before,.ss-batteryempty.right:after {
	content:'';
}
.ss-clouddownload:before,.ss-clouddownload.right:after {
	content:'';
}
.ss-cloudupload:before,.ss-cloudupload.right:after {
	content:'';
}
.ss-calendaradd:before,.ss-calendaradd.right:after {
	content:'';
}
.ss-calendarremove:before,.ss-calendarremove.right:after {
	content:'';
}
.ss-calendarcheck:before,.ss-calendarcheck.right:after {
	content:'';
}
.ss-calendardelete:before,.ss-calendardelete.right:after {
	content:'';
}
.msg {
	background-color:#F5F5F1;
	clear:both;
	color:#333;
	margin-bottom:18px;
	padding:18px 0 16px;
	position:relative;
	line-height:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.msg h3 {
	font-size:14px;
	margin:0 18px 6px 18px;
	padding-top:0;
}
.msg p {
	font-size:12px;
	margin:0 200px 12px 18px;
}
.msg-notice p {
	margin-right:20px;
}
.msg-narrow p {
	margin:0 18px 12px 18px;
}
.msg ul {
	margin:0 18px 12px 18px;
}
.msg li {
	margin-left:1em;
	margin-top:1em;
}
.msg ul.bulleted li {
	list-style:disc;
	margin-left:1.5em;
	margin-bottom:0.3em;
}
.msg strong {
	font-weight:bold;
}
.msg .message-actions {
	position:absolute;
	right:18px;
	top:18px;
}
.msg .last,.msg p.last {
	margin-bottom:0;
}
.msg p.full {
	margin-right:70px;
}
.msg p:last-of-type {
	margin-bottom:0 !important;
}
.msg .button-remove {
	position:absolute;
	top:8px;
	right:8px;
}
.msg .callout-pill {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	line-height:9px;
	margin-right:5px;
	font-weight:bold;
	background:#999999;
	padding:4px 5px;
	float:left;
}
.msg.msg-alt .callout-pill {
	background:#A5CEE2;
}
.msg a {
	white-space:nowrap;
}
.msg-alt {
	background-color:#E9F6FC;
}
.msg-notice {
	background-color:#FFC;
}
.msg.with-caret {
	overflow:inherit;
	margin-top:10px;
}
.msg.with-caret::before {
	content:'';
	display:block;
	height:13px;
	margin-bottom:20px;
	position:absolute;
	top:-7px;
	left:25px;
	width:13px;
	zoom:1;
	-webkit-transform:rotate(45deg) rotateY(0);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.msg-alt.with-caret::before {
	background:#E9F6FC;
}
.msg-notice.with-caret::before {
	background-color:#FFC;
}
.msg-notice li {
	list-style-type:none;
	margin-left:0px;
}
.msg-marketing {
	background-color:#E9F6FC;
}
.msg-marketing p {
	margin-right:100px;
}
.msg-error {
	background-color:#FEDFDF;
}
.msg-success {
	background-color:#D0F4C0;
}
.msg-warning {
	background-color:#FFF7D0;
}
.msg-clear {
	background-color:#FFF;
}
.msg-embedded p {
	margin-right:18px;
}
.msg-wide {
	margin-top:18px;
}
.msg-top {
	margin-bottom:0;
}
.msg.msg-inline {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow:visible !important;
	padding:10px 25px 10px 10px;
}
.msg-inline.msg-error {
	background:#FCF3ED;
}
.msg.msg-inline p {
	margin:0 !important;
}
.msg-confirm {
	margin-top:18px;
}
.msg-header {
	margin:3px 0 0 0;
	padding:6px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.msg-header .button-remove {
	top:6px;
}
.msg-header .close-container {
	position:absolute;
	width:16px;
	height:16px;
	right:8px;
	top:5px;
	z-index:25;
	overflow:hidden;
}
.msg-header .close-container .close-icon {
	background:url(../images/buttons-master.png) no-repeat scroll -16px -1325px transparent;
	cursor:pointer;
	display:block;
	height:16px;
	position:absolute;
	right:0;
	top:0;
	width:16px;
}
.msg-footer {
	clear:both;
	margin:0 -18px -18px;
	padding:15px;
}
.msg-alt .msg-footer-loud {
	background:none repeat scroll 0 0 #DDEFF8;
}
.msg .arrow,.msg .arrow-b {
	position:absolute;
	background:url(../images/main-sprite.png) no-repeat scroll -15px -617px transparent;
	width:22px;
	height:13px;
	bottom:-12px;
	left:7px;
}
.msg .arrow-l,.new-seller .msg-alt .arrow-l {
	background-position:-54px -599px;
	width:13px;
	height:22px;
	top:7px;
	bottom:0;
	left:-12px;
}
.msg .arrow-r {
	background-position:-83px -598px;
	width:13px;
	height:22px;
	top:50%;
	left:auto;
	right:-12px;
	margin-top:-11px;
}
.msg.msg-alt .arrow,.msg-alt .arrow {
	background-position:-65px -617px;
}
.msg.msg-error .arrow-l,.msg-error .arrow-l {
	background-position:-101px -601px;
}
.msg.msg-notice .arrow-b,.msg-notice .arrow-b {
	background-position:-14px -511px;
}
.msg-billing {
	background-color:#FFC;
}
.msg #resend-email {
	margin-left:8px;
	padding-right:8px;
}
.msg#new-listing {
	overflow:visible;
	min-height:60px;
}
.msg .share-listing {
	margin:10px 0 0 18px;
}
.msg .share-listing>span {
	display:inline-block;
	vertical-align:top;
	line-height:20px;
	margin-right:10px;
}
.msg .share-listing .newfont-tweet {
	display:inline-block;
	float:none;
}
.msg ul.flash_share li {
	display:inline-block;
	vertical-align:top;
	line-height:20px;
}
.msg-campaign {
	overflow:hidden;
}
.msg-campaign p.last {
	float:left;
	margin-right:0;
	margin-bottom:0;
}
.msg-campaign p.edit-link {
	float:right;
	margin-right:18px;
	text-align:right;
	font-weight:bold;
	margin-bottom:0;
}
.dismiss-group>* {
	display:none;
}
.dismiss-group>div:first-of-type {
	display:block;
}
#add-success-referral {
	float:right;
	font-family: MarkPro-Book,Source Sans Pro,sans-serif;
	font-weight:500;
	font-size:16px;
	line-height:22px;
	color:#333;
	width:40%;
	padding:0 18px;
	margin-left:18px;
	border-left:1px solid #D4D4D1;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#add-success-referral .btn-primary {
	margin-top:8px;
}
#renew-success-referral .btn-primary {
	font-weight:bold;
	margin-left:4px;
	margin-bottom:-4px;
	font-size:12px;
}
#reject_locale {
	float:right;
	margin:0px 20px;
	cursor:pointer;
}
.recent-items h2 {
	float:left;
	font-size:14px;
	margin-bottom:12px;
}
.recent-items h2 .enable {
	font-size:12px;
	margin:3px 0 0 5px;
	display:none;
	font-weight:normal;
}
.recent-items .spinner {
	width:16px;
	height:16px;
	margin-bottom:-5px;
	margin-left:6px;
}
.recent-items .more {
	float:left;
	margin-top:2px;
	margin-left:16px;
}
.recent-items .controls {
	float:right;
	margin-top:2px;
}
.recent-items .status {
	margin:60px auto 0;
	padding:1em;
	background:#f5f5f1;
	color:#333;
	width:40%;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	line-height:16px;
}
.recent-items .status img.spinner {
	margin:0 5px 0 0;
	vertical-align:middle;
}
.recent-items .status .empty-region,.recent-items .status .error {
	display:none;
}
.recent-items .ticker {
	clear:both;
	position:relative;
	overflow:hidden;
	height:186px;
	margin:0 4px;
}
.recent-items .ticker .item-row {
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
.recent-items .ticker .listing {
	float:left;
	margin:5px;
	padding:3px;
	border:1px solid #ddd;
	background:url(../images/loader-333-fff.gif) no-repeat 50% 50%;
}
.recent-items .ticker .listing a {
	display:block;
	width:75px;
	height:75px;
	text-indent:-10000px;
	overflow:hidden;
}
.recent-items .ticker-loaded .listing a {
	text-indent:0;
}
#content #secondary .section .ways-to-shop li {
	line-height:13px;
	margin-bottom:6px;
}
.ways-to-shop a {
	display:block;
	width:120px;
	overflow:hidden;
	padding:3px 0 3px 36px;
}
.ways-to-shop a span.link-description {
	font-size:11px;
	color:#999;
}
.ways-to-shop a:hover {
	text-decoration:none;
}
.ways-to-shop a:hover span.link-title {
	text-decoration:underline;
}
.ways-to-shop a:hover span.link-description {
	color:#666;
}
.ways-to-shop #alchemy a {
	background:url(../images/main-sprite.png) no-repeat -122px -369px;
	height:28px;
	overflow:visible;
}
.ways-to-shop #colors a {
	background:url(../images/main-sprite.png) no-repeat -122px -398px;
	height:28px;
	overflow:visible;
}
.ways-to-shop #editors-picks a {
	background:url(../images/main-sprite.png) no-repeat -123px -430px;
	height:28px;
	overflow:visible;
}
.ways-to-shop #pounce a {
	background:url(../images/main-sprite.png) no-repeat -123px -458px;
	height:28px;
	overflow:visible;
}
.ways-to-shop #shop-local a {
	background:url(https://support.228playlist.com/404-2/) no-repeat -123px -488px;
	height:28px;
	overflow:visible;
}
.fr .ways-to-shop #shop-local a {
	margin-bottom:16px;
}
.ways-to-shop #time-machine a {
	background:url(../images/main-sprite.png) no-repeat -123px -518px;
	height:28px;
	overflow:visible;
}
.fr .ways-to-shop #time-machine a {
	margin-bottom:16px;
}
.ways-to-shop #treasury a {
	background:url(../images/main-sprite.png) no-repeat -122px -549px;
	height:28px;
	overflow:visible;
}
.fr .ways-to-shop #treasury a {
	margin-bottom:16px;
}
.ways-to-shop #gift-ideas a {
	background:url(../images/main-sprite.png) no-repeat -122px -713px;
	overflow:visible;
}
#content #secondary .section .ways-to-shop li {
	margin-bottom:0;
}
.ways-to-shop.minimal a {
	padding:0;
	line-height:19px;
}
.ways-to-shop.minimal .link-description {
	display:none;
}
.ways-to-shop.minimal #alchemy a {
	background:none;
}
.ways-to-shop.minimal #colors a {
	height:auto;
	background:none;
}
.ways-to-shop.minimal #editors-picks a {
	background:none;
}
.ways-to-shop.minimal #pounce a {
	background:none;
}
.ways-to-shop.minimal #shop-local a {
	background:none;
	height:auto;
}
.ways-to-shop.minimal #time-machine a {
	background:none;
	height:auto;
}
.ways-to-shop.minimal #treasury a {
	background:none;
	height:auto;
}
.ways-to-shop.minimal #gift-ideas a {
	background:none;
}
h1 {
	font-size:18px;
	margin-bottom:18px;
}
h1 span.heading-utility {
	font-size:12px;
	padding-left:12px;
}
h2 {
	font-size:16px;
	color:#333;
}
ul {
	list-style-type:none;
}
td.monetary {
	text-align:right;
}
tr.display-currency td {
	padding-top:0 !important;
}
.monetary .currency-code {
	font-size:10px;
}
#primary {
	width:760px;
	float:left;
}
#checkout-headline h2 {
	margin-bottom:18px;
}
#primary .section {
	float:left;
	width:754px;
	border-right:3px solid #EAEAE3;
	border-left:3px solid #EAEAE3;
	border-bottom:3px solid #EAEAE3;
	background-color:#FFF;
	margin-bottom:24px;
}
#primary .section .body {
	padding:15px;
	font-size:14px;
}
#primary .section h2,#primary .order h2 {
	position:relative;
	background:#EAEAE3;
	padding:10px 15px;
	font-size:14px;
}
#primary h2 .actions {
	position:absolute;
	right:10px;
	top:11px;
}
#primary h2 .actions a {
	display:block;
	float:left;
	margin-left:2px;
}
#secondary {
	width:190px;
	float:right;
}
#secondary .button-large {
	margin:0 0 18px 0;
}
#secondary .button-large span {
	width:163px;
}
#secondary .section {
	background-color:#F5F5F1;
	margin-bottom:10px;
	padding:16px 19px 0 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#secondary .section h2 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #DEDEDB;
	margin-bottom:8px;
	height:auto;
	padding:0 0 8px;
}
#secondary .section h3 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	height:auto;
	padding:0;
}
#secondary .section p {
	line-height:16px;
	padding-bottom:16px;
	font-size:12px;
	font-weight:normal;
}
.note {
	color:#333;
	font-size:11px;
}
.recent-orders {
	margin:0 0 2em;
	padding:14px;
	background:#EAEAE4;
	font-size:14px;
	font-weight:900;
}
#checkout-header {
	margin:18px 0;
}
#secondary .pane {
	margin:0 0 24px;
	padding:15px;
	background:#F5F5F1;
	font-size:11px;
}
#secondary .pane h3 {
	margin:0 1em 1em;
}
#secondary .pane ul,#secondary .pane ol {
	margin:0 0 1em 1em;
	list-style-position:inside;
}
#secondary .pane ul {
	list-style-type:disc;
}
#secondary .pane ul li {
	margin:0.25em 0;
}
#secondary .pane p {
	padding:0 1em;
}
#empty-cart {
	border:4px solid #eaeaea;
	padding:80px;
	text-align:center;
}
#empty-cart img {
	margin:0 0 20px 0;
}
#empty-cart h2 {
	margin:0 0 15px 0;
}
#empty-cart p {
	font-size:16px;
	margin:0 0 10px 0;
}
#empty-cart-2 {
	border:4px solid #F5F5F1;
	padding:25px;
	text-align:left;
	overflow:hidden;
}
#empty-cart-2 img {
	float:left;
}
#empty-cart-2 h2 {
	margin-left:20px;
	line-height:90px;
	float:left;
}
#empty-cart-recommendations {
	background:#F5F5F1;
	padding:12px;
	overflow:hidden;
}
#empty-cart-recommendations h3 {
	float:left;
	font-size:14px;
	margin-bottom:8px;
}
#empty-cart-recommendations p.more {
	float:left;
	margin-top:2px;
	margin-left:16px;
}
#empty-cart-recommendations p.attribution {
	float:right;
	clear:none;
	margin-top:4px;
	font-size:12px;
}
#empty-cart-recommendations .ticker {
	margin:0 -4px;
}
#empty-cart-recommendations .ticker .listing {
	background-color:#fff;
}
#content #secondary #keep-shopping-section .section {
	padding:16px 19px;
}
#content #secondary #keep-shopping-section .section h2 a {
	color:#333;
}
.order-note {
	padding:16px;
	float:left;
	width:466px;
	color:#333;
	position:relative;
}
.order-note .input-group label {
	width:auto;
	text-align:left;
	margin:0;
}
.order-note .spinner-small {
	position:absolute;
	top:0;
	right:0;
	color:#999;
	font-size:90%;
	width:auto;
	padding-left:18px;
}
.input-group textarea.text {
	width:454px;
	height:90px;
	color:#666;
	padding:6px;
	float:left;
	margin-top:4px;
}
.order {
	float:left;
	width:754px;
	border:3px solid #EAEAE3;
	background-color:#FFF;
	margin-bottom:48px;
	position:relative;
}
.order-details {
	width:500px;
	background-color:#FFF;
	border-right:3px solid #EAEAE3;
	vertical-align:top;
}
.item {
	padding:20px 17px;
	border-bottom:1px solid #E4E4E1;
	width:466px;
	float:left;
}
.item img {
	display:block;
	float:left;
	margin:0 15px 0 0;
	border:1px solid #CCC;
}
.item .item-details {
	float:left;
	width:306px;
}
.item h3 {
	color:#333;
	font-weight:normal;
	margin-bottom:12px;
}
.item .item-numbers {
	float:left;
	list-style-type:none;
	margin-bottom:12px;
	width:360px;
}
.item .item-numbers .monetary {
	display:inline;
	float:none;
}
.item .item-numbers li {
	display:block;
	font-size:12px;
	vertical-align:top;
	float:left;
}
.item .item-numbers .label {
	font-size:12px;
	margin-bottom:2px;
	display:block;
}
.item .item-numbers li.item-price {
	width:135px;
}
.item .item-numbers li.item-shipping {
	width:135px;
}
.item .item-numbers li.item-quantity {
	width:80px;
}
.item .item-numbers li.item-quantity span {
	display:block;
}
h3.invalid-message {
	color:#333;
	background:#F5F5F1;
	width:722px;
	padding:9px 16px;
	float:left;
	border-top:3px solid #EAEAE3;
}
.invalid-item {
	padding:12px 16px;
	border-left:none;
	border-bottom:none;
	border-top:1px solid #E4E4E1;
	background-color:#F5F5F1;
	color:#666;
	float:left;
	width:722px;
	font-size:11px;
}
.invalid-item img {
	display:block;
	float:left;
	margin:0 12px 0 0;
	border:1px solid #CCC;
}
.invalid-item h3 {
	font-weight:normal;
	font-size:12px;
	margin-bottom:6px;
}
.invalid-item p {
	margin-bottom:10px;
}
.invalid-shipping-location {
	clear:both;
	border-bottom:1px solid #F5F5F1;
	color:#000;
	font-size:12px;
	margin-left:-12px;
	margin-bottom:6px;
	padding:0 35px 4px 12px;
}
.invalid-item .invalid-group,.edited-group {
	float:left;
	background-color:#fff;
	border:1px solid #E4E4E1;
	margin-left:15px;
	width:335px;
}
.edited-group {
	width:372px;
	background-color:#E9F6FC;
	border-color:#C4E4EA;
	margin-left:0;
}
.invalid-item .invalid-reason,.edited-reason {
	font-size:12px;
	padding:12px 12px 11px 12px;
	margin-bottom:12px;
	color:#333;
	border-bottom:1px solid #E4E4E1;
}
.invalid-item .invalid-reason {
	background-color:#FEDFDF;
}
.edited-reason {
	border-color:#C4E4EA;
}
.invalid-item .actions,.edited-group .actions {
	float:left;
	clear:left;
	margin:0;
	padding:0 10px 10px;
}
.invalid-shipping {
	padding-left:12px;
}
.invalid-shipping label {
	float:left;
	font-size:12px;
	margin-bottom:4px;
	text-align:left;
}
.de .invalid-shipping label {
	width:auto;
}
.invalid-shipping select {
	float:left;
	clear:left;
	margin:0 0 12px 0;
}
.edited-group .actions {
	clear:left;
	margin:2px 0 0 0;
	padding-left:12px;
	font-size:12px;
}
.edited-group .actions .action-remove {
	margin-left:0;
	padding-left:0;
}
.de .edited-group .actions .action-remove {
	padding-left:8px;
}
.edited-quantity {
	float:left;
}
.edited-quantity select {
	margin:0 0 12px 12px;
}
.order-details .items .msg-alt {
	margin:0 0 16px 0;
}
.actions {
	margin-left:-8px;
	font-size:12px;
}
.actions li {
	display:inline-block;
	padding-left:8px;
	margin-right:8px;
	float:left;
}
.actions li:last-child {
	margin-right:0;
}
.de .actions li,.fr .actions li,.actions-wrap li {
	display:block;
	float:none;
	margin-top:8px;
}
.order-summary {
	padding:16px 12px;
	color:#333;
	vertical-align:top;
	width:100%;
}
.order-summary .summary-details {
	clear:left;
	margin-bottom:12px;
	width:100%;
}
.order-summary .summary-details td {
	padding:4px;
	vertical-align:top;
}
.order-shipping {
	margin-bottom:16px;
}
.order-shipping h4 {
	margin-bottom:4px;
	font-weight:bold;
}
.order-shipping select {
	margin:0;
	width:222px;
}
.order-shipping input.text {
	margin:0;
	padding:3px;
	width:100px;
}
.order-shipping a {
	display:block;
	margin-top:6px;
}
.order-shipping .name,.order-shipping .address-1,.order-shipping .address-2,.order-shipping .city-state-zip,.order-shipping .country {
	display:block;
	font-style:normal;
	color:#666;
	line-height:14px;
}
.order-shipping.v2 select {
	width:100%;
	margin-top:2px;
	vertical-align:top;
}
.order-shipping input.text {
	margin:1px 2px 0 4px;
	padding:2px 4px 1px;
	width:45px;
}
.order-shipping .inline-message {
	color:#777;
	margin-top:6px;
}
.order-shipping table,.gift-options table {
	width:100%;
}
.order-shipping td,.gift-options td {
	padding:4px 0;
	vertical-align:top;
}
.order-shipping td label,.gift-options td label {
	text-align:left;
	margin:0;
	width:auto;
}
.order-shipping td.input,.gift-options td.input {
	padding-right:2px;
	width:16px;
}
.order-shipping input[type="radio"],.order-shipping input[type="checkbox"],.gift-options input[type="radio"],.gift-options input[type="checkbox"] {
	line-height:16px;
	vertical-align:top;
}
.order-shipping td.monetary,.gift-options td.monetary {
	padding-right:0;
	text-align:right;
	white-space:nowrap;
}
.order-shipping .secondary-text,.gift-options .secondary-text {
	color:#777777;
	margin-left:4px;
}
.processing-time,.conversion-explanation {
	color:#777777;
	font-weight:normal !important;
	margin-top:0;
	margin-bottom:0 !important;
	padding-top:6px;
}
.conversion-explanation .currency-code {
	font-size:90%;
}
.shipping-methods,.estimated-delivery {
	margin-top:6px;
}
.estimated-delivery {
	position:relative;
}
.estimated-delivery a {
	margin-top:0;
}
.estimated-delivery .tt {
	color:#333;
	display:none;
	width:240px;
	position:absolute;
	left:-262px;
}
.estimated-delivery .tt.left .tt-arrow {
	top:23px;
}
.estimated-delivery .tt .tt-inner {
	padding:10px 12px;
}
.estimated-delivery .tt .fine-print {
	font-size:11px;
	background:#f5f5f1;
	padding:10px 12px;
	border-top:1px solid #ECECEC;
}
.gift-options {
	padding-bottom:10px;
}
.gift-options .tt-question {
	text-indent:-999em;
	background-position:-1px -24px;
}
.gift-options .tt {
	color:#333333;
	font-size:11px;
	line-height:14px;
	width:200px;
}
.order-payment {
	padding-bottom:10px;
}
.order-payment h4 {
	margin-bottom:2px;
	font-weight:bold;
}
.payment-choices li {
	height:20px;
	margin-bottom:4px;
	line-height:20px;
	position:relative;
}
.payment-choices input,.payment-choices label,.payment-choices img {
	line-height:20px;
	vertical-align:middle;
}
.order-payment .method,.order-payment .email {
	display:block;
	color:#666;
}
.order-shipping .estimated-delivery {
	display:block;
	color:#666;
}
.order .order-submit {
	text-align:center;
}
.order .review-submit {
	margin-bottom:16px;
}
.order .order-submit .button-large span input {
	width:223px;
}
.order-summary .coupon-display td {
	overflow:visible;
	padding:4px 0;
}
.order-summary .coupon-display .coupon-info .code {
	font-weight:normal;
	color:#78C042;
}
.order-summary .coupon-display .coupon-info span {
	color:#999;
}
.order-summary .coupon-display .input-group {
	float:none;
	margin-bottom:6px;
}
.order-summary .coupon-display label {
	font-weight:bold;
	display:block;
	margin-bottom:8px;
}
.order-summary .coupon-display input.text {
	width:153px;
	padding:4px;
	float:left;
	margin:1px 3px 4px 0;
}
.order-summary .coupon-display .button-medium {
	margin:0;
	float:left;
}
.order-summary .coupon-display button.button-medium span {
	overflow:visible;
}
.order-summary .coupon-display .remove {
	border:0;
	padding:0;
	margin:0;
	color:#0192B5;
	background-color:transparent;
	float:right;
	cursor:pointer;
	width:auto;
}
.coupon-error {
	color:#A80308;
}
.order-summary .coupon-display .msg-embedded {
	padding:10px 0;
}
.order-summary .coupon-display .msg-embedded p {
	line-height:16px;
	margin:0 10px;
}
.order-summary .summary-details tr.subtotal td {
	border-top:1px solid #EAEAE3;
	font-weight:bold;
}
.order-summary .summary-details tr.subtotal-c td {
	border-top:0;
}
.order-summary .summary-details tr.order-total td {
	border-bottom:0;
	font-weight:bold;
	border-top:2px solid #EAEAE3;
}
.order-summary .summary-details tr.order-total-c td {
	border-top:0;
}
.order-summary .vat-inclusive-info {
	color:#999;
	padding:0px 4px 12px;
	margin-top:-12px;
}
.address-options li {
	margin-bottom:9px;
	font-size:14px;
}
.checkout-address {
	margin-bottom:21px;
}
.checkout-address .form-group {
	background-color:#FFF;
	float:left;
	padding:0;
}
#cart-form .checkout-address #new-address {
	padding-top:3px;
}
#cart-form p.submit {
	padding-left:18px;
	float:left;
	margin-top:0;
}
#favorites {
	background:#E8E8E2;
	padding:0 0 28px;
}
#primary #favorites h2 {
	background:#E8E8E2;
	border:none;
}
#favorites ul {
	margin:0 18px;
}
#favorites ul li {
	margin:0 13px;
}
#going-to-paypal {
	width:500px;
	text-align:center;
	display:block;
	margin:20% auto;
}
#going-to-paypal .overlay-content .overlay-header img {
	vertical-align:middle;
}
#place-order,#complete-order {
	width:500px;
	text-align:center;
}
.cc-table-list {
	border:0;
	width:100%;
}
.cc-table-list thead th {
	background-color:#F5F6F2;
	padding:8px;
	font-weight:normal;
}
.cc-table-list .cc-table-list-card {
	padding-left:16px;
}
.cc-table-list .cc-table-list-actions {
	padding-right:16px;
	text-align:right;
}
.cc-table-list tbody th,.cc-table-list tbody td {
	padding:12px 4px 4px 8px;
	font-weight:normal;
}
.cc-table-list tr {
	vertical-align:top;
}
.cc-table-list tbody .cc-expired th,.cc-table-list tbody .cc-expired td {
	background-color:#FFFCC6;
}
.cc-table-list .cc-table-list-card {
	width:252px;
	padding-right:32px;
}
.cc-table-list .cc-table-list-card input {
	float:left;
	margin-right:3px;
}
.cc-table-list .cc-table-list-card label {
	display:inline-block;
}
.cc-table-list .cc-table-list-card .card-type-label .card-type-copy {
	float:right;
	padding-left:3px;
	width:185px;
}
.cc-table-list .cc-table-list-card label .cc-exp {
	color:#666;
}
.cc-table-list .cc-table-list-exp {
	width:117px;
	padding-right:32px;
}
.cc-table-list .cc-expired .cc-table-list-exp {
	padding-top:10px;
	padding-bottom:6px;
}
.cc-table-list .cc-table-list-name {
	width:147px;
	padding-right:32px;
}
.cc-table-list .cc-table-list-actions a {
	margin-left:12px;
}
.add-new-card {
	padding:12px 16px 16px;
}
.add-new-card input {
	float:left;
	margin-right:3px;
}
.card-icon {
	display:inline-block;
	vertical-align:middle;
	height:20px;
	width:31px;
	margin:-2px 4px 0;
	background-image:url(../images/cc-icons.png);
	background-repeat:no-repeat;
	visibility:hidden;
}
.card-icon-vi {
	visibility:visible;
	background-position:0 -61px;
}
.card-icon-di {
	visibility:visible;
	background-position:0 -91px;
}
.card-icon-mc {
	visibility:visible;
	background-position:0 -31px;
}
.card-icon-ax {
	visibility:visible;
	background-position:0 -1px;
}
.card-icon-an {
	visibility:visible;
	background-position:0 -121px;
}
.overlay-edit-cc {
	width:590px;
}
.overlay-remove-cc .overlay-body {
	padding:14px 10px 10px;
}
.overlay-edit-cc .overlay-body {
	padding:16px 0;
}
.overlay-edit-cc .overlay-body .input-group {
	float:left;
	clear:none;
	padding:0 16px;
}
.overlay-edit-cc .overlay-body .input-group label {
	color:#666;
}
.overlay-edit-cc .overlay-body .input-group .credit-card-info {
	display:block;
	margin-top:12px;
}
.overlay-edit-cc .overlay-body .input-group .credit-card-info span {
	color:#666;
}
.overlay-edit-cc .overlay-body .input-group input.text {
	width:140px;
}
.overlay-edit-cc .default-card {
	padding-right:10px;
}
.overlay-remove-cc {
	width:350px;
}
.overlay-remove-cc .overlay-body p {
	padding-bottom:4px;
}
.overlay-remove-cc p {
	margin:0 0 1em;
}
.overlay-remove-cc .card-info {
	line-height:1.5;
	padding:0 0 12px 38px;
	position:relative;
}
.overlay-remove-cc .card-info span {
	color:#666;
}
.overlay-remove-cc .card-info .card-icon {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.tt-trigger:focus {
	outline:none;
}
.tt,.action-toolbox {
	display:none;
	position:absolute;
	top:0;
	background:#666666;
	background:rgba(0,0,0,0.5);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px;
	z-index:9999;
	overflow:visible;
}
.tt-inner,.action-toolbox-inner {
	background:white;
	padding:10px 15px;
	text-align:left;
}
.tt-inner a {
	white-space:nowrap;
}
.tt-inner p {
	margin-bottom:0 !important;
}
.tt-inner ul {
	margin:0;
	list-style-type:none;
}
body .tt-inner ul li {
	line-height:18px;
	font-weight:normal;
	padding:0;
	border:none;
	margin:0;
}
.tt-notice .tt-inner {
	background-color:#FFC;
}
.tt-add-circle .tt-inner>p {
	white-space:normal;
}
.tt .tt-arrow,.tt.top .tt-arrow {
	position:absolute;
	width:20px;
	height:12px;
	bottom:-7px;
	left:50%;
	margin-left:-10px;
	background:url(../images/main-sprite.png) no-repeat -114px -885px;
}
.tt.right .tt-arrow {
	width:12px;
	height:20px;
	left:3px;
	top:50%;
	margin-top:-10px;
	background-position:-101px -865px;
}
.tt.bottom .tt-arrow {
	width:22px;
	height:12px;
	top:-7px;
	bottom:auto;
	left:50%;
	margin-left:-11px;
	background-position:-112px -853px;
}
.tt.left .tt-arrow {
	width:12px;
	height:20px;
	top:50%;
	right:-7px;
	left:auto;
	margin-top:-10px;
	background-position:-135px -866px;
}
.tt-notice .tt-arrow {
	background-position:-15px -512px;
}
.tt-mini {
	top:0;
	background:#333333;
	color:#fff;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px 6px;
	z-index:9999;
	font-size:11px;
	white-space:nowrap;
}
.tt-mini .tt-inner {
	background:transparent;
	padding:0;
	color:#fff;
}
.tt-mini .tt-inner p {
	margin:0 !important;
	padding:0 !important;
	color:#fff !important;
	font-size:11px !important;
}
.tt-inner a {
	white-space:nowrap;
}
.tt-mini .tt-arrow {
	position:absolute;
	width:20px;
	height:12px;
	left:50%;
	margin-left:-10px;
	background:url(../images/main-sprite.png) no-repeat -15px -569px;
}
.tt-mini.top .tt-arrow {
	background-position:-15px -569px;
	bottom:-12px;
	top:auto;
}
.tt-mini.bottom .tt-arrow {
	background-position:-15px -530px;
	top:-12px;
	bottom:auto;
}
.tt-mini.right .tt-arrow {
	background-position:-2px -549px;
	height:14px;
	margin-top:-7px;
	left:0;
	top:50%;
	width:10px;
}
.tt-mini.left .tt-arrow {
	background-position:-39px -549px;
	height:14px;
	margin-top:-7px;
	margin-left:0;
	right:-10px;
	left:auto;
	top:50%;
	width:10px;
}
.action-toolbox {
	width:184px;
}
.action-toolbox-inner {
	padding:0;
}
.action-toolbox-inner .loading .spinner-small {
	margin:auto;
}
.action-toolbox-heading {
	background:#f5f5f1;
	border-bottom:1px solid #ececec;
	padding:10px 12px;
}
.action-toolbox-heading h4 {
	color:#666666;
	font-weight:normal;
	margin-bottom:0;
}
.action-toolbox-heading h4 a {
	color:#666;
}
.action-toolbox-heading h3 {
	font-size:12px;
	margin-bottom:0px;
}
.action-toolbox-content {
	padding:10px 12px;
	background:#fff;
}
.action-toolbox-content .actions {
	list-style:none;
	margin:0;
}
.action-toolbox-content .actions li {
	margin:4px 0;
}
.action-toolbox-content .actions .add-to-circle-button {
	margin-top:0;
	display:block;
	float:none;
}
.action-toolbox .action-toolbox-arrow,.action-toolbox.right .action-toolbox-arrow {
	position:absolute;
	width:12px;
	height:20px;
	top:13px;
	left:-7px;
	background:url(../images/main-sprite.png) no-repeat -102px -650px;
}
.action-toolbox.left .action-toolbox-arrow {
	left:auto;
	right:-7px;
	background-position:-136px -650px;
}
.action-toolbox.top .action-toolbox-arrow {
	left:50%;
	bottom:-7px;
	top:auto;
	margin-left:-10px;
	width:20px;
	height:12px;
	background-position:-114px -885px;
}
.action-toolbox.bottom .action-toolbox-arrow {
	left:50%;
	top:-7px;
	margin-left:-10px;
	width:20px;
	height:12px;
	background-position:-115px -639px;
}
.image-wrapper.tb-trigger:hover,.image-wrapper.trigger-action-toolbox:hover {
	background:#E4F1F9;
}
.tt-question {
	background:url(../images/notification-icons.png) no-repeat 0 -26px transparent;
	display:inline-block;
	width:10px;
	height:16px;
	vertical-align:bottom;
	line-height:16px;
	cursor:pointer;
}
.funding-progress-bar {
	position:relative;
}
.funding-progress-bar.desktop {
	padding:0 0 12px 0;
}
.funding-progress-bar.mobile {
	position:inherit;
}
.funding-progress-bar .funding-flag.is-over-half-funded .funding-flag-corner {
	left:inherit;
	right:-3px;
}
.funding-progress-bar .funding-flag:not(.is-over-half-funded) .funding-flag-corner {
	left:-3px;
}
.funding-progress-bar .progress-meter {
	position:absolute;
	width:100%;
	height:10px;
	left:0px;
	background-color:#cde9f0;
	border-radius:5px;
	overflow:hidden;
}
.funding-progress-bar .progress-meter .progress-fill {
	position:absolute;
	left:0px;
	height:inherit;
	border-radius:inherit;
	background-color:#3aa8c4;
	max-width:100%;
}
.funding-progress-bar .progress-meter .progress-fill.funded {
	width:100%;
}
.funding-progress-bar .progress-meter .progress-fill.homepage {
	border-radius:0;
	height:5px;
}
.funding-progress-bar .progress-meter.homepage {
	border-radius:0;
	height:5px;
	top:0px;
}
.funding-progress-bar .progress-meter.shop {
	top:-10px;
}
.funding-progress-bar .progress-meter.shop-mobile {
	bottom:0;
	z-index:1;
	left:1px;
}
.funding-progress-bar .progress-meter.search {
	left:1px;
	top:-8px;
	width:99%;
}
.funding-progress-bar .progress-meter.search-mobile {
	top:-10px;
}
.funding-progress-bar .progress-meter.favorites {
	top:-10px;
	width:212px;
	left:-1px;
}
.funding-progress-bar .progress-meter.square {
	border-radius:0px;
	overflow:visible;
}
.funding-progress-bar .progress-meter.shorter {
	height:5px;
	bottom:0;
}
.funding-progress-bar .progress-meter.shorter.home {
	padding-right:2px;
	margin:-1px;
}
.funding-progress-bar .funding-flag {
	z-index:2;
	display:inline-block;
	position:absolute;
	top:-26px;
	height:26px;
	overflow:hidden;
}
.funding-progress-bar .funding-flag .funding-flag-inner {
	z-index:2;
	top:0;
	left:0;
	border-radius:2px;
	line-height:15px;
	background-color:#4a4a4a;
	padding:3px 6px;
}
.funding-progress-bar .funding-flag .funding-flag-inner .funding-flag-value {
	color:#fff;
	font-size:12px;
	line-height:12px;
}
.funding-progress-bar .funding-flag .funding-flag-corner {
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=cos(45),M12=-sin(45),M21=sin(45),M22=cos(45))";
	filter:"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=cos(45),M12=-sin(45),M21=sin(45),M22=cos(45))";
	transform:rotate(45deg);
	z-index:-1;
	position:absolute;
	width:7px;
	height:7px;
	bottom:3px;
	background-color:#4a4a4a;
	zoom:1;
}
.funding-progress-bar .funding-flag a {
	text-decoration:none;
}
@media screen and (min-width:320px) and (max-width:400px) {
	.listing-card .funding-progress-bar .funding-flag .funding-flag-inner .funding-flag-value {
		font-size:80%;
	}
}
.listings {
	clear:both;
	margin:0 -8px 0 0;
}
.listings .listing-card {
	float:left;
	width:170px;
	height:170px;
	padding:6px;
	background-color:#fff;
	border:1px solid #ECECEC;
	margin:0 8px 14px 0;
	position:relative;
}
.listings .listing-card-redis {
	margin:0 12px 14px 0;
}
.listings .tall {
	height:193px;
}
.listings .listing-card .listing-thumb {
	display:block;
}
.listings .listing-card .listing-thumb img {
	display:block;
	height:135px;
	width:100%;
}
.listings .listing-card .listing-detail {
	margin-top:5px;
	position:relative;
}
.listings .listing-card .listing-title {
	margin-bottom:0;
	line-height:15px;
	text-align:left;
}
.listings .listing-card .listing-giftcard-icon {
	display:block;
	float:right;
	width:14px;
	height:10px;
	margin:3px 0 -2px 4px;
	background-image:url(../images/icons-master.png);
	background-position:-58px -81px;
}
@media only screen and (-Webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-device-pixelxel-ratio:1.5) {
	.listings .listing-card .listing-giftcard-icon {
		background-image:url(https://support.228playlist.com/404-2/);
		background-size:225px 100px;
		background-repeat:no-repeat;
	}
}
.listings .listing-card .listing-giftcard-icon.hidden {
	display:none;
}
.listing-holiday-shipping-icon {
	display:block;
	width:14px;
	height:10px;
	background:url(../images/icons-master.png) no-repeat -82px -81px;
}
.msg-marketing .listing-holiday-shipping-icon {
	float:left;
	margin:2px 4px -2px 0;
}
.msg-marketing.hidden {
	display:none;
}
.listings .listing-card .listing-holiday-shipping-icon {
	float:right;
	margin:3px 0 -2px 4px;
}
.listings .listing-card .listing-title a {
	display:block;
	color:#666;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.listings .listing-card .listing-maker {
	width:48%;
}
.listings .listing-card .listing-maker a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#B2B2B2;
}
.listings .listing-card .listing-price {
	position:absolute;
	right:0;
	bottom:0;
	color:#78C042;
	line-height:14px;
	text-align:right;
	width:50%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:clip;
}
.listings .listing-card .listing-more {
	position:absolute;
	top:147px;
	right:6px;
	padding-left:4px;
	font-size:11px;
	margin-bottom:0;
	background:white;
}
.listings .listing-card .currency-code {
	font-size:9px;
}
.listings .listing-card .edit-tags {
	position:absolute;
	display:block;
	top:7px;
	left:7px;
	background:#FFF;
	padding:0 3px;
	margin:0;
}
.listings-listview {
	border-top:1px solid #ECECEC;
	margin:0 0 12px 0;
}
.listings-listview .listing-card {
	float:none;
	clear:left;
	width:auto;
	height:75px;
	padding:10px 0;
	margin:0;
	border:none;
	border-bottom:1px solid #ECECEC;
	position:relative;
}
.listings-listview .listing-card .listing-thumb,.listings-listview .listing-card .listing-thumb img {
	float:left;
	height:auto;
	width:auto;
}
.listings-listview .listing-card .listing-detail {
	margin-top:0;
	margin-left:75px;
}
.listings-listview .listing-card .listing-title {
	float:left;
	width:430px;
	padding:0 15px;
}
.listings-listview .listing-card .listing-title a {
	color:#333;
	font-size:13px;
	overflow:visible;
	white-space:normal;
}
.listings-listview .listing-card .listing-maker a {
	margin-top:5px;
	color:#B2B2B2;
	font-size:12px;
}
.listings-listview .listing-date {
	float:left;
	color:#333;
	padding:0 10px;
	margin:0;
	border:0;
	font-size:13px;
}
.listings-listview .listing-card .listing-price {
	position:static;
	width:auto;
	white-space:nowrap;
	overflow:visible;
	margin:0;
	color:#78C042;
	float:right;
	font-size:13px;
	font-weight:bold;
}
.listings-listview .listing-card .listing-maker {
	width:auto;
}
ul.listings-listview .listing-more {
	position:absolute;
	bottom:6px;
	right:6px;
	font-size:12px;
	margin-bottom:0;
	background:white;
	padding-left:4px;
}
ul.listings-listview .listing-views,ul.listings-listview .listing-sales {
	width:80px;
	float:left;
	border:0 none;
	font-size:13px;
	margin:0;
	padding:0 10px;
	color:#666;
}
.listings-listview .currency-code {
	font-size:9px;
	font-weight:normal;
}
ul.listings li.listing-card.house-ad .listing-detail {
	position:static;
}
ul.listings li.listing-card.house-ad .listing-title {
	height:auto;
}
ul.listings li.listing-card.house-ad .listing-title a {
	color:#0192B5;
	white-space:normal;
}
ul.listings .house-ad .listing-thumb {
	background-color:#f0f0f0;
	color:#fff;
	height:135px;
	text-decoration:none;
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.1);
	box-shadow:inner 0 0 10px rgba(0,0,0,0.1);
}
ul.listings .house-ad .house-ad-headline {
	font-size:20px;
	line-height:24px;
	color:#97928f;
	display:block;
	padding:10px;
	font-family:"Guardian-EgypTT",Georgia,serif;
	font-weight:400;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}
.listing-card-small {
	overflow:hidden;
	position:relative;
	padding:6px;
	border:1px solid #ececec;
}
.listing-card-small .listing-thumb {
	width:75px;
	height:75px;
	float:left;
	margin-right:7px;
}
.listing-card-small .listing-thumb img {
	width:75px;
	height:75px;
}
.listing-card-small .listing-title {
	margin-top:0;
	height:auto;
	overflow:visible;
}
.listing-card-small .listing-price {
	float:none;
	position:absolute;
	bottom:6px;
	left:88px;
	line-height:1;
}
.listings .listing-card.zoom .listing-thumb img {
	height:auto;
}
.listings .listing-card.zoom {
	z-index:5;
	height:auto;
}
.listings .listing-card.zoomed {
	-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.06);
	-moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.06);
	box-shadow:0 0 10px 5px rgba(0,0,0,0.06);
	border-color:#e8e8e8;
}
.listings .listing-card.zoomed .listing-title .title {
	white-space:normal;
	overflow:visible;
	margin-bottom:2px;
}
.listings .listing-card.zoomed a.button-favorite {
	top:12px;
	left:12px;
}
.listings .listing-card .see-similar,.listings-listview .listing-card .see-similar {
	display:none;
}
.listings .listing-card.zoomed .see-similar {
	display:block;
	text-align:center;
	margin:4px -8px -9px -8px;
	background-color:#e9f6fc;
	padding:8px;
}
.listings .listing-card .see-similar-static {
	display:block;
	visibility:hidden;
	position:absolute;
	bottom:41px;
	left:50%;
	margin-left:-85px;
	padding-top:5px;
	width:170px;
	height:17px;
	background-color:#e9f6fc;
	border:1px solid #d1dde3;
	border-left:0;
	border-right:0;
	text-align:center;
	font-size:12px;
	color:#999999;
	-webkit-box-shadow:0px -1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px -1px 3px rgba(0,0,0,0.2);
	box-shadow:0px -1px 3px rgba(0,0,0,0.2);
}
.listings .listing-card .see-similar-active {
	visibility:visible;
	color:#0192B5;
}
.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}
.col {
	float:left;
}
.col-last {
	margin-right:0 !important;
}
.col-visible .col {
	background-color:rgba(227,227,227,0.8);
}
.col {
	margin-right:28px;
}
.col1 {
	width:56px;
}
.col2 {
	width:140px;
}
.col3 {
	width:224px;
}
.col4 {
	width:308px;
}
.col5 {
	width:392px;
}
.col6 {
	width:476px;
}
.col7 {
	width:560px;
}
.col8 {
	width:644px;
}
.col9 {
	width:728px;
}
.col10 {
	width:812px;
}
.col11 {
	width:896px;
}
.col12 {
	width:980px;
}
.col-offset1 {
	margin-left:84px;
}
.col-offset2 {
	margin-left:168px;
}
.col-offset3 {
	margin-left:252px;
}
.col-offset4 {
	margin-left:336px;
}
.col-offset5 {
	margin-left:420px;
}
.col-offset6 {
	margin-left:504px;
}
.col-offset7 {
	margin-left:588px;
}
.col-offset8 {
	margin-left:672px;
}
.col-offset9 {
	margin-left:756px;
}
.col-offset10 {
	margin-left:840px;
}
.col-offset11 {
	margin-left:924px;
}
.grid-67 .col {
	margin-right:16px;
}
.grid-67 .col1 {
	width:67px;
}
.grid-67 .col2 {
	width:150px;
}
.grid-67 .col3 {
	width:233px;
}
.grid-67 .col4 {
	width:316px;
}
.grid-67 .col5 {
	width:399px;
}
.grid-67 .col6 {
	width:482px;
}
.grid-67 .col7 {
	width:565px;
}
.grid-67 .col8 {
	width:648px;
}
.grid-67 .col9 {
	width:731px;
}
.grid-67 .col10 {
	width:814px;
}
.grid-67 .col11 {
	width:897px;
}
.grid-67 .col12 {
	width:980px;
}
.grid-67 .col-offset1 {
	margin-left:83px;
}
.grid-67 .col-offset2 {
	margin-left:166px;
}
.grid-67 .col-offset3 {
	margin-left:249px;
}
.grid-67 .col-offset4 {
	margin-left:332px;
}
.grid-67 .col-offset5 {
	margin-left:415px;
}
.grid-67 .col-offset6 {
	margin-left:498px;
}
.grid-67 .col-offset7 {
	margin-left:581px;
}
.grid-67 .col-offset8 {
	margin-left:664px;
}
.grid-67 .col-offset9 {
	margin-left:747px;
}
.grid-67 .col-offset10 {
	margin-left:830px;
}
.grid-67 .col-offset11 {
	margin-left:913px;
}
.share-referral .invite-link {
	display:inline-block;
	font-size:13px;
	color:#999;
	line-height:16px;
	height:34px;
	padding:9px 16px;
	width:349px;
	border-radius:3px;
	border-width:1px;
	border-style:solid;
	border-color:#DADBD6;
	background-color:#fff;
	-moz-box-shadow:0 1px 0 white;
	-webkit-box-shadow:0 1px 0 white;
	box-shadow:0 1px 0 white;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.share-referral .invite-link_mobile {
	display:none;
}
.share-referral .invite-link:hover {
	cursor:text;
	background-color:#FAFAFA;
}
.share-referral .share-buttons {
	display:block;
	float:left;
	margin-right:4px;
}
.share-referral .btn-secondary {
	margin-right:12px;
}
.share-referral .fb-logo {
	display:inline-block;
	width:16px;
	height:16px;
	margin-bottom:-3px;
	margin-right:5px;
	background-image:url(../images/fb-logo.png);
}
.share-referral.mobile-base-tpl .fb-logo {
	width:18px;
	height:18px;
	padding:1px;
	background-repeat:no-repeat;
}
.share-referral.mobile-base-tpl .invite-link {
	height:40px;
	line-height:inherit;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
	.fb-logo {
		background-image:url(https://support.228playlist.com/404-2/);
		background-size:16px 16px;
	}
}
.share-referral .twitter-logo {
	display:inline-block;
	width:18px;
	height:18px;
	margin-bottom:-3px;
	margin-right:5px;
	background-image:url(../images/twitter-logo.png);
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
	.twitter-logo {
		background-image:url(https://support.228playlist.com/404-2/);
		background-size:18px 18px;
	}
}
@media only screen and (max-width:768px) {
	.share-referral.responsive .invite-link {
		display:none;
	}
	.share-referral.responsive .invite-link_mobile {
		display:inline-block;
		font-family:Menlo,Monaco,"Courier New",courier,monospace;
		font-size:12px;
		line-height:16px;
		height:34px;
		padding:10px 8px;
		width:300px;
		border-radius:3px;
		border-width:1px;
		border-style:solid;
		border-color:#DADBD6;
		background-color:#fff;
		-moz-box-shadow:0 1px 0 white;
		-webkit-box-shadow:0 1px 0 white;
		box-shadow:0 1px 0 white;
		color:#999;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
}
@media only screen and (max-width:640px) {
	.share-referral.responsive .invite-link_mobile {
		width:100%;
		margin-top:12px;
	}
}
#shop-policies-overlay {
	width:760px;
}
body.thanks-has-bg-color {
	padding:0;
}
body.thanks-has-bg-color.is-global-nav.fullwidth-cart,.thanks-has-bg-color .gnav-footer.hide-extra {
	background-color:#F5F5F1;
}
#primary {
	height:495px;
}
html>body #primary {
	height:auto;
	min-height:495px;
}
body.cart-review #header,body.cart-review #content,body.cart-review #footer,body.cart-shipping #header,body.cart-shipping #content,body.cart-shipping #footer,body.cart-payment #header,body.cart-payment #content,body.cart-payment #footer,body.cart-billing #header,body.cart-billing #content,body.cart-billing #footer {
	width:760px;
}
body.cart-review #footer_blog,body.cart-review #footer_press,body.cart-review #footer_developers,body.cart-review #footer_careers,body.cart-shipping #footer_blog,body.cart-shipping #footer_press,body.cart-shipping #footer_developers,body.cart-shipping #footer_careers,body.cart-payment #footer_blog,body.cart-payment #footer_press,body.cart-payment #footer_developers,body.cart-payment #footer_careers,body.cart-billing #footer_blog,body.cart-billing #footer_press,body.cart-billing #footer_developers,body.cart-billing #footer_careers {
	display:none;
}
body.cart-interstitial {
	background-color:#E4E4E4;
}
body.cart-interstitial #going-to-paypal,body.cart-interstitial .overlay {
	width:500px;
	text-align:center;
	display:block;
	margin:10% auto;
}
body.cart-interstitial .overlay .overlay-header img {
	vertical-align:middle;
}
#header .place-order-active {
	background-position:0 -122px;
}
#header .payment-active {
	background-position:0 -61px;
}
#header .cart-path-extended {
	background:#cbcbcb;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.25,#CBCBC5),color-stop(0.76,#DDDDD8),color-stop(0.98,#EEEEEC),color-stop(1,#E7E7E4));
	background-image:-moz-linear-gradient(center bottom,#CBCBC5 25%,#DDDDD8 76%,#EEEEEC 98%,#E7E7E4 100%);
}
#header .cart-path-extended .pointer {
	right:none;
	left:14%;
}
#secondary {
	position:relative;
}
.order,#primary .section {
	border:1px solid #EAEAE3;
	width:758px;
	background-color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#primary .interstitial-notice .body {
	line-height:130%;
}
#primary .interstitial-notice p {
	margin:0 0 1.5em;
	font-size:12px;
}
#primary .interstitial-notice .note-inline {
	color:#666;
}
.additional-payment-notice {
	margin-bottom:24px;
}
.order-wrapper {
	background:transparent url(../images/cart-summary-bg.png) repeat-y 500px 0;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
.thanks-has-bg-color .order-wrapper {
	background:none;
}
#primary .section {
	overflow:hidden;
}
.order .cover {
	display:none;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	border:1px solid #D9D9D9;
	margin:-1px;
	background-color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	opacity:0.85;
}
.thanks-has-bg-color .order .cover {
	border:1px solid #E2E2E2;
}
.order .cover .spinner {
	display:block;
	width:48px;
	height:48px;
	position:absolute;
	left:50%;
	margin-top:-24px;
	margin-left:-24px;
}
.order h2 .shop-name {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:85%;
}
.order .order-details,.order .order-summary {
	float:left;
	background:transparent;
}
.order .order-details {
	width:499px;
	border-right:1px solid #EAEAE3;
}
.item {
	position:relative;
	padding:16px;
	border-bottom:1px solid #EEEEEE;
}
.thanks-has-bg-color .item {
	border-bottom:1px solid #E2E2E2;
}
.item h3 {
	font-size:12px;
	margin-bottom:8px;
}
.item .item-details {
	width:325px;
}
.item .item-numbers {
	width:100%;
	margin-bottom:8px;
}
.item .item-numbers li.item-price,.item .item-numbers li.item-property,.item .item-numbers li.item-shipping {
	width:40%;
}
.item .item-numbers li.item-quantity {
	width:20%;
}
.item .item-details .actions a {
	color:#666666;
}
.item-note {
	clear:both;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #EEE;
	float:left;
}
.thanks-has-bg-color .item-note {
	border-top:1px solid #E2E2E2;
}
.item-note h3 {
	margin:0;
	font-size:12px;
}
.item-note p {
	color:#888;
	line-height:16px;
}
.item-note-text-short,.expanded .item-note-text-full {
	display:block;
}
.item-note-text-full,.expanded .item-note-text-short {
	display:none;
}
.order-note label span {
	color:#666666;
	padding-left:5px;
}
.order .order-summary {
	width:230px;
	border-left:1px solid #EEEEEE;
	margin-left:-1px;
}
.thanks-has-bg-color .order .order-summary {
	border-left:1px solid #E2E2E2;
}
.order .order-submit,.order .payment-submit {
	margin-bottom:10px;
}
.order .payment-submit .button-large span {
	width:200px;
}
.button-labels,.button-labels span {
	display:none;
}
.order .input-group textarea.text,.order .input-group textarea.text:focus {
	height:80px;
	color:#333;
}
.order .input-group textarea.text::-webkit-input-placeholder {
	color:#666666;
}
.order .input-group textarea.text:-moz-placeholder {
	color:#666666;
}
.order h2 .actions a {
	text-decoration:none !important;
}
.order h2 .actions a.button-favorite:hover span {
	color:#666666;
	display:block;
	font-weight:normal;
	left:-150px;
	top:-1px;
	position:absolute;
	text-align:right;
	white-space:nowrap;
	width:150px;
	font-size:95%;
}
.order-summary h4 {
	font-size:12px;
}
.order-shipping h4,.order-payment h4,.order-shipping-options h4,.order-billing h4 {
	margin-bottom:4px;
}
.order .order-shipping address,.order .order-billing address {
	color:#666;
	line-height:130%;
	font-style:normal;
}
.order .order-payment {
	line-height:130%;
}
.order .order-payment .method {
	margin:0 0 8px;
}
.order .order-payment .method.first {
	margin:-6px 0 0;
}
.order .order-payment a,.order .order-billing a {
	display:block;
	margin-top:6px;
}
.order .order-payment>.gc-notice>a {
	display:inline;
	margin-top:0;
}
.order .order-payment .error {
	color:#A80308;
}
.order .order-billing {
	padding-bottom:16px;
}
.order .coupon-error .msg {
	margin:0;
	padding:0;
	background-color:transparent;
	color:#A80308;
}
.order .coupon-error .msg p {
	margin:0;
	padding:0;
}
.order-summary .coupon-display {
	margin-bottom:10px;
}
.order-summary .coupon-display .have-coupon-link {
	display:block;
	margin-left:4px;
}
.order-summary .credit-card {
	line-height:130%;
}
.order-summary .credit-card .opt {
	float:left;
	clear:right;
	padding:0 0 2px;
}
.order-summary .credit-card .value {
	float:right;
	padding:0 0 2px;
}
.checkout-address .submit {
	padding-left:0;
	padding-bottom:0;
	margin-top:0;
}
.checkout-address .submit .button-medium {
	float:none;
}
.checkout-address .note-text {
	font-weight:normal;
}
.order-details .msg-alt {
	margin:16px 24px 16px 16px;
}
.order-details .msg-alt p {
	padding:6px;
	line-height:18px;
}
#existing-addresses {
	overflow:hidden;
}
#existing-addresses .address-row {
	margin-bottom:10px;
	overflow:hidden;
}
#existing-addresses .address-row .address {
	display:table-cell;
	padding:7px 9px;
	color:#444;
	width:220px;
	vertical-align:bottom;
	float:left;
}
#existing-addresses .address-row address {
	font-size:12px;
	font-style:normal;
	clear:both;
}
#existing-addresses .address-row .edit-delete {
	font-size:12px;
	padding-right:6px;
}
#existing-addresses .address-row .address-block {
	min-height:80px;
}
#new-address-area h3 {
	background:#EAEAE3;
	color:#333333;
	font-size:14px;
	padding:10px 15px;
	margin:15px -15px;
	position:relative;
}
#new-address-area .submit {
	margin:15px 0 10px 165px;
}
#new-address-area .zip-code-label {
	display:none;
}
#display-all-link {
	background-color:#F6F5F2;
	clear:left;
	display:block;
	padding:10px;
	text-align:center;
	margin-top:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#display-all-link:hover {
	background-color:#0192B5;
	color:#fff;
	text-decoration:none;
}
#primary .overlay-remove-address address {
	padding:10px;
	min-height:0px;
}
#going-to-paypal {
	display:none;
	clear:left;
	margin:0;
}
#going-to-paypal .overlay-header {
	padding:10px;
}
#going-to-paypal .overlay-body h2 {
	margin-bottom:10px;
}
#keep-shopping-section {
	width:190px;
}
#keep-shopping-section .gift-cards {
	background-color:#EAF6FC;
}
#keep-shopping-section .gift-cards .gift-card-balance span {
	float:right;
}
#keep-shopping-section .gift-cards p {
	padding:0;
}
#keep-shopping-section .gift-cards .gift-card-add-with-balance,#keep-shopping-section .gift-cards .gift-card-redeem-limit {
	border-top:1px solid #dededb;
	padding:8px 0 0;
	margin:8px 0 0;
}
#keep-shopping-section .gift-cards .gift-card-redeem {
	margin:20px 0 0;
	display:none;
}
#keep-shopping-section .gift-cards .gift-card-redeem input.text {
	width:140px;
	margin:4px 0;
}
#keep-shopping-section .gift-cards .gift-card-redeem .submit {
	margin:0;
	padding:0;
}
h3.invalid-message,.invalid-item {
	background-color:#F5F5F1;
	width:726px;
}
.thanks-has-bg-color h3.invalid-message,.invalid-item {
	background-color:#FAFAF8;
	border-top:1px solid #ececec;
	margin-top:-1px;
}
.invalid-item img {
	height:50px;
	width:50px;
}
.invalid-item .invalid-group,.edited-group {
	overflow:hidden;
	border:0 none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:325px;
	margin-left:0;
}
.invalid-item .invalid-reason {
	border-bottom:0 none;
}
.cc-options h2 {
	position:relative;
}
.cc-options h2 .order-total {
	position:absolute;
	top:12px;
	right:15px;
	font-size:12px;
	font-weight:normal;
}
.cc-options h2 .order-total .currency-code {
	font-size:10px;
}
.cc-options h3 {
	background-color:#F5F6F2;
	padding:8px 12px;
	font-size:12px;
	font-weight:normal;
	border-top:1px solid #EAEAE3;
	margin-top:12px;
}
.cc-options .secondary {
	margin-top:12px;
}
.cart-cc-add-hidden {
	display:none;
}
.cart-cc-add {
	border-top:1px solid #EAEAE3;
}
.cart-cc-add-border {
	border-top:3px solid #F5F5F1;
}
.cc-table-new thead th {
	font-weight:normal;
	padding:12px 8px 8px 24px;
}
.cc-table-new input[disabled] {
	color:#333;
	-webkit-text-fill-color:#333;
	background-color:#fff;
}
.cc-table-new tbody td {
	padding:0 8px 12px 24px;
}
.cc-table-new .cc-table-new-number {
	width:184px;
	padding-left:37px;
	padding-right:0;
}
.cc-table-new .cc-table-new-number.only {
	width:184px;
	padding-left:16px;
	padding-right:0;
}
.cc-table-new .cc-table-new-number .card-icon {
	vertical-align:top;
	margin:4px;
}
.cc-table-new .cc-table-new-name {
	padding-right:12px;
}
.cc-table-new .cc-table-new-exp {
	width:120px;
	padding-left:8px;
	padding-right:13px;
}
.cc-table-new .cc-table-new-exp select {
	margin-right:5px;
}
.cc-table-new .cc-table-new-ccv {
	width:27px;
	padding-left:2px;
	padding-right:32px;
}
.cc-table-new tbody #cc-num {
	width:127px;
}
.cc-table-new .cc-table-new-ccv .overlay-trigger {
	display:none;
}
.card-valid .cc-table-new-ccv .overlay-trigger {
	display:inline;
	font-family:Georgia,serif;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
}
.cc-table-new tbody #cc-ccv {
	width:31px;
}
.cc-table-new tbody #cc-name {
	width:131px;
}
.cc-table-new .cc-table-new-address {
	padding-left:36px;
}
.cc-table-new .cc-table-new-address.only {
	padding-left:16px;
}
.cc-table-new .cc-table-new-address input {
	margin-right:6px;
}
.cc-table-new .cc-table-new-address .shipping-address {
	margin:6px 0 0 20px;
	color:#666;
}
.cc-table-new .cc-table-new-is-default {
	text-align:center;
	padding:5px 0 0 0;
}
#submit-card,#interstitial-submit {
	padding:0 12px 0 16px;
	color:#666;
}
#submit-card .submit-card-notices {
	margin:0 0 18px;
}
#submit-card .submit-card-notices .charge-notice {
	float:left;
}
#submit-card .submit-card-notices .secure {
	float:right;
	position:relative;
	padding-right:18px;
}
#submit-card .submit-card-notices .secure .lock {
	position:absolute;
	top:0;
	right:0;
	width:14px;
	height:12px;
	background:url(../images/main-sprite.png) no-repeat 0px -103px;
}
#submit-card .button-large,#interstitial-submit .button-large {
	float:left;
	margin:0 10px 0 0;
}
#submit-card .button-large input,#interstitial-submit .button-large input {
	width:160px;
}
#submit-card .msg-inline,#interstitial-submit .msg-inline {
	clear:none;
	float:left;
	display:none;
	margin:0 0 0 5px;
	width:520px;
}
#submit-card .spinner-small {
	float:left;
	display:none;
	margin:9px 0 0 4px;
}
#card-ccv-help-overlay {
	width:570px;
	line-height:150%;
}
#card-ccv-help-overlay .card-ccv-help-front {
	display:none;
}
#card-ccv-help-overlay.card-ax .card-ccv-help-front {
	display:block;
}
#card-ccv-help-overlay.card-ax .card-ccv-help-back {
	display:none;
}
#card-ccv-help-overlay .card-ccv-image {
	display:block;
	float:left;
	margin:-2px 8px 20px 0;
}
#card-ccv-help-overlay .overlay-body p {
	color:#666;
	float:right;
	padding-right:30px;
	width:325px;
}
#card-ccv-help-overlay .overlay-body p.first {
	padding-top:24px;
}
.order-payment .cc-notification .arrow {
	left:12px;
}
.order-payment .cc-notification p span {
	font-weight:bold;
}
.order-payment .cc-icons {
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	width:146px;
	height:23px;
	background:transparent url(../images/icon_cc_all.png) no-repeat -59px 0;
}
.order-payment .cc-icons.gc-icon {
	width:172px;
}
.order-payment .paypal-plus-cards {
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	width:205px;
	height:23px;
	background:transparent url(../images/icon_cc_all.png) no-repeat 0 0;
}
.order-payment .payment-choice-credit-card .cc-icons,.order-payment .payment-choice-paypal .paypal-plus-cards {
	display:inline-block;
	vertical-align:bottom;
}
.order-payment .hide-cards {
	display:inline;
	overflow:hidden;
}
.order-payment .hide-cards .paypal-plus-cards {
	width:52px;
}
.order-payment .card-style {
	display:inline-block;
	width:36px;
	height:24px;
	border:1px solid #e2e2e2;
	background:#FDFDFC;
	border-radius:3px;
	text-align:center;
	box-shadow:0 1px 0 rgba(226,226,226,0.2);
}
.order-payment .card-style:after {
	content:" ";
	display:inline-block;
	width:38px;
	height:26px;
	vertical-align:middle;
	background:transparent url(../images/payment-methods-36x26.png) no-repeat;
	background-size:314px;
}
.order-payment .ideal-icon.card-style:after {
	background-position:-279px 0;
}
.order-payment .sofort-icon.card-style:after {
	background-position:-239px 0;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.order-payment .card-style:after {
		background-image:url(../images/payment-methods-36x26%402x.png);
	}
}
.order-payment .apm-gc-icon {
	display:inline-block;
	width:30px;
	height:23px;
	vertical-align:middle;
	background:transparent url(../images/icon_cc_all.png) no-repeat -208px -1px;
}
.payment-choices li {
	margin-bottom:6px;
}
li.payment-choice-gift-card {
	line-height:auto;
	height:auto;
}
.payment-choice-gift-card {
	position:relative;
}
.payment-choice-gift-card input {
	position:absolute;
	top:4px;
	left:0;
}
.payment-choice-gift-card label {
	display:block;
	padding-left:16px;
}
.order-summary-inline {
	padding:12px 15px 8px;
	margin:0 0 20px;
	border:1px solid #EAEAE3;
	border-radius:5px;
	-webkit-border-radius:5px;
	-mozilla-border-radius:5px;
	color:#666;
}
.order-summary-inline-details {
	float:left;
	width:300px;
}
.order-summary-inline-details .inline-shop-name {
	font-weight:bold;
}
.order-summary-inline-details .order-summary-coupon {
	display:block;
	margin:4px 0 0;
	color:#78C042;
}
.order-summary-inline table {
	float:right;
	text-align:right;
}
.order-summary-inline table th,.order-summary-inline table td {
	padding:0 0 4px 50px;
	font-weight:normal;
}
.order-summary-inline table .order-summary-inline-total {
	font-weight:bold;
}
.order-summary-inline table th.gift-card {
	color:#78C042;
}
.order-cost-summary tr.order-gift-card-credit {
	color:#78C042;
}
.added-margin {
	margin-top:20px;
}
#newempty {
	padding:67px 30px;
	margin-bottom:10px;
	position:relative;
	background:#fff;
	border:1px solid #EEE;
}
.thanks-has-bg-color #newempty {
	width:975px;
	min-height:140px;
	padding:24px 0;
	text-align:center;
	border:1px solid #E2E2E2;
	border-radius:4px;
	background:none;
}
#newempty h2 {
	font-size:24px;
	color:#666;
	margin:0 0 0 210px;
}
.thanks-has-bg-color #newempty h2 {
	color:#333;
	font-family: MarkPro-Book,Source Sans Pro,sans-serif;
	font-weight:500;
	margin:24px 0 16px;
}
#newempty .illo {
	width:180px;
	height:123px;
	background:url(../images/emptybox.png) no-repeat;
	position:absolute;
	left:30px;
	top:55px;
}
.thanks-has-bg-color #newempty .illo {
	display:none;
}
#newempty p {
	margin:10px 0 0 210px;
	display:block;
	font-size:14px;
	line-height:21px;
}
.thanks-has-bg-color #newempty p {
	margin:10px 0 0 0;
}
.gift-ideas-promo {
	background:#FFF;
	padding:0;
	border:4px solid #F5F5F1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.gift-ideas-promo .inner {
	padding:13px 16px 16px 73px;
	border:1px solid #D9D9D9;
	position:relative;
}
.thanks-has-bg-color .gift-ideas-promo .inner {
	border:1px solid #E2E2E2;
}
.registry-options,.custom-shop-options,.custom-order-options {
	padding:10px 10px 10px 29px;
	margin-bottom:13px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	background:url(../images/box-icon.png) no-repeat 10px 10px #e9f6fc;
}
.custom-order-options {
	padding-left:10px;
	background:#e9f6fc;
}
.registry-options span.arrow,.custom-shop-options span.arrow,.custom-order-options span.arrow {
	position:absolute;
	width:20px;
	height:10px;
	bottom:-10px;
	left:28px;
	background:url(../images/main-sprite.png) no-repeat -65px -622px transparent;
}
.custom-order-options .desired-date {
	display:block;
}
.gift-address .registry-address-indicator {
	background:url(../images/box-icon.png) no-repeat 0 3px transparent;
	font-size:12px;
	clear:left;
	width:140px;
	padding:4px 0 0 16px;
}
.item-numbers-full-width {
	display:none;
}
body.fullwidth-cart {
	background:url(../images/homepage-gradient.png) repeat-x scroll left top #F5F5F1;
}
body.fullwidth-cart.checkout-page {
	background:#fff;
}
.fullwidth-cart #header {
	width:980px;
}
.fullwidth-cart #content {
	width:100%;
}
.fullwidth-cart #checkout>.msg {
	width:980px;
	margin:16px auto;
}
.fullwidth-cart .msg-header {
	display:none;
}
.fullwidth-cart #breadcrumbs {
	display:none;
	width:980px;
	margin:0 auto;
}
.fullwidth-cart #checkout-header {
	width:980px;
	margin:20px auto;
	overflow:hidden;
}
.fullwidth-cart #footer {
	width:980px;
}
.fullwidth-cart #primary {
	background:#FFF;
	border-top:3px solid #EDEDE7;
	border-bottom:3px solid #EDEDE7;
	width:100%;
	margin-top:9px;
	height:auto;
	min-height:auto;
}
.thanks-has-bg-color.fullwidth-cart #primary {
	background:#F5F5F1;
	margin-top:0;
}
.fullwidth-cart.checkout-page #primary {
	border:none;
}
html>body #primary.empty-full-width {
	height:auto;
	min-height:150px;
}
.fullwidth-cart #checkout {
	border-top:1px solid #D7D7D4;
	border-bottom:1px solid #D7D7D4;
	padding:0 10px;
}
.fullwidth-cart.checkout-page #checkout {
	width:980px;
	margin:0px auto;
	border:none;
	padding:0px;
}
.fullwidth-cart #checkout-header h1 {
	float:left;
	margin:10px 0;
}
.fullwidth-cart #checkout-header .btn-primary.small {
	float:right;
	margin:8px 0 0 0;
}
.fullwidth-cart .order {
	width:980px;
	margin:0 auto 36px;
	float:none;
}
.fullwidth-cart #newempty {
	width:600px;
	margin:15px auto 40px;
	border:0 none;
}
.thanks-has-bg-color.fullwidth-cart #newempty {
	margin:32px auto 32px;
	width:980px;
	background:none;
	border:0;
}
.fullwidth-cart .order-wrapper {
	background-position:731px 0;
}
.fullwidth-cart .order .order-summary {
	width:217px;
	padding-left:16px;
	padding-right:0;
	padding-top:16px;
	border-left:1px solid #D9D9D9;
}
.thanks-has-bg-color.fullwidth-cart .order .order-summary {
	border-left:1px solid #E2E2E2;
}
.fullwidth-cart .order-shipping select {
	width:100%;
}
.fullwidth-cart .payment-choices li,.fullwidth-cart .order-summary .summary-details td.monetary {
	white-space:nowrap;
}
.fullwidth-cart .order-summary .summary-details .shipping-upgrade {
	color:#999999;
}
.fullwidth-cart .order .order-submit .btn-transaction {
	width:214px;
	margin-bottom:5px;
}
.fullwidth-cart .order-summary .summary-details td.giftcard-shop {
	border-top:0px;
}
.fullwidth-cart .order {
	border:1px solid #D9D9D9;
}
.thanks-has-bg-color.fullwidth-cart .order {
	border:1px solid #E2E2E2;
}
.fullwidth-cart .monetary .currency-code {
	font-size:90%;
}
.fullwidth-cart .order .order-details {
	width:730px;
	border-right:1px solid #D9D9D9;
}
.thanks-has-bg-color.fullwidth-cart .order .order-details {
	border-right:1px solid #E2E2E2;
}
.fullwidth-cart .item {
	width:100%;
	line-height:16px;
	padding:0;
	border-bottom:1px solid #D9D9D9;
}
.fullwidth-cart .invalid-item {
	border-top:1px solid #D9D9D9;
	border-bottom:0 none;
}
.thanks-has-bg-color.fullwidth-cart .invalid-item {
	border-top:1px solid #E2E2E2;
	background:#FFF;
}
.fullwidth-cart #primary .order h2,.fullwidth-cart #primary .section h2 {
	font-weight:normal;
	font-size:16px;
	text-shadow:0 1px 0 #F5F5F1;
	border-top:1px solid #f5f5f1;
	border-bottom:1px solid #D9D9D9;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.thanks-has-bg-color.fullwidth-cart #primary .order h2,.thanks-has-bg-color.fullwidth-cart #primary .section h2 {
	text-shadow:none;
	border-top:none;
	border-bottom:none;
	background:#FAFAF8;
	border-bottom:1px solid #E2E2E2;
}
.fullwidth-cart .order h2 .shop-name {
	height:18px;
}
.fullwidth-cart #primary .order h2 .tt {
	text-shadow:none;
}
.fullwidth-cart .item img {
	border:0;
	border-right:1px solid #EAEAE3;
	width:150px;
	height:119px;
	margin:0;
}
.fullwidth-cart .item .item-details {
	position:relative;
	min-height:83px;
	padding:14px 0 14px 16px;
	width:316px;
}
.fullwidth-cart .item.digital-item .item-details {
	border-right:1px solid #EEEEEE;
	width:298px;
}
.thanks-has-bg-color.fullwidth-cart .item.digital-item .item-details {
	border-right:1px solid #E2E2E2;
	width:298px;
}
.fullwidth-cart.de .item .item-details,.fullwidth-cart.fr .item .item-details {
	padding-bottom:16px;
}
.fullwidth-cart .item h3 {
	margin-bottom:4px;
	word-wrap:break-word;
}
.fullwidth-cart .order-note {
	width:450px;
}
.fullwidth-cart .input-group textarea.text {
	width:434px;
	border-color:#D9D9D9;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.thanks-has-bg-color.fullwidth-cart .input-group textarea.text {
	border-color:#E2E2E2;
}
.fullwidth-cart .item-numbers-full-width {
	display:block;
}
.fullwidth-cart .item-numbers-full-width label,.fullwidth-cart .item-numbers-full-width .quantity-value {
	color:#666;
}
.fullwidth-cart .item-variations {
	color:#666;
	margin-top:4px;
}
.fullwidth-cart .item-variations-selection {
	margin:4px 0 8px;
}
.item-variations-selection ul.item-variations li {
	line-height:26px;
}
.item-variations-selection.edit-enabled .item-variation-option label {
	line-height:26px;
}
.item-variation-option .invalid-listing-variation.msg,.master-item.item .item-details .item-variation-option .invalid-listing-variation.msg {
	margin:6px 0 14px;
	padding:10px 0;
}
.item-variation-option .invalid-listing-variation.msg p {
	margin:0 12px;
}
.fullwidth-cart .item-variations-selection.edit-enabled .item-variations {
	display:none;
}
.fullwidth-cart .item-variations-selection.edit-enabled .item-variations-edit {
	display:block;
}
.fullwidth-cart .item-variations-selection.edit-enabled .enable-variation-edit {
	display:none;
}
.fullwidth-cart .action-variation-edit.edit-enabled .enable-variation-edit {
	color:grey;
	text-decoration:none;
	cursor:default;
}
.fullwidth-cart .item-variations-selection .item-variations {
	display:block;
}
.fullwidth-cart .item-variations-selection .item-variations-edit {
	display:none;
}
.fullwidth-cart .item-price-and-shipping {
	margin:4px 0 8px;
	font-size:12px;
	color:#333;
}
.fullwidth-cart .price-and-shipping-display,.fullwidth-cart .invalid-item .price-and-shipping-display {
	color:#666;
	font-size:11px;
}
.fullwidth-cart .item-details .actions {
	margin-left:0;
	margin-top:8px;
}
.fullwidth-cart.de .actions li,.fullwidth-cart.fr .actions li,.fullwidth-cart .actions-wrap li {
	display:block;
	float:left;
	margin-top:4px;
	white-space:nowrap;
}
.fullwidth-cart .item .item-details .actions a {
	font-size:11px;
}
.fullwidth-cart h3.invalid-message {
	width:948px;
	font-size:14px;
}
.fullwidth-cart .invalid-group {
	width:467px;
	margin:15px;
}
.thanks-has-bg-color.fullwidth-cart .invalid-group {
	width:463px;
	border:1px solid #E2E2E2;
}
.fullwidth-cart .edited-group {
	float:none;
	width:545px;
}
.fullwidth-cart .edited-group .actions,.fullwidth-cart .invalid-group .actions {
	position:static;
}
.fullwidth-cart .actions li {
	padding-left:0px;
	margin-right:16px;
}
.fullwidth-cart .item .edited-group .actions a {
	font-size:12px;
	color:#0192B5;
}
.fullwidth-cart #primary .checkout-address,.fullwidth-cart #primary .section {
	width:100%;
	border:1px solid #D9D9D9;
}
.thanks-has-bg-color.fullwidth-cart #primary .checkout-address,.fullwidth-cart #primary .section {
	border:1px solid #E2E2E2;
}
.fullwidth-cart .order-summary-inline {
	border:1px solid #D9D9D9;
}
.thanks-has-bg-color.fullwidth-cart .order-summary-inline {
	border:1px solid #E2E2E2;
}
.fullwidth-cart #existing-addresses .address-row {
	margin-bottom:16px;
}
.fullwidth-cart #existing-addresses .address-row .address {
	width:194px;
	padding:14px;
	margin-right:14px;
}
#default-address {
	background:#E4F3D9;
	border-radius:5px;
}
.address .btn-secondary,#new-address-form .btn-secondary,.address .btn-transaction {
	margin-bottom:10px;
}
.fullwidth-cart #new-address-form {
	width:620px;
	margin:0 auto;
}
.fullwidth-cart.de #new-address-form .input-group .label,.fullwidth-cart.de #new-address-form .input-group label {
	display:inline-block;
	float:left;
	margin-bottom:0;
	margin-top:6px;
	text-align:right;
	width:150px;
}
.fullwidth-cart #new-address-area h3 {
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	font-weight:normal;
	font-size:16px;
}
.thanks-has-bg-color.fullwidth-cart #new-address-area h3 {
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
}
body.fullwidth-cart.cart-review #header,body.fullwidth-cart.cart-review #content,body.fullwidth-cart.cart-review #footer,body.fullwidth-cart.cart-payment #header,body.fullwidth-cart.cart-payment #content,body.fullwidth-cart.cart-payment #footer,body.fullwidth-cart.cart-billing #header,body.fullwidth-cart.cart-billing #content,body.fullwidth-cart.cart-billing #footer {
	width:980px;
}
.fullwidth-cart .cc-table-new .cc-table-new-number {
	width:195px;
}
.fullwidth-cart .cc-table-list .cc-table-list-card {
	padding-right:16px;
	width:300px;
}
.fullwidth-cart .cc-table-list .cc-table-list-exp {
	padding-right:16px;
	padding-left:0;
	width:150px;
}
.fullwidth-cart .cc-table-list .cc-table-list-name {
	padding-left:0;
}
.fullwidth-cart .cc-table-list th {
	text-align:left;
}
.fullwidth-cart .cc-table-new tbody td,.fullwidth-cart .cc-table-new tbody td.only {
	vertical-align:top;
	padding-right:16px;
}
.fullwidth-cart .cc-table-new tbody #cc-num {
	width:137px;
}
.fullwidth-cart .cc-table-new .cc-table-new-ccv {
	padding-left:0;
	width:82px;
}
.fullwidth-cart .cc-table-new .cc-table-new-exp {
	padding-left:0;
	width:150px;
}
.fullwidth-cart .cc-table-new .cc-table-new-name {
	padding-left:0;
}
.fullwidth-cart .cc-table-new tbody #cc-name {
	width:218px;
}
.fullwidth-cart .cc-table-new .cc-table-new-name {
	padding-left:0;
}
.fullwidth-cart .cart-message {
	width:948px;
	margin:0 auto;
	padding:16px;
	background-color:#E4F3D9;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.cart-message .left-col {
	float:left;
	width:698px;
}
.cart-message .right-col {
	float:right;
	width:217px;
}
.fullwidth-cart .cart-message-error {
	background-color:#FEDFDF;
}
.fullwidth-cart .cart-message h1 {
	font-weight:normal;
	font-size:20px;
	margin-bottom:12px;
}
.fullwidth-cart .cart-message p {
	font-size:16px;
	line-height:22px;
	margin-bottom:12px;
	color:#666;
}
.fullwidth-cart .cart-message p:last-child {
	margin-bottom:0;
}
.fullwidth-cart .cart-message h4 {
	margin-bottom:8px;
	padding:8px 0;
	border-bottom:1px solid #b5e0c7;
}
.fullwidth-cart .cart-message .address,.fullwidth-cart .cart-message .bank-transfer-details {
	line-height:18px;
	padding:0;
	margin-bottom:0;
	color:#666;
}
.fullwidth-cart .cart-message .bank-transfer-details span {
	display:inline-block;
	margin-right:4px;
}
.cart-message-download {
	margin:28px auto;
	background:#E4F3D9;
	border:1px solid #d3e1c5;
	box-shadow:inset 0 1px 0 0 #f1fcec;
	border-radius:5px;
}
.cart-message-download .order-status {
	padding:28px 0 28px 28px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.cart-message-download .order-downloads {
	padding:28px 28px 28px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.cart-message-download .item-thumb {
	width:90px;
	height:71px;
	margin:0 14px 14px 14px;
	border-radius:2px;
	float:left;
}
.cart-message-download .order-downloads h2 {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	padding:8px 28px 14px 0;
}
.transaction-attachments {
	background:#fff;
	border-color:#d3e1c5;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:5px;
	box-shadow:0 3px 0 0 rgba(0,0,0,0.05);
}
.transaction-attachments li {
	margin:0 14px;
	border-bottom:1px solid #E2E2E2;
}
.transaction-attachments li:last-child {
	border-bottom:none;
}
.transaction-attachments a {
	float:left;
	margin:14px 14px 14px 0;
}
.transaction-attachments p {
	display:inline-block;
	width:308px;
	line-height:16px;
	color:#666;
	padding:11px 0;
	word-wrap:break-word;
}
.transaction-attachments span {
	display:block;
	color:#aaaaaa;
}
.fullwidth-cart .item-note {
	margin-bottom:12px;
	padding:6px 0 7px;
	margin-top:12px;
	border-bottom:1px solid #EEE;
	width:314px;
	float:none;
}
.thanks-has-bg-color.fullwidth-cart .item-note {
	border-bottom:1px solid #E2E2E2;
}
.fullwidth-cart .item-note h3 {
	margin:0;
	font-size:12px;
}
.shipping-options {
	border-left:1px solid #EAEAE3;
	margin-left:-1px;
	width:234px;
	padding:15px 0 15px 15px;
	line-height:16px;
	color:#333333;
	float:left;
	position:relative;
}
.item-list {
	float:left;
	width:466px;
}
.item-list>.item:first-child {
	border-top:none;
}
.split-order .items {
	border-bottom:1px solid #EAEAE3;
	background-color:#EAEAE3;
}
.gc-checkbox {
	margin:8px 0 12px;
}
.gc-checkbox input {
	float:left;
	margin-right:5px;
}
.gc-checkbox label {
	display:inline-block;
	width:195px;
}
.gc-no-checkbox {
	background-color:#f5f5f1;
	border-top:1px solid #D9D9D9;
	color:#666;
	line-height:16px;
	margin:8px 0 12px;
	padding:8px;
}
.thanks-has-bg-color .gc-no-checkbox {
	border-top:1px solid #E2E2E2;
}
.gc-no-checkbox.gc-notice {
	background-color:#ffffcc;
	box-shadow:none;
}
.gc-no-checkbox .currency-code {
	font-size:90%;
}
.order-submit .add-another-giftcard {
	margin-top:2px;
	text-align:left;
}
.order-submit .giftcard-tos {
	text-align:left;
	margin-bottom:5px;
	border-top:1px solid #D9D9D9;
	background-color:#F5F5F5;
	color:#666;
	margin:8px 0px 12px;
}
.thanks-has-bg-color .order-submit .giftcard-tos {
	border-top:1px solid #E2E2E2;
}
.order-submit .giftcard-tos .tos-error-msg {
	color:#ef4035;
	border-bottom:1px solid #fafaf8;
	display:none;
	background-color:#FEDFDF;
	padding:8px;
}
.order-submit .giftcard-tos .tos-container {
	padding:8px;
}
.order-submit .giftcard-tos .tos-link {
	display:inline-block;
}
.order-submit .giftcard-tos p {
	line-height:16px;
	padding-left:17px;
}
.order-submit .giftcard-tos input {
	float:left;
	margin-top:1px;
}
.item-details h3 .currency-code {
	font-size:11px;
}
.item-details .attachment-details {
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:14px;
	color:#888;
	border-bottom:1px solid #EEEEEE;
}
.thanks-has-bg-color .item-details .attachment-details {
	border-bottom:1px solid #E2E2E2;
}
.delivery-details {
	width:234px;
	padding:15px 0 15px 15px;
	line-height:16px;
	color:#666;
	float:left;
}
.fullwidth-cart .delivery-details h3 {
	font-weight:bold;
	font-size:12px;
}
.item-variation.gc-custom {
	border-bottom:1px solid #EEE;
	border-top:1px solid #EEE;
	color:#333;
	margin-bottom:8px;
	padding:8px 8px 8px 0;
}
.thanks-has-bg-color .item-variation.gc-custom {
	border-bottom:1px solid #E2E2E2;
	border-top:1px solid #E2E2E2;
}
.item-variation.gc-custom .recipient {
	float:left;
	margin-right:20px;
	width:135px;
}
.item-variation.gc-custom .sender {
	float:left;
	width:135px;
}
.item-variation.gc-custom .custom-message {
	float:left;
	margin-top:14px;
}
.item-variation.gc-custom p.label {
	margin-bottom:2px;
}
.item-variation.gc-custom p.name {
	color:#666;
}
.gc-item-group {
	border-bottom:1px solid #D9D9D9;
	float:left;
	width:100%;
}
.thanks-has-bg-color .gc-item-group {
	border-bottom:1px solid #E2E2E2;
}
.gc-item {
	float:left;
	width:466px;
}
.thanks-has-bg-color .gc-item {
	margin-bottom:-1px;
}
.gc-item .item {
	border-bottom:none;
}
.gc-item .item-details {
	border-right:1px solid #EAEAE3;
	width:298px !important;
}
.gc-item-group .shipping-options {
	color:#333;
}
.gc-item-group .shipping-options h3 {
	font-size:12px;
	padding-bottom:4px;
}
.gc-item-group .shipping-options p.details {
	color:#666;
	padding-bottom:4px;
}
.msg.over-add-card .arrow-b {
	left:12px;
}
.order .payment-submit.over-add-card .button-large span {
	width:189px;
}
#giftcards-redeem-header-link h3 {
	font-size:18px;
	font-weight:normal;
}
#giftcards-redeem-header-link {
	text-decoration:none;
	float:left;
	padding-left:20px;
	padding-top:10px;
}
#giftcards-redeem-header {
	float:left;
	padding-left:20px;
	padding-top:10px;
	text-decoration:none;
}
#giftcards-redeem-header h3 {
	font-size:18px;
	font-weight:normal;
}
.tt.tt-redeem {
	background-color:#FFF;
	border:1px solid #BFBFBF;
	border-radius:5px;
	box-shadow:0 0 10px #999;
	padding:0;
	width:352px;
}
.tt.tt-redeem .tt-inner {
	border-radius:5px;
	float:left;
	padding:0;
	width:100%;
}
.tt.tt-redeem .tt-inner .tt-body {
	float:left;
	padding:10px 20px;
}
.tt.tt-redeem h3 {
	color:#333;
	font-size:18px;
	font-weight:normal;
	margin:8px 0 12px;
}
.tt.tt-redeem .input-group {
	float:left;
}
.tt.tt-redeem .input-group input {
	font-size:18px;
	width:220px;
}
.tt.tt-redeem .submit {
	clear:none;
	float:left;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
}
.fullwidth-cart #checkout-header .tt.tt-redeem .button-large {
	margin-left:10px;
}
.tt-redeem .tt-inner .redeem-errors {
	background-color:#FCF3ED;
}
.tt-redeem .tt-inner .redeem-msg {
	clear:both;
	padding:10px 20px;
	position:relative;
}
.tt-redeem .tt-inner .redeem-msg p {
	line-height:16px;
}
.tt-redeem .tt-inner .redeem-errors .arrow {
	background:url(../images/main-sprite.png) no-repeat scroll -113px -588px transparent;
}
.tt-redeem .tt-inner .msg-success .arrow {
	background:url(../images/main-sprite.png) no-repeat scroll -113px -746px transparent;
}
.tt-redeem .tt-inner .redeem-msg .arrow {
	height:13px;
	left:20px;
	position:absolute;
	top:-13px;
	width:25px;
}
.tt-redeem .tt-inner .tt-footer {
	background-color:#F5F5F1;
	border-radius:0 0 5px 5px;
	border-top:1px solid #EAEAE3;
	clear:both;
	padding:10px 20px;
}
.tt.tt-redeem .tt-arrow {
	background:url(../images/seller-on-boarding-image-map.png) no-repeat scroll -880px -88px transparent;
	height:15px;
	position:absolute;
	top:-15px;
	width:32px;
}
.repeat-item-description {
	font-size:11px;
	line-height:14px;
	color:#666;
	padding:0 6px 0px 0;
	margin:-2px 14px 6px 0;
	display:block;
}
.vat-caps {
	font-size:90%;
}
.order .customs-legalese {
	color:#666;
	line-height:130%;
	font-style:normal;
	margin-bottom:16px;
}
#shop-policies-overlay .overlay-body {
	padding:0px;
}
#shop-policies-overlay .primary {
	width:712px;
	padding-top:26px;
	margin-left:24px;
	margin-bottom:16px;
}
#shop-policies-overlay .primary .section {
	margin-bottom:12px;
	padding:0;
}
#shop-policies-overlay .primary .section h1 {
	color:#808080;
}
#shop-policies-overlay .primary .section h1 span.emphasis-text {
	color:#000;
}
#shop-policies-overlay .primary .row {
	border-top:1px solid #DDDDDD;
	margin-bottom:25px;
	padding-top:7px;
}
#shop-policies-overlay .primary .row h2 {
	float:left;
	font-size:12px;
	line-height:18px;
}
#shop-policies-overlay .primary .row p {
	color:#666;
	float:right;
	width:450px;
	font-size:12px;
	line-height:18px;
	padding-right:40px;
}
.de #shop-policies-overlay .primary .row p {
	padding-right:20px;
}
#shop-policies-overlay .overlay-footer {
	height:auto;
}
.item .shipping-upgrades {
	margin-top:4px;
	color:#666;
}
.order-summary .shipping-upgrades {
	margin-top:16px;
}
.order-summary .shipping-upgrades.mode-error {
	border-radius:5px;
	background-color:#FFF8D2;
	margin-top:10px;
}
.item .shipping-upgrades .shipping-upgrade-options select {
	width:210px;
}
.shipping-upgrades .shipping-upgrade-selection {
	display:none;
}
.shipping-upgrades.mode-preview .shipping-upgrade-selection {
	display:inline-block;
}
.shipping-upgrades .remove-shipping-upgrade {
	display:none;
}
.shipping-upgrades.mode-preview .remove-shipping-upgrade {
	display:inline-block;
}
.shipping-upgrades.mode-preview .shipping-upgrade-options {
	display:none;
}
.shipping-upgrades.mode-select .shipping-upgrade-options {
	display:block;
}
.shipping-upgrades.mode-error .shipping-upgrade-options {
	padding:10px;
}
.shipping-upgrades .shipping-upgrade-error {
	display:none;
	border-bottom:1px solid #E6E6E5;
	padding:10px;
}
.shipping-upgrades.mode-error .shipping-upgrade-error {
	display:block;
}
.msg.success-invite-friends p {
	display:inline-block;
	margin-right:16px;
	font-size:16px;
	line-height:22px;
	color:#666;
}
.invite-friends {
	width:980px;
	margin:16px auto;
	color:#999999;
	font-size:13px;
	background-image:url(../images/checkout_banner.png);
	background-repeat:no-repeat;
	background-size:auto 120px;
	background-position:20px center;
}
.invite-friends .callout {
	box-sizing:border-box;
	position:relative;
	width:77%;
	margin-left:23%;
	padding:20px;
	border:solid 1px #ECECEC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.invite-friends .callout::before {
	content:'';
	position:absolute;
	background-color:#ffffff;
	border-left:solid 1px #ECECEC;
	border-bottom:solid 1px #ECECEC;
	width:12px;
	height:12px;
	top:24px;
	left:-7px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=-0.70710678,M21=0.70710678,M22=0.70710678,sizingMethod='auto expand')";
}
.invite-friends .share-referral {
	margin-top:12px;
}
.invite-friends h2 {
	font-family:"Guardian-EgypTT",Georgia,serif;
	font-weight:600;
	font-size:18px;
	margin-bottom:8px;
}
#cart-pager {
	margin-bottom:40px;
}
#cart-pager .pager {
	padding-top:0px;
}
#cart-spinner-main {
	margin:80px auto;
}
.default-shipping {
	color:#333;
	font-size:12px;
}
#new-address-form {
	position:relative;
}
#new-address-area .default-shipping {
	padding-left:10px;
}
#new-address-area .address-suggestion {
	display:none;
	margin-bottom:16px;
}
#new-address-area .address-suggestion .address-option {
	float:left;
	width:50%;
	box-sizing:border-box;
}
#new-address-area .loading-indicator {
	display:none;
	text-align:center;
	line-height:200px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#FFF;
	z-index:1;
}
#new-address-area .loading-indicator span {
	display:inline-block;
	vertical-align:middle;
}
#new-address-area.loading .loading-indicator {
	display:block;
}
#new-address-area.loading .address-form {
	display:none;
}
.overlay-edit-address .default-shipping {
	padding-right:10px;
}

.apm-costs {
	background-color:#ffffcc;
	box-shadow:none;
	border-top:1px solid #D9D9D9;
	color:#666;
	line-height:16px;
	margin:8px 0 12px;
	padding:8px;
}
.thanks-has-bg-color .apm-costs {
	border-top:1px solid #E2E2E2;
}
.payment-choice-idealbank {
	margin:10px 0 4px 14px;
}
.payment-choice-idealbank select {
	width:100%;
}
.similar-listings-container {
	margin-bottom:36px;
}
.multi-similar-listings-container {
	margin-bottom:36px;
}
.item h3 {
	font-size:14px;
	line-height:18px;
}
.master-item h3 {
	margin-bottom:0;
}
.master-item.item .item-details .invalid-listing-variation.msg {
	margin-top:5px;
	margin-bottom:5px;
}
.master-item.item .item-details .invalid-listing-variation .actions a {
	color:#0192b5;
}
.master-item .item-numbers {
	float:none;
	margin-bottom:0;
}
.master-item.item .item-variation {
	padding:0;
}
.master-item.item .item-variation h4 {
	float:left;
	font-size:12px;
	font-weight:normal;
	margin-bottom:8px;
	width:298px;
}
.item .item-numbers li.item-quantity,.master-item.item .item-variation .item-properties .item-property,.master-item.item .item-variation .item-property {
	float:left;
	line-height:16px;
}
.item .item-numbers li.item-price,.item .item-properties li.item-property,.item .item-numbers li.item-shipping {
	line-height:16px;
	width:35%;
}
.item .item-properties .item-property span,.item .item-numbers .label,.item .item-variation .item-properties .item-property span,.item .item-variation .item-numbers label {
	display:block;
}
.master-item.item .item-variation li.action-remove {
	float:right;
}
.master-item.item .item-variation .invalid-listing-variation {
	margin-left:0 !important;
}
.master-item.item .item-variation .invalid-listing-variation .invalid-reason {
	background-color:#FEDFDF;
	font-size:12px;
	padding:12px 12px 11px 12px;
	margin:0;
	color:#333;
}
.master-item.item .item-variation .invalid-listing-variation li.action-remove {
	float:none;
}
.fullwidth-cart .master-item.item .item-details {
	position:static;
}
.fullwidth-cart .item-variation .invalid-group {
	float:left;
	margin:3px 0 6px 0;
	width:280px;
}
.fullwidth-cart .master-item.item .item-variation .invalid-listing-variation li.action-remove {
	float:none;
}
.fullwidth-cart .master-item.item .item-variation h4 {
	margin-bottom:4px;
}
div.listing-variation-errors div {
	display:none;
}
a.update-variations {
	display:none;
}
@font-face {
	font-family:"SSnewfont";
	src:url("../fonts/ss-newfont.eot");
	src:url("../fonts/ss-newfontd41d.eot?#iefix") format('embedded-opentype'),url("../fonts/ss-newfont.woff") format('woff'),url("../fonts/ss-newfont.ttf") format('truetype');
	font-weight:400;
	font-style:normal;
}
html:hover [class^="ss-"] {
	-ms-zoom:1;
}
.ss-icon,.ss-icon.ss-newfont,[class^="ss-"]:before,[class*=" ss-"]:before,[class^="ss-"].ss-newfont:before,[class*=" ss-"].ss-newfont:before,[class^="ss-"].right:after,[class*=" ss-"].right:after,[class^="ss-"].ss-newfont.right:after,[class*=" ss-"].ss-newfont.right:after {
	font-family:"SSnewfont";
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	white-space:nowrap;
	-moz-font-feature-settings:"liga=1";
	-moz-font-feature-settings:"liga";
	-ms-font-feature-settings:"liga" 1;
	-o-font-feature-settings:"liga";
	font-feature-settings:"liga";
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
[class^="ss-"].right:before,[class*=" ss-"].right:before {
	display:none;
	content:'';
}
.ss-search:before,.ss-search.right:after {
	content:'🔎';
}
.ss-zoomin:before,.ss-zoomin.right:after {
	content:'';
}
.ss-browse:before,.ss-browse.right:after {
	content:'👀';
}
.ss-move:before,.ss-move.right:after {
	content:'';
}
.ss-write:before,.ss-write.right:after {
	content:'✎';
}
.ss-compose:before,.ss-compose.right:after {
	content:'📝';
}
.ss-lock:before,.ss-lock.right:after {
	content:'🔒';
}
.ss-unlock:before,.ss-unlock.right:after {
	content:'🔓';
}
.ss-trash:before,.ss-trash.right:after {
	content:'';
}
.ss-tag:before,.ss-tag.right:after {
	content:'🏷';
}
.ss-customize:before,.ss-customize.right:after {
	content:'';
}
.ss-flag:before,.ss-flag.right:after {
	content:'⚑';
}
.ss-like:before,.ss-like.right:after {
	content:'👍';
}
.ss-dislike:before,.ss-dislike.right:after {
	content:'👎';
}
.ss-heart:before,.ss-heart.right:after {
	content:'♥';
}
.ss-heartempty:before,.ss-heartempty.right:after {
	content:'♡';
}
.ss-star:before,.ss-star.right:after {
	content:'⋆';
}
.ss-halfstar:before,.ss-halfstar.right:after {
	content:'';
}
.ss-reply:before,.ss-reply.right:after {
	content:'↩';
}
.ss-conversations:before,.ss-conversations.right:after {
	content:'💬';
}
.ss-snippets:before,.ss-snippets.right:after {
	content:'';
}
.ss-ellipsis:before,.ss-ellipsis.right:after {
	content:'…';
}
.ss-followuser:before,.ss-followuser.right:after {
	content:'';
}
.ss-followinguser:before,.ss-followinguser.right:after {
	content:'';
}
.ss-userprofile:before,.ss-userprofile.right:after {
	content:'';
}
.ss-cart:before,.ss-cart.right:after {
	content:'';
}
.ss-cartempty:before,.ss-cartempty.right:after {
	content:'';
}
.ss-shop:before,.ss-shop.right:after {
	content:'🏪';
}
.ss-followshop:before,.ss-followshop.right:after {
	content:'';
}
.ss-followingshop:before,.ss-followingshop.right:after {
	content:'';
}
.ss-quicklisting:before,.ss-quicklisting.right:after {
	content:'';
}
.ss-items:before,.ss-items.right:after {
	content:'';
}
.ss-featureditem:before,.ss-featureditem.right:after {
	content:'';
}
.ss-promoteditem:before,.ss-promoteditem.right:after {
	content:'';
}
.ss-gift:before,.ss-gift.right:after {
	content:'🎁';
}
.ss-giftcard:before,.ss-giftcard.right:after {
	content:'';
}
.ss-creditcard:before,.ss-creditcard.right:after {
	content:'💳';
}
.ss-barchart:before,.ss-barchart.right:after {
	content:'📊';
}
.ss-activity:before,.ss-activity.right:after {
	content:'';
}
.ss-orders:before,.ss-orders.right:after {
	content:'📋';
}
.ss-delivery:before,.ss-delivery.right:after {
	content:'';
}
.ss-globe:before,.ss-globe.right:after {
	content:'🌎';
}
.ss-location:before,.ss-location.right:after {
	content:'';
}
.ss-play:before,.ss-play.right:after {
	content:'▶';
}
.ss-record:before,.ss-record.right:after {
	content:'●';
}
.ss-grid:before,.ss-grid.right:after {
	content:'';
}
.ss-rows:before,.ss-rows.right:after {
	content:'';
}
.ss-thumbnails:before,.ss-thumbnails.right:after {
	content:'';
}
.ss-downloadcloud:before,.ss-downloadcloud.right:after {
	content:'';
}
.ss-transfer:before,.ss-transfer.right:after {
	content:'⇆';
}
.ss-import:before,.ss-import.right:after {
	content:'';
}
.ss-folder:before,.ss-folder.right:after {
	content:'📁';
}
.ss-quote:before,.ss-quote.right:after {
	content:'"';
}
.ss-print:before,.ss-print.right:after {
	content:'⎙';
}
.ss-list:before,.ss-list.right:after {
	content:'';
}
.ss-listcheck:before,.ss-listcheck.right:after {
	content:'';
}
.ss-action:before,.ss-action.right:after {
	content:'';
}
.ss-redirect:before,.ss-redirect.right:after {
	content:'↪';
}
.ss-expand:before,.ss-expand.right:after {
	content:'⤢';
}
.ss-contract:before,.ss-contract.right:after {
	content:'';
}
.ss-help:before,.ss-help.right:after {
	content:'❓';
}
.ss-plus:before,.ss-plus.right:after {
	content:'+';
}
.ss-hyphen:before,.ss-hyphen.right:after {
	content:'-';
}
.ss-check:before,.ss-check.right:after {
	content:'✓';
}
.ss-delete:before,.ss-delete.right:after {
	content:'␡';
}
.ss-settings:before,.ss-settings.right:after {
	content:'⚙';
}
.ss-clock:before,.ss-clock.right:after {
	content:'⏲';
}
.ss-calendar:before,.ss-calendar.right:after {
	content:'📅';
}
.ss-navigateup:before,.ss-navigateup.right:after {
	content:'';
}
.ss-navigateright:before,.ss-navigateright.right:after {
	content:'▻';
}
.ss-navigatedown:before,.ss-navigatedown.right:after {
	content:'';
}
.ss-navigateleft:before,.ss-navigateleft.right:after {
	content:'◅';
}
.ss-directup:before,.ss-directup.right:after {
	content:'▴';
}
.ss-directright:before,.ss-directright.right:after {
	content:'▹';
}
.ss-dropdown:before,.ss-dropdown.right:after {
	content:'▾';
}
.ss-directleft:before,.ss-directleft.right:after {
	content:'◃';
}
.ss-share:before,.ss-share.right:after {
	content:'';
}
.ss-iosshare:before,.ss-iosshare.right:after {
	content:'';
}
.ss-facebook:before,.ss-facebook.right:after {
	content:'';
}
.ss-twitter:before,.ss-twitter.right:after {
	content:'';
}
.ss-google:before,.ss-google.right:after {
	content:'';
}
.ss-tumblr:before,.ss-tumblr.right:after {
	content:'';
}
.ss-youtube:before,.ss-youtube.right:after {
	content:'';
}
.ss-vimeo:before,.ss-vimeo.right:after {
	content:'';
}
.ss-instagram:before,.ss-instagram.right:after {
	content:'';
}
.ss-pinterest:before,.ss-pinterest.right:after {
	content:'';
}
.ss-newfonte:before,.ss-newfonte.right:after {
	content:'';
}
.ss-newfontlogo:before,.ss-newfontlogo.right:after {
	content:'';
}
.common-form label {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	color:#333;
}
.common-form input[type="text"],.common-form input[type="tel"],.common-form input[type="number"],.common-form input[type="password"],.common-form input[type="search"],.common-form textarea,.common-form select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	height:34px;
	font-family: MarkPro-Book,Source Sans Pro,sans-serif;
	font-size:14px;
	line-height:20px;
	vertical-align:top;
	text-align:left;
	padding:6px 10px;
	color:#333;
	background-color:#FFFFFF;
	border:1px solid #CFCBC8;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 2px #E9E9E8;
	-moz-box-shadow:inset 0 1px 2px #E9E9E8,0 0 0 1000px #fff inset;
	box-shadow:inset 0 1px 2px #E9E9E8,0 0 0 1000px #fff inset;
}
.common-form textarea {
	height:auto;
	resize:none;
}
.common-form input[type="text"]:hover,.common-form input[type="tel"]:hover,.common-form input[type="number"]:hover,.common-form input[type="password"]:hover,.common-form input[type="search"]:hover,.common-form textarea:hover {
	border-color:#bcb7b3;
	-webkit-box-shadow:inset 0 1px 2px #E9E9E8;
	-moz-box-shadow:inset 0 1px 2px #E9E9E8,0 0 0 1000px #fff inset;
	box-shadow:inset 0 1px 2px #E9E9E8,0 0 0 1000px #fff inset;
}
.common-form input[type="text"]:focus,.common-form input[type="tel"]:focus,.common-form input[type="number"]:focus,.common-form input[type="password"]:focus,.common-form input[type="search"]:focus,.common-form textarea:focus {
	outline:none;
	border-color:#34A8C4;
	-webkit-box-shadow:inset 0 1px 2px #E9E9E8,0 0 2px #34A8C4;
	-moz-box-shadow:inset 0 1px 2px #E9E9E8,0 0 0 1000px #fff inset,0 0 2px #34A8C4;
	box-shadow:inset 0 1px 2px #E9E9E8,0 0 0 1000px #fff inset,0 0 2px #34A8C4;
}
.common-form select {
	outline:none;
	cursor:pointer;
	background:#FFFFFF no-repeat right center;
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAAjklEQVR4AWOYPnmC5ZwZU3+uWLrw/+rlS8B4xZKF/2dNm/xh+qR+1f///zNgwyDC8uaN639279z+//DB/WC8a8eW/48ePvgKlMOrEYSzz5878//IoQNAvP//tSuX/wOBPwMQ4NUIAr9+/Vp2+MC+/8ePHvn/9+/fdrAgYY1gmuvjhw/Xvn79ehDIZiakEQCqFsD9wsDZpAAAAABJRU5ErkJggg==");
	text-indent:0.01px;
	text-overflow:"";
	padding:7px 20px 7px 10px;
	line-height:1.3;
	border-color:#CFCBC8;
	-webkit-box-shadow:inset 0 1px 2px #E9E9E8;
	-moz-box-shadow:inset 0 1px 2px #E9E9E8;
	box-shadow:inset 0 1px 2px #E9E9E8;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.common-form select {
		background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAKCAYAAACngj4SAAAA/ElEQVR4Ab3QA1JFARSA4TisBdQKahEto4XUQrJt1/DZtgfZtl1/72TzTue9a3z/3BTgX5eUhupKR3d7C4O9XV8u/b2dtLc2UF9VXvpr8GB/32fQqrFbTTjt1k8Xi8mAw2rm8uKi/NcgkLu+trplsxjxeVwEfJ53F7kmUYeHhz4g89egDFAwMT525bRZ8Hvd72ISJGFAjjzzJ1Dm+vq6OBz043LYXmASICHJoEsJk3sVAYHUs9PTEQG9bucjKMcSAhTJfYqBMkD27s7OlN1sQj6jwAKenZ2OyHXFQRkgf2F+7thqMmA3G0kGTAJZCoLvooWJWASBgTw5pxR4A7/Q8axTQkDyAAAAAElFTkSuQmCC");
		background-size:14px 5px;
	}
}
.common-form select:hover {
	border-color:#bcb7b3;
	-webkit-box-shadow:inset 0 1px 2px #E9E9E8;
	-moz-box-shadow:inset 0 1px 2px #E9E9E8;
	box-shadow:inset 0 1px 2px #E9E9E8;
}
.common-form select:active,.common-form select:active:hover,.common-form select:focus {
	border-color:#34A8C4;
	-webkit-box-shadow:inset 0 1px 2px #E9E9E8,0 0 2px #34A8C4;
	-moz-box-shadow:inset 0 1px 2px #E9E9E8,0 0 2px #34A8C4;
	box-shadow:inset 0 1px 2px #E9E9E8,0 0 2px #34A8C4;
}
.common-form input[type="checkbox"],.common-form input[type="radio"] {
	width:14px;
	height:14px;
	margin-right:2px;
	display:inline-block;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
}
.common-form label>input[type="checkbox"],.common-form label>input[type="radio"] {
	opacity:0;
	margin-right:0;
}
.common-form label>input[type="checkbox"]+span,.common-form label>input[type="radio"]+span {
	cursor:pointer;
	position:relative;
	margin-left:-16px;
	vertical-align:middle;
}
.common-form label>input[type="radio"]+span {
	margin-left:-17px;
}
.common-form label>input[type="checkbox"]+span:before,.common-form label>input[type="radio"]+span:before {
	content:'';
	position:relative;
	display:inline-block;
	width:14px;
	height:14px;
	margin-right:4px;
	line-height:20px;
	top:-1px;
	vertical-align:middle;
	border-radius:3px;
	border:1px solid #C3BEBC;
	background:#FFFFFF;
	background:-webkit-linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	background:-moz-linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	background:-o-linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	background:linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	-webkit-box-shadow:0 1px 3px -1px #CDC9C6;
	-moz-box-shadow:0 1px 3px -1px #CDC9C6;
	box-shadow:0 1px 3px -1px #CDC9C6;
}
.common-form label>input[type="radio"]+span:before {
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:50%;
}
.common-form label>input[type="checkbox"]+span:hover:before,.common-form label>input[type="radio"]+span:hover:before {
	border-color:#b0aba7;
	background:#FFFFFF;
	background:-webkit-linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	background:-moz-linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	background:-o-linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	background:linear-gradient(top,#FFFFFF 20%,#E9E9E8);
	-webkit-box-shadow:0 1px 2px -1px #dfe0e1;
	-moz-box-shadow:0 1px 2px -1px #dfe0e1;
	box-shadow:0 1px 2px -1px #dfe0e1;
}
.common-form label>input[type="checkbox"]:focus+span:before,.common-form label>input[type="radio"]:focus+span:before {
	border-color:#0192B5;
	-webkit-box-shadow:0 0 2px #34A8C4;
	-moz-box-shadow:0 0 2px #34A8C4;
	box-shadow:0 0 2px #34A8C4;
}
.common-form label>input[type="radio"]:checked+span:before {
	border-color:#bcb7b3;
	background:#0192B5;
	background:-webkit-linear-gradient(top,#0192B5 20%,#34A8C4);
	background:-moz-linear-gradient(top,#0192B5 20%,#34A8C4);
	background:-o-linear-gradient(top,#0192B5 20%,#34A8C4);
	background:linear-gradient(top,#0192B5 20%,#34A8C4);
	-webkit-box-shadow:inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff;
	-moz-box-shadow:inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff;
	box-shadow:inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff;
}
.common-form label>input[type="radio"]:checked:focus+span:before {
	border-color:#0192B5;
	-webkit-box-shadow:inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff,0 0 2px #34A8C4;
	-moz-box-shadow:inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff,0 0 2px #34A8C4;
	box-shadow:inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff,0 0 2px #34A8C4;
}
.common-form label>input[type="checkbox"]:checked+span:before {
	font-family:"SSnewfont";
	content:'✓';
	font-size:14px;
	line-height:16px;
	text-indent:2px;
	color:#0192B5;
	background:#fff;
	border-color:#bcb7b3;
	-webkit-box-shadow:inset 0 1px 4px -1px #E9E9E8;
	-moz-box-shadow:inset 0 1px 4px -1px #E9E9E8;
	box-shadow:inset 0 1px 4px -1px #E9E9E8;
}
.common-form label>input[type="checkbox"]:checked:focus+span:before {
	border-color:#0192B5;
	-webkit-box-shadow:0 0 2px #34A8C4;
	-moz-box-shadow:0 0 2px #34A8C4;
	box-shadow:0 0 2px #34A8C4;
}
.common-form label>input[type="checkbox"]:disabled,.common-form label>input[type="radio"]:disabled,.common-form label>input[type="checkbox"]:disabled+span,.common-form label>input[type="radio"]:disabled+span,.common-form label>input[type="checkbox"]:checked:disabled+span:before,.common-form label>input[type="radio"]:checked:disabled+span:before {
	color:#cbccc9;
	cursor:default;
	border-color:#e1e3df;
}
.common-form input[type=number]::-webkit-inner-spin-button,.common-form input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
	margin:0;
}
.common-form.form-small label,.common-form.form-small input[type="text"],.common-form.form-small input[type="tel"],.common-form.form-small input[type="number"],.common-form.form-small input[type="password"],.common-form.form-small input[type="search"],.common-form.form-small textarea,.common-form.form-small select,.common-form.form-small input[type="checkbox"],.common-form.form-small input[type="radio"] {
	font-size:12px;
	line-height:16px;
}
.common-form.form-small input[type="text"],.common-form.form-small input[type="tel"],.common-form.form-small input[type="number"],.common-form.form-small input[type="password"],.common-form.form-small input[type="search"],.common-form.form-small textarea,.common-form.form-small select {
	height:25px;
	padding:3px 6px;
}
.common-form.form-small textarea {
	height:auto;
}
.common-form.form-small select {
	padding:4px 6px;
}
.common-form.form-small label>input[type="checkbox"]+span:before,.common-form.form-small label>input[type="radio"]+span:before {
	width:12px;
	height:12px;
	margin-right:4px;
}
.common-form.form-small label>input[type="radio"]+span:before {
	width:14px;
	height:14px;
}
.common-form.form-small label>input[type="checkbox"]:checked+span:before {
	font-size:12px;
}
.common-form .input-group.error label {
	color:#A80308;
}
.common-form .input-group input.error,.common-form .input-group textarea.error,.common-form .input-group select.error,.common-form .input-group.error input[type="text"]:focus,.common-form .input-group.error input[type="tel"]:focus,.common-form .input-group.error input[type="number"]:focus,.common-form .input-group.error input[type="password"]:focus,.common-form .input-group.error input[type="search"]:focus,.common-form .input-group.error textarea:focus,.common-form .input-group.error select:focus {
	border-color:#A80308;
	-moz-box-shadow:0 0 3px 0 #FEACAF;
	-webkit-box-shadow:0 0 3px 0 #FEACAF;
	box-shadow:0 0 3px 0 #FEACAF;
}
.lte-ie8 .common-form label>input[type="checkbox"],.lte-ie8 .common-form label>input[type="radio"],.lte-ie8.common-form label>input[type="checkbox"],.lte-ie8.common-form label>input[type="radio"] {
	margin-right:2px;
}
.lte-ie8 .common-form label>input[type="checkbox"]+span,.lte-ie8 .common-form label>input[type="radio"]+span,.lte-ie8.common-form label>input[type="checkbox"]+span,.lte-ie8.common-form label>input[type="radio"]+span {
	margin-left:0;
}
.lte-ie8 .common-form label>input[type="checkbox"]+span,.lte-ie8.common-form label>input[type="checkbox"]+span {
	display:inline;
}
.lte-ie8 .common-form label>input[type="checkbox"]+span:before,.lte-ie8 .common-form label>input[type="radio"]+span:before,.lte-ie8.common-form label>input[type="checkbox"]+span:before,.lte-ie8.common-form label>input[type="radio"]+span:before {
	display:none;
}
.common-form .input-group input.text,.common-form .input-group textarea.text {
	border:1px solid #CFCBC8;
}
.common-form .input-group input.text:hover,.common-form .input-group textarea.text:hover {
	border-color:#bcb7b3;
}
.common-form .input-group input.text:focus,.common-form .input-group textarea.text:focus {
	outline:none;
	border-color:#34A8C4;
}
.common-form .input-group-error input.text,.common-form .input-group-error textarea.text,.common-form .input-group-error select,.common-form .input-group-error input[type="text"]:hover,.common-form .input-group-error input[type="tel"]:hover,.common-form .input-group-error input[type="number"]:hover,.common-form .input-group-error textarea:hover,.common-form .input-group-error select:hover,.common-form .input-group-error input[type="text"]:focus,.common-form .input-group-error input[type="tel"]:focus,.common-form .input-group-error input[type="number"]:focus,.common-form .input-group-error textarea:focus,.common-form .input-group-error select:focus {
	border-color:#A80308;
	-moz-box-shadow:0 0 3px 0 #FEACAF;
	-webkit-box-shadow:0 0 3px 0 #FEACAF;
	box-shadow:0 0 3px 0 #FEACAF;
}
.common-form .inline-error p {
	display:none;
	font-size:13px;
	margin-top:4px;
	color:#A80308;
}
.common-form .input-group-error .inline-error p {
	display:block;
}
.shipping-destination {
	color:#999;
}
.shipping-destination .monetary {
	color:#000;
}
.estimate-shipping-form {
	width:200px;
	background-color:#FFF;
	border:solid 1px #CBC9C7;
	border-color:rgba(0,0,0,0.15);
	border-radius:3px;
	box-shadow:0 1px 2px #F2F1F1;
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	text-shadow:0 1px 0 #fff;
	-moz-background-clip:padding-box;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	z-index:1;
	padding:10px;
}
.estimate-shipping-form::after {
	display:block;
	content:"";
	text-indent:-1000px;
	overflow:hidden;
	width:16px;
	height:7px;
	position:absolute;
	margin-top:-4px;
	margin-right:-11px;
	top:50%;
	right:0;
	background:url(../images/sprites-v2.png) no-repeat -229px 0 transparent;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.estimate-shipping-form .tt-inner {
	padding:0;
}
.estimate-shipping-form .submission-error,.estimate-shipping-form .country-error,.estimate-shipping-form-overlay .submission-error,.estimate-shipping-form-overlay .country-error {
	display:none;
	margin-bottom:5px;
	padding:10px;
}
.estimate-shipping-form.submission-error .submission-error,.estimate-shipping-form.country-error .country-error,.estimate-shipping-form-overlay.submission-error .submission-error,.estimate-shipping-form-overlay.country-error .country-error {
	display:block;
}
.estimate-shipping-form input,.estimate-shipping-form select,.estimate-shipping-form .input-group input.error,.estimate-shipping-form .input-group input.error:focus,.estimate-shipping-form .input-group select.error,.estimate-shipping-form-overlay input,.estimate-shipping-form-overlay select,.estimate-shipping-form-overlay .input-group input,.estimate-shipping-form-overlay .input-group input.error,.estimate-shipping-form-overlay .input-group input.error:focus,.estimate-shipping-form-overlay .input-group select.error {
	width:100%;
	margin-bottom:10px;
}
form .estimate-shipping-form-overlay input,form .estimate-shipping-form-overlay select,form .estimate-shipping-form-overlay .input-group input,form .estimate-shipping-form-overlay .input-group input.error,form .estimate-shipping-form-overlay .input-group input.error:focus,form .estimate-shipping-form-overlay .input-group select.error {
	width:100%;
	margin-bottom:0;
}
.estimate-shipping-form .common-form input.estimate-postal-code,.estimate-shipping-form-overlay .zip-input-group {
	display:none;
}
.estimate-shipping-form.destination-country-209 .common-form input.estimate-postal-code,.estimate-shipping-form-overlay.destination-country-209 .zip-input-group {
	display:block;
}
.order.loading .cover {
	display:block;
	z-index:2;
}
.order.loading .cover .spinner {
	top:50%;
}
.order-summary .summary-details tr.subtotal td {
	border-top:1px dashed #D9D9D9;
}
.order-summary .summary-details .divider td {
	border-top:1px solid #D9D9D9;
}
.order-summary .summary-details .grand-total {
	font-weight:bold;
}
.order-summary .shipping-upgrades {
	margin-top:0;
}
.order-summary .shipping-upgrades select {
	width:100%;
}
.invalid-group .shipping-upgrades select {
	margin-left:10px;
}
.mobile .thick.tabular .label {
	font-weight:bold;
	line-height:40px;
}
.mobile .col.giftcard button,.mobile .payment-options select,.mobile .coupon .apply-coupon-area,.mobile .shipping-upgrades .option-input {
	width:220px;
}
.mobile .coupon,.mobile .coupon-error,.mobile .order .tabular .line-item.coupon-option {
	display:inline-block;
	width:100%;
}
.mobile .coupon-option .col.label {
	display:inline-block;
	float:left;
}
.mobile .coupon-option .col.price {
	display:inline-block;
	float:right;
}
.mobile .coupon .apply-coupon-area,.mobile .coupon .remove-coupon-area {
	float:right;
}
.mobile .coupon-code-section {
	float:left;
	text-align:left;
	width:205px;
}
.mobile .coupon-code {
	color:#78c042;
}
.mobile .coupon-description {
	color:#999;
}
.mobile .coupon-remove {
	float:right;
	width:10px;
	color:#999;
	margin:5px 5px 0 0;
	font-size:18px;
}
.mobile .coupon-remove:before {
	font-family:'mobile-icons';
	content:"\e013";
}
.mobile .checkout-section {
	border-bottom:1px solid #DDD;
	padding:10px 0;
}
.mobile .order .valid-items {
	padding-bottom:0;
}
.mobile .order .order-details {
	padding-bottom:0;
	margin-bottom:0;
}
.overlay.estimate-shipping-form-overlay {
	min-height:220px;
}
.mobile .estimate-shipping-form-overlay .overlay-header {
	padding:0;
	border:0 none;
	border-bottom:1px solid #DFE1E1;
}
.mobile .estimate-shipping-form-overlay .overlay-header h2 {
	background-color:#F5F5F1;
	padding:17px 21px 16px;
	margin:0;
	border-top:1px solid white;
	font-size:21px;
	font-weight:normal;
	line-height:26px;
	text-shadow:0 1px 0 #fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.mobile .estimate-shipping-form-overlay .overlay-header h2 span {
	color:#999;
	clear:left;
}
.mobile .estimate-shipping-form-overlay .overlay-body {
	padding:0 15px;
	min-height:180px;
}
.mobile .estimate-shipping-form-overlay .overlay-body .input-group {
	padding-top:15px;
}
.mobile .estimate-shipping-form-overlay .overlay-footer {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	height:auto;
	padding:11px 21px 13px;
	border-top:1px solid #C5E7F7;
	background-color:#e9f6fc;
}
.applink .text-link-button {
	height:35px;
	padding:7px 13px 8px 13px;
	font-size:14px;
	border-bottom-left-radius:0 !important;
	border-top-left-radius:0 !important;
}
.applink .text-button.hidden {
	display:none;
}
.text-message-rates.hidden {
	display:none;
}
.applink .msg {
	display:none;
}
.applink .text-link input.text {
	padding:9px 10px;
	font-size:13px;
	color:#333;
	width:200px;
	background-color:#FFFFFF;
	border:1px solid #CFCBC8;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 0 #E9E9E8;
	-moz-box-shadow:inset 0 1px 0 #E9E9E8,0 0 0 1000px #fff inset;
	box-shadow:inset 0 1px 0 #E9E9E8,0 0 0 1000px #fff inset;
	position:relative;
	z-index:2;
}
.country-code {
	width:23px !important;
	border-bottom-right-radius:0 !important;
	border-top-right-radius:0 !important;
	border-right:0 !important;
}
.phone-number {
	width:130px !important;
	border-bottom-left-radius:0 !important;
	border-top-left-radius:0 !important;
	border-top-right-radius:0 !important;
	border-bottom-right-radius:0 !important;
	border-left:0 !important;
	margin-left:-3px;
}
.input-submit-container.hidden {
	display:none;
}
.applink .text-link input.text:focus {
	border:1px solid #34A8C4 !important;
	outline:none;
}
.country-code:focus {
	margin-right:-1px;
	z-index:5 !important;
}
.phone-number:focus {
	margin-left:-4px;
	z-index:5 !important;
}
.field-divider {
	position:relative;
	display:inline;
	border-left:1px solid #CFCBC8;
	z-index:3;
	margin-right:3px;
	margin-left:-4px;
	font-size:22px;
	top:3px;
}
.applink .spinner-button {
	position:static;
	margin:0;
	vertical-align:middle;
}
.smserror {
	display:inline-block;
	position:relative;
}
.smserror.hidden {
	display:none;
}
.text-error-msg {
	color:#E72829;
	margin-top:5px;
}
.text-confirm-msg {
	background-color:#E4F3D9;
	padding:9px;
	border-radius:3px;
	text-align:center;
	margin-left:20px;
	width:250px;
}
.ss-check {
	color:#7AC142;
	vertical-align:middle;
}
.applink .ss-delete.close:hover {
	text-decoration:none;
}
.applink {
	height:170px;
	padding-bottom:10px;
}
.applink-container {
	clear:both;
	height:inherit;
	width:950px;
	margin:30px auto 0 auto;
	background-color:#F0FBFD;
	padding:10px 15px 0 10px;
	border:1px solid #D7E1E3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.app-text-form-container {
	float:left;
	margin-left:10px;
	margin-top:25px;
}
.applink .text-link {
	float:left;
	clear:left;
	margin-top:17px;
}
.app-text-container {
	width:590px;
	float:left;
	line-height:20px;
	margin-left:20px;
}
.boe-header {
	font-family:'guardian-egyptt',georgia,serif;
	display:block;
	font-weight:500;
	font-size:20px;
}
.boe-details {
	display:block;
	margin-top:5px;
	font-size:16px;
	color:#666;
}
.text-message-rates {
	display:block;
	clear:left;
	margin-top:5px;
	margin-left:20px;
	font-size:11px;
	color:#a5a5a5;
}
.input-submit-container {
	float:left;
}
.applink .input-group {
	display:inline;
	float:left;
	margin-left:20px;
}
.applink .submit_container {
	display:inline;
	float:left;
}
.applink .text-link input.text {
	font-size:14px;
}
.applink .text-link-button {
	margin-left:-1px;
}
.applink .text-link-button-pc {
	height:36px;
}
.country-code:focus {
	margin-right:-1px !important;
}
.phone-number {
	margin-left:-3px !important;
}
.phone-number:focus {
	margin-left:-4px !important;
}
.text-confirm-msg {
	display:inline-block !important;
	margin-top:17px;
	width:332px;
}
.text-confirm-msg.hidden {
	display:none !important;
}
.text-error-msg {
	display:block;
	clear:left;
	margin-left:20px;
}
.text-error-msg.hidden {
	display: none;
}