.option_btn
{
	position: fixed;
	top: 40px;
	left:-5px;
	cursor:pointer;
	z-index: 999;
	width: 50px;
	height: 41px;
}

.settings-open{
	background: url(../img/settings-img.png) 0 -42px no-repeat;
}

.settings-close{
	background: url(../img/settings-img.png) 0 0 no-repeat;
}

#option_wrapper
{
	position: fixed;
	top: 40px;
	left:-222px;
	width: 220px;
	padding: 7px 0 23px 0;
	background-color: #fff;
	z-index: 99999;
	color: #666;
	font-size: 11px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.1);
	font-family: "Helvetica Neue", "Arial";
}

#option_wrapper .inner
{
	width: 90%;
	margin:auto;
}

.colorpicker_preview
{
	width: 92%;
	height: 30px;
	margin: 5px 0 0 0;
	border: 1px solid #eee;
	-webkit-box-shadow: inset 0px 1px 0px 0px #999;
	-moz-box-shadow: inset 0px 1px 0px 0px #999;
	box-shadow: inset 0px 1px 0px 0px #999; 
}
#bg_header_image{
	position: relative;
	top: 5px;
}
#bg_body_image{
	position: relative;
	top: 5px;
}
#bg_body_pattern{
	position: relative;
	top: 5px;
}
#bg_footer_pattern{
	position: relative;
	top: 5px;
}
#option_wrapper select
{
	width: 183px;
	position: relative;
	top: 2px;
	margin-bottom: 12px;
}
#option_wrapper h5{
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	background: #525252 url(../img/icons/icon_more.png) 180px center no-repeat;
	width: 92%;
	padding: 5px;	
}

#option_wrapper h5.current{
	color: white;
	font-size: 15px;
	margin-bottom: 11px;
	cursor: pointer;
	background: none;
	width: 92%;
	background: #302F2F;
	padding: 5px;	
}

#option_wrapper h6{
	font-size: 1em;
	float: left;
	padding-right: 10px;
	font-family: "Helvetica", "Arial";
	width: 100%;
	margin-bottom: 9px;
	
}

#option_wrapper input[type=radio]{
	margin-left: 12px;
}

#accordion{
	margin-bottom: 30px;
	overflow: visible;
}
	
#accordion .pane{
	 border: none;
	 background: none;
	 position: relative;
	 left: 4px;
}

#accordion .pane_c{
	border: none;
	padding: 0;
	margin: 0;
}
#accordion .pane .radio-align{
	position: relative;
	left: -12px;
}
.same_opt label{
	color:#302f2f;
}