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

#news_ControlNewsList {
	display: block;
	width: 284px;
	padding: 0px 20px;
	margin: 0px 0px 10px 0px;

	position: relative;
}

#news_ControlNewsList #sliderContainer {
}


#news_ControlNewsList #slider {
	display: block;
}

	#news_ControlNewsList #slider ul {
		list-style-type: none;
		background: none;
		margin: 0px;
		padding: 0px;
	}

	#news_ControlNewsList #slider li {
		display: block;
		background-image: none;
		background-color: white;
		padding: 10px;
	}

	#news_ControlNewsList #slider li a {
		text-decoration: none;
	}

	span#prevBtn {
		display: none;
	}

	#news_ControlNewsList h2 {
		display: none;
		margin: 0px 0px 15px 0px;
		padding: 0px;
		font-weight: bold;
	}

	#news_ControlNewsList .news {
		width: 264px;
		overflow: hidden;

		color: #34708c;
	}

		#news_ControlNewsList li.newsHover .summary {
			color: #2c93c0;
		}

	#news_ControlNewsList h2 {
	}
	
		#news_ControlNewsList .news h3 {
			color: #34708c;
			font-size: 13px;

			margin: 0px 0px 5px 0px;
			padding: 0px;
		}

			#news_ControlNewsList li.newsHover h3 a {
				color: #2c93c0;
			}

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

		#news_ControlNewsList .news .photo {
			width: 100px;
			height: 56px;
			float: left;
			padding: 3px;
			border: 1px solid #cfe4f1;
			margin-right: 10px;
		}

		#news_ControlNewsList .news .summary {
			display: block;

			margin: 0px;
			padding: 0px;
			color: #012f43;
			font-size: 11px;
		}

		#news_ControlNewsList .news .readMore {
			display: none;
			margin: 5px 0px 0px 0px;
			padding: 3px 0px 0px 0px;
			border-top: 1px solid #c5e5f0;
		}	

		#news_ControlNewsList .news .readMore a {
			padding: 0 3px;

			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			border: none;
		}

			#news_ControlNewsList .news .readMore a:hover {
				color: #fff;
				background-color: #0e6b8f;
			}
		
	#news_ControlNewsList .separator {
		display: none;
	}

	#news_ControlNewsList .newsSeparator {
		height: 10px;
		width: 1px;
	}


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

#singleNews #news_ControlNewsList {
	display: block;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#singleNews #news_ControlNewsList #sliderContainer {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	z-index: 2;
	background: none;

	overflow: hidden;
}


#singleNews #news_ControlNewsList #slider {
	display: block;
}

	#singleNews #news_ControlNewsList #slider ul {
		display: block;
		overflow: auto;
		list-style-type: none;
		background: none;
		margin: 0px;
		padding: 0px;
	}

	#singleNews #news_ControlNewsList #slider li {
		display: block;
		background-image: none;
		margin: 0px;
		padding: 0px;
	}

	#pageHomepage #singleNews span#prevBtn {
		display: none;
	}


	#singleNews #news_ControlNewsList h2 {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		display: none;
	}

	#singleNews #news_ControlNewsList .news {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		background-color: transparent;

		overflow: visible;

		color: white;
		line-height: 15px;
	}

		#singleNews #news_ControlNewsList li:hover h3 a {
			color: #012f43;
		}

		#singleNews #news_ControlNewsList li:hover .summary {
			color: #012f43;
		}

	#singleNews #news_ControlNewsList h2 {}
	
		#singleNews #news_ControlNewsList .news h3 {
			color: white;
			font-size: 14px;
			font-weight: bold;

			margin: 0px 0px 10px 0px;
			padding: 0px;
		}

			#singleNews #news_ControlNewsList .news h3 a {
				text-decoration: none;
				color: white;
			}

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

		#singleNews #news_ControlNewsList .news .photo {
			width: 100px;
			height: 56px;
			float: left;
			padding: 3px;
			border: 1px solid #cfe4f1;
			margin-right: 10px;
		}

			#singleNews #news_ControlNewsList .news .photo img {
				position: relative;
				left: 0px;
			}
				

		#singleNews #news_ControlNewsList .news .summary {
			display: block;

			margin: 0px;
			padding: 0px 0px 10px 0px;
			color: white;
			font-size: 10px;
		}

		#singleNews #news_ControlNewsList .news .readMore {
			display: none;
			margin: 5px 0px 0px 0px;
			padding: 3px 0px 0px 0px;
			border-top: 1px solid #c5e5f0;
		}	

		#singleNews #news_ControlNewsList .news .readMore a {
			display: none;
			padding: 0 3px;

			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}

			#singleNews #news_ControlNewsList .news .readMore a:hover {
				color: #fff;
				background-color: #0e6b8f;
			}

	#singleNews #news_ControlNewsList .separator {
		display: none;
	}

	#singleNews #news_ControlNewsList .newsSeparator {
		display: none;
		height: 10px;
		width: 1px;
	}

	
	#singleNews #news_ControlNewsList .voirNews {
		display: none;
	}


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

