/*
$Id: main.css,v 1.130.2.2 2009/03/26 13:42:39 ferz Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
	general tags styles
*/
html,body {
	height: 100%;
	background-color: #ffffff;
	/*margin: 0px;*/
	margin: 0 0 1px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width: 780px;
	border: 0px none;
}
div,th,td,p,input,select,textarea,tt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #8D9498;
	font-size: 11px;
}	
button {
	/*font-family:	helvetica, arial, verdana,	sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #8D9498;
	/*font-size: 11px;*/
}
.small_font_grey_low_height{
	line-height:14px;
}
input,select,textarea {
	border-top:1px solid #BFC0C1;
	border-left:1px solid #BFC0C1;
	border-bottom:1px solid #DFDFE0;
	border-right:1px solid #DFDFE0;
	color:#8D959B;
}
input,select,textarea {
	padding:2px 0px;
	margin-top:2px;
}
.input-high {
	padding:4px 4px 3px 4px;
	color:#C2C8C8;
}

.input-high-2 {
	padding:3px 4px 3px 4px;
	color:#C2C8C8;
}
.input-gray {
	color:#C2C8C8;
}
.input-time {
	padding:4px 0px;
	text-align:center;
}
.input-time-start {
	padding:4px 0px;
	text-align:center;
	color:#231F20;
}
table tr td {
	color:#8D959B;
}
a:link {
	color: #231F20;
	text-decoration: none;
}
a:visited {
	color: #231F20;
	text-decoration: none;
}
a:hover {
	color: #231F20;
	text-decoration: none;
}
a:active	{
	color: #231F20;
	text-decoration: none;
}
/*h1 {
	margin: 8px 0px;
	padding: 0;
	font-size: 18px;
	color: #231F20;
}*/
h1.small {
 margin: 10px 0px;
 padding: 0;
 font-size: 12px;
 color: #4081c3;
 font-family:	helvetica, arial, verdana,	sans-serif;
}

h1 {
	margin: 8px 0px;
	padding: 0;
	font-size: 22px;
	color: #231F20;
	line-height:30px;
font-family:	helvetica, arial, verdana,	sans-serif;
}
/*h2 {
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-size: 13px;
}*/
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-size: 17px;
	WORD-SPACING: normal;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family:	helvetica, arial, verdana,	sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:normal;
	line-height:26px;
}
h3 {
	margin: 12px 0px;
	padding: 0;
	font-size: 12px;
	color: #a10000;
}
hr {
	border: 0px none;
	border-bottom: 1px solid #888888;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 0px;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
strong {
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*
	service styles
*/
/* float-box finisher */
.clearing {
	height: 0px;
	font-size: 0px;
	clear: both;
}
.popup-head {
	color:#231F20;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.valign-top {
	vertical-align: top;
	height: 100%;
}
.valign-bottom {
	vertical-align: bottom;
	height: 100%;
}
/* 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 {
	margin:0 auto;
	text-align: center;
	display: table;
}
.center {
	text-align: center;
}
.right-box {
	width: 100%;
	text-align: right;
}

/* text block container */
.text-block {
	margin-bottom: 15px;
	color:#94A0A6;
}
.some-text-block {
	margin-bottom: 5px;
	color:#94A0A6;
	font-size:12px;
}
.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: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.small-link:visited {
	color: #3c6992;
	text-decoration: none;
	font-size: 9px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.small-link:hover {
	color: #3c6992;
	text-decoration: underline;
	font-size: 9px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.small-link:active {
	color: #3c6992;
	text-decoration: none;
	font-size: 9px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.error-message {
	color: #b51a00;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
div.error-message {
	margin: 0px 0px 15px 0px;
}
.form-text {
	color: #112536;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
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;
}


/*==============================================================================

	layout styles

==============================================================================*/

/* page container */
#header-bg {
	height:26px;
	width:100%;
	background:url(images/customer/header_bg.png) repeat-x;
}
#page-container {
	min-height: 100%;
	position: relative;
	background: url(images/customer/side_bg.png) repeat-x 0px 101px;
}
.page-container-small {
	min-height: 100%;
	position: relative;
	background: url(images/customer/side_bg_small.png) repeat-x 0px 101px;
}
#page-container2 {
	width:1004px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
	background:white;
}

/* page layout */
#content-container {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 39px;
	margin-top: 75px;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center {
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
	/*background: url(images/customer/bg.png) repeat-x;*/
}
#left-side {
float:left;
position:relative;
width:40px;
height:476px;
left:0px;
}
#right-side {
float:right;
width:40px;
right:0px;
height:476px;
}
#right-side-index {
float:right;
width:22px;
right:0px;
height:476px;
}
#left-side-small {
float:left;
position:relative;
width:40px;
height:60px;
left:0px;
}
#right-side-small {
float:right;
width:40px;
right:0px;
height:60px;
}
#left-bar {
	float: left;
	position: relative;
	width: 156px;
	height: 476px;
	margin-left: 7px;
}
#right-bar {
	float: right;
	right: 7px;
	position: relative;
	width: 158px;
}
#center-main {
	margin: 0px 50px 0px 211px;
	overflow: hidden;
} 
#center-main-full {
	margin: 0px 50px 0px 50px;
	overflow:hidden;
}
#header {
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}
#footer {
	height: 39px;
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	float: left;
	font-size:10px;
	color:#797d7f;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	
}

/*
	Right-to-left
*/
.rtl {
	direction: rtl;
}
.link-disabled
{
	color: #CDD5D8;
}
/***********************/

#header .line1 .logo {
	margin-left: 48px;
	margin-top:8px;
	width: 177px;
	position:relative;
	float:left;
	
}


/* header tabs */
.tabs {
	position: relative;
	top: 11px;
	right: 92px;
	margin: 0px;
	padding:0px;
	height: 69px;
	width: auto;
	text-align: right;
	position:relative;
	float:right;
}
/*
	header styles
*/
#header .line1 {
	position: relative;
	height: 75px;
	position:relative;
	overflow:hidden;
}

#header .line1 .logo a img {
	/*width: 177px;
	height: 69px;*/
	
}



.tabs .signin-link {
	padding-right:10px;
	padding-top:4px;
}


.rep-top-info .number {
  color:#231F20;
}
.rep-top-info a.rep-link:link,
.rep-top-info a.rep-link:visited,
.rep-top-info a.rep-link:hover,
.rep-top-info a.rep-link:active {
  padding-right:15px;
}

.tabs .signin-link .number {
	color:#231F20;
}
.tabs .signin-link a.rep-link:link,
.tabs .signin-link a.rep-link:visited,
.tabs .signin-link a.rep-link:hover,
.tabs .signin-link a.rep-link:active {
	padding-right:15px;
}
.tabs ul {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.tabs li {
	float: right;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	height: 25px;
}
.tabs-link-disabled
{
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 45px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #CDD5D8;	/* disabled link*/
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	height: 25px;
	outline-style: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.tabs a.selected:link,
	.tabs a.selected:visited,
	.tabs a.selected:hover,
	.tabs a.selected:active
{
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 45px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	/*color: #231F20;*/
	color: #231F20;/*active link*/
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	height: 25px;
	outline-style: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.tabs a:link,
	.tabs a:visited,
	.tabs a:hover,
	.tabs a:active
{
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 45px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	/*color: #A0ADB6;*/
	color:#9EADB5;/* dark gray color*/
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	height: 25px;
	outline-style: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.tabs a:hover,
	.tabs a:active
{
	color: #231F20;/* mouse over on top menu*/
	
}
.tabs .signin-link {
	padding-right:17px;
}
.tabs .signin-link a:link,
	.tabs .signin-link a:visited,
	.tabs .signin-link a:hover,
	.tabs .signin-link a:active
{
	display: inline;
	margin: 0px;
	padding:0px;
	vertical-align:bottom ;
	/*color: #A0ADB6;*/
	/*color:#9EADB5;*/
	
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	height: 12px;
	outline-style: none;
}
/* phones line */
#header .phones {
	position: absolute;
	right: 10px;
	top: 25px;
	height: 42px;
	vertical-align: middle;
	line-height: 42px;
	color: #5480a2;
	text-align: right;
	white-space: nowrap;
	font-size: 11px;
}
#header .phones span {
	padding-left: 15px;
}

/* header line 2 */
#header .line2 {
	position: relative;
	width: 100%;
	border: none;
	border-top: 1px solid #cb480c;
	border-bottom: 1px solid #cb480c;
	background: url(images/head_linebg.gif) repeat-x top;
	height: 39px;
	color: #451300;
}
#header .line2 div,
	#header .line2 span
{
	color: #451300;
}
#header .line2 a:link,
	#header .line2 a:visited,
	#header .line2 a:hover,
	#header .line2 a:active
{
	color: #510000;
}
#header div.search {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
}
#header div.search2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	line-height: 0px;
	vertical-align: top;
}

#header span.search {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 5px;
}
#header a.search:link,
	#header a.search:visited,
	#header a.search:hover,
	#header a.search:active
{
	text-decoration: underline;
}
#header input {
	margin-right: 3px;
}
#header button.simple-button {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 3px;
}
#header button.simple-button img {
	margin-left: 0px;
}
#header .languages {
	position: absolute;
	top: 7px;
	right: 20px;
	text-align: right;
	vertical-align: middle;
}
#header .languages label {
	line-height: 21px;
	vertical-align: middle;
	font-size: 12px;
}
#header .languages select {
	margin-left: 5px;
}

/* header line 3 */
#header .line3 {
	position: relative;
	width: 100%;
	height: 39px;
	text-align: right;
}
.line3 .printable-bar {
	position: absolute;
	top: 6px;
	right: 186px;
	height: 18px;
}
.line3 .printable-bar a:link,
	.line3 .printable-bar a:visited,
	.line3 .printable-bar a:hover,
	.line3 .printable-bar a:active
{
	background: transparent url(images/printer.gif) no-repeat right top;
	padding: 2px 20px 2px 0px;
	color: #818891;
	font-size: 10px;
	line-height: 16px;
}

/*
	footer styles
*/
#footer .box {
	width: 100%;
	border: none;
	padding: 0px;
	font-size:10px;
	color:#797d7f;
}
#footer .subbox {
	position: relative;
	color: #ADBEC6;
	height: 40px;
	vertical-align: middle;
	padding: 0px;
	font-size:10px;
	color:#797d7f;
}
#footer .subbox .left {
	background: transparent none;
	color: #ADBEC6;
	position: absolute;
	left: 55px;
	top: 0px;
	line-height: 40px;
	vertical-align: middle;
	font-size:9px;
	font-size:10px;
	color:#797d7f;
}
#footer .subbox .right {
	background: transparent none;
	color: #ADBEC6;
	position: absolute;
	right: 51px;
	top: 0px;
	text-align: right;
	line-height: 40px;
	vertical-align: middle;
	font-size:9px;
	font-size:10px;
	color:#797d7f;
}
#footer .subbox a:link {
color:#797d7f;
	text-decoration: none;
}
#footer .subbox a:visited {
color:#797d7f;
	text-decoration: none;
}
#footer .subbox a:hover {
color:#797d7f;
	text-decoration: none;
}
#footer .subbox a:active {
color:#797d7f;
	text-decoration: none;
}

/*==============================================================================

	widgets

==============================================================================*/

/*
	location bar
*/
#location {
	height: 15px;
	line-height: 15px;
	margin-bottom: 27px;
	font-size: 11px;
	color: #818891;
}
font.bread-crumb {
	font-size: 11px;
	color: #818891;
}
a.bread-crumb:link {
	font-size: 11px;
	color: #818891;
	text-decoration: underline;
}
a.bread-crumb:visited {
	font-size: 11px;
	color: #818891;
	text-decoration: underline;
}
a.bread-crumb:hover {
	font-size: 11px;
	color: #818891;
	text-decoration: none;
}
a.bread-crumb:active {
	font-size: 11px;
	color: #818891;
	text-decoration: underline;
}
font.last-bread-crumb {
	text-decoration: none;
}
#location span {
	padding: 0px 5px 0px 5px;
}

/*
	page title
*/
h1.page-title {
	text-align: center;
}

/*
	dialog message container
*/
#dialog-message {
	padding: 15px 0px 20px 0px;
	width: 100%;
	}
#dialog-message .box {
	position: relative;
	margin-left: 8%;
	margin-right: 8%;
	padding: 10px 25px 10px 59px;
	vertical-align: middle;
	text-align: left;
	min-height: 61px;
}
#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: #939EA4;
	background: url(images/customer/warning.png) no-repeat 10px 10px;
	padding-left:100px;
}
#dialog-message .message-w {
	color: #939EA4;
	background: url(images/�ustomer/warning.png) no-repeat 10px 10px;
	padding-left:100px;
}
#dialog-message .message-e {
	color: #939EA4;
	background: url(images/customer/warning.png) no-repeat 10px 10px;
	padding-left:100px;
}
#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: #befa2f;
}

