﻿

#scroll_holder_div 
{
	display: inline;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;	
	position: relative;
	width: 294px;
	height: 160px;
	overflow: hidden;
}

#scroll_window_div
{
	display: inline;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;	
	overflow: hidden;
	width: 294px;
	height: 160px;
	z-index:1; 
}

#scroll_content_div
{
	display: inline;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;	
	position: absolute; 
	left:0px; 
	top:0px; 
	z-index:1; 
	width: 294px;
}

/*****************************
		QuestionBlogCompact
******************************/
.CompactMainQuestionContent
{
	 font-weight: normal;
}
.QuestionBlogDetailsCompact
{
	width: 294px;
	float: left;
	clear: right;
}
.QuestionCompactMainDiv
{
	display: inline;
	float: left; 
	clear: left; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	position: relative;
}
.QuestionTextDiv a{
color:#8a8a8a;
text-decoration:none;
}
.QuestionsToAnswerDiv
{
	display: inline;
	float: left;
	clear: both;
	width: 294px;
	margin-bottom:10px;
}
.QuestionsToAnswerDiv .titolo_news
{
border-bottom:1px solid #000;
margin-bottom:5px;
padding-left:5px;
color:#000;
font-weight:bold;
}
.QuestionsToAnswerDiv .titolo_news a
{
color:#000;
font-weight:bold;
text-decoration:none;
}
.QuestionsToAnswerDiv .titolo_news img
{
float:right;
vertical-align:middle;
}