@charset "utf-8";
/*

<summary>
BookPlus Public - content.css
</summary>
<author>Dan Nilsson, Web designer - CDON.COM</author>
<copyright>CDON.COM AB 1999-2010, all rights reserved</copyright>

*/


/* ---< global hide >--- */

.hide,
.hide-soft,
.hide-soft-sv,
.hide-soft-da,
.hide-soft-no,
.hide-soft-fi { visibility: hidden; }

.null,
.hide-hard,
.hide-hard-sv,
.hide-hard-da,
.hide-hard-no,
.hide-hard-fi { display: none; }

/* ---< global hide >--- */


/* ---< clickable tag >--- */

.clickable { cursor: pointer; }

/* ---</ clickable tag >--- */


/* ---< required >--- */

.required { color: #cd0606; }

/* ---< required >--- */


/* ---< button container >--- */

div.button-container { margin-top: 10px; }
div.button-container img { display: inline; }

/* ---< button container >--- */


/* ---< error-message and support status message >--- */

p.error-message {
	margin: 0;
	padding: 8px 0;
	margin-bottom: 13px;
	border-bottom: 1px solid #cfcfcf;
}

p.error-message img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -2px;
}

ul.error {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

ul.error li {
	color: #cd0606;
	padding-bottom: 5px;
}

.error-wrapper,
.support-message-wrapper {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
	margin-bottom: 10px;
}

.support-message-wrapper { margin-top: 5px; }

div.error-wrapper h2 {
	color: #cd0606;
	border-bottom: 1px solid #ffd600;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

div.error-wrapper h2 img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -1px;
}

/* ---</ error-message and support status message >--- */


/* ---< back button >--- */

.back { float: left; }
p.back { margin: 0px; }

/* ---</ back button >--- */


/* ---< reset >--- */

.reset {
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
}

/* ---</ reset >--- */


/* ---< navigation-head >--- */

h1.navigation-head {
	color: #4a5e50;
	margin-bottom: 6px;
	margin-left: 5px;
	font-weight: normal;
}

/* ---</ navigation-head >--- */


/* ---< navigation-block-content-fullsize >--- */

div.navigation-block-content-fullsize div.content-container { padding: 0; }
div.navigation-block-content-fullsize div.content-container p { margin-top: 0; }

/* ---</ navigation-block-content-fullsize >--- */


/* ---< flash banners >--- */

.swf-mfb { margin-bottom: 10px; }

.swf-cdf {
	height: auto;
	margin-bottom: 10px;
}

/* ---</ flash banners >--- */


/* ---< paging & character-filter >--- */

ul.paging a,
ul.character-filter a { color: #999; }

ul.paging,
ul.character-filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	overflow: hidden;
}

ul.paging li,
ul.character-filter li {
	font-weight: bold;
	float: left;
	padding: 0 3px 5px;
}

ul.character-filter li.active { color: #ff6600 }

ul.paging { margin: 10px 0 0 0; }
ul.paging li {
	border: 1px solid #cfcfcf;
	padding: 3px 5px;
	margin-right: 5px;
}

/* ---</ paging & character-filter >--- */


/* ---< naviagation-list-option-wrapper >--- */

form.naviagation-list-option-wrapper,
div.list-option-wrapper {
	overflow: hidden;
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

form.naviagation-list-option-wrapper div.show-as-images,
form.naviagation-list-option-wrapper div.page-size-container,
div.list-option-wrapper div.page-size-container { float: left; }

form.naviagation-list-option-wrapper div.show-as-images {
	width: 140px;
	padding-top: 2px;
}

form.naviagation-list-option-wrapper div.sort-order-container,
div.list-option-wrapper div.sort-order-container { float: right; }

div.list-option-wrapper div.page-size-container,
div.list-option-wrapper div.sort-order-container {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

div.list-option-wrapper select { width: auto !important; }

/* ---</ naviagation-list-option-wrapper >--- */


/* ---< list >--- */

table.list { margin-bottom: 10px; }

table.list th {
	text-align: left;
	padding: 4px 0 4px 4px;
}

table.list td {
	padding: 4px 0 4px 4px;
	border-bottom: 1px solid #efefef;
}

table.list th.status-title { padding-top: 15px; }
table.list tr.title th { padding-bottom: 4px; }
table.list tr.first th { padding-top: 0; }
table.list tr.headers th { background: #f0f0f0; }

table.list tr.odd td,
table.list tr.even td { border-bottom: 1px solid #b8b8b8; }

table.list tr.sum-cost td { font-weight: bold; }

div.payment-info,
div.cost { float: left; }

div.cost {
	margin-left: 208px;
	margin-bottom: 5px;
}

div.cost p {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

div.cost p.sum-cost { font-weight: bold; }

/* ---</ list >--- */


/* ---< tree-navigation >--- */

div.tree-navigation ul {
	margin: 0;
	padding: 0;
}

div.tree-navigation ul li { list-style: none; }

div.tree-navigation ul li a {
	font-weight: bold;
	color: #0080a3;
	line-height: 1.45em;
}

div.tree-navigation ul.level1 li { padding-left: 5px; }

div.tree-navigation ul.level2 li { padding-left: 15px; }
div.tree-navigation ul.level2 li a { font-weight: normal; }

div.tree-navigation ul.level3 li a { text-decoration: none; }
div.tree-navigation ul.level3 li a:hover { text-decoration: underline; }

div.tree-navigation ul li.tree-space { height: 10px; }
div.tree-navigation ul li.tree-space a { visibility: hidden; }

div.tree-navigation ul li.tree-header,
div.tree-navigation ul li.tree-header a {
	color: #ff6600;
	text-decoration: none;
	cursor: default;
	font-size: 1.2em;
	font-weight: bold
}

div.tree-navigation ul li.tree-header a { font-size: 1em; }

div.tree-navigation ul li.tree-alternate-color,
div.tree-navigation ul li.tree-alternate-color a { color: #ff6600; }

/* ---</ tree-navigation >--- */


/* ---< newsletter >--- */

form.newsletter img { margin-top: 7px; }
form.newsletter div.content-container { overflow: hidden; }

form.newsletter label {
	display: block;
	margin-bottom: 2px;
	margin-top: 10px;
}

form.newsletter input { vertical-align: middle; }
input.newsletter { width: 120px; }

/* ---</ newsletter >--- */


/* ---< breadcrumb >--- */

ul.breadcrumb {
	overflow: hidden;
	list-style: none;
	margin: 5px 0 10px 0;
	padding:0;
}

ul.breadcrumb li {
	float: left;
	color: #0080a3;
	padding-right: 5px;
}

ul.breadcrumb li a { color: #0080a3; }

/* ---</ breadcrumb >--- */


/* ---< cross-selling (avail) >--- */

div.cross-selling-wrapper h3.content-header {
	font-weight: normal;
	margin-bottom: 5px;
}

div.cross-selling-wrapper div.product-row {
	overflow: hidden;
	position: relative;
	height: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
}

div.cross-selling-wrapper div.product-row img.product {
	float: left;
	margin-right: 10px;
	width: 80px;
}

div.cross-selling-wrapper div.product-row div.buy {
	clear: both;
	position: absolute;
	bottom: 10px;
	right: 0;
	overflow: hidden;
}

div.cross-selling-wrapper div.product-row div.buy p {
	float: left;
	margin: 0;
	padding: 0;
}

div.cross-selling-wrapper div.product-row div.buy p.price { padding-top: 3px; }
div.cross-selling-wrapper div.product-row div.buy img { margin-left: 5px; }

div.cross-selling-wrapper div.product-row h3.title {
	float: left;
	width: 102px;
}

div.cross-selling-wrapper div.product-row a { color: #0080a3; }

div.cross-selling-wrapper div.product-row p.name {
	float: left;
	width: 102px;
}

div.cross-selling-wrapper div.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

div.cross-selling-wrapper div.last div.buy { bottom: 0; }

div.cross-selling-wrapper .push-down-buy-button { margin-bottom: 25px; }

/* ---</ cross-selling (avail) >--- */


/* ---< topten-wrapper (sitelist - banner) >--- */
/*
div.topten-wrapper ul {
	margin: 0;
	padding: 0;
}

div.topten-wrapper li {
	color: #669900;
	list-style: none;
	padding-bottom: 15px;
	overflow: hidden;
	height: 100%;
}

div.topten-wrapper li.last { padding-bottom: 0; }

div.topten-wrapper p {
	margin: 0;
	padding: 0;
}

div.topten-wrapper div.ordinal {
	float: left;
	font-weight: bold;
	color: #669900
}

div.topten-wrapper div.data {
	float: left;
	margin-left: 5px;
	width: 90%;
}

div.topten-wrapper div.data h3 { margin-bottom: 6px; }

div.topten-wrapper div.data p.title {
	margin-bottom: 2px;
	font-weight: normal;
}

div.topten-wrapper div.data p.price {
	font-weight: bold;
	color: #ca0705;
	float: right;
	margin-right: 8px;
}

div.topten-wrapper div.data img {
	float: right;
	margin-top: -3px;
}

div.topten-wrapper table td {
	padding: 2px 0;
	vertical-align: top;
}

div.topten-wrapper table td.ordinal {
	padding-right: 5px;
	text-align: right;
	width: 1px;
}

div.topten-wrapper table td.title { width: 98px; }

div.topten-wrapper table td.price {
	white-space: nowrap;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	color: #ca0705;
}

div.topten-wrapper table td.buy { vertical-align: middle; }

div.topten-wrapper p.sitelist-banner-link {
	text-align: right;
	margin-top: 5px;
}

div.topten-wrapper p.sitelist-banner-link a {
	color: #0080a3;
	font-weight: bold;
	line-height: 1.2em;
}
*/

/* < new style > */

div.topten-wrapper {
	border: 1px solid #ccc;
	padding: 5px;
}

div.topten-wrapper .fl { float: left; }
div.topten-wrapper .fr { float: right; }

div.topten-wrapper h2 {
	margin-bottom: 5px;
	color: #41a500;
}

div.topten-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.topten-wrapper li {
	padding-bottom: 10px;
	overflow: hidden;
}

div.topten-wrapper li.last { padding-bottom: 0; }

div.topten-wrapper .product-image { padding-right: 5px; }
div.topten-wrapper .product-image img { width: 50px; }

div.topten-wrapper .content {
	width: 143px;
	min-height: 50px;
}

div.topten-wrapper .price-buy { overflow: hidden; }
div.topten-wrapper .price {
	padding-top: 3px;
	font-weight: bold;
	color: #ca0705;
}

div.topten-wrapper h3 { margin-bottom: 5px; }
div.topten-wrapper h3 a { color: #0080a3; }
div.topten-wrapper p { margin: 0; }
div.topten-wrapper p a { text-decoration: none;}
div.topten-wrapper p a:hover { text-decoration: underline; }

/* ---</ topten-wrapper (sitelist - banner) >--- */


/* ---< banner-tab-wrapper (broadband-movie-banner) >--- */

div.banner-tab-wrapper div.tab {
	overflow: hidden;
	padding: 0 1px;
}

div.banner-tab-wrapper div.tab div.left,
div.banner-tab-wrapper div.tab div.right,
div.banner-tab-wrapper div.tab h3 { float: left; }

div.banner-tab-wrapper div.tab h3 {
	background: #fff;
	border-top: 1px solid #cbcbcb;
	padding: 6px;
}

div.banner-tab-wrapper div.tab div.left,
div.banner-tab-wrapper div.tab div.right {
	width: 8px;
	min-height: 26px;
}

div.banner-tab-wrapper div.tab div.left { background: url(../images/layout/tab-left.gif) no-repeat; }
div.banner-tab-wrapper div.tab div.right { background: url(../images/layout/tab-right.gif) no-repeat; }

div.banner-tab-wrapper div.tab-wrapper {
	overflow: hidden;
	background: url(../images/layout/horizontal-line.gif) repeat-x bottom;
}

div.banner-tab-wrapper div.tab-wrapper div.tab {
	overflow: hidden;
	float: left;
	background: url(../images/layout/horizontal-line.gif) repeat-x bottom;
}

div.banner-tab-wrapper div.tab-wrapper div.first { padding-left: 0 !important; }
div.banner-tab-wrapper div.tab-wrapper div.last { padding-right: 0 !important; }
div.banner-tab-wrapper div.tab-wrapper div.active * { border-bottom: 1px solid #fff; }

div.banner-tab-wrapper div.tab-wrapper div.inactive h3 {
	border-bottom: 1px solid #cbcbcb;
	color: #007e9f;
	text-decoration: underline;
}

div.banner-tab-wrapper div.data {
	overflow: hidden;
	margin-top: 5px;
	padding: 0 5px;
}

div.banner-tab-wrapper div.data table { width: 100%; }
div.banner-tab-wrapper div.data table tr.odd { background: #f8f8f8; }
div.banner-tab-wrapper div.data table tr.even { background: #fefefe; }

div.banner-tab-wrapper div.data table th,
div.banner-tab-wrapper div.data table td {
	padding: 3px 0;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

div.banner-tab-wrapper div.data table th {
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	width: 1px;
	white-space: nowrap;
}

div.banner-tab-wrapper div.data table td { width: 50%; }

div.banner-tab-wrapper div.data table p {
	padding: 0;
	margin: 0;
}

div.banner-tab-wrapper div.data table td.left {
	width: 30%;
	padding-right: 15px;
}

div.banner-tab-wrapper a.bottom-link { color: #007e9f; }

/* ---</ banner-tab-wrapper (broadband-movie-banner) >--- */


/* ---< banners (image, flash & html) >--- */

div.content-wrapper div.image-banner-container,
div.content-wrapper div.flash-banner-container,
div.content-wrapper div.html-banner-container { margin-left: 0px; }

/* ---</ banner (image, flash & html) >--- */


/* ---< flash-video-html-banner-wrapper >--- */

div.flash-video-html-banner-wrapper,
div#donc-flash-video { padding: 0; }

div#donc-flash-video { margin: 0; }

/* ---</ banners (image, flash & html) >--- */


/* ---< tip-a-friend >--- */

#tipafriend {
	overflow: hidden;
	padding: 4px;
	padding-bottom: 0;
}

#tipafriend input,
#tipafriend textarea {
	width: 100%;
	margin: 0;
}

#tipafriend input.button {
	width: auto;
	margin-top: 10px;
}

#tipafriend div.field-wrapper {
	width: 430px;
	overflow: hidden;
}

#tipafriend div.field-wrapper br { clear: both; }

#tipafriend div.field-wrapper div.field {
	margin-top: 2px;
	padding-right: 10px;
}

#tipafriend div.field-sender-container,
#tipafriend div.field-reciver-container {
	margin-bottom: 10px;
	width: 200px;
	overflow: hidden;
}

#tipafriend div.field-sender-container { float: left; }
#tipafriend div.field-reciver-container { float: right; }

#sum-container { margin-top: 10px; }
#sum-container input { width: 20px; }

/* ---</ tip-a-friend >--- */


/* ---< advanced-search >--- */

form.advanced-search div.section-shadow { margin-bottom: 0; }

form.advanced-search .content-container h3 {
	margin-bottom: 5px;
	margin-top: 20px;
}

form.advanced-search .content-container h3.spelling {
	margin-left: 221px;
	margin-top: 0;
	clear: both;
}

form.advanced-search .content-container div {
	overflow: hidden;
	height: 100%;
	padding-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
}

form.advanced-search .content-container input,
form.advanced-search .content-container label,
form.advanced-search .content-container select {
	display: block;
	float: left;
}

form.advanced-search .content-container label {
	width: 85px;
	padding-top: 4px;
}

form.advanced-search .content-container input {
	width: 120px;
	margin-right: 10px;
}

form.advanced-search .content-container select {
	width: 100px;
	margin-right: 15px;
}

form.advanced-search .content-container select.short { width: auto; }

form.advanced-search .content-container input.short {
	width: 40px;
	margin: 0;
}

form.advanced-search .content-container p.short {
	float: left;
	margin: 0 5px;
}

form.advanced-search .content-container div.last {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

form.advanced-search .content-container input.button {
	width: auto;
	float: left;
	margin-top: 10px;
}

form.advanced-search .advanced-search-link {
	overflow: hidden;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

form.advanced-search .advanced-search-link li {
	float: left;
	padding-right: 10px;
}

/* ---</ advanced-search >--- */


/* ---< search-result >--- */

div.search-result h1 {
	border-bottom: 1px solid #ececec;
	font-size: 1.3em;
}

div.search-result p.result-info { margin-bottom: 15px; }

div.search-result p.result-hits {
	border-bottom: 1px solid #ececec;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 3px;
}

div.search-result div.section-shadow { margin-bottom: 0; }

/* ---</ search-result >--- */


/* ---< search-detail >--- */

form.sort-order { margin-bottom: 10px; }

/* ---</ search-detail >--- */


/* ---< footer >--- */

#footer * { color: #fff; }

#footer,
#footer .content-container { overflow: hidden; }

#footer .left {
	background: url(../images/layout/common/footer-left.gif) no-repeat #fff 5px 0;
	width: 15px;
	height: 68px;
	float: left;
}

#footer .content-container {
	margin: auto;
	padding-top: 10px;
	width: 97%;
	text-align: center;
	float: left;
}

#footer .right {
	background: url(../images/layout/common/footer-right.gif) no-repeat;
	width: 10px;
	height: 68px;
	float: right;
}

#footer ul,
#footer ul li,
#footer ul li img,
#footer ul li p {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	padding: 1px;
}

#footer .content-container ul.part-of-mtg {
	display: block;
	margin-top: 3px;
}

/* ---</ footer >--- */


/* ---< login-register (order-start + customer-login) >--- */

/*
<div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-draggable ui-resizable">
   <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
      <span id="ui-dialog-title-dialog" class="ui-dialog-title">Dialog title</span>
      <a class="ui-dialog-titlebar-close ui-corner-all" href="#"><span class="ui-icon ui-icon-closethick">close</span></a>
   </div>
   <div style="height: 200px; min-height: 109px; width: auto;" class="ui-dialog-content ui-widget-content" id="dialog">
      <p>Dialog content goes here.</p>
   </div>
</div>
*/

div.ui-dialog {
	background-color: #fff;
	border: 2px solid #42a600;
}

div.ui-dialog-titlebar { display: none; }

/*
span.ui-dialog-title-dialog {}
a.ui-dialog-titlebar-close {}
*/

div.ui-dialog div.ui-dialog-content {
	padding: 8px;
	margin: 0;
}

.login-register-layout .login-wrapper,
.login-register-layout .register-wrapper,
.login-register-layout input[type="text"],
.login-register-layout input[type="password"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.login-register-layout div.section-shadow { margin-bottom: 5px; }

.login-register-layout { overflow: hidden; }

.login-register-layout .login-wrapper,
.login-register-layout .register-wrapper {
	float: left;
	width: 248px;
	min-height: 200px;
	position: relative;
	padding: 15px;
}

.login-register-layout .login-wrapper { background: #f4ed79; }

.login-register-layout .register-wrapper {
	background: #cfe7ae;
	float: right;
}

.login-register-layout .login-wrapper h2,
.login-register-layout .register-wrapper h2 { padding: 8px 0 5px 35px; }

.login-register-layout .login-wrapper h2 { background: url(../images/icon/order-start-login.gif) no-repeat; }
.login-register-layout .register-wrapper h2 { background: url(../images/icon/order-start-register.gif) no-repeat; }

.login-register-layout label,
.login-register-layout input[type="text"],
.login-register-layout input[type="password"] { display: block;	}

.login-register-layout label { margin: 8px 0 2px 5px; }

.login-register-layout input[type="text"],
.login-register-layout input[type="password"] {
	background: #fff;
	border: 1px solid #c1bb60;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	width: 220px;
}

.login-register-layout input[type="password"],
.login-register-layout .remember { float: left; }

.login-register-layout input[type="password"] { width: 80px; }

.login-register-layout .remember { margin: 10px 0 10px 5px; }
.login-register-layout .remember .remember {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.button.login { float: right; }

.button.register {
	position: absolute;
	bottom: 22px;
	right: 22px;
}

.forgot-password {
	clear: both;
	margin: 0;
	padding: 10px 0 0 5px;
}

.login-register-layout p.error-message {
	border-bottom: 1px solid #cc9900;
	margin: 0;
}

/* ---</ login-register (order-start + customer-login) >--- */

.order-info div.header-container img {
	margin-top: 10px;
	margin-left: 12px;
}

.order-info div.form-container {
	margin-left: 25px;
	margin-right: 15px;
	padding-bottom: 20px;
	overflow: hidden !important;
}

.order-info div.form-container div.field-container {
	float: left;
	margin-right: 30px;
	width: 200px;
}

.order-info div.form-container label {
	display: block;
	margin-bottom: 2px;
}

.order-info div.form-container input,
.order-info div.form-container select {
	margin-bottom: 5px;
	width: 200px;
}

.order-info div.form-container select { width: 71px; }

.order-info div.form-container input#customer-zipcode,
.order-info div.form-container input#delivery-zipcode { width: 65px; }

.order-info div.form-container input.address-radio {
	width: auto;
	vertical-align: middle;
}

.order-info div.form-container div.address-entry label {
	display: inline;
	vertical-align: middle;
}

.order-info div.form-container div.address-definition label { display: block; }

.order-info div.form-container div.address-definition,
.order-info div.form-container div.address-active {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background: #b5db8b;
}

.order-info div.form-container div.address-active {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

form.order-info div.left,
form.order-info div.right { z-index: auto; }

div.address-inactive div.address-definition { 
	display: none; 
}

h3#alternate-address-header {
	margin: 5px 0;
	margin-left: 10px;
	text-decoration: underline;
	color: #0080a3;
}

.order-info div.cart-data-container p.part-payment a { color: #0080a3; }

/* </ order-customer-info and order-delivery-address > */


/* < order-cart-data > */

form.order-info div.cart-data-container,
div.order-info div.cart-data-container {
	clear: both;
	padding-top: 10px;
}

form.order-info div.cart-data-container h3,
div.order-info div.cart-data-container h3 { margin-bottom: 3px; }

form.order-info div.cart-data-container table,
div.order-info div.cart-data-container table {
	border-collapse: collapse;
	width: 100%;
}

form.order-info div.cart-data-container table th,
div.order-info div.cart-data-container table th {
	text-align: right;
	background: #efefef;
	padding: 6px 4px;
}

form.order-info div.cart-data-container table .title,
div.order-info div.cart-data-container table .title { text-align: left;}

form.order-info div.cart-data-container table td,
div.order-info div.cart-data-container table td {
	text-align: right;
	padding: 6px 4px;
	border-bottom: 1px solid #efefef;
}

form.order-info div.cart-data-container table td.sum,
div.order-info div.cart-data-container table td.sum {
	background: #efefef;
	font-weight: bold;
}

form.order-info div.cart-data-offers-container table,
div.order-info div.cart-data-offers-container table { background: #efefef; }

form.order-info div.cart-data-offers-container table tr.header th,
div.order-info div.cart-data-offers-container table tr.header th { border-bottom: 1px solid #dfdfdf; }

form.order-info div.cart-data-offers-container table tr.footer th,
div.order-info div.cart-data-offers-container table tr.footer th { border-top: 2px solid #dfdfdf; }

/* </ order-cart-data > */


/* < order-payment > */

#payment-wrapper {
	margin: 10px 0;
	overflow: hidden;
	background: #fff;
}

#payment-wrapper h3 {
	background: #fff;
	padding-bottom: 3px;
}

#payment-wrapper .payment-option-container {
	padding: 5px;
	float: left;
	overflow: hidden;
}

#payment-wrapper .payment-option-container input {
	display: block;
	float: left;
}

#payment-wrapper .payment-option-container label {
	display: block;
	float: left;
	padding-top: 3px;
}

#payment-wrapper .payment-option-container label img {
	display: block;
	margin-top: -4px;
}

/*
div#payment-wrapper div.paymenttype-active div.creditcard {
	display: block;
	clear: both;
	
	padding-top: 5px;
}

div#payment-wrapper div.paymenttype-inactive div.creditcard {
	display: none;
}

div#payment-wrapper div.creditcard table {
	border-top: 1px solid #cfcfcf;
	padding-top: 10px;
	clear:both;
	margin-top:5px;
}

div#payment-wrapper div.creditcard table {
	width: 100%;
}

div#payment-wrapper div.creditcard table td {
	padding-bottom: 5px;
}

div#payment-wrapper div.creditcard input#creditcard-verification-code {
	width: 30px;
}

div#payment-wrapper div.creditcard table td.label {
	width: 150px;
}

div.payment-inactive div.payment-definition { 
	display: none; 
}
*/

/* </ order-payment > */


/* < order-confirm > */

form#order-info div.confirm-container img.order-abort {	top: 4px; }
form#order-info div.confirm-container img.order-edit { right: 100px; }
form#order-info div.confirm-container input.order-submit { right: 0; }

p.freight-cost {
	color: #cd0606;
	text-align: right;
	font-weight: bold;
	margin: 0;
}

div.order-confirm-wrapper div.section-shadow {
	margin: 0;
}

/* </ order-confirm > */


/* < order-addcode > */

div.order-addcode {
	margin: 10px 0;
	padding-left: 10px;
}

div.order-addcode form#order-addcode label {
	margin-top: 8px;
	margin-bottom: 3px;
	display: block;
}

div.order-addcode h3.list-head {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cbcbcb;
}

div.order-addcode h3.clickable{
	font-weight: bold;
	color: #0080a3;
	text-decoration: underline;
	margin-bottom: 13px;
}

div.order-addcode table {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cbcbcb;
}

div.order-addcode table td.delete,
div.order-addcode table td.code {
	width: 1px;
	padding-right: 10px;
}

#order-addcode input {
	vertical-align: middle;
	margin: 0px;
}

#order-addcode input#order-code { width: 150px; }
#order-addcode { margin-bottom: 15px; }
div.order-addcode input.button { margin-top: 5px; }

/* </ order-addcode > */


/* < limit-exceeded-wrapper > */

.limit-exceeded-wrapper {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
	margin: 10px 0;
}

.limit-exceeded-wrapper h2 {
	color: #cd0606;
	border-bottom: 1px solid #ffd600;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

.limit-exceeded-wrapper p { color: #cd0606; }

.limit-exceeded-wrapper h2 img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -1px;
}

/* </ limit-exceeded-wrapper > */


/* < order-missing-wrapper > */

div.order-missing-wrapper {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
	margin: 10px 0;
}

div.order-missing-wrapper h2 {
	color: #cd0606;
	border-bottom: 1px solid #ffd600;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

div.order-missing-wrapper p { color: #cd0606; }

div.order-missing-wrapper h2 img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -1px;
}

/* </ order-missing-wrapper > */


/* < order-debitech > */

#debitech-wrapper {
	overflow: hidden;
}

#debitech-wrapper iframe {
	width: 100%;
	height: 450px;
	border: none;
}

#debitech-wrapper iframe body table {
	height: auto !important;
}

#debitech-wrapper div.section-shadow {
	margin: 0;
}

/* </ order-debitech > */

/* ---</ order-info >--- */


/* ---< product >--- */

/* < product-layout > */

#product {
	background: #fff;
	overflow: hidden;
	margin-top: 10px;
}

#product h1 {
	font-weight: normal;
	margin: 4px 0;
	position: relative;
	z-index: 99;
}

#product .subtitle { color: #666; }

#product .product-image-container {
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
	width: 135px;
}

#product .product-image-container img { max-width: 135px;}

#product .product-image-container * {
	font-weight: bold;
	color: #0080a3;
}

