/*
Theme Name: Product Review
Description: Review products using wordpress.
Author: Scott Botkins
*/


body{
margin: 0px;
font-family: Arial;
font-size: 9pt;
}

h1{
margin: 0px;
padding: 0px;
}

a{color: #0000FF}

h1#report-title {
  color: #FFFFFF;
  font-size: 24px;
}


#blist ul.browselist {
	list-style: none;
	text-align: left;
	margin: 0 0 20px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#blist ul.browselist li {
	border-bottom: 1px solid #EFF0F1;
	background: url(/images/dogpaw2.jpg) no-repeat 0px 2px;
	padding: 16px 7px 5px 30px;	
	height: 1%;
	vertical-align: top;
}

#blist ul.browselist a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
}

