#options-panel {
	margin: 2% 0px 2em 15px;
	padding: 0px;
	float: left;
	width: 900px;
	position: relative;
	border: 1px solid #CCC;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#options-head {
	margin: 0px;
	padding: 2%;
	float: left;
	width: 96%;
	background: #F2F2F2; /* old browsers */

background: -moz-linear-gradient(top, #F2F2F2 0%, #D1D1D1 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#D1D1D1)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#D1D1D1',GradientType=0 ); /* ie */


}
#options-head h2 {
	font-size: 23px;
	color: #555;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-shadow: 1px 1px 2px #fff;
	-moz-text-shadow: 1px 1px 2px #fff;
	-webkit-text-shadow: 1px 1px 2px #fff;
}
#options-head .theme-versions {
	font-size: 18px;
	color: #555;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 30%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-shadow: 1px 1px 2px #fff;
	-moz-text-shadow: 1px 1px 2px #fff;
	-webkit-text-shadow: 1px 1px 2px #fff;
	font-style: italic;
	text-align: right;
}
.ui-tabs-hide { display: none; }

#sbtabs {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: url(theme-side.png) repeat-y left top;
}
#sbtabs_uploads {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#sbtabs_uploads div.admin-options {
	margin: 0px;
	padding: 0px !important;
}

#sbtabs_uploads .tabc {
	margin: 0px;
	padding: 2% 4% 1% !important;
	float: left;
	width: 92% !important;
	border-bottom: 1px solid #ddd;
}
#sbtabs_uploads .get-option {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#sbtabs_uploads .tab-option .description {
	border-bottom: 0px none !important;
}
#sbtabs_uploads .tab-option img {
  max-width: 100%;
}


.tabc {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#tabm {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.tabci {margin: 0px;padding: 10px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.tabmc {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 250px;
}
.tabmc-right {
	padding: 2em 25px;
	margin: 0px;
	float: right;
	width: 600px;
}
#tabm li {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	width: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tabm li a {
	color: #999999;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 6%;
	width: 88%;
	border-bottom: 1px solid #ddd;
}
#tabm li a:hover {
	color: #444;
	text-decoration: none;
	display: block;
	float: left;
	background: #eee;
}
#tabm li.ui-tabs-selected a {
	color: #003366;
	text-decoration: none;
	display: block;
	float: left;
	background: #FFF;
}
.tabc ul {
	margin: 0px;
	padding: 0%;
	float: left;
	width: 100%;
	list-style-type: none;
}
.tabc ul li {
	margin: 0px 0px 12px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}

.tab-option {
	margin: 0px 0px 12px;
	padding: 0px 0px 12px;
	float: left;
	width: 100%;
}



.tab-option input[type='text'] {
	background: #eee;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tab-option input[type='text']:focus {
	background: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}
.tab-option  select {
	width: 60%;
	background: #eee;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}
.tab-option  select:focus {
	background: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}

.tab-option  textarea {
	width: 60%;
	background: #eee;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
	padding: 10px;
}
.tab-option  textarea:focus {
	background: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}



.tab-option .description {
	margin: 0px;
	padding: 0px 0px 5px;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eee;
}
.tabc h4 {
	font-size: 18px;
	font-variant: normal;
	text-transform: capitalize;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 28px;
	float: left;
	width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	background: url(header-title.png) no-repeat left center;
	height: 35px;
	line-height: 35px;
}
.description span {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.tab-option .input-option {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
input.myfield, input.color {
	width: 60%;
}
#options-panel .submit {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}

div.admin-options {
	margin: 0px;
	padding: 0px 0px 35px;
	float: left;
	width: 100%;
}
#options-panel h6 {
	font-size: 24px;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}
#options-panel em {
	font-size: 11px;
	font-style: normal !important;
	color: #999;
	font-weight: normal !important;
}

#preset-ul li {
	margin: 20px 40px 0px 0px;
	float: left;
	width: 240px;
	height: 170px;
}
#preset-ul li .theme-img {
	overflow: hidden;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	background: #FFF;
	padding: 5px;
    height: 130px;
	margin-bottom: 8px;
}
#options-panel span em {
  font-style: italic;
  line-height: 20px;
}


#preset-ul li .theme-img:hover {
	overflow: hidden;
	box-shadow: 3px 3px 7px #ccc;
	-moz-box-shadow: 3px 3px 7px #ccc;
	-webkit-box-shadow: 3px 3px 7px #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	background: #FFF;
	padding: 5px;
	margin-bottom: 8px;
}#reset-box {
	background: #FEEBEB;
	margin: 0px;
	padding: 8px 2%;
	float: left;
	width: 96%;
	border-top: 2px solid #FBB3B3;
	border-bottom: 2px solid #FBB3B3;
	font-size: 11px;
	color: #600;
}

#note-box {
	background: #F7E574;
	margin: 0px;
	padding: 8px 2%;
	float: left;
	width: 96%;
	border-top: 2px solid #D1AC08;
	border-bottom: 2px solid #F2D413;
	font-size: 12px;
    line-height: 18px;
	color: #333;
}


div.checkbox-box {
 display: block;
 background: #FFFEE5;
 color: #0A0A09;
 border: 1px solid #EDDD31;
 float:left;
 padding: 0.25em 1.5em;
 margin: 0 0 2em 0;
}

h5#file-delete {
 display: block;
 background: #FFFEE5;
 color: #0A0A09;
 font-weight: bold;
 border: 1px solid #EDDD31;
 float:left;
 font-size: 1em;
 padding: 0.5em 1.5em;
 margin: 0 0 2em 0;
}

div.checkbox-box p {
 color: #211F04;
}

#loading-bar {
  font-size: 1.65em;
  color: #999;
  background: transparent none;
  padding: 0px;
  margin: 8px 0px;
}


/* whats this css */

.whatsthis {
position: relative;
z-index: 0;
font-size: 12px !important;
}

.whatsthis:hover{
background-color: transparent;
z-index: 50;
}

.whatsthis span{ /*CSS for enlarged image*/
position: absolute;
background: #E3F7F6;
padding: 5px;
left: -1000px;
border: 1px solid #C4DBEF;
visibility: hidden;
color: black;
text-decoration: none;
}

.whatsthis span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.whatsthis:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 10px;
left: -200px; /*position where enlarged image should offset horizontally */

}

/* services options page */
.one_service h4.stitle{
float:none;
}
.services label{
display:block;
margin:10px 0px 0px 0px;
cursor:default;
}
.services .one_service{
width:500px;
border:1px solid grey;
padding:10px;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.one_service:hover{
background:#f4f4f4;
}




.one_service input[type="text"],
.one_service textarea{
width:98%;
}
.one_service textarea{
height:75px;
}
.remove_service{
margin:10px 0px 0px 0px;
float:right;
}
.clear{
clear:both;
}


.service_image.no_image .image_control,
.service_image.one_image input[name="add_image"]{
display:none;
}

.service_image.one_image .image_control,
.service_image.no_image input[name="add_image"]{
display:block;
}

.service_image.one_image{
position:relative;
display:inline-block;
padding-right:110px;
}
.image_control{
position:absolute;
top:5px;
right:0px;
width:100px;
}
.image_control input{
margin-bottom:5px;
}

.service_image img{
max-width:350px;
height:auto;
}

.one_service_template{
display:none;
}

/* end services options */


/* 297907-1392859643 */