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


/*-- RIGHT HAND COLUMN ---*/

.quickProducts{
	clear:both;
	padding:5px;
	background-image:url(../images/layout/bg_tile_products-quick.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
	height:200px;
}


.row {
	clear:left;
	}

.item{
	font-size:1em;
	clear:left;
	
	border-bottom:1px dotted #069;
	margin-bottom:10px;
	
}
.item h3{
	margin-bottom:5px;
	font-weight:normal;
	
}
.item p{
	color: #333;
}
.item img{
	float:left;
}
.txt {
	float:right;
	width:415px;
}