body {
	font: 80%/1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	background: #000000 url(../images/noise.png) repeat;
}
a {
	color: #9090f9;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mainlogo {
	background: none;
	border: none;
}
input, select, textarea {
	font: 12px 'Segoe UI', Tahoma, Geneva, sans-serif;
	color: #444;
	padding: 2px;
}

.input-wide {
	font: 14px 'Segoe UI', Tahoma, Geneva, sans-serif;
	color: #444444;
	padding: 6px;
}


* {
	margin:0;
	padding:0;
}
th {
	text-align: left;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-shadow: 0 0 1px #000000;
}
.topwrapper {
	margin: 1px auto;
	background: #000000 url(../images/noise.png) repeat;
	padding: 0px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}
.menuwrapper {
	margin: 1px auto;
	background: url(../images/menu-tile.jpg) repeat;
	padding:4px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.innerwrapper {
	margin: 1px auto;
	background: #FFFFFF url(../images/base1b.jpg) repeat;
	padding:4px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header img {
	border: none;
	padding: 0;
}

#header .image {
   position: relative;
   width: 100%; /* for IE 6 */
   height: 120px;
}
#header h2 {
   position: absolute;
   top: 0px;
   left: 0;
   width: 100%;
   margin: 0 !important;
   padding: 0 !important;
}
#header h2 span {
   color: white;
   font: bold 24px/45px Cambria, Georgia, 'Times New Roman', Times, serif;
   letter-spacing: -1px;
   _background: rgb(0, 0, 0); /* fallback color */
   _background: rgba(0, 0, 0, 0.7);
   _padding: 10px;
   text-shadow: 0 0 2px #000000;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font: 250% Cambria, Georgia, 'Times New Roman', Times, serif;
	color: #9090f9;
	margin: 12px 0;
}

#header h1 a {
	color: #9090f9;
	text-decoration: none;
}

#header h1 a:hover {
	color:#111;
}

#header h2 {
	font:150% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	border-bottom:2px solid #79B5D6;
}

#nav {
	margin-top: 4px;
	clear:both;
	background: url(../images/noise.png) repeat;
	padding: 8px 8px 8px 0 !important;
   text-shadow: 0 0 2px #000000;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#nav a {
	color:#fff;
	font-size: 10pt;
	text-decoration:none;
	padding: 12px;
}

#nav a:hover {
	background: #333333 url(../images/noise.png) repeat;
	box-shadow: 0 -2px 0px #3f45db;
	-moz-box-shadow: 0 -2px 0px #3f45db;
	-webkit-box-shadow: 0 -2px 0px #3f45db;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#subnav {
	background: url(../images/noise.png) repeat;
	padding:5px 7px 7px 7px;
	color:#DEEDF5;
	margin-bottom: 8px;
   text-shadow: 0 0 2px #000000;
}

#subnav li {
	list-style:none;
	display:inline;
	padding:5px;
}



#sidebar {
	background: #000000 url(../images/noise.png) repeat;
	width: 180px;
	padding: 6px;
	float:left;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#sidebar h2,
#sidebarright h2 {
	margin:10px 0 10px 0;
	border:none;
}

.subnav {
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 16px;
}

.subnav li {
	list-style: none;
	padding: 5px 5px 5px 0;
	border-bottom: 1px dotted #333333;
}

#sidebarright {
	width: 180px;
	float:right;
	background: #000000 url(../images/noise.png) repeat;
	padding: 6px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}


#content {
	margin:0 0 0 200px;
	padding: 4px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	background:url(../images/content.jpg.html) top left no-repeat;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
	font-family: 'Cambria', Georgia, 'Times New Roman', Times, serif;
	color: #9090f9;
	border-bottom: 1px dotted #666666;
	margin: 10px 0;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}
#footer img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:22px;
	padding:15px 0 15px 15px;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

/*
img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}
*/

form {
	padding: 4px;
}

label {
	display:block;
	font-weight:bold;
	_color:#FFFFFF;
	margin:5px 0;

}

p img {
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

.listing_l {
	padding: 4px;
}
.hint {
	color: #c93;
}

.i-row {
	vertical-align: top;
	text-align: left;
}
.i-row-price {
	color: #06F;
	font-weight: bold;
}
.i-row-price:hover {
	color: #900;
	font-weight: bold;
}
.i-row-date {
	color: #666;
	font-weight: normal;
}
.i-row-transaction {
	color: #909;
	font-weight: normal;
}
.blank-image {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

/* TAGS STYLES */
.bubble {
	float: right;
	background: #FF0000 url(../images/noise.png) repeat;
	font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	padding: 1px 6px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 0 1px #000000;
	text-align: center;
	box-shadow: 0 0 2px #000000;
	-moz-box-shadow: 0 0 2px #000000;
	-webkit-box-shadow: 0 0 2px #000000;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.tag {
	font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 0 1px #000000;
	text-align: center;
	height: 16px;
	line-height: 16px;
	box-shadow: 0 0 2px #000000;
	-moz-box-shadow: 0 0 2px #000000;
	-webkit-box-shadow: 0 0 2px #000000;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.date {
	width: 60px;
	background: #666666 url(../images/noise.png) repeat;
}
.status {
	width: 90px;
	background: #660000 url(../images/noise.png) repeat;
}

/* TABLES STYLES */
table.display {
	width: 100%;
	display: table;
}
table.display td {
	padding: 1px;
	margin: 0;
	vertical-align: top;
}





.error {
	font-weight: bold;
	margin: 16px 0;
}


form.search {
	padding: 0;
	margin: 0;
}

form.search input,
form.search select {
	margin-bottom: 5px;
	padding: 4px;
}



#map {
	text-shadow: none;
	background: none;
	background-color: transparent !important;
}
#map img {
	background-color: transparent !important;
}

.icon {
	padding: 0;
	border: none;
	background-color: transparent;
	vertical-align: middle;
}






.profile {
	background: #444444 url(../images/noise.png) repeat;
	padding: 4px;
	border: 1px solid #EEEEEE;
	margin-bottom: 16px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #000000;
}
.profile .about {
	text-transform: uppercase;
	font-size: 12pt;
}




/* WYSIWYG EDITOR */
.nicEdit-main {
	background-color: #ffffff;
	color: #000000;
	text-shadow: none;
	margin: 0;
	padding: 8px;
}
.nicEdit-panelContain,
.nicEdit-pane {
	color: #000000;
	text-shadow: none;
}



.new { font-weight: bold; color: #ff9900; font-family: 'Segoe UI', Tahoma, Geneva, sans-serif; }


#count_down_container {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #ffff99;
	margin-bottom: 16px;
}
#count_down_container sup {
	font-weight: normal;
}
