/*******************************************************************************
		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 {
	background:transparent;
	margin:0; padding:0;
	outline:0;
	vertical-align:baseline;
}
html { font-size:100%; } /* 16px */
body {
	background:#fff;
	color:#444;
	line-height:1.5em;
	font-size:14px; font-family:Verdana,Tahoma,Arial,sans-serif;
}
img			{ border:none; }
table			{ border-collapse:collapse; border-spacing:0; 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; }

blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

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; }

/* remember to define focus styles! */
:focus {
	outline:0;
}

.left { display:block; float:left; }
.right { display:block; float:right; }

.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:#0071bc; }
a.toggle { border-bottom:1px dotted #0071bc; text-decoration:none; }
a:hover { color:#f26521; }
a.toggle:hover { border-bottom-color:#f26521; }
a:active, a:focus{ outline:none; }


/*---------------------------------- forms -----------------------------------*/
input, select, textarea { margin:0; outline:0; }
textarea { resize: vertical; }
input[type=radio],
input[type=checkbox] { padding:0; }
input.radio { vertical-align:middle; }
input.txt, select, textarea  { border:1px solid #adadad; background:#fff; padding:4px 3px; color:#000; font:12px Verdana,Tahoma,Arial,sans-serif; }
select { padding: 1px; height: 24px; }
input.txt:focus, select:focus, textarea:focus { border-color:#000; }
select.check, input.check, textarea.check {  }
textarea.stretch { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[disabled],
select[disabled],
textarea[disabled] { color: #aaa; }

input.calendar { background:url(../images/i/ico/calendar.gif) right no-repeat; padding-right:18px; }

input.btn {
	background:url(../images/i/bg/btn.gif) #f7f7f6 0 100% repeat-x;
	border:1px solid #023a73;
	padding:5px 10px;
	overflow:visible;
	color:#1b1b1b;
	font:11px Verdana,Tahoma,Arial,sans-serif;
	cursor:pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input.btn:hover {
	border-color:#000;
}
input.btn-add { background:url(../images/i/bg/btn_add.gif) #f0f1eb 0 50% no-repeat; padding-left:29px; }
input.btn-find { background:url(../images/i/bg/btn_find.gif) #f0f1eb 0 50% no-repeat; padding-left:29px; }
input.btn-standover { background:url(../images/i/bg/btn_standover.gif) #f0f1eb 0 50% no-repeat; padding-left:29px; }

label.check { color:#cd071e; }

div.error h2, div.flood h2, div.done h2 {  }
div.error h2  { color:#cd071e; }
div.flood h2  { color:#fc3; }
div.done h2   { color:#257b0f; }


fieldset { padding:10px; }
legend { margin-left:-5px; padding:0 5px; }

object { display: block; }

/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:15px; }
h1, h2, h3, h4 { color:#000; line-height:normal; }
h1    { margin-bottom:15px; font-size:24px; font-weight:normal; }
h2    { margin-bottom:10px; font-size:16px; font-weight:normal; }
h3    { margin-bottom:7px; font-size:1.17em; font-weight:bold; }
h4    { margin-bottom:7px; font-size:1em; font-weight:normal; }
big   { line-height:normal; font-size:1.2em; }
small { line-height:normal; font-size:0.8em; }
sup   { line-height:normal; vertical-align:text-top; font-size:0.625em; }
em    { color:#f26521; font-style:normal; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor:help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin:0.42em 0 1.66em 0; padding-left:5px; line-height:normal; }
ul li {
	background:url(../images/i/mrk/1.gif) 0 0.4em no-repeat;
	margin-bottom:0.83em; padding-left:12px;
	list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; }
ul li li {
	background:url(../images/i/mrk/2.gif) 0 0.45em no-repeat;
	margin-bottom:0.67em; padding-left:8px;
}

ol    { margin:0.42em 0 1.25em 0; padding-left:30px; line-height:normal; }
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; }


