.question {
	border-bottom:2px solid #dfe3c8;
	padding-bottom:20px;
	margin-bottom:20px;
}

.question .question_text,
.question .answer {
	padding-left:100px;
}

.question .answer {
	position:relative;	
}


.question .answer h3 {
	margin-bottom:0px;	
}

#content .question .question_text {
	background:url('../i/icons/ask.png') no-repeat left top;
	min-height:95px;
	margin-bottom:10px;
	font-size: 1.45em;
}

#content .question .answer .title {
	color:#747973;
	font-style:italic;
	margin-bottom:7px;
}

.question .answer .avatar {
	position:absolute;
	left:0px;
	top:0px
} 

.question .video {
	margin-bottom:5px;
}

#order {
	margin:30px 0px 25px -25px; 
}


#content .paginator {
	font-size:1.6em;
	margin-bottom:0px;
}

.paginator strong,
.paginator a {
	margin-right:10px;
}

.paginator strong {
	color:#cd1924;
	font-weight:normal;
}

#content .for_doctor .question_text{
	background:url('/i/icons/ask_red.png') no-repeat 0px 0px;
}




