/* infobox startpage */

#infobox table {
	text-align: center;
}

#infobox {
	background-color: #586150;
	border-bottom: 1px solid #A3A89F;
}

#infobox td {
	text-align: left;
	padding: 11px 0px 4px 0px;
	vertical-align: top;
}

#infobox h3 {
	font-weight: normal;
	border-bottom: 1px solid #CED2CA;
	margin-left: 30px;
}

#infobox b {
	line-height: 12px;
	font-size: 10px;
}

#infobox p {
	margin-top: 11px;
	margin-left: 30px;
	font-size: 9px;
	line-height: 12px;
}

#infobox .more td {
	padding: 11px 0px 11px 0px;
}

#infobox .more a {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
}


#infobox .more img {
	vertical-align: text-top;
}

