.List_image {
	width:100%;
	font-size:11px;
	color:#666666;
	min-height:60px;
	line-height: 10pt;
	border:0px solid red;
	
}

.List_image img{
	border: 2px solid #d2232a !important;
	float:left;
	margin-right:8px;
	margin-bottom:0px;
}

.List_image p{
	margin:0px;
	font-size:11px;
	line-height: 10pt;
    padding-bottom:8px;
    padding-top:3px;
}

.List_image hr{ /* Hack to make this work on IE6 and IE7 - Firefox will not read this !margin... */
	!border:0px;
	!border-top:1px dotted #cccccc;
	!margin-top:5px;
	!margin-bottom:5px;
}

.List_image[class] hr{ /* Hack to make this work on Firefox - IE6 and IE7 will not read this [class] */
	border:0px;
	border-top:1px dotted #cccccc;
	margin-top:10px;
	margin-bottom:10px;
}

.List_image_title span{
	line-height: 10pt;
}

.List_image_title{
    font-size:11px;
    font-weight:bold;
	color:#d2232a;
	margin-bottom:3px;
	line-height:15pt
}
.List_image_summary p{
    font-size:11px;
    color:#666 !important;
	line-height: 10pt;
	margin:0px;
}
a.List_image_Readmore{
	font-size:10px;
    color:#f04e37 !important;
    white-space: nowrap ;
}

a.List_image_Readmore ,a.List_image_Readmore :link{
	font-size:10px;
    color:#f04e37;
    white-space: nowrap ;
}

a.List_image_Readmore :hover, a.List_image_Readmore :visited{
    font-size:10px !important;
    color:#f04e37;
	text-decoration: none;
	white-space: nowrap;
}

.List_image_toolbar {
	text-align:right;
}