#product .product-image-container p.icon {
	padding: 5px 0;
	padding-left: 10px;
}

#product .product-image-container p.book-sample { background: url(../images/icon/book-sample.gif) 20% center no-repeat; }
#image-link span { padding: 0 3px; }

#product .main-content-container {
	float: right;
	width: 400px;
}

#product h2 {
	font-weight: normal;
	margin-bottom: 10px;
}

#product form.buy-container {
	position: relative;
	min-height: 19px;
}

#product form.buy-container,
#product div.info-container {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#product form.buy-container *,
#product div.info-container img { float: left; }

#product div.item-count,
#product input.item-count { float: right; }

#product div.price {
	font-weight: bold;
	color: #ca0705;
	margin-top: 0px;
	margin-left: 8px;
	font-size: 1.3em;
}

#product div.default-price,
#product div.item-count { margin-top: 3px; }

#product div.default-price {	margin-left: 8px; }
#product div.item-count { margin-right: 5px; }

#product input.item-count {
	text-align: right;
	padding: 1px 2px;
	width: 20px;
	border: 1px solid #cacaca;
}

#product .addthis-links,
#product .addthis_default_style { overflow: hidden; }

#product .addthis_default_style {
    left: 12px;
    margin: auto;
    position: relative;
    width: 115px;
}

