@charset "UTF-8";
/* list */
#sponsorList {
	display: block;
	width: auto;
}

#gldSponsorList {
	background-image: url(../images/bar_gold.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	padding-bottom: 10px;
}

#slvSponsorList {
	background-image: url(../images/bar_silver.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}

#nmlSponsorList {
	background-image: url(../images/bar_lightblue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#exSponsorList {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sponsorList table {
	width: 760px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-bottom: 5px;
}
#exSponsorList table {
	width: 760px;
	margin-left: 20px;
	display: block;
	border-bottom-style: none;
}
#sponsorList th {
	width: 135px;
	text-align: left;
	padding-bottom: 5px;
}
#sponsorList td {
	padding-bottom: 5px;
}

#sponsorList h2 {
	font-size: 12px !important;
	margin-bottom: 12px;
}

#gldSponsorList h2 {
	font-size: 16px !important;
}

#slvSponsorList h2 {
	font-size: 14px !important;
}

#contentArea .spInfo {
	width: auto;
	float: right;
	margin-right: 10px;
}

