.adverts {
	display: block;
	clear: both;
	margin-bottom: 20px;
	overflow-x: visible;
	white-space: nowrap;
	width: 996px;
}
.adverts p {
	margin: 0;
}
.adverts a {
	margin-right: 10px;
}
.adverts a:hover {
	box-shadow: 0px 3px 8px rgba(0,0,0,.2);
}
#md-container br { display: none; }
#md-container a {
	display: inline-block;
}
#md-container img {
	display: block;
}
  	
.cf:before,.cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { *zoom: 1; }

#md-container div:before, #md-container div:after { content: " "; /* 1 */ display: table; /* 2 */ }
#md-container div:after  { clear: both; }
#md-container div { *zoom: 1; }

.information {
	width: 215px;
	display: block;
	float: left;
	background-position: 15px 4px;
	background-repeat: no-repeat;
	padding-left: 97px;
	padding-right: 20px;
	font-family: Arial, 'sans-serif';
	height: 80px;
	margin: 30px 0;
	cursor: pointer;
	position: relative;
}

#info-2 {
	width: 213px;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 0px 1px;
	-webkit-border-image: 	-webkit-gradient(linear, 0 0, 0 100%, from(#CBD3D5), to(#CBD3D5), color-stop(.5,#888888)) 1 100%;
	-moz-border-image:		-moz-linear-gradient(top, #CBD3D5 0%, #888888 50%, #CBD3D5 100%) 1 100%;
}

div#contentholder a .information {
	text-decoration: none !important;
	position: relative;
	/* border-left: 1px solid #000000; */
}
div#contentholder a .information img {
	position: absolute;
	top: 0;
	left: 15px;
}

div#contentholder a:hover .information h2,
div#contentholder a:hover .information p {
	color: #111;
	text-shadow: 0px 0px 4px #EEE;
	text-decoration: underline;
}
div#contentholder .information h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 5px;
	color: #444444;
}
div#contentholder .information p {
	font-size: 1.45em;
	color: #555555;
}