*
{
	padding:0;
	margin:0;
}

body
{
	background-color: #fff;
	padding: 2px;
}

body, td, th, input, textarea, select
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #333;
}

p, .contentPadding
{
	padding: 0px 10px 0px 20px;
}

.contentMargin
{
	margin: 0px 10px 0px 20px;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a, h1, h2, h3
{
	color: #4c5b7e;
}

h1, h2, h3
{
	font-weight: bold;
	color: #4c5b7e;
	margin: 0px 10px 1em 10px;
	text-decoration: none;
}

h1
{
	font-size: 15px;
	display: block;
	background: url(../images/corner_l2-l3.png) top left no-repeat;
	background-color: #dce7ff;
	padding: 2px 0 2px 10px;
}

h2
{
	font-size: 13px;
}

h3
{
	font-size: 11px;
}

li
{
	margin-left: 30px;
}

img
{
	border: none;
}

hr
{
	margin-left: 20px;
	margin-right: 10px;
}

td, th
{
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table.grid
{
	border-collapse: collapse;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

table.grid td, table.grid th
{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

table.colorBG td, table.colorBG th
{
	background-color: #f9f9f9;
}

/* ----- Form Elements ----- */

.FG-mandatory
{
	padding: 3px;
	color: #b00;
	vertical-align: top;
}

.FG-formElement, .FG-formElementInvalid
{
	padding: 3px;
	margin-top: 3px;
}

#RegistrationForm .FG-formElement, #RegistrationForm .FG-formElementInvalid, #contactForm .FG-formElement, #contactForm .FG-formElementInvalid
{
	width: 450px;
	overflow: auto;
}

.FG-formElement
{
	background-color: #f9f9ff;
}

.FG-formElementInvalid
{
	background-color: #ffe2db;
	border: 1px solid #b00;
}

label
{
	display: block;
	cursor: pointer;
}

#RegistrationForm label, #contactForm label
{
	float: left;
	width: 220px;
}

fieldset
{
	border: 2px groove #f9f9f9;
	padding: 10px;
	margin: 10px 10px 10px 20px;
}

fieldset.hidden
{
	border: none;
	padding: 0px;
	margin: 0px;
}

#RegistrationForm fieldset, #LoginForm fieldset, #contactForm fieldset
{
	display: inline;
}

input[type = "text"], input[type = "password"], textarea, select
{
	width: 200px;
}

input[type = "submit"], input[type = "button"], input[type = "reset"]
{
	background-color: #dce7ff;
	border: 1px solid #4c5b7e;
	padding: 1px;
}


input[type = "submit"]:hover, input[type = "button"]:hover
{
	background-color: #ffedc7;
	border: 1px solid #ffcd61;
	cursor: pointer;
}

input[type = "text"], input[type = "file"], input[type = "password"], textarea, select
{
	border: 1px solid #ddd;
}

.cartstep
{
	background-color: #f9f9f9;
}

.cartstep-active
{
	font-weight: bold;
	background-color: #ffedc7;
}

.cartstep-active img
{
	float: left;
	margin: 0px 5px 2px 0px;
}

.cartstep, .cartstep-active
{
	width: 110px;
	height: 35px;
	padding: 5px;
	border: 1px solid #ddd;
}

.greyFieldset
{
	background-color: #f9f9f9;
	width: 450px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.subscribedProduct
{
	color: #b00;
}

#OrderForm input[type = "text"]
{
	width: 50px;
}

/* ----- Container ----- */

.clearfix:after {
    display: block;
    clear: both;
    content: ".";
    height: 0;
    visibility: hidden;
}

#container
{
	width: 100%;
	background: url(../images/top_container_bg.png) repeat-x;
	background-color: #dce7ff;
}


/* ----- Menu container ----- */

#leftMenu
{
	float: left;
	width: 202px;
	/* IE 6 fix: */
	position: absolute;
	left: 2px;
}


/* ----- Menu Items ----- */

.neonMenu
{
	margin-bottom: 3em;
}

.neonMenu li
{
	margin-left: 0px;
	list-style: none;
}

.neonMenu a
{
	display: block;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #fff;
}

.neonMenu a:hover
{
	color: #4c5b7e;
	text-decoration: none;
	font-weight: bold;
}

.neonMenu ul li a.activeNode
{
	background: url(../images/menu_l1_active.png) top left no-repeat;
	color: #fff;
}

.neonMenu ul li ul li a.activeNode
{
	background: url(../images/menu_l2_active.png) top left no-repeat;
	color: #fff;
}

.neonMenu ul li a:hover
{
	background: url(../images/menu_l1_hover.png) top left no-repeat;
}

.neonMenu ul li ul li a:hover
{
	background: url(../images/menu_l2_hover.png) top left no-repeat;
}

.neonMenu ul li a
{
	width: 193px;
	padding-left: 7px;
	background: url(../images/menu_l1.png) top left no-repeat;
	color: #fff;
}

.neonMenu ul li ul li a
{
	width: 178px;
	padding-left: 22px;
	background: url(../images/menu_l2.png) top left no-repeat;
	color: #4c5b7e;
}


/* ----- Room below left menu ----- */

#leftAdRoom
{
	width: 200px;
	background: url(../images/left_menu_spacer.png) top left no-repeat;
	padding: 20px 10px 0px 10px;
	color: #4c5b7e;
}

/* ----- Container for header, leftmenu, content and footer ----- */

#mainColumn
{
	float: left;
	background: url(../images/left_bg.png) repeat-y;
}

/* ----- Right container ----- */

#rightColumn
{
	margin-left: 982px;
	background: url(../images/right_column_corner.png) top left no-repeat;
}

/* ----- Header with logo ----- */

#header
{
	height: 78px;
	width: 980px;
	border-bottom: 2px solid #fff;
	background: url(../images/header.png) top left no-repeat;
	border-right: 2px solid #fff;
}


/* ----- Content ----- */

#neon_content_0
{
	margin-left: 202px;
	width: 778px;
	padding: 10px 0px 10px 0px;
	background: url(../images/corner_l3.png) top left no-repeat;
	background-color: #eef3ff;
	min-height: 600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	border-right: 2px solid #fff;
}

/* ----- Footer ----- */

#footer
{
	width: 980px;
	height: 20px;
	clear: left;
	text-align: center;
	font-size: 9px;
	color: #fff;
	background: url(../images/footer.png) top left no-repeat;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


/* ----- Custom Classes ----- */


.systemMessage
{
	padding: 3px;
	background-color: #f9f9f9;
	border: 1px solid #141466;
	margin: 0px 10px 20px 10px;
}

.errorSysMsg
{
	color: #b00;
}

.successSysMsg
{
	color: #0b0;
}

.neon_loginlink
{
	float: right;
	margin-right: 10px;
}


