.mceContentBody { 
	background: #FFFFFF; 
}
/*
div {border: 1px solid blue; }
*/

body {
	background: #000000;
	font-family: "Trebuchet MS", verdana, arial;
	color: #393939;
	font-size: 13px;
}

div#container {
	width: 880px;
	background: #A4966C;
	margin-left: auto;
	margin-right: auto;
}

div#innercontainer {
	width:800px;
	padding: 40px 40px 40px 40px;
}

div#header {
	background: #FFFFFF;
}

div#innercontent {
	background: #FFFFFF;
	background-image: url('/media/images/base/bodybgd.gif');
	background-repeat: repeat-y;
}

div#menubar {
	float:left;
	width: 175px;
	padding-top:20px;
}

div#menubar ul {
	list-style-type: none;
}

div#menubar li {
	padding-bottom: 10px;
}

a, a:link, a:active, a:visited { text-decoration: none; color: #393939;}
a:hover { text-decoration: underline; }

div#content {
	float: left;
	width: 580px;
	padding-top:20px;
	padding-left: 20px;
	padding-right:20px;
}
div#footer {
	font-size: 16px;
	margin-left:175px;
	padding: 10px 20px 10px 20px;
}

 Form Layout */
form ul, form ol { list-style: none; }
input[type=radio] { margin-right: 15px;}
ul li label { float: none; width: auto; display: inline; margin: 0px 0px 5px 0px; list-style: none;}
label { display: block; padding:0 1em 3px 0; float:left; width:8em; }
input, textarea, select {margin:2px 0; padding:2px 3px; vertical-align:middle; font-weight:normal; font-size:11px; }
input[type=text] { width: 300px; !important;}
textarea { vertical-align:top !important; width: 300px; !important;}
select { font-size: 0.8em; }
form.not_styled label { float: none; width: auto; padding: 0; display: inline; }

div#rightbar { 
	float: right; 
	width: 200px; 
	margin: 30px 0px 0px 15px; 
	color: #393939; 
	font-size: 1.2em; 
	z-index: 400; 
}

div#rightbar div.box { 
	border: 1px solid #A4966C; 
	margin-bottom: 15px; 
	background: #DCC045; 
	z-index: 400; 
}

div#rightbar div.box h1 {
	font-size: 1em; 
	font-weight: bold; 
	background: #A4966C; 
	color: #FFFFFF; 
	padding: 2px; 
	text-align: center;  
	margin: 0;
}

div#rightbar div.box div.content { 
	padding: 2px; 
	margin: 0px 0px; 
	text-align: center; 
	font-size: 14px; 
}
div#rightbar div.box img { 
	margin-top: 10px; 
}

div#rightbar p { padding: 0; margin: 0;}
div#rightbar a, div#rightbar a:link, div#rightbar a:visited, div#rightbar a:active{ color: #ffffff; text-decoration: none; }
div#rightbar a:hover { text-decoration: none;  }

.item-listing {border:1px solid #A4966C; margin-bottom: 0.5em; width:580px;}
.item-listing-text {padding-left:0.5em;}
.color1 {background-color:#f5f5f5;}
.color2 {background-color:#F3F4E1;}
.error {color:#dd0000;}

.price {
	float:right; 
	margin-top:-50px;
}

.title {
	float: left;
	margin-top: -30px;
}

.detail_content {
	text-align: left;
	margin-top: 0px;
}

.clear { clear: both; }

h1 { font-size: 1.5em; font-weight:bold; }
h2 { font-size: 1.4em; font-weight:bold; }
h3 { font-size: 1.3em; font-weight:bold; }
h4 { font-size: 1.2em; font-weight:bold; }
h5 { font-size: 1.1em; font-weight:bold; }
h6 { font-weight:bold; }

.price_listed {
    float:right; padding-right:10px; font-size:1.2em; margin-top:-37px;
}

.border { border: 1px solid #A4966C; }

.borderspace {border-bottom: 1px solid #A4966C; line-height:0px; }
