/*  {------- Buttons ------}  */

button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

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

button span {
	background: transparent url(../../elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(../../elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/*  {------- Inputs ------}  */

.jNiceInputWrapper {
	background: transparent url(../../elements/input_left.gif) no-repeat left top;
	height: 23px;
	padding: 0px;

}

.jNiceInputInner {
	background: transparent url(../../elements/input_right.gif) no-repeat right top;
	padding: 2px 4px 2px 0px;
	margin: 0px 0px 0px 4px;
}

.jNiceInputInner div {
	height: 19px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 17px;
	color:#404040;	
	border: 0;
	padding: 0px;
	margin: 0px;
}

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

.jNiceSafari input {
	background-color: none;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px; 
}

/*  {------- Radio ------}  */

.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 ------}  */

.jNiceChecked { background-position: center bottom;}


/*  {------- Select ------}  */

.jNiceSelectWrapper {
	width: 200px;
	position: relative;
	height: 17px;
}

.jNiceSelectWrapper div span {
	background-color: #fff;
	color: #686868;
	float: none;
	position: absolute;
	width: 180px;
	height: 20px;
	line-height: 15px;
	padding: 0 3px;
	padding-top: 3px;
	overflow: hidden;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e2e3ea;
	border-bottom: 1px solid #e3e9ef;
	border-right: 1px solid #dbdfe6;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 160px;
	height: 17px;
	background: url(../_images/style/form-down.gif) no-repeat 150px 4px;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 180px;
	top: 24px;
	left: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 0px;
	margin: 0px;
	height: 50px;
	overflow: auto;
	overflow-y: auto;
	z-index: 100;
}

#high-col-dispose .jNiceSelectWrapper ul {
	width: 180px;
	padding: 0px;
}


#high-col-recycle .jNiceSelectWrapper ul li a {
	width: 160px;
	padding: 5px 10px;
}

#high-col-dispose .jNiceSelectWrapper ul li a {
	width: 160px;
	padding: 5px 10px;
}



.jNiceSelectWrapper ul a {
	display: block;
	text-decoration: none;
	color: #0099CC;
	background-color: #FFF;
	border-bottom: none;
}

.jNiceSelectWrapper ul a:hover { background:#EDEDED; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

/*  {------- Hidden ------}  */

.jNiceHidden {display: none;}