@charset "UTF-8";
/* for the hear and play forms */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg-products.jpg);
	background-repeat: repeat-x;
	background-color:#CCCCCC;
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 66px;
	width: 950px;
	overflow:hidden;
	background-image: url(../images/piano-by-ear-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

input, textarea, file{
width: 250px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	margin-right: 10px;
}

br{
clear: left;
}

#response {
	display: none;
	font-size: 14px;
	margin-top: 15px;
	text-align:center;
	padding:2px;
	margin-bottom: 10px;
}
#wrapper {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
#holdform {
	width: 450px;
	float: left;
	margin-top: 15px;
}
#charlimitinfo {
	width: 200px;
	margin-left: 0px;
	font-size: 11px;
	color: #990000;
}
form {
	margin-top: 20px;
}
#respondhere {
	width: 475px;
	float: right;
	margin-top: 50px;
}
#respondhere img {
	float: left;
	border: 3px solid #FFFFFF;
	padding: 3px;
	margin-right: 10px;
}
#quote {
	font-size: 14px;
	margin-top: 18px;
	color: #121E41;
}
#long {
	margin-top: 45px;
}
#sig {
	margin-top: 15px;
	text-align: right;
	color: #374567;
}
#holdtests {
	width: 900px;
	float: left;
	margin-top: 15px;
}
.checkbox {
	width:20px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter a {
	color: #990000;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #B8E8F8;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
}
table.tablesorter thead tr .headerSortDown {
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #47809B;
color: #fff;
}#tests {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
.test {
	background-image: url(../images/productbg.jpg);
	height: 374px;
	width: 925px;
	margin-top: 25px;
}
.intro {
	width: 240px;
	float: left;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 40px;
}
.intro a {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.intro img {
	margin-top: 15px;
}
.description {
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}
.description p {
	margin-bottom: 15px;
}
.notmuchtext {
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-top: 75px;
}
.notmuchtext p {
	margin-bottom: 15px;
}
.ordernow {
	float: right;
	margin-top: 10px;
	margin-right: 125px;
}
.extras {
	float: left;
	width: 235px;
	margin-left: 15px;
	text-align: center;
	margin-top: 100px;
	z-index: 900;
}
.audio {
	height: 25px;
	width: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.audiolong {
	height: 25px;
	width: 124px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.audiotext {
	font-size: 11px;
	text-align: center;
}
ul#nav {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
#nav li {
	display: inline;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	color: #2A5893;
	margin-left: 1px;
}
#nav li a {
	color: #2A5893;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
.play { float: right; margin-top: 10px;}

td .play { float: left; margin-top: 0px; margin-left:auto; margin-right:auto;}
