#partnerTabs {
	width: 100%;
	/* height: 177px; */
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;

}

#partnerTabs td {
	padding: 0px;
	font-size: 11px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#partnerTabs td.ad {
	width: 210px;
	height: 177px;
	vertical-align: top;
	background: #ffffff;
}

#partnerTabs td.brand {
	width: 87px;
	height: 45px;
	background: #333399;
	font-weight: bold;
}

#partnerTabs td.on {
	font-weight: normal;
	width: 87px;
	height: 20px;
	text-align: left;
	background: #f2f2f2;
}

#partnerTabs td.off {
	width: 87px;
	height: 20px;
	text-align: left;
	background: #ffffff;
}

#partnerTabs td.none {
	width: 87px;
	height: 20px;
	text-align: left;
	background: #cccccc;
}

#partnerTabs p {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	color: #ffffff;
}

#partnerTabs a {
	font-size: 11px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #666666;
	cursor :pointer;
}

#partnerTabs a:hover {
	text-decoration: underline;
	color: #333399;
}
