/**************General-Rules*********/

.clear {
	clear:both;
	float:none;
	display:block;
}
* {
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	outline:none;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#191516;
	clear:both;
}
p {
	padding:6px 0;
	clear:both;
}
a {
	color:#231f20;
}
a:hover {
	color:#ee3a43;
}
img {
}
ul, ol {
}
li {
	list-style:none;
}
input[type="text"] {
	background: url(../images/input_field.gif) no-repeat scroll 0 0 #fff;
	border: 1px solid #A9A9A9;
	color: #544040;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	width: 174px;
}

input[type="password"] {
	background: url(../images/input_field.gif) no-repeat scroll 0 0 #fff;
	border: 1px solid #A9A9A9;
	color: #544040;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	width: 174px;
}

select {
	border: 1px solid #B4C1C8;
	color: #544040;
	height: 21px;
	padding: 1px;
	width: 141px;
}

.multy_select {
	border: 1px solid #B4C1C8;
	color: #544040;
	height: 100px;
	padding: 1px;
	width: 141px;
}
textarea {
	border: 1px solid #b4c1c8;
	width:197px;
	height:100px;
}
body {
	background:url(../images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
.wrapper {
	width:980px;
	margin:0 auto;
}
/**************HEADER****************/

#header {
	background:#f3f3f3;
	height:90px;
	border-bottom:1px solid #d4d4d4;
}
#masthead {
	width:980px;
	margin:0 auto;
}
#logo {
	float: left;
	margin:17px 0 0 7px;
	width: 186px;
}
#logo a {
	background: url("../images/images.png") no-repeat scroll -1px -1px transparent;
	display:block;
	height:59px;
	text-indent:-99999px;
	width: 186px;
}
#logo a:hover {
}
/*********#nav***********/
#nav {
	float: right;
	font-size: 13px;
	width: 600px;
	z-index: 999;
	text-transform:uppercase;
}
/*
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	z-index:999;
	float:right;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	margin:0 0px 0 55px;
}
ul.dropdown li a:hover {
	color:#ee3a43;
}
ul.dropdown li.active a {
	color:#ee3a43;
}
ul.dropdown li a {
	height:90px;
	line-height:90px;
	color: #231f20;
}
/************MAIN****************/

.main {
}
.main h1 {
	border-bottom: 1px solid #D4D4D4;
	text-align: center;
	font-size:24px;
	padding:10px 0;
}
/************container*************/

.container {
	padding:29px 0px;
}
/*login-container*/
.login-container {
	color:#231f20;
}
.login-container ul {
}
.login-container ul li {
	clear:both;
}
.login-container ul li span {
	width:197px;
	display:block;
	float:left;
}
.login-container ul li span span {
	font-size:11px;
	padding:0;
	width:125px;
}
/*login-container*/
/*login*/
.login {
}
.loginpanel {
	background:#F3F3F3;
	border: 1px solid #D4D4D4;
	width:340px;
	float:left;
	padding:32px 95px;
	margin:110px 0 120px 190px;
}
.loginpanel h1 {
	border-bottom:0;
}
.loginpanel ul li label {
	font-size:13px;
	font-weight:bold;
	height:31px;
	line-height:29px;
	width:99px;
	display:block;
	float:left;
	text-align:right;
	padding-right:7px;
}
.createaccount {
	margin:102px 0 0;
	float:right;
	color:#191516;
	font-size:14px;
	width:198px;
}
.createaccount a {
	display:block;
	width:198px;
	height:59px;
	text-indent:-99999px;
}
.createaccount a.newaccount {
	background: url("../images/images.png") no-repeat scroll 0 -226px transparent;
}
.createaccount a.newaccount:hover {
	background-position:0 -285px;
}
.login_btn {
	background: url("../images/images.png") no-repeat scroll -67px -62px transparent;
	cursor:pointer;
	float:left;
	height:30px;
	width:71px;
	text-indent:-9999px;
}
.login_btn:hover {
	background-position:-67px -92px;
}
/*register*/
.register {
}
.registerpanel {
	background:#F3F3F3;
	border: 1px solid #D4D4D4;
	width:690px;
	float:left;
	padding:5px 5px 35px;
	margin:95px 0 120px 2px;
}
.registerpanel ul {
	float:left;
	width:307px;
}
.registerpanel ul.secondUL {
	width:360px;
}
.registerpanel ul li label {
	font-size:13px;
	font-weight:bold;
	height:31px;
	line-height:29px;
	width:99px;
	display:block;
	float:left;
	text-align:right;
	padding-right:7px;
}
.registerpanel ul.secondUL li label {
	width:148px;
}
.secondUL input[type='button'] {
	float:right;
}
.submit_btn {
	 background: url("../images/images.png") no-repeat scroll right -62px transparent;
	cursor:pointer;
	height:30px;
	margin-right:8px;
	width:71px;
	text-indent:-9999px;
}

