/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-color:#1a1a1a;
	color:#767575;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

h6 {
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}

h5 {
	color:#fff;
	font-size:1em;
	font-weight:bold;
}

input, textarea, select {
	background-image:url('/gfx/txtfield.jpg');	
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:verdana;
	font-size:.9em;
	padding:3px;
	border:0;
}

a {
	color:#fff;
	border-bottom:solid 1px #ad1111;
	text-decoration:none;
}

a:hover {
	color:#fff;
	border-bottom:solid 1px #000;
	text-decoration:none;
}

a.noborder {
	border:0;	
}

span {
	color:#fff;	
}

.btn {
	background-color:#ad1111;
	background-image:none;
	color:#fff;
	border-top:solid 1px #d16161;
}

.btn:hover {
	background-color:#960c0c;
	background-image:none;
	color:#fff;
	border-top:solid 1px #b24141;
	cursor:pointer;
}

#top {
	background-color:#050505;
	width:100%;
}

#top #top_container {
	margin:0 auto;	
	width:980px;
	background-image:url('/gfx/top.jpg');
	background-position:bottom right;
}

#nav {
	width:100%;
	background-color:#090909;
	border-top:solid 1px #212020;
	height:29px;

}

#nav_container {
	width:980px;
	margin:0 auto;	
}

#nav a {
	border:0;	
}

#container {
	width:980px;
	margin:0 auto;	
}

#content {
	float:left;
	width:640px;
}

#right {
	float:left;
	width:320px;
	margin-left:15px;
}

.box {
	background-color:#101010;
	padding:5px;
	margin:10px 0;
	border-top:solid 1px #343434;
}

#content .box {
	background-color:#101010;
	padding:20px;
	margin:10px 0;
	border-top:solid 1px #343434;
	overflow:auto;
}

#right .box {
	padding:5px 10px;	
}

.headline {
	clear:both;	
	overflow:auto;
}

.headline ul {
	margin:0;
	padding:0;
	clear:both;
	overflow:auto;
}

.headline ul li {
	list-style:none;
	float:left;
	margin:0 2px;
}

.fademe:hover {
	cursor:pointer;	
}

.error {
	color:#fff;	
	background-color:#3f3f3f;
	padding:3px 8px;
}

.line {
	border-bottom:solid 1px #ad1111;
	height:5px;
	clear:both;
	margin:10px 0 10px 0;
}

.clear {
	clear:both;	
}

#msgBox {
	background-color:#2e5a03;
	border-top:solid 1px #708e53;
	color:#fff;
	text-align:center;
	padding:3px;
	position:absolute;
	margin-left:400px;
	width:200px;	
}

#headerNewMsgs {
	position:absolute;
	width:200px;
	margin-left:760px;
	margin-top:15px;
	background-color:#ad1111;
	border-top:solid 1px #d16161;
	color:#fff;
	padding:3px;
	text-align:center;
}


/*********************************************************************************************************
Front introduction
**********************************************************************************************************/ 

#front_info {
	position:absolute;
	z-index:10;
	background-image:url('/gfx/front_info_bg.png');
	padding:8px 12px;
	margin-top:100px;
	margin-left:170px;
	color:#b0afaf;	
	border-bottom:solid 1px #c0bebe;
	display:none;
}

#close_front_info {
	position:absolute;
	margin-top:-15px;
	margin-left:320px;
	width:16px;
	height:16px;
	cursor:pointer;	
}

/*********************************************************************************************************
LOGIN
**********************************************************************************************************/ 

#login {
	padding:10px;	
}

/*********************************************************************************************************
SEARCH
**********************************************************************************************************/ 

#search {
	padding:10px;	
}

/*********************************************************************************************************
Ad focus
**********************************************************************************************************/ 

#ad_focus {
	padding:10px;	
	color:#4a4a4a;
}

/*********************************************************************************************************
NEW ADS
**********************************************************************************************************/ 

#new_ads {
	clear:both;
	overflow:auto;
}

#new_ads ul {
	margin:10px;
	padding:0;
}

#new_ads ul li {
	clear:both;
	list-style:none;
	margin:5px 0;
	padding:10px 0;
	color:#4a4a4a;
}

#new_ads ul li.color {
	background-color:#1d1b1b;
	overflow:auto;
}

#new_ads ul li .img {
	float:left;
	width:90px;
}

#new_ads ul li .desc {
	float:left;
	width:170px;
}
#new_ads ul li span {
	color:#3b3b3b;	
}