/* inline message */
.inline-message {
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	padding: 1px 1px 15px 1px;
	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 {
	margin-bottom: 5px;
}
.menu-dialog .title-bar {
	/*background: #fcdd07;*/
	background:#231F20;
	border: 0px none;
	border-bottom: #231F20 1px solid;
	line-height: 38px;
	height: 38px;
	white-space: nowrap;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.menu-dialog .title-bar-left {
	padding-left:8px;
	height:38px;
	background:url(images/customer/category_left.png) no-repeat;
}
.menu-dialog .title-bar-right {
	padding-right:8px;
	height:38px;
	background:url(images/customer/category_right.png) no-repeat right;
}
.menu-dialog .bottom-bar {
	border: 0px none;
	border-bottom: #231F20 1px solid;
	height: 11px;
	white-space: nowrap;
	font-size:11px;
	line-height:11px;
}
.menu-dialog .bottom-bar-left {
	padding-left:12px;
	height:13px;
	background:url(images/customer/category_bottom_left.png) no-repeat;
}
.menu-dialog .bottom-bar-right {
	padding-right:12px;
	height:12px;
	background:url(images/customer/category_bottom_right.png) no-repeat right;
}
.menu-dialog .title-bar img.icon {
	vertical-align: middle;
	margin: 4px 7px 6px 7px;
	width: 17px;
	height: 17px;
}
.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: 7px;
	right: 7px;
	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: 7px;
	height: 11px;
	background: transparent url(images/menu_arrow.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 {
	border: 1px solid #231F20;
	border-bottom:0px none;
	background-color: #ffffff;
	padding: 8px 10px 0px 5px;/* padding for categories list */
  overflow:hidden;
}
.menu-dialog .content a:link,
	.menu-dialog .content a:visited,
	.menu-dialog .content a:link
{
	/*color: #324c76;*/
	color:#ffffff;
}
.menu-dialog .content a:hover {
	color: #2863c2;
}

.menu-dialog ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;

}
.menu-dialog ul li {
	padding: 0px 0px 0px 0px;
	vertical-align: middle;

}
.menu-dialog .item {
	color: #112536;
 
}
.menu-dialog ul li a:link {
	font-size: 11px;
	text-decoration: none;
	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.menu-dialog ul li a:visited {
	font-size: 11px;
	text-decoration: none;
	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.menu-dialog ul li a:hover {
	font-size: 11px;
	text-decoration: underline;
	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.menu-dialog ul li a:active	{
	font-size: 11px;
	text-decoration: none;	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.menu-dialog hr {
	background-color: #999999;
}

/* dialog container */
.dialog {
	border: 1px solid #acb7c7;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	page-break-inside: avoid;
}
.dialog .title {
	position: relative;
	color: #253161;
	font-weight: bold;
	font-size: 13px;
	background: transparent url(images/dialog_bg.gif) repeat-x top left;
	border: 0px none;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	text-align: left;
	border-bottom: 1px solid #acb7c7;
	overflow: hidden;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.dialog .content {
	border: 0px none;
	background: transparent none;
	text-align: left;
	padding: 10px 10px 25px 10px;
	color: #58595b;
}
.dialog .dialog-sort-row {
	height: 30px;
	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: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	overflow: hidden;
}
.dialog-search-sort-bar .search-sort-bar {
	padding:0px;
	padding-top: 3px;
	margin: 7px 0px;
}
.dialog-search-sort-bar .search-sort-title,
	.dialog-search-sort-bar .search-sort-cell
{
	padding-right: 10px;
}

/*
	buttons
*/

/* button-based */
button.button {
	border: 0px none;
	background-color: transparent;
	cursor: pointer;
	height: 26px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	vertical-align: top;
	overflow: visible;
	outline-style: none;
}
button.button .button-right {
	display: block;
	background: transparent url(images/customer/but_right.png) no-repeat right top;
	padding: 0px 5px 0px 0px;
	height: 26px;
	margin-right:5px;
}
button.button .button-left {
	display: block;
	margin: 0px;
	background: transparent url(images/customer/but_left.png) no-repeat left top;
	padding: 0px 11px 0px 15px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #859298;
	font-weight: bold;
	font-size: 13px;
	height: 26px;
	line-height: 25px;
	width:auto;
	font-family:	Arial;

}
button.button:hover .button-right {
    /*background-position: right -26px;*/
	background: transparent url(images/customer/but_right_hover.png) no-repeat right top;
}
button.button:hover .button-left {
    /*background-position:left -26px;*/
	background: transparent url(images/customer/but_left_hover.png) no-repeat left top;
}

button.button-disabled {
	border: 0px none;
	background-color: transparent;
	/*cursor: none;*/
	height: 26px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	vertical-align: top;
	overflow: visible;
	outline-style: none;
}
button.button-disabled .button-right {
	display: block;
	background: transparent url(images/customer/but_dis_right.png) no-repeat right top;
	padding: 0px 5px 0px 0px;
	height: 26px;
	margin-right:5px;
}
button.button-disabled .button-left {
	display: block;
	margin: 0px;
	background: transparent url(images/customer/but_dis_left.png) no-repeat left top;
	padding: 0px 11px 0px 15px;
	vertical-align: middle;
	white-space: nowrap;
font-family: Arial;

	color: #C2C8C8;
	font-weight: bold;
	font-size: 13px;
	height: 26px;
	line-height: 25px;
}

/* div-based */
div.button {
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/but_right.png) no-repeat right top;
	float: left;
	color: #859298;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	line-height: 25px;
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: helvetica, arial, verdana,	sans-serif;

}
div.button:hover {
    /*background-position: right -26px;*/
	background: transparent url(images/customer/but_right_hover.png) no-repeat right top;
}
div.button:hover div,
	div.button:hover a:link,
	div.button:hover a:visited,
	div.button:hover a:hover,
	div.button:hover a:active
{
    /*background-position:left -26px;*/
	background: transparent url(images/customer/but_left_hover.png) no-repeat left top;
	color: #859298;
	font-weight: bold;
	font-size: 13px;
	height: 26px;
	line-height: 25px;
}
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/customer/but_left.png) no-repeat left top;
	padding: 0px 11px 0px 15px;
	line-height: 24px;
	white-space: nowrap;
  font-family: helvetica, arial, verdana,	sans-serif;
	text-decoration: none;
	outline-style: none;
	color: #859298;
	font-weight: bold;
	font-size: 13px;
	height: 26px;
	line-height: 25px;
}

/* button-based link */
button.simple-button {
	border: 0px none;
	background-color: transparent;
	cursor: pointer;
	height: 15px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
	color: #043fa0;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	vertical-align: middle;
	outline-style: none;
}
button.simple-button span {
	text-decoration: underline;
}
button.simple-button img {
	display: none;
}

/* a-based link */
.link-button-separator {
	font-size: 12px;
	padding-left:6px;
	padding-right:6px;
}
a.simple-button:link,
	a.simple-button:visited,
	a.simple-button:hover,
	a.simple-button:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
}
a.help-link:link,
	a.help-link:visited,
	a.help-link:hover,
	a.help-link:active
{
	font-size: 12px;
	white-space: nowrap;
	color:#B6C2C8;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
}
a.forgot-link:link,
	a.forgot-link:visited,
	a.forgot-link:hover,
	a.forgot-link:active
{
	font-size: 12px;
	white-space: nowrap;
	color:#B6C2C8;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
}
a.print-button:link,
	a.print-button:visited,
	a.print-button:hover,
	a.print-button:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/print.png) left top no-repeat;
}
a.shop-button:link,
	a.shop-button:visited,
	a.shop-button:hover,
	a.shop-button:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/icon_ticket.gif) left top no-repeat;
	font-weight:bold;
	font-family: helvetica, arial, verdana,	sans-serif;

}
a.arrow-right:link,
	a.arrow-right:visited,
	a.arrow-right:hover,
	a.arrow-right:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	line-height: 12px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/but_arrow5.gif) right top no-repeat;
}
a.arrow-right-2:link,
	a.arrow-right-2:visited,
	a.arrow-right-2:hover,
	a.arrow-right-2:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	line-height: 12px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/icon_arrow_right3.gif) right 4px no-repeat;
}
span.arrow-right-2 {
	padding: 0px 10px 0px 0px;
	background: url(images/customer/icon_arrow_right3.gif) right 3px no-repeat;
}
a.arrow-left:link,
	a.arrow-left:visited,
	a.arrow-left:hover,
	a.arrow-left:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 12px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/but_arrow5.gif) left top no-repeat;
}
a.arrow-left-2:link,
	a.arrow-left-2:visited,
	a.arrow-left-2:hover,
	a.arrow-left-2:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 12px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/arrow_left.png) left 6px no-repeat;
}
a.arrow-left-3:link,
	a.arrow-left-3:visited,
	a.arrow-left-3:hover,
	a.arrow-left-3:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 12px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/arrow_left.gif) left 3px no-repeat;
	font-family: Arial;

}
a.arrow-up:link,
	a.arrow-up:visited,
	a.arrow-up:hover,
	a.arrow-up:active
{
	font-size: 12px;
	white-space: nowrap;
	color: #231F20;
	font-weight: normal;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	line-height: 12px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
	background: url(images/customer/icon_arrow_up.png) right 4px no-repeat;
}
/* input-image-based */
input.image-button {
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	border: 0px none;
	width: 20px;
	height: 20px;
	background: transparent url(images/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;
	width: 20px;
	height: 18px;
	background: transparent url(images/go.gif) no-repeat center center;
	vertical-align: middle;
}


/*
	Buttons alternative styles
*/

.home_page_button {
	cursor: pointer;
	width: 122px;
	height: 25px;
	background: transparent url(images/customer/home_page_button.png) no-repeat left top;
}
.home_page_button:hover {
	cursor: pointer;
	width: 122px;
	height: 25px;
  /*background-position:left -25px;*/
	background: transparent url(images/customer/home_page_button_hv.png) no-repeat left top;
}
.home_page_button2 {
	cursor: pointer;
	width: 101px;
	height: 20px;
	background: transparent url(images/customer/home_page_button2.png) no-repeat left top;
}
.home_page_button2:hover {
	cursor: pointer;
	width: 101px;
	height: 20px;
    /*background-position:left -20px;*/
	background: transparent url(images/customer/home_page_button2_hv.png) no-repeat left top;
}
.learn_more_green_button {
	cursor: pointer;
	width: 115px;
	height: 21px;
	background: transparent url(images/customer/learn_more_green.png) no-repeat left top;
}
.learn_more_green_button:hover {
	cursor: pointer;
	width: 115px;
	height: 21px;
    /*background-position:left -21px;*/
	background: transparent url(images/customer/learn_more_green_over.png) no-repeat left top;
}
.pp_ec_buttons {
	cursor: pointer;
	width: 227px;
	height: 28px;
	position: relative;
	left: -18px;
	top: 3px;
}
.pp_ec_buttons2 {
  cursor: pointer;
  width: 227px;
  height: 28px;
  position: relative;
}
.product_print_button {
	cursor: pointer;
	width: 114px;
	height: 28px;
	background: transparent url(images/customer/but_print_product.png) no-repeat left top;
	position:	absolute;
	top: 0;
	left: 0px;
}
.product_print_button:hover {
	cursor: pointer;
  background-position:left -28px;
	/*background: transparent url(images/customer/but_print_product_hover.png) no-repeat left top;*/
}
.express_checkout_button {
	cursor: pointer;
	width: 115px;
	height: 28px;
	background: transparent url(images/customer/but_express_checkout_off.png) no-repeat left top;
/*tempory disabled
 * background: transparent url(images/customer/but_express_checkout_off.png) no-repeat left top;*/
	position:	absolute;
	top: 0;
	left: 114px;
}
.express_checkout_button2 {
  cursor: pointer;
  width: 115px;
  height: 28px;
  background: transparent url(images/customer/but_express_checkout.png) no-repeat left top;
/*  background: transparent url(images/customer/but_express_checkout_off.png) no-repeat left top;*/
  position:  absolute;
  top: 0;
  left: 122px;
}
.express_checkout_button:hover {
	cursor: pointer;
  background: transparent url(images/customer/but_express_checkout_off.png) no-repeat left top;
/*tempory disabled
 * background: transparent url(images/customer/but_express_checkout_hover.png) no-repeat left top;*/
}
.express_checkout_button2:hover {
  cursor: pointer;
  background: transparent url(images/customer/but_express_checkout_off.png) no-repeat left top;
/*  background: transparent url(images/customer/but_express_checkout_hover.png) no-repeat left top;*/
}

/* highlighted button */
button.go-button .button-right {
	background: transparent url(images/customer/but_main_right.png) no-repeat right top;
}
button.go-button .button-left {
	background: transparent url(images/customer/but_main_left.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 1px 0px 6px;
	font-size:16px;
	line-height:21px;
}
button.go-button:hover .button-right {
    /*background-position:right -26px;*/
	background: transparent url(images/customer/but_main_right_hover.png) no-repeat right top;
}
button.go-button:hover .button-left {
    /*background-position:left -26px;*/
	background: transparent url(images/customer/but_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 1px 0px 6px;
	font-size:16px;
	line-height:21px;
}

button.main-button .button-right {
	background: transparent url(images/customer/but_main_right.png) no-repeat right top;
}
button.main-button .button-left {
	background: transparent url(images/customer/but_main_left.png) no-repeat left top;
	color: #FFFFFF;
}
button.main-button:hover .button-right {
  /*background-position:right -26px;*/
	background: transparent url(images/customer/but_main_right_hover.png) no-repeat right top;
}
button.main-button:hover .button-left {
    /*background-position:left -26px;*/
	background: transparent url(images/customer/but_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
}
div.main-button {
	background: transparent url(images/customer/but_main_right.png) 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/customer/but_main_left.png) no-repeat left top;
	color: #FFFFFF;
}
div.main-button:hover {
    /*background-position:right -26px;*/
	background: transparent url(images/customer/but_main_right_hover.png) no-repeat right top;
}
div.main-button:hover div,
	div.main-button:hover a:link,
	div.main-button:hover a:visited,
	div.main-button:hover a:hover,
	div.main-button:hover a:active
{
    /*background-position:left -26px;*/
	background: transparent url(images/customer/but_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
}

button.big-main-button_add_to_cart {
	height:28px;
}
button.big-main-button_add_to_cart .button-right {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
button.big-main-button_add_to_cart .button-left {
	font-size:14px;
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;	*/
	padding:0px 8px 0px 10px;
}
button.big-main-button_add_to_cart:hover .button-right {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
button.big-main-button_add_to_cart:hover .button-left {
	font-size:14px;
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px; */
	padding:0px 8px 0px 10px;
}
div.big-main-button_add_to_cart {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
div.big-main-button_add_to_cart div,
	div.big-main-button_add_to_cart a:link,
	div.big-main-button_add_to_cart a:visited,
	div.big-main-button_add_to_cart a:hover,
	div.big-main-button_add_to_cart a:active
{ 
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;	*/
	padding:0px 8px 0px 10px;
	font-size:14px;
}
div.big-main-button_add_to_cart:hover {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
div.big-main-button_add_to_cart:hover div,
	div.big-main-button_add_to_cart:hover a:link,
	div.big-main-button_add_to_cart:hover a:visited,
	div.big-main-button_add_to_cart:hover a:hover,
	div.big-main-button_add_to_cart:hover a:active
{
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:0px 8px 0px 10px;
	font-size:14px;
}




button.big-main-button {
	height:28px;
}
button.big-main-button .button-right {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
button.big-main-button .button-left {
	font-size:14px;
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 24px 0px 29px;
}
button.big-main-button:hover .button-right {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
button.big-main-button:hover .button-left {
	font-size:14px;
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 24px 0px 29px;
}

div.big-main-button {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
div.big-main-button div,
	div.big-main-button a:link,
	div.big-main-button a:visited,
	div.big-main-button a:hover,
	div.big-main-button a:active
{ 
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 24px 0px 29px;
	font-size:14px;
}
div.big-main-button:hover {
	height:28px;
  /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
div.big-main-button:hover div,
	div.big-main-button:hover a:link,
	div.big-main-button:hover a:visited,
	div.big-main-button:hover a:hover,
	div.big-main-button:hover a:active
{
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 24px 0px 29px;
	font-size:14px;
}




button.big-main-button2 {
	height:28px;
}
button.big-main-button2 .button-right {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
button.big-main-button2 .button-left {
	font-size:14px;
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:0px 39px 0px 44px;
}
button.big-main-button2:hover .button-right {
	height:28px;
  /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
button.big-main-button2:hover .button-left {
	font-size:14px;
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:0px 39px 0px 44px;
}
div.big-main-button2 {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
div.big-main-button2 div,
	div.big-main-button2 a:link,
	div.big-main-button2 a:visited,
	div.big-main-button2 a:hover,
	div.big-main-button2 a:active
{ 
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:0px 39px 0px 44px;
	font-size:14px;
}
div.big-main-button2:hover {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
div.big-main-button2:hover div,
	div.big-main-button2:hover a:link,
	div.big-main-button2:hover a:visited,
	div.big-main-button2:hover a:hover,
	div.big-main-button2:hover a:active
{
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:0px 39px 0px 44px;
	font-size:14px;
}




button.big-main-button3 {
	height:28px;
	font-family: helvetica, arial, verdana,	sans-serif;

}
button.big-main-button3 .button-right {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
 font-family: helvetica, arial, verdana,	sans-serif;
}
button.big-main-button3 .button-left {
	font-size:13px;
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
 font-family: helvetica, arial, verdana,	sans-serif;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:1px 10px 0px 20px;
}
button.big-main-button3:hover .button-right {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
	font-family: helvetica, arial, verdana,	sans-serif;
}
button.big-main-button3:hover .button-left {
	font-size:13px;
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	font-family: helvetica, arial, verdana,	sans-serif;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:1px 10px 0px 20px;
}
div.big-main-button3 {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
	font-family: helvetica, arial, verdana,	sans-serif;
}
div.big-main-button3 div,
	div.big-main-button3 a:link,
	div.big-main-button3 a:visited,
	div.big-main-button3 a:hover,
	div.big-main-button3 a:active
{ 
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:1px 10px 0px 20px;
	font-size:13px;
	font-family: helvetica, arial, verdana,	sans-serif;
}
div.big-main-button3:hover {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
	font-family: helvetica, arial, verdana,	sans-serif;
}
div.big-main-button3:hover div,
	div.big-main-button3:hover a:link,
	div.big-main-button3:hover a:visited,
	div.big-main-button3:hover a:hover,
	div.big-main-button3:hover a:active
{
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	/*padding:0px 24px 0px 29px;*/
	padding:1px 10px 0px 20px;
	font-size:13px;
	font-family: helvetica, arial, verdana,	sans-serif;
}


button.learn-button {
	height:21px;
}
button.learn-button .button-right {
	height:21px;
	background: transparent url(images/customer/but_lm_right.gif) no-repeat right top;
}
button.learn-button .button-left {
	font-size:12px;
	height:21px;
	background: transparent url(images/customer/but_lm_left.gif) no-repeat left top;
	color: #FFFFFF;
	padding:0px 15px 0px 25px;
	margin-right:4px;
	color:#5F6062;
	line-height:19px;
	text-transform:lowercase;
}
button.learn-button:hover .button-right {
	height:21px;
	background: transparent url(images/customer/but_lm_right.gif) no-repeat right top;
}
button.learn-button:hover .button-left {
	font-size:12px;
	height:21px;
	background: transparent url(images/customer/but_lm_left.gif) no-repeat left top;
	color: #FFFFFF;
	padding:0px 15px 0px 25px;
	margin-right:4px;
	color:#5F6062;
	line-height:19px;
	text-transform:lowercase;
}
div.learn-button {
	height:21px;
	background: transparent url(images/customer/but_lm_right.gif) no-repeat right top;
}
div.learn-button div,
	div.learn-button a:link,
	div.learn-button a:visited,
	div.learn-button a:hover,
	div.learn-button a:active
{ 
	height:21px;
	background: transparent url(images/customer/but_lm_left.gif) no-repeat left top;
	color: #FFFFFF;
	padding:0px 15px 0px 25px;
	font-size:12px;
	margin-right:4px;
	color:#5F6062;
	line-height:19px;
	text-transform:lowercase;
}
div.learn-button:hover {
	height:21px;
	background: transparent url(images/customer/but_lm_right.gif) no-repeat right top;
}
div.learn-button:hover div,
	div.learn-button:hover a:link,
	div.learn-button:hover a:visited,
	div.learn-button:hover a:hover,
	div.learn-button:hover a:active
{
	height:21px;
	background: transparent url(images/customer/but_lm_left.gif) no-repeat left top;
	color: #FFFFFF;
	padding:0px 15px 0px 25px;
	font-size:12px;
	margin-right:4px;
	color:#5F6062;
	line-height:19px;
	text-transform:lowercase;
}


div.learn-button2 {
	height:18px;
	background: transparent url(images/customer/but_lm2_right.gif) no-repeat right top;
}
div.learn-button2 div,
	div.learn-button2 a:link,
	div.learn-button2 a:visited,
	div.learn-button2 a:hover,
	div.learn-button2 a:active
{ 
	height:18px;
	background: transparent url(images/customer/but_lm2_left.gif) no-repeat left top;
	color: #FFFFFF;
	padding:0px 15px 0px 25px;
	font-size:12px;
	margin-right:4px;
	color:#5F6062;
	line-height:16px;
	text-transform:lowercase;
}
div.learn-button2:hover {
	height:18px;
    /*background-position:right -18px;*/
	background: transparent url(images/customer/but_lm2_right_hv.gif) no-repeat right top;
}
div.learn-button2:hover div,
	div.learn-button2:hover a:link,
	div.learn-button2:hover a:visited,
	div.learn-button2:hover a:hover,
	div.learn-button2:hover a:active
{
	height:18px;
    /*background-position:left -18px;*/  
	background: transparent url(images/customer/but_lm2_left_hv.gif) no-repeat left top;
	color: #FFFFFF;
	padding:0px 15px 0px 25px;
	font-size:12px;
	margin-right:4px;
	color:#ffffff;
	line-height:16px;
	text-transform:lowercase;
}

/*******/
.descr-button{
color:#9EADB5;
}

.descr-button-selected{
color: #231F20;
}

button.compare-button {
	height:27px;
	margin:0px;
}
button.compare-button .button-right {
	background: transparent url(images/customer/but_compare_right.png) no-repeat right top;
	height:25px;
	margin:0px;
	padding:0px 3px 0px 0px;
}
button.compare-button .button-left {
	background: transparent url(images/customer/but_compare_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
	color:#859298;
}
button.compare-button:hover .button-right {
    /*background-position:right -25px;*/
	background: transparent url(images/customer/but_compare_right_hover.png) no-repeat right top;
	margin:0px;
	height:25px;
	padding:0px 3px 0px 0px;
}
button.compare-button:hover .button-left {
    /*background-position:left -25px;*/
	background: transparent url(images/customer/but_compare_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
	color:white;
}

div.compare-button {
	background: transparent url(images/customer/but_compare_right.png) no-repeat right top;
	height:25px;
	margin:0px;
	padding:0px 3px 0px 0px;
}
div.compare-button div,
	div.compare-button a:link,
	div.compare-button a:visited,
	div.compare-button a:hover,
	div.compare-button a:active
{
	background: transparent url(images/customer/but_compare_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
	color:#859298;
}
div.compare-button:hover {
  /*background-position:right -25px;*/
	background: transparent url(images/customer/but_compare_right_hover.png) no-repeat right top;
	height:25px;
}
div.compare-button:hover div,
	div.compare-button:hover a:link,
	div.compare-button:hover a:visited,
	div.compare-button:hover a:hover,
	div.compare-button:hover a:active
{
  /*background-position:left -25px;*/
	background: transparent url(images/customer/but_compare_left_hover.gif) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
	color:white;
}
button.faq-button {
	height:27px;
	margin:0px;
}
button.faq-button .button-right {
	background: transparent url(images/customer/but_faq_right.png) no-repeat right top;
	height:25px;
}
button.faq-button .button-left {
	background: transparent url(images/customer/but_faq_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
	color:#859298;
}
button.faq-button:hover .button-right {
    /*background-position:right -25px;*/
	background: transparent url(images/customer/but_faq_right_hover.png) no-repeat right top;
	height:25px;
}
button.faq-button:hover .button-left {
    /*background-position:left -25px;*/
	background: transparent url(images/customer/but_faq_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
	color:white;
}
div.faq-button {
	background: transparent url(images/customer/but_faq_right.png) no-repeat right top;
	height:25px;
	margin:0px;
}
div.faq-button div,
	div.faq-button a:link,
	div.faq-button a:visited,
	div.faq-button a:hover,
	div.faq-button a:active
{
	background: transparent url(images/customer/but_faq_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
	color:#859298;
}
div.faq-button:hover {
  /*background-position:right -25px;*/
	background: transparent url(images/customer/but_faq_right_hover.png) no-repeat right top;
	height:25px;
}
div.faq-button:hover div,
	div.faq-button:hover a:link,
	div.faq-button:hover a:visited,
	div.faq-button:hover a:hover,
	div.faq-button:hover a:active
{
    /*background-position:left -25px;*/
	background: transparent url(images/customer/but_faq_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
	color:white;
}
button.compare-button-selected {
	height:27px;
	margin:0px;
}
button.compare-button-selected .button-right {
	background: transparent url(images/customer/but_compare_right_hover.png) no-repeat right top;
	height:25px;
	margin:0px;
	padding:0px 3px 0px 0px;
}
button.compare-button-selected .button-left {
	background: transparent url(images/customer/but_compare_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
	color:white;
}
button.compare-button-selected:hover .button-right {
	background: transparent url(images/customer/but_compare_right_hover.png) no-repeat right top;
	margin:0px;
	height:25px;
	padding:0px 3px 0px 0px;
}
button.compare-button-selected:hover .button-left {
	background: transparent url(images/customer/but_compare_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
}

div.compare-button-selected {
	background: transparent url(images/customer/but_compare_right.png) no-repeat right top;
	height:25px;
	margin:0px;
	/*padding:0px 3px 0px 0px;*/
	padding:0px 20px 0px 23px;
}
div.compare-button-selected div,
	div.compare-button-selected a:link,
	div.compare-button-selected a:visited,
	div.compare-button-selected a:hover,
	div.compare-button-selected a:active
{
	background: transparent url(images/customer/but_compare_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
	color:white;
}
div.compare-button-selected:hover {
	background: transparent url(images/customer/but_compare_right.png) no-repeat right top;
	height:25px;
}
div.compare-button-selected:hover div,
	div.compare-button-selected:hover a:link,
	div.compare-button-selected:hover a:visited,
	div.compare-button-selected:hover a:hover,
	div.compare-button-selected:hover a:active
{
	background: transparent url(images/customer/but_compare_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 20px 0px 23px;
}
button.faq-button-selected {
	height:27px;
	margin:0px;
}
button.faq-button-selected .button-right {
	background: transparent url(images/customer/but_faq_right_hover.png) no-repeat right top;
	height:25px;
}
button.faq-button-selected .button-left {
	background: transparent url(images/customer/but_faq_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
	color:white;
}
button.faq-button-selected:hover .button-right {
	background: transparent url(images/customer/but_faq_right_hover.png) no-repeat right top;
	height:25px;
}
button.faq-button-selected:hover .button-left {
	background: transparent url(images/customer/but_faq_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
}
div.faq-button-selected {
	background: transparent url(images/customer/but_faq_right.png) no-repeat right top;
	height:25px;
	margin:0px;
}
div.faq-button-selected div,
	div.faq-button-selected a:link,
	div.faq-button-selected a:visited,
	div.faq-button-selected a:hover,
	div.faq-button-selected a:active
{
	background: transparent url(images/customer/but_faq_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
	color:white;
}
div.faq-button-selected:hover {
	background: transparent url(images/customer/but_faq_right.png) no-repeat right top;
	height:25px;
}
div.faq-button-selected:hover div,
	div.faq-button-selected:hover a:link,
	div.faq-button-selected:hover a:visited,
	div.faq-button-selected:hover a:hover,
	div.faq-button-selected:hover a:active
{
	background: transparent url(images/customer/but_faq_left.png) no-repeat left top;
	color: #FFFFFF;
	height:25px;
	padding:0px 30px 0px 33px;
}
/*******/

button.buynow-button {
	height:28px;
}
button.buynow-button .button-right {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
button.buynow-button .button-left {
	font-size:14px;
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 39px 0px 44px;
}
button.buynow-button:hover .button-right {
	height:28px;
   /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
button.buynow-button:hover .button-left {
	font-size:14px;
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 39px 0px 44px;
}
div.buynow-button {
	height:28px;
	background: transparent url(images/customer/but_big_main_right.png) no-repeat right top;
}
div.buynow-button div,
	div.buynow-button a:link,
	div.buynow-button a:visited,
	div.buynow-button a:hover,
	div.buynow-button a:active
{ 
	height:28px;
	background: transparent url(images/customer/but_big_main_left.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 39px 0px 44px;
	font-size:14px;
}
div.buynow-button:hover {
	height:28px;
    /*background-position:right -28px;*/
	background: transparent url(images/customer/but_big_main_right_hover.png) no-repeat right top;
}
div.buynow-button:hover div,
	div.buynow-button:hover a:link,
	div.buynow-button:hover a:visited,
	div.buynow-button:hover a:hover,
	div.buynow-button:hover a:active
{
	height:28px;
    /*background-position:left -28px;*/
	background: transparent url(images/customer/but_big_main_left_hover.png) no-repeat left top;
	color: #FFFFFF;
	padding:0px 39px 0px 44px;
	font-size:14px;
}
button.banner-button .button-left,
button.banner-button:hover .button-left {
	padding:0px 49px 0px 54px;
}
div.banner-button div,
	div.banner-button a:link,
	div.banner-button a:visited,
	div.banner-button a:hover,
	div.banner-button a:active,
	div.banner-button:hover div,
	div.banner-button:hover a:link,
	div.banner-button:hover a:visited,
	div.banner-button:hover a:hover,
	div.banner-button:hover a:active
{ 
	padding:0px 40px 0px 45px;
}
button.simple-main-button,
	a.simple-main-button:link,
	a.simple-main-button:visited,
	a.simple-main-button:hover,
	a.simple-main-button:active
{
	color: #880000;
}

/* 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: #8D9498;
	padding-left: 12px;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

/* menu button */
button.menu-button {
	height: 22px;
}
button.menu-button .button-right {
	background: transparent url(images/but_menu_right.png) no-repeat right top;
	padding-right: 7px;
	height: 20px;
}
button.menu-button .button-left {
	background: transparent url(images/but_menu_left.png) no-repeat left top;
	height: 20px;
	padding: 0px 1px 0px 8px;
	color: #deedf7;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
}

div.menu-button {
	background: transparent url(images/but_menu_right.png) no-repeat right top;
	padding-right: 7px;
}
div.menu-button div,
	div.menu-button a:link,
	div.menu-button a:visited,
	div.menu-button a:hover,
	div.menu-button a:active
{
	background: transparent url(images/but_menu_left.png) no-repeat left top;
	padding: 0px 1px 0px 8px;
	line-height: 20px;
	color: #deedf7 !important;
	font-size: 10px;
}

/*
	link-with-arrow
*/
a.simple-arrow-button:link,
	a.simple-arrow-button:visited,
	a.simple-arrow-button:hover,
	a.simple-arrow-button:active
{
	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:visited,
	.rtl a.simple-arrow-button:hover,
	.rtl a.simple-arrow-button:active
{
	padding-left: 0px;
	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:visited,
	.button-row a.simple-arrow-button:hover,
	.button-row a.simple-arrow-button:active
{
	background-position: left 2px;
}

button.simple-arrow-button img.left-simple-button {
	display: inline;
	width: 7px;
	height: 10px;
	background: transparent url(images/but_arrow.png) no-repeat left top;
	margin-right: 3px;
	vertical-align: bottom;
}

/*
	button(s) containers
*/
.button-row,
	.button-row-right
{
	margin-top:18px;
	padding: 0px;
	height: 23px;
	line-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 0px 0px 0px;
	height: 26px;
}
.button-separator {
	float: left;
	width: 10px;
	height: 15px;
}
.checkout-button-separator {
	float:right;
	width: 10px;
	height: 15px;
}
.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;
	color:#CED0CF;
}
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 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}
.popup-window {
	position: absolute;
	background: transparent none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	z-index: 1100;
}
.popup-window .popup-bg-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px none;
	background: white none;
	margin: 0px;
	padding: 0px;
	z-index: 1150;
}
.popup-window .popup-title {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 0px;
	vertical-align: middle;
	z-index: 1200;
	margin:0px 0px 0px 12px;
}
.popup-window .popup-title span {
	color: #ffffff;
	font-size: 10px;
	line-height: 22px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.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: 3px;
	right: 5px;
	outline-style: none;
	text-decoration: none;
	width: 16px;
	height: 16px;
}
.popup-window .popup-title img {
	width: 16px;
	height: 0px;
	background: transparent url(images/popup_header_cross.gif) no-repeat left top;
}
.popup-window .popup-content {
	position: absolute;
	top: 20px;
	left: 2px;
	right: 2px;
	bottom: 0px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	z-index: 1200;
	background:white none;
}
.popup-window .popup-frame {
	padding: 0px 12px 0px 20px;
	margin: 0px;
	background:white none;
}
.popup-window .popup-footer {
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	background: #f3f5f7 none;
	height: 0px;
	text-align: right;
	z-index: 1200;
}
.popup-window .popup-footer div {
	position: absolute;
	width: 18px;
	height: 0px;
	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;
	padding: 0px;
}
.popup-window .popup-t-side {
	top: 0px;
	left: 0px;
	right: 0px;
	border: 0px none;
	background:url(images/customer/box_white_T.png) repeat-x ;
	height: 20px;
	cursor: n-resize;
	z-index: 1250;
	margin:0px 20px 0px 12px;
}
.popup-window .popup-tr-corner {
	right: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	background:url(images/customer/box_white_TR.png) no-repeat ;
	cursor: ne-resize;
	z-index: 1260;
}
.popup-window .popup-r-side {
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(images/customer/box_white_R.png) repeat-y;
	width: 20px;
	cursor: e-resize;
	z-index: 1250;
	margin:20px 0px 20px 0px;
}
.popup-window .popup-br-corner {
	right: 0px;
	bottom: 0px;
	height: 20px;
	width: 20px;
	background:url(images/customer/box_white_BR.png) no-repeat ;
	cursor: se-resize;
	z-index: 1260;
}
.popup-window .popup-b-side {
	bottom: 0px;
	left: 0px;
	right: 20px;
	background:url(images/customer/box_white_B.png) repeat-x ;
	height: 20px;
	cursor: s-resize;
	z-index: 1250;
	margin:0px 0px 0px 12px;
}
.popup-window .popup-bl-corner {
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 12px;
	background:url(images/customer/box_white_BL.png) no-repeat ;
	cursor: sw-resize;
	z-index: 1260;
}
.popup-window .popup-l-side {
	top: 0px;
	left: 0px;
	bottom: 0px;
	background:url(images/customer/box_white_L.png) repeat-y ;
	width: 12px;
	cursor: w-resize;
	z-index: 1250;
	margin:20px 0px 20px 0px;
}
.popup-window .popup-tl-corner {
	left: 0px;
	top: 0px;
	height: 20px;
	width: 12px;
	background:url(images/customer/box_white_TL.png) no-repeat ;
	cursor: nw-resize;
	z-index: 1260;
}
.popup-table {
	
}
.popup-table tr td {
	color:#8D959B;
	vertical-align:top;
	font-size:12px;
}
.popup-table .warning {
	color: #DB3737;
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.popup-table-small tr td {
	padding-bottom:10px;
}
.popup-table-big tr td {
	padding-bottom:15px;
	font-size:12px;
}
.popup-table input {
	border-top:1px solid #BFC0C1;
	border-left:1px solid #BFC0C1;
	border-bottom:1px solid #DFDFE0;
	border-right:1px solid #DFDFE0;
	margin:1px 0px;
}
.popup-table select {
	border-top:1px solid #BFC0C1;
	border-left:1px solid #BFC0C1;
	border-bottom:1px solid #DFDFE0;
	border-right:1px solid #DFDFE0;
	margin:1px 0px;
}
.popup-table .title {
	font-size:14px;
	font-weight:bold;
	color:#231F20;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.popup-table .value {
	font-size:12px;
	color:#231F20;
	padding-top:5px;
}
.purchase-keywords-table {
	width:100%;
}
.purchase-keywords-table tr td {
	vertical-align:top;
	color:#7B858D;
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.purchase-keywords-table tr.selected td {
	color:#ACB9C0;
}
.purchase-keywords-table tr td .price {
	color:#97CE51;
}
.purchase-keywords-table tr td .save {
	color:#DB3737;
}
/*
	data table
*/
table.data-table td {
	padding: 0px 1px;
	line-height: 21px;
	vertical-align: top;
	text-align:left;
}
table.data-table td.data-name {
	vertical-align: top;
	color: #94A0A6;
	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 0px;
	text-align: right;
}
.search-sort-title {
	padding-right: 20px;
	color:#231F20;
	font-size:16px;
}
.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: none;
	color:#9FB1B3;
	font-size:16px;
	text-transform:lowercase;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.search-sort-link:hover {
	color:#CDD5D8;
}
a.selected:link,
	a.selected:visited,
	a.selected:hover,
	a.selected:active
{
	color:#CDD5D8;	
	
}
.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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/*
	expandable section
*/
.expand-section {
	height: 16px;
	margin: 20px 0px 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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/*
	pagination mechanism
*/
.nav-pages {
	white-space: nowrap;
	vertical-align: bottom;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.nav-pages-title {
	padding-right: 10px;
}
.nav-pages img {
	vertical-align: bottom;
	width: 15px;
	height: 15px;
}
.nav-pages a:link,
	.nav-pages a:visited,
	.nav-pages a:hover,
	.nav-pages a:active
{
	text-align: center;
	text-decoration: none;
	color:#231F20;
	font-size:12px;
}
.nav-pages .left-arrow img {
	background: transparent url(images/customer/icon_arrow_previous.jpg) no-repeat left top;
}
.nav-pages .right-arrow img {
	background: transparent url(images/customer/icon_arrow_next.jpg) no-repeat left top;
}
.nav-pages .myaccount-left-arrow img {
	background: url(images/customer/icon_arrow_left1.png) no-repeat left 4px;
}
.nav-pages .myaccount-right-arrow img {
	background: url(images/customer/icon_arrow_right1.png) no-repeat left 4px;
}
.nav-pages span.myaccount-left-arrow {
	font-size:12px;
	color:#ACB9C0;
}
.nav-pages span.myaccount-right-arrow {
	font-size:12px;
	color:#ACB9C0;
}
.nav-pages span.myaccount-left-arrow img {
	background: url(images/customer/icon_arrow_left2.png) no-repeat left 5px;
}
.nav-pages span.myaccount-right-arrow img {
	background: url(images/customer/icon_arrow_right2.png) no-repeat left 5px;
}
.nav-pages .current-page {
	text-align: center;
	font-weight: bold;
	font-size:12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.nav-pages .right-delimiter {
	padding-right: 12px;
}

/*
	subheader styles
*/
.subheader {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	border: 0px none;
	border-bottom: 1px solid #E9EAEA;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.subheader2 {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: normal;
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	border: 0px none;
}
.subheader3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	border: 0px none;
}
.subheader-without-border {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	border: 0px none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.subheader-only-border {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E9EAEA;
}
.subheader-top-menu {
	font-size:28px;
	border:0px;
	padding-left:15px;
}
.subheader-border {
	border-bottom: 1px solid #E9EAEA;
}
.subheader-no-border {
	border: 0px;
}
.subheader-small {
	font-size:14px;
}
.subheader-faq {
	font-size:26px;
	border:0px;
	padding:20px 0px 0px 0px;
}
.subheader-payment-cc {
	background: url(images/customer/cc_type.png) no-repeat right;
}
.subheader-billing-warning {
	background: url(images/customer/icon_warning2.gif) no-repeat left top;
	font-size:16px;
	color:#6A747C;
	padding:4px 0px 1px 30px;
	margin:0px 20px 0px 0px;
	border:0px;
	height:20px;
	vertical-align:middle;
}
.subheader-keywords {
	background: url(images/customer/icon_keyword.png) no-repeat left -1px;
	padding-left:50px;
}
.subheader-call {
	background: url(images/customer/icon_end_call.gif) no-repeat left 13px;
	padding-left:30px;
}
.subheader-question {
	background: url(images/customer/icon_question.gif) no-repeat left 11px;
	padding-left:30px;
}
.subheader-tellus {
	background: url(images/customer/icon_tellus.png) no-repeat left 5px;
	padding-left:30px;
	border:0px none;
	font-size:28px;
	padding-top:0px;
}
.subheader-star {
	background: url(images/customer/big_star.gif) no-repeat left 12px;
	padding-left:25px;
	border:0px none;
	font-size:20px;
}
.subheader-sales {
	background: url(images/customer/icon_sales.gif) no-repeat left 13px;
	padding-left:25px;
	border:0px none;
	font-size:24px;
	margin:0px;
}
.subheader-stat-sales {
	border:0px none;
	font-size:14px;
	margin:0px;
	padding:5px 0px 10px 0px;
}
.subheader-sales-report {
	border:0px none;
	font-size:17px;
	margin:0px;
	padding:5px 0px 10px 0px;
}
.subheader-terms {
	background: url(images/customer/icon_orders.png) no-repeat left 4px;
	padding-left:40px;
	border:0px none;
	font-size:22px;
}
.subheader-warning {
	padding:10px 0px 0px 0px;
	margin:0px;
	background: url(images/customer/warning.png) no-repeat left top;
	padding-left:80px;
	vertical-align:middle;
	border:0px none;
	font-size:12px;
	color:#7B858D;
	font-weight:normal;
	min-height:51px;
}
.subheader-gifts {
	background: url(images/customer/icon_bucks.gif) no-repeat left 6px;
	padding-left:50px;
}
.subheader-tools {
	background: url(images/customer/icon_tools.gif) no-repeat left 6px;
	padding-left:35px;
}
.subheader-grey {
	color: #666666;
	font-size: 12px;
	border-bottom: 0px;
	margin:0px;
	padding:0px;
}
.subheader-color-grey {
	color: #94A0A6;
}
.subheader-small-green {
	color: #97CE51;
	font-size: 12px;
	border-bottom: 0 none;
	margin-bottom:10px;
	padding-bottom:0px;
}
.subheader-green {
	color: #97CE51;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 0 none;
	margin-bottom:5px;
	padding-bottom:0px;
}
.subheader-blue {
	color: #231F20;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 0 none;
	margin-bottom:5px;
	padding-bottom:0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.subheader-arrow {
	font-size:16px;
	border-bottom:0 none;
	background: url(images/customer/arrow_right1.gif) no-repeat 0px 14px;
	padding:10px 0px 10px 15px;
}
.subheader-arrow-border {
	font-size:16px;
	background: url(images/customer/arrow_right1.gif) no-repeat 0px 14px;
	padding:10px 0px 10px 15px;
}
.subheader-small-arrow {
	font-size:20px;
	border-bottom:0 none;
	background: url(images/customer/arrow_right1.gif) no-repeat 0px 17px;
	padding:10px 0px 10px 15px;
}
.subheader-black {
	color: #010101;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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 0px;
}
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: green !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

==============================================================================*/

/*
	categories list
*/

.menu-categories-list .title-bar {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.menu-categories-list ul li {	
	padding: 1px 0px 3px 20px;
 /*background: transparent url(images/customer/category_arrow.png) no-repeat 6px 6px;*/
	background: transparent url(images/customer/nav_arrow.png) no-repeat 6px 7px;
}
.menu-categories-list ul li.sub {
	padding: 1px 0px 3px 20px;
	/*background: transparent url(images/customer/icon_arrow_down.png) no-repeat 5px 8px;*/
	background: transparent url(images/customer/nav_arrow_down.png) no-repeat 6px 8px;
}
.menu-categories-list ul li.sub ul{
	padding:0px 0px 0px 0px;
	background: none;
	list-style:none;
}
.menu-categories-list ul li.sub ul li{
	padding: 4px 0px 0px 10px;
	background: transparent url(images/customer/category_disc.png) no-repeat 0px 11px;
}
.rtl .menu-categories-list ul li {
	padding: 4px 20px 5px 0px;
	background: transparent url(images/category_bullet_invert.gif) no-repeat right 5px;
}
.menu-categories-list .content ul li.sub ul li a:link,
	.menu-categories-list .content ul li.sub ul li a:visited,
	.menu-categories-list .content ul li.sub ul li a:hover,
	.menu-categories-list .content ul li.sub ul li a:active
{
	font-size: 11px;
	text-decoration:none;
	text-transform:lowercase;
}
.menu-categories-list .content ul li.sub ul li a.selected:link,
	.menu-categories-list .content ul li.sub ul li a.selected:visited,
	.menu-categories-list .content ul li.sub ul li a.selected:hover,
	.menu-categories-list .content ul li.sub ul li a.selected:active
{
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
	text-transform:lowercase;
	color:#231F20;
}
.menu-categories-list .content ul li.sub ul li a:hover {
	text-decoration:underline;
}
.menu-categories-list .content ul li a:link,
	.menu-categories-list .content ul li a:visited,
	.menu-categories-list .content ul li a:hover,
	.menu-categories-list .content ul li a:active
{
	font-size: 11px;
	text-decoration:none;
	text-transform:lowercase;
	/*color:#ADBEC6;*/
	/*color:#9EADB5;*/
	color:#9eadb5;
	
}
.menu-categories-list .content ul li a:hover {
	text-decoration:underline;
}
.menu-categories-list .content ul li a.selected:link,
	.menu-categories-list .content ul li a.selected:visited,
	.menu-categories-list .content ul li a.selected:hover,
	.menu-categories-list .content ul li a.selected:active
{
	font-size: 11px;
	text-decoration:none;
	text-transform:lowercase;
	color:#8D9498;
	/*color:#797d7f;*/
	font-weight:bold;
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
}
/*
	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 {
	margin:0px 0px 0px 10px;
}
.menu-minicart .title-bar img.icon {
	background: url(images/dingbats_orders.gif) no-repeat;
}
div.sep-minicart {
	background:#E9E9EA;
	height:1px;
	width:100%;
	border:0 none;
	margin:10px 20px 10px 0px;
}
div.minicart {
	color: #112536;
	font-size: 10px;
}
div.minicart a {
	float: left;
}
div.minicart img {
	width: 19px;
	height: 16px;
}
/*div.minicart .full img {
	margin: 7px 4px 7px 1px;
	width: 18px;
	height: 13px;
	background: transparent url(images/cart_full.gif) no-repeat left top;
}
div.minicart .empty img {
	margin: 1px 4px 1px 1px;
	width: 18px;
	height: 13px;
	background: transparent url(images/cart_empty.gif) no-repeat left top;
}*/
div.minicart .empty b {
	line-height: 18px;
}
div.minicart table {
	margin: 0px 0px 0px 1px;
}
div.minicart table tr td {
	color: #112536;
	font-size: 10px;
	padding: 1px;
}
hr.minicart {
	clear: both;
	margin: 5px 0px 5px 0px;
}
.minicart .item {
	padding:5px 0px;
}
.minicart a.product-title:active,
	.minicart a.product-title:hover,
	.minicart a.product-title:visited,
	.minicart a.product-title:link {
	text-decoration:none;
	color:#8D9498;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.minicart .price {
	color:#8D9498;
}
.minicart .price-promo {
	color:#9BBC6D;
}
.minicart .link ul li {
	padding: 3px 0px 3px 20px;
	background: transparent url(images/customer/category_arrow.png) no-repeat 6px 8px;
	color:#8D9498;
}
.minicart-bottom {
	background: url(images/customer/cart_contactinfo_bg.jpg) no-repeat ;
	height:127px;
	width:228px;
}
.minicart-bottom .title{
	color:#5F6062;
	font-size:16px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	padding:10px 10px 10px 20px;
}
.minicart-bottom .contacts {
	padding:0px 10px 10px 20px;
}
.minicart-bottom .contacts .subtitle{
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal
}
.minicart-bottom .contacts .value{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
}
.minicart-link ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.minicart-link ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}
.minicart-link ul li a:link ,
.minicart-link ul li a:visited,
.minicart-link ul li a:hover,
.minicart-link ul li a:active
{
	padding:0px 0px 0px 10px;
	background: url(images/customer/category_arrow.png) no-repeat left 4px;
	color:#8D9498;
}
.minicart-link ul li a:hover {
	color:#ADBEC6;
}
.minicart .today {

	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
/*
	auth box
*/
.menu-auth .title-bar img.icon {
	background: url(images/dingbats_authentification.gif) no-repeat;
}
.login-buttons {
	margin: 3px 0px 5px 0px;
}
.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: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.small-link:visited {
	color: #3c6992;
	text-decoration: none;
	font-size: 9px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.small-link:hover {
	color: #3c6992;
	text-decoration: underline;
	font-size: 9px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.small-link:active {
	color: #3c6992;
	text-decoration: none;
	font-size: 9px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, 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;
}
.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
{
	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;
}
/* category-page properties table */
table.category-page-properties {
	margin: 0px;	
}
table.category-page-properties tr td {
	padding: 0px 1px 0px 1px;
}
table.category-page-properties .property-separator {
	padding: 0px;
	height: 1px;
	/*width: 100%;*/
	border-bottom: 1px solid #DCDDDE;
}
table.category-page-properties .property-name {
	padding-right: 5px;
	white-space: nowrap;
	width: 30%;
}
table.category-page-properties .property-value {
	white-space: nowrap;
}
table.category-page-properties .separator td {
	height: 18px;
}

h1.category {
	color: #231F20;
	margin: 0px 10px 0px 10px;
	font-size: 18px;
	padding:10px 0px 10px 12px;
	background:url(images/customer/category_big_arrow.png) no-repeat 0px 15px;
}
 h1.category2 {
	color: #231F20;
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	padding:5px 0px 5px 15px;
	background:url(images/customer/category_big_arrow.png) no-repeat 0px 15px;

}
div.category-sep {
	background:#DCDDDE;
	border:0 none;
	height:1px;
	width:100%;
	margin:10px 0px;
}
ul.subcategories {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
ul.subcategories li {
	margin: 0px 0px 10px 0px;
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
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-right: 20px;
	color:#ADBEC6;
	margin:0px 10px;
	font-size:12px;
}
/*
	 category page
*/
.category-page {
	position: relative;
}
.category-page .image {
	text-align: center;
	vertical-align: top;
	padding: 0px;
	float: left;
	margin: 0px 0px 5px 10px;
	width:486px;
	height:400px;
	/*background:#EDF2F5;*/
	position:relative;
}
.category-page .image-full {
	text-align: center;
	vertical-align: top;
	padding: 0px;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 657px;
	height: 400px;
	/*background: #EDF2F5;*/
	position: relative;
}
.category-page .image-full-2 {
	text-align: center;
	vertical-align: top;
	padding: 0px;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 100%;
	height: 400px;
	/*background: #EDF2F5;*/
	position: relative;
}
.category-page .image .image-box {
	margin: 0px auto;
	padding: 0px;
}
.category-page .details {
	overflow: hidden;
	position: relative;
	float: right;
	width: 227px;
}
.category-page .details .descr {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #8D9498;
	width: 198px;
}
.category-page .details .title {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 0px;
}
.category-page .details .title2 {
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5F6062;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 0px;
	width: 140px;
}
.category-page .details .title3 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 0px;
	width: 140px;
}
.category-page .details-2 {
	overflow: hidden;
	position: relative;
	float: right;
	width: 388px;
}
.category-page .details-2 .descr {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #8D9498;
}
.category-page .details-2 .title {
	font-family: Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
}
.category-page .details-2 .title .subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8D9498;
}
.category-page .details-2 .title2 {
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5F6062;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 0px;
	width: 140px;
}
.category-page .details-2 .title3 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 0px;
	width: 140px;
}
.category-page .product-subtitle {
	padding: 23px 0px 10px 10px;
}
.category-page .product-subtitle div {
	color:#8D9498;
	font-weight: bold;
	font-size: 14px;
	border: 0px none;
}
.category-page .product-subtitle div {
	color:#8D9498;
	font-weight: bold;
	font-size: 14px;
	border: 0px none;
}
.category-page .message {
	color: #b51a00;
}
.category-page .warning-message {
	color: red;
}
.category-page .customer-message {
	color: #b51a00;
	font-weight: bold;
}

/*
	product details page
*/
.product-details {
	position: relative;

}
.product-details .image {
	text-align: center;
	vertical-align: top;
	padding: 0px;
	float: left;
	margin: 0px 20px 5px 10px;
	width:450px;
	height:400px;
	/*background:#EDF2F5;*/
	position:relative;
}
.product-details .image .image-box {
	margin: 0px auto;
	padding: 0px;
}
.product-details .details {
	/*overflow:hidden;*/
	position:relative;
	width:236px;
	/*height:400px;*/
}

.product-details .details .additional-descr {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color:#5F6062 ;
	font-weight: bold;
	text-align: left;
}

.product-details .details .descr {
	padding: 0px;
	margin-top: 10px 0px 0px 0px;
	color:#8D9498;
}
.product-details .details .title {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #231F20;
letter-spacing: normal;
word-spacing: normal;
padding-left:10px;
padding-top:5px;
}
.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 0px;
	font-weight: bold;
	background: transparent url(images/save_money.gif) no-repeat;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.product-details .product-subtitle {
	padding: 12px 0px 10px 10px;
}
.product-details .product-subtitle div {
	color:#8D9498;
	font-weight: bold;
	font-size: 14px;
	border: 0px none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.product-details .message {
	color: #b51a00;
}
.product-details .warning-message {
	color: red;
}
.product-details .customer-message {
	color: #b51a00;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/* product properties table */
table.product-properties {
	margin: 0px;
	width:100%;
}
table.product-properties tr td {
	padding: 0px 10px 3px 10px;
}
table.product-properties .property-separator {
	padding:0px;
	height:1px;
	width:100%;
	border-bottom:1px solid #DCDDDE;
  line-height:8px;
}
table.product-properties .property-name {
	padding-right: 5px;
	white-space: nowrap;
	width: 30%;
}
table.product-properties .property-value {
	white-space: normal;
}
table.product-properties .property-value label{
  line-height:18px;
}
table.product-properties .product-price {
	color: #010101;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
table.product-properties .product-price-value {
	color: #5F6062;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
  white-space: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding:10px 0px 0px 0px;

}
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: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
table.product-properties .product-one-quantity {
	padding-left: 5px;
	font-size: 14px;
 font-family: "Lucida Sans Unicode", "Lucida Grande", 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: 0px;
}
.products .image {
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.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: #231F20;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.products a.product-title:hover {
}
.products a.product-title-t:link,
	.products a.product-title-t:visited,
	.products a.product-title-t:hover,
	.products a.product-title-t:active,
	.products .product-title-t,
	.product-details .product-title-t
{
	color: #231F20;
	font-weight: bold;
	font-size: 20px;
	padding-left:25px;
	background:url(images/customer/icon_text_ads_small.png) no-repeat left center;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.products .descr {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	color:#8D9498;
}
.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;
	color:#8D9498;
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.products .price-promo {
	font-weight: bold;
	color:#9BBC6D;
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.products .price-value {
	font-weight: bold;
	font-size: 16px;
	color: #5F6062;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
}
.products .price-save {
	padding: 0px;
	margin: 0px;
	color: #FF0804;
}
.products .taxes {
	margin-top: 15px;
	padding: 2px 2px 2px 70px;
}

.products .buy-now {
	margin: 10px 0px 0px 0px;
}
.products .buy-now-nomargin {
	margin: 0px;
}
.products .buy-now .quantity,
.products .buy-now-nomargin .quantity {
	height: 25px;
	white-space: nowrap;
	vertical-align: middle;
}
.products .buy-now .quantity-empty,
.products .buy-now-nomargin .quantity-empty {
	height: 25px;
}
.products .buy-now .quantity-title,
.products .buy-now-nomargin .quantity-title {
	width: 75px;
	padding-right: 16px;
}
.products .buy-now .quantity select,
.products .buy-now-nomargin .quantity select {
	vertical-align: middle;
}
.products .buy-now .out-of-stock,
.products .buy-now-nomargin .out-of-stock {
	white-space: nowrap;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.products .buy-now .prices,
.products .buy-now-nomargin .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-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;
}

/* list as list */
.products-list .item {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding:25px 30px 25px 0px;
}
.products-list .item-separator {
	border-bottom:1px solid #DCDDDE;
}
.products-list .image {
	position:relative;
	float:left;
	vertical-align: top;
	padding: 3px 20px 3px 10px;
	margin-right: auto;
}
.products-list .details {
	vertical-align: top;
	padding-left: 15px;
	border: 0px none;
	/*position: relative;*/
}
.products-list .descr {
  margin:0px 170px 0px 10px;
}
.products-list .price-buttons {
	position:relative;
	float:right;
	vertical-align: top;
	padding: 3px 0px 3px 10px;
	border: 0px none;
  width:150px;
}
.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: left;
	padding: 10px 10px 0px 20px;
	vertical-align: top;
}
.products-table .products-row td.product-cell {
	padding-top: 60px;
}
.products-table td.product-cell-price {
	padding-top: 15px;
	padding-bottom:30px;
}
.products-table .product-cell-descr {
	width:170px;
	padding-right:20px;
}
.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: 0px 0px 0px 0px;
}
.products-table .price-row {
	text-align: left;
}
.products-table .under-price-row {
	color:#231F20;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.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;
}

/*
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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 {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	width:100%;
	border-bottom: 1px solid #E9EAEA;
	display:block;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

/*	display: block;
	color: #8D9498;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #8D9498;*/
}
table.register-table td.data-name {
	text-align: right;
	font-weight: normal;
	width: 30%;
	color:#94A0A6;
}
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;
}

/*
	cart page
*/
.cart {
	margin-top:15px;
}
.cart .item {
	margin: 0px 0px 0px 0px;
	width:100%;
}
.cart .item td {

}
.cart .item .image {
	position: relative;
	padding: 3px 8px 3px 3px;
	height: 100%;
}
.cart .details {
	padding:10px 0px 0px 15px;
	margin-left: 138px;
	vertical-align: top;
	width: 85%;
}
.cart .item-totals {
	text-align:right;
	width:15%;
	padding-right:10px;
}
.cart a.product-title:link,
	.cart a.product-title:visited,
	.cart a.product-title:hover,
	.cart a.product-title:active,
	.cart .product-title
{
	text-decoration: none;
	color:#94A0A6;
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.cart .descr {
	padding:5px 0px 15px 0px;
}
.cart .poptions-title {
	
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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-row {
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
th.shipping-method {
	color: #112536;
	font-weight: bold;
	text-align: left;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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: 100%;
}
.totals td {
	padding: 0px;
}
.totals .total {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.totals .total-name {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.totals .total-value {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.checkout-totals .totals .total {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.checkout-totals .totals .total-name {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.checkout-totals .totals .total-value {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.totals .total-alt-value {
	white-space: nowrap;
	text-align: right;
}
.totals .total-line {
	height:	1px;
}
.totals .total-line img {
	background: black none;
	width: 100%;
	height: 1px;
}
.totals .total-taxes {
	font-weight: bold;
	text-align: right;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.totals .total-tax-line {
}
.totals .total-tax-line td {
	white-space: nowrap;
}
.totals .total-tax-name {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.totals .total-tax-value {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.checkout-totals .totals .total-tax-name {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.checkout-totals .totals .total-tax-value {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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;
	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;
}
.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 0px;
}
.help-index li.first-item {
	padding-top: 0px;
}

/*
	help / cvv2 page
*/
.help-cvv2-images {
	float: right;
	margin: 15px 5px 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/customer/icon_arrow_previous.jpg) 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/customer/icon_arrow_next.jpg) 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 #215485;
}
.images-viewer-icons a:hover {
	border: 1px solid #cccccc;
}
.images-viewer-icons img {
	margin: 1px;
	vertical-align: middle;
	border: 0px none;
}

/*
	Order invoice
*/
.order-coupon {
	color: #96AF6D;
	font-weight:bold;
}

.order-invoice {
	background: #ffffff none;
	width:460px;
}
.order-section{
	margin:15px 0px;
	font-size:12px;
}
.order-section .title {
	color:#231F20;
	font-weight:bold;
	padding:0px;
}
.order-section .value {
	color:#94A0A6;
}
.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 0px;
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.invoice-customer-notes div {
	border: 1px solid black;
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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: 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 {
	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
{
	display: none;
}
 
.error-page .subcontainer {
	text-align: left;
	width: 700px;
	margin: 32px auto 0px auto;
	position: relative;
	clear: both;
}
.error-page .code-number {
	font: normal 74px arial, sans-serif;
	color: #d8d8d8;
	width: 186px;
	float: left;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.error-page .description {
	font-family: verdana;
	width: 514px;
	float: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.error-page .description hr {
	margin: 10px 0px 15px 0px;
}
.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;
}

/* bestsellers products list */
ul.bestsellers-products-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.bestsellers-products-item li {
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/*
	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 0px;
	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 0px;
}
.creviews-reviews-title {
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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 0px;
}
.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 #215485;
}

/*
	discount coupons module
*/
.dcoupons-add-coupon {
	color: #112536;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
/* clear link */
.dcoupons-clear img {
	background: transparent url(images/delete_cross.gif) no-repeat;
	width: 8px;
	height: 8px;
	vertical-align: middle;
}

/*
	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 .line2 {
	height: 20px;
}
.flc-container #header .line3 {
	height: 15px;
}
.flc-container #content-container {
	margin-top: 75px;
}
.flc-container #header {
	height: 75px;
}
.flc-container #center {
}
.flc-container #center-main {
	margin: 0px 50px 0px 50px;
	text-align: left;
}

.flc-container-index #header .line2 {
	height: 20px;
}
.flc-container-index #header .line3 {
	height: 15px;
}
.flc-container-index #content-container {
	margin-top: 75px;
}
.flc-container-index #header {
	height: 75px;
}
.flc-container-index #center {
}
.flc-container-index #center-main {
	margin: 0px 22px 0px 50px;
	text-align: left;
}
/*.flc-cart #center-main {
	width:882px;
}*/
/*	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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: 30%;
	float: left;
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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;
}
.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: 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 {
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/*
	Checkout : last	step
*/
.flc-checkout-products {
	padding-bottom: 30px;
}
.flc-checkout-box-info {
	padding: 0px 0px 30px 0px;
}
.flc-checkout-box-info input {
	border-top:1px solid #C8C8C9;
	border-left:1px solid #C8C8C9;
	border-bottom:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	margin:0px 0px;
	color:#6B6F72;
	height:15px;
	padding-top:2px;
}
.flc-checkout-box-info select {
	border-top:1px solid #C8C8C9;
	border-left:1px solid #C8C8C9;
	border-bottom:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	margin:1px 0px;
	color:#6B6F72;
}
.flc-checkout-address-left {
	width: 300px;
	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;
	color:#94A0A6;
	padding-bottom:0px;
}
.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 tr td {
	font-size:12px;
}
.giftcert-table .giftcert-title {
	color: #b51a00;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.giftcert-table .data-name {
	text-align: left;
}
.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;
	font-size:14px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
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: 11px;
	line-height: normal;
}
table.data-table tr td.iv-box {
	font-size: 11px;
	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-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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.news-item-descr {
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/*
	'Note' box
*/
div.note-box {
	position: absolute;
	border: 1px solid black;
	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;
}
.poptions-exceptions-list {
	padding-bottom: 15px;
}

/* short options list */
.poptions-options-list {
	padding: 1px;
}
.poptions-options-list td {
	padding-right: 10px;
}

.save-option {
  color:#DB3737;
  font-size: 11px;
  font-weight: normal;
}

/*
	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;
}
ul.rproducts a:link,
	ul.rproducts a:visited,
	ul.rproducts a:hover,
	ul.rproducts a:active
{
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.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;
	font-family: helvetica, arial, verdana,	sans-serif;

}

/*
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.subscriptions-product-price-value {
	color: #b51a00;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

/*
	upselling products module
*/
.uproducts table {
	margin: 0px;
}
.uproducts td {
	padding: 5px;
	color: #043fa0;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.uproducts td.item-number {
	width: 1%;
}

/*
	ups online tools module
*/
.ups-logo {
	width: 84px;
	height: 96px;
	margin: 0px 5px 15px 5px;
}
.ups-logo-cell {
	margin: 25px 20px 5px 20px;
	text-align: center;
}
.ups-notice {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
table.ups-error tr td {
	padding: 1px;
}
.ups-error-name {
	width: 20%;
}

/*
	users online module
*/
/* users statistics box */
.uo-box {
	width: 100%;
	border-top: 1px solid #acb7c7;
	background-color: #e8edf4;
	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;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
#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 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;
}

/* 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: 74px;
}
.uo-container #footer {
	height: 74px;
}

.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;
}
.top-menu {
	background:url(images/customer/top_menu_bg.png) repeat-x;
	height:45px;
	padding:15px 5px 0px 5px;
}
.top-menu-free-listing2 {
	padding:0px 5px 0px 5px;
}
.top-menu-left {
	padding-left:8px;
	height:50px;
	background:url(images/customer/top_menu_left.png) no-repeat;
}
.top-menu-right {
	padding-right:12px;
	height:50px;
	background:url(images/customer/top_menu_right.png) no-repeat right;
}
/*********/
.menu-adv {
	margin-bottom: 5px;
}
.menu-adv .top {
	border: 0px none;
	border-top: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	color: #ffffff;
	background:white;
	font-size:6px;
	line-height:6px;
}
.menu-adv .top-left {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_top_left.png) no-repeat;
}
.menu-adv .top-right {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_top_right.png) no-repeat right;
	
}
.menu-adv .bottom {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 6px;
	white-space: nowrap;
	background:white;
}
.menu-adv .bottom-left {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left.png) no-repeat;
}
.menu-adv .bottom-right {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right.png) no-repeat right;
}
.menu-adv .border-left {
	border-left:1px solid #DCDDDE;
}
.menu-adv .content {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:white;
}
.menu-adv .bottom-gradient {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	background:url(images/customer/menu_bottom_gradient.png) repeat-x left top;
}
.menu-adv .bottom-left-gradient {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left_gr.png) no-repeat;
}
.menu-adv .bottom-right-gradient {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right_gr.png) no-repeat right;
}
.menu-adv .bottom-gradient2 {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	background:url(images/customer/menu_bottom_gradient.png) repeat-x left top;
}
.menu-adv .bottom-left-gradient2 {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left_gr.png) no-repeat;
}
.menu-adv .bottom-right-gradient2 {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right_gr.png) no-repeat right;
}
.menu-adv .bottom-gradient3 {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	background:url(images/customer/menu_bottom_gradient.png) repeat-x left top;
}
.menu-adv .bottom-left-gradient3 {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left_gr.png) no-repeat;
}
.menu-adv .bottom-right-gradient3 {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right_gr.png) no-repeat right;
}
.menu-adv .content-gradient {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:url(images/customer/menu_gradient.png) repeat-x left bottom;
}
.menu-adv .content-gradient2 {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:url(images/customer/menu_gradient2.gif) repeat-x left bottom;
}
.menu-adv .content-gradient3 {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:url(images/customer/gradient3.png) repeat-x left bottom;
}
/*************************************************/

/*********/
.menu-adv-2 {
	margin-bottom: 5px;
}
.menu-adv-2 .top {
	border: 0px none;
	height: 5px;
	white-space: nowrap;
	color: #ffffff;
	background:white;
	font-size:6px;
	line-height:6px;
}
.menu-adv-2 .top-left {
	padding-left:6px;
	height:6px;
}
.menu-adv-2 .top-right {
	padding-right:6px;
	height:6px;
}
.menu-adv-2 .bottom {
	border: 0px none;
	height: 6px;
	white-space: nowrap;
	background:white;
}
.menu-adv-2 .bottom-left {
	padding-left:6px;
	height:6px;
}
.menu-adv-2 .bottom-right {
	padding-right:6px;
	height:6px;
}
.menu-adv-2 .border-left {
}
.menu-adv-2 .content {
	padding:10px 15px 10px 15px;
	background:white;
}
.menu-adv-2 .bottom-gradient {
	border: 0px none;
	height: 5px;
	white-space: nowrap;
}
.menu-adv-2 .bottom-left-gradient {
	padding-left:6px;
	height:6px;
}
.menu-adv-2 .bottom-right-gradient {
	padding-right:6px;
	height:6px;
}
.menu-adv-2 .bottom-gradient2 {
	border: 0px none;
	height: 5px;
	white-space: nowrap;
}
.menu-adv-2 .bottom-left-gradient2 {
	padding-left:6px;
	height:6px;
}
.menu-adv-2 .bottom-right-gradient2 {
	padding-right:6px;
	height:6px;
}
.menu-adv-2 .bottom-gradient3 {
	border: 0px none;
	height: 5px;
	white-space: nowrap;
}
.menu-adv-2 .bottom-left-gradient3 {
	padding-left:6px;
	height:6px;
}
.menu-adv-2 .bottom-right-gradient3 {
	padding-right:6px;
	height:6px;
}
.menu-adv-2 .content-gradient {
	padding:10px 15px 10px 15px;
}
.menu-adv-2 .content-gradient2 {
	padding:10px 15px 10px 15px;
}
.menu-adv-2 .content-gradient3 {
	padding:10px 15px 10px 15px;
}
/********/

.freelisting {
	margin-bottom: 5px;
	margin-left:1px;
	position:relative;
	float:left;
}


.freelisting .top {
	border: 0px none;
	border-top: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	color: #ffffff;
	background:white;
	font-size:6px;
	line-height:6px;
}
.freelisting .top-left {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_top_left.png) no-repeat;
}
.freelisting .top-right {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_top_right.png) no-repeat right;
}
.freelisting .bottom {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 6px;
	white-space: nowrap;
	background:white;
}
.freelisting .bottom-left {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left.png) no-repeat;
}
.freelisting .bottom-right {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right.png) no-repeat right;
}
.freelisting .border-left {
	border-left:1px solid #DCDDDE;
}
.freelisting .content {
	padding:5px 15px 15px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:white;
}
.freelisting .content-offer-page {
	padding:5px 15px 15px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:#f1f5f7;/*#e3ebef;*/
} 


.freelisting .top-gradient {
	border: 0px none;
	border-top: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	background:#f1f5f7;/*url(images/customer/menu_bottom_gradient.png) repeat-x left top;*/
}

.freelisting .top-left-gradient {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_top_left_gr.png) no-repeat;
}
.freelisting .top-right-gradient {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_top_right_gr.png) no-repeat right;
	}



.freelisting .bottom-gradient {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	/*background:url(images/customer/menu_bottom_gradient.png) repeat-x left top;*/
	background:#f1f5f7;
}
.freelisting .bottom-left-gradient {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left_gr.png) no-repeat;
}
.freelisting .bottom-right-gradient {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right_gr.png) no-repeat right;
}
.freelisting .bottom-gradient2 {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	background:url(images/customer/menu_bottom_gradient.png) repeat-x left top;
}
.freelisting .bottom-left-gradient2 {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left_gr.png) no-repeat;
}
.freelisting .bottom-right-gradient2 {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right_gr.png) no-repeat right;
}
.freelisting .bottom-gradient3 {
	border: 0px none;
	border-bottom: #DCDDDE 1px solid;
	height: 5px;
	white-space: nowrap;
	background:url(images/customer/menu_bottom_gradient.png) repeat-x left top;
}
.freelisting .bottom-left-gradient3 {
	padding-left:6px;
	height:6px;
	background:url(images/customer/menu_bottom_left_gr.png) no-repeat;
}
.freelisting .bottom-right-gradient3 {
	padding-right:6px;
	height:6px;
	background:url(images/customer/menu_bottom_right_gr.png) no-repeat right;
}
.freelisting .content-gradient {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:url(images/customer/menu_gradient.png) repeat-x left bottom;
}
.freelisting .content-gradient2 {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:url(images/customer/menu_gradient2.gif) repeat-x left bottom;
}
.freelisting .content-gradient3 {
	padding:10px 15px 10px 15px;
	border-left:#DCDDDE 1px solid;
	border-right:#DCDDDE 1px solid;
	background:url(images/customer/gradient3.png) repeat-x left bottom;
}


/********/
.menu-adv-gradient .content-gradient {
	padding:24px 30px;
}
.menu-adv-contactus-inner {
	padding:14px 14px 10px 14px;
}
.menu-adv-feedback-inner {
	padding:2px 14px 10px 14px;
}
.no-padding .content {
	padding:0px;
}
.padding-right .content {
  padding:0px;
}
.no-padding .content-gradient2 {
	padding:0px;
}
.padding-right .content-gradient2 {
  padding:0px;
}
.start_site_indexing .content {
	min-height: 366px;
	height: 366px;
}
.menu-cart .top {
	border: 0px none;
	background:#231F20;
	height: 25px;
	line-height:25px;
	white-space: nowrap;
	color: #ffffff;
	font-weight:bold;
	font-size:13px;
	padding:0px 5px 0px 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.menu-cart .top-left {
	padding-left:5px;
	height:25px;
	background:url(images/customer/cart_left.png) no-repeat;
}
.menu-cart .top-right {
	padding-right:5px;
	height:25px;
	background:url(images/customer/cart_right.png) no-repeat right;
}
.menu-cart .bottom {
	border: 0px none;
	border-bottom: #231F20 1px solid;
	height: 11px;
	white-space: nowrap;
	line-height:11px;
	font-size:11px;
}
.menu-cart .bottom-left {
	padding-left:12px;
	height:12px;
	background:url(images/customer/category_bottom_left.png) no-repeat;
}
.menu-cart .bottom-right {
	padding-right:12px;
	height:12px;
	background:url(images/customer/category_bottom_right.png) no-repeat right;
}
.menu-cart .content {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-left:#231F20 1px solid;
	border-right:#231F20 1px solid;
	border-top:0px;
	border-bottom:1px solid transparent;
}
.menu-cart-title {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.cart-products-separator {
	border-bottom:1px solid #DCDDDE;
}
.cart-title {
	font-family: Arial;
	font-size: 23px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.search-title {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.menu-dop {
	margin-bottom: 5px;
	
}
.menu-dop .content {
	border: 0px none;
	border-top: #DCDDDE 1px solid;
	border-bottom:#DCDDDE 1px solid;
	height:39px;
	white-space: nowrap;
	color: black;
	padding-top:3px;
}
.menu-dop .content-left {
	padding-left:6px;
	height:44px;
	background:url(images/customer/dop_left.png) no-repeat;
}
.menu-dop .content-right {
	padding-right:6px;
	height:44px;
	background:url(images/customer/dop_right.png) no-repeat right;
}
.menu-dop_top {
	margin-bottom: 5px;
}
.menu-dop_top .content {
	border: 0px none;
	border-top: #DCDDDE 1px solid;
	border-bottom:#DCDDDE 1px solid;
	height:42px;
	white-space: nowrap;
	color: black;
}
.menu-dop_top .content-left {
	padding-left:6px;
	height:38px;
	background:url(images/customer/dop_left.png) no-repeat;
}
.menu-dop_top .content-right {
	padding-right:6px;
	height:38px;
	background:url(images/customer/dop_right.png) no-repeat right;
}




.menu-dop_descr {
	margin-bottom: 5px;
	
}
.menu-dop_descr .content {
	border: 0px none;
	border-top: #DCDDDE 1px solid;
	border-bottom:#DCDDDE 1px solid;
	height:42px;
	white-space: nowrap;
	color: black;
	padding-top:1px;
}
.menu-dop_descr .content-left {
	padding-left:6px;
	height:44px;
	background:url(images/customer/dop_left.png) no-repeat;
}
.menu-dop_descr .content-right {
	padding-right:6px;
	height:44px;
	background:url(images/customer/dop_right.png) no-repeat right;
}




dl.p-tabs {
width:100%;
overflow:hidden;
font-size:13px;
margin: 0;
margin-bottom: 0px;
/*zoom:1;*/
padding:1px 0px;
position:relative;
}

dl.p-tabs dt {
float:left;
line-height: 37px;
background:url(images/customer/tab_left.png) repeat-x bottom left;
height: 39px;
font-weight: bold;
position:relative;
left:0px;
cursor:pointer;
top: 0px;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
dl.p-tabs dt span.right {
font-size:14px;
line-height: 37px;
height: 39px;
background:url(images/customer/tab_right.png) no-repeat bottom right;
color:#8D9498;
font-weight: bold;
position:relative;
left:0px;
cursor:pointer;
text-align:center;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
width:100%;
display:block;
}
dl.p-tabs dt:hover span.right {
color: #ADBEC6;
}
dl.p-tabs dt.selected span.right {
background:url(images/customer/tab_right_hover.png) no-repeat bottom right;
color:#231F20;
}
dl.p-tabs dt.selected {
border-color:#8595b8;
background:url(images/customer/tab_left_hover.png) repeat-x bottom left;
height: 39px;
line-height: 37px;
top: 0px;
z-index:3;
cursor:text;
}
.no-padding {
	padding:0px;
}
.padding-right {
  padding-right:8px;
}
.checkout-title {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.checkout-step {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ACB9C0;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
/*checkout buttons*/
button.checkout-button {
	height:24px;
	width:146px;
}
button.checkout-button .button-right,
	button.checkout-button:hover .button-right
{
	background: transparent url(images/customer/ch_but1_right.png) no-repeat right top;
	height:24px;
	padding:0px 5px 0px 0px;
}
button.checkout-button .button-left,
	button.checkout-button:hover .button-left
{
	background: transparent url(images/customer/ch_but1_left.png) no-repeat left top;
	color: #ACB9C0;
	height:24px;
	padding:0px 15px 0px 20px;
	line-height:19px;
	font-size:12px;
}
div.checkout-button,
	div.checkout-button:hover
{
	background: transparent url(images/customer/ch_but1_right.png) no-repeat right top;
	height:24px;
	padding:0px 5px 0px 0px;
	text-align:center;
	width:130px;
}
div.checkout-button div,
	div.checkout-button a:link,
	div.checkout-button a:visited,
	div.checkout-button a:hover,
	div.checkout-button a:active,
	div.checkout-button:hover div,
	div.checkout-button:hover a:link,
	div.checkout-button:hover a:visited,
	div.checkout-button:hover a:hover,
	div.checkout-button:hover a:active
{
	background: transparent url(images/customer/ch_but1_left.png) no-repeat left top;
	color: #ACB9C0;
	height:24px;
	padding:0px 15px 0px 20px;
	line-height:19px;
	font-size:12px;
 
}
button.checkout-select-button {
	height:24px;
	width:146px;
}
button.checkout-select-button .button-right,
	button.checkout-select-button:hover .button-right
{
	background: transparent url(images/customer/ch_but2_right.png) no-repeat right top;
	height:24px;
	padding:0px 8px 0px 0px;
}
button.checkout-select-button .button-left,
	button.checkout-select-button:hover .button-left
{
	background: transparent url(images/customer/ch_but2_left.png) no-repeat left top;
	color: white;
	height:24px;
	padding:0px 15px 0px 20px;
	line-height:19px;
	font-size:12px;
}
div.checkout-select-button,
	div.checkout-select-button:hover
{
	background: transparent url(images/customer/ch_but2_right.png) no-repeat right top;
	height:24px;
	padding:0px 8px 0px 0px;
	text-align:center;
	width:127px;
}
div.checkout-select-button div,
	div.checkout-select-button a:link,
	div.checkout-select-button a:visited,
	div.checkout-select-button a:hover,
	div.checkout-select-button a:active,
	div.checkout-select-button:hover div,
	div.checkout-select-button:hover a:link,
	div.checkout-select-button:hover a:visited,
	div.checkout-select-button:hover a:hover,
	div.checkout-select-button:hover a:active
{
	background: transparent url(images/customer/ch_but2_left.png) no-repeat left top;
	color: white;
	height:24px;
	padding:0px 15px 0px 20px;
	line-height:19px;
	font-size:12px;
}
button.checkout-before-button {
	height:24px;
	width:146px;
}
button.checkout-before-button .button-right,
	button.checkout-before-button:hover .button-right
{
	background: transparent url(images/customer/ch_but1_right.png) no-repeat right top;
	height:24px;
	padding:0px 5px 0px 0px;
}
button.checkout-before-button .button-left,
	button.checkout-before-button:hover .button-left
{
	background: transparent url(images/customer/ch_but1_left.png) no-repeat left top;
	color: #97CE51;
	height:24px;
	padding:0px 15px 0px 20px;
	line-height:19px;
	font-size:12px;
}
div.checkout-before-button,
	div.checkout-before-button:hover
{
	background: transparent url(images/customer/ch_but1_right.png) no-repeat right top;
	height:24px;
	padding:0px 5px 0px 0px;
	width:130px;
	text-align:center;
}
div.checkout-before-button div,
	div.checkout-before-button a:link,
	div.checkout-before-button a:visited,
	div.checkout-before-button a:hover,
	div.checkout-before-button a:active,
	div.checkout-before-button:hover div,
	div.checkout-before-button:hover a:link,
	div.checkout-before-button:hover a:visited,
	div.checkout-before-button:hover a:hover,
	div.checkout-before-button:hover a:active
{
	background: transparent url(images/customer/ch_but1_left.png) no-repeat left top;
	color: #97CE51;
	height:24px;
	padding:0px 15px 0px 20px;
	line-height:19px;
	font-size:12px;
}
.product-descr .title {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding:0px 0px 10px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.product-descr .big-image{
	width:100%;
	height:270px;
	/*background:#E3EBEF;*/
}
.product-descr .descr {
	padding: 0px 0px 10px 0px;
	color:#8D9498;
}
.product-descr .descr_top { 
	padding: 0px 0px 15px 0px;
	color:#8D9498;
	width:95%;
	padding-left:18px;
}
.product-descr .small-title {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding:5px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.product-descr .small-image{
	width:226px;
	height:126px;
	background:#E3EBEF;
}
.top-margin{
	margin-top:2px;
}

.descr_small td{
padding:0px 30px 5px 0px;
}
input {
	
}
div.cart-total {
	padding-right:10px;
}
span.cart-total {
	WORD-SPACING: normal;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.cart-total .price {
	font-size:16px;
}

.subheader-call_notes {
	background: url(images/customer/icon_call_notes.png) no-repeat left 13px;
	padding-left:30px;
}

span.field-error{
	color: red;
background: url(images/customer/error-field.gif) no-repeat left 2px;
padding-left: 16px;
}

input.field-error{
	border: 1px red solid;
}

.call-rep-select{
	margin: 0px;
	padding: 0px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
max-width: 50px;
}

.rep-title {
	font-size:12px;
	font-weight:bold;
	color:#231F20;
	padding:0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.rep-subheader {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
}
.rep-header {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 0px 15px;
	border: 0px none;
	background:url(images/customer/arrow_right.gif) no-repeat 0px 15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.rep-search-box {
	width: 440px;
	height: 120px;
	overflow: auto;
	border: 1px solid #DFDFDF;
	padding:5px;
	margin:0px;
	margin-top:15px;
}
.rep-search-query {
	color:#A9A5A4;
	font-weight:normal;
}
.rep-search-table {
	width:100%;
}
.rep-search-table tr td{
	padding:8px 4px;
}
.rep-search-table tr.selected {
	background:#EDFAFB;
}
.rep-search-table .number {
	color:#5F6062;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.rep-search-table .name {
	color:#231F20;
}
.rep-search-table .address {
	color:#A9A5A4;
}
.rep-search-table .select {
	color:#231F20;
	cursor:pointer;
}
.rep-separator {
	margin:10px 0px;
	height:1px;
	background:#E5E5E5;
	border:0 none;
	width:100%;
}

.rep-reg-table .field {
	color:#839096;
	padding-bottom:3px;
}
.rep-reg-table .value1, .rep-reg-table .value1 select {
	color:#5f6062;
}
.rep-reg-table .value2 {
	color:#ADBEC6;
}
.rep-email-table {
	margin-top:10px;
}
.rep-email-table .label {
	color:#849197;
	font-weight:bold;
	margin-bottom:5px;
	font-size:12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.rep-email-table .email {
	color:#5f6062;
	font-size:12px;
}
.rep-email-table tr td {
	vertical-align:top;
	padding-bottom:10px;
	font-size:12px;
}

.search-box-name{
	color:##231F20;
	font-size:11px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.search-box-address{
	color:#A9A5A4;
	font-size:11px;
}
.search-box-url{
	color:#5F6062;
	font-size:10px;
}

#left-side .side-bg {
	position:relative;
	float:left;
	background:url(images/customer/side_bg.png) repeat-x;
	height:476px;
	width:22px;
}
#right-side .side-bg {
	position:relative;
	float:right;
	background:url(images/customer/side_bg.png) repeat-x;
	height:476px;
	width:22px;
}
#right-side-index .side-bg {
	position:relative;
	float:right;
	background:url(images/customer/side_bg.png) repeat-x;
	height:476px;
	width:22px;
}
#left-side .right {
	width:18px;
	height:476px;
	position:relative;
	float:right;
	background:url(images/customer/left_side.png) no-repeat;
}
#right-side .left {
	width:18px;
	height:476px;
	position:relative;
	float:left;
	background:url(images/customer/right_side.png) no-repeat;
}
#left-side-small .side-bg {
	position:relative;
	float:left;
	background:url(images/customer/side_bg_small.png) repeat-x;
	height:60px;
	width:22px;
}
#right-side-small .side-bg {
	position:relative;
	float:right;
	background:url(images/customer/side_bg_small.png) repeat-x;
	height:60px;
	width:22px;
}
#left-side-small .right {
	width:18px;
	height:60px;
	position:relative;
	float:right;
	background:url(images/customer/left_side_small.png) no-repeat;
}
#right-side-small .left {
	width:18px;
	height:60px;
	position:relative;
	float:left;
	background:url(images/customer/right_side_small.png) no-repeat;
}
.order-message {
	border-bottom:1px solid #DCDDDE;
	overflow:hidden;
	margin-right:5px;
}
.order-message .title {
	margin: 0px 0px 10px 0px;
	color: #231F20;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.order-data-products {
	border:0 none;
	width:100%;
}
.order-data-products td {
	font-size:12px;
}
.order-data-products td.discount {
	color:#95B25E;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.lowercase {
	text-transform:lowercase;
}
.checkout-verify {
	color:#8d9498;
	font-size:12px;
}
.left-block {
	position:relative;
	float:left;
}
.right-block {
	position:relative;
	float:right;
}
.double-block {
	position:relative;
	overflow:hidden;
}
.contactus-table tr td {
	padding:8px 20px 8px 0px;
}
.contactus-left-block {
	width:294px;
}
.contactus-left-block h1 {
	color: #231F20;
	margin: 0px 10px 0px 10px;
	font-size: 19px;
	padding:20px 0px 12px 20px;
	background:url(images/customer/arrow_right1.gif) no-repeat 5px 26px;
}
.contactus-left-block .text-block {
	padding:0px 10px 5px 30px;
	color:#8D9498;
	font-size:12px;
}
.contactus-left-block div.separator {
	background:#E9E9EA;
	height:1px;
	width:100%;
	border:0 none;
	margin:0px 0px 0px 0px;
}
.contactus-left-block div.section {
	padding:10px;
}
.contactus-left-block .subtitle {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top:5px;
}
.contactus-left-block .value {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	padding:5px 0px 0px 20px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.contactus-bottom {
 background:url(images/customer/images_store_contactus_call.jpg) no-repeat;
 height:78px; 
}
.contactus-email {
 background:url(images/customer/images_store_contactus_email.jpg) no-repeat;
 height:77px; 
}
.contactus-skype {
 background:url(images/customer/images_store_contactus_skype.jpg) no-repeat;
 height:77px; 
}
.text-ads-header {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding:0px 0px 0px 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.text-ads-data tr td {
	padding:15px 15px;
}
.text-ads-data .pic {
	padding:5px 0px ;
}
.text-ads-data .title {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding:0px 0px 10px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.text-ads-data .descr {
	color:#8D9498;
	padding:0px 0px 10px 0px;
	height:100px;

}
.text-ads-data .descr ul {
	padding:0px 0px 0px 10px;
	margin:0px;
}
.text-ads-data .descr ul li{
	font-size:12px;
	font-weight:bold;
	padding:2px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.text-ads-data tr td.separator {
	padding:0px;
	border-right:1px solid #E3EBEF;
	width:1px;
}
.web-listings-data tr td {
	padding:15px 15px;
}
.web-listings-data .title {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding:0px 0px 10px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.web-listings-data .descr {
	color:#8D9498;
	padding:0px 0px 10px 0px;
	height:70px;
}
.web-listings-data .descr ul {
	padding:0px 0px 0px 10px;
	margin:0px;
}
.web-listings-data .descr ul li{
	font-size:12px;
	font-weight:bold;
	padding:2px 0px;
}
.web-listings-data tr td.separator {
	padding:0px;
	border-right:1px solid #E3EBEF;
	width:1px;
}

	a.search-results-link:link,	
	a.search-results-link:visited
{
	WORD-SPACING: normal;
	COLOR: #9eacb5;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-right:20px;
	text-transform:lowercase;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.search-results-link:hover,
a.search-results-link:active,
a.search-results-link.selected
 {
	color:#CDD5D8;
}

a.text-ads-link-selected:hover,
	a.text-ads-link-selected:link,
	a.text-ads-link-selected:active,
	a.text-ads-link-selected:visited
{
	WORD-SPACING: normal;
	COLOR: #CDD5D8;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-right:30px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.text-ads-link:hover,
	a.text-ads-link:link,
	a.text-ads-link:active,
	a.text-ads-link:visited
{
	WORD-SPACING: normal;
	COLOR: #9eacb5;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-right:30px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.text-ads-link:hover {
	color:#CDD5D8;
}
.text-ads-separator {
	height:1px;
	border:0px none;
	background:#E8E9EA;
	width:100%;
	margin:20px 0px;
}
.faq-block .question {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	background:url(images/customer/icon_question.png) no-repeat 0px 11px;
	padding:10px 0px 5px 20px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.faq-block .answer {
	color:#8D9498;
	font-size:12px;
	background:url(images/customer/icon_answer.png) no-repeat 0px 7px;
	padding:10px 0px 0px 20px;
}
.test-block .head {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.test-block .name {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	padding:0px 0px 0px 20px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.test-block .descr {
	color:#8D9498;
	font-size:12px;
	background:url(images/customer/arrow_right1.gif) no-repeat 0px 11px;
	padding:8px 20px 0px 20px;
}
.test-block .head-descr {
	margin-bottom: 5px;
	color:#94A0A6;
}

.myaccount-toolbar {
	width:100%;
	background:#EBF8FD;
	border-top:1px solid #90D3F0;
	border-bottom:1px solid #90D3F0;
	height:81px;
	margin:10px 0px;
	vertical-align:bottom;
}
.myaccount-toolbar-other {
	background:#F3F6F8;
	border-top:1px solid #D3DADD;
	border-bottom:1px solid #D3DADD;
}
.myaccount-toolbar ul {
	width:100%;
	overflow:visible;
	font-size:13px;
	margin: 0;
	margin-bottom: 30px;
	/*zoom:1;*/
	padding:1px 0px;
	position:relative;
	list-style:none;
}
.myaccount-toolbar ul li {
	padding-top:5px;
	text-align:center;
	width:130px;
	float:left;
	height: 81px;
	font-weight: bold;
	position:relative;
	left:0px;
	cursor:pointer;
	margin:0px 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.myaccount-toolbar ul li .content {
	padding-top:10px;
}
.myaccount-toolbar ul li .content .link{
	padding-top:8px;
	font-size:13px;
	font-weight:bold;
	color:#231F20;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
}
.myaccount-toolbar ul li.selected .content .link{
	color:#7B858D;
}
.myaccount-toolbar ul li.selected {
	height:76px;
	background:url(images/customer/mtab_left.png) repeat-x left bottom;
	margin-right:7px;
}
.myaccount-toolbar ul li.selected div.selected-right {
	height:76px;
	background:url(images/customer/mtab_right.png) no-repeat right bottom;
}
.myaccount-body {
	padding:0px 30px;
}
.myaccount-table tr th {
	border-bottom:1px solid #DFE2E4;
	height:29px;
	vertical-align:middle;
	color:#7B858D;
	padding-right:10px;
	font-size:12px;
	text-align:left;
}
.myaccount-table tr td input {
	margin-right:5px;
	margin-left:5px;
}
.myaccount-table tr td {
	border-bottom:1px solid #DFE2E4;
	height:29px;
	vertical-align:middle;
	color:#7B858D;
	padding-right:10px;
	font-size:12px;
	text-align:left;
}
.status-cancel {
	color:red;
}
.status-active {
	color:#5F6062;
}
.status-queued {
	color:#231F20;
}
.myaccount-table tr td.status-cancel {
	color:red;
}
.myaccount-table tr td.status-active {
	color:#5F6062;
}
.myaccount-table tr th {
	text-align:left;
}
.myaccount-table tr.total td {
	border:0px none;
}
.myaccount-table tr td.total {
	text-align:right;
}
.myaccount-table tr th.total {
	text-align:right;
}
.myaccount-table tr.selected {
	background:#ebf8fd;
}
.myaccount-table tr.bottom td {
	padding-top:10px;
	border:0px;
}
.myaccount-table tr td.status {
	text-align:right;
}
.myaccount-table tr th.status {
	text-align:right;
}
.myaccount-table tr td.status .red {
	color:#DF686A;
}
.myaccount-table tr td.status .blue {
	color:#231F20;
}
.font-12 tr td {
	font-size:12px;
}
.myaccount-header {
	font-size:24px;
	font-weight:bold;
	color:#7B858D;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-top-right {
	width:270px;
	text-align:left;
	margin-left:50px;
}
.myaccount-top-left {
	width:520px;
	padding-left:20px;
	text-align:left;
}
.myaccount-bottom {
	min-height:20px;
	background:url(images/customer/myaccount_bottom_bg.png) repeat-x;
	border-top:1px solid #DFE2E4;
	padding-top:30px;
	margin-bottom:20px;
}
.myaccount-bottom-empty {
	height:20px;
	background:url(images/customer/myaccount_bottom_bg.png) repeat-x;
	border-top:1px solid #DFE2E4;
	margin-bottom:20px;
}
.myaccount-bottom-left {
	padding-left:30px;
	width:300px;
	text-align:left;
}
.myaccount-bottom-right {
	width:500px;
	text-align:left;
}
.myaccount-balance {
	font-size:30px;
	font-weight:bold;
	color:#7B858D;
	padding:8px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-title-small {
	font-size:14px;
	font-weight:bold;
	color:#7B858D;
	padding:3px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-url {
	font-size:12px;
	font-weight:bold;
	color:#7B858D;
	padding:10px 0px 10px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-url a {
	font-weight:normal;
}
.myaccount-title-middle {
	font-size:16px;
	font-weight:bold;
	color:#7B858D;
	padding:3px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-title {
	font-size:24px;
	font-weight:bold;
	color:#7B858D;
	padding:3px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-title .arrow {
	padding-left:18px;
	background:url(images/customer/icon_arrow_right.png) no-repeat left 5px;
}
.myaccount-bottom .myaccount-title-small {
	font-size:16px;
}
.myaccount-bottom div.section{
	color:#7B858D;
	font-size:12px;
	line-height:14px;
	padding-top:10px;
}
.settings-menu-table {
	border-top:1px solid #DFE2E4;
}
.settings-menu-table tr td {
	border-bottom:1px solid #DFE2E4;
	height:29px;
	vertical-align:middle;
	color:#7B858D;
	font-size:12px;
}
.settings-menu-table tr td.title {
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.sales-orders-table {
}
.sales-orders-table tr td {
	border-bottom:1px solid #DFE2E4;
	height:29px;
	vertical-align:middle;
	color:#7B858D;
	padding-right:10px;
}
.sales-orders-table tr td.total {
	text-align:right;
}
.sales-orders-table tr.selected {
	background:#EBF8FD;
}
.sales-orders-left {
	width:540px;
}
.sales-orders-right {
	width:270px;
	margin-left:50px;
}
.empty-sales-orders-left {
	width:440px;
}
.empty-sales-orders-right {
	width:370px;
	margin-right:40px;
}
.myaccount-center {
	padding-left:20px;
}
.subscription-payment-section {
	padding:10px 0px;
	border-top:1px solid #DFE2E4;
	border-bottom:1px solid #DFE2E4;
	margin:5px 20px 10px 0px;
}
.subscription-payment-section .payment {
	padding:5px 0px;
}
.subscription-payment-section .title {
	font-size:14px;
	font-weight:bold;
	color:#7B858D;
	padding:3px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.subscription-payment-section .date {
	font-size:14px;
	color:#231F20;
}
.subscription-payment-section .price {
	font-size:14px;
	font-weight:bold;
	color:#7B858D;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.web-listings-left {
	width:400px;
}
.web-listings-right {
	width:400px;
	text-align:left;
	padding-right:20px;
}
.other-service-right {
	width:400px;
	text-align:left;
	padding-right:10px;
}
.text-ads-left {
	width:540px;
}
.text-ads-right {
	width:270px;
	margin-left:50px;
}
.text-ads-table {
}
.text-ads-table tr td {
	border-bottom:1px solid #DFE2E4;
	height:29px;
	vertical-align:middle;
	color:#7B858D;
	padding-right:10px;
}
.text-ads-table tr td.status {
	text-align:right;
}
.text-ads-table tr.total td {
	color:#9DD15D;
	border:0 none;
}
.text-ads-table tr.selected {
	background:#EBF8FD;
}
.orders-history-search {
	width:100%;
	background:#EBF8FD;
	border-top:1px solid #90D3F0;
	border-bottom:1px solid #90D3F0;
	height:30px;
	margin:10px 0px;
	vertical-align:middle;
	padding:5px 0px;
}
.orders-history-search a {
	font-size:12px;
}
.orders-history-search .myaccount-title-small {
	font-size:16px;
	vertical-align:middle;
}
.orders-history-search select {
	color:#7B858D;
	font-weight:bold;
	margin:0px 5px 0px 5px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.order-support-table {
}
.order-support-table tr td {
	border-bottom:1px solid #DFE2E4;
	height:29px;
	vertical-align:middle;
	color:#7B858D;
	padding-right:10px;
}
.order-support-table tr td.status {
	text-align:right;
}
.order-support-table tr.selected {
	background:#EBF8FD;
}
.horz-textads-section {
	margin:15px 0px;
}
.horz-textads-section .title-section {
	background:#EBF8FD url(images/customer/icon_arrow_down1.png) no-repeat 3px 11px;
	border-top:1px solid #D5DDE1;
	border-bottom:1px solid #D5DDE1;
	vertical-align:middle;
	padding-top:7px;
	padding-left:20px;
	height:23px;
}
.horz-textads-section .down {
	background:#EBF8FD url(images/customer/icon_arrow_right1.png) no-repeat 3px 11px;
}
.horz-textads-section .content-section {
	padding:10px 0px 0px 20px;
	color:#94A0A6;
}
.horz-textads-section .preview-section {
	padding:0px 0px 0px 20px;
	border-left:1px solid #DFE2E3;
	width:250px;
}
.horz-textads-section .preview-horizontal-section {
	margin-left:-30px;
	padding:10px 20px 10px 30px;
	border:0px none;
	width:100%;
	background:#E9F6FC;
}
.horz-textads-section .keywords-section {
	padding:20px 0px 20px 0px;
	border-top:1px solid #DFE2E3;
	border-bottom:1px solid #DFE2E3;
	margin-bottom:10px;
	font-size:12px;
}
.horz-textads-section .keywords-section div {
	font-size:12px;
}
.horz-textads-section .keywords-section .keyword {
	padding:2px 0px;
	font-weight:bold;
	color:#94A0A6;
	font-size:12px;
}
.horz-textads-section .content-section a:link,
.horz-textads-section .content-section a:visited,
.horz-textads-section .content-section a:hover,
.horz-textads-section .content-section a:active {
	color:#B1DA7D;
	text-decoration:none;
	font-size:12px;
}
.horz-textads-section .content-section .title {
	color:#231F20;
	font-size:17px;
	font-weight:bold;
	padding:5px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.horz-textads-section .bottom-section {
	border:1px solid #D5DDE1;
	padding:10px 0px 10px 20px;
	margin:10px 0px 30px 0px;
}
.horz-textads-section .bottom-section .links {
	font-size:12px;
}
.horz-textads-section .bottom-section .links ul li{
	font-size:12px;
	padding-bottom:4px;
}
.horz-textads-section .bottom-section .status{
	margin-right:30px;
	font-size:14px;
	font-weight:bold;
	color:#7B858D;
	padding:3px 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.horz-textads-section .bottom-section .status select {
	font-size:12px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.myaccount-separator {
	width:100%;
	border:0 none;
	height:1px;
	background:#E7E9EA;
	margin:10px 0px;
}
.edit-link {
	font-size:12px;
}
.order-details-table tr td {
	vertical-align:top;
	font-size:12px;
	color:#7B858D;
	padding-bottom:8px;
}
.order-details-table .order-number,
	.order-details-table .order-total {
	font-size:16px;
	font-weight:bold;
	color:#7B858D;
	padding-bottom:10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.order-details-table .title {
	font-size:12px;
	font-weight:bold;
	color:#231F20;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.keywords-search-div {
	border-top:1px solid #BFC0C1;
	border-left:1px solid #BFC0C1;
	border-right:1px solid #DFDFE0;
	border-bottom:1px solid #DFDFE0;
	width:100%;
	height:250px;
	overflow-y:scroll;
}
.keywords-search-div div {
	padding:5px 5px;
	color:#7B858D;
	font-size:12px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.banner {
	padding-left:10px;
}
.top-receipt-site {
	color:#88C63F;
	font-size:11px;
	font-weight:bold;
	font-family: verdana;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.top-receipt {
	color:#8C9497;
	font-size:11px;
	font-family: verdana;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.comment-window .title {
	height:11px;
	padding:7px 5px;
	border:1px solid #C8C7C7;
	border-bottom:0px none;
	background:#F3F5F7;
	font-size:11px;
	font-weight:bold;
	color:#94A0A6;
}
.comment-window .content {
	border:1px solid #C8C7C7;
	width:100%;
	height:100px;
	overflow-y:scroll;
}
.comment-window .content .sec {
	padding:4px 4px 1px 4px;
	color:#94A0A6;
}
.comment-window .content .sec-selected {
	padding:4px 4px 1px 4px;
	color:#94A0A6;
}
.comment-window .content .sec .message {
	margin:16px 0px 0px 8px;
	color:#94A0A6;
}
div.comment-header-1 div {
	display: block;
	background: transparent url(images/customer/comment_header1_left.gif) no-repeat left top;
	padding: 0px 8px 0px 8px;
	line-height: 12px;
	white-space: nowrap;
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	outline-style: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
}
div.comment-header-1 {
	border: 0px none;
	background: transparent none;
	cursor: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/comment_header1_right.gif) no-repeat right top;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	width: 96.5%;
}
div.comment-header-2 div {
	display: block;
	background: transparent url(images/customer/comment_header2_left.gif) no-repeat left top;
	padding: 0px 8px 0px 8px;
	line-height: 12px;
	white-space: nowrap;
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	outline-style: none;
	color: #8D959B;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
}
div.comment-header-2 {
	border: 0px none;
	background: transparent none;
	cursor: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/comment_header2_right.gif) no-repeat right top;
	float: left;
	color: #8D959B;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	width: 96.5%;
}
.call-window .title {
	height:11px;
	padding:7px 5px;
	border:1px solid #C8C7C7;
	border-bottom:0px none;
	background:#F3F5F7;
	font-size:11px;
	font-weight:bold;
	color:#94A0A6;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.call-window .content {
	border:1px solid #C8C7C7;
	height:192px;
	overflow-y:scroll;
}
.call-window .content .sec {
	background: url(images/customer/icon_pencil.gif) no-repeat 5px 8px;
	padding:5px 5px 5px 20px;
	color:#94A0A6;
}
.call-window .content .sec-selected {
	background: #F5F7F8 url(images/customer/icon_pencil.gif) no-repeat 5px 8px;
	padding:5px 5px 5px 20px;
	color:#94A0A6;
}
.call-window .content .sec .message {
	margin:5px 0px 0px 0px;
	color:#94A0A6;
}
div.rep-button,
	div.rep-button:hover {
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	margin: 0px 8px 0px 0px;
	padding: 0px 8px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/but_rep_right.gif) no-repeat right top;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	font-family:	Arial;

}
div.rep-button div,
	div.rep-button a:link,
	div.rep-button a:visited,
	div.rep-button a:hover,
	div.rep-button a:active,
	div.rep-button:hover div,
	div.rep-button:hover a:link,
	div.rep-button:hover a:visited,
	div.rep-button:hover a:hover,
	div.rep-button:hover a:active
{
	display: block;
	background: transparent url(images/customer/but_rep_left.gif) no-repeat left top;
	padding: 0px 5px 0px 15px;
	line-height: 17px;
	white-space: nowrap;
	font-family: helvetica, arial, verdana,	sans-serif;
	text-decoration: none;
	outline-style: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	font-family:helvetica, arial, verdana,	sans-serif;

}
div.rep-button-2,
	div.rep-button-2:hover {
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	margin: 0px 8px 0px 0px;
	padding: 0px 8px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/but_rep2_right.gif) no-repeat right top;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	font-family: helvetica, arial, verdana,	sans-serif;

}
div.rep-button-2 div,
	div.rep-button-2 a:link,
	div.rep-button-2 a:visited,
	div.rep-button-2 a:hover,
	div.rep-button-2 a:active,
	div.rep-button-2:hover div,
	div.rep-button-2:hover a:link,
	div.rep-button-2:hover a:visited,
	div.rep-button-2:hover a:hover,
	div.rep-button-2:hover a:active
{
	display: block;
	background: transparent url(images/customer/but_rep2_left.gif) no-repeat left top;
	padding: 0px 5px 0px 15px;
	line-height: 17px;
	white-space: nowrap;
	text-decoration: none;
	outline-style: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	font-family:	helvetica, arial, verdana,	sans-serif;

}
div.rep-button-3,
	div.rep-button-3:hover {
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/but_rep3_right.gif) no-repeat right top;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	width:70px;
	font-family: helvetica, arial, verdana,	sans-serif;

}
div.rep-button-3 div,
	div.rep-button-3 a:link,
	div.rep-button-3 a:visited,
	div.rep-button-3 a:hover,
	div.rep-button-3 a:active,
	div.rep-button-3:hover div,
	div.rep-button-3:hover a:link,
	div.rep-button-3:hover a:visited,
	div.rep-button-3:hover a:hover,
	div.rep-button-3:hover a:active
{
	display: block;
	background: transparent url(images/customer/but_rep3_left.gif) no-repeat left top;
	padding: 0px 5px 0px 10px;
	line-height: 12px;
	white-space: nowrap;
	/*font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;*/
 
	text-decoration: none;
	outline-style: none;
	color: white;
	font-weight: bold;
	font-family:	helvetica, arial, verdana,	sans-serif;

	font-size: 11px;
	height: 12px;
}
div.rep-button-4,
	div.rep-button-4:hover {
	border: 0px none;
	background: transparent none;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	white-space: nowrap;
	background: transparent url(images/customer/but_rep4_right.gif) no-repeat right top;
	float: left;
	color: #94A0A6;
	font-weight: bold;
	font-family: helvetica, arial, verdana,	sans-serif;

	font-size: 11px;
	height: 12px;
	line-height: 12px;
	width:70px;
}
div.rep-button-4 div,
	div.rep-button-4 a:link,
	div.rep-button-4 a:visited,
	div.rep-button-4 a:hover,
	div.rep-button-4 a:active,
	div.rep-button-4:hover div,
	div.rep-button-4:hover a:link,
	div.rep-button-4:hover a:visited,
	div.rep-button-4:hover a:hover,
	div.rep-button-4:hover a:active
{
	display: block;
	background: transparent url(images/customer/but_rep4_left.gif) no-repeat left top;
	padding: 0px 10px 0px 10px;
	line-height: 12px;
	white-space: nowrap;
	/*font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;*/
	
	text-decoration: none;
	outline-style: none;
	color: #94A0A6;
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	font-family: helvetica, arial, verdana,	sans-serif;

}
.sales-bg {
	background:url(images/customer/sales_bg.gif) repeat-x left top;
}
.stat-sales-table tr td {
	text-align:center;
	color:#94A0A6;
	width:50%;
}
.sales-stat-up {
	color:#97CE51;
	font-size:18px;
	padding:10px 0px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.sales-stat-down {
	color:#C40000;
	font-size:18px;
	padding:10px 0px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.sales-todays-table {
	width:100%;
}
.sales-todays-table tr th {
	font-weight:bold;
	color:#94A0A6;
	border-bottom:1px solid #F0F1F1;
	padding:3px 3px 7px 3px;
	margin-bottom:5px;
	text-align:left;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.sales-todays-table tr.first td {
	padding-top:9px;
}
.sales-todays-table tr td {
	color:#94A0A6;
	padding:3px;
	text-align:left;
}
.sales-todays-table tr td.total,
 .sales-todays-table tr th.total{
	text-align:right;
}
.sales-todays-table tr td.commiss {
	color:#B2DA80;
	text-align:right;
}
.web-listin-tip {
	padding:10px 10px 40px 10px;
	background:#EBF8FD;
	border-top:1px solid #ABE1F5;
	border-bottom:1px solid #ABE1F5;
	color:#7B858D;
}
.web-listin-tip .title {
	color:#7B858D;
	font-weight:bold;
	font-size:16px;
	padding-bottom:20px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.web-listing-details {
	padding:20px;
	background:#EBF8FD;
	width:800px;
}
.web-listing-details .descr {
	margin:10px 0px 10px 20px;
	width:485px;
	border-bottom:1px solid #CFDBE1;
	padding-bottom:15px;
}
.web-listing-details .descr tr td {
	color:#7B858D;
	font-size:12px;
}
.web-listing-details .descr .title {
	color:#231F20;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.blue {
	color:#231F20;
}
.green {
	color:#5F6062;
}
.red {
	color:#DF686A;
}
.past-due {
	color:#D53124;
	padding-left:10px;
}
.quote-menu {
	width:100%;
}
.quote-menu .left {
	height:73px;
	width:6px;
	border:0px;
	background: url(images/customer/quote_menu_left.jpg) top left no-repeat;
}
.quote-menu .right { 
	height:73px;
	width:6px;
	border:0px;
	background: url(images/customer/quote_menu_right.jpg) top left no-repeat;
}
.quote-menu .content {
	height:71px;
	background: url(images/customer/quote_menu_bg.jpg) top left repeat-x;
}
.quote-menu .content-image {
	padding:0px 5px 0px 20px;
	background: url(images/customer/icon_quote_menu.gif) left	6px no-repeat;
}
.login-incorect-block {
	padding:10px 10px 10px 10px;
	background:#EBF8FD;
	border-top:1px solid #ABE1F5;
	border-bottom:1px solid #ABE1F5;
	color:#7B858D;
height: 411px;
}
.login-incorect-block .left {
	border-right:1px solid #E4E8E9;
	padding-right:20px;
}
.login-incorect-block .right ul {
	color:#7B858D;
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.login-incorect-block .right ul li {
	padding:0px 0px 15px 0px;
}
.login-incorect-message {
	background:#F5FAEF url(images/customer/warning_smal.gif) 10px 8px no-repeat;
	border-top:1px solid #D4EAB9;
	border-bottom:1px solid #D4EAB9;
	color:#7B858D;
	font-size:14px;
	font-weight:bold;
	height:14px;
	vertical-align:middle;
	padding:15px 0px 15px 60px;
	margin-bottom:10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.endcall-box .endcall-box-top-left {
	height:5px;
	width:5px;
	background:url(images/customer/end_call_box_top_left.gif) no-repeat;
}
.endcall-box .endcall-box-top-right {
	height:5px;
	width:5px;
	background:url(images/customer/end_call_box_top_right.gif) no-repeat;
}
.endcall-box .endcall-box-top {
	background:#F5F5F7;
}
.endcall-box .endcall-box-bottom-left {
	height:5px;
	width:5px;
	background:url(images/customer/end_call_box_bottom_left.gif) no-repeat;
}
.endcall-box .endcall-box-bottom-right {
	height:5px;
	width:5px;
	background:url(images/customer/end_call_box_bottom_right.gif) no-repeat;
}
.endcall-box .endcall-box-bottom {
	background:#F5F5F7;
}
.endcall-box .endcall-box-content {
	background:#F5F5F7;
	padding:5px 10px;
}
.faq-table tr td {
	padding-right:15px;
	padding-bottom:5px;
}
.faq-table tr.faq-line td {
	padding-bottom:4px;
}
.faq-table tr td .title{
	font-size:14px;
	font-weight:bold;
	color:#231F20;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
ul.faq-list {
	list-style:none;
	padding:0px;
}
ul.faq-list li {
	background:url(images/customer/faq_arrow.gif) no-repeat left 4px;
	padding:0px 0px 0px 10px;
	font-size:10px;
}
ul.faq-list li a:active,
ul.faq-list li a:visited,
ul.faq-list li a:link,	
ul.faq-list li a:hover {
	font-size:11px;
	text-decoration:none;
	color:#8D959B;
}
ul.faq-list li a:hover {
	text-decoration:underline;
}
.keyword-credits-table tr td {
}
.keyword-credits-table tr td .number {
	font-size:24px;
}
.keyword-credits-table tr td.value {
	font-weight:bold;
	font-size:17px;
	color:#6A6D76;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.keyword-credits-table tr td.total {
	font-weight:bold;
	font-size:17px;
	color:#A5C474;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.keyword-credits-table tr td .help {
	font-weight:normal;
	font-size:15px;
	color:#7F9AB7;
}
span.star {
	color:red;
}
.base-text-color {
	color:#7B858D;
}
/*sss*/
.menu-gift-links .title-bar img.icon {
	/*background: transparent url(images/dingbats_categorie.gif) no-repeat left top;*/
}
.menu-gift-links ul li {
	padding: 3px 0px 3px 20px;
	background: transparent url(images/customer/category_arrow.png) no-repeat 6px 6px;
}
.menu-gift-links ul li.sub {
	padding: 3px 0px 3px 20px;
	background: transparent url(images/customer/icon_arrow_down.png) no-repeat 5px 8px;
}
.menu-gift-links ul li.sub ul{
	padding:5px 0px 0px 10px;
	background: none;
	list-style:circle;
}
.menu-gift-links ul li.sub ul li{
	padding:0px;
	background: none;
}
.rtl .menu-gift-links ul li {
	padding: 4px 20px 5px 0px;
	background: transparent url(images/category_bullet_invert.gif) no-repeat right 5px;
}
.menu-gift-links .content ul li.sub ul li a:link,
	.menu-gift-links .content ul li.sub ul li a:visited,
	.menu-gift-links .content ul li.sub ul li a:hover,
	.menu-gift-links .content ul li.sub ul li a:active
{
	font-size: 11px;
	text-decoration:none;
	text-transform:lowercase;
	color:#231F20;
}
.menu-gift-links .content ul li a:link,
	.menu-gift-links .content ul li a:visited,
	.menu-gift-links .content ul li a:hover,
	.menu-gift-links .content ul li a:active
{
	font-size: 11px;
	text-decoration:none;
	text-transform:lowercase;
	color:#ADBEC6;
}
.menu-gift-links .content ul li a.selected:link,
	.menu-gift-links .content ul li a.selected:visited,
	.menu-gift-links .content ul li a.selected:hover,
	.menu-gift-links .content ul li a.selected:active
{
	font-size: 11px;
	text-decoration:none;
	text-transform:lowercase;
	color:#8D9498;
	font-weight:bold;
}
.menu-gift-links .title-bar {
	background: white;
	border: 0px none;
	border-top: #231F20 1px solid;
	line-height: 11px;
	height: 11px;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	position: relative;
	font-size:12px;
}
.menu-gift-links .title-bar-left {
	position:relative;
	float:left;
	width:12px;
	height:12px;
	background:url(images/customer/gif_links_left.png) no-repeat;
}
.menu-gift-links .title-bar-right {
	position:relative;
	float:right;
	width:12px;
	height:12px;
	background:url(images/customer/gif_links_right.png) no-repeat;
}
.menu-gift-links .content {
	border-top:0px none;
}
.text-ad-table tr td {
	font-size:12px;
}
.text-ad-table tr td input {
	font-size:12px;
	font-weight:bold;
}
.text-ad-table tr td textarea {
	font-size:12px;
}
.text-ad-table tr td input.headline {
	color:#231F20;
}
.text-ad-table tr td input.url {
	color:#B1DA7D;
}
.keyword-details-table tr td {
	font-size:12px;
}
.keyword-details-table tr td input, .keyword-details-table tr td textarea{
	font-size:12px;
}
.keyword-details-table tr td select { 
	font-size:12px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.notifi-options-group tr td {
	font-size:12px;
}
.notifi-options-group tr td input {
	margin-right:5px;
}
.home-bottom-products .details{
	width:150px;
	padding-left:20px;
}
.home-bottom-products .details .product-title {
	font-size:16px;
	font-weight:bold;
	color:#231F20;
	padding-bottom:15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.home-bottom-products .details .price {
	font-size:14px;
	font-weight:bold;
	color:#8d9498;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.home-bottom-products .details .descr {
	padding:10px 0px 15px 0px;
}
.home-top-gradient {
	padding:0px;
	/*border-bottom:#DCDDDE 1px solid;*/
	/*background:url(images/customer/menu_gradient2.gif) repeat-x left bottom;*/
	/*background:url(images/customer/view_all_main.png) no-repeat; */
	height:323px;
	/*z-index:-1;*/
	/*background:red;*/
} 
.home-top-gradient .product-title {
	font-size:24px;
	font-weight:bold;
	color:#231F20;
	padding-bottom:15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.home-top-gradient .price {
	font-size:16px;
	font-weight:bold;
	color:#99CE50;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.home-top-gradient .descr {
	padding:15px 0px 30px 0px;
	font-size:12px;
	width:200px;
}
.home-top-gradient .details {
	padding:20px 0px 60px 20px;
	width:300px;
}
.home-top-products-table tr td {
	padding:10px 15px;
	text-align:center;
}
.home-top-products-table tr td.sep {
	border-right:1px solid #DCDDDE;
}
.home-top-products-table .product-title {
	font-size:16px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color:#231F20;
	padding-bottom:15px;
}
.home-top-products-table .descr {
	padding-bottom:10px;
}
.home-top-products-table .price {
	padding:10px 0px;
	font-size:14px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.category-top-columns tr td {
	padding-left:12px;
	padding-top:7px;
}
.category-top-columns .column-title {
	color:#231F20;
	font-size:16px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.category-top-columns .descr {
	padding:10px 0px;
}


.compare-product-table-wide .product-title {
	color:#231F20;
	font-size:16px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	padding:0px 0px 7px 0px;
}
.compare-product-table-wide td{
padding: 0px 25px 15px 0px; 

}
.compare-product-table-wide .descr {
	font-size:12px;
	padding:0px 35px 15px 0px;
}


.compare-product-table .product-title {
	color:#231F20;
	font-size:16px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	padding:0px 0px 7px 0px;
}
.compare-product-table td{
padding: 0px 45px 15px 0px; 

}
.compare-product-table .descr {
	font-size:12px;
	padding:0px 45px 15px 0px;
}


.key-features {
	width:250px;
	padding-left:7px;
}
.key-features .title {
	border-bottom:1px solid #EEEEEE;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;
	margin-top:10px;
	padding-bottom:15px;
}
.key-features .value {
	border-bottom:1px solid #EEEEEE;
	font-size:12px;
	padding:15px 0px;
}
.key-features .value_bold {
	border-bottom:1px solid #EEEEEE;
	font-size:12px;
	font-weight: bold;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	padding:15px 0px;
}
.home-page-table .title {
	font-size:16px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color:#231F20;
	padding-bottom:10px;
}
.home-page-table .descr {
	font-size:11px;
	padding-bottom:5px;
}
.home-page-right {
	width:245px;
	height:476px;
	position:relative;
	background:url(images/customer/right_side.png) no-repeat;
}
.home-page-right .content {
	margin-left:18px;
	padding:20px 0px;
	height:476px;
	background:url(images/customer/side_bg.png) repeat-x;
}
.home-page-right .content .banner {
	width:210px;
}
.home-page-right .content .banner .enter {
	font-size:12px;
	line-height:20px;
	margin:15px 0px;
}
.home-page-right .content .banner .title {
	font-size:22px;
	padding:0px 0px 10px 0px;
	color:#5F6062;
	font-weight:bold;
}

ul.error-fields {
	color: #9B3F40;
	list-style-type: none;
	margin-left: -20px;
}

li.error-fields {
	margin-top: 4px;
	margin-bottom: 4px;
}
.cart-left-block {
	position:relative;
	overflow:hidden;
}
/**************************************************/
.main_light_gray_10px_reg {
	WORD-SPACING: normal;
	FONT: 10px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_9px_reg_verdana {
	WORD-SPACING: normal;
	FONT: 9px gotham,verdana;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_10px_bold {
	WORD-SPACING: normal;
	FONT: bold 10px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_11px_reg_120 {
	WORD-SPACING: normal;
	FONT: 11px/120% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_11px_reg_140 {
	WORD-SPACING: normal;
	FONT: 11px/140% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_11px_reg_160 {
	WORD-SPACING: normal;
	FONT: 11px/160% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_11px_reg_200 {
	WORD-SPACING: normal;
	FONT: 11px/200% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_11px_reg_250 {
	WORD-SPACING: normal;
	FONT: 11px/250% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_11px_bold {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_12px_reg {
	WORD-SPACING: normal;
	FONT: 12px/100% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_12px_reg1 {
	WORD-SPACING: normal;
	FONT: 12px/100% Arial;
	COLOR: #a0a0a0;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.subSearchText1 {
		font-family:Arial;
		font-size:12px;
		color: #424242;/* #8d9498; changed on 3rd Aug 2009*/
		padding-bottom:3px;
}
.main_light_gray_12px_bold {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_12px_bold_130 {
	WORD-SPACING: normal;
	FONT: bold 12px/130% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_12px_reg_140 {
	WORD-SPACING: normal;
	FONT: 12px/140% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_13px_reg_140 {
	WORD-SPACING: normal;
	FONT: 13px/140% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_light_gray_13px_bold {
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_16px_reg {
	WORD-SPACING: normal;
	FONT: 16px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_14px_reg {
	WORD-SPACING: normal;
	FONT: 14px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_18px_reg {
	WORD-SPACING: normal;
	FONT: 18px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_20px_reg {
	WORD-SPACING: normal;
	FONT: 20px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_24px_reg {
	WORD-SPACING: normal;
	FONT: 24px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_26px_reg {
	WORD-SPACING: normal;
	FONT: 26px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_gray_26px_thin {
	WORD-SPACING: normal;
	FONT: lighter 26px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_11px_bold {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	line-height:24px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_dark_gray_11px_bold_underline {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_dark_gray_12px_reg {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_12px_bold {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_dark_gray_12px_reg_130 {
	WORD-SPACING: normal;
	FONT: 12px/130% Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_dark_gray_12px_reg_140 {
	WORD-SPACING: normal;
	FONT: 12px/140% Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_dark_gray_12px_bold_140 {
	WORD-SPACING: normal;
	FONT: bold 12px/140% Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_12px_bold_160 {
	WORD-SPACING: normal;
	FONT: bold 12px/160% Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_12px_bold_200 {
	WORD-SPACING: normal;
	FONT: bold 12px/200% Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_dark_gray_13px_bold {
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_20px_reg {
	WORD-SPACING: normal;
	FONT: 20px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_dark_gray_20px_bold {
	WORD-SPACING: normal;
	FONT: bold 20px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_dark_gray_22px_reg {
	WORD-SPACING: normal;
	FONT: 22px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_dark_gray_24px_reg {
	WORD-SPACING: normal;
	FONT: 24px Arial;
	COLOR: #5f6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_11px_bold {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_12px_reg {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_12px_bold {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_12px_reg_130 {
	WORD-SPACING: normal;
	FONT: 12px/130% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_12px_reg_140 {
	WORD-SPACING: normal;
	FONT: 12px/140% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_12px_reg_160 {
	WORD-SPACING: normal;
	FONT: 12px/160% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_12px_bold_140 {
	WORD-SPACING: normal;
	FONT: bold 12px/140% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_12px_bold_160 {
	WORD-SPACING: normal;
	FONT: bold 12px/160% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_12px_bold_200 {
	WORD-SPACING: normal;
	FONT: bold 12px/200% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_blue_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_13px_bold {
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
		font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_blue_14px_bold {
	WORD-SPACING: normal;
	FONT: bold 14px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_blue_14px_bold1 {
	WORD-SPACING: normal;
	FONT: bold 14px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
			font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_14px_bold1 a:link {	
	COLOR: #231F20;
}
.main_blue_12px_bold_verdana {
	WORD-SPACING: normal;
	FONT: bold 12px gotham,verdana;
	COLOR: #4081c3;
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}
.main_blue_15px_bold {
	WORD-SPACING: normal;
	FONT: bold 15px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_16px_reg {
	WORD-SPACING: normal;
	FONT: 16px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_16px_bold {
	WORD-SPACING: normal;
	FONT: bold 16px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_16px_reg_underline {
	WORD-SPACING: normal;
	FONT: 16px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	TEXT-DECORATION: underline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_16px_bold_underline {
	WORD-SPACING: normal;
	FONT: bold 16px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	TEXT-DECORATION: underline;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_18px_reg {
	WORD-SPACING: normal;
	FONT: 18px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_18px_bold {
	WORD-SPACING: normal;
	FONT: bold 18px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.main_blue_20px_reg {
	WORD-SPACING: normal;
	FONT: 20px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_20px_bold {
	WORD-SPACING: normal;
	FONT: bold 20px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_26px_bold {
	WORD-SPACING: normal;
	FONT: bold 26px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_contact_20px_bold {
	WORD-SPACING: normal;
	FONT: bold 20px Arial;
	COLOR: #4887bd;
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_contact_14pt_bold {
	WORD-SPACING: normal;
	FONT: bold 14pt gotham,verdana;
	COLOR: #231F20;/*4081c3;*/
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_contact_13pt_bold {
	WORD-SPACING: normal;
	FONT: bold 13pt gotham,verdana;
	COLOR: #47a0ca;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_22px_reg {
	WORD-SPACING: normal;
	FONT: 22px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_22px_bold {
	WORD-SPACING: normal;
	FONT: bold 22px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_24px_reg {
	WORD-SPACING: normal;
	FONT: 24px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_24px_bold {
	WORD-SPACING: normal;
	FONT: bold 24px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_11px_reg_160 {
	WORD-SPACING: normal;
	FONT: 11px/160% Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_11px_reg_200 {
	WORD-SPACING: normal;
	FONT: 11px/200% Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_11px_bold {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_12px_reg {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_12px_bold {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_13px_bold {
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_16px_reg {
	WORD-SPACING: normal;
	FONT: 16px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_16px_bold {
	WORD-SPACING: normal;
	FONT: bold 16px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_18px_reg {
	WORD-SPACING: normal;
	FONT: 18px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_18px_bold {
	WORD-SPACING: normal;
	FONT: bold 18px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_20px_reg {
	WORD-SPACING: normal;
	FONT: 20px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_20px_bold {
	WORD-SPACING: normal;
	FONT: bold 20px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_22px_reg {
	WORD-SPACING: normal;
	FONT: 22px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_22px_bold {
	WORD-SPACING: normal;
	FONT: bold 22px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_green_24px_reg {
	WORD-SPACING: normal;
	FONT: 24px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_24px_bold {
	WORD-SPACING: normal;
	FONT: bold 24px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_lighter_gray_9px_reg {
	WORD-SPACING: normal;
	FONT: 9px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_lighter_gray_10px_reg {
	WORD-SPACING: normal;
	FONT: 10px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_lighter_gray_10px_bold {
	WORD-SPACING: normal;
	FONT: bold 10px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_lighter_gray_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	text-decoration:none;

	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_lighter_gray_11px_bold {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_lighter_gray_12px_reg {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_lighter_gray_12px_bold {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_lighter_gray_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_lighter_gray_13px_bold {
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_lighter_gray_18px_reg {
	WORD-SPACING: normal;
	FONT: 18px Arial;
	COLOR: #adbec6;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_white_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_white_11px_bold {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_white_12px_reg {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_white_12px_reg_verdana {
	WORD-SPACING: normal;
	FONT: 12px gotham,verdana;
	COLOR: #fff;
	LETTER-SPACING: normal;
	padding-bottom:1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_white_12px_bold {
	WORD-SPACING: normal;
	FONT: bold 12px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_white_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_white_13px_bold {
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_white_20px_reg {
	WORD-SPACING: normal;
	FONT: 18px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_white_20px_bold {
	WORD-SPACING: normal;
	FONT: bold 20px Arial;
	COLOR: #fff;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_20px_bold {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#B7DEF2;
/*	color: #231F20; changed by Ashwarya on 3 Jun 09 also changed color of hr line in wait window */
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_red_11px_reg {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #f00;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_red_13px_reg {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #f00;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_black_16px_reg {
	WORD-SPACING: normal;
	FONT: 16px Arial;
	COLOR: #000;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_black_11px_bold {
	WORD-SPACING: normal;
	FONT: bold 11px Arial;
	COLOR: #000;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_12px_bold {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_blue_16px_bold_250 {
	WORD-SPACING: normal;
	FONT: bold 16px/250% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_24px_bold {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_26px_bold {
	font-family: Arial;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_16px_bold {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_14px_bold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_11px_reg {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #231F20;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_black_13px_bold {
	WORD-SPACING: normal;
	COLOR: #000;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_black_14px_bold {
	WORD-SPACING: normal;
	COLOR: #000;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_black_13px_reg {
	WORD-SPACING: normal;
	COLOR: #000;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_black_14px_reg {
	WORD-SPACING: normal;
	COLOR: #000;
	LETTER-SPACING: normal;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_light_gray_18px_regColor {
	WORD-SPACING: normal;
	FONT: 19px/100% Arial;
	COLOR: #3ca5d4;/*4da3bc;/*#3ca5d4; 007ac2*/
	font-weight:bold;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_light_gray_18px_regEmail {
	WORD-SPACING: normal;
	FONT: 19px/100% Arial;
	COLOR: #00b0f0;/*007ac2*/
	font-weight:bold;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
/* added by Dev3 */
.main_light_gray_18px_regV {
	WORD-SPACING: normal;
	FONT: 18px Arial,gotham,verdana;
	COLOR: #AEAEAE;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_green_14px {
	WORD-SPACING: normal;
	FONT: 14pt gotham,verdana;
	COLOR: #b1d97e;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_light_gray_12px_regb {
	WORD-SPACING: normal;
	FONT: bold 12px/100% Arial;
	COLOR: #a0a0a0;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_11px {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #38b1e4;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_blue_11px:hover
{
	text-decoration:underline;
}

/* Changed on 18 Jul 2009*/
.main_blue_13px_boldS {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
a.main_blue_13px_boldS:hover
{
	text-decoration:underline;
}

/* changed by dev 2 */
.main_light_black_11px_reg_200 {
	
	FONT: 11px/200% Arial;
	COLOR: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_light_gray_12px_regNew {
	WORD-SPACING: normal;
	FONT: 12px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_light_gray_11px_reg_200:hover {
 text-decoration: underline;
}
a.main_light_gray_11px_reg:hover {
 text-decoration: underline;
}
.main_light_gray_12px_regC {
	WORD-SPACING: normal;
	FONT: 12px/100% Arial;
	COLOR: #8d9498;
	LETTER-SPACING:normal;
	line-height:25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_blue_12px_reg:hover {
 text-decoration: underline;
}
a.main_blue_11px_reg:hover {
 text-decoration: underline;
}
/*a.main_lighter_gray_11px_reg:hover
{
 text-decoration: underline;
}*/
.main_light_gray_11px_bold1 {
	WORD-SPACING: normal;
	FONT: bold 11px/150% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.subSearchText11 {
		font-family:Arial;
		font-size:11px;
		color: #a0a0a0;
		padding-top:1px;
}
/* Changed for 189 file's font */
.main_light_gray_12px_reg_140C {
 WORD-SPACING: normal;
 FONT: 10px/120% Arial;
 COLOR: #8d9498;
 LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_blue_24px_bold:hover {
 text-decoration: underline;
 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.main_light_gray_12px_boldC {
 WORD-SPACING: normal;
 FONT: bold 12px Arial;
 COLOR: #878789;
 LETTER-SPACING: normal;
		 font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

a.main_green_11px_reg:hover {
	WORD-SPACING: normal;
	FONT: 11px Arial;
	COLOR: #5F6062;
	LETTER-SPACING: normal;
	text-decoration:underline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_light_gray_11px_regNew {
 WORD-SPACING: normal;
 FONT: 11px Arial;
 COLOR: #8d9498;
 LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_blue_14px {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_blue_14px:hover {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	text-decoration:underline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_blue_11px_bold:hover
{
	text-decoration:underline;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.textcolor {
		font-family:Arial;
		font-size:12px;
		color: #424242;/* black; changed on 3rd Aug 2009*/
}
/* added on 5th Aug 2009 for mail link*/
.main_light_gray_13px_mail {
	WORD-SPACING: normal;
	FONT: 13px Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_light_gray_13px_mail:hover
{
	text-decoration:underline;
}
/* changed for line height*/
.main_light_gray_12px_lineheight {
	WORD-SPACING: normal;
	FONT: 12px/100% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	line-height:15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.main_light_gray_12px_blueline {
	WORD-SPACING: normal;
	FONT: 12px/100% Arial;
	COLOR: #231F20;
	LETTER-SPACING: normal;
	line-height:15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_light_gray_12px_blueline:hover
{
	text-decoration:underline;
}
.main_light_gray_12px_links {
	WORD-SPACING: normal;
	FONT: 12px/140% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_light_gray_12px_links:hover
{
	text-decoration:underline;
}
.main_light_gray_14px_links {
	WORD-SPACING: normal;
	FONT: 14px/140% Arial;
	COLOR: #8d9498;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a.main_light_gray_14px_links:hover {
	text-decoration:underline;
}
.main_light_gray_11px_dropdown {
	WORD-SPACING: normal;
	FONT: 11px/200% Arial;
	COLOR: #424242;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a.main_light_gray_12px_reg_140:hover {
	text-decoration:underline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#hidden-drop-down{
	position:relative;
	/*margin:10px 388px;*/
	margin:-24px 54px;
	width:149px;
	height:184px;
	background:url(images/customer/popdown_top_default.png) no-repeat;
	z-index:1;
	/*visibility: hidden;*/
	/* for IE */
	/*filter:alpha(opacity=90);*/
	/* CSS3 standard */
	opacity:0.9;	
}
.popup_link{
	height:23px;
	width:203px;
	padding-top:8px;
	padding-left:16px;
	color:#797d7f;
}	
#our-brands {	
	width:780px;
	height: 20px;
	position: relative;
	margin:0 auto;
	padding-top:8px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#our-brands a{
	color:#797d7f;
}
.FreeListingCount{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height:33px;
/*white-space: nowrap;*/
}
.move-right-10px{
	margin-left:10px;
}
.main_light_blue_18px_bold{
	WORD-SPACING: normal;
	FONT: bold 18px Arial;
	color:#231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.main_light_blue_13px_bold{
	WORD-SPACING: normal;
	FONT: bold 13px Arial;
	color:#231F20;
	LETTER-SPACING: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.des-serv-ul ul li{
	list-style-type:none;
	background:url(images/customer/category_disc.png) 0px 7px no-repeat;
}

.nopadding {
	padding: 0px;
}
.nomargin {
	margin: 0px;
}


.repselector {
    z-index: 5000;
    position: absolute;
    display: none;
    top: 0px;
    left:0px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    min-width: 90px;
}
.repselector .option {
    padding-left: 3px; 
    padding-right: 3px; 
    font-size: 11px;
    color: black;
cursor:pointer    padding-left: 3px; 
    padding-right: 3px; 
    font-size: 11px;
    color: black;
;
}
.repselector .selected {
    background-color: #231F20;
}



.store-banner-right {
font-size: 11px;
padding-bottom: 20px;

}
.store-banner-right .title {
  color:#231F20;

  font-weight: bold;
  font-size: 14px;

}


.on-sale {
position: absolute;
top: 0px;
right: 8px;
z-index: 500;
}

.color_second{
color:#231F20;
}

.color_secondgray{
color:#8D9498;
}

.color_options{
color:#231F20;
}
.color_options_selected{
color:#8D959B;
}


#preloadedImages {
width: 0px;
height: 0px;
display: inline;
background-image: url(images/customer/learn_more_green_over.png);
background-image: url(images/customer/home_page_button_hv.png);
background-image: url(images/customer/but_big_main_right_hover.png);
background-image: url(images/customer/but_big_main_left_hover.png);
background-image: url(images/customer/but_left_hover.png);
background-image: url(images/customer/but_right_hover.png);
background-image: url(images/customer/home_page_button2_hv.png);
background-image: url(images/customer/but_print_product_hover.png);
background-image: url(images/customer/but_express_checkout_hover.png);
background-image: url(images/customer/but_main_right_hover.png);
background-image: url(images/customer/but_main_left_hover.png);
background-image: url(images/customer/but_lm2_left_hv.gif);
background-image: url(images/customer/but_lm2_right_hv.gif);
background-image: url(images/customer/but_compare_right_hover.png);
background-image: url(images/customer/but_compare_left_hover.gif);
background-image: url(images/customer/but_faq_right_hover.gif);
background-image: url(images/customer/but_faq_left_hover.gif);
}
