/*
$Id: main.css,v 1.130.2.15 2009/09/29 07:14:20 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
/*
general tags styles
*/
html, body {
	margin: 0;
	height: 100%;
	padding: 0;
	border: 0;
	background: #fff;
	font: 0.85em Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	min-width: 780px;
}
a {
	color: #a10000;
	text-decoration: underline;
}
a:hover {
	color: #2863c2;
	text-decoration: underline;
}
h2, h3 {
	font-family: Tahoma, Arial, "sans serif";
	font-weight: bold;
}
h1 {
	margin: 10px 0;
	padding: 0;
	color: #282828;
	font-size: 150%;
}
h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 130%;
}
h3 {
	margin: 12px 0;
	padding: 0;
	color: #484848;
	font-size: 115%;
}
hr {
	border: 0 none;
	border-bottom: 1px solid #bebebe;
	margin: 20px 0 10px 0;
	padding: 0;
	height: 1px;
}
form { margin: 0; }
table, img { border: 0; }
em { font-style: italic; }
strong { font-weight: bold; }
p { line-height: 1.3em; }
/*
	FEATURED PRODUCTS
*/
.PListCell {
	height: 370px;
	width: 185px;
} /*	Width and Height of product box	*/
.PListCellInside {
	height: 350px;
	width: 171px;
} /*	Width and Height of product box	*/
/*
service styles
*/
/* float-box finisher */
.clearing {
	clear: both;
	font-size: 0;
	height: 0;
}
/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
	display: table;
	height: 100%;
}
.valign-middle-adv-lvl2 {
	display: table-cell;
	vertical-align: middle;
}
.valign-middle-adv-lvl3 { }
/* horizontal align */
.halign-center {
	margin: 0 auto;
	display: table;
	text-align: center;
}
.center { text-align: center; }
.right-box {
	width: 100%;
	text-align: right;
}
/* text block container */
.text-block { margin-bottom: 15px; }
.text-pre-block { margin-top: 15px; }
/* no-wrap */
.nowrap { white-space: nowrap; }
/* width:100% emulator */
table.width-100 { width: 100%; }
/* page break */
.page-break {
	margin: 0;
	padding: 0;
	page-break-after: always;
	line-height: 0;
	height: 0;
}
/* overflow wrapper */
.overflow {
	margin-right: 20px;
	overflow: auto;
}
label {
	line-height: 15px;
	vertical-align: bottom;
}
label input {
	margin: 0;
	vertical-align: bottom;
}
label.input-block {
	line-height: 21px;
	vertical-align: middle;
}
label.input-block input, label.input-block select { vertical-align: middle; }
label.input-row, .input-row label {
	float: left;
	padding-right: 20px;
}
label.plain-box {
	padding-bottom: 15px;
	display: block;
}
label.plain-box .label-title { display: block; }
a.underline:link, a.underline:visited, a.underline:hover, a.underline:active { text-decoration: underline; }
/*
common styles
*/
a.small-link:link {
	color: #3c6992;
	font-size: 90%;
	text-decoration: none;
}
a.small-link:hover {
	color: #3c6992;
	font-size: 90%;
	text-decoration: underline;
}
.error-message {
	color: #b51a00;
	font-weight: bold;
}
div.error-message { margin: 0 0 15px 0; }
.form-text {
	color: #112536;
	font-weight: bold;
}
.black-text { color: #000; }
a.list-item:link, .list-item a:link {
	color: #043fa0;
	text-decoration: none;
}
a.list-item:visited, .list-item a:visited {
	color: #043fa0;
	text-decoration: none;
}
a.list-item:hover, .list-item a:hover {
	color: #2863c2;
	text-decoration: underline;
}
a.list-item:active, .list-item a:active {
	color: #043fa0;
	text-decoration: none;
}
table tr.head-row td, table tr.head-row th {
	background: #ccc none;
	font-weight: bold;
}
table tr.subhead-row td, table tr.subhead-row th { background: #eee none; }
table tr.center-row th { text-align: center; }
/* Currency */
.currency { white-space: nowrap; }
/*==============================================================================
layout styles
==============================================================================*/
/*******************************
*******************************
page container 
*******************************
*******************************/
#wraper {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
#header {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
#col-mask {
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	background: #fff; /* Left column background colour */
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	overflow: hidden; /* This chops off any overhanging divs */
}
#col-mid {
	float: left;
	width: 200%;
	background: #fff; /* Centre column background colour */
	position: relative;
	left: 180px;
}
#col-right {
	float: left;
	width: 100%;
	margin-left: -360px;
	background: #fff; /* Right column background colour */
	position: relative;
	left: 50%;
}
#col-wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#col-pad {
	margin: 0 12px 0 372px;
	overflow: hidden;
}
#center-column {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
#left-column {
	float: left;
	width: 180px;
	margin-left: -50%;
	position: relative;
	left: 180px;
}
#right-column {
	float: left;
	width: 180px;
	position: relative;
	left: 0;
	overflow: hidden;
}
#footer {
	float: left;
	width: 100%;
	border: 0;
	background: #fff;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	line-height: 0;
	visibility: hidden;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*
