@charset "utf-8";
/* CSS Document */

div.custom-select-box-title
{
	padding: 3px 0 3px 75px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #860001;
	font-weight: bold;
	text-align: left;
}

div.custom-select-red
{
	padding: 0;
	margin: 0;
	background: url( /images/custom_select_backgr.png ) no-repeat top left;
	position: relative;
}

div.custom-select-red div.custom-select-red-label
{
	padding: 2px 0 0 7px;
	margin: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	height: 19px;
	white-space: nowrap;
	text-align: left;
}

div.custom-select-red div.custom-select-red-button
{
	padding: 0;
	margin: 0;
	width: 21px;
	height: 21px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	background: url( /images/custom_select_button.png ) no-repeat top left;
}

div.custom-select-red div.custom-select-red-list
{
	padding: 0;
	margin: 0;
	width: auto;
	display: none;
	position: absolute;
	top: 20px;
	left: 7px;
	background-color: #FFF;
	border-left: 1px solid #860001;
	border-bottom: 1px solid #860001;
	border-right: 1px solid #860001;
	border-top: 1px solid #860001;
}

div.custom-select-red div.custom-select-red-list div.custom-select-red-list-item
{
	padding: 3px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	text-align: left;
	display: block;
}

div.custom-select-red div.custom-select-red-list div.custom-select-red-list-item-selected
{
	padding: 3px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	white-space: nowrap;
	background-color: #EEEEE4;
	cursor: pointer;
	text-align: left;
	display: block;
}

div.custom-select-red div.custom-select-red-list div.custom-select-red-list-item-hover
{
	padding: 3px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	white-space: nowrap;
	background-color: #EEEEE4;
	cursor: pointer;
	text-align: left;
	display: block;
}