

/* This is for the faux-select lists */
#leftCol ul#s1select {
	list-style-type: none;
	color: #000;
	font-size: 9px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	margin: 5px 0 5px 5px;
	padding: 0;
	width: 145px;}

#leftCol ul#s1select li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 1px 0;
	background: #FFF url(/images/products/btn_arw_sel.gif) top right no-repeat;}

#leftCol ul#s1select li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 5px;}

#leftCol ul#s1select li ul {
  	text-align: left;
  	position: absolute;
  	background: #FFF;
  	border: 1px solid #999;
/*  	left: -999em;*/
  	width: 320px;
  	margin: 0;
	padding: 0;}

#leftCol ul#s1select li ul li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 320px;
	background-image: none;}

#leftCol ul#s1select li ul li a {
	background-image: none;
	display: block;
	color: #000;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 320px;}

#leftCol ul#s1select li ul li a:hover {
	background-color: #CCC;
	text-decoration: none;}

#leftCol ul#s1select li:hover ul, #leftCol ul#s1select li.s1hover ul {
	left: auto;
	z-index: 1000;}	

/* NEW fake select list */

ul#newselect, ul#newselectMore {
	font-size: 10px;
	padding: 3px 0px 3px 10px;
	list-style-type: none;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
}
ul#newselect li {
	margin: 0;
	padding: 0;
	width: 150px;}
	
ul#newselect a.seeMore {
	background: #F3F3F3 url(images/products/seemore_off.gif) center right no-repeat;
	border: 1px solid #CCC;
	display: block;
	width: 130px;
	text-decoration: none;
	margin-left:0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
ul#newselect a.seeMore:hover {
	background: #FFF url(images/products/seemore_on.gif) center right no-repeat;;
	border: 1px solid #666;
	text-decoration:none;
}
ul#newselectMore {
	 position: absolute;
	 background: #fff;
	 border: 1px solid #666;
	 margin: 0 !important;
	 padding: 0 !important;
	 z-index:1000;}
ul#newselectMore li {
	padding: 0 !important;
	margin: 0;
	width: 275px;}
ul#newselectMore li a {
	padding: 3px 5px 2px 5px;
	margin: 0px;
	display: block;

	text-decoration: none;}
ul#newselectMore li a:hover {
	background: #E3E3E3;
	text-decoration:none;
	}


#otherItem h5 {
	text-transform: uppercase;
	font-size: 9px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;}

#otherItem ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}

#otherItem ul li {
	width: 150px;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;}

#otherItem ul li a {
	font-weight: bold;}