/*what others say! box*/
#testimsg_box {
	width:500;
	height:100px;
}
#testimsg_box .padding{ padding: 8px 9px 0 9px;}
#testimsg_box h2 { font-size: 16px; font-weight:bold; margin: 0; padding:0 0 0 15px; color: #00598d; height:20px;}
#testimsg_box .more { clear: left; }

#testimsg_box #testimsg_list { position: relative; height:80px; padding: 13px 0px 0px 22px; overflow: hidden; }
#testimsg_box #testimsg_list .testmsg_item {
	position: absolute;
	left:2px;
	top:2px;

}
#testimsg_box #testimsg_list .testi_txt{ font-family: Arial, Helvetica, sans-serif;color:#333; font-size:12px; font-weight:normal; line-height:15px; padding:0;}
#testimsg_box #testimsg_list .client_link { font-family: Arial, Helvetica, sans-serif; color:#333; font-size:12px; font-weight:bold; line-height:12px; }
	#testimsg_box #testimsg_list .client_link  {
	position: absolute;
	left: 229px;
	top:67px;
}

.more {float: right; text-align:right;}
.more ul.readmore { list-style-image:url(images/bl_arrow.gif); margin:0 20px 0 20px; padding:0; font-family: Arial, Helvetica, sans-serif;color:#00598d; font-size:11px; font-weight:normal; text-decoration:none;}
.more ul.readmore a { color:#00598d; text-decoration:none;}
.more ul.readmore a:hover {	color:#ff0000; text-decoration:none;}

