/* -------------
 * Buttons
 * ------------- */

button {
	background: transparent;
	width: 180px;
	height: 22px;
	cursor: pointer;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

button span {
}

button span span {
/*
	margin-top: -3px;
	padding-left: 8px;
	display: block;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	line-height: 100%;
	color: #5C564C;
*/
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
}

.jNiceInputInner {
}

.jNiceInputInner div {
}

.jNiceInputInner input {
}
/*
.jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}

.jNiceSafari input {
	position: absolute;
}*/

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	background: transparent url(../../elements/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../../elements/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

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


/* -------------
 * Selects
 * ------------- */

.jNiceSelectWrapper {
	margin-bottom: 10px;
	background: url('/shop/skin/frontend/default/shaesby/images/button/blank.gif') top left no-repeat;
	position: relative;
	width: 180px;
	height: 22px;
	font-size: 1.2em;
	line-height: 22px;
	}
.jNiceSelectWrapper div span {
	padding-left: 9px;
	float: none;
	position: absolute;
	width: 148px;
	height: 22px;
	overflow: hidden;
	}
.jNiceSelectWrapper div a {
	background: url('/shop/skin/frontend/default/shaesby/images/button/select.gif') top right no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	width: 180px;
	height: 22px;
	}
.jNiceSelectWrapper ul {
	padding: 1px 0px;
	background: url('/shop/skin/frontend/default/shaesby/images/dropdown.gif') bottom left no-repeat;
	position: absolute;
	width: 180px;
	top: 21px;
	left: 0px;
	list-style: none;
	display: none;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
	}
.jNiceSelectWrapper li {
	margin: 0px 1px;
	width: 178px;
	font-size: .9em;
	}
.jNiceSelectWrapper ul a {
	padding: 0px 15px;
	display: block;
	text-decoration: none;
	}
.jNiceSelectWrapper ul a:hover { background:#fff9ed; }
.jNiceSelectWrapper ul a.selected {
	background: #fff9ed;
	font-weight: bold;
	}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
 
.jNiceHidden {
	display: none;
	}
