/*all copied more or less from result.css */ 
h2 {color:#817368;}
#fullRefine{overflow: hidden;} /*defined in main.css */
#fullRefineAppend{
	width: 100%; height: 300px;
	background-image: url(img/loading_ffy.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	bottom:0px;
}
#fullRefineInner {}

.fullRefineheader {margin-left: 20px; overflow: hidden;}
.fullRefineheader h2 { font-size: 120%; color: #817368; font-weight: bold; margin-bottom: 8px; margin-top: 8px; }   

#fullRefineTabContainer{
	height: 29px;
	margin: 0;
	padding: 0;
	background-image: url(img/refine_border_dashed.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.fullRefineTab {
	font-size: 11px; 
	font-weight: normal;
	display: block; float: left;
	color: #000000; 
	margin: 0px;
	padding: 7px 10px 0px 10px;
	height: 22px;
	cursor: pointer;
}
.fullRefineTab .number {
	color: #9d9d9d;
	font-weight: normal;
}
.fullRefineTabSelected{
	border-left: 1px solid #e7ebee; border-right: 1px solid #e7ebee; 
	background-image: url(img/refine_cat_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#closeText {	
	float: right; 
	font-size: 11px; 
	font-weight: normal;
	padding: 10px;
	cursor: pointer;
}
#closeButton {font-weight: bold;}
				 
#fullRefinebody { width: 99%; font-size: 11px; height: 500px; margin-left: 10px; overflow: auto; border: 0px solid orange}
/*The height of the results is determined here. It is a fucker to get it right*/

.fullRefineBodyContainer{display: none;}

#fullRefinebody ul {margin-left: 26px; margin-top: 0px; margin-bottom: 4px; margin-right: 0px; padding: 0px; }

#fullRefinebody li {margin-top: 3px; color: #d8d8d8; list-style-image: url(img/brkdarkred.gif); }
#fullRefinebody a {display: block; cursor: pointer;}
#fullRefinebody a:hover{text-decoration: underline !important;}


/* a {text-decoration: none; font-weight: normal; }
a:hover { text-decoration: underline; }
 */
#fullRefinebody .more { color: #88F; }
#fullRefinebody .number { color: #888; } 

.fullRefineLeftList{width: 27%; float: left;}
.fullRefineMidList{width: 27%; float: left;}
.fullRefineRightList{width: 27%; float: left;}

.fullRefineTerm {color:#6A210A;}
.number {color: #888; text-decoration: none; font-size: 80%;}