#header {
	width: 955px;
	padding-left: 5px;
}

#mainBody {
	width: 955px;
}

.error{
	height: 16px;
	border: 1px inset red;
}
#leftColumn {
	width: 200px;
	float: left;
	clear: both;
	padding-bottom: 1em;
	text-align: justify;
	font-size: 12px;
	border: 1px solid #c7d6ea;
	height: 550px;
	border-bottom-style: none;
	overflow: auto;
}

#mainColumn {
	
	width: 500px;
	float: left;
	padding-bottom: 1em;
	padding: 15px;
	font: .9em Verdana, "Lucida Grande", sans-serif;
	
}

#rightColumn {
	width: 200px;
	float: left;
	padding-bottom: 1em;
	padding-left: 20px;
	font-size: 12px;
	border: 1px solid #c7d6ea;
	height: 550px;
	border-bottom-style: none;
	
}
#ajaxIndicator{
	position: absolute;
	top: 2px;
	right: 3px;
	z-index: 50;
}
/* My Comment */

#footer {
	width: 955px;
	clear: both;
	padding-bottom: 1em;
	border-top: 1px solid #333;
	text-align: center;
	
}

#main {
	width: 955px;
	margin: 25px;

}
/* specials */
#specials{
	list-style-type: none;
	border: 1px solid #c7d6ea;
}
.specialHeader{
	color: #1614ff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
.specialBody{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 388px;
	margin-left: 20px;
	vertical-align: top;
	padding-left: 20px;
}

/* bestSellers */
#bestSellers{
	width: 195px;
	clear: both;
	
}

.bestSellerHeading{
	color: #3480c0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
margin-bottom: 5px;

}

#cartHeaderLabel{
	cursor: pointer;
}
.bestSellerBody{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 160px;
	margin-left: 5px;
	vertical-align: top;
	padding-left: 5px;
	list-style-type: none;
}

#bestSellerList{
	height: 495px;
	overflow: auto;
}

#checkout{
	width: 75px;
	float: right;
	margin: 10px 15px 0 0;
}

.addMe, #checkout{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	padding: 2px 2px;
	border: 1px solid #262626;
	margin-left: 5px;
	cursor: pointer;
	background-color: #3480c0;
	text-align: center;
}

#resultHeader {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 10px;
	
}

#resultMain {
	width: 515px;
	height: 450px;
	overflow: auto;

}
.theDetails{
	float: left;
	clear: both;
	width: 320px;
	margin-bottom: 5px;
	background-color: aqua;
}
/*a:link {color: #9966FF;
	text-decoration: none;
}
a:visited {color: #8055d6;
	text-decoration: none;
}
a:hover {color: #7e54d4;
	text-decoration: none;
}
a:active {color: #9966FF;
	text-decoration: none;
}
a:focus{color: #9966FF;
	text-decoration: none;
}
/*


/* ==============================================================*/

/*   				Global Help						*/

/* ==============================================================*/

ul#globalHelp {
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	list-style-type: none;
	color: #999999;
	padding-bottom: 5px;
	position: relative;
	left: 250px;
	top: 5px;
}
#searchMe{
	height: 30px;
	background-color: #808285;
}
ul#globalHelp li a {
	text-decoration: none;
	color: #999999;
}

ul#globalHelp li {
	display: inline;
	margin: 0px;
	display: block;
	float: left;
}

ul#globalHelp li select {
	color: #333333;
	width: 110px;
}

ul#globalHelp li select option {
	color: #333333;
}
ul#logo li {
	display: inline;
	padding-right: 20px;
}
ul#navButton li {
	display: inline;
	cursor: pointer;
}

ul#hitlist li {
	display: inline;
	cursor: pointer;
	color: #9966FF;
}


ul#featured li {
	cursor: pointer;
	color: #3480c0;
	list-style-type: none;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
	text-align: left;
	text-decoration: none;
}
ul#footerNav li {
	display: inline;
	cursor: pointer;
	color: #3480c0;
	padding-right: 15px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 5px;
	text-decoration: underline;
}
.padding{
	padding: 5px;
}
/* PRETTY SEARCH */

.searchable {
	font-family: verdana, arial, "san serif";
	color: white;
	padding: 3px 5px;
	border: 1px solid #262626;
	margin-left: 5px;
	cursor: pointer;
	left: 10px;
	display: block;
	position: relative;
	background-color: #3480c0;
}

