/***********************************************/
/* Page Structure CSS                          */
/***********************************************/

#searchRefine {
	width: 585px;
	height: 160px;
	background-color: #FFFFEA;
	z-index: 1;
	position: absolute;
}
#searchRefine div.header {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	text-indent: 6px;
	color: #000;
	background-color: #DADADA;
}
#searchRefine div.refineListContainer {
	margin: 4px;
	z-index: 0;
}
#searchRefine .removeContainer {
	width: 98%;
	position: absolute;
	top: 0;
	left: 0;
}
#searchRefine .refTitle {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}
#searchRefine .refDesc {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#searchRefine .remove {
	text-indent: 12px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#searchRefine div.refineList {
	float: left;
	position: relative;
	width: 24%;
	height: 100px;
	margin: 0 2px;
	text-align: left;
}
#searchRefine div.refineList .listTitle {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: #000;
}
#searchRefine div.refineList ul {	
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #444;
}
#searchRefine div.refineList ul li {
	margin: 0 0 2px 0;
	line-height: 15px;
	list-style-type: none;
}
#searchRefine div.refineList ul .unchecked {
	padding-left: 16px;
	background: url(../images/icons/check_box_grey_unchecked.gif) no-repeat 0px;
}
#searchRefine div.refineList ul .checked {
	padding-left: 16px;
	background: url(../images/icons/check_box_grey.gif) no-repeat 0px;
}
#searchRefine div.refineList ul li {
	margin: 0 0 2px 0;
	line-height: 15px;
	list-style-type: none;
	background: url(../images/icons/check_box_grey_checked.gif) no-repeat 0px;
}
#searchRefine div.refineList ul a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #444;
	text-decoration: none;
}
#searchRefine div.refineList ul a:hover {
	text-decoration: underline;
}
#searchRefine div.refineList div.allLink {
	margin-left: 0;
	position: relative;
	margin-top: 5px;
	padding-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #356AA3;
}
#searchRefine div.refineList div.allLink a {
	color: #000;
	text-decoration: underline;
}
#searchRefine div.refineList div.allLinkOpen {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 136px;
	padding-top: 5px;
	padding-left: 4px;
	padding: 5px 0 4px 4px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #444;
	background-color: #FFF;
	border: 1px solid #000;
}
#searchRefine div.refineList div.allLinkOpen a {
	font-weight: bold;
}
#searchRefine div.refineList div.allLinkOpen li a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
#searchRefine div.refineList div.allLinkOpen li a:hover {
	text-decoration: underline;
}
#searchRefine div.refineList div.allLinkOpen div.closeButton {
	cursor: pointer;
	position: absolute;
	left: 122px;
	width: 12px;
	height: 12px;
	background-image: url(../images/buttons/close_button_grey.gif);
}
/*********END*********/
