
/*Transparent items*/
*{outline:0 none;}
.outtaHere {
	position:absolute;
	left:-3000px;
	}
	/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:12px;
	height:12px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/checkbox.gif) no-repeat left -36px;}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left top;}

	/*Selects*/
.selectArea {
	width:200px;
	height:20px;
	background:url(../images/select_bg.gif) repeat-x left top; font-size:10px;
}
.selectArea .left {
	width:5px;
	height:20px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:17px;
	height:20px;
	float:right !important;
	background:url(../images/select_right.gif) no-repeat left top;
}
.reachspicedropdown .selectArea { float:left; }
/*
.reachspicedropdown .selectArea .left {background:url(../images/bg_select_big_left.gif) no-repeat left top;}

.reachspicedropdown .selectArea,.reachspicedropdown .selectArea .right a,.reachspicedropdown .selectArea .right,.reachspicedropdown .selectArea .left{height:30px;}
.reachspicedropdown .selectArea .right{width:27px;}

#master_page .optionsDivInvisible,#master_page .optionsDivVisible,#master_page .optionsDivVisible a{ font-size:12px;}
#master_page .optionsDivVisible a{ padding:1px 6px; line-height:24px;}*/
.reachspicedropdown .selectArea .center{padding-left:4px;}
.reachspicedropdown .selectArea .right {background:url(../images/btn-dropdown1.gif) no-repeat left top;}
.selectArea .right a {
	display:block;
	width:200px;
	height:20px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#333;
	padding-top:3px;
	padding-left:4px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:1px;
	width:172px;
	background:#ffffff;
	padding:2px;
	font-size:10px;
	z-index:20; border-bottom:1px solid #999999; border-left:1px solid #999999; border-right:1px solid #999999;

}
/* *:first-child+html .optionsDivVisible{margin-left:-1px;}*/
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0 0 0 2px;
}
.optionsDivVisible a {
	color:#333333;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:0px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#333333;
	background:#ebebeb;
	text-decoration:none;
}