@charset "utf-8";

#list .listBox{
	background:url(images/list_bg_top.gif) no-repeat top left;
	margin-bottom:22px;
}
#list .listBox .inner{
	background:url(images/list_bg_bottom.gif) no-repeat bottom left;
	padding:10px;
}
#list .listBox .inner .sponsorImage{
	float:left;
	width:120px;
	margin-right:2px;
}
#list .listBox .inner .textbox{
	float:left;
	width:645px;
}
#list .listBox .inner .textbox .sponsorName{
	color:#003686;
	font-weight:bold;
	padding-left:16px;
	font-size:115%;
	margin-bottom:2px;
}
#list .listBox .inner .textbox .sponsorName a{
	color:#003686;
	text-decoration:underline;
}
#list .listBox .inner .textbox .sponsorLocation{
	color:#666;
	font-weight:normal;
	font-size:75%;
}

#list .listBox .inner .textbox .sponsorComment{
	background:url(images/comment_bg_top.gif) no-repeat top left;
}
#list .listBox .inner .textbox .sponsorComment .inner{
	background:url(images/comment_bg_bottom.gif) no-repeat bottom left;
	padding:5px 7px 5px 22px;
	font-size:85%;
	line-height:170%;
	min-height:39px;
	height: auto !important;
	height: 39px;	
}



