/* default style - 'devstu' by devstu - http://www.developersstudio.com/ */
/* All associated graphics copyright 2008, devstu */

/* Start Basic Elements */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-style: italic;
	font: 12pt/15pt times;
	color: #fff;
	background: #000 no-repeat top center;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
	font: 26px/32px times;
	line-height:32px;
	margin:0px;
	margin-bottom:4px;
}
h2 {
	font: 20px/26px times;
	line-height:26px;
	margin:0px;
	margin-bottom:4px;
}
h3 {
	font: 16px/22px times;
	line-height:22px;
	margin:0px;
	margin-bottom:4px;
}

.status {
	font-size: small;
	color:#900;
}

.textButton {
	background-color:#ccc;
	border:1px outset #999;
	padding:3px;
	font-size:10px;
	font-family: verdana;
	text-decoration:none;
	color:#000;
}
.textButton:hover {
	background-color:#eee;
	font-family: verdana;
	text-decoration:none;
	color:#666;
}

#content th {
	background-color:#ccc;
	border-bottom:1px solid #666;
	padding:2px;
	font-weight:bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
/* End Basic Elements */

/* Start Specific Divs */
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#container-home {
	margin: 0 auto;
	width: 98%;
	text-align: left;
}

#container td {
	border-bottom: 1px solid #ccc;
	padding:2px;
}

label {
	display:inline;
	width:200px;
	float:left;
	height:25px;
	line-height:25px;
}

#admin_nav {
	text-align:center;
}

legend {
	color:#fff;
}

#purchases {
	margin-left:19px;
}

img {
	border:0;
}

.sold {
	color:#F00;
	font-weight:bold;
	font-size:36px;
}
