/* 
============================================================================================================================
ADMIN AREA
============================================================================================================================
*/

#summary {
}

#profile {
	width: 360px;
}

#listinginfo {
	float: left;
	margin-left: 8px;
	width: 405px;
}

#categories {
	margin: 5px 0 0 0;
}

#regions {
	margin: 5px 0 0 0;
}

h3 {
	margin:0;
	padding:0;
	color: #F6014F;
	font-size: 11px;
	padding-top: 10px;
	font-weight: normal;
}
.clear { clear:both; height:0; line-height:0; }

.highlight {
	color: #F6014F;
}

h4 {
	margin:0;
	padding:0;
	font-size: 10px;
	padding-top: 2px;
	font-weight: normal;
	padding-left: 12px;
	background-image: url(images/member/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h5 {
	margin:0;
	padding:0;
	font-size: 10px;
	padding-top: 2px;
	font-weight: normal;
	padding-left: 12px;
	background-image: url(images/member/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
	color:	black;
}

/* 
============================================================================================================================
BUTTON STYLES
============================================================================================================================
*/

ul#buttons {
	margin:0;
	list-style:none;
	margin-top: 10px;
	float: right;
	margin-bottom: 10px;
}

#buttons li {
	float:left;
	margin-left: 10px;
}

#buttons li a {
	display: block;
	height: 27px;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	background: url(images/member/button.gif) no-repeat 0 -27px;
	width: 94px;
	font-weight: normal;
}

#buttons li a:hover  {
	background: url(images/member/button.gif) no-repeat 0 0;
}

.nicebutton{
	background: url(images/member/button.gif) no-repeat 0 -27px;
}
/* 
============================================================================================================================
FORM BOX STYLES
============================================================================================================================
*/

label {
	font-weight: 			bold;

}

.formRow {
	margin-bottom: 11px;
}
.formbox {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 350px;
	margin-bottom: 8px;
}
.formtextarea {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 350px;
	margin-bottom: 8px;
	height: 180px;
}
.formtextareashort {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 350px;
	margin-bottom: 8px;
	height: 50px;
}
.formtextarealarge {
	color: #333;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	margin-top: 3px;
	padding: 4px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 550px;
	margin-bottom: 8px;
	height: 350px;
}
/* 
============================================================================================================================
MOOTABS // CREATE LISTING SECTION
============================================================================================================================
*/

#mootabarea {
	height:auto;
	float: left;
	padding-bottom: 15px;
}


#mootabcontent {
	font-size: 10px;
	line-height: 18px;
	text-align: justify;
	padding: 15px;
}

.listingtitle {
	color: #F6014F;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	text-align: center;
}

.mootabs_title li {
	color: #fff;
	font-size: 10px;
	background-image: url(images/member/tab.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 105px;
	line-height: 28px;
	height: 29px;
	padding: 5px 0;
	float: left;
	margin-right: 2px;
}

.mootabs_title li.active {
	display: block;
	font-size: 10px;
	float: left;
	background-image: url(images/member/tab.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 105px;
	line-height: 28px;
	height: 29px;
	padding: 5px 0;
	margin-right: 2px;
	color: #FFFFFF;
}
.mootabs_title a{
	color:#FFFFFF;
	}
	
.mootabs_panel {
	display: none;
	position: relative;
	clear: both;
}

.mootabs_panel.active {
	display: block;
}

.mootabs_title li.over {
	cursor: pointer;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	background-image: url(images/member/tab.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 105px;
	line-height: 28px;
	height: 29px;
	padding: 5px 0;
	margin-right: 2px;
}
