 @charset "windows-1251";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #6a005e;
	background-image: url('img/back.png');
}

a, a:link, a:visited {
	color: #02a5a1;
}

a:hover, a:active {
	text-decoration: none;
	color: #02a5a1;
}

#wrap_header {
	width: 100%;
	background-image: url('img/head_bg.png');
	background-repeat: repeat-x;
}

* {
	border: 0;
}

input, textarea, select {
	border: 1px solid #6a005e;
}

#info {
	float: right;
	width: 300px;
	height: 100px;
	border: 1px solid #480040;
	background-color: #D8D0D7;
	position: absolute;
	left: 55%;
	top: 3%;
	padding: 5px;
	color: #6a005e;
	background-image: url('img/info_bg.png');
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#info img {
	float: left;
	margin-right: 3px;
}

#info span {
	display: block;
	margin: 6px 0;
}

#info b {
	display: block;
	font-size: 13px;
}

#info label {
	display: block;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
	cursor: pointer;
}

#info .auth {
	padding-left: 60px;
	margin: 7px 0px;
}

#info .links {
	
}

#info .links a {
	margin: 0 25px;
}

#login_pass_submit {
	position: absolute;
	bottom: 50px;
	left: 230px;
	width: 63px;
}

#logo {
	float: left;
}

#header {
	width: 780px;
	margin: 0 auto;
	height: 90px;
	color: white;
	overflow: hidden;
}

#top_menu {
	width: 780px;
	margin: 0 auto;
	height: 22px;
	overflow: hidden;
}

#top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
	left:2%;
	float: left;
}

#top_menu ul li {
	display: block;
	float: left;
	position:relative;
}

#top_menu ul li a {
	display: block;
	padding: 3px 10px;
	color: white;
	text-decoration: none;
}

#top_menu ul li a:hover {
	background-color: white;
	color: #6a005e;
}

#new_message {
	width: 700px; 
	margin: 0 auto;
	padding: 10px 0;
}

#new_message a {
	color: red;
	font-weight: 700;
}

#new_message span {
	color: red;
	font-weight: 700;
}

#wrap_adv {
	width: 730px;
	margin: 34px auto 10px auto;
	overflow: hidden;

}

.adv_head {
	height: 30px;
	background: url('img/left.png') left no-repeat, url('img/right.png') right no-repeat, url('img/center.png') center repeat-x;
}

.adv_head span {
	font-size: 13px;
	color: white;
	padding: 5px 0 0 5px;
	display: block;
	font-weight: 700;
}

#adv {
	border: 1px solid #6a005e;
	background-color: #D8D0D7;
	border-top: none;
	overflow: hidden;
	
}


#content {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
	
}

#left {
	width: 200px;
	float: left;
}

.text_recover {
	text-align: center;
	margin-top: 20px;
}

#email {
	display: block;
	margin: 10px auto;
	width: 200px;
}

.text_recover #submit {
	height: 21px;
	background: url('img/link_left.png') left no-repeat, url('img/link_right.png') right no-repeat, url('img/link_center.png') center repeat-x;
	cursor: pointer;
	color: white;
	width: 300px;
	margin: 0 auto;
	display: block;
}

.block {
	border: 1px solid #6a005e;
	margin: 0px 5px 15px 5px;
	background-color: #d8d0d7;
	padding: 5px;
	border-top: none;
	
/*	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; */
	
}

#left .block_head {
	margin: 0px 5px;
	height: 30px;
	background: url('img/left.png') left no-repeat, url('img/right.png') right no-repeat, url('img/center.png') center repeat-x;
}

.block_head span {
	font-size: 13px;
	color: white;
	padding: 5px 0 0 5px;
	display: block;
	font-weight: 700;
}

.block p {
	margin: 0 0 5px 0;
}

.block form {
	margin: 0;
}

.block input {
	
}

#right {
	width: 590px;
	overflow: hidden;
}

.cat_head {
	margin: 0px 10px 0px 10px;
	height: 30px;
	background: url('img/left.png') left no-repeat, url('img/right.png') right no-repeat, url('img/center.png') center repeat-x;
}

.cat_head span {
	font-size: 13px;
	color: white;
	padding: 5px 0 0 5px;
	display: block;
	font-weight: 700;
}

