div.feature_l_col {
  margin-top        : 10px;
  float             : left;
  width             : 290px;
}

div.feature_r_col {
  margin-top        : 10px;
  float             : right;
  width             : 290px;
}

div.heading
{
  background-color: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
  color: #333;
  width: 588px;
}

div.productsleft
{
	float:left;
	width:290px;
	margin-top:5px;
}

div.productsright
{
	float:right;
	width:290px;
	margin-top:5px;
}

div.statusnew
{
	float:left;
	width:18%;	
	color:#4A7AC9;
	padding-left:5px;	
}

div.statusupdated
{
	float:left;
	width:18%;	
	color:#00A000;
	padding-left:5px;	
}

div.date
{
	float:left;
	width:18%;
	margin-top:7px;
	padding-left:5px;	
}

div.articlelink
{
	float:left;
	width:80%;
	margin-top:7px;
}

div.author
{
	float:left;
	width:80%;
}

div.linkstitle {
  cursor: pointer;
  cursor: hand;
  width: 100%;
}

div.productsleft ul,
div.productsright ul {
	padding-left: 10px;
}

div.productsleft li {
	padding-bottom: 10px;
}

div.productsright li {
	padding-bottom: 10px;
}

a.productsleft,
a.productsleft:visited {
	color: #333333;
	font-weight: bold;
	text-decoration   : none;	
}

a.productsleft:hover,
a.productsleft:active {
	color             : #b0974a;
	text-decoration   : none;
	font-weight: bold;
}

 div.row-item {float:left;width:525px;height:86px;border-top:1px solid #f5f5f5;padding-top:10px;margin-top:10px;margin-left:10px;}
 div.col-image {float:left;height:86px;width:150px;}
 div.col-text {float:left;height:86px;width:375px;}

