/* News Detail */
div.module.news div.detailview div.container.mediaCount{
	/*background: #fff url("/Images/1/bgGrayWhite90R.png") repeat-y right top;*/
	background-color:#fff;
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	left:-40px;
	padding:3px 5px 3px 3px;
	position:absolute;
	top:280px;
	z-index:-5 !important;
	width:40px;
}
div.module.news div.detailview div.container.mediaCount hr{
	color: #999;
	background-color: #999;
	border:0;
	height:1px;
}

div.module.news div.detailview div.container.mediaCount .container{
	display:block;
	height:20px;
	line-height:20px;
	margin:3px;
	border-bottom:1px solid #999;
}
div.module.news div.detailview div.container.mediaCount .container.item2{
	border-bottom:none;
}
div.module.news div.detailview div.container.mediaCount .iconSprite{
	float:left;
}
div.module.news div.detailview .headline {
	margin-top: 10px;
}
div.module.news div.detailview .date, div.module.news div.detailview .category{
	font-weight:bold;
	color:#333;
}

div.module.news div.detailview .category{
	float:right;
}
div.module.news div.detailview .teaser01{
	color:#333;
	font-weight:bold;
}
div.module.news div.detailview a.bigImageLink{
	background: #fff url("/Images/1/bgGrayWhite.png") repeat-x left bottom;
	border:1px solid #999;
	display:block;
	float:left;
	height:270px;
	margin:10px 10px 10px 0;
	overflow:hidden;
	position:relative;
	width:480px;
}
div.module.news div.detailview div.imageContainer {
	*width:auto;
	*height:auto;
	min-width: 110px;
	min-height:292px;
	float:right;
}
div.module.news div.detailview a.bigImageLink img{
	border:0;
}
div.module.news div.detailview div.imageContainer a.imageLink h6,
div.module.news div.detailview a.bigImageLink h6{
	background-color:#fff;
	bottom:0;
	color:#000;
	left:0;
	margin:0;
	overflow:hidden;
	padding:5px;
	position:absolute;
   
}
div.module.news div.detailview div.imageContainer a.imageLink h6{
	font-size:0.8em;
	font-weight:normal;
}
div.module.news div.detailview div.imageContainer ul.list.imagelist{
	margin:9px 0 0 0;
	width:auto;
}
div.module.news div.detailview div.imageContainer ul.list.imagelist li{margin:0 0 8px 0;}
div.module.news div.detailview div.imageContainer a.imageLink {
	display:block;
	height:60px;
	overflow:hidden;
	position: relative;
	text-decoration:none;
	width: 116px;
	border:1px solid #999;    
}
div.module.news div.detailview div.imageContainer a.imageLink.linkItem0 .iconZoom{
	display:block;
}
div.module.news div.detailview div.mainContainer {
}
div.module.news div.detailview div.mainContainer h1.mainHeadline{
	margin-bottom:5px;
}
div.module.news div.detailview p.description{
}
div.module.news div.detailview div.mainContainer div.social{
	margin-top:10px;
	width:100%; /*Fix for IE 7*/
}
div.module.news div.detailview div.mainContainer div.social .voting{
	float:right;
}

div.module.news div.detailview p.usernews{
	font-style:italic;
}

.iconZoom {
	background-color:#fff;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	position: absolute;
	right: 0;
	top: 0;
}
.comment h3{font-size:1.0em;}

div#asmvi12301,
div#asmvi12301 div.MediaPlayer,
div#asmvi12301 div#MediaPlayerVideo_player_wrapper{
	z-index:0 !important;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.StarRating div.star-rating { float: left; width: 16px; height: 16px; text-indent: -999em; cursor: pointer; display: block; background: transparent; overflow: hidden; }
.StarRating div.rating-cancel, div.rating-cancel a { display: none; background: none; }
.StarRating div.star-rating, div.star-rating a { background: url(/Images/common/icons/16x16/star.png) no-repeat 0 0px; }
.StarRating div.star-rating a { display: block; width: 16px; height: 100%; background-position: 0 0px; border: 0; }
.StarRating div.star-rating-on a { background-position: 0 -16px !important; }
.StarRating div.star-rating-hover a { background-position: 0 -32px; }
/* Read Only CSS */
.StarRating div.star-rating-readonly a { cursor: default !important; }
/* Partial Star CSS */
.StarRating div.star-rating { background: transparent !important; overflow: hidden !important; }
/* END jQuery.Rating Plugin CSS */
.noRating .voting { display:none !important; } 