/*
Content: Common components;
Remark: select;
Version: v0.1;
Author: guanxin.com JF.Z;
Date: 2010-07-2
*/

ul.newList {
	margin:0;
	list-style:none;
	color:#000;
	/*width:183px;*/
	position:absolute;
	display:none;
	top:22px;
	left:0;
	z-index:9999;
	background:#fff url(http://static.guanxin.com/shop/img/select.png) no-repeat;
	background-position:right bottom;
	padding:0 9px 6px 0;
	margin:1px 0 0 1px;
	}
.newsLisstBox{
	border:solid #ccc;
	border-width:1px;
	position:absolute;
	left:0;
	z-index:1;
	font-size:0px;
	line-height:0px;
	}
.newListSelected{
	/*width:179px;*/
	color:#000;
	height:19px;
	padding:3px 0 0 6px;
	background:url(http://static.guanxin.com/shop/img/select.png) no-repeat right 1px;
	border:solid #afacac;
	border-width:1px;
	}
.newListSelectedhover {
	background-position:right -21px;
	}
.newListSelected span {
	/*width:179px;*/
	display:block;
	}
ul.newList li {
	padding:3px 8px;
	border:solid #fff;
	border-width:1px;
	cursor:default;
	}
.selectedTxt {
	/*width:179px;*/
	overflow:hidden;
	height:16px;
	padding:0;
	cursor:pointer;
	text-align:left;
	}
ul.newList li.hiLite,ul.newList li.newListHover{
	background:#fdffe7;
	border:solid #e7ef9a;
	border-width:1px;
	}
.hiLite{
	font-weight:bold;
	}
.newListSelHover{
	cursor:pointer;
	}
.newListOptionTitle {
	font-weight:bold;
	}
.newListOptionTitle ul {
	margin:3px 0 0;
	}
.newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
	}
/*
#win-xp .newListSelected {background:#FFF url(dropdown.gif) no-repeat scroll 155px 1px; border:1px solid #A5ACB2; color:#000; height:17px; margin-bottom:10px; padding:0; width:173px;}
#win-xp .newListSelected div {display:block; font-size:0.85em; padding:2px 4px; width:146px;}
#win-xp ul.newList {list-style:none; color:#000; width:172px; background:#fff; display:none; border:1px solid #000; top:22px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left; position:absolute; z-index:9999;}
#win-xp ul.newList li {padding:2px 5px; border-bottom: 1px solid #cccccc; text-align:center;}
#win-xp .hiLite {background:#316ac5; color:#fff;}
#win-xp .newListHover {background:#ccc; color:#000; cursor:default;}
#win-xp .newListSelHover {cursor:pointer;}
*/
