/* Controls > NewsList
-------------------------------------------------------------- */

#news_ControlNewsList {
	width: 220px;


	padding: 10px 20px;

	background: url('images/bg_news_ControlNewsList.jpg') 0px 0px repeat-x #dcdde1;

}

	.page #news_ControlNewsList {
		width: 220px;
		height: auto;
	}

	#news_ControlNewsList h1 {
		display: none;
	}

	#news_ControlNewsList h2 {
		display: block;
		height: 26px;
		font-size: 12px;
	}

	#news_ControlNewsList h2 a {
		text-decoration: none;
		color: #5b5b5b;
		font-weight: bold;
		font-size: 12px;
	}

	#news_ControlNewsList .news {
	}

	#news_ControlNewsList .news:hover {
	}

		#news_ControlNewsList .news .date {
			display: none;
		}

		#news_ControlNewsList .news .photo {
			display: block;
			margin: 0px;
			padding: 0px;
		}

		#news_ControlNewsList .news .summary {
			display: inline;
			color: #5b5b5b;
			font-size: 11px;

			overflow: hidden;
		}

		#news_ControlNewsList .news .readMore {
			display: none;
		}

/* News in page */

	.page #news_ControlNewsList .separator {
		width: 220px;
		height: 1px;
		background-color: #f0f1f3;

		border-top: 1px solid #a1aebb;

		margin: 10px 0px;
	}

		#news_ControlNewsList .news .contour {
			border-top: 1px solid #f0f0f0;
			border-right: 1px solid #f0f0f0;
			border-bottom: 1px solid #cbcbcb;
			border-left: 1px solid #cbcbcb;

			padding: 3px;

			float: left;

			margin: 0px 10px 0px 0px;
			background-color: #d9d9d9;
		}

		.page #news_ControlNewsList .news .photo {
			display: block;
		}

/* Controls > NewsTicker
-------------------------------------------------------------- */

#news_ControlNewsTickerContainer {
	width: 920px;
	height: 32px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: url('images/bg_newsticker.gif') right 0 no-repeat #e7e7e7;
	overflow: hidden;
}

	#news_ControlNewsTickerContainer h1 {
		width: 93px;
		height: 28px;
		display: block;
		float: left;
		margin: 0;
		padding: 4px 0 0 0;
		border: 0 solid #eaeaea;
		background-color: #181818;
		background-image: none;
		
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
	}
	
	#news_ControlNewsTicker {
		cursor: pointer;
	}
	
	#news_ControlNewsTicker ul, 
	#news_ControlNewsTicker li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#news_ControlNewsTicker li {
		width: 826px;
		height: 32px;
		float: left;
	}

		#news_ControlNewsTicker .date {
			height: 24px;
			float: left;
			padding: 8px 0 0 10px;

			color: #606060;	
		}

		#news_ControlNewsTicker h2 {
			height: 24px;
			float: left;
			padding: 6px 0 0 0;
		}
		
		#news_ControlNewsTicker a {
			margin: 0;
			padding: 0;
	
			font-size: 14px;
			color: #181818;
			text-decoration: none;
			text-transform: uppercase;			
		}
		
		#newsTickerList a:hover {
			color: #e5037f;
		}

/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

/* News > ListOnline
-------------------------------------------------------------- */

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 { }

	#news_NewsListOnLine h3 { display: none; }

	#news_NewsListOnLine .news { 
		margin: 0 0 10px 0;

		padding: 10px 10px 0px 10px;
		border: 1px solid transparent;
		background: url('images/bg_news.jpg') bottom no-repeat;
	}

		#news_NewsListOnLine .newsHover {
			cursor: pointer;
			border: 1px solid #e70e18;		
		}

		#news_NewsListOnLine .news h2 { 
			display: block;
			margin: 0 0 10px 0;
			padding: 0 0 5px 0;
			font-size: 12px;
			color: #de0403;
			text-shadow: none;
			background-image: none;
	}

		#news_NewsListOnLine .news .photoContainer {
			width: 106px;
			float: left;
			margin: 0 5px 20px 0;
			padding: 0px;

			border: 1px solid #c7c7c7;
		}

			#news_NewsListOnLine .news .photoContainer .contour2 {
				padding: 3px 3px 0px 3px;
				margin: 0px;

				background-color: #f2f2f2;
			}

		#news_NewsListOnLine .news .texte {
		}

		#news_NewsListOnLine .news small {
			font-size: 10px;
			color: #9d9d9d;
		}

		#news_NewsListOnLine .news .toolsContainer {
			margin: 5px 0 0 0;
		}

			#news_NewsListOnLine .news .toolsContainer .readMore { }
				
				#news_NewsListOnLine .news .toolsContainer .readMore a {
					display: block;
					width: 157px;
					height: 16px;
					float: left;

					padding: 2px 0px 0px 0px;

					background: url('images/bg_news_readMore.jpg') top no-repeat;

					position: relative;
					top: -7px;
					
					color: #fff;
					text-decoration: none;
					text-align: center;
					font-size: 10px;
					text-shadow: #54000a 0px -1px 1px;	
				}

			#news_NewsListOnLine .newsHover .toolsContainer .readMore a {
				background: url('images/bg_news_readMore.jpg') bottom no-repeat;
			}


