.lst a {
	text-decoration:none;
}
.lst {	
     float: left;	
	width:721px;	
	display: block;
	margin-top: 8px;
	border-left: solid 34px white;
}

/* AS A DEFAULT ANY LIST IS 2 COLUMN LIST
	if you want to change it please overrite this class
	use 100% for 1 column, 33% for 3 columns etc.
*/

.lst-itm {	
     position: relative;
     float: left;	
	width:741px;	
	border-left: solid 10px white;
}
.lst-itm2 {	
     position: relative;
	float: left;
	width:325.5px;	

	border-right: solid 30px white;
}
.lst-itm3 {	
     position: relative;
	float: left;
	width:238.666666667px;	
	background-color: #dddddd;
	border-left: solid 10px white;

}
.lst-itm32 {	
     position: relative;
	float: left;
	width:492.333333333px;	
	background-color: #dddddd;
	border-left: solid 10px white;

}

.lst-itm .lst-itm-img{	
     height: 83px;
}
.lst-itm2 .lst-itm-img{	
	height: 80px;
}

.lst-itm-img {	
	float: right;
	width: 35%;	

	}
.lst-itm-img img{	
	float: right;
	
}
.lst-itm-ttl {	
	float: left;
	width: 60%;	
	font-size: 12px;
	font-weight: bold;
	}
.lst-itm-dsc {	
	float: left;
	width: 60%;
	
}
.lst-itm-dsc-in {
     width: auto;
	height: 35px;
	margin: 1px 1px 1px 1px;
	overflow: hidden;
}
.lst-itm-mor-float{	
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 6px;
	font-size: 12px;
	font-weight: bold;
	}

