
.styled-box {
	border: 1px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	border-right: 2px solid #cfcfcf;
	margin: 0 10px 10px 0;
	padding: 0;
}
.styled-box > h3 {
	background: white url('/images/boxes/title-gradient.png') repeat-x bottom;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 20px;
	border-bottom: 1px solid gray;
}
.styled-box > h3 img, .styled-box > ul li img {
	border: 0;
	margin-right: 10px;
	vertical-align: middle;
}
.styled-box > div {
	background: white url('/images/boxes/bg-gradient.png') repeat-x top;
	padding: 10px;
	overflow: hidden;
	/*clear: both;*/
}
.styled-box > ul {
	margin: 0;
	padding: 5px 5px 0 5px;
	list-style: none;
	/* border-bottom: 1px solid gray; */
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.styled-box > ul li {
	float: left;
	border: 1px solid #cfcfcf;
	border-bottom: 0;
	margin-right: 5px;
}
.styled-box > ul li a {
	display: block;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	color: #afafaf;
	background-color: white;
}
.styled-box > ul li a:hover {
	background: white url('/images/boxes/title-gradient.png') repeat-x bottom;
	color: black;
}
.styled-box > ul li a.selected-tab {
	background: white url('/images/boxes/title-gradient.png') repeat-x bottom;
	color: black;
	background-color: #e8e8e8;
}

