.settings{
	position: absolute;
	width: 200px;
	left: -323px;
	top: 211px;
	padding: 20px 20px 20px 100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	border: 1px solid #e1e1e1;
	z-index: 9999;
	font-size: 11px;
	color: #777;
	line-height: 16px;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
}

.display_settings_false{
	left: -327px;
}

.avia_styleswitch_form{
	width: 200px;
	position: relative;
}

.settings input, .settings select{
	border: 1px solid #e1e1e1;
	padding: 5px;
	color: #777;
	margin: 3px 0 10px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 198px;
}

.settings .avia_submit{
	cursor: pointer;
}

.settings .avia_submit:hover{
	cursor: pointer;
	background: #888;
	color: #fff;
}

.settings .strongblock{
	display: block;
}

.settings .avia_hr{
	display: block;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	margin: 5px 0 10px 0;
}

.settings strong{
	color: #555;
}


.settings .openclose {
    cursor: pointer;
    display: block;
    height: 301px;
    position: absolute;
    right: -44px;
    width: 45px;
    background: transparent url(../images/settings/button.png) no-repeat top left;
}

.settings_block {
	display: block;
	width: 25px;
	height: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.settings_block_last {
	display: block;
	width: 25px;
	height: 25px;
	padding-bottom: 10px;
	float: left;
}

.openclosedisplay_settings{

}

.openclosedisplay_settings_false{

}