/* </ product-layout > */


/* < product-monitor > */

#product form#product-monitor {
	overflow: hidden;
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
	margin: 10px 0;
}

#product form#product-monitor input {
	float: left;
	width: 250px;
	margin-top: 5px;
}

#product form#product-monitor input.button {
	width: auto;
	margin-left: 3px;
}

#product form#product-monitor img {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#product div.product-price-wrapper {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	overflow: hidden;
	padding: 5px 0;
}

#product div.product-price-wrapper div { float: left; }
#product div.product-price-wrapper span { font-size: .9em; }

/* </ product-monitor > */


/* < delivery-time & part-payment & product-campaign & product-sitelist-channel-list > */

#product div.part-payment,
#product div.campaign,
#product div.sitelist-channel-list {
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	padding: 5px 0;
}

#product div.delivery-time {
	background: url(../images/layout/white-grey-horizontal-line.gif) bottom repeat-x #f8f8f8;
	overflow: hidden;
	margin-top: 1px;
	padding: 0 5px;
}

/*
#product div.delivery-time p {
}

#product div.delivery-time p.left {
	float: left;
}

#product div.delivery-time p.right {
	float: right;
}
*/

/* < hide delivery-time for book - temporary > */

/*
div.product-book div.delivery-time {
	display: none;
}
*/

