/* CSS Document */

#testyshell {
	width: 350px;
	height: 95px;
	margin: 20px 0 50px 40px;
}
#testybug {
	background-color:#FFFFFF;
	height: 75px;
	width: 275px;
	padding: 0 5px 0 12px;
	margin: 0;
}
#testybug li {
	list-style-type: none;
}
#samplebug {
	width:150px; 
	height:320px;
	float: right; 
	padding: 20px 15px 5px 20px;
}
.read-more-testys, a.read-more-testys:visited, a.read-more-testys:link {
	font-size: 10px; 
	text-decoration:none; 
	color:#999999;
	position: relative;
	top: -1px;
	left: 15px;
}
