﻿/*Selects*/

.ArtSelect 
{
	cursor:default;
	font-family: Arial, Sans-Serif;
	font-size:11px;
	height:17px;
	background:url(/Images/ArtForm/select_bg.gif) repeat-x left top;
}

.ArtSelect .left {
	width:7px;
	height:17px;
	float:left;
	background:url(/Images/ArtForm/select_left.gif) no-repeat left top;

}
.ArtSelect .right {
	width:17px;
	height:17px;
	float:right;
	background:url(/Images/ArtForm/select_right.gif) no-repeat left top;
}

	.ArtSelect .right a {
		display:block;
		width:21px;
		height:21px;
	}

	.ArtSelect .right i {
		display:none;
	}

.ArtSelect .center {
	margin-left:5px;
	color:#FFF;
	padding-top:1px; /* 3px */
	overflow:hidden;
	height:15px;
	padding-right:5px;
}



/*Selects drop-down*/

.ArtSelect_VisibleFalse, 

.ArtSelect_VisibleTrue 

{
	position:absolute;
	margin-left:4px; /* 2px */
	width:100%;
	top: 180px; /* 163px */
	background:#ff9c44;
	padding:2px;
	font-size:11px;
	z-index:20;
	font-family: Arial, Sans-Serif;;
}

.ArtSelect_VisibleFalse { display:none; }
.ArtSelect_VisibleTrue { display:block; }
	.ArtSelect_VisibleTrue p 

	{
		margin:0;
		padding:0;
	}
	.ArtSelect_VisibleTrue a 

	{
		color:#fff;
		text-decoration:none;
		display:block;
		padding:1px 4px;
	}

	.ArtSelect_VisibleTrue a:hover 
	{
		color:#FFF;
		text-decoration:underline;
		/*background:#fb7f05;
		background:#182d64;*/
	}


.ArtSelectOption1

{
	color:#FFF;
	background:#fb7f05;
}

.ArtSelectOption2

{
	color:#fff;
	background:#ff9c44;
}