body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #d0d0d0;
	background-image: url('../images/background_fade.jpg'); 
	background-repeat: repeat-x;
	
}

.submit_button {
        background-color: #4b7293;
        border-color: #475d71;
        border-style: solid;
        border-width: 1px;
        color: white;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size: 11px;
        margin: 0 ;
        padding: 2px 18px;
}

.error {
	font-weight: bold;
	color: red;
}

hr {

}

.noborder {
	border: 0;
}

.center {
	text-align: center;
}

.mcenter {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

/* ---------------------------------------- Main container ---------------------------------------- */
.grand_total {
	margin: 0 auto 0 auto;
	width: 1080px;
}
.background-container {
	text-align: left;
	width: 946px;
	margin-top: 0;
	background-image: url('../images/main_background.png');
	background-repeat: repeat-y;
	float: left;

}

.ads {
	width: 125px;
	height: 605px;
	float: left;
	margin-top: 40px;
}

/* ---------------------------------------- Main content ---------------------------------------- */

/* Prevent float errors in IE */

.viewarea {
	width: 80%;
	margin: 0 auto 0 0;
}
.main-content {
	width: 940px;
	padding: 3px;
	min-height: 600px;
	background-image: url('../images/main_background.jpg');
	background-repeat: no-repeat;
	background-position: top center;

}

.main-content2 h1 {
	font-family: arial;
	font-size: 22px;
	color: #4b7293;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #848484;
	margin-top: 0;
	padding-top: 0;
}

.main-content2 h2 {
	font-family: arial;
	font-size: 18px;
	color: #6193be;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}

.main-content2 h3 {
	font-family: arial;
	font-size: 18px;
	color: #6193be;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}

.main-content2 {
	margin: 10px;
	padding-left: 45px;
	color: black;
	width: 700px;
	float: left;
	font: normal 12px verdana;
}

.menubar {
	color: white;
	font: normal 10px verdana;
	width: 134px;
	float: left;
	margin: 16px 15px 0 0px;
}

.menubar a {
	font: normal 12px arial;
	text-decoration: none;
	color: white;
	padding: 10px 25px 8px 0;
	display: block;
}

.menubar ul {
	padding: 0;
	margin: 0;
	
}

.menubar ul li {
	list-style: none;
	display: block;
	width: 135px;
	height: 36px;
	margin: 0 0 4px 6px;
	background-image: url('../images/menu_button.png');
	background-repeat: no-repeat;
	text-align: right;
	color: white;
}

.menubar li.active  a{
	color: black;
}

.menubar li:hover  a{
	color: black;
}

.menubar li.active {
	color: black;
	background-image: url('../images/menu_button_hover.png');
	background-repeat: no-repeat;
	margin-left: 7px;
}

.menubar li:hover {
	background-image: url('../images/menu_button_hover.png');
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	color: black;
}

.footer {
	height: 20px;
	width: 930px;
	margin: 0 auto 0 auto;
	background-color: black;
	color: white;
	font: normal 12px arial;
	text-align: center;
}

/* ---------------------------------------- Create ad - structure ---------------------------------------- */

div.form-text {
	width: 450px;
	float: left;
}

div.form-images {
	width: 250px;
	float: left;
}


.radiotext {
	vertical-align: top;
}

/* ---------------------------------------- Create ad - form ---------------------------------------- */

.errormessage {
	margin: 0 0 0 140px;
	font-weight: bold;
	color: red;
}

.uploaded_image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

input.ajaxform , textarea.ajaxform, select.ajaxform{
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

label.registration {
	display: block;
	width: 140px;
	float: left;
}

input.noborder {
	border: 0;
}

input.submit {
	color: black;
}

.ajaxform input:focus,textarea:focus {
	background-color:#FFF;
	border: 1px solid black;
	color: black;
}

input.noborder:focus {
	border: 0;
}

/* ---------------------------------------- Ad - listing ---------------------------------------- */

div.ad-list-container {
height: 320px;
}

.random-box {
	width: 255px; 
	height: 110px;
	background-image: url('../images/rand_box.png');
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	margin-left: 60px;
}
.random-text {
	width: 235px;
	height: 105px;
}

table.ad-list {
	width: 100%;
	border-collapse: collapse;
}

table.ad-list th {
	text-align: left;
	height: 40px;
}

.tr-hover {
	background: #cae7ff;
	cursor: pointer;
	cursor: hand;
}

/* ---------------------------------------- Ad - view ---------------------------------------- */

.icon-field {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/icon-back.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	height: 110px;
	width: 400px;
}

.iconhover {
	opacity: .5;
	filter: alpha(opacity=50);
}

.iconhover a {
	text-decoration: none;
	color: black;
}

.iconhover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	cursor: hand;
}

.thumb {
	display: block;
	padding: 0 0 5px 5px;
}

.thumb:hover {
	cursor: pointer;
	cursor: hand;
}

.mainpicture{
	float: left;
}

.floatleft {
	float: left;
	margin-right: 10px;
}
