/********************************************************
/*  ARTWEB DROPDOWN
/********************************************************/
.artWebDropDown
{
	display: inline-block;
	margin: 0;
	height: 17px;
	visibility: hidden;
}
.dropdown_short
{
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 238px;
	height: 17px;
	text-decoration: none;
	outline: none;
	color: #6c6d8d;
	border: 1px solid #6d7fd4;
	background-color: #ffffff;
}
.dropdown_title
{
	display: block;
	position: relative;
	padding: 0 40px 0 8px;
	line-height: 17px;
	height: 17px;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
.dropdown_short_left
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 30px;
}
.dropdown_short_center
{
	display: block;
	position: absolute;
	left: 12px;
	right: 12px;
	top: 0px;
	height: 30px;
}
.dropdown_short_right
{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12px;
	height: 30px;
}
.dropdown_short_mark
{
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 13px;
	height: 10px;
	background-image: url('/images/arrow_bottom_red.png');
}
.dropdown_full
{
	display: block;
	position: absolute;
	display: none;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	z-index: 15;
	font-size: 11px;
}
.dropdown_option_hovered
{
	display: block;
	background-color: #e8e7e5;
}
.dropdown_option
{
	display: block;
	line-height: 19px;
	height: 19px;
	padding-left: 9px;
	padding-right: 9px;
	cursor: default;
	white-space: nowrap;
	color: #181818;
}
