body {
	background: #8F9BD2;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

body a:link {
	text-decoration:none;
	color:blue;
	}

body a:visited {
	text-decoration:none;
	color:blue;
	}

body a:hover {
	text-decoration:underline;
	color:blue;
	}

/************************************************
*	HEADER					*
************************************************/

#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

#top ul {
	width: 850px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	}

#top img {
	border: 0px;
	}

#top table.top {
	margin:0px;
	padding:0px; 
	}

#top td.top-left {
	width:500px;
	vertical-align:top;
	text-align:left;
	border:0px;
	margin: 0px;
	padding: 0px;
	}

#top td.top-right {
	width:350px;
	vertical-align:bottom;
	text-align:right;
	border:0px;
	margin: 0px;
	padding: 0px 10px 15px 0px;
	}



/************************************************
*	SEARCH BAR				*
************************************************/

#srchbar {
	background-image: url(/inc/srchbarbkg.png);
	background-repeat: repeat-x; 
	width: 100%;
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	}

#srchbar ul {
	text-align:right;
	width: 800px;
	list-style: none;
	margin: 0px auto;
	padding: 0px 0px 0px 30px;
	}


/************************************************
*	NAVIGATION BAR				*
************************************************/

#nav {
	background: #008F93;
	width: 100%;
	height: 35px;
	float: left;
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav a { 
	text-decoration: none;
	}
	
#nav ul {
	width: 850px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	font-weight: bold;
    	margin: 0px 10px 0px 0px;
	padding: 9px 15px 8px 15px;
	}

#nav li a:hover, #nav li a:active {
	background: #02B0B5;
	color: #FFFFFF;
    	margin: 0px 10px 0px 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
	}
	
#nav li li.ost a, #nav li li.ost a:link, #nav li li.ost a:visited {
	width: 180px;
	height: 60px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}

#nav li li.ost a:hover, #nav li li.ost a:active {
	background: #02B0B5;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}

#nav li.fb a, #nav li.fb a:link, #nav li.fb a:visited {
	width: 85px;
	height: 30px;
	color: #008F93;
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	font-weight: bold;
	float: none;
	margin: 0px;
	padding: 3px 3px 0px 10px;
	}

#nav li.fb a:hover, #nav li.fb a:active {
	background: #02B0B5;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 3px 0px 10px;
	}

#nav li.tw a, #nav li.tw a:link, #nav li.tw a:visited {
        width: 85px;
        height: 30px;
        color: #008F93;
        font-size: 11px;
        font-family: Arial, Verdana, Times New Roman;
        font-weight: bold;
        float: none;
        margin: 0px;
        padding: 3px 0px 0px 3px;
        }

#nav li.tw a:hover, #nav li.tw a:active {
        background: #02B0B5;
        color: #FFFFFF;
        margin: 0px;
        padding: 3px 0px 0px 3px;
        }


#nav li.fb img {
        border: 0px;
        float: right;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        }

#nav li.tw img {
        border: 0px;
        float: left;
        margin: 0px;
        padding: 0px 5px 0px 0px;
        }

#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 180px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Verdana, Times New Roman;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #02B0B5;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}

#nav li li img {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}

#nav li ul {
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	}

#nav li ul a { 
	width: 140px;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}


/************************************************
*	MAIN CONTENT				*
************************************************/

#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #D4D9DD;
	background-image: url(/inc/shade.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 800px;
	float: left;
	}

#content ul {
	background: #F6F6F6;
	width: 850px;
	min-height: 800px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	}

#content li {
	clear:both;
	margin: 10px;
	padding: 10px;
	}

#content li img {
	float:left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#content table.cartitems {
	width:785px;
	border-collapse:collapse; 
	margin:0px;
	padding:6px;
	}

#content table.cartitems th {
	background-color:#CACAEC;
	color:black;
	text-align:left;
	margin: 0px;
	padding: 4px;
	}

#content table.cartitems td.lcol {
	text-align:left;
	margin: 0px;
	padding:6px;
	}

#content table.cartitems td.rcol {
	text-align:right;
	margin: 0px;
	padding:6px;
	}

#content table.cartitems tr.item {
	border-bottom-style:solid;
	border-color:#C0C0C0;
	border-width:1px;
	}

#content table.cartitems img {
	float:left;
	border: 0px;
	margin: 0px;
	padding: 6px;
	}

#content li table.checkout {
	width:800px;
	border-collapse:collapse; 
	margin:0px;
	padding:6px;
	}

#content li table.checkout th {
	background-color:#CACAEC;
	color:black;
	text-align:left;
	border: 0px;
	margin: 0px;
	padding: 4px;
	}

#content li table.checkout td.lcolumn {
	width:120px;
	vertical-align:top;
	text-align:right;
	padding:6px;
	border:0px;
	margin:0px;
	}

#content li table.checkout td.ccolumn {
	width:340px;
	vertical-align:top;
	text-align:left;
	padding:6px;
	border:0px;
	margin:0px;
	}

#content li table.checkout td.rcolumn {
	vertical-align:top;
	text-align:center;
	padding:15px 30px 15px 30px;
	border:0px;
	margin:0px;
	}

#content li table.checkout td.fullcolumn {
	width:700px;
	vertical-align:top;
	text-align:left;
	padding:6px;
	border:0px;
	margin:0px;
	}

