@charset "utf-8";
/* CSS Document */

/* Feed Layouts
----------------------------------------*/
a:link
{
	color: #FB6800; 
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
}
a:visited
{
 color: #FB6800;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: normal;
	text-decoration: underline; 
} 
a:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: normal;
	color: #1BA6D0;
	text-decoration: underline;
}
a:hover
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: normal;
	color: #1BA6D0;
	text-decoration: underline; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
#totallySpaFeedBox1 {
	/*display:block;*/
	width: 100%;
	margin-top: 1em;
	margin-left: 10px;
}
#totallySpaFeedBox1 ul {
  height: 100%; /* may not be required - may create extra space below page.*/
	width: 100%;
/*	margin: 0px;
	padding: 0px;*/
	padding-left: 0px;
	clear: both;
}
#totallySpaFeedBox1 ul li { 
	display:block;
	clear: both;
/*	font-size: .7em;*/
	list-style: none;
/*	float: left; 
	width: 240px;*/
/*	height: 130px; */
	/*margin-left: 5px;*/
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#totallySpaFeedBox1 ul li .promoName {
	margin-left: 100px;
	padding-left: 10px;
	font-weight: bold;
	height: 1.5em;
}
#totallySpaFeedBox1 ul li .logo {
	float:left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#totallySpaFeedBox1 ul li .textPreview {
	margin-left: 100px;
	padding-left: 10px;
}
#totallySpaFeedBox1 ul li a {
	padding: 0px;
	height: 18px;
	line-height: 18px;
	font-family: helvetica, tahoma, verdana, arial;
	font-size: .8em;
}
