body {
	margin-bottom: 2em;
	margin-right: 2em;
	margin-top: 2em;
	background-color: black;
	color: #ddd;
	font-family: Tahoma, sans-serif;
	font-size: 12px; 
	margin-left: 2.7em;
}
#wholeContainer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid #eee; */
}
#headerContainer {
	
}
	#headerContainer h1{
		margin:0;
		letter-spacing: 2px;
		font-weight: 600;
		display: inline;
	}
	#navbar{
		color: #666;
		width:470px; 
		float:left; 
		padding-top:12px; 
		text-align:right;
		_padding-top:20px;
	}
	#navbar a, #navbar a:link, #navbar a:visited {
		color: #cdcdcd; 
		text-decoration: none;
		font-weight: bold;
	}
	#navbar a:hover {
		color: #fff; 
		text-shadow: 0 0 10px pink; 
	}
	#navbar a.highlightedNav {
		color: white;
		cursor: default;
		text-shadow: 0 0 30px white; 
	}
	#headerContainer #topdescription{
		width: 630px; 
		margin-top:2px; 
		font-size:90%; 
		padding-top:2px; 
		border-top: 2px solid #eee; 
		float:left;
		_margin-top:-6px;
	}
	
#contentsContainer {
	margin-top: 12px; 
	margin-left: 70px; 
	width: 728px; 
	font-family: Verdana;
}
	#contentsContainer h1{
		margin:0;
		font-size: 120%;
		margin-bottom:-0.5em;
		border-bottom:1px solid #999;
	}
	#contentsContainer p{
		margin-top:1em;
	}
	#contentsContainer a, #contentsContainer a:visited {
		color: #7cbeb9; 
		text-decoration: underline;
	}
	#contentsContainer a:hover {
		color: aqua; 
		text-decoration: none;
	}

	#contentsContainer.DIV-showcase a, #contentsContainer.DIV-showcase a:visited {
		text-decoration: none;
	}
	#contentsContainer.DIV-showcase a:hover {
		text-decoration: none;
	}
	#contentsContainer.DIV-showcase a:active {
		color:white;
		text-decoration: none;
	}
		#contentsContainer.DIV-showcase #categoryList, #contentsContainer.DIV-showcase #itemsList{
			padding-right:2px;
			max-height: 564px;
		}
		#contentsContainer.DIV-showcase #categoryList a, #contentsContainer.DIV-showcase #categoryList a:visited{
			color:#7cbeb9;
			display: block;
			border: 1px solid black;
			padding:2px;
			margin-bottom:2px;
			-webkit-border-radius:6px;
			-moz-border-radius:6px;
		}
		#contentsContainer.DIV-showcase #categoryList a:hover{
			color:#ffffff;
			border-color:#333;
			background-color: #111;
		}
		#contentsContainer.DIV-showcase #categoryList a:active{
			background-color: #6C2552;
		}	
			#contentsContainer.DIV-showcase #categoryList a.currentItem{ 
				border-color:#333	!important;
				background-color: #252525	!important;
				color: #ccc	!important;
			}
		#contentsContainer.DIV-showcase #itemsList a, #contentsContainer.DIV-showcase #itemsList a:visited{
			color:#bbb;
			display: block;
			border: 1px solid black;
			padding:2px;
			margin-bottom:2px;
			-webkit-border-radius:6px;
			-moz-border-radius:6px;
		}
		#contentsContainer.DIV-showcase #itemsList a:hover{
			color:#ffffff;
			border-color:#333;
			background-color: #222;
		}
		#contentsContainer.DIV-showcase #itemsList a:active{
			background-color: #62611F;
		}
			#contentsContainer.DIV-showcase #itemsList a.currentItem{ 
				border-color:#333	!important;
				background-color: #252525	!important;
				color: #ddd	!important;
			}

	#contentsContainer ul {
		margin-top:-0.8em;
		margin-left:-1em;
	}
	#contentsContainer.page-contact a img {
		border:1px solid black;
	}
		#contentsContainer.page-contact a:hover img {
			border:1px solid aqua;
		}
		
