/* News Details Elements */

.newsNormalImage
{
	margin: 0 auto;
	padding: 15px 0 15px 20px;
	float:left;
	cursor: pointer;
}

.newsDetails
{
	width: 556px;
	margin: 0 auto;
	padding: 15px 43px 15px 60px;
	float:left;
}

h2
{
	border-bottom: 1px dotted #696969;
	padding-bottom: 9px;
	margin-bottom: 6px;
}

* html h2 {
	border-bottom: none; 
	padding-bottom: 10px;
	background: url(../images/dottedBorder.gif) repeat-x bottom;	
}

/* End News Details Elements */