* {
	padding:0;
	margin:0;
}

body {
	font:0.8em Verdana;
	color:#464646;
	background:#fff;
}

a {
	color:#087FA3;
}

a:hover {
	text-decoration:none;
}

p {
	margin-bottom:10px;
}

h1 {
	color:#fff;
	text-transform:uppercase;
	border:1px solid #eee;
	background:#F35454;
	font:1em Tahoma;
	font-weight:bold;
	width:200px;
	padding:6px 8px;
	text-align:center;
	position:relative;
	top:-15px;
	left:50px;
}

h2 {
	border-bottom:1px solid #3BB1A4;
	font:1em Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	color:#F35454;
	padding:10px 0 10px 35px;
	background:url("../images/h2.gif") no-repeat left center;
	margin-bottom:10px;
}

h3 {
	color:#0098C6;
	text-decoration:underline;
	font:1.6em Verdana;
	font-weight:normal;
	margin-bottom:10px;
}

img {
	border:0;
}

/* Структура сайта */

#wrapper {
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

#container {
	width:100%;
	float:left;
	margin-right:-220px;
}

#content {
	margin-right:220px;
}

/* Шапка сайта */

#header {
	height:145px;
}

#logo {
	float:left;
	margin:10px 0 0 2px;
}

#header ul {
	float:right;
	margin:15px 15px 10px 0;
}

#header li {
	list-style:none;
	display:inline;
	margin-left:20px;
}

#header li a {
	color:#0A7B93;
	font-weight:bold;
	text-decoration:none;
}

#header li a:hover {
	text-decoration:underline;
}

/* Меню поиска */

#search {
	background:url("../images/search_bg.png") repeat-x top;
	float:right;
	margin-right:15px;
	color:#fff;
	width:74%;
}

#search .inside1 {
	background:url("../images/search_left.png") no-repeat left top;
}

#search .inside2 {
	background:url("../images/search_right.png") no-repeat right top;
	height:61px;
	padding:7px 20px;
	line-height:18px;
}

.textbox {
	border:1px solid #fff;
	background:#fff;
	height:18px;
	width:90%;
}

.button {
	color:#fff;
	border:1px solid #fff;
	background:#0D6585;
	font:1em Verdana;
	vertical-align:bottom;
	height:20px !important;
	height:21px;
	padding:0 2px;
}

/* Центральная колонка */

#main {
	margin-left:210px;
}

.news {
	margin:0 0 15px 0;
	border:1px solid #ccc;
	padding:0 15px 15px;

}
.shortnews {
	margin:0px 0 5px 0px;
	border-bottom:0px solid #ccc;
	padding:0px 15px 15px 0px;

}
.short {
	border-bottom:1px solid #CCCCCC;
	height:102px;
	margin:5px 0pt;
	padding:1px;
}

.short img {
	margin:3px;
	width:90px;
	height:90px;
	float:left;
}
.short span img {
	margin:3px;
	width:120px;
	height:120px;
	float:left;
}

.gray {
	color:#959595;
	font-size:0.8em;
}

.story {
	color:#464646;
	text-decoration:none;
}

.short span a {
	color:#464646;
	text-decoration:none;
	font-size:0.8em;
}

.short span a:hover {
	text-decoration:underline;
}
.full {
	margin-bottom:25px;
}

.full img {
	margin:3px;
	width:90px;
	height:90px;
	float:left;
}

.full span a {
	color:#959595;
	text-decoration:none;
	font-size:0.8em;
}

.full span a:hover {
	text-decoration:underline;
}

/* Левая колонка */

#left {
	width:190px;
	float:left;
	padding:0 10px 15px;
	margin-top:-15px;
	position:relative;
	z-index:9;
}

#left ul {
	list-style:none;
	margin:0 0 0 22px;
}

#left li a {
	color:#0F85A9;
	text-decoration:none;
	font-weight:bold;
}

#left li a:hover {
	text-decoration:underline;
}
#horoscope {
	font-size:0.85em;
	overflow:hidden;
	height:auto !important;
	height:1%;
}

#horoscope dl {
	width:33%;
	float:left;
	text-align:center;
	margin-bottom:7px;
}

/* Правая колонка */

#sidebar {
	width:200px;
	float:right;
	padding:0 10px;
	margin:-15px 0 15px;
}

.small {
	font-size:0.85em;
	padding:3px;
	margin-bottom:10px;
}

.small img {
	float:left;
	margin-right:5px;
	width:50px;
	height:50px;
}

.sale {
	padding:3px;
	margin-bottom:10px;
	line-height:18px;
}

.sale img {
	float:left;
	width:70px;
	height:70px;
	margin-right:5px;
}

.green a {
	color:#08A62B;
	font-weight:bold;
	text-decoration:none;
}

/* Подвал сайта */

#footer {
	border-top:8px solid #0A9D8D;
	padding:12px;
	font-size:0.85em;
}

#footer img {
	float:right;
	margin-left:5px;
}

#nav {
	margin-left:180px;
}

#footer a {
	color:#0072BC;
	font-weight:bold;
}

/* Обратная связь */

.feedback {
	width:60%;
	border-collapse:separate;
}

.feedback td {
	padding:3px;
}

.textform {
	border:1px solid #ccc;
	background:#fff;
}

.feedback textarea {
	width:300px;
	height:100px;
	border:1px solid #ccc;
	background:#fff;
}

/* Дополнительные классы */

.clearing {
	height:0;
	clear:both;
	font-size:0;
}

.right {
	float:right;
}

.left {
	float:left;
}