body {
	font-family: Verdana;
	font-size: 13px;
	color: #f1ece4;
	background: #141412;
	line-height: 14px;
}

a {
	color: #efb86a;
}

a:hover {
	text-decoration: none;
}

.body p {margin-bottom: 14px !important;}

#ajax_container p {margin-bottom: 14px !important;}

.ya {margin-left: -5px; margin-top: 14px;}

p {
	line-height: 14px;
}

p + p {
	margin-top: 14px;
}

span.highlight {
	background-color: #e18927;
}

.simplemodal-data {background-image: url('../img/loading.gif') no-repeat center center;}
#simplemodal-container a.modalCloseImg {
	background:url('../img/close.png') no-repeat;
	width:30px;
	height:30px;
	display:inline;
	z-index:3200;
	position:absolute;
	top: -28px;
	right: -28px;
	cursor:pointer;
}

.image-modal {cursor: url('../img/full.png'), pointer;}

/* ------------------------------------*/
/* ---------->>> CLEARING <<<----------*/
/* ------------------------------------*/

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -----------------------------------*/
/* ---------->>> HEADERS <<<----------*/
/* -----------------------------------*/

/*2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	color: #ffecc8;
	margin-top: 30px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffb339;
}

h6 {
	font-size: 30px;
	font-weight: normal;
}*/

/* ----------------------------------*/
/* ---------->>> INPUTS <<<----------*/
/* ----------------------------------*/

input.text {
	height: 13px;
	background: url('../img_new/input_bg.png') no-repeat;
	border: 0;
	font: 11px Tahoma;
	color: #b0b0b0;
	padding: 5px 9px;
}

input.radio {
	margin: 0;
}

select {

	background: #0d0d0c;
	color: #f1ece4;
	font: 11px Tahoma;
	border: 1px solid #785f3a;
}

input.search {
	width: 53px;
	height: 23px;
	background: url('../img_new/search_button.png') no-repeat;
	border: 0;
	cursor: pointer;
}
