@charset "utf-8";
.infoitem{
	float: left;
	margin: 10px 0px;
	margin-left: 5px;
	width: 150px;
}
.infoitem .header{
	clear: both;
	float: left;
	width: 150px;
	height: 24px;
	border-bottom: 1px solid #CCC;
}
.infoitem .header .left{
	float: left;
	height: 23px;
	width: 140px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background:url(StyleImages/Container/header_small_middle.gif) top left repeat-x;
}
.infoitem .header .left p{
	margin: 0;
	margin-left: 10px;
	margin-top: 4px;
	padding: 0;
	color: #333;
	font-weight: 500;
	font-size: 13px;
}
.infoitem .header .right{
	float: left;
	width: 9px;
	height: 24px;
	background: url(StyleImages/Container/header_small_corner_right.gif) top right no-repeat;
}
.infoitem .content{
	clear: both;
	float: left;
	width: 138px;
	min-height: 100px;
	border: 1px solid #CCC;
	padding: 5px;
}
.infoitem .content a{
	float: left;
	width: 100%;
	background: url(StyleImages/arrow_right.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}
.infoitem .content a:hover{
	text-decoration: underline;	
	color: #000;
}
.infoitem .content p{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

