/* FETP Admin Css */
.fetp-options { 
	width: 88%; 
	padding: 5px; 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px!important;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.fetp-options a:focus, .fetp-options select:focus { 
	outline: none; 
}

.fetp-tabs { 
	width: 100%; 
	padding: 0; 
	height: 40px; 
	padding: 0px;
	margin-top: 20px;
}

.fetp-tabs ul { 
	display: inline; 
	list-style: none;
	margin: 0;
	padding: 0;
}

.fetp-tabs ul li { 
	display: block; 
	float: left; 
}

.fetp-tabs ul li a.active { 
	background: #f5f5f5;
}

.fetp-tabs ul li a { 
	padding: 8px;
	margin-right: 5px;
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background-image: -moz-linear-gradient(top, #eee, #ddd);
	background-image: -ms-linear-gradient(top, #eee, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image: -o-linear-gradient(top, #eee, #ddd);
	background-image: linear-gradient(top, #eee, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
	border: 1px solid #ddd;
	border-bottom: none;
	position: relative;
	top: 17px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-decoration: none;
	/*color: #444;*/
}

.theadth {
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background-image: -moz-linear-gradient(top, #eee, #ddd);
	background-image: -ms-linear-gradient(top, #eee, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image: -o-linear-gradient(top, #eee, #ddd);
	background-image: linear-gradient(top, #eee, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
}

.theadth:first-child {
	border-right: 1px solid #ddd;
}

.fetp-content { 
	width: 99.9%; 
	border: 1px solid #dadada;
	background: #f5f5f5;
	display: block;
	padding: 15px 10px;
	border-radius: 5px;
	border-top-left-radius: 0px;
	font-size: 13px!important;
}

.fetp-content .fetp-wrap { 
	width: 95%; 
	padding: 0 15px; 
}

.fetp-content form label { 
	position: relative; 
	left: 0px; 
	bottom: 2px;
}

table.fetp td {
	font-size: 13px!important;
	padding: 10px 5px;
}

table.fetp input[type="text"], 
table.fetp input[type="email"], 
table.fetp textarea {
	font-size: 12px;
}

.fetp-content .option { 
	border-bottom: 1px solid #dadada; 
	padding: 10px 0; 
}

.fetp-content li.first { 
	border-left: 1px solid #dadada; 
}

.fetp-content .last { 
	border-bottom: none; 
}

.fetp-content ul {
	list-style: decimal;
	padding-left: 25px;
}

.fetp-content .themes ul li { 	
	padding: 10px 0; 
	border-bottom: 1px solid #dadada;
}

.fetp-options .hidden { 
	display: none; 
}

.fetp-content i.fetp-price {
	font-style: normal;
	font-size: 12px;
	background: #eee;
	border: 1px solid #dadada;
	padding: 4px 5px;
	color: #777!important;
	position: relative;
	left: 6px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fetp-content input[type="text"] {
	padding-left: 6px!important;
}

.fetp-content input[type="text"]:focus > .fetp-content i.fetp-price {
	border: 1px solid #222!important;
}

.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;
}