/* FETP Admin Css */
#fetp-nav {
	display: block;
	margin: 0 auto;
	width: 100.1%;
	height: 40px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.fetp-wrap input[type="text"] {
	font-size: 13px!important;
	font-family: sans-serif!important;
	max-width: 99.9%;
}

.fetp-wrap textarea {
	font-size: 13px!important;
	font-family: sans-serif!important;
	max-width: 99%;
	min-width: 99%;
	min-height: 100px;
}

ul.fetp-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.fetp-nav li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

ul.fetp-nav li a {
	padding: 6px 8px 6px 8px;
	text-align: center;
	color: #777;
	text-decoration: none;
	background: #e9e9e9;
	background: linear-gradient(top, #f5f5f5 0%, #e9e9e9 80%);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e9e9e9 80%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e9e9e9 80%);
	display: block; 
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-top: 9px;
	font-family: Tahoma, sans-serif;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.fetp-nav li a:hover,
ul.fetp-nav li a.active {
	background: #fff;
	color: #444;
	border-color: #ddd;
	border-bottom-color: #fff;
}

#fetp-tabs {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
	border-top: none!important;
	overflow-x: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#fetp-tabs table tr th {
	font-weight: bold;
	font-size: 13px!important;
}

h2.fetp-settings-title {
	margin: 0!important;
	padding: 6px!important;
	font-size: 16px!important;
	border-bottom: 1px solid #222;
	color: #fff;
	text-align: center;
}

#fetp-tabs h3 {
	border-color: #ccc;
	margin: 0 0 12px 0!important;
	text-align: center;
}

#fetp-tabs h3.title-top {
}

#fetp-tabs div.option {
	margin: 5px;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #e9e9e9;	
}

#fetp-tabs div.option.last {
	border-bottom: none;
}

#fetp-tabs label {
	font-size: 13px;
	font-family: sans-serif;
	color: #888;
	position: relative;
}

#fetp-tabs select {
	margin-bottom: 3px;
}

.hidden {
	display: none;
}

input.fetp-submit {
	position: relative;
	bottom: 4px;
}

input.theme-price {
	padding-left: 20px;
}

span.currency-symbol {
	background: #eee;
	color: #222;
	padding: 3px 5px;
	text-align: center;
	width: 4px;
	position: relative;
	left: 24px;
	border-right: 1px solid #ccc;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.fetp-clear { clear: both; }
.saving { color: #777; font: 11px Tahoma; background: url(../img/spinner.gif) no-repeat left; padding: 10px 0 10px 22px; }
.saved { color: #777; font: 11px Tahoma; background: url(../img/tick.png) no-repeat left; padding: 8px 0 9px 18px; }

#fetp-tabs a:focus, #fetp-tabs select:focus { 
	outline: none; 
}

.fetp-support-project { 
	margin-top: 10px;
	font-size: 13px;
}

.fetp-update-button {
	position: relative;
	bottom: 20px;
	left: 0px;
}

.fetp-ajax-success { 
	border: 1px solid green; 
	padding: 5px; 
	background: green; 
	min-width: 70px; 
	color: #fff; 
	border-radius: 4px; 
	text-align: center; 
	font-weight: bold;
}

.fetp-ajax-fail { 
	border: 1px solid #cf0000; 
	padding: 5px; 
	background: red; 
	color: #fff; 
	min-width: 70px;  
	border-radius: 4px; 
	text-align: center; 
	font-weight: bold; 
}

.fetp-ajax-fail, 
.fetp-ajax-success { 
	cursor: pointer; 
}

.updating-options {
	padding: 2px 8px 2px 24px;
	z-index: 100000;  
	position: fixed; 
	right: 2px; 
	bottom: 2px; 
	border: 1px solid #FF6800; 
	background-color: #F00; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial; 
	text-align: center;
	background-image: url('../img/ajax-saving.gif');
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.updating-options.no-image {
	background-image: none;
	padding-left: 4px;
	background-color: #009F33;
	border: none;
}

.updating-options.no-image-red {
	padding-left: 4px;
}