.outtaHere {
	left:-3000px;
	position:absolute !important;
}
/* select */
.sel {position:relative;}
.selectArea{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	margin:0;
	height:38px;
	font:12px/37px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	color:#a38c8b;
	text-transform:uppercase;
	border:0;
}
.selectFocus{color:#a38c8b;}
.error-status{}
.sel .center{
	overflow:hidden;
	margin:0 32px 0 19px;
	padding:1px 0 0 0;
	background:url(../images/bg-select.png) repeat-x 100% -38px;
}
.sel .selectButton {
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	background:url(../images/bg-select.png) no-repeat;
}
.sel .selectButton span{
	float:right;
	background:url(../images/bg-select.png) no-repeat 100% -76px;
	height:44px;
	width:32px;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
}
.selectOptions {
	z-index:20;
	margin:10px 0 0;
}
.drop-sel ul{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	background:#fcf8f7;
	font:12px/15px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#a38c8b;
	border:1px solid #dccecd;
}
.drop-sel ul a {
	display:block;
	padding:4px 10px;
	color:#a38c8b;
	text-decoration:none;
}
.sel-small ul a{
	color:#a38c8b;
}
.drop-sel ul li.selected a,
.drop-sel ul a:hover {
	background:#f8eeed;
	text-decoration:none;
}
/* radiobutton */
.radioArea,
.radioAreaChecked,
.radio .disabled {
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
	margin:3px 10px 0 0;
}
.radioArea span,
.radioAreaChecked span,
.radio .disabled span {
	display:block;
	width:100%;
	height:64px;
	background:url(../images/radio.png) no-repeat;
}
.radioAreaChecked span {margin-top:-16px;}
/*.radio .disabled span {margin-top:-36px;}
.radio .disabledChecked span {margin-top:-54px ;}*/
/* checkbox */
.checkboxArea,
.checkboxAreaChecked,
.checkbox .disabled {
	background:url(images/checkbox.gif) no-repeat;
	width:17px;
	height:17px;
	float:left;
	margin:0 10px 0 0;
}
.checkboxAreaChecked {background-position:0 -17px;}
.checkbox .disabled {background-position:0 -17px;}
.checkbox .disabledChecked {background-position:0 -17px;}

.find-people .checkboxArea,
.find-people .checkboxAreaChecked,
.find-people .checkbox .disabled {
	background:url(images/checkbox-small.png) no-repeat;
	width:12px;
	height:12px;
	margin:2px 5px 0 0;
}
.find-people .checkboxAreaChecked {background-position:0 -12px;}
.find-people .checkbox .disabled {background-position:0 -12px;}
.find-people .checkbox .disabledChecked {background-position:0 -12px;}

.list-manufacturer{white-space:nowrap;width:10%;text-align:center;}
.list-order{white-space:nowrap;width:10%;text-align:center;}
.list-image{white-space:nowrap;width:10%;text-align:center;}
.list-price{white-space:nowrap;width:10%;text-align:center;}
#products th{ text-align:center;}
.list-image img{padding:1px;background:#fff;border:1px #e7e7e7 solid;width:50px;height:50px;}
#itemProduct td{vertical-align:top;}
.itemImg img{padding:3px;background:#fff;border:2px #e7e7e7 solid;width:100px;height:100px;margin-right:15px;}
.itemImg{width:1%;}
.itemPrice{padding:0 0 15px 0;color:#00b5fe;font:21px normal Verdana, Geneva, sans-serif;}
.itemManufacture{color:#150418;padding:0 0 10px 24px;background:url(../images/bullet.gif) no-repeat 0 1px;font-size:13px;text-transform:uppercase;font-weight:bold;}
.itemDesc{color:#150418;}