.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:20px !important;
	height:20px;
	overflow: hidden;
	margin: 0 9px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
	cursor:pointer;
}
.checkboxAreaChecked {background-position: 0 -20px;}

/* Selects */
.selectArea {
	position: relative;
	height: 31px;
	float:left;
	color:#000;
	font-size:13px;
	line-height:31px;
}
.sort-form .selectArea {
	height: 20px;
	line-height: 20px;
	margin-right: 40px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.sort-form .selectArea .left {background: url(../images/select-left-alt.gif) no-repeat;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:22px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.sort-form .selectArea a.selectButton {
	width: 20px;
	background: url(../images/select-button-alt.gif) no-repeat;
}
.selectArea .center{
	height: 31px;
	line-height:31px;
	display:block;
	padding:0 22px 0 18px;
	background: url(../images/select-center.gif) repeat-x;
}
.sort-form  .selectArea .center {
	padding:0 20px 0 7px;
	height: 20px;
	line-height: 20px;
	background: url(../images/select-center-alt.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 3000;
	font-size: 12px;
}
.drop-dif {background:#99CCCC;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.drop-select-srt,
.drop-sml-select { margin-top: -10px;}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 3px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #aeaeae;
	color: #FFF;
	text-decoration:underline;
}

/* colors Checkboxes*/
.colors-list .radioArea,
.colors-list .radioAreaChecked,
.colors-list .checkboxArea,
.colors-list .checkboxAreaChecked{
	width:20px !important;
	height:20px;
	margin:1px;
	background-image: url(../images/bg-colors.png);
	display:inline;
}
.colors-list .radioArea.color23,
.colors-list .radioAreaChecked.color23,
.colors-list .checkboxArea.color23,
.colors-list .checkboxAreaChecked.color23,
.colors-list .radioArea.color80,
.colors-list .radioAreaChecked.color80,
.colors-list .checkboxArea.color80,
.colors-list .checkboxAreaChecked.color80,
.colors-list .radioArea.color91,
.colors-list .radioAreaChecked.color91,
.colors-list .checkboxArea.color91,
.colors-list .checkboxAreaChecked.color91,
.colors-list .radioArea.color98,
.colors-list .radioAreaChecked.color98,
.colors-list .checkboxArea.color98,
.colors-list .checkboxAreaChecked.color98 {
	width:18px !important;
	height:18px;
	border: 1px solid #AAAAAA;
	background-position:-1px -1px;
}
.colors-list .radioAreaChecked,
.colors-list .checkboxAreaChecked{
	background-image: url(../images/bg-colors-hover.png);
	background-position:0 0;
}
.colors-list .radioAreaChecked.color23,
.colors-list .checkboxAreaChecked.color23,
.colors-list .radioAreaChecked.color80,
.colors-list .checkboxAreaChecked.color80,
.colors-list .radioAreaChecked.color91,
.colors-list .checkboxAreaChecked.color91,
.colors-list .radioAreaChecked.color98,
.colors-list .checkboxAreaChecked.color98 {
	background-position:-1px -1px;
	border: 1px solid #AAAAAA;
}
/* size-list Checkboxes*/
.size-list input,
.size-list .checkboxArea,
.size-list .checkboxAreaChecked{
	float:left;
	width:26px !important;
	height:25px;
	background:#fff url(../images/bg-size-sort.gif) repeat-x 0 100%;
	margin:1px;
	display:inline;
}
.size-list .checkboxAreaChecked{
	background:#00bbd3;
	color:#fff;
}
/* total-check */
.checkout .radioArea,
.checkout .radioAreaChecked,
.total-check .radioArea,
.total-check .radioAreaChecked{
	width:14px !important;
	height:14px;
	background: url(../images/radio2.gif) no-repeat;
}
.total-check .radioAreaChecked,
.checkout .radioAreaChecked {background-position: 0 -14px;}
/* check-list */
.newsletter-form .checkboxArea,
.newsletter-form .checkboxAreaChecked,
.wishlis-form .checkboxArea,
.wishlis-form .checkboxAreaChecked,
.letter-admin-form .checkboxArea,
.letter-admin-form .checkboxAreaChecked,
.edit-form .checkboxArea,
.edit-form .checkboxAreaChecked,
.check-list .checkboxArea,
.check-list .checkboxAreaChecked {
	width:12px !important;
	height:12px;
	background: url(../images/checkbox2.gif) no-repeat;
}
.newsletter-form .checkboxAreaChecked,
.wishlis-form .checkboxAreaChecked,
.letter-admin-form .checkboxAreaChecked,
.edit-form .checkboxAreaChecked,
.check-list .checkboxAreaChecked {background-position: 0 -12px;}
/* checkout .selectArea */
.edit-form .selectArea,
.checkout .selectArea {
	height:31px;
	line-height:30px;
}
.checkout .section3 .selectArea {
	height:25px;
	line-height:24px;
}
.edit-form .selectArea .left,
.checkout .selectArea .left {background: url(../images/select-left2.gif) no-repeat;}
.edit-form .selectArea .center,
.checkout .selectArea .center {
	padding:0 22px 0 12px;
	height:31px;
	line-height:30px;
	background: url(../images/select-center2.gif) repeat-x;
}
.edit-form .selectArea a.selectButton,
.checkout .selectArea a.selectButton {background: url(../images/select-button2.gif) no-repeat 100% 0;}
.letter-admin-form .selectArea,
.edit-form .selectArea{font-size:10px;}
.edit-form .selectArea .center{padding:0 22px 0 7px;color:#333333;}
.letter-admin-form .selectArea{
	height:25px;
	line-height:25px;
}
.checkout .package-shop .selectArea .left,
.letter-admin-form .selectArea .left{background: url(../images/select-left3.png) no-repeat;}
.checkout .package-shop .selectArea .center,
.letter-admin-form .selectArea .center{
	color:#333333;
	padding:0 18px 0 8px;
	height:25px;
	line-height:25px;
	background: url(../images/select-center3.png) repeat-x;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
}
.checkout .package-shop .selectArea a.selectButton,
.letter-admin-form .selectArea a.selectButton{background: url(../images/select-button3.png) no-repeat 100% 0;}

/* checkout .selectArea */
.slet-form .selectArea,
.wishlis-form .selectArea {
	height:20px;
	line-height:20px;
}
.slet-form .selectArea .left,
.wishlis-form .selectArea .left{background:none;}
.slet-form .selectArea .center,
.wishlis-form .selectArea .center{
	padding:0 14px 0 0;
	height:20px;
	line-height:20px;
	background:none;
}
.slet-form .selectArea a.selectButton,
.wishlis-form .selectArea a.selectButton{background: url(../images/select-button4.gif) no-repeat;}

