.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:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.select{
	width:200px;
}
.select1{
	width:180px;
}
.select2{
	width:136px;
}
.selectArea {
	position: relative;
	height: 27px;
	float:left;
	color:#4d4a44;
	font-size:14px;
	line-height:27px;
	overflow: hidden;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:25px;
	height:100%;
	background: url(../images/select-button.gif ) no-repeat;
}
.selectArea .center{
	height: 27px;
	line-height:27px;
	display:block;
	padding:0 25px 0 7px;
	background: url(../images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	display: block;
	z-index: 30;
	font-size:16px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#4d4a44;
	overflow:hidden;
	font-size:16px;
	line-height:24px;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #4d4a44;
	color: #FFF;
	text-decoration:none;
}
.drop-select ul{
	height:400px;
	overflow:auto;
}
/* scroll */
.scrollable {
	height:200px; /* высота контейнера */
	overflow:hidden;
}
.vscroll-bar {
}
.vscroll-up,
.vscroll-down { /* свойства кнопок */
}
.vscroll-line { /* свойства контейнера для слайдера */
}

.vscroll-slider { /* свойства слайдера */
}
.scroll-content { /* свойства контейнера для контента */
}