/* </ hide delivery-time for book - temporary > */

#product div.part-payment * { color: #0080a3; }

#product div.part-payment-alt {
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2px;
}

#product div.part-payment-alt a {
	color: #ca0705;
	font-weight: bold;
	margin-left: 67px;
}

#product div.campaign p { margin: 0; }

#product div.campaign p.label {
	float: left;
	margin-right: 5px;
}

#product div.campaign p.label img,
#product div.sitelist-channel-list img {
	display: inline;
	vertical-align: middle;
	margin-right: 8px;
}

/*
#product div.campaign div.item { float: left; }

#product div.campaign div.item p {
	padding-top: 5px;
	position: relative;
}
*/

#product div.campaign div.item a,
#product div.sitelist-channel-list a {
	font-weight: bold;
	color: #0080a3;
}

#product div.campaign ul {
	float: left;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
	width: 263px;
}

#product div.campaign li { line-height: 1.4em; }

/* </ delivery-time & part-payment & product-campaign & product-sitelist-channel-list> */


/* < product-description > */

#product div.main-content-container div.description-container {
	padding-top: 5px;
	min-height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

/* </ product-description > */


/* < product-list > */

table.product-list { clear: both; }

table.product-list tr.header { border-bottom: 5px solid #fff; }

table.product-list th {
	text-align: left;
	background: #eee;
	padding: 3px;
	padding-left: 0;
}

table.product-list th.price {
	text-align: right;
	padding-right: 15px;
}

table.product-list td {
	vertical-align: top;
	padding: 5px 0;
	padding-right: 5px;
	border-bottom: 1px solid #efefef;
}

table.product-list td.format,
table.product-list td.button { width: 1px; }

table.product-list td.button {
	padding: 0;
	padding: 3px 0px;
}

table.product-list td.title a,
table.product-list td.title-show-all a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

table.product-list td.title a { color: #0080a3; }

table.product-list td.title a:hover,
table.product-list td.title-show-all a:hover { text-decoration: underline; }

table.product-list td.price {
	color: #cd0606;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

table.product-list td.date,
table.product-list td.price { white-space: nowrap; }
table.product-list td.title-show-all { text-align: right; }

.product-list-image-container {
    display: none;
    text-align: center;
}

.product-list-image-container img { margin: 0 auto; }

/* </ product-list  > */


/* < product-list-horizontal > */

table.product-list-horizontal td {
	vertical-align: top;
	width: 20%;
}

table.product-list-horizontal td.first { padding-right: 2px; }
table.product-list-horizontal td.middle { padding: 0 2px; }
table.product-list-horizontal td.last { padding-left: 2px; }

table.product-list-horizontal div.product-wrapper {
	margin-bottom: 5px;
	margin-top: 10px;
}

table.product-list-horizontal div.product-wrapper div.buy-container { margin-bottom: 3px; }

table.product-list-horizontal div.product-wrapper div.buy-container,
table.product-list-horizontal div.product-wrapper div.buy-container div.product img { width: 80px; }

table.product-list-horizontal div.product-wrapper div.buy-container div.product {
	margin-bottom: 2px;
	min-height: 120px;
}

div.music table.product-list-horizontal div.product-wrapper div.buy-container div.product {
	min-height: 80px;
}

div.movie table.product-list-horizontal div.product-wrapper div.buy-container div.product {
	min-height: 114px;
}

div.electronics table.product-list-horizontal div.product-wrapper div.buy-container div.product { min-height: 116px; }

div.book table.product-list-horizontal div.product-wrapper div.buy-container div.product { min-height: 80px; }

/*
div.game table.product-list-horizontal div.product-wrapper div.buy-container div.product {
}
*/

table.product-list-horizontal div.product-wrapper div.buy-container img.icon {
	float: left;
	margin-right: 2px;
}

table.product-list-horizontal div.product-wrapper div.buy-container div.price {
	color: #cd0606;
	text-align: right;
	font-weight: bold;
	margin: 2px 0;
}

table.product-list-horizontal div.product-wrapper h3 { margin-bottom: 3px; }

table.product-list-horizontal div.product-wrapper a {
	color: #000;
	text-decoration: none;
}

table.product-list-horizontal div.product-wrapper a:hover { text-decoration: underline; }

table.product-list-horizontal div.product-wrapper p {
	margin: 0;
	margin-bottom: 1px;
}

table.product-list-horizontal div.product-wrapper p a {
	font-weight: normal;
}

/* </ product-list-horizontal > */


/* < product-data > */

#product-data {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 10px;
}

#product-data div.tab {
	overflow: hidden;
	padding: 0 1px;
}

#product-data div.tab div.left,
#product-data div.tab div.right,
#product-data div.tab h3 { float: left; }

#product-data div.tab h3 {
	background: #fff;
	border-top: 1px solid #cbcbcb;
	padding: 6px;
}

