/* BODY & BIG STUFF */
body {
	font-size: 10pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #555555;
	color: #cccccc;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Copperplate Gothic Light;
	text-align: center;
	padding: 0 20px 0 20px;
}
h3.left {
	text-align: left;
}
h4 {
	color: #aaaaaa;
}
h3 a.tiny {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.menu {
	width: 180px;
	background: #000000;
	float: left;
}
div#content {
	background: #000000;
	width: 85%;
	margin: auto;
	border: 2px ridge #777777;
}
div.main {
	margin-left: 180px;
	border-left: 4px double #777777;
	padding: 5px;
}
div.pdr {
	text-align: center;
	margin: 10px;
	font-weight: bold;
	font-family: Copperplate Gothic Light;
	font-size: 7pt;
}
div.pdr a {
	font-variant: small-caps;
	font-size: 9pt;
}
div#contact {
	width: 150px;
	padding-top: 10px;
	float: right;
	text-align: center;
	font-family: Copperplate Gothic Light;
	font-size: 8pt;
	font-weight: bold;
}
div#contact a {
	font-size: 10pt;
	color: #aaaaaa;
}


.leftalign {
	text-align: left;
}

/* NORMAL TEXT */
div.product {
	margin: 25px;
}

a {
	color: #aaaaaa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #ffeeee;
}
a.editno {
	color: #ffffff;
	text-decoration: none;
	font-size: larger;
}
p {
	margin: 25px;
	text-align: justify;
}
table {
	margin: 0px;
}
table.product tr td {
	text-align: center;
}
p.black {
	color: #000000;
	font-size: 2pt;
	margin: 0;
}

/* MENU */
ul#menu {
	font-family: Copperplate Gothic Light;	
	margin: 0;
	padding: 0;
}
ul#menu li {
	margin-top: 20px;
	list-style: none;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
ul#menu li.selected {
	background: #770000;
}
ul#menu li.selected a {
	color: #ffffff;
	text-decoration: none;
}

ul#list {
	font-family: Copperplate Gothic Light;
	margin-left: 50px;
	font-size: 12pt;
	font-weight: bold;
}
ul#list li {
	list-style: none;
	margin: 20px;
}

/* FORMS */

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
input.text, textarea, select.gogo {
	width: 300px;
	background: black;
	color: white;
}

table#noborder {
	float: right;
	margin: 0 15px 0 15px;
}
.nobottommargin {
	margin-bottom: 0;
}
div.nomargin {
	margin: 0;
}

/* TABLE STUFF */
table#productlist tr td{
	padding: 0 5px 0 5px;
	border-bottom: 1px solid white;
}
table#productlist tr.titles td {
	background: #ffffff;
	color: #000000;
}
td.sell a{
	color: #7777ff;
}
td.sold {
	color: #ff0000;
}

div.broad, div.broada {
	padding: 5px;
	clear: right;
	width: 593px;
}
div.broad {
	text-align: right;
}
div.broada {
	text-align: center;
}
div.input {
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
}
div.input2 {
	float: left;
	clear: none;
	padding: 0;
	margin: 0 5px 0 0;
}
div#bottom {
border-style: ridge;
margin-left:auto;
margin-right:auto;
padding:20px;
width:500px;
}
