/*Pagina dettaglio contenuti*/
#cont_dett
{
	text-align: justify;
	padding: 5px;
}
#cont_dett h1
{
	font-size: 18px;
	font-weight: bold;
}
#cont_dett h2
{
	font-size: 11px;
	color: #747474;
	font-style: italic;
	font-weight: normal;
}
#cont_dett .details
{
	font-size: 10px;
	font-weight: normal;
	color: #A5A5A5;
	margin-bottom: 16px;
	margin-top: 6px;
}
#cont_dett .category
{
	margin-bottom: 5px;
	background-color: #F8F8F8;
	border: 1px solid #DCDCDC;
	padding: 4px;
}
#cont_dett .category .left
{
	width: 400px;
	float: left;
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
}
#cont_dett .category .left_btn
{
	width: 230px;
	float: left;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}
#cont_dett .category .right
{
	width: 180px;
	float: left;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
}
#cont_dett .category .right img
{
	border: none;
}
#cont_dett .category .right a, #cont_dett .category .right a:visited, #cont_dett .category .right a:hover
{
	text-decoration: none;
	color: Gray;
}
#cont_dett .category .right .lnk_btn
{
	width: 380px;
}

#cont_dett .details a, #cont_dett .details a:visited
{
	font-size: 10px;
	color: #FF4500;
}
#cont_dett .details a:hover
{
	font-size: 10px;
	color: Black;
}

#cont_dett img
{
	border: 1px solid #D2D2D2;
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 2px;
}
/*Commenti*/

/*download*/
#download img
{
	border: none;
}
#download .downNow
{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#download .downNow a, #download .downNow a:visited
{
	text-decoration: none;
	font-size: 28px;
	font-weight: bolder;
}
#download .downNow a:hover
{
	text-decoration: underline;
	font-size: 28px;
	font-weight: bolder;
	color: Black;
}
#download .downNow .noteDo
{
	font-size: 10px; 
	color: #646464;
}
.titoloScheda
{
	margin-top: 15px;
	font-size: 14px;
	color: #777777;
	font-weight: bold;
}
.down_scheda
{
	border: 1px solid #D8D8D8;
	background-color: #FBFBFB;
	padding: 3px;
	margin-top: 15px;
}
.down_voto
{
	margin-left: 53px;
	font-size: 10px; 
	color: #646464;
}
/*correlati*/
.cont_box .corr_container
{
	border: none;
	border-bottom: 1px solid #B2B2B2;
	background-color: #efefef;
}
.cont_box .corr_container .leftTitle
{
	float: left;
	width: 430px;
}
.cont_box .corr_container .leftTitle a, .cont_box .corr_container .leftTitle a:visited, .cont_box .corr_container .leftTitle a:hover
{
	font-weight: bold;
	text-decoration: none;
}
.cont_box .corr_container .rightTitle
{
	float: left;
	width: 80px;
}
.cont_box .corr_container .rightLast
{
	float: right;
	width: 60px;
}
/*commenti*/
.comments_edit .CommMsg
{
	border: 1px solid #ff9b20;
	background-color: #fff5f0;
	padding: 6px;
	color: #ff4500;
	font-weight: normal;
	font-size: 10px;
	width: 450px;
	height:20px; 
	margin-top: 0px;
	z-index:1000; 
	position: relative;	
	opacity: .9; 
	filter:Alpha(Opacity=90)
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}

