.soft-box-left
{
	width:48%;
 
	margin-bottom:12px; 
	clear:left;
	float:left;
}
.soft-box-right
{
	width:48%; 
	margin-bottom:12px; 
	clear:right;
	float:right;
}
.soft-img
{
	padding-right:10px;
}
.related-soft
{
	padding:10px;
	clear:both;
}
/* START: PAGING */
.paging
{
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(images/dot.gif) repeat-x top;
	color: #999999;
	font-weight:bold;
}
span.paging a
{
	padding: 2px 3px;
	text-decoration: none;
	background: #EEEEEE;
	color: #000000;
	border: 1px solid #DDDDDD;
}
span.paging span
{
	background: #3c79b2;
	color: #FFFFFF;
	padding: 2px 3px;
	text-decoration: none;
	border: 1px solid #DDDDDD;	
}
span.paging a:hover, span.paging a:active, span.paging a:focus {
	background: #729bc4;
	color: #FFFFFF;
}
/* END: PAGING */

/* START: DOWNLOAD BUTTON */
.download {
	width:auto;
	background: url(images/icon-download.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 10px 10px 10px 10px;
	font-size:18px;

}
/* END: DOWNLOAD BUTTON */

/* START: RATING BUTTON */
.star-filled
{
	background: url(images/star.gif) no-repeat top;
	border: 0;
	height: 12px;
	width:13px;
	vertical-align:middle;	
	cursor: pointer;
}
.star-filled:hover,.star-empty:hover {
	background: url(images/star.gif) no-repeat bottom;
	border: 0;
	height: 12px;
	width:13px;
	vertical-align:middle;	
	cursor: pointer;
}
.star-empty
{
	background: url(images/star.gif) no-repeat center;
	border: 0;
	height: 12px;
	width:13px;
	vertical-align:middle;
	cursor: pointer;
}
/* END: RATING BUTTON */

/* START: DOWNLOAD TABLE */
.download-link
{
	background:#999;
}
.download-link-td
{
	background:#FFF;
}
/* END: DOWNLOAD TABLE */

.version
{
	font-weight:bold;
	text-align:left;
}

#div-ajax-loading{
	background-color:#FFF;
	background-image: url(images/loader.white.gif);
	background-repeat: no-repeat;	
	background-position: 0 50%;
	padding:5px 20px 5px 20px;
	position:fixed;
	top:50%;
	left:45%;
	text-align:center;
	color:#000;
	font-size:15px;
	font-weight:bold;
	z-index:10000;
	opacity: 0.75;
}

.result
{
	font-size:14px;
	font-weight:bold;
	color:#C30;
}