#product-data div.tab div.left,
#product-data div.tab div.right {
	width: 8px;
	min-height: 26px;
}

#product-data div.tab div.left { background: url(../images/layout/tab-left.gif) no-repeat; }

#product-data div.tab div.right { background: url(../images/layout/tab-right.gif) no-repeat; }

#product-data div.tab-wrapper {
	overflow: hidden;
	background: url(../images/layout/horizontal-line.gif) repeat-x bottom;
}

#product-data div.tab-wrapper div.tab {
	overflow: hidden;
	float: left;
	background: url(../images/layout/horizontal-line.gif) repeat-x bottom;
}

#product-data div.tab-wrapper div.first { padding-left: 0 !important; }
#product-data div.tab-wrapper div.last { padding-right: 0 !important; }
#product-data div.tab-wrapper div.active * {	border-bottom: 1px solid #fff; }

#product-data div.tab-wrapper div.inactive h3 {
	border-bottom: 1px solid #cbcbcb;
	color: #007e9f;
	text-decoration: underline;
}

#product-data div.data {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
	padding: 0 5px;
}

#product-data div.data div.product-fact {
	width: 50%;
	float: left;
}

#product-data div.data table { width: 100%; }
#product-data div.data table tr.odd { background: #f8f8f8; }
#product-data div.data table tr.even { background: #fefefe; }

