/*

Colors:

	Blue: #669acc;

	Black: #272727
	
	Gray:  #7b7b7b
	
	Green
		
		Dark:  #319442 (a)
		Light: #7db72f (a:hover)
*/
.cover_title{
	height: 28px;
	color: white;
}

.viewed{
	border: 1px solid #7b7b7b;
	
	-webkit-border-bottom-right-radius: .5em;
	-webkit-border-bottom-left-radius: .5em;
	
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;	
	
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	
}

.visited_products
{
	text-align: left;
	margin-top: 16px;
}

.clearList{
	color:green;
	text-align:left; 
	cursor:pointer; 
	float:left;
	font-size:13px;
	margin-top:10px;
}

.clearList:hover{
	color:#7db72f;
	text-decoration:underline;
}

#list_products{
	padding:10px;
	margin:10px;

}
#list_products tr{
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
}
#list_products tr td a{
	color:#272727;
	font-size:13px;
}
#list_products tr td a:hover{
	color:#7db72f;
	text-decoration:underline;
}
