ul {
	list-style-type: none;
}

#genericContainer {
	margin-top: 0px;
	width: 100%;
	display: block;
	float: auto;
	height: 100%;
}

#genericMisc {
	border-left: 1px solid #ffffff;
	border-bottom:1px solid #DBDBDB;
	background-color: #E5E5E5;
	text-align: center;
	width: 182px;
	float: right;
	margin: 0px;
	vertical-align: top;
	height: 100%;
}

.genericMiscInner {
	position: relative;
	margin: 1px 0px 1px 2px;
	border: 1px solid #ffffff;;
	height: 100%;
}

.adCell{
	padding:10px;
}

#genericMain {
	float: left;
	width: 740px;
	margin: 10px 0px 0px 0px;
	vertical-align: top;
	overflow: hidden;
}


.sortStats, .sortStats table {
	text-align: center;
	float: auto;
}

#advTxt {
	font-size: 10px;
	text-align: center;
	width: 100%;	
}


