@charset "utf-8";
/* CSS Document */

/* privacy */

.infoItem {
	padding: 0px;
	width: 710px;
	clear: both;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
	.infoItem:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.infoItem h4 {
		margin: 8px 0px 10px;
		/*font-size: 122%;*/
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #FFCC00;
		padding: 2px 2px 2px 6px;
	}
	.infoItem img {
		margin: 0px;
		padding: 4px 4px 4px 0px;
		float: left;
	}
	.infoItem p {
		margin: 0px;
		padding: 0px;
		line-height: 148%;
		float: right;
		width: 570px;
	}
