#main div.cap {
	clear: both;
	background: top left url(../../../img/list/cap.png) no-repeat;
	color: #FFF;
	padding: 10px 0 8px 16px;
	margin: 20px 0 0 0;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 16px;
}

#main div.body {
	background: top left url(../../../img/list/body.png) repeat-y;
}

#main div.base {
	background: top left url(../../../img/list/base.png) no-repeat;
	width: 535px;
	height: 20px;
	margin: 0 0 20px 0;
}

#main table.list {
	width: 530px;
}

#main table.list tr:first-child {
	background: top left url(../../../img/list/list_header.png) no-repeat;
	height: 22px;
}

#main table.list th {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 2px 0;
}

#main table.list th:first-child {
	padding-left: 16px;
}

#main table.list td {
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #BCB599;
}

#main table.list td a {
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
}

#main table.list td:first-child {
	padding: 0 0 0 16px;
}

