

#fresh_news {/* general wrapper */
	width: 715px;
	height: 300px;
	color: white;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	background-color: #939292;
	font-size: 13px;
}
#fresh_news a {
	color: white;
	/*border-bottom: 1px dotted #FFF;*/
}
#fresh_news img {/* big photo */
	width: 400px;
	height: 300px;
}
ul#themes {/* themes wrapper */
	margin-top:0px;
	top: 0px;
	left: 348px;
	width: 330px;
	height: 300px;
	position: absolute;
}

#themes li {/* one theme */
	height: 100px;
	overflow: hidden;
	cursor: pointer;
}

#themes a.Re {/* theme - comments count */
	background: url("img/re1.gif") no-repeat;
	padding: 3px 0px 8px 0px;
	font-size: 70%;
	float: right;
	text-align:center;
	width: 47px;
}
#themes h2 {/* theme - caption */
	clear: both;
	font-size:16px;
	margin:2px 5px 0px 0px;
}
#themes li cite {/* theme - description */
	overflow: hidden;
	font-size:13px;
	font-style: normal;
	margin-top: 6px;
	margin-right: 5px;
	display: none;
}

#themes li.current_themes {/* selected theme */
	background: url("img/red_arrow_big.png") no-repeat;
}

#themes li.current_themes a.Re {/* selected theme - hide comments count */
	display: none;
}
#themes li.current_themes cite {/* selected theme - show description */
	display: block;
}

#themes li div {/* theme texter*/
	padding: 7px 20px 10px 30px;
}
#themes li.current_themes div {/* selected theme texter*/
	padding: 2px 5px 5px 23px;
}

#fresh_news img {/* for starter, hide all big photos */
	display: none;
}
#fresh_news img.current_themes_img {/* for starter, display big photo for selected theme */
	display: block;
}
#fresh_news span {/* big photo  - comments count */
	background: url("img/re2.gif") no-repeat;
	padding: 1px 5px 10px 0px;
	font-size: 60%;
	text-align:center;
	width: 46px;
	position: absolute;
	left: 18px;
	top: 10px;
}


div.nwzer_index#fresh_news {/* general wrapper */
	width: 658px;
	background:#939292 url(img/bg_newzer5.jpg) no-repeat 400px;
}
div.nwzer_index ul#themes {/* themes wrapper */
	width: 273px;
}
div.nwzer_index #themes li {/* one theme */
	height: 60px;
	overflow: hidden;
	cursor: pointer;
}
div.nwzer_index #themes li.current_themes {/* selected theme */
	background: url("img/red_arrow_big5.png") no-repeat;
}

div.nwzer_index #themes li cite {/* theme - description */
	position: absolute;
	left: -345px;
	bottom: 3px;
	width: 365px;
	height: 47px;
	padding:5px 10px;
	background: url(../../_bmp/trans50.png) repeat;
}
div.nwzer_index #themes li div {/* theme texter*/
	padding: 2px 2px 10px 30px;
}
div.nwzer_index #themes li.current_themes div {/* selected theme texter*/
	padding: 0px 2px 5px 23px;
}


div.nwzer_index #themes h2 {/* theme - caption */
	font-size:15px;
}




div.nwzer_narrow#fresh_news {/* general wrapper */
	/*width: 715px;*/
	width: 665px;
	background:#939292 url(img/bg_newzer3.jpg) no-repeat 360px;
}
div.nwzer_narrow#fresh_news img {/* big photo */
	/*width: 400px;*/
	width: 400px;
	margin-left:-40px;
}
div.nwzer_narrow ul#themes {/* themes wrapper */
	/*left: 348px;*/
	/*width: 330px;*/
	left: 308px;
	width: 320px;
}
div.nwzer_narrow #themes li.current_themes div {/* selected theme texter*/
	/*padding: 2px 5px 5px 23px;*/
	padding: 2px 2px 5px 16px;
}
