#containerNews {
}

#lastNews {
	width: 				640px;
	margin-top: 		1em;
	margin-bottom: 		2em;
	float: 				left;
	min-height: 		600px;
	overflow:hidden;
}


#lastNews h2 {
	border-bottom:1px solid #e6e6e6;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 5px;
	color:#6381b6;
}

#lastNews .date {
	font-weight: bold;
	font-size: 12px;
}

#lastNews li.oneNews {
	margin-bottom: 2em;
	clear:both;
	margin-left:10px;
}

#lastNews li img{
	float:left;
	margin: 0 1em 1em 0;
	border:1px solid #333;
}

#promotionsContainer {
	position: 	relative;
	top:			20px;
}

.leftColumn  {
	width:			330px;
	float: 			left;
}

#promotions {
	width: 			320px;
	clear:both;
}

 #promotions {
	height: 			auto;
	margin-bottom: 		10px;
}

#promotions li.odd {
	margin: 			0;
}

 #promotions li {
	margin-bottom: 		4px;
}

#lastNews li.singleNew h2 {
	font-size: 			16px;
}

#lastNews li.singleNew img {
	float:none;
	display:block;
	margin:0 auto 1em auto;
}

#lastNews li.singleNew .text {
	padding: 0 5px 0 5px;
}

#newsCompactList {
	font-size: 12px;
}

#newsCompactList h3 {
	margin-bottom: 1em;	
	font-size: 12px;
}


h3.newsArchive {
	text-align: right;
	padding-right: 20px;
	margin: 0;
	padding: 0;
}

h3.newsArchive a{
	font-size: 12px;
}

h3.newsArchive a:hover {
	color: #D0494C;	
}