.submit_btn_reg {
	 background: url("../images/images.png") no-repeat scroll right -62px transparent;
	cursor:pointer;
	height:30px;
	margin-right:8px;
	width:71px;
	text-indent:-9999px;
	float:right;     /* add later*/
}
.submit_btn:hover {
	background-position:right -92px;
}
.submit_small_btn {
	background: url(../images/images.png) no-repeat scroll -207px -62px transparent;
	width:63px;
}
.submit_small_btn:hover{
	background-position:-207px -92px;}
.clear_btn {
	 background: url(../images/images.png) no-repeat scroll -1px -62px transparent;
	cursor:pointer;
	height:30px;
	margin-right:8px;
	width:63px;
	text-indent:-9999px;
}
.clear_btn:hover {
	background-position:-1px -92px;
}
.createaccount a.please_login {
	background: url(../images/images.png) no-repeat scroll 0 -351px transparent;
}
.createaccount a.please_login:hover {
	background-position:0 -410px;
}
/*secondary_menu*/
.secondary_menu {
	background:#F3F3F3;
	border: 1px solid #D4D4D4;
	width:198px;
	min-height:290px;
	float:left;
}
.secondary_menu ul {
	padding:7px 5px 15px 25px;
}
.secondary_menu ul li {
	list-style-image:url(../images/secondary_menu.gif);
	margin:8px 0;
}
.secondary_menu ul li a {
}
.secondary_menu ul li a:hover {
}
.secondary_menu ul li a.active {
	color:#EE3A43;
}
.dropdown li a:hover{

	}
.dropdown li a.active{
		color:#EE3A43;
	}
/*manage_adds*/
.manage_adds {
	float:right;
	width:753px;
}
.member_name {
	line-height:30px;
	float:left;
	width:530px;
	font-weight:bold;
}
.add_news_paper {
	width:215px;
	float:right;
}
.add_news_paper a {
	background: url(../images/images.png) no-repeat scroll -1px -125px transparent;
	display:block;
	text-indent:-9999px;
	height:30px;
	width:215px;
}
.add_news_paper a:hover {
	background-position:-1px -155px;
}
.search {
	background:#F3F3F3;
	border: 1px solid #D4D4D4;
	clear:both;
	padding:6px 0;
	margin:20px auto 10px;
}
.content_section{
	background:#F3F3F3;
	border: 1px solid #D4D4D4;
	clear:both;
	padding:6px 10px 6px 10px;
	margin:20px auto 10px;
}
.search_field {
	width:220px;
	padding:4px 15px;
	float:left;
}
.search_field span {
	display:block;
	float:left;
	width:75px;
	text-align:right;
	padding-right:4px;
}
.search_btn {
	background: url(../images/images.png) no-repeat scroll -141px -62px transparent;
	height:30px;
	cursor:pointer;
	width:63px;
	float:right;
	margin:4px 18px;
}
.search_btn:hover {
	background-position:-141px -92px;
}
.pagination {
	padding:10px 0;
}
.pagination a {
}
.pagination a:hover {
}
.pagination a.currentpage {
	text-decoration:underline;
	color: #EE3A43;
}
.showing_pages {
	width:50%;
	float:left;
	text-align:left;
}
.number_pages_list {
	width:45%;
	float:right;
	text-align:right;
}
.number_pages_list a {
	margin:0 7px;
}
.message_grid {
}
.message_grid table {
	width:100%;
	background:#f3f3f3;
 *border:1px solid #d4d4d4;
	border-top:0;
	border-spacing:0;
	border-collapse:collapse;
}
.message_grid table tr {
	border:1px solid #d4d4d4;
	border-top:0;
}
.message_grid table tr.message_heading {
	background:#333132;
	border:1px solid #030303;
	height:30px;
}
.message_grid table tr th {
	vertical-align:middle;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	font-weight:normal;
}
.message_grid table tr th.grid-header {
	width:175px;
}
.message_grid table tr th.grid-detail {
	width:230px;
}
.message_grid table tr th.grid-type {
	width:150px;
}
.message_grid table tr th.grid-price {
	width:140px;
}
.message_grid table tr th.grid-publication {
	width:75px;
}
.message_grid table tr th.grid-status {
	width:56px;
}
.message_grid table tr th.spaceing {
	width:12px;
}
.message_grid table tr td {
 *border-bottom:1px solid #d4d4d4;
	color:#1d1919;
	font-size:12px;
	padding:8px 0;
	vertical-align:top;
}
a.read_more {
	float:right;
	text-decoration:underline;
}
/*creare_ads*/
.creare_ads {
	padding:10px;
	background:#F3F3F3;
	border: 1px solid #D4D4D4;
	margin:10px 0;
	min-height:300px;
}
.create-ads-container {
	float: left;
	padding: 10px 0 10px 45px;
	width:260px;
}
.ads-container-big {
	width: 318px;
}
.create-ads-container input[type="text"] {
	width:120px;
}
.create-ads-container > li > label:first-child {
	display:block;
	float:left;
	line-height: 29px;
	width:110px;
	text-align:right;
	padding-right:8px;
}

