@import url("layout.css");

	.title {
		font: bold 18px/22px Times New Roman;
	}
	.advert {
		display: block;
		width: 195px;
		text-align: center;
		margin: -22px 0 0 10px;

/*Styles		
		border-left: 1px solid white !important;*/
	}
	.advert p {
		padding: 0;
		width: 170px;		
		margin: 0 auto 15px auto;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
	}
	.advert img {		
		margin: 5px;
		border: none;
/*		height: 160px;
		width: 160px;*/
	}
	
	.itemCont {
		width:566px;
		height: auto;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		margin: 0 5px;
	}
	.itemCont span {
		display: block;
		margin: 10px 0 0 0;
		height: 143px;
	}
	.itemCont span img {
		float: left;		
		margin: 10px 10px 0 10px; 
/*		height: 123px;
		width: 111px;*/
	}
	.itemCont p {
		margin-bottom: 20px;
	}
	