﻿.news-wrapper
{
	width: 570px;
	left: 40px;
}
.news-title
{
	float: left;
	height: 20px;
	z-index: 11000;
	border-radius-topleft: 3px;
	border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.news
{
	width: 570px;
	height: 20px;
	border-radius-topright: 4px;
	border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 20px;
}
.headline
{
	position: absolute;
	font-size: 12pt;
	height: 20px;
	overflow: hidden;
	z-index: 1;
	font-family: 'Ubuntu Condensed', sans-serif;
	left: 30px;
	/*overflow: hidden;*/
}
.headline a
{
	background-image: url(gaindi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 16px;	
}
.headline a, .headline a:active, .headline a:visited
{
	color: #FFF;
	text-decoration: none;
}
.headline a:hover
{
	color: #FFF;
	text-decoration: none;
}


.preview-wrapper
{
	font-size: 10pt;
	padding-top: 8px;
	width: 308px;
	height: 120px;
	position: absolute; /*margin: auto;*/
	z-index: 19;
}
.preview
{
	width: 292px;
	height: 120px;
	background-color: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 2px #29166f;
	padding: 8px;
	font-size: 9pt; /*overflow: hidden;*/ /*background: url(bg.jpg) repeat-x repeat-y;*/
}
.preview h4, .preview p
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.preview h4
{
	font-size: 10pt;
	color: White;
	font-weight: normal;
	width: 290px;
	height: 16px;
}
.preview p
{
	color: #9f9e9e;
	width: 290px;
	height: 120px;
}
.preview a
{
	font-size: 11px;
	color: #9f9e9e;
	text-decoration: none;
	margin-left: 4px;
}
.preview a:hover
{
	text-decoration: underline;
	color: Yellow;
}
.tip
{
	margin: auto;
	width: 13px;
	height: 9px;
	background-image: url(cor.png);
}
.news-wrapper.multiple
{
	
	overflow: hidden;
}
.news-wrapper.multiple .news-title
{
	float: left;
}
.news-wrapper.multiple .news
{
	float: left;
	
}
.news-wrapper.multiple .headline
{
	position: relative;
	float: left;
	margin-left: 0px;
}
