/**
* Stylish Select 0.4.5 - $ plugin to replace a select drop down box with a stylable unordered list
* http://scottdarby.com/
* 
* Copyright (c) 2009 Scott Darby
* 
* Requires: jQuery 1.3 or newer
* 
* Dual licensed under the MIT and GPL licenses.
*/

/**
* Hide lists on page load
---------------------------------------------------------*/

.stylish-select .SSContainerDivWrapper {
	left:-9999px;
}
/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:290px;
	position:absolute;
	top:22px;
	left:0;
	z-index:999;
}
.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#666;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
}
.stylish-select ul.newList * {
	margin:0;
	padding:0;
}
.stylish-select ul.newList a {
	color: #000;
	text-decoration:none;
	display:block;
	padding:6px 8px;
	outline:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.stylish-select .newListSelected {
	width:auto;
	color:#666;
	height:auto;
	padding:0 0 0 0px;
	float:left;
	outline:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}
.stylish-select ul.newList li a:focus {
	outline:none;
	-moz-outline-style: none;
}
.stylish-select .selectedTxt {
	width:60px;
	overflow:hidden;
	height:30px;
	padding:0 30px 0 3px;
	line-height:30px;
	outline:none;
}
.stylish-select .hiLite {
	background:#e0e1e2;
	color:#000 !important;
}
.stylish-select .newListHover {
	background:#ecedef;
	color:#666;
	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;
	border-left:1px solid #ccc;
}
/*==========start topic combo===========*/
.wotd-widget-signup-combo-space .selectedTxt {
	width:316px;
	overflow:hidden;
	height:37px;
	padding:0 24px 0 10px;
	line-height:37px;
	outline:none;
	font-size:16px;
	color:#000;
}
.wotd-widget-signup-combo-space .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:351px !important;
	position:absolute;
	top:30px;
	left:0;
	margin-top:-3px;
}
.wotd-widget-signup-combo-space ul.newList{
	background:#f5f6f8;
	border-top:none;
	width:304px !important;
	padding:5px 40px 5px 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	-o-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*==========end topic combo===========*/