#multiNews #news_ControlNewsList {
	display: block;
	width: 284px;
	height: 100px;
	padding: 0px 20px;

	position: relative;
}

#multiNews #news_ControlNewsList #sliderContainer {
	display: block;
	width: 285px;
	height: 76px;
	position: relative;
	z-index: 2;

	background: url('../../../../app_themes/default/images/easySlider/bg_newsContainer.jpg') 0px 0px no-repeat;

	overflow: hidden;
}


#multiNews #news_ControlNewsList #slider {
	display: block;
	width: 285px;
	height: 25px;
}

	#multiNews #news_ControlNewsList #slider ul {
		list-style-type: none;
		margin: 0px 9px;
		padding: 0px;
	}

	#multiNews #news_ControlNewsList #slider li {
		display: block;
		width: 264px;
		height: 25px;
		overflow: hidden;

		margin: 0px;
		padding: 0px;
	}

	#multiNews #news_ControlNewsList h1 {
		display: none;
	}

	#multiNews #news_ControlNewsList .news {
		width: 264px;
		height: 25px;
		margin: 0px 9px;
		overflow: hidden;

		color: #34708c;
		line-height: 20px;

		background: url('images/bg_controlNewsList_news.jpg') 0px 12px no-repeat;
	}

	#multiNews #news_ControlNewsList h2 {
		display: none;
	}

	#multiNews #news_ControlNewsList .newsHover {
		background: url('images/bg_controlNewsList_newsHover.jpg') 0px 0px no-repeat;
	}	

	#multiNews #pageElectronics #news_ControlNewsList .newsHover {
		background: url('images/bg_electronics_controlNewsList_newsHover.jpg') 0px 0px no-repeat;
	}

		#multiNews #news_ControlNewsList .news h3 {
			color: #34708c;
			font-size: 10px;

			margin: 0px;
			padding: 3px 0px 0px 10px;

		}

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

		#multiNews #news_ControlNewsList .news .photo {
			display: none;
		}

		#multiNews #news_ControlNewsList .news .summary {
			display: none;
		}

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

	#multiNews #news_ControlNewsList .separator {
		display: block;
		width: 264px;
		height: 1px;
		margin: 0px 9px;

		background-color: #e2f1f8;
	}

	#multiNews #news_ControlNewsList .newsSeparator {
		display: none;
	}


	#multiNews #news_ControlNewsList .voirNews {
		display: block;
	}

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

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
	}

	#news_NewsListOnLine h2 {
		margin: 0px;
		padding: 0px;
	}


	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
	}

	#news_NewsListOnLine .news:hover {
	}

	#news_NewsListOnLine .news .newsLeft {
		width: 100px;
		height: 56px;
		float: left;
		padding: 3px;
		border: 1px solid #cfe4f1;
		margin-right: 10px;
	}

		#news_NewsListOnLine .news .newsLeft .photo {
			width: 100px;
			height: 56px;
		}

	#news_NewsListOnLine .news .newsRight {
		width: 510px;
		float: left;
	}

		#news_NewsListOnLine .news .newsRight .summary {
			text-align: justify;
		}

		#news_NewsListOnLine .news  .newsRight .readMore {
			float: left;
		}

			#news_NewsListOnLine .news  .newsRight .readMore a {
				display: block;
				padding: 0 3px;

				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
			}

			#news_NewsListOnLine .news  .newsRight .readMore:hover a {
				color: #fff;
				background-color: #0e6b8f;
			}

		#news_NewsListOnLine .news  .newsRight .addThis {
			float: right;
		}

	#news_NewsListOnLine .newsSeparator {
		height: 2px;
		margin: 10px 0;
		background: url('images/bg_newsseparator.gif') 0 0 repeat-x;
	}

