/*Banner*/
#splashbanner-xs {
	float: left;
	width: 170px;
	text-align: right;
	padding-top: 45px;
}


/*Splash Headers*/
.splash-hdrs {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	margin: 25px 0 15px 0;
	text-align: left;
}

/*On Specials*/
#special {
	float: right;
	width: 160px;
	text-align: center
}

/*Splash News*/
#splash-news {
}

#splash-news .splash-hdrs {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	margin: 25px 0 0 0;
	text-align: left;
}

#splash-news .news-table {
	width: 100%;
}
#splash-news .news-set td {
	padding: 7px 0;
	border-bottom: 1px solid #E6E6E6;
}
#splash-news .news-title {
	width: 85%;
}
#splash-news .news-date {
	width: 15%;
	color: #1F1071;
	text-align: right;
}


