.widget-frame {	padding:2px; background-image:url('../img/sys/1000/blank.gif'); }

.widget-border {
	background-color: #acacac;
	padding: 1px;
}

.widget-dropdown,
.widget-dropdown-active {
	background:#fff url('../img/sys/1000/widget-sprites.png') right top no-repeat;
	line-height:20px;
	font-size:12px;
	padding-left:5px;
	padding-right:27px;
	cursor:default;
}

.widget-dropdown-active { background-position:right -20px; }

.widget-dropdown-list,
.widget-dropdown-checklist {
	border:1px solid #acacac;
	background-color:#fff;	
}

.widget-dropdown-list-item,
.widget-dropdown-list a {
	line-height:24px;
	cursor:default;
	padding:0 5px;
	display:block;
	color:#414141;						
}

.widget-dropdown-list-item.selected,
.widget-dropdown-list-item.selected span { color:#fff !important }

.widget-scroll-frame { width:14px;}

.widget-scroll-border {
	padding:0px 0px 0px 1px;
	background-color:#acacac;
}

.widget-scroll-up,
.widget-scroll-up-active,
.widget-scroll-down,
.widget-scroll-down-active {
	background-image:url('../img/sys/1000/widget-sprites.png');
	background-repeat:no-repeat;
	width:13px;
	height:12px;
	font-size:0;
}

.widget-scroll-up {background-position:left -108px}
.widget-scroll-up-active {background-position:left -120px}
.widget-scroll-down {background-position:left -132px}
.widget-scroll-down-active {background-position:left -144px}

.widget-scroll-scrub-frame { background-color:#fff; width:13px}
.widget-scroll-scrub { background:#cacaca url('../img/sys/1000/bg-scroll.gif') repeat-y; border-top:1px solid #cacaca; border-bottom:1px solid #cacaca; width:13px;}

.widget-dropdown-checklist ul,
#mainContent .widget-dropdown-checklist ul {
	list-style:none;
	padding:0 0 5px;
	margin:0;
}

.widget-dropdown-checklist li,
#mainContent .widget-dropdown-checklist li {
	line-height:20px;
	padding:0 5px;
	margin:0;
	color:#414141;
}

.widget-dropdown-checklist input.checkbox {
	margin-right:10px;
	padding:0;
	width:12px; /* IE FIX */
	overflow:hidden; /* IE FIX */
}

.widget-dropdown-checklist .widget-disabled { color:#a0a0a0;}
.widget-dropdown-checklist .widget-disabled .total-price { color:#a0a0a0; }
.widget-dropdown-checklist .widget-disabled .secondary-text { color:#e0e0e0; }
.widget-dropdown-checklist .widget-selected .total-price { font-weight:bold }

img.lock,
.widget-disabled img.lock {
	background-image:url('../img/sys/1000/icn_locked-sprites.gif');
	background-repeat:no-repeat;
	width:11px;
	height:12px;	
}
.widget-disabled img.lock { background-position:right top;}
.secondary-text { color:#999999 ;}			


/* for the style h16 */

.h16 .widget-dropdown,
.h16 .widget-dropdown-active {
	line-height:16px;
	background:#fff url('../img/sys/1000/widget-sprites.png') right -60px no-repeat;
	padding-right:23px;
}

.h16 .widget-dropdown-active {	background-position:right -76px;}
.h16 .widget-dropdown-list-item { line-height:20px; }

/* disabled state selectors */
.widget-disabled { background-color:#fff !important}
.widget-disabled .widget-border { background-color:#d6d6d6 }
.widget-disabled .widget-dropdown, 
.widget-disabled .widget-dropdown-active {	background:#fff url('../img/sys/1000/widget-sprites.png') right -40px no-repeat;}

.widget-disabled.h16 .widget-dropdown,
.widget-disabled.h16 .widget-dropdown-active {	background:#fff url('../img/sys/1000/widget-sprites.png') right -92px no-repeat;}

.widget-disabled .widget-dropdown-list {display:none}


/* brandable selectors */
.widget-dropdown-list-item.selected,
.widget-dropdown-list-item.selected span,
.onFocus { background-color:#ffaa48;}