/* BTN RSS
-------------------------------------------------------------- */

.btnRss {
	display: block;
	padding: 0 0 0 18px;
	margin: 0px 15px;
	background: url('images/ico_rss.gif') 0 1px no-repeat;

	font-size: 11px;
	color: #1e6881;
	text-decoration: none;
	text-transform: uppercase;
}

.btnRss:hover {}
				
/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
	white-space: normal;
}

	#news_NewsListOffLine h1 {
	}

	#news_NewsListOffLine h3 {
		border-bottom: 1px dotted #c1dfe9;
		padding-bottom: 5px;
	}

	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
		white-space: normal;
		overflow: hidden;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding-bottom: 5px;
			border-bottom: 1px solid #cfcfcf;
	
			font-size: 14px;
			color: #00458e;
			font-weight: bold;
			text-transform: uppercase;
		}

		#news_NewsListOffLine .newsByMonth .news {
			padding: 5px;
			border-bottom: 1px solid #c1dfe9;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #1e6881;
			cursor: pointer;
		}

		#news_NewsListOffLine .newsByMonth .news .date {
			display: block;
			float: left;

			font-size: 10px;
			text-align: center;
		}

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

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 36px;
			height: 15px;
			display: block;
			float: left;

			text-align: center;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			display: block;
			width: 450px;
			float: left;

			font-size: 12px;
			color: #0b4158;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

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

.sendToFriendPopup {
	padding: 15px;
	background-color: #fff;
}

.btnClose {
	width: 50px;
	height: 17px;
	border: 0px solid #fff;
	background-color: #00458e;

	position: relative;
	float: right;
	top: -30px;

	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

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

#news_NewsView {
}

	#news_NewsView h1 {
	}

	#news_NewsView .date {
		float: left;
		padding: 2px 2px;
		margin-bottom: 10px;
		background-color: #0e6b8f;
		
		font-size: 10px;
		color: #ffffff;
		text-align: center;
	}

	#news_NewsView .copyright {
		font-size: 11px;
	}
	
	#news_NewsView .photos {		
		margin: 10px 0px 10px 0px; 
		padding: 0px;
		background-color: #fff;
	}

		#news_NewsView .photos .photo {
			width: 100px;
			float: left;
			margin: 0 9px 5px 0;
			overflow: hidden;
			text-align: center;
			background-color: #cfe4ef;
		}

		#news_NewsView .photos .photo img {
			height: 56px;
		}

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

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

	#news_NewsView .files {
		margin: 10px 0 0 0;
	}

		#news_NewsView .files a {
			display: block;
			padding: 2px 5px 2px 20px;
			margin-bottom: 1px;
			background: url('images/file.gif') 3px 2px no-repeat #fff;

			text-decoration: none;
		}

		#news_NewsView .files a:hover {
			background: url('images/file.gif') 3px -9px no-repeat #0e6b8f;
			
			color: #ffffff;
			text-decoration: none;
		}

	#news_NewsView .tools {
		height: 2px;
		margin: 10px 0;
		background: url('images/bg_newsseparator.gif') 0 0 repeat-x;
	}

		#news_NewsView .tools a {
			font-size: 11px;
			text-decoration: none;
			text-transform: uppercase;
		}

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

#news_ControlNewsReviews {
	display:none;
}

	#news_ControlNewsReviews h3 {
	}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: right;
		padding-top: 2px;
		background: url('images/bg_addreview.jpg') 0px 0px 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: 528px;
		height: 22px;
		padding: 2px 10px 0px 0px;

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

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

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

			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') 0px 0px 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: #ffffff;
		}

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

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

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