

/* LARGE */

.topten_container_l {
	width: 796px;
	height: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	border-left: 2px solid #bababa;
	border-bottom: 2px solid #bababa;
	border-right: 2px solid #bababa;
}

.topten_header_l {
	background-color: #bababa;
	width: 776px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}

.topten_content_l {
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}

.topten_content_l a { color: #505050; text-decoration:none; }
.topten_content_l a:hover { color: #505050; text-decoration:underline; }

/* MEDIUM */

.topten_header_m {
	background-color: #bababa;
	width: 317px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.topten_container_m {
	background-color: #eeeeee;
	width: 313px;
	height: 100%;
	min-height: 200px;
	border-left: 2px solid #bababa;
	border-bottom: 2px solid #bababa;
	border-right: 2px solid #bababa;
}

.topten_content_m {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 18px;
}

/* SMALL */

.topten_header_s {
	background-color: #bababa;
	width: 156px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.topten_container_s {
	background-color: #eeeeee;
	width: 152px;
	height: 100%;
	min-height: 200px;
	border-left: 2px solid #bababa;
	border-bottom: 2px solid #bababa;
	border-right: 2px solid #bababa;
}

.topten_content_s {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 18px;
}

/* GENERIC */

#topten_topContainer {
	display: block;
	width: 800px;
	height: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#topten_topcontainer ul {
	margin: 0;
	padding: 0;
}

#topten_topcontainer ul li { 
	display: inline; 
	float: left; 
	list-style-type: none;
	text-align: center;	
	margin-left: 0px;
	margin-right: 5px;
	background-color: #eeeeee;
}

#topten_topcontainer ul li#topten_last { 
	float: right;
	margin-right: 0px;
}

#topten_topcontainer ul li a { text-decoration: none; color: #505050; }
#topten_topcontainer ul li a:hover { text-decoration: underline; color: #505050; }

.topten_numplaces {
	display: block;
	width: 10px;
	margin-right: 8px;
	font-weight: bold;
	float: left;
}

#topten_launchbar {
	background: url("../images/footer.gif");
	background-repeat: repeat-x;
	width: 800px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
}

#topten_launch_l{ float: left; margin-left: 10px; }
#topten_launch_r { float: right; margin-right: 10px; }