#product-data div.data table th,
#product-data div.data table td {
	padding: 3px 0;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#product-data div.data table th {
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	width: 1px;
	white-space: nowrap;
}

#product-data div.data table td { width: 50%; }

#product-data div.data table p {
	padding: 0;
	margin: 0;
}

#product-data div.data table td.left {
	width: 30%;
	padding-right: 15px;
}

/* </ product-data > */


/* < product-data-tracklist > */

#product-data div.data h3 {
	margin-bottom: 2px;
	border-bottom: 1px solid #cfcfcf;
}

#product-data div.data table.tracklist { margin-bottom: 5px; }

#product-data div.data table.tracklist td {
	border: none;
	width: 50%;
}

#product-data div.data table.tracklist ul {
	margin: 0;
	padding: 0;
}

#product-data div.data table.tracklist ul li {
	list-style: none;
	display: block;
	clear: both;
}

#product-data div.data table.tracklist ul li p {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#product-data div.data table.tracklist ul li p.ordinal { font-weight: bold; }
#product-data div.data table.tracklist ul li p.title { width: 200px; }

#product-data div.data table.tracklist ul li p.icon {
	float: right;
	margin-right: 10px;
}

/* </ product-data-tracklist > */


/* < product-data-trailer > */

#product-data div.trailer { padding: 0; }

