@charset "utf-8";
/* CSS Document */
.customdropdown
	{clear: both;
	float: left;
	width: 270px;}
.custom-dd
	{
	-moz-border-radius: 2px; /* Gecko */
	-webkit-border-radius: 2px; /* Webkit */
	clear: both;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #111;
	float: left;
	font-weight: bold;
	padding: 10px 16px 10px 15px;
	text-transform: lowercase;
	width: 220px;
	background-color: #CFCFCF;
	background-image: url(../img/search/bg-customdropdown.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.custom-dd-bg
	{background-color: #CFCFCF;
	-moz-border-radius-bottomleft: 2px; /* Gecko */
	-moz-border-radius-bottomright: 2px; /* Gecko */
	-webkit-border-bottom-left-radius: 2px; /* Webkit */
	-webkit-border-bottom-right-radius: 2px; /* Webkit */
	clear: both;
	float: left;
	text-transform: lowercase;}
.custom-dd-item
	{clear: both;
	color: #0099cc;
	display: block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 10px 15px;}
.custom-dd-item:hover
	{background-color: #eaeaea;}

