.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 32px;
	float:left;
	color:#000 !important ;
	font-size:13px;
	line-height:22px;
	width:251px !important;
	font-weight: bold;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:15px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right:-1px;
	width:30px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.selectArea a.selectButton:hover {
}
.selectArea .center{
	height: 22px;
	line-height:22px;
	display:block;
	padding:5px 26px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #f0f0f0;
	border: 1px solid #C9C9C9;
	border-top:0;
	width:249px !important;
	display: block;
	z-index: 30;
	font-size: 13px;
	color:#000;
	font-weight: bold;
	overflow:auto;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	border-top:1px solid #c5c6a7;
	padding:1px;
	background:#f0f0f0;
}
* html .optionsDivVisible a{
	overflow:visible;
	height:1%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 24px;
}
* html .optionsDivVisible a{
	overflow:visible;
	height:1%;
}
.optionsDivVisible a img {
	border:none;
	float:left;
	margin:2px 5px 0 0;
}
.optionsDivVisible .selected a {
	background-color:#fff;
	text-decoration:none;
}
#mySelectText0,
#mySelectText1 {
	color:#000;
}
#mySelectText0 img,
#mySelectText1 img {
	margin:5px 5px 0 0;
	float:left;
}
/* Selects-2 */
.selectArea.calc-top{
	position: relative;
	height: 27px;
	float:left;
	color:#000 !important ;
	font-size:11px;
	line-height:22px;
	width:200px !important;
	font-weight: bold;
}
.selectArea.calc-top .left {
	position: absolute;
	top: 0;
	left: 0;
	width:15px;
	height:100%;
	background: url(../images/select-left-2.gif) no-repeat;
	display: block;
}
.selectArea.calc-top a.selectButton {
	position: absolute;
	top: 0;
	right:-1px;
	width:24px;
	height:100%;
	background: url(../images/select-button-2.gif) no-repeat;
}
.selectArea a.selectButton:hover {
}
.selectArea.calc-top .center{
	height: 28px;
	line-height:22px;
	display:block;
	padding:3px 24px 0 21px;
	background: url(../images/select-center-2.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
.drop-calc-top

.optionsDivInvisible.drop-calc-top,
.optionsDivVisible.drop-calc-top{
	position: absolute;
	background-color: #f0f0f0;
	border: 1px solid #C9C9C9;
	border-top:0;
	width:200px !important;
	display: block;
	z-index: 30;
	font-size: 11px;
	color:#000;
	font-weight: bold;
	margin-top: -6px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	border-top:1px solid #c5c6a7;
	padding:1px;
	background:#f0f0f0;
	height:1%;
}
.optionsDivVisible.drop-calc-top a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 19px;
}
* html .optionsDivVisible.drop-calc-top a {
	overflow:visible;
	height:1%;
}
.optionsDivVisible a img {
	border:none;
	float:left;
	margin:2px 5px 0 0;
}
.optionsDivVisible .selected a{
	background-color:#fff;
	text-decoration:none;
}
#mySelectText0,
#mySelectText1 {
	color:#000;
}
#mySelectText0 img,
#mySelectText1 img {
	margin:5px 5px 0 0;
	float:left;
}


/*yves*/

.checkboxArea{
  position:relative;
  top:2px;
  float:left;
	width:16px;
	height:16px;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked{
  position:relative;
  top:2px;
  float:left;
	width:16px;
	height:16px;
	background: url(../images/checkbox-checked.gif) no-repeat;
}
