@charset "utf-8";
/* CSS Document */
td{
	vertical-align:top;
}
.flashalttable{
	font-size: 9px;
}
.textpicleft {
	margin-right: 10px;
	margin-bottom: 5px;
}
.textpicright {
	margin-left: 10px;
	margin-bottom: 5px;
}
#pagetitle {
	font-size: 18px;
}
#subtitle {
	font-size: 16px;
}
#namesubtitle {
	margin-top: 7px;
	font-size: 15px;
}
#namesubtitle a {
	text-decoration:none;
	font-weight: bold;
	color: #933;
}
#feature p {
	font-size: 14px;
}
.sidetitle {
	font-size: 16px;
}
#cartbutton{
	width: 200px;
	text-align:center;
	margin-top: 25px;
}
#feature{
	min-height: 350px;
}
#feature a {
	text-decoration:none;
	font-weight: bold;
	color: #933;
}
.featuretable {
	margin: 10px;
	width: 480px;
}
.featuretable td{
	font-size: 12px;
	vertical-align:top;
	padding: 10px;
}
.instructiontable {
	width: 680px;
}
.instructiontable td{
	font-size: 12px;
	vertical-align:top;
	padding: 10px;
}
.instructiontable a {
	text-decoration:none;
	font-weight: bold;
	color: #933;
}

.searchinstructiontable {
	width: 900px;
}
.searchinstructiontable td{
	font-size: 12px;
	vertical-align:top;
	padding: 5px;
}
.searchinstructiontable a {
	text-decoration:none;
	font-weight: bold;
	color: #933;
}
.searchinstructiontable p {
	
}
.colouremphasis {
	font-weight: bold;
	color: #933;
}
.centredcell {
	text-align: center;
}

#featuretext{
	position: relative;
	left:0px;
	top:0px;
}
#displacedfeaturetext{
	z-index: 3;
	position: relative;
	left:0px;
	top:-240px;
}
#floater {
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 2;
	position: relative;
	left: 0px;
	top: 0px;
}
.topfloater {
	z-index: 1;
	position: fixed;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:116px;
}
.topdrop {
	top: 120px;
}
.dropcontainer {
	padding-top:0px;
}
#footer a {
	text-decoration:none;
	font-weight: normal;
	color: #933;
}
#breadcrumb {
	padding-bottom: 20px;
}
#breadcrumb a {
	text-decoration:none;
	font-weight: normal;
	color: #933;
}
#tabbar {
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.emphatic {
	font-weight: bold;
}
.twoColFixLtHdr #footer a {
	text-decoration:none;
	color: #933;
}
.selectedtab{
	background-color: #FFF;
    border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.unselectedtab{
	background-color: #EEB;
    border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.selecteditem{
	background-color: #FFC;
}
.unselecteditem{
	background-color: #EEB;
}
.buytable{
	font-size: 12px;
}
.buytable img {
	border-style: none;
}
.buttonbox{
	font-size: 12px;
	padding-top: 20px;
}
.buttonbox img {
	border-style: none;
}
.catalogueitem{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: thin;
	border-top-color:#CC9;
	border-top-style:dashed;
}

.catalogueitem img {
	border: 1px;
	border-style: solid;
	border-color: #CCC;
}

.citemtitle {
	font-size:14px;
	font-weight: bold;
}

.citemprice {
	font-size:13px;
	font-weight: bold;
}

.sectionhead {
    font-size: 15px;
	font-weight: bold;
}
#datadisplay{
	font-size:9px;
}
#datadisplay td{
	padding: 5px;
	vertical-align: top;
	border-style: solid;
	border-width:thin;
	border-color:#CC9;
}
.columnhead{
	font-weight: bold;
	background-color:#CC9;
}
#dbpage {
	
}
#dbpage a {
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	color: #933;
}
#dbbanner {
	width:900px;
}
.instructiontext {
	font-size:11px;
}
#dbbannerlogo {
	text-align:center;
}
#dbbannertitle{
	padding-left: 40px;
	vertical-align:middle;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 56px;
	font-weight:bold;
	color: #CC9;
}
.lyrics{
	position: fixed;
	left:20px;
	top:20px;
	height:450px;
	width:300px;
	visibility:hidden;
	z-index:1000;
	background-color:#FFf;
	color:#000;
	font-size:12px;	
	border:solid;
	border-width:thin;
	border-bottom-color:#000;
}
.topper{
	height:35px;
	width:290px;
	text-align:right;
	margin-top: 5px;
	margin-right: 5px;
	
}
.scroller{
	overflow-y: scroll; 
	height:410px;
	width:290px;
	margin-left: 10px
}
.option{
	width:100%;
}
.option td{
	font-size: 12px;
	vertical-align:top;
}
.option .leftcell {
	text-align: left;
}
.option .rightcell {
	text-align: right;
}
.option .bottomcell {
}
.optionbuttons {
	width: 250px;
}
.optionbuttons img {
	border: 0;
}