Right-to-left
*/
.rtl { direction: rtl; }
/*
header line1 styles
*/
#header .line1 {
	width: 100%;
	background: #fff;
	position: relative;
}
#header .line1 .logo {
	float: left;
	width: 395px;
	margin: 10px 0px 10px 5px;
}
.logo a {
	display: block;
	background: url(images/logo.gif) no-repeat;
	width: 675px;
	height: 104px;
	text-indent: -9999px;
	outline: none;
}
.line1-right {
	float: right;
	width: 250px;
	text-align: right;
}
/* header tabs */
.tabs {
	width: 100%;
	background: url('images/nav_bg.gif') repeat-x bottom;
	text-align: right;
	position: relative;
}
.tabs {
	margin: 0;
	padding: 0;
	text-align: right;
	height: 39px;
}
.tabs #nav_left {
	margin: 0 0 0 -3px;
	padding: 0;
	float: left;
}
.tabs #nav_right {
	margin: 0 -3px 0 0;
	padding: 0;
	float: right;
}
.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font:100% Arial, Helvetica, Verdana, sans-serif;
}
.tabs li {
	border-left: 1px solid #0045ca;
	line-height: 39px;
	float: right;
	margin: 0;
	padding: 0;
	background: url('images/nav_bg.gif') repeat-x bottom;
}
.tabs a {
	margin: 0;
	padding: 0 10px 0 10px;
	display: block;
	white-space: nowrap;
	background: url('images/nav_bg.gif') repeat-x bottom;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline-style: none;
	font-weight: bold;
}
.tabs a:hover {
	margin: 0;
	padding: 0 10px 0 10px;
	display: block;
	white-space: nowrap;
	background: url('images/nav_bg_hover.gif') repeat-x;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline-style: none;
	font-weight: bold;
}
/* phones line */
#header .phones {
	white-space: nowrap;
	color: #2863c2;
	text-align: right;
	margin-top: 10px;
}
#header .phones p {
	margin: 0;
	line-height: 1.6em;
}
.menuInput {
	padding: 2px;
	border: 1px inset #dadada;
	background: #fafafa;
	color: #8e8e8e;
	font-weight: bold;
	width: 96%;
}
/*
header line2 styles
*/
#header .line2 {
	width: 100%;
	border: none;
	background: #fff;
	color: #545454;
	position: relative;
}
#header .line2 div, #header .line2 span { color: #545454; }
#header .line2 a, #header .line2 a:hover { color: #b70000; }
#header div.search {
	position: absolute;
	bottom: 7px;
	right: 0px;
	padding: 7px 0px 0px 0px;
	text-align: right;
}
#header span.search {
	padding-left: 10px;
	padding-right: 5px;
}
.search-input {
	border: none;
	width: 200px;
	padding: 2px 1px 2px 17px;
	color: #939393;
	background: url(images/searchfield_bg.gif) no-repeat;
	font-weight: bold;
}
#header a.search:link { text-decoration: underline; }
#header a.search:hover { text-decoration: none; }
#header input { margin: 0px 0px 3px 3px; }
#header button.simple-button {
	margin-bottom: 3px;
	margin-right: 3px;
	vertical-align: middle;
}
#header button.simple-button img { margin-left: 0; }
#header .languages {
	float: right;
	width: 450px;
	padding: 7px 10px 7px 0;
	text-align: right;
}
#header .languages label {
	color: #fff;
	line-height: 21px;
	vertical-align: middle;
}
#header .languages select { margin-left: 5px; }
/*
header line3 styles
*/
/* location bar */
.line3 {
	position: relative;
	clear: both;
	margin: 7px 0 7px 0;
	width: 100%;
	background:  url('images/line3_left.gif') no-repeat left top;
	font-weight: bold;
	height: 31px;
}
.line3 #line3_right {
	float: right;
	padding-left: 1px;
}
.line3 .location {
	float: left;
	width: 98%;
	padding: 9px 3px 6px 10px;
	color: #a6a6a6;
}
font.bread-crumb {
	color: #a6a6a6;
	font-size: 90%;
	font-weight: normal;
}
a.bread-crumb {
	color: #a6a6a6;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
a.bread-crumb:hover {
	color: #dc143c;
	text-decoration: underline;
	font-weight: normal;
}
font.last-bread-crumb { text-decoration: none; }
.location span {
	padding: 15px 7px 15px 15px;
	background:  url('images/location_spacer.gif') no-repeat left
}
/* print bar */
.line3 .print-link {
	float: right;
	width: 140px;
	padding: 9px 0 3px 0;
	color: #bababa;
	font-size: 90%;
}
.print-link a, .print-link a:hover {
	padding: 2px 20px 2px 0;
	background: transparent url(images/printer.gif) no-repeat right top;
	color: #a7a7a7;
	line-height: 16px;
}
/*
footer styles
*/
#footer .box {
	padding: 6px 15px 3px 10px;
	color: #000;
	font-size: 95%;
	position: relative;
	height: 18px;
}
#footer .box .left {
	float: left;
	width: 440px;
	color: #525252;
}
#footer .box .right {
	float: right;
	width: 440px;
	color: #525252;
	text-align: right;
}
#footer .box a {
	color: #525252;
	text-decoration: none;
	font-weight: bold;
}
#footer .box a:hover {
	color: #525252;
	text-decoration: underline;
}
/* footer links */
.foot {
	border-top: 1px solid #D9D9D9;
	padding: 15px;
	text-align: center;
	clear: both;
}
.foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.foot ul li { display: inline; }
.foot ul li a {
	padding: 3px 0 3px 10px;
	display: inline;
	color: #000;
	line-height: 17px;
	text-decoration: none;
}
.foot ul li a:hover { color: #dd0000; }
/*==============================================================================
widgets
==============================================================================*/
/*
page title
*/
h1.page-title { text-align: center; }
/*
dialog message container
*/
#dialog-message {
	padding: 15px 0 20px 0;
	width: 100%;
}
#dialog-message .box {
	margin-left: 8%;
	margin-right: 8%;
	border: 1px solid black;
	border-top: 3px solid black;
	padding: 10px 25px 10px 59px;
	text-align: left;
	position: relative;
	vertical-align: middle;
	min-height: 32px;
}
#dialog-message a.close-link:link, #dialog-message a.close-link:hover {
	width: 13px;
	height: 13px;
}
#dialog-message .close-img {
	width: 13px;
	background: transparent url(images/but_cross.gif) no-repeat top right;
	height: 13px;
}
#dialog-message .message-i {
	border-color: #7a97c1;
	color: #112536;
	background: #f4f5f7 url(images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-w {
	border-color: #c3902f;
	color: #3e3104;
	background: #f8f7f3 url(images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-e {
	border-color: #d30000;
	color: #590a0a;
	background: #f7f3f3 url(images/icon_error.gif) no-repeat 10px 10px;
}
#dialog-message .anchor {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	position: relative;
	height: 15px;
	vertical-align: middle;
}
#dialog-message .anchor img {
	width: 12px;
	background: transparent url(images/goto_arr.gif) no-repeat left top;
	height: 10px;
	vertical-align: middle;
}
.dialogtr { color: #20b89d; }
/* inline message */
.inline-message {
	padding: 1px 1px 15px 1px;
	margin: 0;
	line-height: 16px;
	height: 16px;
	vertical-align: middle;
}
.inline-message img.icon-w {
	width: 16px;
	background: transparent url(images/icon_warning_small.gif) no-repeat;
	vertical-align: top;
	height: 16px;
}
/*	 menu Box title	*/
.menu-dialog {
	padding: 0;
	margin: 0 0 12px 0;
}
.menu-dialog .title-bar {
	clear: both;
	margin: 0;
	width: 100%;
	background: url('images/menu_left.gif') no-repeat left top;
	font-weight: bold;
	height: 23px;
}
.menu-dialog .title-bar img {
	float: right;
	padding-left: 1px;
}
.menu-dialog .title-bar h3 {
	float: left;
	margin: 0;
	padding: 5px 0 0 16px;
	color: #fff;
	font-size: 100%;
}
.menu-dialog .title-bar h3 a {
	color: #fff;
	text-decoration: none;
}
.menu-dialog .title-bar img.icon {
	margin: 2px 7px 2px 7px;
	width: 21px;
	vertical-align: middle;
	height: 20px;
}
.menu-dialog .title-bar a, .rtl .menu-dialog .title-bar a, .rtl .menu-dialog .title-bar a:hover {
	right: auto;
	left: 7px;
}
.menu-dialog .title-bar a img, .menu-dialog .title-bar a:hover img {
	width: 7px;
	background: url(images/menu_arrow.gif) no-repeat left top;
	height: 11px;
}
.rtl .menu-dialog .title-bar a img, .rtl .menu-dialog .title-bar a:hover img { background: url(images/menu_arrow_invert.gif) no-repeat left top; }
/*	 menu Box 	*/
.menu-dialog .content {
	padding: 8px;
	border-right: 1px solid #71a2ff;
	border-left: 1px solid #71a2ff;
	color: #000;
}
.content table {
	margin-bottom:1.625em;
	border-collapse: collapse;
}
.content tr, .content th, .content td {
	vertical-align: top;
	margin:0;
	padding:0 1.625em 0 1em;
	height:26px;
}
.menu-dialog .content a { color: #303030; }
.menu-dialog .content a:hover { color: #004ade; }
.menu-dialog ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-dialog ul li {
	padding: 0;
	vertical-align: middle;
}
.menu-dialog .item { color: #303030; }
.menu-dialog ul li a { text-decoration: none; }
.menu-dialog ul li a:hover { text-decoration: underline; }
.menu-dialog hr { background: #d6d6d6; }
/* menu-form */
#formBody input { margin: 3px 0; }
/* menu-categories-list */
.menu-categories-list .content, .menu-bestsellers .content, .menu-help .content, .menu-social .content, .menu-special .content, .menu-email-signup .content {
	border: 1px solid #71a2ff;
	border-bottom: none;
	padding: 0;
	color: #303030;
	font-size: 95%;
	overflow: hidden;
}
.menu-email-signup .content { padding: 3px 2px 3px 10px; }
.menu-categories-list ul, .menu-bestsellers ul, .menu-help ul, .menu-social ul, .menu-special ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu-categories-list .content ul li a, .menu-bestsellers ul li a, .menu-help ul li a, .menu-minicart ul li a, .menu-social ul li a, .menu-special ul li a {
	padding: 3px 2px 3px 10px;
	border-bottom: 1px solid #fff;
	display: block;
	color: #303030;
	line-height: 17px;
	text-decoration: none;
}
.menu-minicart ul li a {
	padding: 3px 2px 3px 10px;
	border-bottom: 1px solid #fff;
	display: block;
	color: #676767;
	font-size: 95%;
	text-decoration: none;
	height: 16px;
}
.menu-categories-list ul li a:hover, .menu-bestsellers ul li a:hover, .menu-help ul li a:hover, .menu-minicart ul li a:hover, .menu-social ul li a:hover, .menu-special ul li a:hover {
	color: #dd0000;
	background: #e6edfc;
	text-decoration: none;
}
/*
dialog container
*/
.dialog {
	padding: 0;
	margin: 0 0 15px 0;
	page-break-inside: avoid;
}
.dialog .title #dialog_right {
	float: right;
	padding-left: 1px;
}
.dialog .title {
	border: 0 none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url('images/dialog_left.gif') no-repeat left top;
	font-weight: bold;
	line-height: 20px;
	height: 23px;
	text-align: left;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	color: #fff;
	font-size: 85%;
}
.dialog .title.featured {
	border: 0 none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url('images/dialog_left_featured.gif') no-repeat left top;
	font-weight: bold;
	line-height: 20px;
	height: 23px;
	text-align: left;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	color: #fff;
	font-size: 85%;
}
.featured-dialog .title.featured {
	border: 0 none;
	margin: 0;
	padding: 0 0 0 18px;
	background: #fff url('images/hot_deal_left.gif') no-repeat left top;
	font-weight: bold;
	line-height: 35px;
	height: 40px;
	text-align: left;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	color: #e8e8e8;
	font-size: 85%;
	text-indent: -9999px;
}
.dialog .title.featured #dialog_right {
	float: right;
	padding-left: 1px;
}
.dialog .content {
	border: 1px solid #71a2ff;
	border-bottom: none;
	padding: 10px 10px 25px 10px;
	color: #58595b;
	text-align: left;
}
.dialog .content-feat {
	border-bottom: none;
	padding: 0;
	color: #58595b;
	text-align: left;
}
.content-top {
	background: url(images/content_top_left.gif) no-repeat top left;
	height: 6px;
}
.content-top .content_top_right {
	float: right;
	padding-left: 1px;
}
.content-foot {
	background: url(images/content_foot_left.gif) no-repeat bottom left;
	height: 6px;
}
.content-foot .content_foot_right {
	float: right;
	padding-left: 1px;
}
.dialog .dialog-sort-row {
	width: 50%;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.dialog .title-with-sort-row h2 { width: 50%; }
.dialog .title-with-sort-row .dialog-search-sort-bar {
	width: 50%;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.dialog-search-sort-bar .search-sort-bar {
	padding: 0;
	margin: 3px 0;
}
.dialog-search-sort-bar .search-sort-title, .dialog-search-sort-bar .search-sort-cell { padding-right: 10px; }
.dialog-search-sort-bar .search-sort-cell a {
	color: #fff;
	font-weight: normal;
}
.dialog-search-sort-bar .search-sort-cell a:hover {
	color: #fbfbfb;
	font-weight: normal;
}
/*
buttons
*/
/* button-based */
button.button {
	border: 0 none;
	margin: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	height: 22px;
	vertical-align: top;
	overflow: visible;
	outline-style: none;
}
button.button .button-right {
	padding: 0 10px 0 0;
	display: block;
	background: transparent url(images/but_right.png) no-repeat right top;
	height: 22px;
}
button.button .button-left {
	margin: 0;
	padding: 0 5px 0 15px;
	display: block;
	white-space: nowrap;
	background: transparent url(images/but_left.png) no-repeat left top;
	color: #000;
	font: 11px/21px verdana, arial, helvetica, sans-serif;
	vertical-align: middle;
	height: 22px;
}
/* div-based */
div.button {
	border: 0 none;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	white-space: nowrap;
	background: transparent url(images/but_right.png) no-repeat right top;
	cursor: pointer;
}
div.button div, div.button a, div.button a:hover {
	padding: 0 5px 0 15px;
	display: block;
	white-space: nowrap;
	background: transparent url(images/but_left.png) no-repeat left top;
	color: #111d4d;
	font: 11px/21px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	outline-style: none;
}
/* button-based link */
button.simple-button {
	border: 0 none;
	margin: 3px 0 0 0;
	padding: 0;
	white-space: nowrap;
	color: #043fa0;
	background: transparent;
	font-weight: bold;
	line-height: 15px;
	cursor: pointer;
	height: 15px;
	vertical-align: middle;
	outline-style: none;
}
button.simple-button span { text-decoration: underline; }
button.simple-button img { display: none; }
/* a-based link */
a.simple-button:link, a.simple-button:hover {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	color: #043fa0;
	text-decoration: underline;
	vertical-align: bottom;
	outline-style: none;
	line-height: 20px;
}
/* input-image-based */
input.image-button {
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
	border: 0 none;
	width: 25px;
	background: transparent url(images/go.gif) no-repeat left top;
	height: 18px;
	vertical-align: middle;
}
/* a-image-based */
a.image-button:link, a.image-button:hover { text-decoration: none; }
a.image-button:link img, a.image-button:hover img {
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 25px;
	background: transparent url(images/go.gif) no-repeat center center;
	height: 18px;
	vertical-align: middle;
}
/*
Buttons alternative styles
*/
/* highlighted button */
button.main-button .button-right { background: transparent url(images/but_main_right.png) no-repeat right top; }
button.main-button .button-left {
	background: transparent url(images/but_main_left.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
}
div.main-button { background: transparent url(images/but_main_right.png) no-repeat right top; }
div.main-button div, div.main-button a, div.main-button a:hover {
	background: transparent url(images/but_main_left.png) no-repeat left top;
	color: #fff;
}
button.simple-main-button, a.simple-main-button:link, a.simple-main-button:hover { color: #d70000; }
/* Delete cart item button */
a.simple-delete-button:link, a.simple-delete-button:hover {
	padding-left: 13px;
	color: #B00000;
	background: transparent url(images/delete_cross.gif) no-repeat left 7px;
}
/* menu button */
button.menu-button { height: 22px; }
button.menu-button .button-right {
	padding-right: 7px;
	background: transparent url(images/but_menu_right.png) no-repeat right top;
	height: 20px;
}
button.menu-button .button-left {
	padding: 0 1px 0 8px;
	background: transparent url(images/but_menu_left.png) no-repeat left top;
	color: #393939;
	line-height: 20px;
	height: 20px;
}
div.menu-button {
	padding-right: 7px;
	background: transparent url(images/but_menu_right.png) no-repeat right top;
}
div.menu-button div, div.menu-button a, div.menu-button a:hover {
	padding: 0 1px 0 8px;
	background: transparent url(images/but_menu_left.png) no-repeat left top;
	color: #393939 !important;
	line-height: 20px;
}
/*
link-with-arrow
*/
a.simple-arrow-button:link, a.simple-arrow-button:hover {
	padding-left: 10px;
	background: transparent url(images/but_arrow.png) no-repeat left 6px;
}
a.simple-arrow-button:hover { color: #2863c2; }
.rtl a.simple-arrow-button:link, .rtl a.simple-arrow-button:hover {
	padding-left: 0;
	padding-right: 10px;
	background: transparent url(images/but_arrow_invert.png) no-repeat right 6px;
}
.button-row a.simple-arrow-button:link, .button-row a.simple-arrow-button:hover { background: left 2px; }
button.simple-arrow-button img.left-simple-button {
	width: 7px;
	margin-right: 3px;
	display: inline;
	background: transparent url(images/but_arrow.png) no-repeat left top;
	height: 10px;
	vertical-align: bottom;
}
/*
button(s) containers
*/
.button-row, .button-row-right {
	margin-top: 20px;
	padding: 0;
	line-height: 23px;
	height: 23px;
}
.buttons-row .button, .buttons-row button.simple-button, .buttons-row a.simple-button { float: left; }
.buttons-row-right .button, .buttons-row-right button.simple-button, .buttons-row-right a.simple-button, .button-row-right .button, .button-row-right button.simple-button, .button-row-right a.simple-button { float: right; }
.buttons-row-right-box { float: right; }
.buttons-row-right, .buttons-row {
	margin: 20px 0 0 0;
	height: 23px;
}
.buttons-row .button-separator {
	float: left;
	width: 20px;
	height: 15px;
}
.buttons-row-right .button-separator {
	float: right;
	width: 30px;
	height: 15px;
}
table tr td.buttons-row, table tr td.button-row, table tr td.buttons-row-right, table tr td.button-row-right {
	margin: 0;
	padding-top: 15px;
}
.buttons-auto-separator .button, .buttons-auto-separator button.simple-button, .buttons-auto-separator a.simple-button { margin-right: 20px; }
.button-up {
	margin-top: -23px;
	width: 30%;
	position: relative;
}
/*
popup help link
*/
a.popup-link:link, a.popup-link:hover { text-decoration: none; }
a.popup-link:link img, a.popup-link:visited img, a.popup-link:hover img, a.popup-link:active img {
	width: 20px;
	margin-bottom: 1px;
	background: transparent url(images/question_button.gif) no-repeat left top;
	vertical-align: bottom;
	height: 18px;
}
/*
Popup window
*/
.popup-modal-bg {
	width: 100%;
	background: transparent url(images/grey.png) repeat left top;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.popup-window {
	padding: 0;
	margin: 0;
	background: white none;
	position: absolute;
	overflow: hidden;
	z-index: 1100;
}
.popup-window .popup-bg-iframe {
	width: 100%;
	border: 0 none;
	margin: 0;
	padding: 0;
	background: white none;
	position: absolute;
	height: 100%;
	z-index: 1150;
}
.popup-window .popup-title {
	background: transparent url(images/popup_header_bg.gif) repeat-x left top;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 22px;
	vertical-align: middle;
	z-index: 1200;
}
.popup-window .popup-title span {
	padding: 0 0 0 20px;
	color: #fff;
	font: bold 10px/22px Arial, Helvetica, Verdana, sans-serif;
}
.popup-window .popup-title a, .popup-window .popup-title a:hover {
	width: 16px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 5px;
	outline-style: none;
	height: 16px;
}
.popup-window .popup-title img {
	width: 16px;
	background: transparent url(images/popup_header_cross.gif) no-repeat left top;
	height: 16px;
}
.popup-window .popup-content {
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
	top: 24px;
	left: 2px;
	right: 2px;
	bottom: 20px;
	overflow: auto;
	z-index: 1200;
}
.popup-window .popup-frame {
	padding: 5px;
	margin: 0;
}
.popup-window .popup-footer {
	background: #f3f5f7 none;
	text-align: right;
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	height: 18px;
	z-index: 1200;
}
.popup-window .popup-footer div {
	width: 18px;
	background: transparent url(images/popup_bottom_arrow.gif) no-repeat 9px 9px;
	position: absolute;
	height: 18px;
	top: 0;
	right: 0;
	cursor: se-resize;
}
.popup-dnd-border {
	border: 1px dotted #000;
	background: transparent none;
	position: absolute;
	z-index: 1200;
}
.popup-window .popup-border {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
}
.popup-window .popup-t-side {
	width: 100%;
	border: 0 none;
	border-top: 1px solid #215485;
	background: #5f94c0 none;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	cursor: n-resize;
	z-index: 1250;
}
.popup-window .popup-tr-corner {
	width: 2px;
	border-top: 1px solid #215485;
	border-right: 1px solid #215485;
	background: #5f94c0 none;
	right: 0;
	top: 0;
	height: 2px;
	cursor: ne-resize;
	z-index: 1260;
}
.popup-window .popup-r-side {
	border-right: 1px solid #215485;
	width: 2px;
	background: #5f94c0 none;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	cursor: e-resize;
	z-index: 1250;
}
.popup-window .popup-br-corner {
	width: 2px;
	border-bottom: 1px solid #215485;
	border-right: 1px solid #215485;
	background: #5f94c0 none;
	right: 0;
	bottom: 0;
	height: 2px;
	cursor: se-resize;
	z-index: 1260;
}
.popup-window .popup-b-side {
	width: 100%;
	border-bottom: 1px solid #215485;
	background: #5f94c0 none;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	cursor: s-resize;
	z-index: 1250;
}
.popup-window .popup-bl-corner {
	width: 2px;
	border-bottom: 1px solid #215485;
	border-left: 1px solid #215485;
	background: #5f94c0 none;
	left: 0;
	bottom: 0;
	height: 2px;
	cursor: sw-resize;
	z-index: 1260;
}
.popup-window .popup-l-side {
	border-left: 1px solid #215485;
	width: 2px;
	background: #5f94c0 none;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	cursor: w-resize;
	z-index: 1250;
}
.popup-window .popup-tl-corner {
	width: 2px;
	border-top: 1px solid #215485;
	border-left: 1px solid #215485;
	background: #5f94c0 none;
	left: 0;
	top: 0;
	height: 2px;
	cursor: nw-resize;
	z-index: 1260;
}
/*
data table
*/
table.data-table td {
	padding: 4px 1px;
	line-height: 21px;
	vertical-align: top;
}
table.data-table td.data-name {
	padding-right: 5px;
	color: #112536;
	vertical-align: top;
}
table.data-table .data-required, .data-required { color: #880000; }
table.data-table td.data-required { padding-right: 4px; }
table.data-table td.data-required {
	width: 5px;
	text-align: center;
}
table.data-table .error-message {
	color: #880000;
	vertical-align: middle;
}
table.data-table div.error-message { margin: 0; }
table.data-table tr.head-row th {
	padding-left: 5px;
	padding-right: 5px;
}
table.data-table tr th.data-checkbox-column { width: 10px; }
table.data-table tr .data-right-column { text-align: right; }
table.data-table tr .data-width-100 { width: 100%; }
table.data-table tr td.data-name label {
	line-height: 21px;
	vertical-align: top;
}
/*
search sort bar
*/
.search-sort-bar {
	padding-right: 20px;
	margin: 15px 0 30px 0;
	white-space: nowrap;
	line-height: 16px;
	text-align: right;
	vertical-align: middle;
	height: 16px;
}
.search-sort-title { padding-right: 20px; }
.search-sort-cell { padding-right: 20px; }
a.search-sort-link:link, a.search-sort-link:hover { text-decoration: underline; }
.search-sort-bar img, .search-sort-bar-float img {
	width: 9px;
	margin-right: 5px;
	height: 9px;
}
.search-sort-bar a.up-direction:link, .search-sort-bar a.up-direction:hover {
	padding-left: 14px;
	background: transparent url(images/uarrow.gif) no-repeat left 3px;
	font-weight: bold;
}
.search-sort-bar a.down-direction:link, .search-sort-bar a.down-direction:hover {
	padding-left: 14px;
	background: transparent url(images/darrow.gif) no-repeat left 3px;
	font-weight: bold;
}
/*
expandable section
*/
.expand-section {
	margin: 20px 0 20px 0;
	line-height: 16px;
	height: 16px;
	vertical-align: middle;
}
.expand-section img {
	width: 11px;
	margin: 2px 5px 3px 0;
	height: 11px;
	vertical-align: middle;
}
.expand-section a, .expand-section a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/*
pagination mechanism
*/
.nav-pages {
	padding: 0;
	margin: 5px 0px;
	white-space: nowrap;
	vertical-align: bottom;
}
.nav-pages-title { padding-right: 10px; }
.nav-pages img {
	width: 15px;
	vertical-align: bottom;
	height: 15px;
}
.nav-pages a, .nav-pages a:hover {
	text-align: center;
	text-decoration: underline;
}
.nav-pages .left-arrow img { background: transparent url(images/navigation_arrow_left.gif) no-repeat left top; }
.nav-pages .right-arrow img { background: transparent url(images/navigation_arrow_right.gif) no-repeat left top; }
.nav-pages .current-page {
	font-weight: bold;
	text-align: center;
}
.nav-pages .right-delimiter { padding-right: 8px; }
/*
subheader styles
*/
.subheader {
	margin: 0 0 10px 0;
	padding: 2px;
	border: 0 none;
	border-bottom: 1px solid #999999;
	color: #bb0000;
	font-weight: bold;
}
.subheader-grey {
	border-bottom: 1px solid #ccc;
	color: #666666;
}
.subheader-black {
	border-bottom: 1px solid #000;
	color: #010101;
	font-weight: bold;
}
.subheader-red { border-bottom: 1px solid #acb7c7; }
/*
Table head cell
*/
.img-down-direction {
	width: 7px;
	margin-right: 3px;
	background: transparent url(images/r_bottom.gif) no-repeat left top;
	height: 6px;
	vertical-align: middle;
}
.img-up-direction {
	width: 7px;
	margin-right: 3px;
	background: transparent url(images/r_top.gif) no-repeat left top;
	height: 6px;
	vertical-align: middle;
}
/*
NoScript warning
*/
div.noscript-warning {
	padding: 0 0 20px 0;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
div.noscript-warning div.content {
	padding: 0 0 0 33px;
	white-space: nowrap;
	background: transparent url(images/icon_warning.gif) no-repeat left top;
	color: #b51a00;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
}
/*
 Webmaster mode
*/
.lbl {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
	color: green !important;
	font-weight: bold !important;
}
.section {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
/*==============================================================================
side-bar styles
==============================================================================*/
/*
special menu
*/
.menu-special .title-bar img.icon { background: url(images/dingbats_categorie.gif) no-repeat; }
/*
help menu
*/
.menu-help .title-bar img.icon { background: url(images/dingbats_help.gif) no-repeat; }
/*
minicart
*/
.menu-minicart .title-bar img.icon { background: url(images/dingbats_orders.gif) no-repeat; }
div.minicart { color: #112536; }
div.minicart a { float: left; }
div.minicart img {
	width: 19px;
	height: 16px;
}
div.minicart .full img {
	margin: 7px 4px 7px 1px;
	width: 18px;
	background: transparent url(images/cart_full.gif) no-repeat left top;
	height: 13px;
}
div.minicart .empty img {
	margin: 1px 4px 1px 1px;
	width: 18px;
	background: transparent url(images/cart_empty.gif) no-repeat left top;
	height: 13px;
}
div.minicart .empty b { line-height: 18px; }
div.minicart table { margin: 0 0 0 1px; }
div.minicart table tr td {
	padding: 1px;
	color: #112536;
}
hr.minicart {
	clear: both;
	margin: 5px 0 5px 0;
}
/*
auth box
*/
.menu-auth .title-bar img.icon { background: url(images/dingbats_authentification.gif) no-repeat; }
.menu-auth .content { line-height: 18px; }
.login-buttons { margin: 3px 0 5px 0; }
.login-buttons .button {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}
.login-buttons .button a { font-weight: normal; }
.menu-dialog .recovery {
	clear: both;
	margin-bottom: 5px;
}
.menu-dialog .recovery a, .menu-dialog .recovery a:hover { text-decoration: underline; }
.menu-dialog .left { text-align: left; }
.menu-dialog .login-text {
	margin-left: 15px;
	vertical-align: top;
}
.small-note, a.small-link {
	color: #3c6992;
	font: 9px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}
a.small-link:hover {
	color: #3c6992;
	font: 9px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
}
/*
news box styles
*/
.menu-news .title-bar img.icon { background: url(images/dingbats_news.gif) no-repeat; }
.menu-dialog .news { }
.menu-dialog .subscribe { margin-top: 8px; }
.menu-dialog a.prev-news, .menu-dialog a.prev-news:hover { text-decoration: underline; }
/*
interneka menu
*/
.menu-interneka .title-bar img.icon { background: url(images/dingbats_affiliates.gif) no-repeat; }
/*============================================================================
page-specific styles
==============================================================================*/
/*
category page
*/
.category-description { margin-bottom: 15px; }
.current-category-icon {
	padding: 0;
	height: 100%;
	vertical-align: top;
}
.current-category-icon img { margin: 5px; }
h2.category {
	margin: 20px 0 10px 0;
	color: #2c3e49;
}
div.no-image { display: none; }
ul.subcategories {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}
ul.subcategories li {
	margin: 0 0 10px 0;
	text-align: left;
}
ul.subcategories a, ul.subcategories a:hover {
	font-weight: bold;
	text-decoration: underline;
}
div.subcategories {
	float: left;
	margin: 0 10px;
	padding-bottom: 0;
	text-align: center;
}
.subcategory-image {
	float: left;
	margin: 0 10px 10px 0;
}
.subcategory-descr {
	width: auto;
	padding: 0;
}
/*
product details page
*/
.product-details { position: relative; }
.product-details .image {
	padding: 0;
	float: left;
	margin: 0 7px 7px 0;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	max-height: 300px;
}
.product-details .image .image-box {
	margin: 0 auto;
	padding: 0;
}
.product-details .details { padding-left: 10px; }
.product-details .details .descr {
	padding: 0;
	margin: 0 63px 0 0;
}
.product-details .details .save {
	width: 57px;
	padding: 28px 0 0 0;
	color: #fff;
	background: transparent url(images/save_money.gif) no-repeat;
	font-weight: bold;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 57px;
}
.product-details .product-subtitle { padding: 23px 0 10px 0; }
.product-details .product-subtitle div {
	border: 0 none;
	border-bottom: 1px solid #a3a3a3;
	color: #bb0000;
	font-weight: bold;
	padding: 2px;
}
.product-details .message { color: #b51a00; }
.product-details .warning-message { color: red; }
.product-details .customer-message {
	color: #b51a00;
	font-weight: bold;
}
/* product properties table */
table.product-properties {
	margin: 0;
	width: 100%;
}
table.product-properties tr td { padding: 0; }
table.product-properties .property-name {
	padding-right: 5px;
	width: 30%;
	white-space: nowrap;
}
table.product-properties .property-value { white-space: nowrap; }
table.product-properties .product-price {
	color: #010101;
	font-weight: bold;
	vertical-align: top;
}
table.product-properties .product-price-value {
	white-space: nowrap;
	color: #b51a00;
}
table.product-properties .product-market-price {
	padding-left: 5px;
	white-space: nowrap;
	color: #787878;
}
table.product-properties .product-input { height: 25px; }
table.product-properties .product-min-amount { padding-left: 5px; }
table.product-properties .product-one-quantity { padding-left: 5px; }
table.product-properties .separator td { height: 18px; }
/* send 2 friend section */
input.send2friend { width: 300px; }
/*
products list
*/
/* common styles */
.products { margin: 0; }
.products .image {
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}
.products a.see-details:link, .products a.see-details:visited, .products a.see-details:hover, .products a.see-details:active {
	display: block;
	text-align: center;
	text-decoration: underline;
}
.products a.product-title:link, .products a.product-title:visited, .products a.product-title:hover, .products a.product-title:active, .products .product-title, .product-details .product-title {
	color: #9d0000;
	font-weight: bold;
	text-decoration: underline;
}
.products a.product-title:hover { color: #ff1515; }
.products .descr {
	padding: 15px 0 0 0;
	margin: 0;
}
.products .sku { margin-top: 15px; }
.products .price-row {
	margin: 0;
	padding: 0;
	text-align: left;
}
.products .market-price { }
.products .market-price-value { text-decoration: line-through; }
.products .price { font-weight: bold; }
.products .price-value {
	color: #b51a00;
	font-weight: bold;
}
.products .price-save {
	padding: 0;
	margin: 0;
	color: #b51a00;
}
.products .taxes {
	margin-top: 15px;
	padding: 2px 2px 2px 70px;
}
.products .buy-now { margin: 10px 0 0 0; }
.products .buy-now .quantity {
	white-space: nowrap;
	height: 25px;
	vertical-align: middle;
}
.products .buy-now .quantity-empty { height: 25px; }
.products .buy-now .quantity-title {
	width: 75px;
	padding-right: 16px;
}
.products .buy-now .quantity select { vertical-align: middle; }
.products .buy-now .out-of-stock {
	white-space: nowrap;
	font-weight: bold;
}
.products .buy-now .prices {
	height: 15px;
	vertical-align: middle;
}
.products .product-details-title {
	color: #b51a00;
	font-weight: bold;
}
.products .product-price-text {
	color: #010101;
	font-weight: bold;
}
/* list as list */
.products-list .item {
	margin: 0;
	padding: 15px 5px 15px 5px;
	border-top: 1px solid #d7d7d7;
	background: #f7f7f7;
	position: relative;
}
.products-list .item-2 {
	margin: 0;
	padding: 15px 5px 15px 5px;
	border-top: 1px solid #d7d7d7;
	background: #fff;
	position: relative;
}
.products-list .image {
	float: left;
	padding: 3px 20px 3px 10px;
	margin-right: auto;
	position: relative;
}
.products-list .details {
	padding-left: 30px;
	border: 0 none;
	vertical-align: top;
}
.products-list .details hr { margin: 5px 5px 5px 0; }
.products-list .buy-now .center, .products-list .buy-now .halign-center {
	margin-left: 0;
	text-align: left;
}
.featured-dialog .price-row {
	padding-top: 5px;
	font-size: 1.6em;
}
.featured-dialog .market-price { padding-top: 5px; }
/* list as multicolumn table */
/* Products list as multicolumn table */
.PListCell {
	padding: 0;
	margin: 6px;
	float: left;
	background: #fff;
}
.PListCellInside {
	padding: 6px;
	text-align: center;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.PListCellInside .sku {
	margin-top: 10px;
	text-align: center;
}
/* Inside boxes */
.PListCellInside .image {
	padding: 0;
	margin: 3px 0;
}
.PListCellInside a.product-title {
	color: #242424;
	font-weight: bold;
	text-decoration: none;
}
.PListCellInside .sku { margin-top: 3px; }
.PListCellInside .market-price { padding: 5px 0 5px 0; }
.PListCellInside .price-row .price { font-weight: bold; }
.PListCellInside .price-row .price-value, .PListCellInside .market-price .price-save {
	color: #b51a00;
	font-weight: bold;
}
.PListCellInside .buttons-row, .PListCellInside .button-row { margin: 5px 0 0 0; }
.PListCellInside .buttons-row button, .PListCellInside .button-row button {
	margin: 0;
	float: none;
}
.PListCellInside .buy-now { margin-top: 3px; }
.PListCellInside .buy-now .quantity-title {
	width: auto;
	padding-right: 5px;
}
/*
advanced search page
*/
.adv-search table td {
	padding: 3px 5px 3px 0;
	white-space: nowrap;
}
.adv-search table .data-name {
	width: 20%;
	color: #112536;
	font-weight: bold;
	vertical-align: top;
}
.adv-search table .data-input { white-space: nowrap; }
.adv-search table .pattern { padding-bottom: 0; }
.adv-search table .pattern input, .adv-search table .pattern select {
	width: 95%;
	vertical-align: bottom;
}
.adv-search table .search-button {
	width: 25%;
	padding: 0;
}
#adv_search_box { margin-bottom: 15px; }
/*
register page
*/
.register-note {
	margin-bottom: 15px;
	color: #000;
}
.register-newbie-note {
	margin-top: 30px;
	text-align: center;
}
.register-bottom-note {
	margin-top: 30px;
	padding-bottom: 45px;
}
.register-ups-box {
	margin-top: 45px;
	margin-bottom: 15px;
}
.register-section-title {
	height: 30px;
	vertical-align: middle;
}
.register-section-title label {
	width: 100%;
	border-bottom: 1px solid black;
	display: block;
	color: #2c3e49;
	font-weight: bold;
	line-height: normal;
}
table.register-table td.data-name {
	width: 30%;
	font-weight: normal;
	text-align: right;
}
table.register-table .register-exp-section {
	padding-top: 16px;
	padding-bottom: 16px;
}
table.register-table .register-exp-section label.register-sec-minimized { border-bottom: 0 none; }
/*
cart page
*/
.cart .item { margin: 0 0 30px 0; }
.cart .item .image {
	padding: 3px 8px 3px 3px;
	position: relative;
	height: 100%;
}
.cart .details {
	margin-left: 138px;
	width: 80%;
	vertical-align: top;
}
.cart a.product-title:link, .cart a.product-title:visited, .cart a.product-title:hover, .cart a.product-title:active { text-decoration: underline; }
.cart .descr { padding-bottom: 15px; }
.cart .poptions-title { font-weight: bold; }
.cart .poptions-list { margin-bottom: 15px; }
.cart .buttons {
	margin-top: 30px;
	position: relative;
	vertical-align: top;
	height: 23px;
}
.cart .buttons .buttons-row { margin-top: 0; }
.cart .left-buttons-row {
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
.cart .right-buttons-row {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.cart .right-buttons-row .checkout-button { float: right; }
.cart-total-line {
	width: 50%;
	margin-left: 50%;
}
.cart-total-row { text-align: right; }
div.shipping-method {
	margin-bottom: 15px;
	color: #112536;
	font-weight: bold;
	text-align: right;
}
th.shipping-method {
	color: #112536;
	font-weight: bold;
	text-align: left;
}
.shipping-method select { font-weight: normal; }
.shipping-method table {
	margin: 0 0 0 auto;
	text-align: right;
}
.shipping-method table td {
	font-weight: normal;
	text-align: left;
}
.shipping-method tr.selected { background: #eee none; }
.totals {
	margin: 0 0 0 auto;
	width: 30%;
	text-align: right;
}
.totals td { padding: 3px; }
.totals .total-name {
	padding-right: 8px;
	white-space: nowrap;
	color: #112536;
	font-weight: bold;
	text-align: left;
}
.totals .total-value {
	white-space: nowrap;
	color: #b51a00;
	font-weight: bold;
	text-align: right;
}
.totals .total-alt-value {
	white-space: nowrap;
	text-align: right;
}
.totals .total-line { height: 1px; }
.totals .total-line img {
	width: 100%;
	background: black none;
	height: 1px;
}
.totals .total {
	padding-right: 8px;
	white-space: nowrap;
	color: #112536;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.totals .total-taxes {
	font-weight: bold;
	text-align: right;
}
.totals .total-tax-line { background: #eee; }
.totals .total-tax-line td {
	white-space: nowrap;
	text-align: right;
}
.totals .total-tax-name { padding-right: 8px; }
.cart hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-content { margin-bottom: 15px; }
.cart-content tr td, .cart-content tr th {
	padding: 1px 3px;
	height: 23px;
}
.cart-content .cart-column-tax { text-align: center; }
.cart-content .cart-column-price, .cart-content .cart-column-total { text-align: right; }
.cart-content .cart-content-text {
	color: #b51a00;
	font-weight: bold;
}
.cart-content .cart-column-quantity { width: 30px; }
.cart-content .cart-column-product { width: 100%; }
.cart-content input.cart-quantity { width: 30px; }
.cmpi-vbv-icon {
	width: 49%;
	float: left;
	text-align: center;
}
.cmpi-vbv-icon img {
	width: 71px;
	background: transparent url(images/vbv_logo.gif) no-repeat left top;
	height: 57px;
}
.cmpi-mcsc-icon {
	width: 49%;
	text-align: center;
}
.cmpi-mcsc-icon img {
	width: 74px;
	background: transparent url(images/mcsc_logo.gif) no-repeat left top;
	height: 40px;
}
/*
Checkout page
*/
.checkout-payments tr td {
	padding: 2px;
	text-align: left;
}
.checkout-payments tr td.checkout-payment-name {
	width: 20%;
	white-space: nowrap;
}
.checkout-payments tr td.checkout-payment-name label { font-weight: bold; }
.checkout-payments tr td.checkout-payment-descr { width: 80%; }
.checkout-payments tr td.checkout-payment-paypal { width: 100%; }
.checkout-payments tr td.checkout-payment-paypal img { border: 0 none; }
.checkout-update-button {
	float: left;
	margin: 0;
}
/*
Payment wait page
*/
.payment-wait .payment-wait-title { border-top: 30px solid #d0ddeb; }
.payment-wait h1 {
	padding: 10px 0 0 30px;
	border-top: 1px solid #d0ddeb;
	margin-top: 1px;
	display: block;
	color: #2c3e49;
}
/*
help index page
*/
.help-index {
	padding: 0;
	margin: 0;
	list-style: none;
}
.help-index li {
	margin: 0;
	padding: 10px 0 0 0;
}
.help-index li.first-item { padding-top: 0; }
/*
help / cvv2 page
*/
.help-cvv2-images {
	float: right;
	margin: 15px 5px 5px 5px;
}
.help-cvv2-images img {
	float: none;
	margin-bottom: 15px;
	display: block;
}
/*
help / usps test page
*/
.help-usps-test-dir {
	margin-bottom: 15px;
	text-decoration: underline;
}
/*
Images viewer
*/
.images-viewer {
	margin: 10px 0;
	text-align: center;
}
.images-viewer-list {
	white-space: nowrap;
	position: relative;
}
.images-viewer-list .side-arrow, .images-viewer-list .side-arrow:link, .images-viewer-list .side-arrow:visited, .images-viewer-list .side-arrow:hover, .images-viewer-list .side-arrow:active {
	width: 10px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	height: 54px;
	outline-style: none;
}
.images-viewer-list .left-arrow:link, .images-viewer-list .left-arrow:visited, .images-viewer-list .left-arrow:hover, .images-viewer-list .left-arrow:active {
	text-align: left;
	left: 0;
}
.images-viewer-list .right-arrow:link, .images-viewer-list .right-arrow:visited, .images-viewer-list .right-arrow:hover, .images-viewer-list .right-arrow:active {
	padding-left: 3px;
	text-align: right;
	right: 0;
}
.images-viewer-list .side-arrow:link img, .images-viewer-list .side-arrow:visited img, .images-viewer-list .side-arrow:hover img, .images-viewer-list .side-arrow:active img {
	width: 7px;
	height: 100%;
}
.images-viewer-list .left-arrow .enabled, .images-viewer-list .left-arrow:link .enabled, .images-viewer-list .left-arrow:visited .enabled, .images-viewer-list .left-arrow:hover .enabled, .images-viewer-list .left-arrow:active .enabled {
	display: block;
	background: transparent url(images/arrow_left.gif) no-repeat left center;
}
.images-viewer-list .left-arrow .disabled, .images-viewer-list .left-arrow:link .disabled, .images-viewer-list .left-arrow:visited .disabled, .images-viewer-list .left-arrow:hover .disabled, .images-viewer-list .left-arrow:active .disabled {
	display: block;
	background: transparent url(images/arrow_left_disabled.gif) no-repeat left center;
}
.images-viewer-list .hidden { display: none; }
.images-viewer-list .right-arrow .enabled, .images-viewer-list .right-arrow:link .enabled, .images-viewer-list .right-arrow:visited .enabled, .images-viewer-list .right-arrow:hover .enabled, .images-viewer-list .right-arrow:active .enabled {
	display: block;
	background: transparent url(images/arrow_right.gif) no-repeat left center;
}
.images-viewer-list .right-arrow .disabled, .images-viewer-list .right-arrow:link .disabled, .images-viewer-list .right-arrow:visited .disabled, .images-viewer-list .right-arrow:hover .disabled, .images-viewer-list .right-arrow:active .disabled {
	display: block;
	background: transparent url(images/arrow_right_disabled.gif) no-repeat left center;
}
.images-viewer-icons {
	padding: 0;
	margin: 0 10px;
	text-align: left;
	overflow: hidden;
}
.images-viewer-icons a:link, .images-viewer-icons a:visited, .images-viewer-icons a:hover, .images-viewer-icons a:active {
	padding: 0;
	border: 1px solid #fff;
	padding: 0;
	margin: 0 10px;
	float: left;
	display: block;
	background: #eee none;
	text-align: center;
	outline-style: none;
	vertical-align: middle;
}
.images-viewer-icons a.selected:link, .images-viewer-icons a.selected:visited, .images-viewer-icons a.selected:hover, .images-viewer-icons a.selected:active { border: 1px solid #215485; }
.images-viewer-icons a:hover { border: 1px solid #ccc; }
.images-viewer-icons img {
	margin: 1px;
	border: 0 none;
	vertical-align: middle;
}
/*
Order invoice
*/
.order-invoice { background: #fff none; }
.invoice-company-icon {
	padding-top: 30px;
	vertical-align: top;
}
.invoice-data-box {
	width: 100%;
	padding-left: 30px;
}
.invoice-data-box table { width: 100%; }
.invoice-data-box table tr td {
	padding: 2px;
	vertical-align: top;
}
.invoice-title {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}
.invoice-data-box table tr td.invoice-right-info {
	text-align: right;
	vertical-align: bottom;
}
hr.invoice-line {
	margin: 2px 0 17px 0;
	border-bottom: 2px solid #58595b;
}
.invoice-personal-info {
	width: 45%;
	margin-bottom: 15px;
}
.invoice-personal-info tr td { padding: 0; }
.invoice-personal-info tr td strong { white-space: nowrap; }
.invoice-address-box {
	width: 100%;
	margin-bottom: 30px;
}
.invoice-address-title {
	width: 45%;
	height: 25px;
}
td.invoice-line {
	padding: 0;
	vertical-align: top;
	height: 4px;
}
td.invoice-line img {
	width: 100%;
	background: #58595b none;
	height: 2px;
}
.invoice-address-box table { width: 100%; }
.invoice-address-box table tr td { padding: 0; }
.invoice-address-box table tr td strong { white-space: nowrap; }
.invoice-customer-notes { padding-top: 30px; }
.invoice-customer-notes p {
	font-weight: bold;
	text-align: center;
}
.invoice-customer-notes div {
	border: 1px solid black;
	height: 50px;
	overflow: hidden;
}
.invoice-bottom-note {
	padding-top: 30px;
	text-align: center;
}
p.invoice-products-title {
	font-weight: bold;
	text-align: center;
}
.invoice-products {
	width: 100%;
	background: #000 none;
}
.invoice-products tr td, .invoice-products tr th { background: #fff none; }
.invoice-products tr th {
	padding: 3px;
	white-space: nowrap;
	background: #ccc none;
}
.invoice-products tr th.invoice-sku-column, .invoice-products tr th.invoice-quantity-column, .invoice-products tr th.invoice-total-column { width: 60px; }
.invoice-products tr th.invoice-tax-column { width: 100px; }
.invoice-products tr th.invoice-price-column {
	width: 100px;
	text-align: center;
}
.invoice-products tr td { padding: 3px; }
.invoice-products tr td.invoice-price-column, .invoice-products tr td.invoice-tax-column, .invoice-products tr td.invoice-quantity-column { text-align: center; }
.invoice-products tr td.invoice-product-column span { }
.invoice-products tr td.invoice-product-column table tr td { vertical-align: top; }
.invoice-products tr td.invoice-product-column p { white-space: nowrap; }
.invoice-products tr td.invoice-product-column div {
	padding-left: 10px;
	white-space: nowrap;
}
.invoice-products tr td.invoice-price-column {
	white-space: nowrap;
	text-align: right;
}
.invoice-products tr td.invoice-total-column {
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
.invoice-totals { width: 100%; }
.invoice-totals tr td { padding: 0; }
.invoice-totals tr .invoice-total-title {
	width: 100%;
	text-align: right;
	height: 20px;
}
.invoice-totals tr .invoice-total-name {
	width: 100%;
	padding-right: 3px;
	text-align: right;
	height: 20px;
}
.invoice-totals tr .invoice-total-value {
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
	height: 20px;
}
.invoice-totals tr .invoice-total-name-fin {
	width: 100%;
	padding-right: 3px;
	background: #ccc none;
	text-align: right;
	height: 25px;
}
.invoice-totals tr .invoice-total-value-fin {
	padding-right: 5px;
	white-space: nowrap;
	background: #ccc none;
	text-align: right;
	height: 25px;
}
.invoice-totals tr td.invoice-line { height: 2px; }
.invoice-giftcerts { width: 100%; }
.invoice-giftcerts tr td { padding: 0; }
.invoice-giftcerts tr th { background: #ccc none; }
.invoice-giftcerts tr th.invoice-giftcert-id { width: 60px; }
.invoice-giftcerts tr td.invoice-giftcert-id { text-align: center; }
.invoice-giftcerts tr .invoice-giftcert-cost {
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
/*
404 error page
*/
.error-page #header { height: 87px; }
.error-page #header .line2 { height: 20px; }
.error-page #header .logo { margin-left: 167px; }
.error-page #content-container { margin-top: 87px; }
.error-page #center-main {
	margin: 0 10px;
	text-align: center;
}
.error-page #header .line1 .tabs, .error-page #header .line1 .phones, .error-page #header .line2 .search, .error-page #header .line2 .languages, .error-page #header .line3, .error-page #left-bar, .error-page #right-bar, .error-page #location { display: none; }
.error-page .subcontainer {
	width: 700px;
	margin: 32px auto 0 auto;
	clear: both;
	text-align: left;
	position: relative;
}
.error-page .code-number {
	width: 186px;
	float: left;
	color: #d8d8d8;
	font: normal 74px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
.error-page .description {
	width: 514px;
	float: right;
	font-family: verdana;
}
.error-page .description h1 {
	color: #000;
	font-weight: normal;
}
.error-page .description a, .error-page .description a:hover { text-decoration: underline; }
.error-page .description ul {
	margin: 0;
	padding: 5px 0;
	list-style-position: inside;
}
.error-page .reason {
	color: #a10000;
	font-weight: bold;
}
.error-page .description hr { margin: 10px 0 15px 0; }
.error-page ul.links {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
/*
PayPal
*/
.paypal-cart-button {
	text-align: right;
	height: 79px;
}
.paypal-cart-button div {
	width: 200px;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	height: 79px;
	overflow: visible;
}
.paypal-cart-button p {
	width: 100%;
	margin: 10px 0;
	text-align: right;
}
.paypal-cart-icon {
	float: left;
	padding-right: 10px;
}
/*============================================================================
module styles
==============================================================================*/
/*
bestsellers module
*/
/* bestsellers menu box */
.menu-bestsellers .title-bar img.icon { background: url(images/dingbats_categorie.gif) no-repeat; }
/* bestsellers products list */
ul.bestsellers-products-item {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.bestsellers-products-item li {
	padding: 2px;
	list-style: none;
}
ul.bestsellers-products-item img {
	width: 50px;
	float: left;
}
.bestsellers-products-item .details {
	margin-left: 50px;
	padding-left: 2px;
}
.bestsellers-products-item a.product-title:link, .bestsellers-products-item a.product-title:hover { font-weight: bold; }
/*
customer reviews module
*/
.creviews-stars { padding: 15px 0 0 15px; }
.creviews-stars strong { padding-right: 20px; }
.creviews-stars img {
	width: 15px;
	margin: 0;
	height: 15px;
}
.creviews-stars img.star-4 { background: transparent url(images/star_4.gif) no-repeat left top; }
.creviews-stars img.star-3 { background: transparent url(images/star_3.gif) no-repeat left top; }
.creviews-stars img.star-2 { background: transparent url(images/star_2.gif) no-repeat left top; }
.creviews-stars img.star-1 { background: transparent url(images/star_1.gif) no-repeat left top; }
.creviews-stars img.star-0 { background: transparent url(images/star_0.gif) no-repeat left top; }
.creviews-voting { margin: 15px 0; }
.creviews-voting td {
	padding: 1px;
	line-height: 25px;
	vertical-align: middle;
	height: 25px;
}
.creviews-voting select { margin: 0 10px 0 0; }
ul.creviews-reviews-list {
	margin: 0 0 35px 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
ul.creviews-reviews-list li {
	margin: 0;
	padding: 12px 0;
}
div.creviews-reviews-list {
	padding: 12px 0 25px 0;
	text-align: center;
}
.creviews-reviews-title {
	white-space: nowrap;
	font-weight: bold;
}
.creviews-reviews-add table td { padding: 2px; }
/*
detailed product images module
*/
/* detailed images on product detailed page */
.dpimages-list .content { text-align: center; }
.dpimages-list .content img { padding: 0 0 10px 0; }
.dpimages-list .content img.last { padding: 0; }
/* product details line */
div.dpimages-popup-link {
	margin-top: 3px;
	text-align: center;
	vertical-align: middle;
}
.dpimages-popup-link a, .dpimages-popup-link a:hover {
	padding: 0 0 0 17px;
	background: transparent url(images/zoom_image.gif) no-repeat left 1px;
	text-decoration: underline;
	line-height: 13px;
}
.printable .dpimages-popup-link { display: none; }
/* icons box */
.dpimages-icons-box {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 220px;
}
.dpimages-icons-box a, .dpimages-icons-box a:hover {
	padding: 1px;
	border: 1px solid #215485;
	float: left;
	display: block;
	outline-style: none;
}
/*
discount coupons module
*/
.dcoupons-add-coupon {
	color: #112536;
	font-weight: bold;
}
/* clear link */
.dcoupons-clear img {
	width: 11px;
	background: transparent url(images/delete_cross.gif) no-repeat;
	height: 11px;
	vertical-align: bottom;
}
/*
fast lane checkout module
*/
.flc-sns-button {
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
}
.flc-sns-button img {
	width: 9px;
	height: 9px;
}
.flc-top-login {
	width: 100%;
	line-height: 21px;
	text-align: right;
	height: 22px;
}
#header .flc-top-login .simple-button { margin-bottom: 5px; }
.flc-top-login-text {
	padding: 0 10px 0 0;
	white-space: nowrap;
}
/*
fast lane checkout layout
*/
.flc-container #col-mask {
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	background: #fff; /* Left column background colour */
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	overflow: hidden; /* This chops off any overhanging divs */
}
.flc-container #col-mid {
	float: left;
	width: 200%;
	background: #fff; /* Centre column background colour */
	position: relative;
	left: 150px;
}
.flc-container #col-right {
	float: left;
	width: 100%;
	margin-left: -300px;
	background: #fff; /* Right column background colour */
	position: relative;
	left: 50%;
}
.flc-container #col-wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
.flc-container #col-pad {
	margin: 10px 12px 0 370px;
	overflow: hidden;
}
.flc-container #center-column {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.flc-container #left-column {
	float: left;
	width: 150px;
	margin-left: -50%;
	position: relative;
	left: 150px;
	overflow: hidden;
}
.flc-container #right-column {
	float: left;
	width: 150px;
	position: relative;
	left: 0;
	overflow: hidden;
}
.flc-container #footer {
	float: left;
	width: 100%;
	border: 0;
	background: #fff;
}
/*  Checkout page : user profile */
.flc-left-dialog {
	width: 49%;
	float: left;
	height: 260px;
}
.flc-right-dialog {
	margin-left: 50%;
	height: 260px;
}
.flc-ext-left-dialog, .flc-ext-right-dialog { height: 380px; }
.flc-right-dialog .content {
	text-align: center;
	line-height: 184px;
	vertical-align: middle;
}
.flc-ext-right-dialog .content { line-height: 314px; }
.flc-login-text {
	margin: auto 0;
	font-weight: bold;
}
.flc-login-text a, .flc-login-text a:hover { text-decoration: underline; }
/* Checkout page : shipping & payment methods */
.flc-checkout-container {
	padding-bottom: 30px;
	width: 100%;
	clear: both;
	vertical-align: top;
}
.flc-checkout-container .flc-address {
	width: 30%;
	float: left;
	vertical-align: top;
	overflow: hidden;
}
.flc-checkout-container .flc-checkout-options {
	margin-left: 32%;
	vertical-align: top;
}
.flc-payments tr td { padding: 2px; }
.flc-payments tr td.flc-payment-name {
	width: 20%;
	white-space: nowrap;
}
.flc-payments tr td.flc-payment-name label { font-weight: bold; }
.flc-payments tr td.flc-payment-descr { width: 80%; }
.flc-payments tr td.flc-payment-paypal { width: 100%; }
.flc-payments tr td.flc-payment-paypal img { border: 0 none; }
.flc-shippings label {
	padding: 2px;
	display: block;
	line-height: 18px;
	position: relative;
	height: 18px;
	vertical-align: middle;
}
.flc-shippings label input { vertical-align: middle; }
.flc-shippings label span { padding-left: 3px; }
.flc-shippings label.flc-hl-shipping { background: #eee none; }
/* Checkout page : tabs */
div.flc-tabs { text-align: right; }
table.flc-tabs {
	width: 70%;
	margin-left: auto;
	text-align: right;
}
table.flc-tabs tr td { padding: 0; }
tr.flc-tab-cart-line td {
	text-align: center;
	vertical-align: top;
	height: 20px;
}
tr.flc-tab-cart-line img {
	width: 18px;
	margin: 0 4px 4px 0; /* margin-right = flc-tab-line-img3.width * 2 */
	background: transparent url(images/cart_checkout.gif) no-repeat left top;
	text-align: center;
	height: 13px;
}
.flc-tab-marks-line td {
	padding: 0;
	height: 10px;
	vertical-align: top;
}
.flc-tab-marks-line div {
	width: 100%;
	height: 6px;
	position: relative;
}
.flc-tab-marks-line img {
	background: #a6b1c1 none;
	position: absolute;
}
.flc-tab-marks-line .flc-tab-line-img1 {
	width: 50%;
	top: 0;
	right: 50%;
	left: 0;
	height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img2 {
	width: 50%;
	top: 0;
	right: 0;
	left: 50%;
	height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img3 {
	width: 2px;
	top: 2px;
	right: 50%;
	height: 4px;
}
.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
	width: 2px;
	left: auto;
}
.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 { background: white none; }
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1, .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2, .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3, .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1, .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3 { background: #ff8600 none; }
/* Opera fix */
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1, .flc-tab-marks-line .flc-tab-last .flc-tab-line-img1 { width: 51%; }
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img2, .flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 { left: inherit; }
.flc-tab-links td {
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
}
.flc-tab-links a, .flc-tab-links a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/*
Checkout : last  step
*/
.flc-checkout-products { padding-bottom: 30px; }
.flc-checkout-box-info { padding: 0 0 30px 20px; }
.flc-checkout-address-left {
	width: 48%;
	float: left;
	padding-bottom: 15px;
	vertical-align: top;
}
.flc-checkout-address-right {
	margin-left: 50%;
	padding-bottom: 15px;
	vertical-align: top;
}
table.flc-checkout-address tr td { padding: 2px; }
.flc-payment-options { padding-bottom: 15px; }
/*
gift certificate module
*/
/* gift certificate page */
.giftcert-header {
	padding-bottom: 15px;
	vertical-align: middle;
}
.giftcert-header img {
	width: 84px;
	float: left;
	margin: 0 5px 15px 0;
	background: transparent url(images/gift.gif) no-repeat left top;
	height: 69px;
}
.giftcert-table .giftcert-title {
	padding: 10px 0 0 0;
	color: #b51a00;
	font-weight: bold;
}
.giftcert-table .data-name { text-align: right; }
.giftcert-table .giftcert-subtitle { padding-bottom: 30px; }
.giftcert-table .giftcert-h-separator { padding: 15px 0; }
.giftcert-table .giftcert-h-separator hr { border-bottom: 1px solid #ccc; }
.giftcert-table .buttons-row #preview_button { float: left; }
.giftcert-table .giftcert-delivery-method { font-weight: bold; }
table.data-table tr#preview_template td { vertical-align: middle; }
#preview_template td select { margin-right: 20px; }
/* cart page */
.giftcert-item .image img {
	width: 84px;
	background: transparent url(images/gift.gif) no-repeat left top;
	height: 69px;
}
.giftcert-item .giftcert-item-row .giftcert-item-subtitle { padding-right: 3px; }
.giftcert-item .product-title { padding-bottom: 15px; }
/*
google checkout module
*/
.gcheckout-cart-buttons { }
.gcheckout-cart-buttons div {
	width: 200px;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	overflow: visible;
}
.gcheckout-cart-buttons p {
	width: 100%;
	margin: 10px 0;
	text-align: right;
}
table.gcheckout-top-button {
	float: right;
	margin-bottom: 3px;
}
table.gcheckout-top-button tr td { padding: 0; }
table.gcheckout-top-button tr td.gcheckout-or-use {
	padding-left: 20px;
	padding-right: 20px;
}
.error-page .gcheckout-top-button { display: none; }
/*
image verification module
*/
div.iv-box {
	margin-top: 15px;
	line-height: normal;
}
table.data-table tr td.iv-box {
	line-height: normal;
	vertical-align: middle;
}
table.data-table tr td.iv-box-descr {
	padding-top: 15px;
	line-height: normal;
}
.iv-description {
	padding: 0;
	margin: 0;
}
.iv-row {
	text-align: left;
	height: 60px;
}
.iv-img { text-align: center; }
.iv-input { text-align: center; }
.iv-row .iv-img {
	margin-right: 10px;
	float: left;
	text-align: left;
}
.iv-row .iv-input {
	text-align: left;
	line-height: 60px;
	height: 60px;
}
.iv-input input { width: 100px; }
.iv-error {
	padding-left: 5px;
	color: #880000;
}
.iv-box a, .iv-box a:hover { text-decoration: underline; }
/*
manufacturers module
*/
/* manufacturers menu list */
.menu-manufacturers .title-bar img.icon { background: url(images/dingbats_categorie.gif) no-repeat; }
/* manufacturers list */
ul.manufacturers-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.manufacturers-list li {
	margin: 0;
	padding: 0 0 0 5px;
	white-space: nowrap;
}
/*
News management module
*/
.news-register-item { margin-bottom: 5px; }
.news-register-item label { line-height: 15px; }
.news-register-item span { font-style: italic; }
/* News list */
label.news-item {
	display: block;
	font-weight: bold;
}
.news-item-descr {
	padding-left: 20px;
	padding-bottom: 15px;
	font-style: italic;
}
/*
'Note' box
*/
div.note-box {
	border: 1px solid black;
	margin: 0 0 0 30px;
	padding: 3px;
	width: 150px;
	white-space: normal;
	background: #f6f5eb;
	line-height: 15px;
	position: absolute;
	overflow: hidden;
}
/*
product options module
*/
/* exceptions list */
#exception_msg { padding-bottom: 15px; }
.poptions-exceptions-list { padding-bottom: 15px; }
/* short options list */
.poptions-options-list { padding: 1px; }
.poptions-options-list td { padding-right: 10px; }
/*
recommended products module
*/
ul.rproducts {
	margin: 15px 0 0 15px;
	padding: 0;
	list-style: disc outside none;
	font-size: 95%;
}
ul.rproducts li {
	margin: 0;
	padding: 0;
}
ul.rproducts a, ul.rproducts a:hover { font-weight: bold; }
.printable .rproducts-dialog { display: none; }
/*
sns module
*/
.sns-button img { cursor: pointer; }
.sns-button .text {
	text-align: center;
	height: 15px;
}
.sns-button .text a, .sns-button .text a:hover {
	color: #550000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/*
Stop list module
*/
img.slist-no-ip {
	width: 12px;
	background: transparent url(images/no_ip.gif) left top;
	vertical-align: middle;
	height: 12px;
}
/*
subscriptions module
*/
.subscriptions-product-price {
	padding-right: 5px;
	color: #010101;
	font-weight: bold;
}
.subscriptions-product-price-value {
	color: #b51a00;
	font-weight: bold;
}
/*
upselling products module
*/
.uproducts table { margin: 0; }
.uproducts td {
	padding: 5px;
	color: #043fa0;
	font-weight: bold;
}
.uproducts td.item-number { width: 1%; }
/*
ups online tools module
*/
.ups-logo {
	width: 84px;
	margin: 0 5px 15px 5px;
	height: 96px;
}
.ups-logo-cell {
	margin: 25px 20px 5px 20px;
	text-align: center;
}
.ups-notice {
	padding-left: 10px;
	text-align: left;
}
table.ups-error tr td { padding: 1px; }
.ups-error-name { width: 20%; }
/*
users online module
*/
/* users statistics box */
.uo-box {
	padding: 10px;
	background: #fff;
}
/*
wholesale module
*/
#wl-prices { margin-top: 15px; }
#wl-prices table td {
	padding: 2px 10px;
	white-space: nowrap;
	background: #eee none;
}
#wl-prices table th {
	padding: 2px 10px;
	white-space: nowrap;
	background: #ccc none;
	font-weight: bold;
	text-align: center;
}
#wl-prices div strong { color: #112536; }
/*
wishlist module
*/
.wishlist-sendlist { margin-top: 15px; }
.wishlist-sendlist .button { margin-left: 10px; }
.wishlist-sendlist input.input-email { width: 140px; }
/*==============================================================================
alternative layouts
==============================================================================*/
/*
printable
*/
.printable #center-main {
	margin: 20px 10px 20px 10px;
	width: 700px;
}
.printable #center-main .buttons-row { display: none; }
/* containers */
.printable .dialog .title {
	border: none;
	background: #959595;
}
.printable .dialog .title img { display: none; }
.printable .dialog .content { border: none; }
.printable .dialog .content-foot { display: none; }
.title h2 { margin: 0; }
/* service styles */
.printable .no-print { display: none; }
/*
Admin preview layout
*/
.admin-preview #header, .admin-preview #footer, .admin-preview #left-bar, .admin-preview #right-bar, .admin-preview #location, .admin-preview .offers-short-list, .admin-preview .creviews-dialog, .admin-preview .send2friend-dialog { display: none; }
.admin-preview #content-container {
	margin: 0;
	padding: 0;
}
.admin-preview #center-main { margin: 5px; }
/* Home Category Thumbnails */
#welcome_cat_links {
	width: 562px;
	margin: 0 auto;
}
#welcome_cat_links a {
	float: left;
	padding: 4px;
	text-align: center;
	margin: 0px 0px 20px 10px;
	text-decoration: none;
	max-width: 130px;
	vertical-align: middle;
	height: 100%;
}
#welcome_cat_links a:hover { }
#welcome_cat_links img {
	max-width: 120px;
	text-align: center;
	margin-bottom: 12px;
}
/* Sitemap Links */
#sitemap ul {
	margin: 0px;
	padding: 8px 0px 0px 20px;
	line-height: 1;
	list-style: inside disc;
}
#sitemap li {
	padding-top: 8px;
}
#sitemap ul ul {
	padding-top: 8px;
	list-style: inside circle;
}
