body {
	margin:0px;
	background-color:#000000;
	font-size:10pt;
	font-family:Arial;
	color:#CCCCCC;
	margin:0px;
	text-align:justify;
}
a:link{color:white;text-decoration:none}
a:hover{color:white;text-decoration:none}
a:visited{color:white;text-decoration:none}
a:active{color:white;text-decoration:none}
table{
	font-size:8pt;
	padding:0px;

}
input {
	font:1.1em trebuchet ms;
}
textarea {
	font:1.1em trebuchet ms;
}
input.del {
	border:solid 1px #5E0000;
	background-color:#EFEFEF;
	font:0.85em "trebuchet ms" italic;
}
h5 {
	font-size:1.1em;
}
#addItemForm {
	font:0.90em trebuchet ms;
	background-color:#B0C4DE;
	border:0.095em;
	border-style:dashed;
	
}

#bar {
	top:0px;
	background-color:#4682B4;
	padding:6px 6px 0px 10px;
	font-family:trebuchet ms;
	font-size: 8pt;
	border:thin outset;
	border-color:white;
	color:#FFFFFF;
}
#bar a:link{
	padding-right:1px;
	border-bottom:#fff dashed 1px;
	background:#b0c4de;
}
#container {
	width:100%;
}
table.item{
	background:transparent;
	background-color:#B0C4DE;
	border:0;
	border-style:dashed;
}
#wrapper{
	padding:8px;
	border-color:#5E0000;
}
#header {
	padding:4px;
	background-color:#000000;
	/*
	background-image:url('images/bigbg.gif');
	background-repeat:repeat-x;
	*/
	color:#CCCCCC;
	height:75px;
}
#display {
	width:80%;
}
#footer {
	text-align:center;
	font-size:0.75em;
	color:#999999;
}
#footer a:link,a:hover,a:visited {
	color:#999999;
}
#buyForm{
	text-align:center;
}
#cds h2 {
	height:96px;
	width:160px;
	background:url('images/cd.gif');
}
#tshirts h2 {
	height:96px;
	width:160px;
	background:url('images/tshirts.gif');
}
.productHeader {
	background-color:#000000;
	background-image:url('images/headerbg.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:4px;
	font-size:1.2em;
}
.productDescription{
	padding:4px;
	text-align:center;
}
.sel{
	font-size:smaller;
}
div.cart{
	background-image:url('images/cart.gif');
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:100px;
}
body>div.monitor {position: fixed}
body>div.cart {position:fixed}