#square-ad {
	width: 150px;
	height: 150px;
	margin: 10px 0 0 10px;
	float: left;
	}
	
* html #square-ad {
	margin: 10px 0 0 5px;
	}
	
.items {
	margin: 10px 0 0 0;
	}
	
.item-block-outer {
	width: 188px;
	float: left;
	border-bottom: 1px dotted #666666;
	height: 175px;
	margin: 0 15px 10px 0;
	}
	
* html .item-block-outer {
	margin: 0 5px 10px 0;
	width: 188px;
	}
	
.item-block {
	width: 190px;
	height: 176px;
	float: left;
	border-right: 2px solid #99ccff;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	}
	
* html .item-block {
	width: 190px;
	margin: 0;
	padding: 0 4px 0 0;
	}
	
.item-block h3, .item-ad-block h3 {
	width: 100%;
	height: 25px;
	background: #000;
	color: #fff;
	text-align: center;
	}
	
.item-block h3 a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-size: 12px;
	}
	
.item-block p {
	margin: 5px 0 0 0;
	color: #000;
	font-size: 10px;
	}
	
.item-block p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
.item-block p a:hover {
	text-decoration: underline;
	}
	
.item-ad-block {
	width: 150px;
	height: 180px;
	float: left;
	}
	
.item-ad-block h3 {
	padding: 4px 0;
	height: 17px;
	font-size: 12px;
	}