html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0;
	/*vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
	vertical-align: top;
	background: transparent; /* устанавливаем фон прозрачным */
	color:#000; /* 4e4e4e */
	font-family:Arial,Verdana,sans-serif;
	font-size:13px;
	border-collapse:collapse;
}
body {
	background-color: #fff;
	color: #000;
	background:url(/img/bg-body.png) 50% 0 repeat-x;
	font-size:14px;
}

img {
	border:0;
}

a{	
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1 {
	font-weight: normal;
	font-size: 26px;
	text-align:center;
	padding:10px 0 10px 0;
}
h2 {
	font-size: 20px;
	text-align:center;
	padding:10px 0 10px 0;
}
p {
	padding:5px 0;
	font-size:14px;
	text-align: left;
}

#container {
	padding-bottom: 100px;
	width: 780px; /* 60%*/
	margin: 0 auto;
	min-width: 680px;
	min-height:: 680px;
}
#header {
	width: 90%;
	position:relative;
	margin: 0 auto;
	padding-top: 0px;
}
div.logo {
	text-align:center;
	position: relative;
	height: 150px;
	clear:both;
	padding-top: 50px;
}
.menu {
	padding-bottom:15px;
}
.menu ul
{
	text-align:center;
	margin: 0 0 10px 0;
	padding: 0px 0 0 0;
}
.menu ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px;
	list-style: none;
	display: inline;
}


/* CONTENT style */






.content {
	clear:both;
	position: relative;
	background-color:#FC0;
	padding: 10px 40px 40px 40px;
	border-radius: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.content a {
	text-decoration:underline;	
	font-size:14px;
}
.content a:hover {
	text-decoration:none;
}
#check {
	display:block;
	font-weight:bold;
	text-align:center;
	width:100%;
}
#check p{
	display:block;
	text-align:center;
}
#check label{
	display:block;
	font-weight:bold;
	text-align:center;
}
#check .small {
	color:#666;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	width:100%;
}
#check input {
	margin:5px 0px 5px 0px;
	width:300px;
	height:25px;
	text-align:center;
	font-size: 16px;
}
#check button {
	margin:15px 0px 0px 10px;
	font-weight:bold;
	padding:4px 25px;
	text-align: center;
}
#stat {
	text-align:left;
	top:10px;
	left:2%;
	position: relative;
	font-size: 12px;
	width:30%;
}

#stat a{
	color:#000;
	text-decoration:underline;	
}
#stat a:hover{
	color:#000;
	text-decoration:none;
}
div#result {
	clear: both;
	font-size: 0.9em;
	padding-top:20px;
	width: 90%;
	margin: 0 auto;
}
div#result h2 {
	font-size:1.2em;
	text-align:center;
	font-weight: bold;
}





/* FOOTER style */
#footer {
	text-align:center;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ebebeb;
	width: 780px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#footer a {
	font-size: 14px;
}
/* End FOOTER style */


div.dash {
	height: 24px;
	border-bottom: 1px dashed #999;
	margin-bottom: 24px;
	padding: 0;
}
.cdate {
	padding-bottom: 3px;
	display: block;
	color: #333;
}
.gname {
	padding-bottom: 3px;
	display: block;
	color:#000;
	font-weight: bold;
}



#footer ul
{
	text-align:center;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0px 0 0 0;
}
#footer ul li
{
	font-size: 100%;
	font-weight: bold;
	margin: 0 10px;
	list-style: none;
	display: inline;
}


#search label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:190px;
	float:left;
}
#search .small{
	color:#666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:190px;
}
#search input{
/*	width:150px;
*/	margin:2px 0 15px 10px;
}
#search select {
	margin:2px 0 15px 10px;
}
#search textarea {
	margin:2px 0 15px 10px;
	width: 400px;
	height: 100px;
}
#search button{ 
	margin-left:200px;
	font-weight:bold;
	margin-bottom:20px;
	padding:4px 25px;
}



table a {
	color: #000;
}
table a:hover
{
	text-decoration:underline;	
}

