/*******************************************************************************
		Coded by GS on 07.03.2008, True Vision
*******************************************************************************/
html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend { margin:0; padding:0; }
html { font-size:100%; } /* 16px */
body {
	background:#fff;
	padding:5px;
	color:#3c3c3c;
	font-size:15px; font-family:arial, verdana, trebuchet, tahoma, sans-serif;
	/*
		times new roman, garamond, georgia, serif //serif
		arial, verdana, trebuchet, tahoma, sans-serif //sans-serif
		courier, courier new, andele mono //monospace
	*/
}
img			{ border:none; }
table			{ border-collapse:collapse; empty-cells:show; font-size:1em; }
table th		{ vertical-align:top; text-align:left; font-weight:normal; }
table td		{ vertical-align:top; }
table caption	{ text-align:left; }

hr {
	border:1px solid #ddd;
	border-bottom:none;
	background-color:#ddd;
	margin:7px 0;
	height:0;
	color:#ddd;
}
* html hr { margin:0; } /* ie6 */
*+html hr { margin:0; } /* ie7 */

img.inline, input.inline { vertical-align:middle; }

.clear { clear:both; height:0; line-height:0; font-size:0; }
.clear-after { //height:1%; } /* ie fix */
.clear-after:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }


/*---------------------------------- links -----------------------------------*/
a { color:#5b9400; }
a.toggle { border-bottom:1px dotted #5b9400; text-decoration:none; }
a:hover { color:#ea7e01; }
a.toggle:hover { border-color:#ea7e01; }


/*---------------------------------- forms -----------------------------------*/
table.field input, table.field select { border:none; background:transparent; color:#5a5a5a; font-size:18px; font-family:arial, verdana, trebuchet, tahoma, sans-serif; }
table.field td.field-left { background:url(../images/i/field/1_left.png) 0 0 no-repeat; height:34px; width:5px; }
table.field td.field-right { background:url(../images/i/field/1_right.png) 0 0 no-repeat; height:34px; width:5px; }
table.field td.field-left div,
table.field td.field-right div { width:5px; line-height:0; font-size:0; }
table.field td.field-mid { background:url(../images/i/field/1_mid.gif) 0 0 repeat-x; height:34px; vertical-align:middle; }
table.field td.field-note { padding-left:7px; vertical-align:middle; }
table.field-highlight td.field-left { background-image:url(../images/i/field/4_left.png); }
table.field-highlight td.field-right { background-image:url(../images/i/field/4_right.png); }
table.field-highlight td.field-mid { background-image:url(../images/i/field/4_mid.gif); }
table.field-disabled td.field-left { background-image:url(../images/i/field/3_left.png); }
table.field-disabled td.field-right { background-image:url(../images/i/field/3_right.png); }
table.field-disabled td.field-mid { background-image:url(../images/i/field/3_mid.gif); }
table.field-disabled input, table.field-disabled select { color:#919191; }
table.field-check td.field-left { background-image:url(../images/i/field/2_left.png); }
table.field-check td.field-right { background-image:url(../images/i/field/2_right.png); }
table.field-check td.field-mid { background-image:url(../images/i/field/2_mid.gif); }

input.btn {
	background:url(../images/i/bg/btn.gif) #fdfdfd 0 100% repeat-x;
	border-bottom:1px solid #9f9f9f; border-right:1px solid #9f9f9f; border-left:1px solid #e7e7e7; border-top:1px solid #e7e7e7;
	padding-left:10px; padding-right:10px;
	overflow:visible;
	color:#656667;
	font-family:arial;
	cursor:pointer;
}

div.check {
	position:absolute; z-index:1;
	border-bottom:1px solid #f8958a;
	background:#f00;
	margin-left:5px; padding:0 4px 1px 4px;
	display:none;
	color:#fff;
	font-size:1em;
}
div.error, div.flood, div.done { margin-bottom:1.33em; padding:0 15px; }
div.error h1, div.error strong { color:#f00; }
div.flood h1, div.flood strong { color:#fc3; }
div.done h1, div.done strong { color:#257b0f; }


fieldset { padding:10px; }
legend { margin-left:-5px; padding:0 5px; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:0.73em; }
h1, h2, h3, h4 { line-height:normal; font-family:georgia, times new roman, garamond, serif; }
h1    { margin-bottom:0.28em; color:#000; font-size:2.4em; font-weight:normal; font-style:italic; }
h2    { margin-bottom:0.83em; color:#000; font-size:2em; font-weight:normal; font-style:italic; }
h3    { margin-bottom:0.83em; font-size:1em; font-weight:bold; }
h4    { margin-bottom:0.42em; font-size:1em; font-weight:normal; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
sup, sub { position:relative; line-height:1em; vertical-align:baseline; font-size:0.67em; }
sup { bottom: 1ex; }
sub { top: .5ex; }
em    { color:#ff9000; font-style:normal; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor:help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin:0 0 1.47em 0; padding:0.73em 0 0 10px; }
ul li {
	background:url(../images/i/mrk/1.gif) 0 0.2em no-repeat;
	margin-bottom:0.73em; padding-left:22px;
	line-height:1.06em;
	list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; padding:0 0 0 5px; }
ul li li {
	background:url(../images/i/mrk/2.gif) 0 0.4em no-repeat;
	margin-bottom:0.67em; padding-left:12px;
}
ul em { color:#90b528; }

ol    { margin:0.42em 0 1.25em 0; padding-left:30px; }
ol li { margin-bottom:0.42em; }

dl    { margin:1.25em 0; }
dl dt { margin-bottom:0.17em; font-weight:bold; }
dl dd { margin:0 0 0.83em 10px; }



