.news #miniBanner
{
	background-image:url("/design/tmp/banners/products.jpg");
}

.news #wrapper
{
	background-color:#4e3a42;
}
	.news #wrapper .photo
	{
		display:block;
		position:absolute;
		left:0;top:0;
	}
	.news .wrapper
	{
		
	}
		.news #wrapper .text
		{
			padding: 42px 42px 0 42px;
		}
			.news #wrapper .title
			{
				color:white;
				text-transform:uppercase;
				font-weight:normal;
				line-height:30px;
				line-height:1.6em;
				margin-bottom:5px;
			}
			.news #wrapper .date
			{
				color:#ceb046;
				text-transform:uppercase;
				
			}

.news .readMore,
.news .return
{
	color:white;
	text-transform:uppercase;
	font-size:13px;
	line-height:26px;
	line-height:2em;
	border-top:1px solid #ceb046;
	border-bottom:1px solid #ceb046;
	position:absolute;
	right:20px;
}

/***List***/

.newsList
{

}
	.newsList .item
	{
		position:relative;
		height:206px;
		display:block;
	}
		
		.newsList .wrapper
		{
			height:100%;
			margin:0 0 0 327px;
			
			background: rgb(81,67,68); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(81,67,68,1) 0%, rgba(65,48,54,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,67,68,1)), color-stop(100%,rgba(65,48,54,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(81,67,68,1) 0%,rgba(65,48,54,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(81,67,68,1) 0%,rgba(65,48,54,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(81,67,68,1) 0%,rgba(65,48,54,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(81,67,68,1) 0%,rgba(65,48,54,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514344', endColorstr='#413036',GradientType=0 ); /* IE6-9 */
		}
			#wrapper.newsList .photo.mobile
			{
				display:none;
			}
			#wrapper.newsList  .text
			{
				
			}
				#wrapper.newsList .title
				{
					font-size:25px;
				}
				#wrapper.newsList  .item:hover .title
				{
					color:#ceb046;
					
				}
				.newsList .date
				{
					font-size:17px;
					line-height:28px;
					line-height:1.647058823529412em;
				}
			.newsList .readMore
			{
				bottom:20px;
			}
				.newsList .item:hover .readMore
				{
					color:#ceb046;
				}

/***Details***/

.newsDetails
{

}
	.newsDetails article
	{
		min-height:250px;
	}	
		.newsDetails .wrapper
		{
			margin:0 0 0 250px;
			background-color:#4e3a42;
		}
			#wrapper.newsDetails .text
			{
				padding-top:52px;
				padding-bottom:80px;
				min-height:98px;

				background: rgb(78,58,66); /* Old browsers */
				background: -moz-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%, rgba(64,46,53,1) 52%, rgba(45,36,39,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(78,58,66,1)), color-stop(52%,rgba(64,46,53,1)), color-stop(100%,rgba(45,36,39,1))); /* Chrome,Safari4+ */
				background: -webkit-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* Opera 12+ */
				background: -ms-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* IE10+ */
				background: radial-gradient(ellipse at center, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e3a42', endColorstr='#2d2427',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
			}
				.newsDetails .header
				{
					display: block;
					margin-bottom:20px;
				}
					.newsDetails .title
					{
						font-size:21px;
					}
					.newsDetails .date
					{
						font-size:21px;
						line-height:1.4em;
					}
				.newsDetails .editableContent
				{
					font-size:12px;
					color:white;
					font-family:Arial, Helvetica, sans-serif;
					line-height:22px;
				}
					.newsDetails .editableContent p
					{
						margin-bottom:20px;
					}
						.newsDetails .editableContent p:last-child
						{
							margin-bottom:0;
						}
			.newsDetails .return
			{
				top:20px;
			}

			.photo-header {
				position: absolute;
				top: 0;
				left: 0;
			}

			.newsDetails .fileLink 
			{
				display:inline-block;
				padding: 0 58px 0 20px;
				color: white;
				background: #4E3A42 url(/design/pictos/pdf.jpg) no-repeat scroll right center;
				font-weight: bold;
				font-family: Custom, Arial, Helvetica, sans-serif;				
				font-size: 15px;
				line-height:50px;
				position:relative;
				margin-bottom:12px;

				*z-index:1;
				*display:inline;
			}