input.prettysearch {
	width: 300px;
	height: 16px;
	background: url(images/searchfield_repeat.png) center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
	top: 50px;

}

.search-wrapper {
	position: relative;
	width: 300px;
}

.search-wrapper input.prettysearch {
	width: 271px;
	margin-left: 20px;
	
}

.search-wrapper .left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background: url(images/searchfield_leftcap.png) left top no-repeat;
}

.search-wrapper .right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 19px;
	background: url(images/searchfield_rightcap.png) right top no-repeat;
}

.search-wrapper.empty.blurred input {
	color: #7E7E7E;
}

.search-wrapper .reset {
	position: absolute;
	width: 11px;
	height: 11px;
	overflow: hidden;
	z-index: 1;
	right: 4px;
	top: 4px;
	background: url(images/globalnav/close.gif);
	display: block;
	cursor: pointer;
}

.search-wrapper.empty .reset {
	display: none;
}

/* PRETTY SEARCH ie png fixes*/

.search-wrapper input.prettysearch {
	*margin-top: -1px;
	*margin-right: -2px;
}

.search-wrapper .left, .search-wrapper .right {
	behavior: url(lib/iepngfix.htc);
}

.search-wrapper .reset {
	_cursor: hand;
}

.detail {
	font: 12px verdana, arial, "san serif";
	cursor: pointer;
	color: #9966FF;
	text-decoration: none;
}
.thickbox {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	cursor: pointer;
	text-decoration: none;
}

.detailBold {
	font: bold 12px verdana, arial, "san serif";
	cursor: pointer;
	color: #9966FF;
	text-decoration: none;
}
.bodyTextPurple, .specialLink {
	font: 11px verdana, arial, "san serif";
	color: #9966FF;
	cursor: pointer;
	text-decoration: none;
}

.searchTips {
	font: .8em verdana, arial, "san serif";
	list-style-type: circle;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}

.bodyText {
	font: .9em verdana, arial, "san serif";
}

.bodyTextPlus {
	font: .9em verdana, arial, "san serif";
	padding-bottom: 10px;
}
.bodytextRed {
	font: .9em verdana, arial, "san serif";
	color: red;
}

