body {
	font:13px "Tahoma";
	color:#602c23;
}

.index .block.advices {
	color:#fff;
}

.index .block.news {
	color:#6a6760;
}

h1 {
	margin-bottom:11px;
}

h2 {
	color:#9a786f;
	font-weight:bold;
}

strong {
	font-weight:bold;
}

.block {
	font-size:12px;
}

.date {
	color:#8c8a87;
}

.block h2 {
	margin-top:12px;
}

ul li {
	background:url("../images/bullets/li-b.png") no-repeat left 6px;
	padding-left:11px;
	line-height:19px;
}

a {
	color:#33a9d8;
}
.block.advices a {
	color:#fff;
} 
.block.about a {
	color:#8f6658;
}

a.ab {
	background:url("../images/bullets/a.png") no-repeat right 6px;
	padding-right:11px;
}

.news-link a {
	display:block;
	height:31px;
	line-height:31px;
	background:url("../images/bullets/a.png") no-repeat right center;
}

.breadcrumbs a {
	color:#009bdf;
	font-size:11px;
	background:url("../images/bullets/a.png") no-repeat right center;
	padding-right:11px;
	margin-right:8px;
}
	.breadcrumbs .current {
		color:#602c23;
		font-weight:bold;
	}

.separator {
	height:20px;
}

label.required-error, label.email-error {
	color:#f00;
} 

input.text, textarea.text {
	width:300px;
	padding:2px;
	border:#009bdf solid 1px;
}
input.required-error, textarea.required-error {
	border-color:#f47724;
}

.wrapper {
	margin-bottom:10px;
}

