#content .tools h1.toolListh1{
	border-bottom: 1px dotted #c52126;
	color: #c52126;
	text-indent: 0;
}

#content .toolsListing h2{
	border-bottom: 1px dotted #C52126;
	color:#c52126;
	font-size:16px;
	line-height:30px;
	width:447px;

	margin: 5px 0;
}

#content .toolsListing p{
	font-size: 12px;
	line-height: 19px;
	color: #4d4d4d;
	font-weight: normal;
	text-indent: 0;
}

#content .toolsListing ul{
	margin-left: 20px;
	color: #4d4d4d;
	font-size: 12px;
	padding: 0;
}
#content .toolsListing li{
	margin: 10px 0;
	line-height: 19px;
}

#content .toolsListing a,
#content .toolsListing a:hover,
#content .toolsListing a:visited,
#content .toolsListing a:active{
	color: #c52126;
}

#content .toolsListing a:hover{
	text-decoration: underline;
}

#content .toolsListing .breadcrumb{
	text-align: center;
	margin: 10px 0 10px 30px;
	color: #4d4d4d;
}

#content .toolsListing .screenshot{
	float: right;
	width: 385px;
	/*height: 385px;*//**/
	/*border: 1px solid #4d4d4d;*/
	margin: 20px 0 15px 25px;
}
#content .toolsListing .screenshot img{
	border: 1px solid #4d4d4d;
}

#content .toolsListing .options{
	margin: 10px 0 25px;
}

#content .toolsListing .download,
#content .toolsListing .goTo{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 16px;
}

#content .toolsListing .download a,
#content .toolsListing .goTo a{
	font-size: 26px;
	line-height: 26px;
	margin: 0 2px;
	text-decoration: none;
}
#content .toolsListing .download a{
	color: #49b748;
}
#content .toolsListing .goTo a{
	color: #0079c2;
}
#content .toolsListing a.underline:hover{
	text-decoration: underline;
}

#content .toolsListing a img{
	position: relative;
	top: 13px;
	padding: 0 5px 0 0;
	margin: 5px 0;
}

#content .toolsListing .backLink{
	text-align: center;
	margin: 10px 0;
	height: 10px;
	padding-top: 10px;
	border-top: 1px dotted #c52126;
}


