/*******************************************************************************
		Coded by GS on 07.08.2007, True Vision
*******************************************************************************/
* { margin: 0; padding: 0; }
body {
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-family: arial,tahoma,verdana,sans-serif;
}
img      { border: none; }
table    { border-collapse: collapse; font-size: 1em; }
table th { text-align: left; font-weight: normal; }
table caption { text-align: left; }
hr       { display: none; }


.clear { position: relative; clear: both; height: 0; line-height: 0; font-size: 0; }


/*---------------------------------- links -----------------------------------*/
a       { color: #8B0F07; }
a:hover { color: #000000; }


/*---------------------------------- forms -----------------------------------*/
input.txt, textarea, select { border: 1px solid #BFBDB3; }
input.txt, textarea { padding: 1px; }
textarea.stretch, input.stretch { width: 95%; }
select.check, input.check, textarea.check {
 border: 1px solid #FF0000;
 background-color: #FFE3A7;
 color: #000000;
}

div.check { color: #FF0000; }
div.error  { margin: 5px 0 15px 0; text-align: center; color: #FF0000; font-weight: bold; }
div.flood  { margin: 5px 0 15px 0; text-align: center; color: #FF0000; font-weight: bold; }
div.done   { margin: 5px 0 15px 0; text-align: center; color: #8B0F07; font-weight: bold; }


/*-------------------------------- typography --------------------------------*/
p     { margin: 0 0 15px 0; }
h1    {
	background: url(../images/i/bg/h1_content.gif) 0 0 no-repeat;
	margin: 0 0 17px -8px; padding: 4px 0 4px 8px;
	font-size: 2em; font-weight: normal; font-family: "times new roman",tahoma,verdana,sans-serif;
}
h2    {
	margin: 0 0 10px 0;
	color: #8B0F07;
	font-size: 1.5em; font-weight: normal; font-family: "times new roman",tahoma,verdana,sans-serif;
}
h3    { margin: 0 0 13px 0; font-size: 1em; font-weight: bold; }
big   { font-size: 1.2em; }
small { font-size: 0.8em; }

em    { color: #F26521; font-style: normal; }
ins   { padding: 0 4px; background-color: #F3EDE0; text-decoration: none; color: #AB5750; }
abbr,
acronym,
dfn     { background: url(../images/i/bg/dot_red.gif) 0 100% repeat-x; border: none; font-style: normal; }
em[title],
ins[title],
del[title],
abbr[title],
acronym[title],
dfn[title],
blockquote[title] { cursor: help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin: 8px 0 20px 0; padding: 0 0 0 5px; }
ul li {
	background: url(../images/i/mrk/mrk1.gif) 0 0.4em no-repeat;
	margin-bottom: 7px; padding-left: 12px;
	list-style: none;
}
ul ul    { margin: 8px 0 15px 0; }
ul li li {
	background: url(../images/i/mrk/mrk2.gif) 0 0.45em no-repeat;
	margin-bottom: 5px; padding-left: 8px;
	color: #666666;
}

ol    { margin: 5px 0 15px 0; padding: 0 0 0 30px; }
ol li { margin: 0 0 5px 0; padding: 0; }

dl    { margin: 15px 0; }
dl dt { margin: 0; padding: 0 0 2px 0; font-weight: bold; }
dl dd { margin: 0 0 10px 10px; padding: 0; }


