/* zeros everything */

* { padding: 0; margin: 0; }


/* set default font */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	

/* headings */
	
h2 {
	font-size: 2.2em;
	margin: 65px 0 0 0;
	}
	
h3 {
	font-size: 1.6em;
	padding: 0 6px;
	display: inline;
	}
	
h4 {
	font-size: 1.6em;
	padding: 0 6px;
	display: inline;
	margin: 0 0 0 9px;
	}
	
h5 { font-size: 1.6em; }
	
h6 { font-size: 1.3em; }
	

/* links */

a {
	outline: 0;
	text-decoration: none;
	}
	
	
/* images */

img { border: 0; }


/* forms - defaults */

input {
	border: 0;
	height: 18px;
	line-height: 18px;
	width: 300px;
	}
	
select.wide, textarea.wide {
	width: 300px;
	}
	
button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.0em;
	height: 18px;
	line-height: 18px;
}

input.checkbox {
	width: 16px;
	height: 16px;
	}

label {
	display: block;
	margin: 16px 0 6px 0;
	font-size: 1.2em;
	}
	
label.noMargin {
	margin: 0;
	font-size: 1.0em;
	}
	
/* tables - defaults */
	
table {
	font-size: 1.2em;
	}
	
th {
	text-align: left;
	}
	
	
/* page structure */

#mainContainer {
	width: 962px;
	margin: 0 auto;
	}
	
#mainPage {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
#pageBackground {
	border-style: solid;
	border-width: 1px;
	}
		
	
/* banner */
	
#logoBar {
	height: 120px;
	}
	
h1, h2 {
	float: left;
	}
	
h1 {
	height: 120px;
	}

ul#topLinks {
	float: right;
	width: auto;
	list-style-type: none;
	margin: 16px 10px 0 0;
	display: inline;
	}
	
ul#topLinks a {
	font-size: 1.2em;
	}
	
ul#topLinks li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	}
	
	
/* optionBar */

	
#cart, #search, #player {
	float: left;
	padding: 6px 0;
	height: auto !important;
	height: 90px;
	min-height: 90px;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 6px;
	}

/* - */
	
#cart {
	width: 171px;
	border-right-style: solid;
	border-right-width: 1px;
	}
 
#cart p {
	font-size: 1.2em;
	margin: 12px 0 0 0;
	line-height: 18px;
	}

/* - */

#search {
	width: 363px;
	border-right-style: solid;
	border-right-width: 1px;
	}

#search form {
	font-size: 1.2em;
	margin: 12px 0 0 0;
	line-height: 18px;
	}

#search p {
	display: inline;
	font-size: 1.2em;
	float: left;
	}	

#search select {
	display: inline;
	width: 180px;
	margin: 0 6px 0 0;
	font-size: 0.9em;
	}
	
input#searchText {
	width: 300px;
	margin: 0 0 12px 0;
	}
	
button#go { 
	width: 30px;
	margin: 0 20px 0 0;
	display: inline; 
	}
	
/* - */
	
#player {
	width: 364px;
	}
	

/* lines under option bar */	
	
div.longStrip, div.longStripLast, div.strip {
	float: left;
	height: 6px;
	text-indent: -9999em;
	font-size: 0.001em;
	border-top-style: solid;
	border-top-width: 6px;
	}

div.longStrip{
	width: 383px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.longStripLast{
	width: 384px;
	}
	
div.strip {
	width: 191px;
	border-right-width: 1px;
	border-right-style: solid;
	}


/* left column */

#leftColumn {
	width: 191px;
	float: left;
	padding: 0 0 30px 0;
	}

#leftColumn ul {
	list-style-type: none;
	margin: 6px 0 0 10px;
	}
	
#leftColumn li {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	}

#leftColumn ul ul{
	margin: 0 0 10px 13px;
	}
	
#leftColumn li li {
	font-size: 0.9em;
	line-height: 24px;
	
	}
.subnav{
	width:160px;
}

/* right column */
		
#rightColumn {
	padding: 12px 0 0 0;
	float: left;
	width: 768px;
	height: auto !important;
	min-height: 600px;
	height: 600px;
	border-left-style: solid;
	border-left-width: 1px;
	}
	
#rightColumn p {
	font-size: 1.1em;
	}
	
#rightColumn h6 {
	margin-bottom: 4px;
	}
	
/* featured items */

div.row {
	position: relative;
	}

