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

#news_ControlNewsList {
	padding: 15px 25px;

	background: url('images/bg_news_ControlNewsList.jpg') 0px 0px repeat-x #323232;
	border-bottom: 1px solid #4d4d4d;
}

	#news_ControlNewsList h1 {
		text-transform: none;
		font-weight: normal;
		color: #bb0016;
		border: none;
	}

	#news_ControlNewsList a {
		color: white;
		text-decoration: none;
	}

	#news_ControlNewsList a:hover {}

	#news_ControlNewsList .news {
		color: white;
	}

	#news_ControlNewsList .news:hover {}

		#news_ControlNewsList .news h2 {
			font-size: 12px;
			border-bottom: 1px solid #3e3e3e;
		}

		#news_ControlNewsList .news .date {
			color: #d1d1d1;
			font-size: 11px;
		}

		#news_ControlNewsList .news .photo {
			float: left;
			margin: 0px 10px 3px 0px;
		}

		#news_ControlNewsList .news .summary {}

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

	#news_ControlNewsList .newsSeparator {}

/* 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: #e2001a;
		}

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

/* 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 .photoContainer {
			width: 106px;
			float: left;
			margin: 0 5px 0 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;
			}

.btnRss {
	display: block;
	background: url('images/feed-icon.png') 4px 9px no-repeat;

	font-size: 11px;
	color: #fd8611;
}

.btnRss:hover {}
				
/* 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-bottom: 5px;
			border-bottom: 1px solid #dadada;
	
			font-size: 11px;
			font-weight: bold;
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 22px;
			border-bottom: 1px solid #dadada;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #e1272f;
			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: 2px;

			text-align: center;
		}

			#news_NewsListOffLine .newsByMonth .newsHover .toolsBox {
			}

		#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;
		width: 411px;
	}

		#news_NewsView .photos .photo {
			width: 96px;
			height: 72px;
			float: left;
			margin: 3px 1px;
			overflow: hidden;
			background-color: #f5f5f5;

			text-align: center;
		}

		#news_NewsView .photos .photo img {
			max-width: 96px;
			max-height: 72px;
		}

	#news_NewsView .tools {
		height: 10px;
		padding: 10px 0 0 0;
		border-top: 1px solid #dedede
	}

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

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

#news_ControlNewsReviews {
	margin-bottom: 0;
}

	#news_ControlNewsReviews h3 {}

	#news_ControlNewsReviews .btnAddReview {
		width: 201px;
		height: 19px;
		display: none;
		margin-left: 8px;
		margin-top: -3px;
		margin-bottom: 15px;

		padding: 3px 0px 0px 0px;

		font-size: 11px;
		letter-spacing: 0px;

		color: white;
		text-shadow: #54000a 0px -1px 1px;
		text-align: center;
		text-decoration: none;

		float: right;

		background: url('images/bg_addreview.png') 0 0 no-repeat;
	}

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

	#news_ControlNewsReviews .newsReviewsFilter {
		padding: 2px 3px;

		border: 1px solid #dedede;

		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 {
				display: block;
				width:67px;
				height:50px;
				float:left;

				margin-right: 10px;
				padding: 34px 0px 0px 0px;

				background: url('images/newsreviews_bull.gif') 0 0 no-repeat;

				font-size:16px;
				font-weight: bold;

				text-align: center;
				letter-spacing: -1px;
			}

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

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

		#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;
		}