#footerContainer{
	width: 728px; 
	border-top: 2px solid #eee; 
	margin-left: 70px; 
	margin-top: 20px; 
	text-align: center;
	padding-top:5px; 
}
#footerContainer p{
	margin:0;
	margin-top:2px;
}
#footerContainer a, #footerContainer a:link, #footerContainer a:visited {
	color: #cdcdcd; 
	text-decoration: none;
	font-weight: normal;
}
#footerContainer a:hover {
	color: #fff; 
	text-decoration: underline;
}

/* FORMS -------------------------------------------- */
input, textarea {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
}
#FORM_contact input, #FORM_contact textarea {
	width: 200px;
	display: inline;
}
#FORM_contact input[type="text"], #FORM_contact textarea {
	border: 2px inset #74b7e2;
}
#FORM_contact textarea {
	_margin-left:-2px;
}
#FORM_contact label div.label {
	width: 60px;
	display:inline-block; zoom:1; *display:inline;
	text-align: right;
	padding-right:10px;
}
#DIV_selectedItem, #DIV_noSelectedItems{
	width:310px; 
	border:1px solid silver; 
	float:left;
}
#mainThumb img{
	padding:5px;
}
#smallthumbs{
	display: block;
	text-align: center;
	padding: 2px;
	margin-top:-5px;
	overflow-x: auto;
}
	#smallthumbs img{
		/* padding-left:5px; */
	}
	#smallthumbs table tr, #smallthumbs table td, #smallthumbs table{
		background-color: black !important;
		border:none !important;
	}

.DIV_editSelectedItem input[type="text"], .DIV_editSelectedItem textarea, .DIV_editSelectedItem select {
	width: 160px;
	font-family: 'Lucida Grande';
	font-size: 11px;
}
.DIV_editSelectedItem textarea {
	width: 164px;
	height: 60px;
}
.DIV_editSelectedItem select {
	width: 167px;
}

/*MISC ------------------------------------------------*/
a img, img a{
	border: none;
}

table{
	font-size: 90%;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-spacing: 0;
	border-collapse: collapse;
}
th, td {
	padding:2px;
	border-right:1px solid #222;
	border-bottom:1px solid #222;
	vertical-align: top;
}
th {
	background-color: none;
	color: #ffcc66;
}
tr {
	border-bottom:1px solid #222;
}
tr.selectableRow {cursor: pointer;}
tr.selectableRow:hover {background-color: #433;}

tr:nth-child(even) 	{background: #1f1f1f}
tr:nth-child(odd) 	{background: #2a2a2a}

.lowEmphasis{
	color: #666;
}
.center, .centre{
	display: block;
	margin-left: auto;
	margin-right:auto;
}
.right{
	float:right;
}
.left{
	float:left;
}
.unbold{
	font-weight: normal;
}

.validationIcon.good {
	color: #ccff66;
}

.validationIcon.bad {
	color: #ff6666;
}

.clearance {
	clear:both;
	height:0; 
	line-height: 0;
}

/* Admin Styles */
img.Admin-photo{
	width:142px; 
	border:medium solid; 
}
img.Admin-photo.highlight {
	border-color: #0080ff !important;
}
img.Admin-photo.secondary {
	border-color: #999999;
}
img.Admin-photo:hover{
	border-color: #0046a2;
	cursor: crosshair;
}
a.delPhoto {
	font-size:8px; 
	width:10px; height:10px; 
	border:1px solid #333; 
	display:table-cell; 
	vertical-align:middle; 
	text-align:center; 
	background-color:red; 
	color:white; 
	position:absolute;
}
a.delPhoto:hover{
}
.nodisplay{
	display: none;
}
.hidden{
	visibility:hidden;
}
img.loader{
	margin-bottom: -3px;
}

/* AUTOCOMPLETER STYLES ----------------------------------------------- */

div.autocomplete {
	position:absolute;
	width:250px;
	background-color: #fffeea;
	border:1px solid #888;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:8px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	color: #333;
	cursor:pointer;
}
