/*
$Id: main.css,v 1.1.2.128 2009/06/24 13:22:16 aim Exp $
vim: set ts=2 sw=2 sts=2 et:


general tags styles
*/
HTML, BODY
{
	height: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	min-width: 780px;
	border: 0px none #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
}
/*
div,th,td,p,input,select,textarea,tt,button {
font-family: verdana, arial, helvetica, sans-serif;
color: #646673;
font-size: 11px;
}
// replaced with below removed div
*/
TH, TD, P, INPUT, SELECT, TEXTAREA, TT, BUTTON
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #646673;
	font-size: 11px;
}
A:link
{
	color: #1B4A8F;
	text-decoration: underline;
}
A:visited
{
	color: #1B4A8F;
	text-decoration: underline;
}
A:hover
{
	color: #2366C7;
	text-decoration: underline;
}
A:active
{
	color: #1B4A8F;
	text-decoration: underline;
}
H1
{
	margin: 10px 0px;
	padding: 0;
	font-size: 14px;
}
H2
{
	margin: 20px 0px 10px;
	padding: 0;
	font-size: 13px;
}
H3
{
	margin: 12px 0px;
	padding: 0;
	font-size: 12px;
	color: #A10000;
}
HR
{
	border: 0px none #000000;
	border-bottom: 1px solid #888888;
	margin: 20px 0px 10px;
	padding: 0px;
	height: 0px;
}
FORM
{
	margin: 0px;
}
TABLE, IMG
{
	border: 0px solid #000000;
}
EM
{
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
/*
service styles

float-box finisher*/
.clearing
{
	height: 0px;
	font-size: 0px;
	clear: both;
}
/*vertical align (center)*/
.valign-middle
{
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1
{
	height: 100%;
	display: table;
}
.valign-middle-adv-lvl2
{
	display: table-cell;
	vertical-align: middle;
}
.valign-middle-adv-lvl3
{
}
/*horizontal align*/
.halign-center
{
	display: table;
	margin: 0px auto;
	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
{
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	page-break-after: always;
}
/*overflow wrapper*/
.overflow
{
	margin-right: 20px;
	overflow: auto;
}
LABEL
{
	vertical-align: bottom;
	line-height: 15px;
}
LABEL INPUT
{
	margin: 0px;
	vertical-align: bottom;
}
LABEL.input-block
{
	vertical-align: middle;
	line-height: 21px;
}
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
{
	display: block;
	padding-bottom: 15px;
}
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;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
A.small-link:visited
{
	color: #3C6992;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
A.small-link:hover
{
	color: #3C6992;
	text-decoration: underline;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
A.small-link:active
{
	color: #3C6992;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
.error-message
{
	color: #B51A00;
	font-weight: bold;
}
DIV.error-message
{
	margin: 0px 0px 15px;
}
.form-text
{
	color: #112536;
	font-weight: bold;
}
.black-text
{
	color: #000000;
}
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: #CCCCCC none;
	font-weight: bold;
}
TABLE TR.subhead-row TD, TABLE TR.subhead-row TH
{
	background: #EEEEEE none;
}
TABLE TR.center-row TH
{
	text-align: center;
}
/*Currency*/
.currency
{
	white-space: nowrap;
}
INPUT.input-text
{
	margin-top: 3px;
	margin-bottom: 2px;
	background: #FFFFFF none;
	border-top: 1px solid #516E99;
	border-right: 1px solid #C0CADA;
	border-bottom: 1px solid #C0CADA;
	border-left: 1px solid #516E99;
}
/*==============================================================================

layout styles

==============================================================================
page container*/
#page-container
{
	margin: 0px auto;
	width: 780px;
	min-height: 100%;
	position: relative;
}
/*page layout*/
#content-container
{
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0px;
	margin-top: 0px;
	z-index: 1;
}
#content-container2
{
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center
{
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
}
#left-bar
{
	float: left;
	position: relative;
	width: 180px;
}
#center-main
{
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.welcome-page #center-main
{
	margin-left: 0px;
}
#header
{
	height: 153px;
	position: absolute;
	top: 0px;
	width: 100%;
	border-top: 4px solid #516E99;
}
#footer
{
/*height: 68px;*/
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	float: left;
}
/*
Right-to-left
*/
.rtl
{
	direction: rtl;
}
/*
header styles
*/
#header .line1
{
	margin: 0px;
	position: relative;
	height: 102px;
	direction: ltr;
}
#header .line1 .logo
{
	position: absolute;
	left: 20px;
	top: 31px;
	width: 228px;
	height: 50px;
}
#header .line1 .logo A:link, #header .line1 .logo A:visited, #header .line1 .logo A:hover, #header .line1 .logo A:active
{
	display: block;
	width: 228px;
	height: 50px;
	background: transparent url(images/fashion_mosaic/company_logo.gif) no-repeat left top;
}
#header .line1 .logo IMG
{
	display: none;
}
/*header tabs*/
.tabs
{
	position: absolute;
	top: 0px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 50%;
	text-align: right;
}
.tabs UL
{
	margin: 3px 0px 0px;
	padding: 0px;
	list-style: none;
}
.tabs LI
{
	float: right;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	height: 15px;
}
.tabs A:link, .tabs A:visited, .tabs A:hover, .tabs A:active
{
	background: transparent url("images/fashion_mosaic/arrow.gif") no-repeat left 3px;
	margin: 0px;
	padding: 0px 0px 0px 27px;
	vertical-align: middle;
	white-space: nowrap;
	color: #183B6F;
	text-decoration: none;
	font-size: 11px;
	outline-style: none;
}
.tabs A:hover
{
	text-decoration: underline;
}
/*phones line*/
#header .phones
{
	position: absolute;
	left: 40px;
	top: 0px;
	height: 21px;
	vertical-align: middle;
	line-height: 18px;
	font-size: 10px;
	white-space: nowrap;
	color: #AAAAAA;
}
/*header line 2*/
#header .line2
{
	position: relative;
	margin: 0px;
	height: 46px;
	color: #183B6F;
	font-size: 11px;
}
#header DIV.search
{
	width: 180px;
}
#header .search-top-box
{
	border: 0px none #000000;
	border-top: 1px solid #659DE0;
	background: #A3CBF9 none;
	height: 26px;
	white-space: nowrap;
}
#header SPAN.search
{
	padding-left: 7px;
	padding-right: 9px;
	line-height: 26px;
	vertical-align: top;
	color: #183B6F;
	font-size: 9px;
}
#header A.search:link, #header A.search:visited, #header A.search:hover, #header A.search:active
{
	display: block;
	position: absolute;
	top: 26px;
	left: 0px;
	width: 180px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	font-size: 10px;
	color: #6B88A7;
	text-decoration: underline;
	white-space: nowrap;
}
#header A.search:hover
{
	color: #40608F;
}
#header .search-top-box INPUT.input-text
{
	width: 90px;
}
#header INPUT.input-text
{
	margin-top: 5px;
}
#header BUTTON.simple-button
{
	vertical-align: middle;
	margin-right: 3px;
}
#header BUTTON.simple-button IMG
{
	margin-left: 0px;
}
#header .languages
{
	position: absolute;
	top: 48px;
	right: 5px;
	text-align: right;
	vertical-align: middle;
}
#header .languages LABEL
{
	line-height: 21px;
	vertical-align: middle;
	font-size: 10px;
	color: #646673;
}
#header .languages SELECT
{
	margin-left: 5px;
	vertical-align: middle;
}
DIV.welcome_back
{
	position: absolute;
	top: 26px;
	left: 0px;
	height: 21px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	font-size: 10px;
	color: #6B88A7;
}
/*header line 3*/
.line2 .auth
{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	border: 0px none #000000;
	border-top: 1px solid #659DE0;
	background: #A3CBF9 none;
	height: 26px;
	white-space: nowrap;
}
.line2 LABEL, .line2 SPAN.search
{
	line-height: 26px;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
	color: #183B6F;
}
.line2 INPUT.image-button
{
	margin: 0px 0px 6px 5px;
	background-position: left top;
	height: 13px;
}
.auth .register-button
{
	position: absolute;
	top: 0px;
	right: 5px;
	height: 26px;
	line-height: 26px;
}
.auth .register-button A:link, .auth .register-button A:visited, .auth .register-button A:hover, .auth .register-button A:active
{
	padding: 0px;
	background: transparent none;
	color: #1B4A8F;
	text-decoration: underline;
	font-weight: normal;
}
.auth .register-button BUTTON.simple-button
{
	margin-top: 4px;
	margin-bottom: 6px;
	line-height: 15px;
	vertical-align: top;
}
.auth .register-button BUTTON.simple-button IMG
{
	display: none;
}
.auth .register-button BUTTON.simple-button SPAN
{
	color: #1B4A8F;
	font-weight: normal;
	text-decoration: underline;
}
.auth .register-button .simple-button
{
	line-height: 26px;
	vertical-align: middle;
}
.line2 .subauth-line
{
	position: absolute;
	top: 26px;
	left: 200px;
	width: 580px;
	height: 20px;
	line-height: 20px;
	font-size: 9px;
	color: #AAAAAA;
}
.line2 .subauth-line A:link, .line2 .subauth-line A:visited, .line2 .subauth-line A:hover, .line2 .subauth-line A:active, .line2 .subauth-line FONT
{
	font-size: 9px;
	color: #AAAAAA;
}
.line2 .printable-bar
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 16px;
}
.line2 .printable-bar A:link, .line3 .printable-bar A:visited, .line3 .printable-bar A:hover, .line3 .printable-bar A:active
{
	color: #AAAAAA;
	font-size: 9px;
	line-height: 16px;
}
/*
footer styles
*/
#footer
{
/*background: transparent url(images/fashion_mosaic/horiz_separator.gif) repeat left top;*/
}
#footer .box
{
	width: 100%;
	padding: 0px;
	margin-top: 18px;
	height: 50px;
	background: #FFFFFF none;
}
#footer .subbox
{
	position: relative;
	height: 50px;
	vertical-align: middle;
	padding: 0px;
}
#footer .subbox .left
{
	background: transparent none;
	position: absolute;
	left: 12px;
	top: 0px;
	line-height: 50px;
	vertical-align: middle;
	color: #AAAAAA;
}
#footer .subbox .right
{
	background: transparent none;
	position: absolute;
	right: 12px;
	top: 0px;
	text-align: right;
	line-height: 50px;
	vertical-align: middle;
	color: #AAAAAA;
}
#footer .subbox A:link
{
	text-decoration: underline;
	color: #AAAAAA;
}
#footer .subbox A:visited
{
	text-decoration: underline;
	color: #AAAAAA;
}
#footer .subbox A:hover
{
	text-decoration: none;
	color: #AAAAAA;
}
#footer .subbox A:active
{
	text-decoration: underline;
	color: #AAAAAA;
}
/*==============================================================================

widgets

==============================================================================

location bar
*/
#location
{
	height: 20px;
	line-height: 20px;
	width: 85%;
	overflow: hidden;
}
A.bread-crumb:link
{
	text-decoration: underline;
}
A.bread-crumb:visited
{
	text-decoration: underline;
}
A.bread-crumb:hover
{
	text-decoration: underline;
}
A.bread-crumb:active
{
	text-decoration: underline;
}
FONT.last-bread-crumb
{
	text-decoration: none;
}
#location SPAN
{
	padding: 0px 5px;
}
/*
dialog message container
*/
#dialog-message
{
	padding: 15px 0px 20px;
	width: 100%;
}
#dialog-message .box
{
	position: relative;
	margin-left: 8%;
	margin-right: 8%;
	border: 1px solid #000000;
	border-top: 3px solid #000000;
	padding: 10px 25px 10px 59px;
	vertical-align: middle;
	text-align: left;
	min-height: 32px;
}
#dialog-message A.close-link:link, #dialog-message A.close-link:visited, #dialog-message A.close-link:hover, #dialog-message A.close-link:active
{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	text-decoration: none;
}
#dialog-message .close-img
{
	width: 13px;
	height: 13px;
	background: transparent url(images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-i
{
	color: #112536;
	border-color: #3869B1;
	background: #F8F9FA url(images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-w
{
	color: #3E3104;
	border-color: #3869B1;
	background: #F8F9FA url(images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-e
{
	color: #590A0A;
	border-color: #3869B1;
	background: #F8F9FA url(images/icon_error.gif) no-repeat 10px 10px;
}
#dialog-message .anchor
{
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}
#dialog-message .anchor IMG
{
	width: 12px;
	height: 10px;
	vertical-align: middle;
	background: transparent url(images/goto_arr.gif) no-repeat left top;
}
.dialogtr
{
	color: #1A2B3C;
}
/*inline message*/
.inline-message
{
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	padding: 1px 1px 15px;
	margin: 0px;
}
.inline-message IMG.icon-w
{
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: transparent url(images/icon_warning_small.gif) no-repeat;
}
/*
side bar container
*/
.menu-dialog
{
	width: 180px;
	margin-bottom: 1px;
}
.menu-dialog .title-bar
{
	height: 20px;
	color: #183B6F;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 0px 0px 0px 11px;
	line-height: 18px;
	vertical-align: bottom;
}
.menu-dialog .title-bar IMG.icon
{
	display: none;
}
.menu-dialog .title-bar A:link, .menu-dialog .title-bar A:visited, .menu-dialog .title-bar A:hover, .menu-dialog .title-bar A:active
{
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	text-decoration: none;
}
.rtl .menu-dialog .title-bar A:link, .rtl .menu-dialog .title-bar A:visited, .rtl .menu-dialog .title-bar A:hover, .rtl .menu-dialog .title-bar A:active
{
	right: auto;
	left: 7px;
}
.menu-dialog .title-bar A:link IMG, .menu-dialog .title-bar A:visited IMG, .menu-dialog .title-bar A:hover IMG, .menu-dialog .title-bar A:active IMG
{
	width: 13px;
	height: 13px;
	background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
}
.rtl .menu-dialog .title-bar A:link IMG, .rtl .menu-dialog .title-bar A:visited IMG, .rtl .menu-dialog .title-bar A:hover IMG, .rtl .menu-dialog .title-bar A:active IMG
{
	background: transparent url(images/menu_arrow_invert.gif) no-repeat left top;
}
.menu-dialog .content
{
	background: transparent url(images/fashion_mosaic/menu_hr.gif) repeat-x left top;
	border: 0px solid #000000;
	padding: 8px 10px 20px 5px;
	overflow: hidden;
	font-size: 11px;
}
.welcome-page .menu-dialog .content
{
	padding-bottom: 10px;
}
.menu-dialog .content A:link, .menu-dialog .content A:visited, .menu-dialog .content A:link
{
	color: #324C76;
	font-size: 11px;
}
.menu-dialog .content A:hover
{
	color: #2863C2;
	font-size: 11px;
}
.menu-dialog UL
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu-dialog UL LI
{
	padding: 0px 0px 0px 19px;
	vertical-align: middle;
	background: transparent url(images/fashion_mosaic/vert_menu_bullet.gif) no-repeat 7px 5px;
	line-height: 16px;
}
.menu-dialog .item
{
	color: #112536;
}
.menu-dialog UL LI A:link
{
	text-decoration: none;
}
.menu-dialog UL LI A:visited
{
	text-decoration: none;
}
.menu-dialog UL LI A:hover
{
	text-decoration: underline;
}
.menu-dialog UL LI A:active
{
	text-decoration: none;
}
.menu-dialog HR
{
	background-color: #999999;
}
/*
dialog container

*/
.dialog
{
	border: 0px none #000000;
	padding: 0px;
	margin: 0px 0px 15px;
	page-break-inside: avoid;
/*position: relative;*/
}
.dialog .title
{
	color: #183B6F;
	background: transparent url(images/fashion_mosaic/menu_hr.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 12px;
	border: 0px none #000000;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
	overflow: hidden;
}
.dialog .content
{
	border: 0px none #000000;
	background: transparent none;
	text-align: left;
	padding: 10px 0px 25px;
}
.dialog .dialog-sort-row
{
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	overflow: hidden;
}
.dialog .title-with-sort-row H2
{
	width: 50%;
}
.dialog .title-with-sort-row .dialog-search-sort-bar
{
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	overflow: hidden;
}
.dialog-search-sort-bar .search-sort-bar
{
	padding: 0px;
	margin: 4px 0px;
}
.dialog-search-sort-bar .search-sort-title, .dialog-search-sort-bar .search-sort-cell
{
	padding-right: 10px;
}
.welcome-page .dialog .title, .hl-dialog .title
{
	border-top: 2px solid #09387E;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background: #3869B1 none;
	padding-left: 16px;
}
/*
buttons

button-based*/
BUTTON.button
{
	border: 0px none #000000;
	background-color: transparent;
	cursor: pointer;
	height: 21px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	overflow: visible;
	outline-style: none;
}
BUTTON.button .button-right
{
	display: block;
	background: transparent url(images/fashion_mosaic/button_grey_right.gif) no-repeat right top;
	padding: 0px 8px 0px 0px;
	height: 21px;
}
BUTTON.button .button-left
{
	display: block;
	margin: 0px;
	background: transparent url(images/fashion_mosaic/button_grey_left.gif) no-repeat left top;
	padding: 0px 7px 0px 15px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	height: 21px;
	line-height: 20px;
}
/*div-based*/
DIV.button
{
	border: 0px none #000000;
	background: transparent none;
	cursor: pointer;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/fashion_mosaic/button_grey_right.gif) no-repeat right top;
	float: left;
}
DIV.button DIV, DIV.button A:link, DIV.button A:visited, DIV.button A:hover, DIV.button A:active
{
	display: block;
	background: transparent url(images/fashion_mosaic/button_grey_left.gif) no-repeat left top;
	padding: 0px 7px 0px 15px;
	line-height: 20px;
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	outline-style: none;
}
/*button-based link*/
BUTTON.simple-button
{
	border: 0px none #000000;
	background-color: transparent;
	cursor: pointer;
	height: 16px;
	margin: 3px 0px 0px;
	padding: 0px;
	white-space: nowrap;
	color: #6B88A7;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	outline-style: none;
}
BUTTON.simple-button SPAN
{
	font-weight: bold;
}
BUTTON.simple-button IMG
{
	display: none;
}
/*a-based link*/
A.simple-button:link, A.simple-button:visited, A.simple-button:hover, A.simple-button:active
{
	font-size: 10px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 0px 3px 18px;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	color: #6B88A7;
	font-weight: bold;
	background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
}
/*input-image-based*/
INPUT.image-button
{
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	border: 0px none #000000;
	width: 13px;
	height: 20px;
	background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
	vertical-align: middle;
}
/*a-image-based*/
A.image-button:link, A.image-button:visited, A.image-button:hover, A.image-button:active
{
	text-decoration: none;
}
A.image-button:link IMG, A.image-button:visited IMG, A.image-button:hover IMG, A.image-button:active IMG
{
	margin: 0px;
	padding: 0px;
	border: 0px none #000000;
	width: 13px;
	height: 18px;
	background: transparent url(images/fashion_mosaic/go.gif) no-repeat left center;
	vertical-align: middle;
}
/*
Buttons alternative styles

highlighted button*/
BUTTON.main-button .button-right
{
	background: transparent url(images/fashion_mosaic/button_blue_right.gif) no-repeat right top;
}
BUTTON.main-button .button-left
{
	background: transparent url(images/fashion_mosaic/button_blue_left.gif) no-repeat left top;
	color: #FFFFFF;
}
DIV.main-button
{
	background: transparent url(images/fashion_mosaic/button_blue_right.gif) no-repeat right top;
}
DIV.main-button DIV, DIV.main-button A:link, DIV.main-button A:visited, DIV.main-button A:hover, DIV.main-button A:active
{
	background: transparent url(images/fashion_mosaic/button_blue_left.gif) no-repeat left top;
	color: #FFFFFF;
}
/*Delete cart item button*/
A.simple-delete-button:link, A.simple-delete-button:visited, A.simple-delete-button:hover, A.simple-delete-button:active
{
	color: #880000;
	background: transparent url(images/delete_cross.gif) no-repeat left 7px;
	padding-left: 13px;
}
/*
link-with-arrow
*/
BUTTON.simple-button IMG.left-simple-button
{
	display: inline;
	width: 13px;
	height: 13px;
	background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
	margin-right: 3px;
	vertical-align: bottom;
}
/*
button(s) containers
*/
.button-row, .button-row-right
{
	margin-top: 20px;
	padding: 0px;
	height: 23px;
	line-height: 23px;
}
.buttons-row .button, .buttons-row BUTTON.simple-button, .buttons-row A.simple-button:link, .buttons-row A.simple-button:visited, .buttons-row A.simple-button:hover, .buttons-row A.simple-button:active
{
	float: left;
}
.buttons-row A.simple-button:link, .buttons-row A.simple-button:visited, .buttons-row A.simple-button:hover, .buttons-row A.simple-button:active, .buttons-row-right A.simple-button:link, .buttons-row-right A.simple-button:visited, .buttons-row-right A.simple-button:hover, .buttons-row-right A.simple-button:active, .button-row-right A.simple-button:link, .button-row-right A.simple-button:visited, .button-row-right A.simple-button:hover, .button-row-right A.simple-button:active
{
	background-position: left 4px;
}
.buttons-row A.simple-delete-button:link, .buttons-row A.simple-delete-button:visited, .buttons-row A.simple-delete-button:hover, .buttons-row A.simple-delete-button:active
{
	background-position: left 7px;
}
.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 0px 0px;
	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: 0px;
	padding-top: 15px;
}
.buttons-auto-separator .button, .buttons-auto-separator BUTTON.simple-button, .buttons-auto-separator A.simple-button
{
	margin-right: 20px;
}
.button-up
{
	position: relative;
	margin-top: -23px;
	width: 30%;
}
/*
popup help link
*/
A.popup-link:link, A.popup-link:visited, A.popup-link:hover, A.popup-link:active
{
	text-decoration: none;
}
A.popup-link:link IMG, A.popup-link:visited IMG, A.popup-link:hover IMG, A.popup-link:active IMG
{
	vertical-align: bottom;
	width: 20px;
	height: 18px;
	background: transparent url(images/question_button.gif) no-repeat left top;
	margin-bottom: 1px;
}
/*
Popup window
*/
.popup-modal-bg
{
	background: transparent url(images/grey.png) repeat left top;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}
.popup-window
{
	position: absolute;
	background: #FFFFFF none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	z-index: 1100;
	text-align: left;
}
.popup-window .popup-bg-iframe
{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px none #000000;
	background: #FFFFFF none;
	margin: 0px;
	padding: 0px;
	z-index: 1150;
	top: 0px;
	left: 0px;
}
.popup-window .popup-title
{
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 24px;
	background: #A3CBF9 none;
	vertical-align: middle;
	z-index: 1200;
}
.popup-window .popup-title SPAN
{
	color: #304E7B;
	font-size: 10px;
	line-height: 24px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
.popup-window .popup-title A:link, .popup-window .popup-title A:visited, .popup-window .popup-title A:hover, .popup-window .popup-title A:active
{
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	outline-style: none;
	text-decoration: none;
	width: 13px;
	height: 13px;
}
.popup-window .popup-title IMG
{
	width: 13px;
	height: 13px;
	background: transparent url(images/fashion_mosaic/popup_cross.gif) no-repeat left top;
}
.popup-window .popup-content
{
	position: absolute;
	top: 24px;
	left: 2px;
	right: 2px;
	bottom: 20px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	z-index: 1200;
}
.popup-window .popup-frame
{
	padding: 5px;
	margin: 0px;
}
.popup-window .popup-footer
{
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	background: #F3F5F7 none;
	height: 18px;
	text-align: right;
	z-index: 1200;
}
.popup-window .popup-footer DIV
{
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0px;
	right: 0px;
	background: transparent url(images/popup_bottom_arrow.gif) no-repeat 9px 9px;
	cursor: se-resize;
}
.popup-dnd-border
{
	position: absolute;
	border: 1px dotted #000000;
	background: transparent none;
	z-index: 1200;
}
.popup-window .popup-border
{
	position: absolute;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.popup-window .popup-t-side
{
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border: 0px none #000000;
	border-top: 1px solid #80ADDE;
	background: #80ADDE none;
	height: 2px;
	cursor: n-resize;
	z-index: 1250;
}
.popup-window .popup-tr-corner
{
	right: 0px;
	top: 0px;
	height: 2px;
	width: 2px;
	border-top: 1px solid #80ADDE;
	border-right: 1px solid #80ADDE;
	background: #80ADDE none;
	cursor: ne-resize;
	z-index: 1260;
}
.popup-window .popup-r-side
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	border-right: 1px solid #80ADDE;
	background: #80ADDE none;
	width: 2px;
	cursor: e-resize;
	z-index: 1250;
}
.popup-window .popup-br-corner
{
	right: 0px;
	bottom: 0px;
	height: 2px;
	width: 2px;
	border-bottom: 1px solid #80ADDE;
	border-right: 1px solid #80ADDE;
	background: #80ADDE none;
	cursor: se-resize;
	z-index: 1260;
}
.popup-window .popup-b-side
{
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border-bottom: 1px solid #80ADDE;
	background: #80ADDE none;
	height: 2px;
	cursor: s-resize;
	z-index: 1250;
}
.popup-window .popup-bl-corner
{
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 2px;
	border-bottom: 1px solid #80ADDE;
	border-left: 1px solid #80ADDE;
	background: #80ADDE none;
	cursor: sw-resize;
	z-index: 1260;
}
.popup-window .popup-l-side
{
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	border-left: 1px solid #80ADDE;
	background: #80ADDE none;
	width: 2px;
	cursor: w-resize;
	z-index: 1250;
}
.popup-window .popup-tl-corner
{
	left: 0px;
	top: 0px;
	height: 2px;
	width: 2px;
	border-top: 1px solid #80ADDE;
	border-left: 1px solid #80ADDE;
	background: #80ADDE none;
	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
{
	vertical-align: top;
	color: #112536;
	padding-right: 5px;
}
TABLE.data-table .data-required, .data-required
{
	color: #880000;
}
TABLE.data-table TD.data-required
{
	padding-right: 4px;
}
TABLE.data-table TD.data-required
{
	text-align: center;
	width: 5px;
}
TABLE.data-table .error-message
{
	color: #880000;
	vertical-align: middle;
}
TABLE.data-table DIV.error-message
{
	margin: 0px;
}
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
{
	vertical-align: middle;
	line-height: 16px;
	height: 16px;
	padding-right: 20px;
	white-space: nowrap;
	margin: 15px 0px 30px;
	text-align: right;
}
.search-sort-title
{
	padding-right: 20px;
}
.search-sort-cell
{
	padding-right: 20px;
}
A.search-sort-link:link, A.search-sort-link:visited, A.search-sort-link:hover, A.search-sort-link:active
{
	text-decoration: underline;
}
.search-sort-bar IMG, .search-sort-bar-float IMG
{
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.search-sort-bar A.up-direction:link, .search-sort-bar A.up-direction:visited, .search-sort-bar A.up-direction:hover, .search-sort-bar A.up-direction:active
{
	font-weight: bold;
	padding-left: 14px;
	background: transparent url(images/uarrow.gif) no-repeat left 3px;
}
.search-sort-bar A.down-direction:link, .search-sort-bar A.down-direction:visited, .search-sort-bar A.down-direction:hover, .search-sort-bar A.down-direction:active
{
	font-weight: bold;
	padding-left: 14px;
	background: transparent url(images/darrow.gif) no-repeat left 3px;
}
/*
expandable section
*/
.expand-section
{
	height: 16px;
	margin: 20px 0px;
	vertical-align: middle;
	line-height: 16px;
}
.expand-section IMG
{
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin: 2px 5px 3px 0px;
}
.expand-section A:link, .expand-section A:visited, .expand-section A:hover, .expand-section A:active
{
	font-weight: bold;
	text-decoration: underline;
}
/*
pagination mechanism
*/
.nav-pages
{
	white-space: nowrap;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}
.nav-pages-title
{
	padding-right: 10px;
}
.nav-pages IMG
{
	vertical-align: bottom;
	width: 13px;
	height: 13px;
}
.nav-pages A:link, .nav-pages A:visited, .nav-pages A:hover, .nav-pages A:active
{
	text-align: center;
	text-decoration: underline;
}
.nav-pages .left-arrow IMG
{
	background: transparent url(images/fashion_mosaic/go_left.gif) no-repeat left top;
}
.nav-pages .right-arrow IMG
{
	background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
}
.nav-pages .current-page
{
	text-align: center;
	font-weight: bold;
}
.nav-pages .right-delimiter
{
	padding-right: 12px;
}
/*
subheader styles
*/
.subheader
{
	margin: 0px 0px 10px;
	color: #646673;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	border: 0px none #000000;
}
.subheader-grey
{
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC;
}
.subheader-black
{
	color: #010101;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.subheader-red
{
	border-bottom: 1px solid #ACB7C7;
}
/*
Table head cell
*/
.img-down-direction
{
	width: 7px;
	height: 6px;
	vertical-align: middle;
	background: transparent url(images/r_bottom.gif) no-repeat left top;
	margin-right: 3px;
}
.img-up-direction
{
	width: 7px;
	height: 6px;
	vertical-align: middle;
	background: transparent url(images/r_top.gif) no-repeat left top;
	margin-right: 3px;
}
/*
NoScript warning
*/
DIV.noscript-warning
{
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 20px;
}
DIV.noscript-warning DIV.content
{
	background: transparent url(images/icon_warning.gif) no-repeat left top;
	color: #B51A00;
	font-weight: bold;
	padding: 0px 0px 0px 33px;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
}
/*
Webmaster mode
*/
.lbl
{
	display: inline !important;
	color: #008000 !important;
	font-weight: bold !important;
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
}
.section
{
	margin: 0px !important;
	padding: 0px !important;
	width: auto !important;
}
/*==============================================================================

side-bar styles

==============================================================================

Welcome page styles
*/
.welcome-top
{
	position: relative;
	margin-bottom: 20px;
}
.height-extender, .fancy-height-extender
{
	display: none;
}
.welcome-top .height-extender
{
	display: block;
	float: left;
	width: 1px;
	height: 207px;
}
.welcome-top .fancy-height-extender
{
	display: block;
	float: left;
	width: 1px;
	height: 207px;
}
.categories-clearing
{
	height: 0px;
	font-size: 0px;
	display: none;
}
.welcome-top .categories-clearing
{
	display: block;
	clear: both;
}
.welcome-top .menu-dialog
{
	background: #183B6F none;
	width: 180px;
	overflow: hidden;
}
.welcome-top .menu-dialog .title-bar, .welcome-top .menu-dialog .content, .welcome-top .menu-dialog .content A:link, .welcome-top .menu-dialog .content A:visited, .welcome-top .menu-dialog .content A:hover, .welcome-top .menu-dialog .content A:active
{
	color: #FFFFFF;
}
.welcome-top .menu-dialog .content
{
	background: transparent url(images/fashion_mosaic/menu_welcome_hr.gif) no-repeat 14px 4px;
	padding-top: 16px;
}
IMG.welcome
{
	width: 580px;
	height: 262px;
	margin-left: 20px;
	float: right;
}
IMG.empty-height-extender
{
	height: 262px;
	width: 10px;
}
IMG.menu-columns
{
	display: block;
	border-top: 2px solid #183B6F;
	background: #516E99 none;
	height: 7px;
	width: 100%;
	margin-bottom: 5px;
}
TABLE.menu-columns
{
	width: 100%;
}
.menu-columns TR TD
{
	vertical-align: top;
	width: 194px;
	padding: 0px 14px 0px 0px;
}
.menu-columns TR TD.contact-us
{
	padding-top: 20px;
}
.menu-columns A.contact-us:link, .menu-columns A.contact-us:visited, .menu-columns A.contact-us:hover, .menu-columns A.contact-us:active
{
	display: block;
	width: 138px;
	height: 60px;
	background: transparent url(images/fashion_mosaic/contact_us.jpg) no-repeat left top;
}
/*
categories list
*/
.menu-categories-list
{
	background: #A3CBF9 none;
	margin-bottom: 22px;
}
.menu-categories-list .title
{
	color: #324C76;
}
.menu-categories-list .content
{
	background: transparent url(images/fashion_mosaic/menu_cat_hr.gif) no-repeat 14px 4px;
	padding-top: 15px;
	font-size: 12px;
}
.menu-fancy-categories-list .title-bar, .menu-categories-list .title-bar
{
	height: 29px;
	line-height: 40px;
	padding-left: 32px;
}
.welcome-page .menu-fancy-categories-list .content
{
	padding-bottom: 0px;
}
.menu-categories-list .content A:link, .menu-categories-list .content A:visited, .menu-categories-list .content A:hover, .menu-categories-list .content A:active
{
	font-size: 12px;
}
.menu-categories-list .content UL LI
{
	background-position: 15px 7px;
	line-height: 18px;
	padding-left: 27px;
}
.welcome-top .menu-categories-list UL LI
{
	background: transparent url(images/fashion_mosaic/vert_menuwelc_bullet.gif) no-repeat 15px 5px;
}
.welcome-top .menu-categories-list UL LI A:link, .welcome-top .menu-categories-list UL LI A:visited, .welcome-top .menu-categories-list UL LI A:hover, .welcome-top .menu-categories-list UL LI A:active
{
	color: #FFFFFF;
}
/*
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 .content
{
	background: transparent none;
	padding: 0px;
}
DIV.minicart
{
	height: 35px;
	background: #A3CBF9 url(images/fashion_mosaic/menu_hr.gif) repeat-x left top;
	white-space: nowrap;
}
DIV.minicart STRONG, DIV.minicart SPAN
{
	line-height: 34px;
	vertical-align: top;
	color: #324C76;
}
DIV.minicart IMG.full
{
	margin: 11px 4px 11px 1px;
	width: 23px;
	height: 12px;
	background: transparent url(images/fashion_mosaic/cart.gif) no-repeat left top;
}
DIV.minicart IMG.empty
{
	margin: 11px 4px 11px 1px;
	width: 23px;
	height: 12px;
	background: transparent url(images/fashion_mosaic/cart.gif) no-repeat left top;
}
.menu-minicart UL
{
	margin: 7px 5px 20px 10px;
}
.menu-minicart UL LI
{
	background-position: 3px 7px;
	padding-left: 13px;
}
/*
auth box
*/
.menu-auth .title-bar IMG.icon
{
	background: url(images/dingbats_authentification.gif) no-repeat;
}
.login-buttons
{
}
.login-buttons .button
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.menu-dialog .recovery
{
	clear: both;
	margin-bottom: 5px;
}
.menu-dialog .recovery A:link, .menu-dialog .recovery A:visited, .menu-dialog .recovery A:hover, .menu-dialog .recovery A:active
{
	text-decoration: underline;
	font-size: 10px;
}
.menu-dialog .left
{
	text-align: left;
}
.menu-dialog .login-text
{
	vertical-align: top;
	margin-left: 15px;
}
.small-note, A.small-link:link
{
	color: #3C6992;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
A.small-link:visited
{
	color: #3C6992;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
A.small-link:hover
{
	color: #3C6992;
	text-decoration: underline;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
A.small-link:active
{
	color: #3C6992;
	text-decoration: none;
	font-size: 9px;
	font-family: arial, verdana, helvetica, sans-serif;
}
/*
news box styles
*/
.menu-news .title-bar IMG.icon
{
	background: url(images/dingbats_news.gif) no-repeat;
}
.menu-dialog .news
{
	font-size: 9px;
	margin-bottom: 6px;
}
.menu-dialog .subscribe
{
	margin-top: 8px;
}
.menu-dialog A.prev-news:link, .menu-dialog A.prev-news:visited, .menu-dialog A.prev-news:hover, .menu-dialog A.prev-news:active
{
	font-size: 11px;
	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: 0px;
	height: 100%;
	vertical-align: top;
}
.current-category-icon IMG
{
	margin: 5px;
}
H1.category
{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 10px;
	border-top: 2px solid #09387E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background: #3869B1 none;
}
UL.subcategories
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px;
}
UL.subcategories LI
{
	margin: 0px 0px 10px;
	text-align: left;
}
UL.subcategories A:link, UL.subcategories A:visited, UL.subcategories A:hover, UL.subcategories A:active
{
	text-decoration: underline;
	font-weight: bold;
}
DIV.subcategories
{
	float: left;
	margin: 0px 10px;
	text-align: center;
	padding-bottom: 0px;
}
.subcategory-image
{
	float: left;
	margin: 0px 10px 10px 0px;
}
.subcategory-descr
{
	width: auto;
	padding: 0px;
}
/*
product details page
*/
.product-details
{
	position: relative;
}
.product-details .image
{
	text-align: center;
	vertical-align: top;
	padding: 0px;
	float: left;
	margin: 5px 20px 5px 0px;
}
.product-details .image .image-box
{
	margin: 0px auto;
	padding: 0px;
	border-top: 1px solid #BED7F2;
}
.product-details .image .image-box IMG
{
	border-style: solid;
	border-width: 9px 7px;
	border-color: #FFFFFF;
}
.product-details .details
{
	padding-left: 35px;
	padding-top: 11px;
}
.product-details .details .descr
{
	padding: 0px;
	margin: 0px 60px 0px 0px;
}
.product-details .details .save
{
	position: absolute;
	right: 3px;
	top: 0px;
	width: 57px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 28px 0px 0px;
	font-weight: bold;
	background: transparent url(images/fashion_mosaic/save_money.gif) no-repeat;
}
.product-details .product-subtitle
{
	height: 10px;
}
.product-details .message
{
	color: #B51A00;
}
.product-details .warning-message
{
	color: #FF0000;
}
.product-details .customer-message
{
	color: #B51A00;
	font-weight: bold;
}
/*product properties table*/
TABLE.product-properties
{
	margin: 0px;
	width: 100%;
}
TABLE.product-properties TR TD
{
	padding: 0px;
}
TABLE.product-properties .property-name
{
	padding-right: 5px;
	white-space: nowrap;
	width: 30%;
}
TABLE.product-properties .property-value
{
	white-space: nowrap;
}
TABLE.product-properties .product-price
{
	color: #646673;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}
TABLE.product-properties .product-price-value
{
	color: #A70914;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
TABLE.product-properties .product-market-price
{
	color: #787878;
	padding-left: 5px;
	font-size: 12px;
	font-family: verdana;
	white-space: nowrap;
	font-weight: bold;
}
TABLE.product-properties .product-input
{
	height: 25px;
}
TABLE.product-properties .product-min-amount
{
	padding-left: 5px;
	font-size: 14px;
	font-family: "times new roman", verdana, arial, helvetica, sans-serif;
}
TABLE.product-properties .product-one-quantity
{
	padding-left: 5px;
	font-size: 14px;
	font-family: "times new roman", verdana, arial, helvetica, sans-serif;
}
TABLE.product-properties .separator TD
{
	height: 18px;
}
/*send 2 friend section*/
INPUT.send2friend
{
	width: 300px;
}
/*
products list

common styles*/
.products
{
	margin-bottom: 15px;
	margin-top: 15px;
}
.products .image
{
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.products .image .image-border
{
	width: auto;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF none;
	padding: 9px 9px 9px 7px;
}
.products .image A.image-link:link IMG, .products .image A.image-link:visited IMG, .products .image A.image-link:hover IMG, .products .image A.image-link:active IMG
{
	background: #FFFFFF none;
}
.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;
	color: #6B88A7;
}
.products A.see-details:hover
{
	color: #40608F;
}
.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
{
	display: block;
	width: auto;
	color: #304E7B;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF none;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	outline-style: none;
}
.products A.product-title:hover
{
	color: #304E7B;
}
.products .descr
{
	padding: 15px 0px 0px;
	margin: 0px;
}
.products .sku
{
	margin-top: 15px;
}
.products .price-row
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.products .market-price
{
}
.products .market-price-value
{
	text-decoration: line-through;
}
.products .price
{
	font-weight: bold;
	font-size: 12px;
}
.products .price-value
{
	font-weight: bold;
	font-size: 12px;
	color: #B51A00;
}
.products .price-save
{
	padding: 0px;
	margin: 0px;
	color: #B51A00;
}
.products .taxes
{
	margin-top: 15px;
	padding: 2px 2px 2px 70px;
}
.products .buy-now
{
	margin: 10px 0px 0px;
}
.products .buy-now .quantity
{
	height: 25px;
	white-space: nowrap;
	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;
	font-size: 12px;
}
.products .product-price-text
{
	color: #010101;
	font-weight: bold;
	font-size: 12px;
}
/*list as list*/
.products-list .item
{
	position: relative;
	margin: 0px 0px 45px;
}
.products-list .image
{
	text-align: center;
	float: left;
	position: relative;
	padding: 3px 20px 3px 0px;
	margin-right: auto;
}
.products-list .details
{
	vertical-align: top;
	padding-left: 20px;
	border: 0px none #000000;
	padding-top: 3px;
}
.products-list .details HR
{
	margin: 5px 5px 5px 0px;
}
.products-list .buy-now .center, .products-list .buy-now .halign-center
{
	margin-left: 0px;
	text-align: left;
}
/*list as multicolumn table*/
.products-table .product-cell
{
	background: #FFFFFF none;
	text-align: center;
	padding: 0px;
	vertical-align: top;
}
.products-table .products-row TD.product-cell
{
	padding-top: 60px;
}
.products-table TD.product-cell-price
{
	padding-top: 14px;
}
.products-table TD.product-cell-buynow
{
	padding-top: 12px;
}
.products-table .image
{
	padding: 0px;
	margin: 5px 0px;
}
.products-table .sku
{
	margin-top: 10px;
	text-align: center;
}
.products-table .market-price
{
	padding: 8px 0px 0px;
}
.products-table .price-row
{
	text-align: center;
}
.products-table .buttons-row, .products-table .button-row
{
	margin: 0px;
}
.products-table .buttons-row BUTTON, .products-table .button-row BUTTON
{
	margin: 0px;
	float: none;
}
.products-table .buy-now
{
	margin-top: 5px;
}
.products-table .buy-now .quantity-title
{
	width: auto;
	padding-right: 5px;
}
.products-table A.product-title:link, .products-table A.product-title:visited, .products-table A.product-title:hover, .products-table A.product-title:active
{
	padding: 0px;
	display: inline;
	background: transparent none;
	border: 0px none #000000;
}
.products-table .image-border
{
	margin: 0px auto;
}
/*
advanced search page
*/
.adv-search TABLE TD
{
	white-space: nowrap;
	padding: 3px 5px 3px 0;
}
.adv-search TABLE .data-name
{
	width: 20%;
	vertical-align: top;
	color: #112536;
	font-weight: bold;
}
.adv-search TABLE .data-input
{
	white-space: nowrap;
}
.adv-search TABLE .pattern
{
	padding-bottom: 0px;
}
.adv-search TABLE .pattern INPUT, .adv-search TABLE .pattern SELECT
{
	width: 95%;
	vertical-align: bottom;
}
.adv-search TABLE .search-button
{
	width: 25%;
	padding: 0px;
}
#adv_search_box
{
	margin-bottom: 15px;
}
/*
register page
*/
.register-note
{
	color: #000000;
	margin-bottom: 15px;
}
.register-newbie-note
{
	text-align: center;
	margin-top: 30px;
}
.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
{
	display: block;
	color: #2C3E49;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #000000;
}
TABLE.register-table TD.data-name
{
	text-align: right;
	font-weight: normal;
	width: 30%;
}
TABLE.register-table .register-exp-section
{
	padding-top: 16px;
	padding-bottom: 16px;
}
TABLE.register-table .register-exp-section LABEL.register-sec-minimized
{
	border-bottom: 0px none #000000;
}
/*
cart page
*/
.cart .item
{
	margin: 0px 0px 30px;
}
.cart .item .image
{
	padding: 3px 8px 3px 3px;
	height: 100%;
}
.cart .item DIV.image
{
	position: relative;
}
.cart .details
{
	padding-top: 3px;
	margin-left: 138px;
	vertical-align: top;
	width: 80%;
}
.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
{
	position: relative;
	vertical-align: top;
	margin-top: 30px;
	height: 23px;
}
.cart .buttons .buttons-row
{
	margin-top: 0px;
}
.cart .left-buttons-row
{
	vertical-align: top;
	position: absolute;
	top: 0px;
	left: 0px;
}
.cart .right-buttons-row
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
}
.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
{
	color: #112536;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: right;
}
TH.shipping-method
{
	color: #112536;
	font-weight: bold;
	text-align: left;
}
.shipping-method SELECT
{
	font-weight: normal;
}
.shipping-method TABLE
{
	margin: 0px 0px 0px auto;
	text-align: right;
}
.shipping-method TABLE TD
{
	font-weight: normal;
	text-align: left;
}
.shipping-method TR.selected
{
	background: #EEEEEE none;
}
.totals
{
	margin: 0px 0px 0px auto;
	text-align: right;
	width: 30%;
}
.totals TD
{
	padding: 3px;
}
.totals .total-name
{
	white-space: nowrap;
	color: #112536;
	font-weight: bold;
	padding-right: 8px;
	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
{
	background: #000000 none;
	width: 100%;
	height: 1px;
}
.totals .total
{
	white-space: nowrap;
	color: #112536;
	font-weight: bold;
	padding-right: 8px;
	text-transform: uppercase;
	text-align: left;
}
.totals .total-taxes
{
	font-weight: bold;
	text-align: right;
}
.totals .total-tax-line
{
	background-color: #EEEEEE;
}
.totals .total-tax-line TD
{
	text-align: right;
	white-space: nowrap;
}
.totals .total-tax-name
{
	padding-right: 8px;
}
.cart HR
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-content
{
	margin-bottom: 15px;
	width: 100% !important;
}
.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;
	height: 57px;
	background: transparent url(images/vbv_logo.gif) no-repeat left top;
}
.cmpi-mcsc-icon
{
	width: 49%;
	text-align: center;
}
.cmpi-mcsc-icon IMG
{
	width: 74px;
	height: 40px;
	background: transparent url(images/mcsc_logo.gif) no-repeat left top;
}
/*
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: 0px none #000000;
}
.checkout-update-button
{
	float: left;
	margin: 0px;
}
/*
Payment wait page
*/
.payment-wait .payment-wait-title
{
	border-top: 30px solid #D0DDEB;
}
.payment-wait H1
{
	display: block;
	padding: 10px 0px 0px 30px;
	border-top: 1px solid #D0DDEB;
	margin-top: 1px;
	color: #2C3E49;
}
/*
help index page
*/
.help-index
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.help-index LI
{
	margin: 0px;
	padding: 10px 0px 0px;
}
.help-index LI.first-item
{
	padding-top: 0px;
}
/*
help / cvv2 page
*/
.help-cvv2-images
{
	float: right;
	margin: 15px 5px 5px;
}
.help-cvv2-images IMG
{
	float: none;
	display: block;
	margin-bottom: 15px;
}
/*
help / usps test page
*/
.help-usps-test-dir
{
	text-decoration: underline;
	margin-bottom: 15px;
}
/*
Images viewer
*/
.images-viewer
{
	text-align: center;
	margin: 10px 0px;
}
.images-viewer-list
{
	position: relative;
	white-space: nowrap;
}
.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
{
	position: absolute;
	top: 0px;
	display: block;
	width: 10px;
	height: 54px;
	text-decoration: none;
	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: 0px;
}
.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: 0px;
}
.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
{
	text-align: left;
	padding: 0px;
	margin: 0px 10px;
	overflow: hidden;
}
.images-viewer-icons A:link, .images-viewer-icons A:visited, .images-viewer-icons A:hover, .images-viewer-icons A:active
{
	display: block;
	padding: 0px;
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px 10px;
	float: left;
	outline-style: none;
	background: #EEEEEE none;
	text-align: center;
	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 #80ADDE;
}
.images-viewer-icons A:hover
{
	border: 1px solid #CCCCCC;
}
.images-viewer-icons IMG
{
	margin: 1px;
	vertical-align: middle;
	border: 0px none #000000;
}
/*
Order invoice
*/
.order-invoice
{
	background: #FFFFFF none;
}
.invoice-company-icon
{
	vertical-align: top;
	padding-top: 30px;
}
.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 0px 17px;
	border-bottom: 2px solid #58595B;
}
.invoice-personal-info
{
	width: 45%;
	margin-bottom: 15px;
}
.invoice-personal-info TR TD
{
	padding: 0px;
}
.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
{
	vertical-align: top;
	padding: 0px;
	height: 4px;
}
TD.invoice-line IMG
{
	height: 2px;
	width: 100%;
	background: #58595B none;
}
.invoice-address-box TABLE
{
	width: 100%;
}
.invoice-address-box TABLE TR TD
{
	padding: 0px;
}
.invoice-address-box TABLE TR TD STRONG
{
	white-space: nowrap;
}
.invoice-customer-notes
{
	padding-top: 30px;
}
.invoice-customer-notes P
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.invoice-customer-notes DIV
{
	border: 1px solid #000000;
	height: 50px;
	overflow: hidden;
}
.invoice-bottom-note
{
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
}
P.invoice-products-title
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.invoice-products
{
	width: 100%;
	background: #000000 none;
}
.invoice-products TR TD, .invoice-products TR TH
{
	background: #FFFFFF none;
}
.invoice-products TR TH
{
	padding: 3px;
	background: #CCCCCC none;
	white-space: nowrap;
}
.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
{
	font-size: 11px;
}
.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
{
	text-align: right;
	white-space: nowrap;
}
.invoice-products TR TD.invoice-total-column
{
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}
.invoice-totals
{
	width: 100%;
}
.invoice-totals TR TD
{
	padding: 0px;
}
.invoice-totals TR .invoice-total-title
{
	text-align: right;
	width: 100%;
	height: 20px;
}
.invoice-totals TR .invoice-total-name
{
	text-align: right;
	width: 100%;
	height: 20px;
	padding-right: 3px;
}
.invoice-totals TR .invoice-total-value
{
	text-align: right;
	height: 20px;
	padding-right: 5px;
	white-space: nowrap;
}
.invoice-totals TR .invoice-total-name-fin
{
	text-align: right;
	width: 100%;
	height: 25px;
	padding-right: 3px;
	background: #CCCCCC none;
}
.invoice-totals TR .invoice-total-value-fin
{
	text-align: right;
	height: 25px;
	padding-right: 5px;
	background: #CCCCCC none;
	white-space: nowrap;
}
.invoice-totals TR TD.invoice-line
{
	height: 2px;
}
.invoice-giftcerts
{
	width: 100%;
}
.invoice-giftcerts TR TD
{
	padding: 0px;
}
.invoice-giftcerts TR TH
{
	background: #CCCCCC 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
{
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}
/*
404 error page
*/
.error-page #header
{
	height: 113px;
}
.error-page #header .line2
{
	border-top: 1px solid #659DE0;
	background: #A3CBF9 none;
	height: 26px;
}
.error-page #header .logo
{
	margin-left: 20px;
}
.error-page #content-container
{
	margin-top: 113px;
}
.error-page #center-main
{
	text-align: center;
	margin: 0px 10px;
}
.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, .error-page #header .auth, .error-page #header .subauth-line
{
	display: none;
}
.error-page .subcontainer
{
	text-align: left;
	width: 700px;
	margin: 32px auto 0px;
	position: relative;
	clear: both;
}
.error-page .code-number
{
	font: normal 74px arial, sans-serif;
	color: #D8D8D8;
	width: 186px;
	float: left;
	text-align: center;
}
.error-page .description
{
	font-family: verdana;
	width: 514px;
	float: right;
}
.error-page .description H1
{
	font-weight: normal;
	color: #000000;
}
.error-page .description A:link, .error-page .description A:visited, .error-page .description A:hover, .error-page .description A:active
{
	text-decoration: underline;
}
.error-page .description UL
{
	margin: 0px;
	padding: 5px 0px;
	list-style-position: inside;
}
.error-page .reason
{
	font-weight: bold;
	color: #A10000;
}
.error-page .description HR
{
	margin: 10px 0px 15px;
}
.error-page UL.links
{
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
}
/*
PayPal
*/
.paypal-cart-button
{
	text-align: right;
	height: 79px;
}
.paypal-cart-button DIV
{
	width: 200px;
	height: 79px;
	margin-left: auto;
	margin-right: 0px;
	overflow: visible;
	text-align: right;
}
.paypal-cart-button P
{
	width: 100%;
	text-align: right;
	margin: 10px 0px;
}
.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;
}
.menu-bestsellers UL LI
{
	padding-left: 0px;
	background: transparent none;
}
/*bestsellers products list*/
UL.bestsellers-products-item
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
UL.bestsellers-products-item LI
{
	height: auto;
	list-style: none;
	padding: 2px;
}
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:visited, .bestsellers-products-item A.product-title:hover, .bestsellers-products-item A.product-title:active
{
	font-weight: bold;
}
/*
customer reviews module
*/
.creviews-stars
{
	padding: 15px 0px 0px 15px;
}
.creviews-stars STRONG
{
	padding-right: 20px;
}
.creviews-stars IMG
{
	width: 15px;
	height: 15px;
	margin: 0px;
}
.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 0px;
}
.creviews-voting TD
{
	padding: 1px;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
}
.creviews-voting SELECT
{
	margin: 0px 10px 0px 0px;
}
UL.creviews-reviews-list
{
	list-style: none;
	margin: 0px 0px 35px;
	padding: 0px;
	width: 100%;
}
UL.creviews-reviews-list LI
{
	margin: 0px;
	padding: 12px 0px;
}
DIV.creviews-reviews-list
{
	text-align: center;
	padding: 12px 0px 25px;
}
.creviews-reviews-title
{
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
}
.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: 0px 0px 10px;
}
.dpimages-list .content IMG.last
{
	padding: 0px;
}
/*product details line*/
DIV.dpimages-popup-link
{
	margin-top: 3px;
	text-align: center;
	vertical-align: middle;
}
.dpimages-popup-link A:link, .dpimages-popup-link A:visited, .dpimages-popup-link A:hover, .dpimages-popup-link A:active
{
	text-decoration: underline;
	padding: 0px 0px 0px 17px;
	background: transparent url(images/zoom_image.gif) no-repeat left 1px;
	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:link, .dpimages-icons-box A:visited, .dpimages-icons-box A:hover, .dpimages-icons-box A:active
{
	display: block;
	outline-style: none;
	padding: 1px;
	border: 1px solid #FFFFFF;
	float: left;
}
.dpimages-icons-box A:hover
{
	border: 1px solid #80ADDE;
}
/*
discount coupons module
*/
.dcoupons-add-coupon
{
	color: #112536;
	font-weight: bold;
}
/*clear link*/
.dcoupons-clear IMG
{
	background: transparent url(images/delete_cross.gif) no-repeat;
	width: 11px;
	height: 11px;
	vertical-align: bottom;
}
/*
fast lane checkout module
*/
.flc-sns-button
{
	position: absolute;
	top: 0px;
	left: 30px;
	height: 100%;
}
.flc-sns-button IMG
{
	width: 9px;
	height: 9px;
}
.flc-top-login
{
	position: absolute;
	top: 0px;
	right: 10px;
	height: 20px;
	line-height: 21px;
	text-align: right;
	width: 50%;
	vertical-align: middle;
}
#header .flc-top-login .simple-button
{
	margin-bottom: 5px;
}
.flc-top-login-text
{
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}
.flc-container #header
{
	height: 103px;
	border-bottom: 1px solid #659DE0;
}
.flc-container #content-container
{
	margin-top: 25px;
}
.flc-container #center
{
	text-align: center;
}
.flc-container #center-main
{
	width: 780px;
	margin: 0px auto;
	text-align: left;
}
/*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
{
/*	vertical-align: middle;
	text-align: center;
	line-height: 184px; */
}
.flc-ext-right-dialog .content
{
	line-height: 314px;
}
.flc-login-text
{
	font-size: 12px;
	font-weight: bold;
	margin: auto 0px;
}
.flc-login-text A:link, .flc-login-text A:visited, .flc-login-text A:hover, .flc-login-text A:active
{
	text-decoration: underline;
}
/*Checkout page : shipping & payment methods*/
.flc-checkout-container
{
	vertical-align: top;
	padding-bottom: 30px;
	width: 100%;
	clear: both;
}
.flc-checkout-container .flc-address
{
	vertical-align: top;
	width: 25%;
	float: left;
	overflow: hidden;
}
.flc-checkout-container .flc-checkout-options
{
	margin-left: 25%;
	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: 0px none #000000;
}
.flc-shippings LABEL
{
	position: relative;
	display: block;
	padding: 2px;
	height: 18px;
	line-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: #EEEEEE none;
}
/*Checkout page : tabs*/
DIV.flc-tabs
{
	text-align: right;
}
TABLE.flc-tabs
{
	width: 70%;
	text-align: right;
	margin-left: auto;
}
TABLE.flc-tabs TR TD
{
	padding: 0px;
}
TR.flc-tab-cart-line TD
{
	vertical-align: top;
	text-align: center;
	height: 20px;
}
TR.flc-tab-cart-line IMG
{
	width: 18px;
	height: 13px;
	text-align: center;
	background: transparent url(images/cart_checkout.gif) no-repeat left top;
	margin: 0px 4px 4px 0px;
/*margin-right = flc-tab-line-img3.width * 2*/
}
.flc-tab-marks-line TD
{
	padding: 0px;
	height: 10px;
	vertical-align: top;
}
.flc-tab-marks-line DIV
{
	width: 100%;
	height: 6px;
	position: relative;
}
.flc-tab-marks-line IMG
{
	position: absolute;
	background: #A6B1C1 none;
}
.flc-tab-marks-line .flc-tab-line-img1
{
	top: 0px;
	right: 50%;
	left: 0px;
	width: 50%;
	height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img2
{
	top: 0px;
	right: 0px;
	left: 50%;
	width: 50%;
	height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img3
{
	top: 2px;
	right: 50%;
	width: 2px;
	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: #FFFFFF 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: #7BACE6 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
{
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
}
.flc-tab-links A:link, .flc-tab-links A:visited, .flc-tab-links A:hover, .flc-tab-links A:active
{
	text-decoration: underline;
	font-weight: bold;
}
/*
Checkout : last  step
*/
.flc-checkout-products
{
	padding-bottom: 30px;
}
.flc-checkout-box-info
{
	padding: 0px 0px 30px 20px;
}
.flc-checkout-address-left
{
	width: 48%;
	float: left;
	vertical-align: top;
	padding-bottom: 15px;
}
.flc-checkout-address-right
{
	vertical-align: top;
	margin-left: 50%;
	padding-bottom: 15px;
}
TABLE.flc-checkout-address TR TD
{
	padding: 2px;
}
.flc-payment-options
{
	padding-bottom: 15px;
}
/*
gift certificate module

gift certificate page*/
.giftcert-header
{
	vertical-align: middle;
	padding-bottom: 15px;
}
.giftcert-header IMG
{
	width: 84px;
	height: 69px;
	background: transparent url(images/gift.gif) no-repeat left top;
	float: left;
	margin: 0px 5px 15px 0px;
}
.giftcert-table .giftcert-title
{
	color: #B51A00;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0px 0px;
}
.giftcert-table .data-name
{
	text-align: right;
}
.giftcert-table .giftcert-subtitle
{
	padding-bottom: 30px;
}
.giftcert-table .giftcert-h-separator
{
	padding: 15px 0px;
}
.giftcert-table .giftcert-h-separator HR
{
	border-bottom: 1px solid #CCCCCC;
}
.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;
	height: 69px;
	background: transparent url(images/gift.gif) no-repeat left top;
}
.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: 0px;
	overflow: visible;
	text-align: right;
}
.gcheckout-cart-buttons P
{
	width: 100%;
	text-align: right;
	margin: 10px 0px;
}
TABLE.gcheckout-top-button
{
	float: right;
	margin-bottom: 3px;
}
TABLE.gcheckout-top-button TR TD
{
	padding: 0px;
}
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;
	font-size: 10px;
	line-height: normal;
}
TABLE.data-table TR TD.iv-box
{
	font-size: 10px;
	line-height: normal;
	vertical-align: middle;
}
TABLE.data-table TR TD.iv-box-descr
{
	padding-top: 15px;
	font-size: 11px;
	line-height: normal;
}
.iv-description
{
	padding: 0px;
	margin: 0px;
}
.iv-row
{
	text-align: left;
	height: 60px;
}
.iv-img
{
	text-align: center;
}
.iv-img IMG
{
	margin-top: 7px;
	margin-bottom: 5px;
}
.iv-input
{
	text-align: center;
}
.iv-row .iv-img
{
	text-align: left;
	margin-right: 10px;
	float: left;
}
.iv-row .iv-input
{
	text-align: left;
	height: 60px;
	line-height: 60px;
}
.iv-input INPUT
{
	width: 100px;
}
.iv-error
{
	padding-left: 5px;
	color: #880000;
}
.iv-box A:link, .iv-box A:visited, .iv-box A:hover, .iv-box A:active
{
	font-size: 11px;
	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: 0px;
	margin: 0px;
	list-style: none;
}
UL.manufacturers-list LI
{
	margin: 0px;
	padding: 0px 0px 0px 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
{
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 15px;
}
/*
'Note' box
*/
DIV.note-box
{
	position: absolute;
	border: 1px solid #000000;
	background-color: #F6F5EB;
	margin: 0px 0px 0px 30px;
	padding: 3px;
	width: 150px;
	line-height: 15px;
	white-space: normal;
	overflow: hidden;
}
/*
product options module

exceptions list*/
#exception_msg
{
	padding-bottom: 15px;
	white-space: normal;
}
.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
{
	list-style: disc outside none;
	margin: 15px 0px 0px 15px;
	padding: 0px;
}
UL.rproducts LI
{
	margin: 0px;
	padding: 0px;
	font-size: 7px;
	line-height: 16px;
}
UL.rproducts A:link, UL.rproducts A:visited, UL.rproducts A:hover, UL.rproducts A:active
{
	font-weight: bold;
	font-size: 11px;
}
.printable .rproducts-dialog
{
	display: none;
}
/*
sns module
*/
.sns-button IMG
{
	cursor: pointer;
}
.sns-button .text
{
	height: 15px;
	text-align: center;
}
.sns-button .text A:link, .sns-button .text A:visited, .sns-button .text A:hover, .sns-button .text A:active
{
	font-family: arial;
	text-decoration: none;
	color: #550000;
	font-weight: bold;
}
/*
Stop list module
*/
IMG.slist-no-ip
{
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: transparent url(images/no_ip.gif) left top;
}
/*
subscriptions module
*/
.subscriptions-product-price
{
	color: #010101;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
}
.subscriptions-product-price-value
{
	color: #B51A00;
	font-weight: bold;
	font-size: 12px;
}
/*
upselling products module
*/
.uproducts TABLE
{
	margin: 0px;
}
.uproducts TD
{
	padding: 5px;
	font-weight: bold;
}
.uproducts TD.item-number
{
	width: 1%;
}
/*
ups online tools module
*/
.ups-logo
{
	width: 84px;
	height: 96px;
	margin: 0px 5px 15px;
}
.ups-logo-cell
{
	margin: 25px 20px 5px;
	text-align: center;
}
.ups-notice
{
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
}
TABLE.ups-error TR TD
{
	padding: 1px;
}
.ups-error-name
{
	width: 20%;
}
/*
users online module

users statistics box*/
.uo-box
{
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 13px;
}
/*
wholesale module
*/
#wl-prices
{
	margin-top: 15px;
}
#wl-prices TABLE TD
{
	padding: 2px 10px;
	background: #EEEEEE none;
	white-space: nowrap;
}
#wl-prices TABLE TH
{
	padding: 2px 10px;
	white-space: nowrap;
	background: #CCCCCC 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 #content-container
{
	position: static;
	margin: 0px;
	padding: 0px;
}
.printable #content-container2
{
	float: none;
	position: static;
	left: 0px;
	right: 0px;
	width: 100%;
}
.printable #center
{
	float: none;
	position: static;
	width: 100%;
	left: 0px;
}
.printable #header
{
	position: static;
	height: 82px;
}
.printable #header .tabs
{
	display: none;
}
.printable #header .line2
{
	display: none;
}
.printable #header .line3
{
	border-top: 1px solid #ACB7C7;
	height: 15px;
}
.printable #header .printable
{
	display: none;
}
.printable #center-main
{
	margin: 0px 10px;
	position: static;
}
.printable #footer
{
	position: static;
}
.printable #footer .subbox
{
	background: transparent none;
}
/*buttons*/
.printable BUTTON.button, .printable DIV.button
{
	border: 1px solid #ACB7C7;
}
.printable .button, .printable .button *
{
	background: transparent none !important;
	color: #2D5289 !important;
}
/*containers*/
.printable .dialog .title
{
	background: transparent none;
}
.title H2
{
	margin: 0px;
}
/*service styles*/
.printable .no-print
{
	display: none;
}
/*
users online sublayout
*/
.uo-container #content-container
{
/*padding-bottom: 103px;*/
}
.uo-container #footer
{
/*height: 103px;*/
}
.normal
{
	font-weight: normal;
}
/*
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: 0px;
	padding: 0px;
}
.admin-preview #center-main
{
	margin: 5px;
}
/*
Fancy categories styles
*/
.menu-fancy-categories-list
{
	overflow: visible !important;
	background: #A3CBF9 none;
}
.welcome-top .menu-fancy-categories-list
{
	background: #183B6F none;
}
.welcome-top .menu-fancy-categories-list .clearing
{
	display: none;
}
.welcome-top .fancycat-icons-scheme
{
	margin-left: 1px !important;
}
.fancycat-icons-scheme UL
{
	width: 167px !important;
}
.welcome-top .fancycat-icons-scheme UL
{
	width: 166px !important;
}
.fancycat-icons-scheme UL LI
{
	background: transparent none !important;
}
.fancycat-icons-scheme LI UL
{
	border: 1px solid #B1C6D7 !important;
	background: #FFFFFF none !important;
	left: 156px !important;
}
.welcome-top .fancycat-icons-scheme LI UL
{
	background: #183B6F none !important;
}
.fancycat-icons-scheme A.empty-link:link, .fancycat-icons-scheme A.empty-link:visited, .fancycat-icons-scheme A.empty-link:hover, .fancycat-icons-scheme A.empty-link:active
{
	color: #8797B3 !important;
}
.welcome-top .fancycat-icons-scheme A.empty-link:link, .welcome-top .fancycat-icons-scheme A.empty-link:visited, .welcome-top .fancycat-icons-scheme A.empty-link:hover, .welcome-top .fancycat-icons-scheme A.empty-link:active
{
	color: #A3B1C7 !important;
}
.fancycat-icons-scheme UL.fancycat-icons-level-3 LI UL
{
	left: -180px !important;
}
/*
Special offers styles
*/
.offers-short-list
{
	margin-top: 10px !important;
}
.offers-more-info A:link, .offers-more-info A:visited, .offers-more-info A:hover, .offers-more-info A:active
{
	background-image: none !important;
	padding-right: 0px !important;
}
/*
Feature comparison module
*/
.fcomp-list UL LI
{
	background: transparent none;
}
.product-details .fcomp-select-box
{
	margin-top: 5px !important;
}
.fcomp-select-box SELECT
{
	margin-right: 15px !important;
	float: none !important;
}
.fcomp-select-box .simple-button
{
	margin-top: 0px !important;
	margin-bottom: 8px !important;
	margin-left: 0px !important;
}
.fcomp-select-box BUTTON.button
{
	margin-top: -2px !important;
}
.menu-survey .survey-footer
{
	font-size: 11px !important;
}
.pconf-slot-product
{
	padding-top: 10px;
}

