/* ----------------------------------- CONTAINER */
.miniReviews{
	width: 874px;
	background: url(/images/site/featureboxMid.gif);
	margin: auto;
}

#page .miniReviews h1{
	width: 839px;
	height: 39px;
	background: url(/images/site/featureboxTop.png);
	font-size: 11px;
	font-weight: bold;
	color: #4f7147;
	line-height: 38px;
	padding: 0 0 0 35px;
	text-align: left;
}
.miniReviewsEnd{
	width: 874px;
	height: 20px;
	background: url(/images/site/featureboxBot.gif) no-repeat;
	margin: auto;
	padding: 0 0 15px 0;
	overflow: hidden;
}

/* ----------------------------------- MINI REVEW */
.miniReview{
	width: 874px;
	height: 170px;
	background: url(/images/reviewPage/miniReview-bg.png);
}
.miniReview img{
	width: 125px;
	height: 125px;
	margin: 19px 19px 0 26px;
	float: left;
}
.miniReviewsText{
	float: left;
	width: 433px;
	margin: 22px 0 0 0;
}
.miniReviewsText h3{
	font-size: 11px;
	padding: 0 0 10px 0;
}
#page .miniReviewsText p{
	padding: 0 0 10px 0;
}

.miniReviewStats{
	width: 230px;
	float: left;
	margin: 22px 0 0 30px;
}

.ul-int {
	list-style:inside;
	list-style-type: disc;
	font-size: 12px;
	color: #444444;
	padding: 0 15px 15px 40px;} 
	
.ul-int-sub {
	list-style:inside;
	list-style-type: circle;
	font-size: 12px;
	color: #444444;
	padding: 0 15px 0px 40px;} 
	
#page .desc h3 { padding: 0 15px 10px 15px; font-size:16px;}

#page .miniReviewStats p{
	padding: 0 0 2px 0;
	color: #000000;
	height: 12px;
	width: 115px;
	float: left;
}
#page .miniReviewStats .rating_bar{
	background: url(/images/reviewPage/ratingBar.png) no-repeat center 2px;
	width: 102px;
	height: 16px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
	line-height: 15px;
	overflow: hidden;
	visibility: hidden;
	display: block;
	float: left;
}
#page .miniReviewStats .total .rating_bar{ background-image: url(/images/reviewPage/ratingBar_total.png); }
.total{
	padding: 2px 0 0 0;
	width: 230px;
	clear: both;
	font-weight: bold;
}

/* ----------------------------------- BUTTONS */
.buttons{
	width: 530px;
	background: #000000;
	background: url(/images/reviewPage/boxLeft-mid.gif) repeat-y;
	padding: 5px 0 10px 0;
}
.btn_visitSite, .btn_download{
	display: block;
	width: 129px;
	height: 25px;
	background: url(/images/site/btnVisitSite.png);
	float: left;
}
.btn_visitSite:hover, .btn_download:hover{ background-position: bottom left; }

.btn_visitSite{ background: url(/images/site/btn_vaialsito.png); margin: 0 0 0 130px; }
.btn_download{ background: url(/images/site/btn_scarica.png); margin: 0 0 0 15px; } 

/* ----------------------------------- LEFT COLUMN */
.boxLeft{
	width: 530px;
	float: left;
	background: url(/images/reviewPage/boxLeft-top.png) no-repeat;
	padding: 19px 0 0 0;
}
.boxLeft h2{
	color: #365c2d;
	font-size: 12px;
	background: url(/images/reviewPage/boxLeft-mid.gif) repeat-y;
	padding: 0 25px 10px 25px;
}
#page .boxLeft p{
	background: url(/images/reviewPage/boxLeft-mid.gif) repeat-y;
	padding: 0 25px 10px 25px;
	font-size:12px;
}
.boxLeft img{
}
.boxLeftEnd{
	width: 530px;
	height: 13px;
	background: url(/images/reviewPage/boxLeft-end.png) no-repeat;
}

/* ----------------------------------- RIGHT COLUMN */
.boxRight{
	width: 344px;
	float: right;
	background: url(/images/reviewPage/boxRight-top.png) no-repeat;
	padding: 19px 0 0 0;
}
.boxRight h2{
	color: #365c2d;
	font-size: 12px;
	background: url(/images/reviewPage/boxRight-mid.gif) repeat-y;
	padding: 0 25px 10px 25px;
}
#page .boxRight p{
	background: url(/images/reviewPage/boxRight-mid.gif) repeat-y;
	padding: 0 25px 10px 25px;
}
.boxRightEnd{
	width: 340px;
	height: 12px;
	background: url(/images/reviewPage/boxRight-end.png) no-repeat;
}

/* ----------------------------------- SLIDESHOW */
#screenshots{
	width: 344px;
	height: 234px;
	background: url(/images/reviewPage/screenshotsBg.png);
	float: right;
	position: relative;
}
#screenshots h2{
	color: #365c2d;
	font-size: 12px;
	padding: 19px 25px 0 25px;
	text-align: center;
}
#screenshotContainer{
	display: block;
	margin: 10px auto 0 auto;
}
#screenshotContainer img{
	border: solid 10px #e3e8e2;
}
#prev, #next{
	display: inline;
	width: 10px;
	height: 10px;
	float: left;
	position: absolute;
	z-index: 100;
	top: 115px;
	overflow: hidden;
}
#prev{ left: 34px; background: url(/images/reviewPage/arrowLeft.gif); }
#next{ left: 300px; background: url(/images/reviewPage/arrowRight.gif); }