div.blockLeftDark, div.blockRightDark, div.blockLeftLight, div.blockRightLight  {
	float: left;
	padding: 14px 20px;
	}
	
div.blockLeftDark, div.blockRightDark {
	margin: 10px 0 0 0;
	}
	
div.blockLeftDark {
	width: 343px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.blockRightDark {
	width: 343px;
	}
	
div.blockLeftLight{
	width: 343px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.blockRightLight {
	width: 343px;
	}
	
/* albums */

div.blockDetail, div.blockDetailLast {
	position: relative;
	width: 150px;
	float: left;
	margin-top: 16px;
	min-height: 255px;
	height: auto !important;
	height: 255px;
	}
	
div.blockDetail, div.blockDetailMerch {
	margin-right: 42px;
	}
	
div.blockDetail img, div.blockDetailLast img, div.blockDetailMerch img, div.blockDetailMerchLast img {
	margin-bottom: 8px;
	}
	
/* merchandise */

div.blockDetailMerch, div.blockDetailMerchLast {
	position: relative;
	width: 150px;
	float: left;
	margin-top: 16px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	}

/* merchandise end */
	
div.alignBottom {
	bottom: 0pt;
	position: absolute;
	clear: both;
	}
	
ul.options {
	list-style-type: none;
	} 

ul.options li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	}
	
ul.options li label {
	display: inline;
	margin: 0 6px 0 0;
	font-size: 1.1em;
	}
	
ul.topBorder {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0 0 0;
	width: 150px;
	}
	
ul.topBorderLight {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0 0 0;
	width: 150px;
	border-top-color:#4D4D4D;
	}

/* list items */

#listBlockLeft, #listBlockRight {
	float: left;
	}

#listBlockLeft {
	width: 383px;
	border-right-style: solid;
	border-right-width: 1px;
	}

#listBlockRight {
	width: 384px;
	}

div.headerBar {
	height: 21px;
	padding: 16px 0 9px 0;
	display: block;
	}
	
div.listDetailDark, div.listDetailLight {
	display: block;
	height: auto !important;
	min-height: 75px;
	height: 75px;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	}

div.listDetailDark img, div.listDetailLight img {
	float: left;
	width: 75px;
	margin-right: 10px;
	} 

	
/* product list page */

div.resultsBar {
	height: 21px;
	padding: 12px 10px 8px 10px;
	margin-top: 10px;
	font-size: 1.2em;
	}

div.resultsBar p {
	float: left;
	margin-right: 30px;
	display: inline;
	}
	
div.resultsBar ul {
	list-style-type: none;
	float: left;
	}

div.resultsBar li {
	float: left;
	margin-right: 6px;
	}

div.resultsBar form {
	float: right;
	font-size: 1.1em;
	}

div.resultsBar select {
	margin-left: 10px;
	}

div.block {
	padding: 14px 20px;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;	
	}

div.blockDetailPad {
	padding: 14px 10px;
	border-top-style: solid;
	border-top-width: 1px;
	}

/* product detail page */

ul#detailTabs {
	list-style-type: none;
	margin: 20px 0 0 9px;
	font-size: 1.2em;
	font-weight: bold;
	}
	
ul#detailTabs li {
	float: left;
	padding: 4px 8px
	}

#detailContainer {
	width: 150px;
	float: left;
	margin-top: 16px;
	margin-right: 42px;
	margin-bottom: 8px;
	}
	
#productDetails {
	float: left;
	margin-top: 20px;
	width: 500px;
	}
	
#productDetails ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 24px;
	}

#productDetails select {
	width: 120px;
	font-size: 0.9em;
	}

#productDetails p {
	font-size: 1.2em;
	margin: 5px 0;
	}
	
.detailBuy {
	font-size: 1.4em !important;
	margin: 20px 0 0 0 !important;
	}
	
img.border {
	border-style: solid;
	border-width: 8px;
	}	
	
table#trackListing {
	width: 740px;
	margin: 10px 9px -1px 9px;
	}
	
table#trackListing th {
	padding: 10px 0;
	}

table#trackListing td {
	padding: 4px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
#fixedHeight {
width:768px;
}
	

/* cart view */

div.blockCartDark,div.blockCartLight,div.blockCartTotal {
	padding: 14px 20px;
	}
	
div.blockCartDark {
	border-top-style: solid;
	border-top-width: 1px;	
	margin-top: 10px;
	}
	