/*********************************************************************************************************
ITEMS
**********************************************************************************************************/ 

#items {
	clear:both;	
}

#items .item {
	float:left;
	width:200px;
	height:235px;
	float:left;
	background-color:#101010;
	margin-right:20px;
	margin-bottom:20px;
	color:#4a4a4a;
}

#items .item:hover {
	cursor:pointer;	
}

#items .last {
	margin-right:0;
}

#items .item .desc {
	padding:6px;	
}




/*********************************************************************************************************
Member navigation
**********************************************************************************************************/ 

ul.member_nav {
	margin:20px 0;
	padding:0;
}
ul.member_nav li {
	list-style:none;
	background-color:#1f1f1f;
	border-bottom:solid 1px #3c3c3c;
	padding:2px 10px;
}
ul.member_nav li:hover {
	background-color:#ad1111;
	border-bottom:solid 1px #d16161;
	cursor:pointer;
}

ul.member_nav li a {
	border:0;
}



/*********************************************************************************************************
Steps
**********************************************************************************************************/ 


ul#steps {
	margin:20px 0;
	padding:0;
	overflow:auto;
}

ul#steps li {
	list-style:none;
	float:left;
	color:#fff;
	padding:7px 10px;
	font-weight:bold;
	color:#585858;
}

ul#steps li.active {
	color:#fff;
}

ul#steps li.num {
	padding:0;	
}

/*********************************************************************************************************
Images
**********************************************************************************************************/ 

#imgs .img {
	float:left;
	text-align:center;
	margin:10px;
}

#imgs .img .photo {
	width:180px;
	height:80px;
}

/*********************************************************************************************************
Ads
**********************************************************************************************************/ 

#ads {
	clear:both;	
}

#ads .ad {
	clear:both;	
	padding:20px 0;
	border-bottom:dotted 1px #666;;
	overflow:auto;
}

#ads .ad .img {
	float:left;
	width:220px;	
}

#ads .ad .info {
	float:left;
	width:370px;	
}

#ads .ad span {
	color:#4a4a4a;	
}

/*********************************************************************************************************
Ad
**********************************************************************************************************/ 

#ad {
	clear:both;	
}

#ad #img {
	float:left;
	width:295px;
}
#ad #details {
	float:left;
	width:310px;
}
#ad #details ul {
	margin:0;
	padding:0;
	overflow:auto;
}

#ad #details ul.color {
	background-color:#1f1f1f;
}

#ad #details ul li {
	list-style:none;
	float:left;
	padding:1px 5px;
}

#ad #details ul li.q {
	width:100px;	
	color:#aaa8a8;
}
#ad #details ul li.a {
	width:150px;	
}


#ad #description {
	clear:both;	
	padding:1px 10px;
}

#ad #images {
	clear:both;	
	overflow:auto;
	margin:20px auto;
}

#ad #images a {
	border:0;
}

#ad #images .image {
	float:left;
	text-align:center;
	margin:5px;
}

#ad #images .image .photo {
	width:90px;
	height:60px;
}


/*********************************************************************************************************
EVENT
**********************************************************************************************************/ 

#event {
	clear:both;	
}

#event #img {
	float:left;
	width:200px;
}
#event #details {
	float:left;
	width:380px;
	padding:15px;
}



/*********************************************************************************************************
MESSAGES
**********************************************************************************************************/ 


.messages {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #666666;
}

.messages:hover {
	background-color:#1f1f1f;
	cursor:pointer;
	border-bottom:dotted 1px #000;
}

.messages_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #666666;
}


	
	.messages .icon, .messages_headline .icon {
		width:25px;
		float:left;  
	}
	
	.messages .member, .messages_headline .member {
		width:100px;
		float:left;  
	}
	
	
	.messages .title, .messages_headline .title {
		width:320px;
		float:left;  
	}
	
	.messages .date_added,.messages_headline .date_added {
		width:110px;
		float:left;  
	}
	
	.messages .delete, .messages_headline .delete {
		width:20px;
		float:left;  
	}



/*********************************************************************************************************
FOOTER
**********************************************************************************************************/ 

#footer {
	margin-top:30px;
	clear:both;
	width:100%;
	background-color:#050505;
	border-top:solid 1px #2b2b2b;
	overflow:auto;
}

#footer #footer_container {
	width:980px;
	margin:0 auto;
	padding:20px 0;
}

#footer #footer_container #footer_left {
	float:left;	
}

#footer #footer_container #footer_right {
	float:right;	
	text-align:right;
}
