﻿body {
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 87%;
	color: #FFFFFF;
	background-color: #000000;
}

/* The title image is defined here */
.LeftPanel {
	position: absolute;
	width: 350px;
	left: 0;
	top: 25px;
	}
	
h1.SmallLogo {
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 19px;
	margin-left: 17px;
}

/* The title panel contains the title graphic (QualityBassGear.com) */
.TitlePanel {
	position: absolute;
	top: 20px;
	left: 300px;
	}

/* The main panel contains all the page-specific content.  */
div.MainPanel {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 50%;
}
	/* The menu location is defined here... */


/* The attributes of the copyright text is specified below: */
div.Copyright {
	font-size: 60%;
/*	position: fixed; */
	left: 40px;
/*	top: 600px; */
	
}
			
/* The Cart area is defined here */

.Cart {
	
	margin-left: 40px;
	text-align: left;
	font-size: 75%;
}
	
div.PaymentInfo {
	
	font-size: 75%;
	margin-left: 40px; 
}

/* Menu definition */
	div.banner {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	position: fixed;
	top: 20px;
	left: 0;
	width: 240px;
	
}
div.banner p {
	margin: 0;
	padding: 5px 7px 5px 7px;
	background: #000000 ;
	border: none;
	color: white;
	font-size: 100%;
}

div.banner a, div.banner em {
	display: block;
	}

div.banner ul {
	list-style-image: url('Images/bulletclef.gif');
	padding-left: 75px;
	}
	
div.banner a:link {
	padding: 7px 0 7px 0;
	text-decoration: none;
	color: #FFDA8C;
	text-align: left;
}
div.banner a:visited { 
	padding: 7px 0 7px 0;
	text-decoration: none;  
	color: #F96E2D; 
	text-align: left;}

div.banner a:hover {  color: white }

/* Main Panel styles are defined below */

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
}

/* Non-menu links are defined below */

a 	{
	font-family: Tahoma,Verdana,Ariel,sans-serif;
	font-size: 100%;
	color: #F96E2D;
	}
	
	/* bookmark links */
a.bookmark 	{
	font-family: Tahoma,Verdana,Ariel,sans-serif;
	font-size: 100%;
	color: white;
	}
	
/* The main panel contains all the page-specific content.  */
.MainPanel {
	position: absolute;
	top: 200px;
	left: 375px;
	width: 50%;
	}
image.FloatLeft	{
	float: left;
	margin: 10px;
	}

.ProdDisc {
	font-size: 83%;
	border-color: silver;
}

.SalePrice {font-size: 200%; color: yellow; font-weight: bold: }

ul.Specs 	{
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
}

	
td.Price {
	padding: 25px;
	font-size: 125%;
	font-weight: bold;
	}

td.PurchaseNow {
	margin-left: 100px;
	padding: 25px;
	font-style: italic;
	font-size: 100%;
	}
tr.Compare {
	background-color: #222;
}	
/* Set border width to 0 for thumb pictures */

.Thumb {
	border-width: 0;
	margin: 5px 10px;
}


/* Use this border instead of <hr> to separate products */
.ProductBorder { border-top: solid #f96e2d 1px}

