@charset "utf-8";
/* CSS Document */
.testcategory_container{
	margin:10px 0px 0px 7px;
}	
.boxborder{
	border:#5f5f5d 1px solid;
}
.testheading{
	color:#20733f;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}
#testlist td{
	border-left:#20733f 1px solid;
}
.shadegray{
	background-color:#f1f1f1;
}
.price{
	width:80px;
	padding:0px 10px 0px 10px;
}
.testname{
	padding:0px 10px 0px 10px;	
}
.testcategories{
	border-bottom:#c6c6c6 1px solid;
}
.testcategories a{
	text-decoration:none;
	color:#1e7240;
	width:auto;
	height:100%;
	display:block;
	padding:0px 10px 0px 10px;	
}
.testcategories a:hover{
	text-decoration:none;
	color:#000000;
	width:auto;
	height:100%;
	display:block;
	padding:0px 10px 0px 10px;
	background-color:#3A8D59;
}
	
