@import url(navigation.css);
body,html{
	width: 100%;
	font-family: "Lucida Sans Unicde";
	font-size: 11px;
	margin:0;
	padding:0;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	line-height: 117%;
	background-color: #000;
	color: #fff;
}

.errorHeader{
	font-size: 16px;
	color: #FF0000;
}

#container{
	position: relative;
	width: 900px;
	left: 50%;
	margin:0;
	margin-left: -450px;
	padding:0;	
}

#header{
	position: relative;
	width: 100%;
	height: 122px;
	background-repeat: no-repeat;
	background-image:url('../images/header.jpg');
	z-index: 1;
	/*background-color: #ccc;*/
}

.deleteAds_img{
	position: relative;
	background-image:url('../images/trashcan.jpg');
	width: 26px;
	height: 18px;
	border: 0px;
	cursor:pointer;
}

#header_left_container{
	position: relative;
	width: 430px;
	height: 72px;
	float: left;	
	
}

#siteSearch{
	position: relative;
	width:400px;
	top: 0px;
	text-align: center;
	height: 40px;
}

.searchBtn{
	position: relative;
	top: 0px;
	width: 80px;
	height: 17px;
	background-color: #006699;
	border: 1px solid #000;
	color: #fff;
	line-height: 90%;
}

.searchTxtField{
	position: relative;
	top: 0px;
	width: 80px;
	height: 12px;
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
}

#navigator{
	position: relative;
	width: 875px;
	top: -37px;
	left: 0px;
	height: auto;
	z-index: 1200;
}

#header_right_container{
	position: relative;
	width: 450px;
	height: 72px;
	float: left;
}

#upper_navigation{
	position: relative;
	width: 450px;
	height: 72px;
	text-align: right;
}

#lower_navigation{
	position: absolute;
	left: 450px;
	top: 74px;
	width: 450px;
	height: auto;
	text-align: right;
}




#footer{
	position: relative;
	width: 100%;
	height: 37px;
	clear: both;
	margin-top: 50px;
	/*background-image: url('../images/footer.jpg');*/
	text-align: center;
	padding-top: 40px;
	color: #fff;
	}

.subcat_box{
	position: relative;
	width: 267px;
	height: auto;
	margin-right: 14px;	
	float: left;
}

.advertorial{
	position: relative;	
	width: 221px;
	height: 186px;
}

.content_titlebar{
	position: relative;
	width: 100%;
	height: 20px;	
	background-color: #ff0072;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	
}

.content_container{
	position: relative;
	width: 100%;
	height: auto;	
	background-color: #fff;
	border: 1px #fe0072;
	padding: 4px;
}

.full_titlebar{
	position: relative;
	width: 558px;
	height: 20px;	
	background-color: #ff0072;
	padding: 5px;
	font-weight: bold;
	
}

