/*************************************

	Code By Att (thanks to Gena)

 *************************************/

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;
	color:#303030;
	line-height:1.4em;
	font-size: 14px;
	font-family: georgia, times new roman, garamond, serif;
	/*
		times new roman, garamond, georgia, serif //serif
		arial, verdana, trebuchet, tahoma, sans-serif //sans-serif
		courier, courier new, andele mono //monospace
	*/
	font-style: italic;
}
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; }
table td.nowrap { white-space:nowrap; }

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:#1f61ac; }
a.toggle { border-bottom:1px dotted #1f61ac; display:inline-block; line-height:normal; text-decoration:none; }
a:hover { color:#63a2e9; }
a.toggle:hover { border-bottom-color:#63a2e9; }

:focus { outline: none; }

/*---------------------------------- forms -----------------------------------*/
label { color:#596878; line-height: 1.7em; }
label:hover { color:#000; }

input.txt, select, textarea  {
	padding: 2px;
	border:1px solid #bfbfbf;
	color:#000;
	font-size:16px; font-family:tahoma,verdana,sans-serif,arial;
}
input.check, select.check, textarea.check { border-color:#c9221e; }
input.txt:focus, select:focus, textarea:focus { border-color:#656565; }
input.radio { vertical-align:middle; }

input.btn {
	padding-left:10px; padding-right:10px;
	overflow:visible;
	color:#0072bc;
	font-size:14px; font-family:tahoma,verdana,sans-serif,arial;
	cursor:pointer;
}

div.form-stretch textarea { width:99%; zoom:1; }

div.check {
	position:absolute; z-index:10;
	background:url(../images/i/ico/check.gif) 0 0 no-repeat;
	margin-left:-8px;
	width:7px; height:10px;
}
div.check div {
	position:absolute; bottom:10px; left:0; z-index:10;
	background:url(../images/i/bg/check.gif) 0 100% no-repeat;
	padding-bottom:4px;
	line-height:normal;
	display:none;
}
div.check div span {
	background:#ff9999;
	border:1px solid #ff9999; border-left-color:#c9221e;
	padding:0 4px;
	display:block;
	color:#fff;
	white-space:nowrap;
	font-size:11px; font-family:tahoma,verdana,arial,sans-serif;
}
div.done { background: #257b0f; margin-top: 10px; padding: 3px 5px; color:#fff;}
div.done strong   { color:#fff; font-style: normal; font-family:tahoma,verdana,arial,sans-serif }

span.check {
	background: #ff6666;
	margin-left: 10px;
	padding:0 4px;
	white-space:nowrap;
	color:#fff;
	font-size:11px;
	font-family:tahoma,verdana,arial,sans-serif;
	font-style: normal;
}

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


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:1em; }
h1, h2, h3, h4 {  line-height:normal; }
h1    { margin-bottom:0.4em; color:#000; font-size:1.714em; font-weight:normal; }
h2    { margin-bottom:0.3em; color:#000; font-size:1.67em; font-weight:normal; }
h3    { margin-bottom:0.4em; font-size:1.33em; font-weight:normal; }
h4    { margin-bottom:0.42em; font-size:1em; font-weight:bold; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
sup   { 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:8px; }
ul li {
	/*background:url(../images/i/mrk/1.gif) 0 0.4em no-repeat;*/
	margin-bottom:0.67em; padding-left:17px;
	line-height:1.25em;
	list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; padding:0; }
ul li li {
	background:url(../images/i/mrk/2.gif) 0 0.45em 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:0.42em 0 2.5em 0; }
dl dt { margin-bottom:0.94em; line-height:normal; color:#3e3219; font-size:1.33em; }
dl dd { margin-bottom:2.5em; padding-left:20px; }


