/*
//	Значения базовых элементов
//
//	23 декабря 2008 года
//	© Студия Ниазида, http://niazida.ru
*/
body {
	background: #f2f2f2/* url(imgs/body_bg.gif)*/;
	font-size: 12pt;
	color: #666;
	font-family: Georgia;
}

a {
	color: #b92025;
}

h1, h2, h3, h4, h5, h6 {
	//color: #666;
	color: #B92025;
}

h2.seo {
	font-size: 101%;
	font-weight: normal;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #7f7f7f;
	clear: both;
}

input, textarea, select {
	border: solid 1px #666;
}

textarea {
	font-family: Georgia;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*
//	Значения для таблиц
*/

table {
	border: solid 1px #7f7f7f;
	border-bottom-width: 5px;
	margin-bottom: 15px;
}

table td, table th {
	padding: 7px;
	border-bottom: solid 1px #7f7f7f;
}

table th {
	color: #ffffff;
	background: #7f7f7f;
	font-weight: bold;
}

table td {
	background: #ffffff;
}

.png {
	filter: expression(fixPNG(this));
}

div#YMapsID table, div#YMapsID tr, div#YMapsID td {
	border: none;
	padding: 0;
	margin: 0;
}
.YMaps-b-balloon-b, .YMaps-b-balloon-tl, .YMaps-b-balloon-tr {
	background: transparent;
}