/*__________________________________________________________ Mini Reset */
body,ul,ol,li,dl,dd,form,p,h1,h2,h3,h4,h5,h6,fieldset
{
	margin:0;
	padding:0;
	font-size:100%;
}
ul,ol
{
	list-style:none;
}
img,fieldset
{
	border:0;
}
:focus
{
	outline:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
caption,th
{
	text-align:left;
}
body
{
	font:75%/1.5 Tahoma,Arial,sans-serif;
}
input,button,select,textarea
{
	font-family:inherit;
}
a:link,a:visited
{
	color:#0054a6;
	text-decoration:none;
}
a:hover,a:active
{
	text-decoration:underline;
}
/*_____ Software reviews */
.appreview .section-content
{
	padding:5px 15px;
}
.reviewlist
{
	margin-bottom:10px;
}
.reviewlist li
{
	padding:10px 3px;
	border-bottom:1px dashed #bed2e4;
	zoom:1;
}
.review-info .author:link,.review-info .author:visited
{
	font-weight:bold;
	color:#22ac38;
}
.review-info .published
{
	margin-left:.5em;
	color:#999;
}
/*_____ Content Widget Frameset Style */
.section
{
	width:90%;
	float:right;
}
.section-title
{
	height:26px;
	line-height:26px;
	font-size:100%;
	padding:0 0px;
	text-align:right;
	color:#373334;
	background:#ddebf6
}
.section-title span
{
	float:left;
}
.section-title a.more
{
	font-weight:normal;
}
.section-content
{
	padding:5px 6px;
	background:#fff;
}
.section .section-content
{
	border:1px solid #cbe3f2;
	border-width:0 1px 1px;
}
.section:after,.section-content:after,.box:after
{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	font:0/0 sans-serif;
}
