body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background-color: White;
	color: #333333;
	
	padding: 5px;
	margin: 5px;
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

textarea {
}

input {
	height: 21px;
	line-height: 11px;
}

select {
	height: 19px;
	line-height: 11px;
}

input.button {
	font-weight: bold;
	height: 40px;
	line-height: 25px;
	color: #0F3705;
}

hr {
	color: #F2C300;
	height: 2px;
	padding: 0;
	margin: 0;
	background-color: #F2C300;
	border: none;
}

ul li {
	padding-bottom: 4px;
}

h1 {
	text-align: left;
	
	color: Black;
	
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* ----------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 1px;
	color: #004699;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #F2C300;
}

/* ----------------------------------------------------------- */

a.bezpod:link, a.bezpod:visited {
	text-decoration: none;
}
a.bezpod:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------- */

.refLink {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 1px;
	color: #004699;
	cursor: pointer;
}
.refHover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #F2C300;
	cursor: pointer;
}

/* ----------------------------------------------------------- */

img.button {
	cursor: pointer;
}

/* ----------------------------------------------------------- */

.navOsn {
	color: Silver;
	cursor: default;
	
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
.navOsn a:link, .navOsn a:visited {
	text-decoration: none;
}
.navOsn a:hover {
	text-decoration: none;
}
.cur {
	color: #A52A2A;
}

/* ----------------------------------------------------------- */

.label {
	color: Gray;
}

/* ----------------------------------------------------------- */

#authors {
	font-size: 10px;
	color: Black;
	line-height: 13px;
	cursor: default;
}

/* ----------------------------------------------------------- */

#breadcrumbs {
	color: Silver;
	font-size: 10px;
	line-height: 13px;
	cursor: default;
	margin-top: 1px;
	margin-bottom: 7px;
	text-align: left;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}

/* ----------------------------------------------------------- */

.alarm {
	color: Red;
}

/* ----------------------------------------------------------- */

.preloader {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ----------------------------------------------------------- */

.sections table {
	font-size: 11px;
	line-height: 15px;
}

.sections a:link,
.sections a:visited {}
.sections a:hover {}

.sections .count {
	color: Silver;
	font-weight: normal;
}

.sections .desc {
	font-weight: normal;
	color: Silver;
	font-size: 10px;
}

/* ----------------------------------------------------------- */

.sectionsFromObject {
	font-size: 10px;
	margin-bottom: 30px;
	margin-left: 150px;
}

/* ----------------------------------------------------------- */

#siteImg {
	border: 3px solid #DCDCDC;
}

.siteName {}

.siteDesc {
	font-size: 11px;
	line-height: 15px;
	margin-left: 150px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.siteDesc2 {
	font-size: 11px;
	line-height: 15px;
	margin-left: 50px;
	margin-bottom: 40px;
	margin-top: 5px;
	text-align: justify;
}

div.siteImg {
	margin-left: 150px;
}

/* ----------------------------------------------------------- */

.advertLabel {
	color: Silver;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 3px;
}

/* ----------------------------------------------------------- */

#counters img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    filter: alpha(opacity=50); /* IE 5.5+*/
}

#counters a:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 1;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 1;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    filter: alpha(opacity=100); /* IE 5.5+*/
}

/* ----------------------------------------------------------- */

.contInfo {
	border: 2px solid #F2C300;
	position: relative;
}
.contInfo .info {
	padding: 25px 20px 25px 150px;
	font-size: 11px;
	line-height: 15px;
}
.contInfo .i {
	padding: 10px 20px 20px 80px;
	font-size: 48px;
	line-height: 50px;
	position: absolute;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #DCDCDC;
}
.contInfo .i span {
	position: relative;
	top: 4px;
}

/* ----------------------------------------------------------- */

.contRek {
	border: 2px solid Silver;
	padding: 20px;
}

/* ----------------------------------------------------------- */

.labelSearch {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: White;
	margin-bottom: 1px;
	margin-left: 1px;
}

/* ----------------------------------------------------------- */

.friendLinks {
	color: #A9A9A9;
	font-size: 10px;
	line-height: 13px;
	margin-top: 30px;
}

/* ----------------------------------------------------------- */

.countSitesAll {
	font-size: 11px;
	text-align: right;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------- */

.rss_description,
.rss_description table {
	font-size: 11px;
}
.rss_description td {
	padding: 7px;
}
.rss_description .br {
	margin-bottom: 4px;
}
.rss_description a img {
	border: 1px solid Silver;
}

/* ----------------------------------------------------------- */

