/* CSS Document */
#content div.big{
	padding:12px;
}

.box{
	line-height:16px;
	background:none;
	float:left;
	padding:0;
	width:60%;
}

.box .answer_now {
	float:right
}

.box .question_answering{ display:none }

.box .question_answering textarea{
	height:50px;
	width:360px;
}

.box a.q {
	font-weight:bold;
}

.box .lekker_thumb{
	float:left;
}

.box div.q{
	margin-left:10px;
	float:left;
	width:80%;
}

h3{
	color:#b9afa2;
	font-size:12px;
	font-weight:bold;
}

h1.short{float:left; width: 50%}
span.filter{float:right; margin:10px 10px 0 0;}

span.filter label.l{float:left; margin-right:10px;} /* add a class to the label so not to interfere with the dropdown */

#pagination {float:right}


.box-light{
	background-color: #413525;
	float:left;	
	margin-left:1%;
	padding:10px;
	width:36%;
}


#add_qa {}

#add_qa p { 
	float:left;
	margin:10px 0 20px 0;
}

#add_qa .inputbox,
#add_qa textarea{
	float:left;
	width:270px;
}

#add_qa label{
	margin: 10px 0 5px 0;
}

#add_qa input.search_button{
	color:white
}

/******************************
Question Suggestion CSS
 ******************************/
.qa_suggestions {
	border: 1px solid #695D4D;
	background-color: #352919;
	overflow: hidden;
	padding: 10px;
	text-align:right;
	z-index: 200;
}

.qa_suggestions ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.qa_suggestions iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.qa_suggestions li {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	color:WHITE;
	overflow: hidden;
}

input.ac_loading,#path #right input.ac_loading{
	background : url('../template/img/indicator.gif') no-repeat right;
}

.ac_over {
	background-color: #d33154;
}

