/* CSS Document//

Project: Priject name

Autor: Demyanchenko Alexandr

*/

/* Tags style */
body {
	background-color: #FFFFFF;
}
body, body td {
	margin: 0px;
	font-size: 0.7em;
	font-family: Arial, sans-serif;
	color: #8C8C8C;
}
form {
	margin: 0px;
}
a, a:hover, a:active, a:visited {
	color: #279700;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: #249000;
	text-decoration: underline;
}

input {
	border: 1px #E2E2E2 solid;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
input.but {
	height: 20px;
	border: 1px #E2E2E2 solid;
	background-color: #FFFFFF;
	color: #279700;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}
input.inp, select.inp, textarea.inp {
	float: right;
	width: 97px;
	height: 20px;
	border: 1px #E2E2E2 solid;
}
input.inp_search {
	width: 337px;
	height: 20px;
	border: 1px #E2E2E2 solid;
	margin-bottom: 8px;
	color: #8C8C8C;
}
input.but_search {
	width: 97px;
	height: 20px;
	border: 1px #E2E2E2 solid;
	background-color: #FFFFFF;
	color: #279700;
	margin: 0px 0px 8px 4px;
	cursor: hand;
	cursor: pointer;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: Arial, sans-serif;
	color: #444444;
}
li {
	padding-top: 3px;
}

/* Blocks style */
#topBlock {
	padding: 9px 22px 4px 6px;
}
#topBlock a.links1 {
	font-size: 0.7em;
}
#topBlock a.links2 {
	margin: 0px 5px 2px 0px;
	display: block;
}
#tm_table td {
	padding-left: 4px;
}
.tm {
	padding: 0px;
}
/* Контент */
#content {
	padding: 14px 5px 0px 22px;
	background: url('../images/line_bg.gif') left top repeat-X #FFFFFF;
}
/* Таблица в контенте */
.content {
	margin-bottom: 8px;
}

#footer {
	background: url('../images/line_bg_bottom.gif') left top repeat-X #FFFFFF;
	padding: 19px 0px 0px 7px;
}
/* Elements style */
.title, .title_rm {
	background: url('../images/title_p.gif') left top no-repeat #FFFFFF;
	margin: 0px 0px 7px 4px;
	padding-left: 39px;
	height: 36px;
	border: 0px solid;
}
.title_rm {
	margin: 0px 0px 7px 1px;
	padding-left: 16px;
}
/*
.title span {
	background-color: #FFFFFF;
	padding: 8px 6px 6px 9px;
	line-height: 8px;
	color: #A2A2A2;
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: auto;
	border: 1px solid;
}
*/
.title td#text, .title_rm td#text {
	background-color: #FFFFFF;
	padding: 18px 2px 10px 5px;
	line-height: 8px;
	color: #603219;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	border: 0px solid;
}
.title_rm td#text {
	padding: 8px 2px 6px 4px;
}
.title td#remains {
	background: url('../images/title_bg.gif') left 9px repeat-x;
}
.arrow_h {
	background: url('../images/arrow_h.gif') left top repeat-X;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	border: 0px solid;
}