/* RadComboBox Sunset skin */

/*global*/

.RadComboBox_LesPlastiquesVert *
{
	margin:0;
	padding:0;
}

.RadComboBox_LesPlastiquesVert,
.RadComboBox_LesPlastiquesVert .rcbInput,
.RadComboBoxDropDown_LesPlastiquesVert
{
	font:12px arial,verdana,sans-serif;
	color:White;
	font-weight:bold;
}

/* combobox */

.RadComboBox_LesPlastiquesVert
{
	vertical-align:bottom;
	margin-top:3px;
}

.RadComboBox_LesPlastiquesVert table
{
	border:0;
	border-collapse:collapse;
}

.RadComboBox_LesPlastiquesVert td.rcbInputCell
{
	width:100%;
	height:25px;
	line-height:23px;
	vertical-align:top;
	padding:0;
	border:0;
}

.RadComboBox_LesPlastiquesVert td.rcbInputCellLeft,
.RadComboBox_LesPlastiquesVert td.rcbInputCellRight
{
	background:url('ComboBoxVert/rcbInput.gif') no-repeat;
}

.RadComboBox_LesPlastiquesVert td.rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_LesPlastiquesVert td.rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_LesPlastiquesVert .rcbHovered .rcbInputCellLeft { background-position: 0 -25px; }
.RadComboBox_LesPlastiquesVert .rcbHovered .rcbInputCellRight { background-position: 100% -25px; }

.RadComboBox_LesPlastiquesVert .rcbFocused .rcbInputCellLeft { background-position: 0 -50px; }
.RadComboBox_LesPlastiquesVert .rcbFocused .rcbInputCellRight { background-position: 100% -50px; }

.RadComboBox_LesPlastiquesVert .rcbInputCell .rcbInput
{
	width:100%;
	background:transparent;
	border:0;
	vertical-align:top;
	padding: 3px 0 0;
	outline: 0;
}

.RadComboBox_LesPlastiquesVert .rcbInputCell .rcbEmptyMessage
{
	color: #666;
	font-style: italic;
}

.RadComboBox_LesPlastiquesVert td.rcbInputCell,
.RadComboBox_LesPlastiquesVert .rcbInputCell .rcbInput
{
	padding-left: 4px;
	padding-top: 2px;
}

.RadComboBox_LesPlastiquesVert_rtl td.rcbInputCell,
.RadComboBox_LesPlastiquesVert_rtl .rcbInputCell .rcbInput
{
	padding-right: 2px;
	padding-left: 0;
}

.RadComboBox_LesPlastiquesVert .rcbHovered .rcbInputCell .rcbInput
{
	color:#045cb5;
}

.RadComboBox_LesPlastiquesVert .rcbFocused .rcbInputCell .rcbInput
{
	color: #045cb5;
}

.RadComboBox_LesPlastiquesVert td.rcbArrowCell
{
	width:23px;
	padding:0;
	border:0;
}

.RadComboBox_LesPlastiquesVert td.rcbArrowCellLeft,
.RadComboBox_LesPlastiquesVert td.rcbArrowCellRight
{
	background:url('ComboBoxVert/rcbArrowCell.gif') 0 0 no-repeat;
}

.RadComboBox_LesPlastiquesVert td.rcbArrowCellLeft { background-position: 100% 0; }
.RadComboBox_LesPlastiquesVert td.rcbArrowCellRight { background-position: 0 0; }

.RadComboBox_LesPlastiquesVert .rcbHovered .rcbArrowCellLeft { background-position: 100% -25px; }
.RadComboBox_LesPlastiquesVert .rcbHovered .rcbArrowCellRight { background-position: 0 -25px; }

.RadComboBox_LesPlastiquesVert .rcbFocused .rcbArrowCellLeft { background-position: 100% -50px; }
.RadComboBox_LesPlastiquesVert .rcbFocused .rcbArrowCellRight { background-position: 0 -50px; }

.RadComboBox_LesPlastiquesVert td.rcbArrowCellHidden { background-position: -20px 0; }
.RadComboBox_LesPlastiquesVert .rcbHovered .rcbArrowCellHidden { background-position: -20px -25px; }
.RadComboBox_LesPlastiquesVert .rcbFocused .rcbArrowCellHidden { background-position: -20px -50px; }

.RadComboBox_LesPlastiquesVert .rcbArrowCell a
{
	position:relative;
	outline:none;
	overflow:hidden;
	display:block;
	width:23px;
	height:25px;
	text-decoration:none;
	text-indent: -9999px;
	font-size: 0;
}