div.blockCartLight {
	margin-top: 10px;
	}

div.blockCartDark table, div.blockCartLight table {
	margin-top: 20px;
	width: 728px;
	}
	
div.blockCartDark table table, div.blockCartLight table table {
	width: 100%;
	font-size: 1.0em;
	}
	
div.blockCartDark table table td, div.blockCartLight table table td {
	padding: 6px 4px;
	}
	
div.blockCartTotal table {
	width: 728px;
	}
	
div.blockCartDark th, div.blockCartLight th, div.blockCartTotal th {
	padding: 6px 0;
	}
	
div.blockCartDark td, div.blockCartLight td, div.blockCartTotal td {
	text-align: left;
	padding: 10px 0;
	border-top-style: solid;
	border-top-width: 1px;
	}
	
div.blockCartDark tr.total, div.blockCartLight tr.total, div.blockCartTotal tr.total {
	font-weight: bold;
	}
	
input.qty {
	width: 20px;
	height: 16px;
	}

div.blockCartDark td.pad, div.blockCartDark th.pad, div.blockCartLight td.pad, div.blockCartLight th.pad  {
	padding: 10px 20px 10px 0;
	}
	
div.blockCartDark td.cover, div.blockCartLight td.cover {
	width: 100px;
	}
	
td.alignRight {
	text-align: right!important;
	padding-right: 10px!important;
	}
	
/* my account */

ul#myAccount {
	font-size: 1.2em;
	line-height: 30px;
	list-style-type: none;
	}
	

/* login */

#rememberMe {
	margin: 12px 0 0 0;
	}

#rememberMe input {
	float: left;
	margin: 0 4px 0 0;
	}

#rememberMe label {
	float: left;
	margin: 0;
	width: 300px;
	}
	
a#forgotPass {
	float: left;
	margin: 10px 0 0 0;
	}

button#loginBut {
	float: right;
	width: 46px;
	margin: 10px 44px 0 0;
	}

/* register */

#terms {
	margin: 20px 0 0 0;
	}

#terms input {
	float: left;
	margin: 0 4px 0 0;
	width: 18px;
	}

#terms label {
	float: left;
	margin: 0;
	width: 300px;
	}

button#register {
	width: 76px;
	margin: 30px 0;
	}
	
	
/* update details */

button#update {
	width: 130px;
	margin-top: 30px;
	}
	

/* advanced search */

#adSearchBtns {
	margin: 30px 0 0 0;
	}
	
#adSearchBtns button {
	font-size: 1.2em;
	margin: 0 0 0 4px;
	}

/* features */

div.feature {
	display: block;
	height: auto !important;
	min-height: 190px;
	height: 190px;
	font-size: 1.2em;

	}

div.feature ul {
	margin: 10pt 0pt 0pt 16px;
	}
	
div.feature li {
	padding: 0 0 10px 0;
	}
	
div.feature h6 {
	font-size: 1.0em;
	margin-top: 20px;
	font-weight: normal;
	}
	
div.feature p {
	margin-top: 20px;
	}
	


/* static pages */

p.static {
	font-size: 1.2em;
	float: left;
	margin: 10px 20px 0 0;
	width: 170px;
	line-height: 15px;
	}
	
img.staticImg {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
	}
	
		
/* footer */

#footer {
	font-size: 1.1em;
	line-height: 30px;
	padding: 18px 10px 18px 205px;
	border-top-style: solid;
	border-top-width: 6px;
	}

#footer ul {
	list-style-type: none;
	}
	
#footer li {
	float: left;
	width: 192px;
	}

/* acknowledgements */

#acknowledgements {
	padding: 12px 10px 12px 205px;
	font-size: 1.1em;
	}
	
.iweb span {
	display: none;
	}
		
		
/* misc */

#rightColumn p.pad {
	padding: 10px 0;
	font-size: 1.2em;
	}

p.price {
	margin: 6px 0;
	font-size: 1.2em;
	}

.fL {
	float: left;
	}
	
.aR {
	text-align: right !important;
	padding: 0 10px 0 0!important;
	}

a.btn {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 4px 1px;
}

div.noTopMargin {
	margin-top: 0;
	}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
			
.clearfix {
	display: inline-block;
	}
		
/* Hide from IE Mac \*/

.clearfix { display: block; }

/* End hide from IE Mac */


