/* HTML Tag Styles.  These affect every basic htm litem with the given name */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fdfcfc;
}

a:link, a:visited {
	/*xxx*/
	color: #7d6568;
	font-weight: bold;
}

a:hover {
	/*xxx*/
	color: #D9BEC7;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
}

/*Main Table that the site is wrapped in*/

.wrapper {
	background-color: #FFFFFF;
	width: 790px;
}


/*Top Area*/

.logo {
	/*xxx*/
	color: #a44928;
	font-family: "Trebuchet MS";
	font-size: 24px;
}

div#mainnav { margin: 0; height: 30px;
	/*xxx*/
	background-color: #bd938b; padding: 0;
	;border-bottom: 1px solid #ffffff; }

div#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS";
}


div#mainnav ul li {
	float: left;
}

div#mainnav ul li a:link, div#mainnav ul li a:visited {
	height: 30px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

div#mainnav ul li a:hover {
	/*xxx*/
	background-color: #D2B1B8;
	background-repeat: repeat-x;
}
div#mainnav li#active {
	/*xxx*/
	background-color: #FFC200;
}

#topsearch { font-family: "Trebuchet MS"; font-size: 13pt; color: #ffffff;
	/*xxx*/
	background-color: #886c6f; font-weight: normal; margin: 0; padding: 5px; border-bottom: 1px solid #ffffff; }

#theme {
	background-image: url(../img/main_music.jpg);
	height: 100px;
	font-family: "Trebuchet MS";
	color: #7E3C24;
	padding: 5px;
}


/* left side navigation */


.side {
	background-color: #EFEFEF;
}


div#leftnav {
	margin: 0px;
	padding: 0px;
}

div#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS";
}


div#leftnav ul li a:link, div#leftnav ul li a:visited {
	height: 20px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#leftnav ul li a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#leftnav li#active {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/*Search objects*/

.textbox {
	/*xxx*/
	border: solid 1px #bb9892;
	font-family: "Trebuchet MS";
	font-size: 18px;
	/*xxx*/
	color: #daddbe;
	width: 500px;
}
.formbutton {
	color: #FFFFFF;
	/*xxx*/
	background-color: #803E28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #DDBEC6;
	border-left: 1px solid #DDBEC6;
	border-right: 1px solid #897375;
	border-bottom: 1px solid #897375;
	padding: 5px;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.bottomsearch {
	/*xxx*/
	background-color: #897375;
	margin: 0px;
	padding: 1px 1px 1px 5px;
}


#ebay p, #ebay td {
	font-size: 12px;
}
