@charset "utf-8";
/* CSS Document */
.boxDrSmoki {
	height:auto !important;
	min-height:450px;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;
	width:880px;
	border-bottom:1px dashed #BB0104;
}
* html .boxDrSmoki {
	_height:450px
}
.drSmokiMessageDiv {
	background:url(/img/h1DrSmoki.png) right center no-repeat;
	width:600px;
	height:130px;
	padding-top:20px;
	margin-left:250px;
}
h1.drSmokiMessage {
	font-family:Tahoma, Arial;
	font-size:26px;
	color:#3D0101;
	line-height:130%;
	padding-left:50px;
}


/*--------------------- FAQ form -----------------------------*/
p.faqMessage {
	color:#BB0104;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:right;
}
#faqForm {
	margin:30px 0 0 270px;
}
#faqForm .faqForm {
	width:500px;
	margin:0 auto;
}

#faqForm label {
	padding-top:8px;
	font-weight:bold;
	width: 120px;
	float:left;
	display:block;
	font-size:15px;
	color:#A51B25;
}
#faqForm input {
	width:364px;
	margin:5px 0 8px;
	height:20px;
	padding: 6px 5px;
	border: 1px solid #cfcfcf;
	background:url(/img/inputBgrd.png) left top repeat-x;
}
#faqForm input.askDr_sr {
	background:url(/img/buttons/ask_dr.png) left center no-repeat;
	border: none;
	width:75px;
	height:38px;
	cursor:pointer;
	
}
#faqForm textarea {
	background-image:url(/img/textAreaBgrd.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:120px;
	width:364px;
	margin:5px 0 8px;
	padding:6px 5px;
	border: 1px solid #cfcfcf;
	overflow:auto;
}
/****************** PITANJA I ODGOVORI ***********************/
h3.boxHead {
	margin-bottom:0px;
	height:62px;
	
}
.content_answer {
	background:url(/img/contentTab.png) left top no-repeat;
	margin-top:-7px;
	padding:10px 20px 20px 20px;
}
.answer_question {
	background-image:url(/img/answer_question_bg860.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:1px dashed #BB0104;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:15px 20px;
	margin-bottom:20px;
}

.answer_question .date_title {width:280px; float:left; padding-right:10px; margin-right:9px; border-right:1px dashed #BB0104;}
.answer_question .questionDiv {width:500px; float:left;}

.answer_question p.date_time {
	color:#3D0101;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:5PX;
}

.answer_question .drDiv {
	padding:20px;
	color:#FFFFFF;
	background-color: #BB0104;
	
}
.answer_question p.text {
	font-family:Tahoma, Arial;
	font-size:17px;
	padding-bottom:15px;
}
.answer_question a {
	color:#DA2231;
	font-size:20px;
	text-decoration:none;
}
.answer_question a:hover { text-decoration:underline;}