.full_titlebar h2 { color:#FFF;font-size:12px;margin:0px;padding:0px;line-height:30px; }

.full_container{
	position: relative;
	width: 566px;
	height: auto;	
	background-color: #191919;
	margin-bottom: 50px;
	border: 1px solid #fe0072;
}

.custom_container{
	position: relative;
	width: 558px;
	height: auto;	
	background-color: #191919;
	padding: 4px;	
	border: 1px solid #fe0072;
}

.myads_container{
	position: relative;
	width: 558px;
	height: auto;	
	background-color: #191919;
	padding: 4px;	
}

/* RUBSUBCATS */ 
.rub_subcats{
	width: 170px;
	border: 1px solid #000;
	font-size: 11px;
}
/* END */

/* SUBCATLIST */

.ad_container{
	position: relative;
	width: 100%;
	height: 100px;
	
	margin-bottom: 5px;
	margin-top: 10px;
}

.ad_thumb{
	position: relative;
	width: 15%;
	height: 70px;
	float: left;
}

.ad_info{
	position: relative;
	width: 69%;
	height: 100px;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
}

.ad_extraInfo{
	position: relative;
	width: 13%;
	height: 100px;
	float: left;
	padding-left: 3px;
}

.img_border1{
border: 1px solid #000;
}

.send2friend{
	border: 1px solid #666;
	padding: 2px;
	background-color: #000000;
}

.default_textfield{
	width: 100px;
	border: 1px solid #666;
	font-size: 11px;
}

.default_textfieldError{
	width: 100px;
	border: 1px solid #ff0000;
	font-size: 11px;
	background-color: #ffc5c5;
}

.default_select{
	width: auto;
	border: 1px solid #666;
	font-size: 11px;
}

.subcats_select{
	width: 150px;
	border: 1px solid #666;
	font-size: 11px;
}

.custom_select{
	width: 104px;
	border: 1px solid #666;
	font-size: 11px;
}

.default_selectError{
	width: auto;
	border: 1px solid #ff0000;
	font-size: 11px;
	color: #ff0000;
	background-color: #ffc5c5;
}

.default_textarea{
	width: 98%;
	height: 80px;
	border: 1px solid #666;
	font-size: 11px;
}

.smaller_textarea{
	width: 98%;
	height: 35px;
	background-color: #333;
	font-size: 10px;
	color: #fff;
}

.appreciationTextarea{
	width: 98%;
	height: 80px;
	border: 1px solid #666;
	font-size: 11px;
}

.appreciationTextareaError{
	width: 98%;
	height: 80px;
	border: 1px solid #ff0000;
	background-color: #ffc5c5;
	font-size: 11px;
}

.default_textareaError{
	width: 98%;
	height: 80px;
	border: 1px solid #ff0000;
	font-size: 11px;
}

.default_submitBtn{
	width: 100px;
	border: 1px solid #fff;
	font-size: 11px;
	background-color: #fe0072;
	color: #fff;
	height: 20px;
}


/* END */

/* SUBMIT_AD */

.submitAd_textfield{
	width: 300px;
	border: 1px solid #666;
	font-size: 11px;
}

.subcats_textfield{
	width: 125px;
	border: 1px solid #666;
	font-size: 11px;
}

.submitAd_textfieldError{
	width: 300px;
	border: 1px solid #ff0000;
	font-size: 11px;
	background-color: #ffc5c5;
}

.submitAd_Select{
	width: 300px;
	border: 1px solid #666;
	font-size: 11px;
}

.submitAd_SelectError{
	width: 300px;
	border: 1px solid #666;
	font-size: 11px;
	color: #ff0000;
	background-color: #ffc5c5;
}

.submitAd_textarea{
	width: 300px;
	height: 160px;
	border: 1px solid #666;
	font-size: 11px;
}

.submitAd_textareaError{
	width:300px;
	height: 160px;
	border: 1px solid #ff0000;
	background-color: #ffc5c5;
	font-size: 11px;
}


/* END */

.succesBox{
	width: 548px;
	padding: 8px;
	background-color: #caffc9;
	border: 2px dotted #30ff2b;
	color: #000;
}

.warningBox{
	width: 548px;
	padding: 8px;
	background-color: #8dff8d;
	border: 2px solid #000;
	color: #000;
}

.errorBox{
	position:relative;
	width: 548px;
	padding: 8px;
	background-color: #cf0000;
	border: 2px dotted #fff;
	color: #fff;
}

.errorBox2{
	position:relative;
	width: 548px;
	padding: 8px;
	background-color: #cf0000;
	border: 2px dotted #fff;
	color: #fff;
}

.switchBtn{
position: relative; 
width: 150px; 
background-color:#666; 
line-height: 20px; 
text-align: center; 
float: left; 
height: 20px;
margin-right: 4px;
}

.galImg{
	position: relative;
	width: 170px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-left:10px;
}


h1{
	font-size: 11px;
	color: #FF6600;
	padding:0px;
	margin:0px;
}

h2{
	font-size: 11px;
}

h3{
	font-size: 12px;
}	

.subcat_objects{
	font-size: 11px;
}

a:link{
	color: #fff;
	text-decoration:none;
}

a:active{
	color: #fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color: #fe0072;
	text-decoration:none;
}

.ad_descriptionBold{
	font-weight: bold;
}

.ad_descriptionItalic{
	font-style: italic;
}

.ad_descriptionUnderline{
	text-decoration: underline;
}


body {
	margin:0 !important;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 12px;
}

form {
	margin:0;
	padding:0;
}

#container{
	position: relative;
	width: 920px;
	height: auto;
	left: 50%;
	margin-left: -450px;
}

#header{
	position: relative;
	width: 100%;
	height: 140px;
}


#logo{
	position: relative;
	width: 270px;
	height:72px;
	background-image: url('../images/logo.jpg');
}

#left_container{
	position: relative;
	width: 174px;	
	margin: 0 !important;
	padding: 0;
	float: left;
}

#main_container{
	position: relative;
	width: 600px;
	left: 16px;
	margin: 0 !important;
	padding: 0;
	float: left;
}

#right_container{
	position: relative;
	width: 112px;
	left: 0;
	margin: 0 !important;
	padding: 0;
	float: left;
}

.content_titlebar{
	position: relative;
	width:100%;
	background-color: #fe0072;
	padding: 5px;
}

.content_container{
	position: relative;
	width:100%;
	background-color: #191919;
	padding: 4px;
	border: 1px solid #fe0072;
}


.subcat_titlebar{
	position: relative;
	width:267px;
	background-color: #ff0072;
	padding: 5px;
}

.subcat_container{
	position: relative;
	width:267px;
	background-color: #191919;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #fe0072;
}

.custom_titlebar{
	position: relative;
	width:566px;
	background-color: #ff0072;	
}

.custom_container{
	position: relative;
	width:558px;
	background-color: #191919;
	padding: 4px;
}

.subcat_box{
	position: relative;
	width: 275px;
	float: left;	
	margin: 0;
	margin-right: 16px;
	padding: 0;
	
}

#headerTxt{
	position: absolute;
	left: 7px;
	top: 43px;
	width: 250px;	
	font-size: 14px;
	z-index: 999;
	height: 20px;
	color: #fff;	
}

#title{
	position: absolute;
	width: 350px;	
	font-size: 12px;
	top: 65px;
	left: 5px;
	z-index: 100;
	height: 20px;
}

h1{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding:0px;
	margin:0px;
}

h2{
	font-weight: bold;
	font-size: 11px;
	color: #fe0072;
	font-style:italic;	
}

.customPaysites img{
	border: 1px solid #ff0072;
}

.form_title {
color: #fff;
height: auto;
padding: 5px 5px 5px 10px;
font-weight: bold;
text-align: left;
}

.form_container {
color: #191919;
height: auto;
padding: 5px 5px 5px 5px;
text-align: left;
}

.cols3 {
width: 155px;
float: left;
}

.topAds { 
	width: 122px;
	float: left;
	color: #fff;
	border: 1px solid #333;
	height: 160px;
	margin-right: 5px;
	padding: 5px;
	background-color: #000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.topAdlink a:link{
	color: #fe0072;
}

.topAdlink a:visited{
	color: #fe0072;
}

.topAd_black {
	width: 90px;
	float: left;
	color: #fff;
}

.img_sites{
	border: 1px solid #000;
}


