/* -------------
 * Selects
 * ------------- */
.container {
	overflow: hidden;
}
.jNice {
	min-height: 50px;
}

.jNice legend {
	line-height: 2;
}

.jNice .refine {
	margin-top: -1px;
}

.jNice .refine legend {
	padding-bottom: 1px;
}

.jNice .select {
	margin-right: 3px;
}

.productdetails .jNice .select {
	margin-right: 1px;
}

.jNiceSelectWrapper {
	height: 30px;
	left: 0px;
	top: -6px;
	z-index:3;
	position:absolute;
	color: #bababa;
	font-size: 1.3em;
}

/*Safari hack
http://www.stormdetector.com/hacks/safarihack.html
*/
/*\*/
html*.jNiceSelectWrapper {
[top: -6px;
top: -2px;
]top: -6px;
}/*Safari hack end*/


.orders .jNiceSelectWrapper {
	top:-2px;
}
.orders2 .jNiceSelectWrapper {
	top:-4px;
}
.refine .jNiceSelectWrapper {
	color: #fff;
}
.jNiceWrapper iframe {
	position:absolute;
	z-index:1;
	width:100%;
	width:15.2%;
	left:0px;
	top:0px;
}


.jNiceSelectWrapper .jNiceSelectText {
	padding: 0px 0 0 6px;
	border-right: none;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
	
	height: 25px;
	line-height: 25px;
	background: url(../images/enhanced-select-bg-3.gif) no-repeat;
	color: #808080;
	font-weight: normal;
	font-size: 1em;
	text-transform: lowercase;
}

/*Safari hack
http://www.stormdetector.com/hacks/safarihack.html
*/
/*\*/
html*.jNiceSelectWrapper .jNiceSelectText {
[padding-top: 0;
padding-top: 1px;
]padding-top: 0;
}/*Safari hack end*/


.refine .jNiceSelectWrapper .jNiceSelectText {
	height: 32px;
	line-height: 32px;
	padding: 0px 0 0 10px;
	border-right: none;
	background: url(../images/enhanced-select-bg-2.gif) no-repeat;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
	font-weight: bold;
	text-transform: none;
	color: #fff;
}


.sortby .jNiceSelectWrapper .jNiceSelectText { 
	height: 32px;
	line-height: 32px;
	padding: 0px 0 0 10px;
	border-right: none;
	background: url(../images/enhanced-select-bg-2.gif) no-repeat;
	font-weight: normal;
	text-transform: none;
	color: #BABABA;
}


.refine .jNiceSelectWrapper .jNiceSelectText {
	height: 30px;
	line-height: 30px;
	background: url(../images/enhanced-select-bg.gif) no-repeat;
}



.jNiceSelectWrapper .jNiceSelectOpen {
	height: 25px;
	width: 25px;
	background: url(../images/enhanced-select-arrow-3.gif) no-repeat center center;
	z-index:100;
	display:block;
	position:absolute;
	right:0px;
}

.sortby .jNiceSelectWrapper .jNiceSelectOpen {
	width: 33px;
	height: 32px;
	background: url(../images/enhanced-select-arrow-2.gif) no-repeat center center;
}

.refine .jNiceSelectWrapper .jNiceSelectOpen {
	height: 30px;
	width: 33px;
	background: url(../images/enhanced-select-arrow.gif) no-repeat center center;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	height: 25px;
	width: 25px;
	background: url(../images/enhanced-select-arrow-3.gif) no-repeat center center;
}

/*.productdetails .jNiceSelectWrapper .jNiceSelectOpen {
	height: 25px;
	width: 25px;
	background: url(../images/enhanced-select-arrow-3.gif) no-repeat center center;
}*/

.jNiceSelectWrapper ul {
	top: 25px;
	background: url(../images/enhanced-select-open-2.png) left bottom no-repeat;
	_background: url(../images/enhanced-select-open-2.gif) left bottom no-repeat;
	min-height: 55px;
	position:absolute;
	left:0px;
	list-style:none;
	display: none;
	margin:0;
	padding:15px 0 10px 0;
	overflow-y:auto;
	z-index:100;
	width: 100%;
	line-height: 1.2;
}

.userform .jNiceSelectWrapper ul, .ecard .jNiceSelectWrapper ul {
	background: #fff;
	border: 1px solid #a0a0a0;
	width: 99%;
	top: 22px;
}

.refine .jNiceSelectWrapper ul {
	background: url(../images/enhanced-select-open.png) left bottom no-repeat;
	_background: url(../images/enhanced-select-open.gif) left bottom no-repeat;
}

.productdetails  .jNiceSelectWrapper ul {
	background: url(../images/enhanced-select-open-3.gif) left bottom no-repeat;
	top:22px;
	color: #808080;
}

.productdetails  .jNiceSelectWrapper ul a {
	color: #808080;
}



.jNiceSelectWrapper li {
	padding: 0;
	margin: 0;	
}

.jNiceSelectWrapper ul a {
	color: #bababa;
	display:block;
	padding: 0px 5px 0px 10px;
	text-decoration:none;
	font-size: 12px;
}

.jNiceSelectWrapper ul a:hover {
	color: #4C4C4C;
}

.refine .jNiceSelectWrapper ul a {
	color: #FFF;
}

.refine .jNiceSelectWrapper ul a:hover {
	color: #f5f5f5;
}

.jNiceSelectWrapper ul a:hover {

}
.jNiceSelectWrapper ul a.selected {

}
.jNiceFocus {
	border: dotted 1px #666666;
}
.jNiceHidden {
	opacity:0;
	z-index:-1;
	position:relative;
}
.jNiceWrapper {
	position:relative;
	vertical-align:top;
	display: inline;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../images/check-bg.gif) no-repeat left top;
	height: 17px;
	width: 17px;
	position:absolute;
	left:0px;
	top:-4px;
	z-index:2;
	cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: left bottom;}




