BODY, TD {
	font-family: Verdana, Geneva, sans-serif;		
	font-size: .82 em;
	color: #000000;
}

BODY {
	background: #ffffff;
}

A {
	text-decoration: underline;
}

A:LINK { 
	color: #0000ff; 
}

A:VISITED { 
	color: #9966CC; 
}

A:HOVER {
	color: #ff0000;
}

A:ACTIVE { 
	color: #ff0000;
}

IMG {
	border: none;
}

P { 
	text-align: justify;
	font-size: inherit;
}


/* HEADINGS */


H1 {	/* PAGE-LEVEL HEADING */
	font-size: 1.37 em;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33 em;
	font-weight: bold;
	color: #FF6600;
	margin-top: 5px;
	margin-bottom: 5px;
}

H3 {
	font-size: 1.1 em;
	font-weight: bold;
	color: #FF6600;
	font-variant: small-caps;
	margin-top: 3px;
	margin-bottom: 3px;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
 }


.price {
	font-weight: bold;
	color: #ff0000;
}


/* SPECS TABLE */

.specsTable {
	border-top: #FF9900 2px solid;
	border-bottom: #FF9900 2px solid;
	border-left: #FF9900 1px solid;
	border-right: #FF9900 1px solid;
}

.specsTD {
	background: #ffe36c;
	padding-left: 10px;
	border: #FF9900 1px solid;
	border-bottom: #FF9900 1px solid;
}


.specsTR {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

LI.insideTable { /* Use this ONLY on LI's to ensure proper spacing */
	margin-left: -20px;
}


/* LINKS in the NAV BAR */

A.nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .91 em;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

A:VISITED.nav {
	color: #FF9900;
	text-decoration: none;		
}

A:HOVER.nav {
	color: #FF9900;
	text-decoration: none;
}


/* PRICE/BY TABLE */

.buyIt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1 em;
	background: #ffe36c;
	padding-left: 10px;
	border: #FF9900 1px solid;
	border-bottom: #FF9900 1px solid;
}


.leftBuyBox {
	text-align:left;
	color:#333333;
	}
	
.specsTable {
	font-size:12px;
	/*background-image:url(dvd-graphics/buyboxbg.jpg);
	background-position:left; */
	background-color:#ffe36c;
	}