div.news-top {
	background: url(/images/dv7/about/dotster-logo-bg.jpg) 492px 20px no-repeat;
	min-height: 410px;
	height: auto !important;
	height: 410px;
}


/*** News Releases ***/

div.news {
	padding: 29px 0 10px 18px;
}

div.news h1 {
	display: block;
	background: url(/images/dv7/about/NewsReleases.jpg) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
	width: 352px;
	height: 43px;
	margin: 0;
}

div.news h2 {
	display: block;
	background: url(/images/dv7/about/why-dotster.jpg) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
	width: 132px;
	height: 24px;
	margin: 8px 0 0;
}

div.news p {
	margin: 15px 75px 5px 5px;
	padding: 0;
	line-height: 1.6em;
	font-size: 14px;
}

div.news h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 1em 75px .5em 5px;
}

div.news h4 {
	font-style: italic;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: .5em 75px 2em 5px;
}

div.news h5 {
	font-size: 15px;
	line-height: 1em;
	margin: 1em 75px 1em 5px;
}

div.news ul {
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
}

div.news ul li {
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 50px 0 0;
	position: relative;
}

div.news ul li span {
	padding-left: 10px;
	color: #999;
	position: relative;	
}

div.news ol {
	margin: 0;
	padding: 0 0 0 50px;
}

div.news ol li {
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 50px 0 0;
}

div.news ol li span {
	padding-left: 10px;
	color: #999;
}


/** end News Releases Page ***/