#content li table.checkout td.rcolumn img {
	float: none;
	}

#content li table.checkout td.zcolumn {
	width:212px;
	text-align:right;
	padding:6px;
	border:0px;
	margin:0px;
	}

#content li table.checkout table.selectpayment {
        vertical-align:top;
        text-align:left;
        padding:0px;
        border:0px;
        margin:0px;
        }

#content li table.checkout table.selectshipping {
        width:690px;
	vertical-align:top;
        text-align:left;
        padding:0px;
        border:0px;
        margin:0px;
        }

#content li table.checkout table.subtotal {
	width:200px;
	vertical-align:top;
	text-align:right;
	padding:6px;
	border:0px;
	margin:0px;
	}

#content li table.checkout table.placeorder {
	width:200px;
	height:70px;
	background-color: #FFF799;
	text-align:center;
	padding:6px;
	border:1px dotted;
	margin:0px;
	}


#content table.product {
	width:100%;
	border: 0px;
	margin: 0px;
	padding: 15px 15px 0px 15px; 
	}

#content table.product td.left {
	width:300px;
	vertical-align:top;
	text-align:center;
	border:0px;
	margin: 0px;
	padding: 0px;
	}

#content table.product td.right {
	width:500px;
	vertical-align:top;
	text-align:left;
	border:0px;
	margin: 0px;
	padding: 0px;
	}

#content table.product img {
	float:left;
	height:285px;
	width:285px;
	border:1px solid #000000;
	margin: 0px;
	padding: 0px;
	}

#content table.addtocart tr,td {
	border: 0px;
	margin: 0px;
	padding: 0px; 
	}

#content h1 {
	font: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #301295;
	margin: 0px;
	padding: 0px;
	}

#content h2 {
	font: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #008F8F;
	margin: 0px;
	padding: 0px;
	}

#content h3 a {
	font: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #EF7B22;
	margin: 0px;
	padding: 0px;
	}

#content table.tracklisting {
	width:100%;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	}

#content table.tracklisting th {
	text-align:left;
	}

#content table.tracklisting td.tr-left {
	width:30px;
	vertical-align:top;
	text-align:right;
	border:0px;
	margin: 0px;
	padding: 0px;
	}

#content table.tracklisting td.tr-right {
	vertical-align:top;
	text-align:left;
	border:0px;
	margin: 0px;
	padding: 0px;
	}

#content table.fiftysplit {
	width:100%;
	border: 0px;
	margin: 0px;
	padding: 10px; 
	}

#content table.fiftysplit th {
	text-align:left;
	border-bottom: 1px dotted;
	margin: 0px;
	padding: 5px 0px 5px 0px; 
	}

#content table.fiftysplit img.ost {
	height:60px;
	width:60px;
	margin: 0px;
	padding: 5px; 
	}

#content table.fiftysplit td.Lfiftysplit {
	width:50%;
	vertical-align:top;
	text-align:left;
	border:0px;
	margin: 0px;
	padding: 5px;
	}

#content table.fiftysplit td.Rfiftysplit {
	width:50%;
	vertical-align:top;
	text-align:left;
	border:0px;
	margin: 0px;
	padding: 5px;
	}

#content table.padded3column {
	width:100%;
	border: 0px;
	margin: 0px;
	padding: 10px; 
	}

#content table.padded3column td {
	width:33%;
	vertical-align:top;
	text-align:left;
	border:0px;
	margin: 0px;
	padding: 10px;
	}

#content a.info {
	position:relative;
	z-index:24;
	background-color:#CACAEC;
	border:1px solid #7F9DB9;
	color:#4D6185;
	text-decoration:none;
	}

#content a.info:hover {
	z-index:25;
	background-color:#C9D8FC;
	}

#content a.info span {
	display: none;
	}

#content a.info:hover span {
	display:block;
	position:absolute;
	top:0em;
	left:2em;
	width:17em;
	background-color:#C9D8FC;
	border:1px solid #7F9DB9;
	color:#000000;
	text-align: center;
	}

#content img.visacard {
	width:90px;
	height:48px;
	background:url(/imgshack/cards.png) -15px -7px;
	}

#content img.mastercard {
	width:90px;
	height:48px;
	background:url(/imgshack/cards.png) -15px -55px;
	}

#content img.amexcard {
	width:90px;
	height:48px;
	background:url(/imgshack/cards.png) -15px -103px;
	}

#content img.discovercard {
	width:90px;
	height:48px;
	background:url(/imgshack/cards.png) -15px -151px;
	}

#content a.ost-info {
	position:relative;
	z-index:1;
	}

#content a.ost-info:hover {
	z-index:2;
	}

#content a.ost-info img {
	width:120px;
	height:120px;
	float:left;
	border:0px;
	padding:0px 5px 0px 0px;
	}

#content a.ost-info span {
	display: none;
	}

#content a.ost-info:hover span {
	display:block;
	position:absolute;
	z-index:3;
	top:0em;
	left:3em;
	width:25em;
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
	color:#000000;
	text-align: left;
	padding:7px
	}

/************************************************
*	FOOTER					*
************************************************/

#bottom {
	width: 100%;
	text-align:center;
	}
