/* Clearing and invisible elements */
.block { overflow:hidden; }
#clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

/* Clear after custom sections */
.custom { display:block; text-align:left; }
.custom:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

/**
 * Style sheet xBasic
 */
body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

.h2
{
	font-weight:bold;
	font-size:12px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#cf0505;
}

a:hover
{
	text-decoration:underline;
}

/**
 * Style sheet xElements
 */
.ce_text
{
	line-height:1.5;
}

.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}

.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}

html>body .mime_icon
{
	top:-1px;
	position:relative;
}

/**
 * Style sheet xForm
 */
fieldset
{
	width:600px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000e6;
}

* html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

*:first-child+html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

input.text, input.password
{
	width:200px;
	margin:1px 0px;
}

* html input.text, * html input.password
{
	margin:0px;
}

*:first-child+html input.text, *:first-child+html input.password
{
	margin:0px;
}

textarea
{
	width:205px;
	height:70px;
}

* html textarea
{
	width:358px;
}

select
{
	width:204px;
	margin:1px 0px;
}

* html select
{
	width:206px;
}

div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	display:block;
	padding-right:6px;
}

input.radio
{
	top:2px;
	position:relative;
	margin:1px 2px 0px 1px;
	padding:0px;
}

* html input.radio
{
	top:1px;
	position:relative;
	margin:-4px -1px 0px -3px;
}

*:first-child+html input.radio
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	display:block;
	padding-right:6px;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

*:first-child+html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

input.file
{
	margin:1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}

div.error
{
	color:#ff0000;
}

/**
 * Style sheet xNavigation
 */
.mod_navigation
{
	width:200px;
	top:43px;
	position:absolute;
}

.mod_navigation ul
{
	margin:0px 5px;
	padding:0px;
	border-bottom:1px solid #c6ad8d;
	list-style-type:none;
}

.mod_navigation li
{
	margin:0px;
	padding:5px 0px;
	border-top:1px solid #c6ad8d;
	list-style-type:none;
}

* html .mod_navigation ul, * html .mod_navigation li
{
	height:1px;
}

*:first-child+html .mod_navigation .parent
{
	height:3px;
}

.mod_navigation p
{
	margin:0px;
	padding:0px;
}

.mod_navigation a, .mod_navigation li, .mod_navigation p
{
	font-weight:bold;
	font-size:13px;
	color:#000000;
}

.mod_navigation .submenu
{
	margin:-2px 0px 0px 8px;
	padding:0px;
	border-top:0px;
}

.mod_navigation .level_2
{
	padding-bottom:4px;
	border-bottom:0px;
}

.mod_navigation .level_2 li
{
	padding:0px 0px 4px 0px;
	border-top:0px;
}

.mod_navigation .level_2 a, .mod_navigation .level_2 li, .mod_navigation .level_2 p
{
	font-weight:normal;
	font-size:11px;
}

.mod_navigationMain ul
{
	margin:0px;
	padding:0px;
}

.mod_navigationMain li
{
	width:133px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
}

.mod_navigationMain a, .mod_navigationMain p
{
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
}

.mod_navigationMainDEACTIVATED a
{
	height:30px;
	display:block;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background-color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}

.mod_navigationMain a:hover
{
	background-color:#b30000;
	text-decoration:none;
	color:#ffffff;
}

.mod_navigationMain p
{
	height:30px;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background-color:#b30000;
}


