

/* -------------------------------------------------------- */

h3{ 
	margin-top:5px;
	margin-left:8px;
	margin-right:60px;
	color: #F1F1EB; 
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	/*font-weight: bold;  */
	}
	
.boxgrid{ 
	width: 274px; 
	height: 183px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	}
	

	
/*.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}*/

.boxgrid p{ 
	padding-left:8px;
	padding-top:11px;
	color:#f1f1eb; 	
	font-weight: normal; 
	font-style: normal;
	line-height:11px; 
	font:11px 'TrebuchetMSRegular', sans-serif;
}

.imgs{
	clear: both;
	position: absolute; 
	top: 143px; 
	left: 8px; }
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 183px; 
	width: 100%; 
	opacity: .89; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";

/*background-image:url(../images/bg_flip.png);*/
}

.caption .boxcaption {
	top: 143px;
	left: 0;
}
.caption .boxcaption h3{
	height:43px;
	overflow:hidden;
}

.voti{
	position:absolute;
	top:2px;
	left:220px;
	width:42px;
	height:18px;
	padding-top:17px;
	background-image:url(../images/bg_voti.png);
    color: #000;
    font: 17px "Trebuchet MS", sans-serif;
	text-align: center;
    line-height: 15px;
	font-weight:bold;
	}
	
.voti_ie{
	position:relative;
	margin-top:-45px;
	margin-left:220px;
	width:42px;
	height:18px;
	padding-top:17px;
	background-image:url(../images/bg_voti.png);
    color: #000;
    font: 17px "Trebuchet MS", sans-serif;
	text-align: center;
    line-height: 17px;
	font-weight:bold;
	}