table {
	margin: 0 auto;
	width: 100%;
	font-size: 8pt;
}
table thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
}

table tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}
table td {
	padding: 3px 10px;
	border-bottom: 1px dotted #aaa;
}

table td.center {
	text-align: center;
	border-bottom: 1px dotted #aaa;
}
table#things {
	margin: 0 auto;
	width: 90%;
    font-size: 8pt;
}
#result a{	
	color:#000;
	text-decoration:underline;
}
#result a:hover{
	color:#F90;
	background-color:transparent;
	text-decoration:underline;
}




/* 2011.06.17 */

/*фильтр */
#filtr {
	border:0;
}
#filtr td{
	border:0;
	padding:0;
	margin:0;
}
#filtr td.label {
	font-weight:bold;
	text-align:right;
	padding:4px 3px 0 0;
}
#filtr .tf {
	width:140px;
}
#filtr .sel {
	width:140px;
}
#filtr .btn {
	width:100px;
	height:25px;
}


#list td {
	font-size:13px;
}
#list td a{
	font-size:13px;
}

.nav {
	margin:5px 0 0 0;
}



.info_box {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
}
/* добавление коммента */
#add_comment td{
	border:0;
	text-align:left;
	padding:0;
	margin:0;
}
#add_comment td.label {
	font-weight:bold;
	text-align:right;
	padding:4px 3px 0 0;
}
#add_comment .tf {
	width:250px;
}
#add_comment .cb {
	padding:0;
	margin:0;
}
#add_comment .ta {
	width:300px;
	height:150px;
	padding:0;
	margin:0;
}
#add_comment .btn {
	width:100px;
	height:25px;
}
#add_comment .small{
	color:#666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	padding-right:2px;
}


/* форма регистрации */
#register {
	margin-left:110px;
}
#register td{
	border:0;
	text-align:left;
	padding:0;
	margin:0;
	padding-bottom:3px;
}
#register td.label {
	font-weight:bold;
	text-align:right;
	padding:4px 3px 0 0;
}
#register .tf {
	width:150px;
}
#register .btn {
	width:150px;
	height:25px;
}
/* форма авторизации */
#auth {
	margin-left:60px;
}
#auth td {
	border:0;
	text-align:left;
	padding:0;
	margin:0;
	padding-bottom:3px;
}
#auth td.label {
	font-weight:bold;
	text-align:right;
	padding:4px 3px 0 0;
}
#auth .tf {
	width:150px;
}
#auth .cb {
	padding:0;
	margin:0;
	margin-top:7px;
}
#auth .btn {
	width:150px;
	height:25px;
}

/* форма настроек */
#settings td{
	border:0;
	text-align:left;
	padding:0;
	margin:0;
}
#settings td.label {
	font-weight:bold;
	text-align:right;
	padding:4px 3px 0 0;
}
#settings .tf {
	width:250px;
}
#settings .btn {
	width:100px;
	height:25px;
}
#settings .small{
	color:#666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	padding-right:2px;
}



p.header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 0px;
}


.content p {
	padding-left:0;
}
h2 {
	text-align:left;
}

#del_marker {
	font-weight:bold;
}

.add_form {
	border-collapse:collapse;
}
.add_form td {
	padding:0;
	margin:0;
	border:0;
	vertical-align:top;
	font-size:14px;
	padding-bottom:5px;
}

.add_form td.label {
	width:200px;
	font-weight:bold;
	text-align:right;
	padding:3px 5px 0 0;
}	
.add_form .small{
	color:#666;
	font-size:11px;
	display:block;
}
.add_form .sel {
	width:100px;
}
.add_form .tf {
	width:250px;
}
.add_form .ta {
	width:300px;
	height:150px;
}
.btn {
	width:100px;
	height:30px;
}

.error_box {
	border:2px solid #000;
	background-color:#fff;
	padding:2px 10px;
	margin-bottom:10px;
}


/* в гугл карте блок без скролла */
.info_window {
	width:350px;
}