/* </ product-data-trailer > */


/* < product-review-product > */

/*
div.row {
	clear: both;
	overflow: hidden;
	min-height: 1.8em;
}

div.row div.row {
	padding-bottom: 10px
}
*/

div.column {
	float: left;
	overflow: hidden;
	margin-right: 5px;
}

div#review-login div.text {
	padding-bottom: 10px;
}

.product-game-review div.header-container p {
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	padding: 0px 0;
	padding-right: 13px;
	overflow: hidden;
}

.product-game-review div.header-container p span {
	display: block;
	float: left;
	color: #fff;
	margin-top: 2px;
}

.product-game-review div.header-container p img {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

.product-game-review div.header-container h2 {
	width: 300px;
}

.product-game-review div.content-container {
	margin-top: 5px;
}

.product-game-review div.content-container div.review-list {
	border-top: 1px solid #cbcbcb;
	/* border-bottom: 1px solid #cbcbcb; */
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}

.product-game-review div.content-container div.review-criteria {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cbcbcb;
	overflow: hidden;
}

div#review-success-wrapper {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
	margin-bottom: 10px;
}

div#review-success-wrapper h2 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

div#review-success-wrapper h2 img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -1px;
}

div#review-error-wrapper-single {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
	margin-bottom: 10px;
}

div#review-error-wrapper-single h2 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

div#review-error-wrapper-single h2 img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -1px;
}


div.review-list div.alternator-base {
	background-color: #FFCCCC;
}

div.review-list div.error-wrapper {
	clear:both;
}

.product-game-review div.content-container div.review-write img,
.product-game-review div.content-container div.review-write a {
	float: left;
	color: #0080A3;
	display: block;
}

.product-game-review div.content-container div.review-write img {
	margin-top: -3px;
	margin-right: 5px;
}

.product-game-review div.content-container div.review-write-form {
	overflow: hidden;
	clear: both;
}

