﻿body #page #body div.promoter div.flash
{
	top: 0;
	z-index: 2;
	float: right;
}

/* css for the title in the tooltip */
.dvhdr1
{
	background: #ccecf4;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border: 1px solid #3333ac;
	padding: 3px;
	min-width: 160px;
}

/* css for the body in the tooltip*/
.dvbdy1
{
	background: #FFFFFF;
	background-repeat: repeat-x;
	font-size: 11px;
	border-left: 1px solid #3333ac;
	border-right: 1px solid #3333ac;
	border-bottom: 1px solid #3333ac;
	padding: 3px;
	width: 160px;
}

.img
{
	border: 0 none;
}

/* facet search box */
body #page #body div.box div.facet
{
	margin: 0;
	padding: 8px 16px;
	border: 1px solid #e2e2e2;
	border-top: 0 none;
	background: #fff none;
	color: #707681;
	position: relative;
	height: 200px;
}

body #page div.box div.facet div
{
	float: right;
	width: 100%;
	text-align: left;
}
body #page div.box div.facet img
{
	float: left;
}
body #page div.box div.facet p
{
	margin: 0 0 8px 0;
	line-height: 120% !important;
}
body #page div.box div.facet ul
{
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
body #page div.box div.facet ul li
{
	padding: 0 0 10px 0;
	line-height: 120%;
	list-style-type: none !important;
}
/* end facet search box */

