/* CSS Document */
form{
padding: 0px;
margin: 0px;
height: 0px;
}
body {
	background-color: #ffffcc;
	padding-top: 10px;
	padding-left: 10px;
	margin:0px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000066;
	font-size: 13px;
}
.cartTable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCC99;
}
#JazzHopRevPlayer {
	background-position: center;
	text-align: center;
	display: none;
}


a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0000BB;
	
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #0000BB;
	
	text-decoration: none;
}
h2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	color: #000066;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #000066;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 23px;
	color: #000066;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}
H4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #AE522A;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 5px;
	font-style: oblique;
	font-variant: normal;
}

#wrapper {
	position: relative;
	width: 900px;
	margin-bottom:23px;
}
#navWrapper {
	background-color: #CCCC99;
	width: 90px;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 146px;
	padding-left: 11px;
	float: left;
	
}

#navWrapper ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navWrapper li {
	padding-bottom: 8px;
	margin: 0px;
}
.tallerCase {
	vertical-align: super;
}

#navBg {
	background-image: url(../images/navbarBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 72px;
	height: 10px;
}
#navList{
width: auto;
	height: auto;
	margin-bottom: 23px;
}
#navWrapper li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

#navWrapper li a:hover{
	color: #CC3300;
	text-decoration: none;
	}

#contentWrapper {
	float: left;
	width: 725px;
	margin-left: 20px;
}
.divider {
	background-color: #CCCC99;
}
.cartHeader {
	font-size: 14px;
	font-weight: bold;
	color: #B0520C;
	background-color: #CCCC99;
	padding: 5px;
}
.cartCellLight{
	background-color: #FFFFEA;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
}
.cartCelDark{
	background-color: #FFFF9D;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA4422;
	background-color: #CCCC99;
	padding: 1px;
	border: 1px solid #CCCC99;
	font-weight: bolder;
	text-transform: uppercase;
}
input.textfield{
	font-family: Arial, Helvetica, sans-serif;
	color: #AA4422;
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #CCCC99;
		text-transform: none;
		
}.reflections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545429;
}
.buyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B0520C;
	text-decoration: none;
}
#securityCode{
	width:120px;
	height:32px;
	font-size:23px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:10px;
	padding-left:14px;
	padding-top:4px;
	background-image: url(../images/securityCode.jpg);
}