input.review-button {
	margin-top: 10px;
}

.product-game-review div.content-container div.reviews-per-page {
	margin-right: 10px;
}

.product-game-review div.content-container div.review-write,
.product-game-review div.content-container div.review-sort-label,
.product-game-review div.content-container div.reviews-per-page-label {
	margin-top: 2px;
}

.product-game-review div.content-container div.review-item {
	border-bottom: 1px solid #cbcbcb;
	padding: 15px 0px;
}

.product-game-review div.content-container div.left {
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.product-game-review div.content-container div.review-name {
	font-weight: bold;
	margin-top: 2px;
	margin-left: 5px;
}

.product-game-review div.content-container div.right {
	float: right;
	margin-left: 5px;
	overflow: hidden;
}

.product-game-review div.content-container div.review-report {
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 2px;
	border-left: 1px solid #cbcbcb;
}

.product-game-review div.content-container div.review-opinion,
.product-game-review div.content-container div.review-rating {
	margin-top: 2px;
	margin-right: 5px;
}

.product-game-review div.content-container span.positive {
	color: #358300;
}

.product-game-review div.content-container span.negative {
	color: #ff0000;
}

.product-game-review div.content-container div.clear {
	float: none;
	clear: both;
	padding-top: 15px;
}

/* </ product-review-product > */


/* < price-balloon > */

div.price-balloon {
	background: url(../images/layout/common/price-balloon.gif) no-repeat;
	width: 70px;
	height: 70px;
	margin: 10px 0;
	margin-right: 10px;
	overflow: hidden;
	position: absolute;
	top: -28px;
	left: 240px;
}

div.price-balloon p {
	font-size: 1.6em;
	font-weight: bold;
	color: #cc0000;
	position: absolute;
	top: 23%;
	width: 100%;
	text-align: center;
}

div.price-balloon-small {
	background: url(../images/layout/common/price-balloon-small.gif) no-repeat;
	width: 46px;
	height: 46px;
	margin: 10px 0;
	margin-right: 10px;
	overflow: hidden;
	position: absolute;
	top: -18px;
	left: 240px;
}

div.price-balloon-small p {
	font-weight: bold;
	color: #cc0000;
	position: absolute;
	top: 23%;
	width: 100%;
	text-align: center;
}

/* </ price-balloon > */


/* < scissor-toggler > */

div.scissor-toggler,
tr.scissor-toggler {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color: #0080a3;
}

div.scissor-toggler {
	text-align: right;
	margin-top: 5px;
}

tr.scissor-toggler td span {
	color: #0080a3;
	text-decoration: underline;
}

tr.scissor-toggler td {
	border: none !important;
	text-align: right;
}

/* </ scissor-toggler > */

/* ---</ product >--- */


/* ---< customer service >--- */

div.customer-case div.content-container ul {
	float:left; 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
	width: 50%;
}

div.customer-case div.content-container ul li {	padding-bottom: 10px; }
div.customer-case div.content-container ul a { color: #0080a3; }

div.customer-case-faq a { color: #0080a3; }

div#customer-case div.section-shadow,
div.customer-case div.section-shadow,
form#customer-case-add div.section-shadow,
div.customer-case-faq div.section-shadow { margin-bottom: 0; }

/* ---</ customer service >--- */


/* ---< tooltip & overlay >--- */

div.overlay-tooltip-wrapper {
	display: none;
	z-index: 9999;
}

div.overlay-tooltip-wrapper .top {
	background: url(../images/layout/common/overlay-tooltip-top.png) left top no-repeat;
	height: 6px;
	width: 446px;
}

div.overlay-tooltip-wrapper .bottom {
	background: url(../images/layout/common/overlay-tooltip-bottom.png) left bottom no-repeat;
	width: 446px;
}

div.overlay-tooltip-wrapper .content { padding: 5px 18px 18px 10px; }

div.overlay-tooltip-wrapper .content .inner {
	max-height: 350px;
	overflow-y: auto;
}

div.overlay .close { 
	position: absolute;
	cursor: pointer;
	background: url(../images/button/common/tooltip-overlay-close.png) no-repeat top left;
	top: -11px;
	right: -3px;
	width: 25px;
	height: 25px;
}

/* ---</ tooltip & overlay >--- */

/* < magic-banner > */

.magic-banner-container { 
	position: relative; 
	margin-bottom: 1em;
}

.magic-banner-container .magic-banner {
	position: absolute;
	top: 0px;
	left: 0px;
}

.magic-banner-container .magic-banner a { text-decoration: none; }

.magic-banner-container .magic-banner .price-splash,
.magic-banner-container .magic-banner .price-splash-row-top,
.magic-banner-container .magic-banner .price-splash-row-bottom,
.magic-banner-container .magic-banner .stripe {
	position: absolute;
	display: block;
	color: #e00;
	font-weight: bold;
	text-align: center;
}

.magic-banner-container .magic-banner .price-splash {
	top: 10px;
	left: 466px;
	width: 79px;
	height: 55px;
	padding-top: 24px;
	background: url(../images/layout/price-splash-79x79.png);
	font-size: 20px;	
}

.magic-banner-container .magic-banner .stripe {
	top: 14px;
	left: 3px;
	width: 70px;
	height: 29px;
	padding: 3px 10px 0;
	background: url(../images/layout/stripe-horizontal-90.png);
	font-size: 11px;
	line-height: 1.1em;	
}

.magic-banner-container .magic-banner .price-splash-row-top {
	width: 79px;
	top: 24px;
	left: 466px;
	font-size: 10px;
}

.magic-banner-container .magic-banner .price-splash-row-bottom {
	width: 79px;
	top: 58px;
	left: 466px;
	font-size: 10px;
}

/* </ magic-banner > */