.create-ads-container > li > .label:first-child {
	display:block;
	float:left;
	width:110px;
	text-align:right;
	padding-right:8px;
}

.create-ads-container > li.selctionoptions > label:first-child {
	line-height:19px;
}
.create-ads-container > li.radiooptions > label:first-child {
	line-height:14px;
}
.create-ads-container li {
	padding:16px 0;
}
.create-ads-container li .field_disc {
	clear: both;
	display: block;
	font-size: 11px;
	padding: 5px 2px 0;
	text-align: right;
}
.create-ads-container li.add_text {
	padding-top:22px;
}
.create-ads-container > li.add_text > label:first-child {
	line-height:100px;
}

.create-ads-container li.add_text2 {
	padding-top:22px;
}

.ads-photo-container {
	width:522px;
}
.ads-photo-container input[type='text'] {
	float:left;
	width:310px;
}
.browse {
	 background: url(../images/images.png) no-repeat scroll -191px -1px transparent;
	height:30px;
	float:right;
	width:63px;
	cursor:pointer;
}
.browse:hover {
	background-position:-191px -31px;
}
.ads-photo-container li {
	padding:0;
}

.ads-photo-container li span.field_disc {
	padding: 5px 70px 0 2px;
}
.ads-publication {
	width:622px;
}
.preview {
	background: url(../images/images.png) no-repeat scroll -257px -1px transparent;
	height:30px;
	width:73px;
	cursor:pointer;
}
.preview:hover {
	background-position:-257px -31px;
}
.create-ads-container > li.radiooptions span label {
	margin-right:12px;
}

.submit_create_add {
	text-align:center;
	padding:25px 0 15px;
}
li.radiooptions {
    float: right;
    line-height: 25px;
    padding-left: 50px;
}
li.radiooptions > label:first-child{ display:block; width:100%; text-align:left; line-height:25px !important; font-weight:bold; clear:both;}
/************footer***************/

#footer {
	font-family:Tahoma, Geneva, sans-serif;
	color:#5e5d5d;
	font-size:11px;
	background:#F3F3F3;
	border-top: 1px solid #D4D4D4;
	padding:11px 0;
}
#footer a {
	color:#5e5d5d;
}
#footer a:hover {
	color:#ee3a43;
}
#copy-right {
	margin-left:-1px;
	float:left;
	text-align:right;
	border-right:1px solid #5e5d5d;
	width:50%;
}
#developer {
	text-align:left;
	float:right;
	width:50%;
}

.chnagepassword {
	margin-top:0;
}
.preview_container{
	width:523px;
	min-height:489px;
	overflow:hidden;
	}
.preview_container2{
	width:518px;
	height:241px;
	overflow:hidden;
	}
.preview_container3{
	/*width:176px;
	height:162px;*/
	width:400px;
	height:250px;
	border:0px solid;
	overflow:hidden;
	}
.preview_container4{
	width:350px;
	height:200px;
	overflow:hidden;
	}
.preview_body0{
	font-size:12px;
	width:350px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	}
.preview_photo{
/*	width:180px;
	height:83px;*/
	width:263px;
	height:120px;
	border:1px #CCC solid;
	text-align:center;
	}
.preview_photo_2{
/*	width:180px;
	height:83px;*/
	width:264px;
	height:119px;
	border:1px #CCC solid;
	text-align:center;
	}
.preview_photo_3{
/*	width:180px;
	height:83px;*/
	/*width:400px;*/
	border:1px #CCC solid;
	text-align:center;
	}
.preview_photo_img_center{
	border:1px #CCC solid;
	text-align:center;
	}
.preview_title{
	/*font-size:13px;*/
	font-size:20px;
	padding-bottom:3px;
	padding-top:3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	}
.preview_body{
	/*font-size:8px;*/
	font-size:12px;
	width:260px;
	padding:10px 10px 10px 0px;
	float:right;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	}

.preview_text{
	margin-left:25px;
	}
.preview_body2{
	/*font-size:8px;
	width:177px;*/
	font-size:12px;
	width:236px;
	float:right;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;

	}
.preview_body3{
	font-size:12px;
	/*width:500px;*/
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	}
.preview_body2_inner{
		font-size:20px;
	padding-bottom:3px;
	padding-top:3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	text-align:center;

	}
.preview_body3_inner{
	font-size:20px;
	padding-bottom:3px;
	padding-top:3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	border:0px solid;
	width:400px;

	}
.url_class{
	font-size:10px;
	color:#C03;
	}

/* Table theme */
table.tbl-theme tr th{
	padding: 0px 10px;
}

table.tbl-theme tr td{
	padding: 10px 10px;
}