.RadComboBox_LesPlastiquesVert td.rcbArrowCellHidden,
.RadComboBox_LesPlastiquesVert .rcbArrowCellHidden a
{
	width: 3px;
}

.RadComboBox_LesPlastiquesVert .rcbDisabled .rcbArrowCell a
{
	cursor:no-drop;
}

.RadComboBox_LesPlastiquesVert .rcbDisabled .rcbArrowCellHidden a
{
	cursor: default;
}

/* dropdown */

.rcbSlide
{
	position:absolute;
	overflow:hidden;
	display:none;
	_height:1px;
	float:left;
}

.RadComboBoxDropDown_LesPlastiquesVert
{
	position:absolute;
	/*background:#e66aa4;*/
	/*border: 1px solid #979797;
	border-top-color:#959485;
	*/
	cursor:default;
	font-size:12px;
	text-align: left;
	font-weight:bold;
}

.RadComboBoxDropDown_LesPlastiquesVert_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbScroll
{
	overflow:auto;
	background:transparent url('ComboBoxVert/Background.gif') repeat-y;

	color:White;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbList
{
	list-style:none;
	margin:0;
	padding:0;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbNoWrap .rcbList
{
	float:left;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbHeader,
.RadComboBoxDropDown_LesPlastiquesVert .rcbFooter
{
	/*background:url('ComboBoxVert/rcbHeader.gif') repeat-x #f1f2f4;
	height: 19px;
	color: #045cb5;*/
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbHeader
{
	background:url('ComboBoxVert/top.gif') no-repeat transparent;
	height:10px;
	_height:18px;
	width:125px;
}
.RadComboBoxDropDown_LesPlastiquesVert .rcbFooter
{
	background:url('ComboBoxVert/bottom.gif') no-repeat transparent;
	height:12px;
	width:125px;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_LesPlastiquesVert .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_LesPlastiquesVert .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_LesPlastiquesVert .rcbNoWrap .rcbLoading
{
	white-space:nowrap;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbItem,
.RadComboBoxDropDown_LesPlastiquesVert .rcbHovered,
.RadComboBoxDropDown_LesPlastiquesVert .rcbDisabled,
.RadComboBoxDropDown_LesPlastiquesVert .rcbLoading
{
	padding:4px 20px 4px 6px;
	/*margin: 0 2px;*/
	zoom:1;
}

*+html .RadComboBoxDropDown_LesPlastiquesVert .rcbItem,
*+html .RadComboBoxDropDown_LesPlastiquesVert .rcbHovered,
*+html .RadComboBoxDropDown_LesPlastiquesVert .rcbDisabled,
*+html .RadComboBoxDropDown_LesPlastiquesVert .rcbLoading
{
	zoom: normal;
}

.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbItem,
.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbHovered,
.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbDisabled,
.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbLoading
{
	padding:4px 6px 4px 20px;
}


.RadComboBoxDropDown_LesPlastiquesVert .rcbHovered
{
	/*border: 1px solid #de9700;
	padding:3px 19px 3px 5px;*/
	background: transparent url('ComboBoxVert/backgroundHover.gif') repeat-y;
}

.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbHovered
{
	padding:3px 5px 3px 19px;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_LesPlastiquesVert em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbDisabled
{
	color:White;
	cursor:no-drop;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbSeparator
{
    color: White;
    background: #F5F5E6;
    margin: 0;
}

.RadComboBox_LesPlastiquesVert .rcbDisabled
{
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbLoading
{
	background:#f0f0f0;
	text-align:center;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbMoreResults
{
	clear:both;
	border-top:1px solid #d8cfbd;
	background: #f4ede1;
	position:relative;
	padding: 2px 4px 8px;
	text-align:center;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbMoreResults a
{
	display:block;
	width:15px;
	height:14px;
	background:url('ComboBoxVert/rcbMoreResults.gif') no-repeat transparent;
	margin:-4px auto 4px;
	text-indent:-3333px;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
	color:White;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbMoreResults a:hover
{
	background-position:0 100%;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbMoreResults span
{
	display:block;
	text-align:center;
}

.RadComboBoxDropDown_LesPlastiquesVert .rcbScroll
{
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width:550px)
{
	.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbItem,
	.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbHovered,
	.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbDisabled,
	.RadComboBoxDropDown_LesPlastiquesVert_rtl .rcbLoading
	{
		padding:4px 4px 4px 20px;
	}
	
	:root .RadComboBox_LesPlastiquesVert .rcbInputCell .rcbInput
	{
		margin-top: 2px;
	}
} /*Opera end*/