.link a.btnRss {
	background: url('images/bg_rss.jpg') top no-repeat;
}

	.link a.btnRss:hover {
		background: url('images/bg_rss.jpg') bottom no-repeat;
	}
				
/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {

}
	
	#news_NewsListOffLine h1 {}

	#news_NewsListOffLine h3 {
		display: none;
	}
	
	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding: 0px 5px 5px 0px;
	
			font-size: 11px;
			font-weight: bold;
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 22px;
			border-bottom: 1px solid white;
			padding: 0px 5px;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #d90504;
			cursor: pointer;

			color: #fff;
		}

		#news_NewsListOffLine .newsByMonth .news .date {
			width: 46px;
			display: block;
			float: left;
			padding-top: 3px;

			font-size: 10px;
		}

		#news_NewsListOffLine .newsByMonth .news:hover .date {
			color: #ffffff;
		}

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 36px;
			height: 20px;
			display: block;
			float: left;
			padding-top: 4px;
			margin-right: 3px;

			text-align: center;
		}

			#news_NewsListOffLine .newsByMonth .newsHover .toolsBox {
				background-color: white;
			}

		#news_NewsListOffLine .newsByMonth .news a {
			display: block;
			height: 15px;
			margin: 0;
			padding: 4px 0 0 0;
			overflow: hidden;		

			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

		#news_NewsListOffLine .newsByMonth .news:hover  a {
			color: #ffffff;
		}


/* News > View
-------------------------------------------------------------- */

#news_NewsView {
	margin-bottom: 10px;
}

	#news_NewsView h1 {
		margin: 0;
		line-height: 20px;
		font-size: 18px;
	}

	#news_NewsView .date {
		color: #e1272f;
	}

	#news_NewsView p {
		padding: 0;
		margin: 0 0 10px 0;
	}

	#news_NewsView .copyright {
		font-size: 11px;
		margin: 0 0 15px 0;
	}
		
	#news_NewsView .photos {
		margin: 0 0 15px 0;
		overflow: hidden;
	}

		#news_NewsView .photos .photo {
			width: 108px;
			float: left;
			text-align: center;
			overflow: hidden;

			margin: 0px 2px 2px 0px;
		}

		#news_NewsView .photos .photo img {
			width: 108px;
		}

		#news_NewsView .photos .photo:hover img {
			border:none;
			text-decoration: none;

			filter: alpha(opacity=50);  
			-moz-opacity: 0.50;
			opacity: 0.50;
		}

			#news_NewsView .photos .photo .contour2 {
				padding: 3px 3px 0px 3px;
				margin: 0px;

				background-color: #f2f2f2;
			}

	#news_NewsView .files a {
		display: block;
		padding: 6px 9px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
		background-color: white;
		
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}	

	#news_NewsView .files a:hover {
		background-color: #d90504;
		color: white;
	}

	#news_NewsView .tools {
		padding: 10px 0 0 0;
		border-top: 1px solid white;
		font-size: 10px;
		text-transform: uppercase;
	}

		#news_NewsView .tools a {
			text-decoration: none;
		}

	#news_NewsView .separator {
		float: left;
		width: 5px;
		height: 2px;
	}

/* News > Review
-------------------------------------------------------------- */

#news_ControlNewsReviews {
	margin-bottom: 0;
}

	#news_ControlNewsReviews h3 {}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: right;
		padding-top: 2px;
		background: url('images/bg_addreview.jpg') 0 0 no-repeat;

		font-size: 10px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}

	#news_ControlNewsReviews .btnAddReview:hover {
		color: #e5037f;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		width: 719px;
		height: 22px;
		padding: 2px 10px 0 0;

		background: url('images/bg_newsreviewsfilter.jpg') 0 0 no-repeat red;

		font-size: 10px;
		font-weight: bold;
		text-align: right;
	}

		#news_ControlNewsReviews .newsReviewsFilter .input {
			padding: 0;
			border-color: #c7c7c7;
			background-color: #fff;

			font-size: 9px;
			color: #000000;
		}

	#news_ControlNewsReviews .newsReviews {}

		#news_ControlNewsReviews .newsReviews .newsReviewsItem {
			padding: 10px;
		}
			
			#news_ControlNewsReviews .newsReviews .newsReviewsItem .number {
				width:23px;
				height:21px;
				float:left;
				margin-right: 10px;
				padding-top: 2px;
				background: url('images/newsreviews_bull.gif') 0 0 no-repeat;

				font-size:10px;
				text-align: center;
				letter-spacing: -1px;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .data {
				float:left;
				width:485px;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .author {
				margin-bottom: 5px;
				font-size: 11px;
				color: #e5037f;
			}

		#news_ControlNewsReviews .newsReviews .odd .newsReviewsItem {
			background-color: #f5f5f5;
		}

		#news_ControlNewsReviews .newsReviews .even .newsReviewsItem  {
			background-color: #fff;
		}

	#news_ControlNewsReviews .newsAddReviews {
		margin-top: 10px;
	}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm{
			padding: 10px;
			background-color: #f5f5f5;
		}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm table {
			margin-bottom: 0;
		}