/*
Главные стили
*/
* { margin:0px; padding:0px; }
img { border:0px; }
html { font-size:100.01%; }
body { width:100%; background:url('images/bg_header.gif') #fff repeat-x; font-weight:normal; font-size: 15px; line-height:23px; color:#555; text-align:left; }
a { color:#6b40a6; text-decoration:none; border-bottom:1px dashed #6b40a6; }
s { font-weight:bold; color:#cb3500; }
p { padding:0px 0px 10px 27px; }
body, h2, .news p, .news span {font-family: "Trebuchet MS";}
table, td { border-collapse:collapse; border-spacing:0; vertical-align:top; border-color:#7F7F7F;}
h2 { color:#6b40a6; font-weight:normal; font-size:25px; padding:30px 0 20px; }
h3 { color:#cb3500; font-weight:normal; font-size:20px; font-family: Arial; }
.clear { clear:both; }
/* Шапка */
#header { width:1000px; height:120px; margin:0 auto;  }
#header a { border-bottom:none; }
#header div { padding:30px 0 0 15px; float:left; }
/* Флеш */
#hot { padding-top:5px; border-bottom:1px solid #a0a0a0; line-height:1px; }
#hot a { border-bottom:none; }
#line { height:1px; border-bottom:1px dotted #ccc; }
/* Меню */
#header ul { float:right; padding:30px 10px 0 0; }
#header li { display:block; float:left;  }
#header li a { display:block; padding:20px 25px; color:#6b40a6; border-right:1px dotted #ccc; }
#header li a:hover { color:#f40000; text-decoration:none; border-right:1px dotted #f40000; }
/* Блоки */
#content {
	width:1000px;
	margin:0 auto;
}

/* Новости */
.news {
	float:left;
	width:280px;
	padding:0px 30px;
}
.news h2 { color:#cb3500 !important; }
.news p { font-weight:normal; font-size: 13px; padding:0; }
.news span { font-style:italic; font-size: 14px; color:#d2d2d2; }
.news div { padding:10px 0px 10px 27px; }
.post {padding:10px;}
.summary { padding:20px 0 20px 27px;}
.summary p { padding:0 0 0px 0px;}
.more { background:url('images/im.gif') no-repeat; padding:20px 0 17px !important; }
.more a { color:#cb3500; font-weight:normal; font-size: 14px; font-family: Arial; border-bottom:1px dashed #cb3500; padding-bottom:2px; }
.readmore {padding:0px 0px 20px 27px !important;}
/* Текст */
.text { float:right; width:650px; }
.text h2 { color:#cb3500; }

/* Подвал */
#footer {width:100%; height:80px; margin-top:20px; background:url('images/bg_footer.gif') repeat-x #000; clear:both; }
#footer span { display:block; padding:27px 0px 0px 30px; color:#ccc; }

.flcity {
	float:left;
}
.city_list {
	float:left;
	padding-left:5px;
	position:relative;
	width:128px;
	cursor:pointer;
	color:#6B40A6;
}
.city_list .pop {
	position:absolute;
	left:100%;
	top:0;
	display:none;
	width:300px;
	border:2px solid #CCC;
	background:#FFF;
	padding:5px;
	color:#555;
}
