#servicesTabs
{
	width: 200px;
	height: auto;
	border-bottom: 1px solid #1b3665;
	float: left;
	padding-left: 450px;
	margin-bottom: 6px;
	margin-top: -3px;
}
#servicesTabs ul,
#servicesTabs li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#servicesTabs li
{
	width: 100px;
	height: 18px;
	cursor: pointer;
	background: url(/images/ui/tab_service_view.png) no-repeat;
	text-align: center;
	padding-top: 4px;
}
#servicesTabs li.sel
{
	color: #fff;
	background: url(/images/ui/tab_service_sel.png) no-repeat;
	text-decoration: none;
	cursor: default;
}
#alphaBox,
#areaBox
{
	width: 650px;
	height: auto;
}
#alphaBox,
#cores
{
	display: none;
}
#alphaBox ul,
#areaBox div.column
{
	width: 215px;
	float: left;
}
#areaBox h2
{
	margin-bottom: .3em;
}
#areaBox ul
{
	margin-bottom: .3em;
	margin-top: 0px;
}
html>body #areaBox ul
{
	margin-bottom: .7em;
}
#alphaBox li,
#areaBox li
{
	width: 210px;
	margin-bottom: .4em;
}

#areaBox li
{
	font-size: .9em;
	margin-bottom: .2em;
	padding-left: 3px;
}