.cat {
	border: 1px solid #6a005e;
	margin: 0px 10px 15px 10px;
	background-color: #D8D0D7;
	border-top: none;
	overflow: hidden;
}

#form_table {
	margin: 10px 0px 10px 0px;
	width: 100%;
}

#form_table #submit, center #submit {
	height: 21px;
	background: url('img/link_left.png') left no-repeat, url('img/link_right.png') right no-repeat, url('img/link_center.png') center repeat-x;
	cursor: pointer;
	color: white;
}

.cat center {
	margin: 20px auto;
}

.newmessage #submit{
	height: 21px;
	background: url('img/link_left.png') left no-repeat, url('img/link_right.png') right no-repeat, url('img/link_center.png') center repeat-x;
	cursor: pointer;
	color: white;
	width: 300px;
	margin: 0 auto;
	display: block;
}

#day {
	width: 35px;
}

#month {
	width: 70px;
}

#year {
	width: 50px;
}

.t8
{
color:#D7E1D5;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
text-align:center;
}

.town_div
{
margin-top: 5px;
width:340px;
height:1px;
border:solid 1px #0059AA;
overflow:hidden;
}



div#tip {
	display: none;
	margin: 3px 3px 0 20px;
	padding: 3px 10px;
	color: white;
	font-size: 11px;
	border: 1px dotted white;
}

#tip font {
	display: block;
	color: red;
}

span#tip {
	float: right;
	display: none;
	margin: 0 20px 0 0;
	padding: 2px 10px;
	color: white;
	font-size: 11px;
	border: 1px dotted white;
}

#form_table tr td {
	padding: 3px 0px;
	vertical-align:top;
}

.poisk {
	width: 90%;
	height: 150px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	margin: 8px auto;
	line-height: 1.3em;
	background-image: url('img/poisk_back.png');
	background-repeat: no-repeat;
}

.img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 100px;
	height: 142px;
	background: url('img/foto_142.png') no-repeat;
	overflow: hidden;
}

.img img {
	width: 88px;
	margin: 9px auto;
	display: block;
}

.users {
	margin: 20px;
	line-height: 1.5em;
}

.users .about {
	
}

.users .other {
	padding-left: 20px;
	margin-top: 20px;
}

.poisk h3 {
	text-align: center;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-family: Verdana;
	font-weight: 400;
}

.messages {
	padding: 0;
	width: 92%;
	margin: 20px 20px;
}

.viewmessage, .newmessage {
	width: 80%;
	margin: 20px auto;
}

.viewmessage div#text_message {
	width: 98%;
	height: 150px;
	padding: 5px;
	overflow: auto
}

.viewmessage td, .newmessage td {
	background-color: white;
	padding: 5px;
}

.viewmessage .cell1 {
	width: 80px;
}

.newmessage input, .newmessage textarea  {
	width: 98%;
}

.newmessage textarea {
	height: 100px;
}

.messages  td {
	background-color: white;
	padding: 5px;
	text-align: center;
}

.post_head {
	font-weight: 700;
}

tr.head_table td {
	text-align: center;
	vertical-align: top;
	font-weight: 700;
	font-size: 14px;
	background-color: white;
}

.name {
	width: 90px;
}

.auct {
	width: 90px;
}


#actions {
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
}

#actions a {
	display: block;
	float: left;
	padding-top: 3px;
	margin: 3px 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 21px;
	color: white;
	background: url('img/link_left.png') left no-repeat, url('img/link_right.png') right no-repeat, url('img/link_center.png') center repeat-x;
	text-decoration: undercover;
	font-size: 11px;
}

#pages {
	text-align: center;
	padding: 20px;
}

#pages a:link, #pages a:visited {
	display: inline;
	height: 16px;
	background: url('img/link_left.png') left no-repeat, url('img/link_right.png') right no-repeat, url('img/link_center.png') center repeat-x;
	font-size: 10px;
	padding: 5px 4px;
	margin: 0 3px;
	overflow: hidden;
	color: white;
	text-decoration: none;
}

#pages a:hover, #pages a:active {
	text-decoration: underline;
}



#wrap_footer {
	width: 100%;
	border-top: 1px solid #6a005e;
}

#footer {
	width: 790px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.counters {
	width: 100px;
	text-align: right;
	float:right;
	padding-right:10px; 
}

#rules {
	margin: 10px;
}
