@charset "UTF-8";
/* CSS Document */

#search-drop {
	padding: 2px 2px 0 0;
	position:absolute;
        top: 0px;
        right: 0px;
        z-index:1999;
}

#search-drop-tab {
	height: 24px;
	float: right;
	z-index:9999;
	background-color: #d2d2d2;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top: 1px solid #262624;
	border-right: 1px solid #696865;
	border-left: 1px solid #262625;
	padding-left:5px;
}

#search-drop-tab.hidden {
	background-color: transparent;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border: 0;
}

.searchField {
	top: -6px;
}

.searchFocused{
	background-image: url("/globals/style-3.0/images/search/field-onclick.png")
}

.searchButton {
	width: 23px;
	height: 23px;
	margin: 1px 1px 0 0;
	padding: 0;
	color: #161616;
}

#search-drop-results {
	position:absolute;
	top: 28px;
	right: 4px;
	width: 300px;
        z-index:9997;
        margin-bottom:0;
        margin-left: 0;
        margin-right: -2px;
	background-color: #dbdbdb;
	background-image:url(/globals/style-3.0/images/search/search-drop-bg.jpg);
	background-position:right;
	background-repeat: repeat-y;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-right: 1px solid #696865;
	border-bottom: 1px solid #262624;
	border-left: 1px solid #262625;
        display:none;
}

#search-drop-results .inside{
	font-size:1px;
	height:auto;
	line-height:1px;
	position:absolute;
	right:0;
	top:0;
	width:328px;
}

#search-drop-results h3 {
	height: 20px;
	background-color: #332c2c;
	color: #FFF;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;;
	font-size: 13px;
	display: block;
	line-height: 20px;
	padding: 0px 5px;
	margin: 6px 0;
	clear:both;
}

#search-drop-results h3.title {
	display:none;
}

.result {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #332c2c;
	display: block;
	float: left;
	margin: 0 0 6px 0;
	cursor: pointer;
}

.result:hover {
	background-color: #b3b3af;
}

.result img {
	height: 32px;
	width: 32px;
	margin: 3px 6px 3px 3px;
	float: left;
}

.result h4 {
	float: left;
	font-size: 11px;
	height: 20px;
	width: 259px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #161616;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight:bold;
}

.result span {
	min-height: 12px;
	width: 259px;
	float:left;
	margin: 0; 
        font-size: 10px; 
	overflow: hidden;
	height: 2.7em;
	color: #555;
}

#search-drop-results a.all {
	height: 20px;
	background-color: #332c2c;
	color: #FFF;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;;
	font-size: 14px;
	display: block;
	line-height: 20px;
	padding: 0px 13px 0 5px;
	margin: 6px 0;
	clear:both;
	text-align: right;
	background-image:url(/globals/style-3.0/images/search/dbl-white-14.png);
	background-position:right;
	background-repeat: no-repeat;
	text-decoration: none;
}

#search-drop-results a.all:hover {
	background-color: #500000;
}
