/* Styles for Ask Expert */

div#ae {
	font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
	font-size:12px;
}

.ae_cell_1 {
	background: url("http://images.coronaria.fi/?id=3174350");
	font-size:12px;
}

.ae_cell_2 {
	background-color:#FFFFFF;
	font-size:12px;
}

.ae_header {
	padding:4px; 
	font-size: 12px;
	font-weight: bolder;
	color: #63582D;
	background-color:white;
	border-bottom: 3px solid #FFFFFF;
}

.ae_aboxdescr {
	background-color:#ffe373;
	padding:4px;
}
	
div.ae_cust_itembox {
	padding:2px;
	padding-bottom: 8px;
	padding-top: 4px;
}

div.ae_cust_qheader {
	background: url("http://images.coronaria.fi/?id=5766678");
	padding:2px;
	padding-left: 4px;
	border-color: #FFCC00;
	border-style: solid;
	border-width: 1px;
}

div.ae_cust_qcontent {

	padding:6px;

}

span.ae_general_header {
	background: url("http://images.coronaria.fi/?id=5766678");
	margin: 0;
	padding: 2px 6px;
	/* display: block; */
	font-weight: bold;
}

#ae_column_holder {
	width: 720px;
	/*margin: 0px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align:left;
}

/*navi*/
#ae_navi_col {
	float: left;
	width: 150px;
	min-height:90%;
	padding: 3px;
	display: block;
	border-right-style: dashed;
	border-right-width: 1px;
}

#ae_index_navi div {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;	
	float:left;
	height:22px;
	line-height:22px;
}

#ae_index_navi div a{
	text-decoration: none;
	color: #63582D;
}

#ae_index_navi div a:hover{
	text-decoration: underline;
	color: #000000;	
}

div.ae_index_unactive_left {
	/*background: url("http://images.coronaria.fi/?id=1570664");*/
	background-color:#ffe373;
}
div.ae_index_unactive_middle {
	/*background: url("http://images.coronaria.fi/?id=0616712");*/
	background-color:#ffe373;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align:middle;
}
div.ae_index_unactive_right {
	/*background: url("http://images.coronaria.fi/?id=5061537");*/
	background-color:#ffe373;
}

div.ae_index_active_left {
	background-color: #FFCC00;
}

div.ae_index_active_middle {
	background-color: #FFCC00;
	padding-left: 4px;
	padding-right: 4px;
}

div.ae_index_active_right {
	background-color: #FFCC00;
}

div.ae_index_navi_divider {
	/*background-color: #FFFFFF;*/
	padding:0px;
	width:3px;
}

/* content */
.ae_content {
	padding: 5px;
}

#ae_content_col {
	float: left;
	width: 532px;
	margin-left: 10px;
	padding: 3px;
	display: block;
}

#ae_content_col input.button {
	background-color:#ffe373;
	border-color:#92551C;
	border-style:outset;
	border-width:1px;
	color:#5B0604;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
}
#ae_content_col input.button:hover {
	background-color:#FFCC00;
	border-color:#92551C;
	color:#000;
	cursor:pointer;
}
	
.ae_horizontal_line {
	border-top: 1px solid #C3322D;
}

.ae_horizontal_line_dotted {
	border-top: 1px dashed #FFCC00;
}

div.ae_hr_solid {
	/* border-top: 1px solid #FFCC00; */
	background-color: #FFCC00;
	height: 1px;
	margin: 2px;
}

td.ae_vertical_line_dotted {
	background: url("http://images.coronaria.fi/?id=6099726");
}

div#ae_empty_block {
	background-color: #FFCC00;
	height: 20px;
	display:block;
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
}


div#ae_index_content_block {
	border: 1px solid #FFCC00;
	width: 601px;
	/*background-color: #FFFBEB;*/
	background-color: #FFFDF3;
}

span.ae_index_expert_name {
	color: #C23231;
	font-size: 13px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #FFCC00;
}

div.ae_searchwords_box {
	padding:4px;
	display:block;
	background-color:white;
	border-bottom: 1px solid #FFCC00;
}

div.pager {
	border-top:1px solid #FFCC00;
	padding:4px;
	margin-top:12px;
	text-align:center;
}
div.pager a {
	color: #000;
	font-weight:bold;
}
div.pager select {
	width:auto;
}
div.pager .disabled {
	color: #b8b8b8;
}

div.expertBox {
	float:left;
	width:50%;
	margin: 2px 0px 16px 0px;
	/*height:85px;height:".$divHeight."px;*/
}
div.expertBox a {
	border:1px solid #fff;
	display:block;
	margin:0px;
	padding:4px;
	font-weight:normal;
	text-decoration:none;
}

div.expertBox a:hover {
	background:#fff4ca;
	border:1px solid #ffeca0;
	display:block;
	margin:0px;
	text-decoration:none;
}

div.expertBox img {
	float:left;
	margin-right:3px;
}

.prop {
	float:right;
	width:1px;
	height:85px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

ul.ae_list li {
	margin-left: 7px;
}