.bodytextRedBold {
	font: bold .9em verdana, arial, "san serif";
	color: red;
}
.bodytextRedBoldBig {
	font: bold 1em verdana, arial, "san serif";
	color: red;
}
.heading {
	font: bold 2.5em Courier, "Courier New", mono;
}
.aHeading{
	color: #000;
	font-weight: bold;
	font-family: verdana, arial, "san serif";
}
.subheading {
	font: bold 1.2em Courier, "Courier New", mono;
	color: #0000CD;
}
.detailSubTitle, .confirm {
	font: bold 1.2em Verdana, "Lucida Grande", sans-serif;
	color: #2060ae;}
	
.confirm {
	font: bold 1.2em Verdana, "Lucida Grande", sans-serif;
	color: maroon;}
	
	.columnHeader {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	background-color: #2060ae;
	text-align: center;
	vertical-align: middle;
	
	border: 10px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
}	
.smallHeader {
	font: bold 1em Verdana, "Lucida Grande", sans-serif;
	color: #2060ae;
	padding-bottom: 5px;
}

.bestSellerTitle {
	font: bold .8em Verdana, "Lucida Grande", sans-serif;
	color: #9966FF;
	padding-bottom: 2px;
	padding-top: 2px;
}
.subheadingBlack {
	font: bold 1em  Courier,"Courier New", mono;
	
}
.verySmallHeader {
	font: bold .8em Verdana, "Lucida Grande", sans-serif;
	color: #2060ae;
	padding-bottom: 8px;
	padding-top: 8px;
}
.smallTextBold {
	font: bold .7em verdana, arial, "san serif";
}
.price, .smalltext, .smallText {
	font: .7em Verdana, "Lucida Grande", sans-serif;
}
 p.smallTextBold{
	font: bold .7em verdana, arial, "san serif";
	text-align: right;
	font-style: normal;
}
li.aLink {
	font: .9em verdana, arial, "san serif";
	color: #f91c69;
}

.disclaimer {
	font: .7em verdana, arial, "san serif";
}

.detailTitle {
	font: bold 10px verdana, arial, "san serif";
	width: 200px;
	height: 25px;
	vertical-align: text-top;
}
.detailText {
	font: 10px verdana, arial, "san serif";
	width: 200px;
	height: 25px;
	vertical-align: text-top;
	color: black;
}
.detailNumberTitle{
	font: bold 10px verdana, arial, "san serif";
	width: 50px;
	height: 25px;
	vertical-align: text-top;
	color: black;
}
.detailTitleTitle{
	font: bold 10px verdana, arial, "san serif";
	width: 300px;
	height: 20px;
	vertical-align: text-top;
	text-align: left;
	color: black;
}
.detailGradeTitle{
	font: bold 10px verdana, arial, "san serif";
	width: 100px;
	height: 20px;
	vertical-align: text-top;
	text-align: left;
	color: black;
}
.detailListTitle{
	font: bold 10px verdana, arial, "san serif";
	width: 75px;
	height: 20px;
	vertical-align: text-top;
	text-align: left;
	color: black;
}
.detailSubText{
	font: 10px verdana, arial, "san serif";
	vertical-align: text-top;
	text-align: left;
	color: black;
}
.mediumText{
	font: .8em verdana, arial, "san serif";
}
.smallTextRed {
	font: .8em verdana, arial, "san serif";
	color: red;
}
.smallRedText {
	font: .8em verdana, arial, "san serif";
	color: red;
}
.cartTable{
	font: .8em verdana, arial, "san serif";
	list-style-type: none;

}

.theData{
	width: 140px;	
	float: left;
	clear: both;
	margin-top: 5px;

}
.divider{
	clear: both;
		border-bottom: 1px solid;
	border-color: silver;
}
.deleteButton{
	width: 40px;
	text-align: center;
	float: right;
	margin-top: 10px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	padding: 2px 2px;
	border: 1px solid gray;
	margin-left: 5px;
	cursor: pointer;
	background-color: #b8c9da;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;	
}
.moreButton{
	float: right;
	text-align: center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	border: 1px solid gray;
	cursor: pointer;
	background-color: #b8c9da;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
.addButton{
	width: 80px;
	float: right;
	margin-top: -10px;
}
#totals{
	text-align: right;
	margin: 10px 15px 0 0;
	clear: both;
}
.total{
	font-weight: bold;
}
.totalAmount{
	font-weight: bold;
	font-style: italic;
}
.freightNotice{
	font-style: italic;
}
.searchTipsTable{
	font: .8em verdana, arial, "san serif";
	border: 1px solid black;
}
.searchTipsTable td{
	width: 200px;
	border-bottom: 1px dotted gray;
}
.searchTipsTable th{
	width: 200px;
	border-bottom: 1px dotted gray;
	font-weight: bold;
}
.theTitle{
	width: 495px;
	float: left;
	clear: both;
}
.resultsSubTable{
	font-weight: bold;
	
}
.theLineItem{
	float: left;
	clear: both;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
.thePrice{
	font: bold .7em Verdana, "Lucida Grande", sans-serif;

}
.aCover{
	float: left;
	width: 60px;

}
.isAustralian{
	float: left;
	width: 50px;

}
.addForm{
	float: left;
	width: 55px;
	text-align: right;
	margin-top: -10px;
}
.addFormInput{
	width: 20px;
	text-align: center;
}
.contentsTable {
	margin-left: 25px;
}
.extraDetails {
	margin-left: 25px;
	color: red;
	font: 10px Verdana, "Lucida Grande", sans-serif;
}
#customerid, #payment, #edit{
	width: 50px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.aButton {
	font-family: verdana, arial, "san serif";
	color: white;
	padding: 3px 5px;
	border: 1px solid #262626;
	cursor: pointer;
	background-color: #3480c0;
	text-align: center;
}
li.goHome {
	font-family: verdana, arial, "san serif";
	color: white;
	padding: 3px 5px;
	border: 1px solid #262626;
	margin-left: 5px;
	cursor: pointer;
	background-color: #3480c0;
	float: left;
	position: absolute;
	left: -240px;
}
#returnButton{
	
	width: 60px;
	margin-top: 10px;
}
#detailTracks{
	height: 140px;
	overflow: auto;
	margin-bottom: 5px;
}
H1 {
	font-family: Impact;
}