/*******************************************************************************
		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 { background:#fff; color:#000; font-size:100%; } /* 16px */
body {
	font-size:12px;
	font-family:arial,tahoma,verdana,sans-serif;
}
img           { border:none; }
table         { border-collapse:collapse; empty-cells:show; font-size:1em; }
table th      { text-align:left; font-weight:normal; }
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 */

.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:#f60; text-decoration:none; }
a.toggle { position:relative; border-bottom:1px dotted #f60; text-decoration:none; }
a:hover { color:#f60; text-decoration:underline; }
a.toggle:hover { border-bottom:1px dotted #f60; text-decoration:none; }


/*---------------------------------- forms -----------------------------------*/
input.txt, select, textarea  { border:1px solid #406b9d; background:#fff; color:#000; }
select.check, input.check, textarea.check { border:1px solid #000; background:#fff; color:#000; }

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 { background:url(../images/i/bg/check.gif) 4px 1px no-repeat; padding-top:4px; }
div.check { //height:1%; } /* ie fix */
div.check:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }
div.check div {
	background:#c9221e;
	padding:0 6px 1px 6px;
	float:left;
	color:#fff;
	font-size:11px; font-family:tahoma,verdana,arial,sans-serif;
}
div.error, div.flood, div.done { margin-bottom:20px; padding-top:20px; font-size:14px; }
div.error strong, div.flood strong, div.done strong { font-size:18px; font-weight:normal; font-family:"times new roman", arial,tahoma,verdana,sans-serif; }
div.error strong  { color:#c9221e; }
div.flood strong  { color:#fc3; }
div.done strong   { color:#257b0f; }


fieldset { padding:10px; }
legend { margin-left:-5px; padding:0 5px; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:1.23em; }
h1, h2, h3, h4 { line-height:normal; }
h1    { margin-bottom:0.53em; color:#fff; font-size:1.08em; font-weight:normal; }
h2    { margin-bottom:0.42em; color:#acacac; font-size:1.08em; font-weight:normal; }
h3    { margin-bottom:0.42em; font-size:1em; font-weight:normal; }
h4    { margin-bottom:0.42em; font-size:1em; font-weight:normal; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { font-style:italic; }
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; }
ul li {
	background:url(../images/i/mrk/1.gif) 0 0.58em no-repeat;
	margin-bottom:1.54em; padding-left:17px;
	list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; }
ul li li {
	background:url(../images/i/mrk/2.gif) 0 0.5em no-repeat;
	margin-bottom:0.67em; padding-left:10px;
}

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; }


