body {
	font-family: "Trebuchet MS", Tahoma, Arial; 
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #CCC;
	text-align: center;
	font-size: 12px;
}


a {
	color: #c24712;
	text-decoration: none;
	
}

a:hover {
	color: #a5380a;
}


h1 {
	font-size: 1.5em;
	font-weight: normal;

}

h2 {
	font-size: 1em;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}


/* No borders on linked images */
a img {
	border: 0;
}


input[type="text"], input[type="password"], textarea {
	font-family: "Trebuchet MS", Tahoma, Arial; 
	font-size: 12px;
	background-color: #333;
	border: 1px solid #666;
	color: #AAA;
}


#header_fullwidth {
	width: 100%;
	height: 60px;
	background-color: #000;
	border-bottom: 2px solid #666;
	text-align: center;
}

#header_container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}
	
#header {
	height: 60px;
}

#header_left {
	float: left;
	width: 200px;
}

#header_title {
	width: 200px;
	height: 40px;
	border: 0;
	margin-top: 10px;
}

#header_right {
	float: right;
	width: 750px;
}


#header_right_loggedin {
	font-weight: bold;
	text-align: right;
	line-height: 60px;
}

#header_right_loggedin_username {
	font-size: 15px;
}

#header_right_loggedin a {
	margin-left: 15px;
}


#header_right_login {
	margin-top:12px;
}

.header_right_login_horcomponent {
	float: right;
	margin-left: 15px;
}

#header_right_login_register {
	border-left: 1px solid #999;
	padding-left: 15px;
}

.header_right_login_button {
	display: block;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #777;
	background-color: #666;
	color: #CCC;
}

.header_right_login_button:hover {
	color: #CCC;
}

.header_right_login_textbox {
	width: 140px;
	height: 18px;
}

.header_right_login_upperpart {
	height: 25px;
}

.header_right_login_lowerpart {
	margin-top: 2px;
	font-size: 11px;
}






#headerlinks_fullwidth {
	width: 100%;
	height: 22px;
	background-color: #222;
	text-align: center;
}

#headerlinks_container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	line-height: 22px;
}

#headerlinks_container a {
	color: #CCC;
	font-weight: bold;
	margin-right: 20px;
}

#headerlinks_container a:hover {
	color: #FFF;
}





#body_fullwidth {
	background-color: #131313;
	padding: 10px 0;
}

#body_container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	min-height: 300px;
}



#body_left {
	float: left;
	width: 630px;
}


.body_left_title {
	border-bottom: 2px solid #111;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	height: 1.5em;
	color: #CCC;
}


#body_right {
	float: right;
	width: 300px; 

}




#footer_fullwidth {
	width: 100%;
	height: 60px;
	background-color: #000;
	border-top: 2px solid #666;
	text-align: center;
	padding-top: 5px;
}


#footer_container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#footer_left {
	float: left;
	width: 475px;
}

#footer_right {
	float: left;
	width: 475px;
	text-align: right;
}

#footer_right a {
	margin-right: 15px;
}





.dark {
	color: #666;
}


.pagelinks {
	margin-top: 35px;
	text-align: center;
	font-weight: bold;
}

.pagelinks_link {
	margin: 0 10px;
}

.pagelinks_current {
	margin: 0 10px;
	padding: 3px;
	border: 2px solid  #333;
}

.pagelinks_elipses {
	margin: 0 20px;
}






.button {
	font-size: 11px;
	cursor: pointer;
	color: #999;
	border: 1px solid #222;
	padding: 0 4px 0 4px;
}


.button:hover {
	color: #CCC;
}


.button_disabled {
	font-size: 11px;
	color: #333;
	border: 1px solid #222;
	padding: 0 4px 0 4px;
}

.darklink {
	/* font-family: Verdana; */
	font-size: 11px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}

.darklink:hover {
	color: #444;
	text-decoration: underline;
}

.darklink_disabled {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #222;
	text-decoration: line-through;
}






.listingessentials_meter_filled {
	background-image: url('/images/meterfilled.gif');
	background-repeat: repeat-x;
	height: 5px;
}

.listingessentials_meter_empty {
	float: left;
	background-image: url('/images/meterempty.gif');
	background-repeat: repeat-x;
	height: 5px;
	margin-top: 7px;
}

.listingessentials_meter_text {
	float: left;
	padding-left: 5px;
	color: #666;
}



.icon {
	height: 16px;
	width: 16px;
	position: relative;
	top: 4px;
}



.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}


