/*----------------------------------------------------------select box*/
.stylish-select .SSContainerDivWrapper {
	left:-9999px;
	}

.stylish-select .SSContainerDivWrapper {
	margin:2px 0 0;
	padding:0 0 0 ;
	width:165px;
	position:absolute;
	top:0px;
	left:0;
	z-index:99;
	}

.stylish-select ul.newList {
	margin:0;
	padding:0 0 0; 
	list-style:none;
	color:#b187d5;
	background:#fff;
	border:none;
	overflow:auto;
	}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
	}

.stylish-select ul.newList a {
	color: #b187d5;
	text-decoration:none;
	display:block;
	padding:1px 0 1px 0px;
	text-indent:5px;
	}

.stylish-select .newListSelected {
	color:#b187d5;
	background:#fff;
	padding:0;
	float:left;
	background:url(select-bg.png) no-repeat;
	}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
	}

.stylish-select .selectedTxt {
	overflow:hidden;
	padding:0 0 0 0px;
	cursor:default;
	background:#fff url(/img/enjoy/designnail/select.png) no-repeat 140px top;
	height:23px;
	line-height:23px;
	width:165px;
	text-indent:5px;
	}

.stylish-select .hiLite {
	}

.stylish-select .newListHover {
	background:#dfceee !important;
	color:#fff !important;
	cursor:default;
	}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	background-position:0 -22px;
	cursor:default;
	}

.stylish-select .newListOptionTitle {
	font-weight:bold;
	}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
	}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
	}