/***************************************************************
Style Sheet for LDSAudio.com

Copyright 2006 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/

body {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0px;
	min-width:782px;
	
	text-align:center;
	font-family: arial, helvetica, verdana, century gothic, sans-serif;
	font-size:76%;
	color:#545454;
	
	background: url('/images-layout/site-bg.gif') top left repeat-x #fbf8ec;
}

p {
	margin:0;
	padding-bottom:.8em;
}

form {
	display:inline;
}

a:link, a:visited { color:#545454; text-decoration:underline; }
a:hover, a:active { color:#000; text-decoration:none; }

h1 {
	margin-top:0;
	margin-bottom:.15em;
	font-size:200%;
	color:#40aa4e;
}

h2 {
	margin-top:0;
	margin-bottom:.15em;
	font-size:150%;
	color:#40aa4e;
}

h3 {
	margin-top:0;
	margin-bottom:.15em;
	font-size:120%;
	color:#40aa4e;
}

img {
	border:0px;
	margin:0px;
}

.inline {
	vertical-align: middle
}

.hr {
	margin:10px 0;
	border-bottom:1px solid #ddd;
}

.hr2 {
	border-bottom:1px solid #1c509b;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	margin-right:auto;
	margin-left:auto;
	padding-top:1px;
	padding-left:0;
	padding-right:0;
	width:782px;

	text-align:left;
}

#content {
	padding-left:0;
	padding-right:0;
	
	width:782px;
}

#columnWrapper {
	padding-bottom:5px;
}


.columnStyle1 {	
	border:1px solid #999;
}
.columnStyle1 .columnTopLeft {
	background: url('/images-layout/column-top-gray.gif') top left repeat-x #fff;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:0;
	
	height:100%;
	
	background-color:#fff;
}
.columnStyle1 .columnBottomLeft {
	background: url('/images-layout/column-bottom-gray.gif') bottom left repeat-x #fff;
}
.columnStyle1 .columnBottomRight {
	
}

.columnStyle2 {
	margin:0px;
	padding:0;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {

}
.columnStyle2 .center {
	margin:0;
	padding:0;
	
	height:100%;
	
	font-size:89%;
	
	border-left:none;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
.columnStyle2 .columnBottomRight {
	height:20px;
	background: url('/images-layout/column-style-2-bottom-right.gif') bottom right no-repeat;
}


/************************Not Currently Used *******************/
.columnStyle3 {
	padding:0 5px 0 6px;
}
.columnStyle3 .columnTopLeft {
	display:none;
}
.columnStyle3 .columnTopRight {
	
}
.columnStyle3 .center {
	padding:0;
	font-size:89%;
}
.columnStyle3 .columnBottomLeft {
	display:none;
}
.columnStyle3 .columnBottomRight {
	
}



/***************************************************************
Appearance and Location for MainNav and SubNav
***************************************************************/

.hasSubNav {
	padding-top:39px;
}
.noSubNav {
	padding-top:39px;
}

#mainNav {
	position:absolute;
	top:0;
	left:0;

	width:782px;
	height:39px;
	
	background: url('/images-layout/header-bg.jpg') 0px -84px no-repeat #fff;
}
#mainNavWrapper {
	border:1px solid #d9d9d9;
}
body>div #mainNavWrapper {
	border-top:none;
}
#mainNav ul {
	margin:0;
	padding:0;
	
	list-style:none;
	
	border-top:1px solid #d9d9d9;
	
	background:transparent;
}
#mainNav ul li {
	float:left;
	margin:0;
	padding:0;
	
	text-align:center;
	
	border-width:1px 0;
	border-style:solid;
	border-color:#fff;
	
	background:#d9d9d9;
	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}
#mainNav ul li a {
	display:block;
	
	width:128px;
	
	text-align:center;
	text-decoration:none;
	font-size:110%;
	font-family:Arial Narrow, arial, helvetica, verdana, sans-serif;
	font-weight:300;
	color:#000;
	
	border-right: 1px solid #adadad;
	border-left: 1px solid #ebebeb;
}
#mainNav ul #first {
	
}
#mainNav ul #first a {
	border-left: 1px solid #fff;
}
#mainNav ul #last {
	
}
#mainNav ul #last a {
	border-right:1px solid #fff;
}
#mainNav ul li a:hover{
	text-decoration:underline;
	background: url('/images-layout/main-nav-tab-select.gif') 50% 0 repeat-x #95d79c;
}
#mainNav .current:link, #mainNav .current:visited {
	text-decoration:underline;
	background: url('/images-layout/main-nav-tab-select.gif') 50% 0 repeat-x #95d79c;
}
#mainNav .current:hover, #mainNav .current:active {
	text-decoration:underline;
}



#subNav {
	display:none;
	position:absolute;
	top:32px;
	left:0;
	
	width:782px;
	height:20px;
	
	font-size:95%;
	
	background: url('/images-layout/sub-bottom-left.gif') bottom left no-repeat #22598e;
}
#subNav ul {
	margin:0;
	padding:0;
	
	width:99%;
	height:18px;
	padding-top:2px;
	
	text-align:center;
	list-style:none;
	
	background: url('/images-layout/sub-menu-right.gif') top right no-repeat;
}
#subNav ul li{
	display:inline;
}
#subNav ul li a {
	padding:1px 15px 0 15px;
	
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-left:1px solid #fff;
}
#subNav .narrowSubnav li a { padding:0 10px; }
#subNav ul li a:hover, #subNav ul li a:active {
	text-decoration:underline;
}
#subNav .lastTab {
	border-right:1px solid #fff;
}
#subNav .current:link, #subNav .current:visited {
	text-decoration:underline;
}
#subNav .current:hover, #subNav .current:active {
	
}

.noSubNav #subNav { }

/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.ulStyleNav {
	margin-top:0;
	margin-bottom:0;
	margin-left:3px;
	padding:3px 0 1px 0;
	list-style:none;
	width:95%;
}
.ulStyleNav li {
	padding-bottom:.25em;
}
.ulStyleNav li a {
	padding-left:15px;
	text-decoration:none;
}
.ulStyleNav li a:hover {
	background: url('/images-layout/bullet-cube.gif') 0 50% no-repeat;
}

/* Set all the subnavs to off initially */
.leftNav1 ul, .leftNav2 ul, .leftNav3 ul, .leftNav4 ul, .leftNav5 ul, .leftNav6 ul, .leftNav7 ul, .leftNav8 ul { display:none; }

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.slot1 .leftNav1 a, .slot2 .leftNav2 a, .slot3 .leftNav3 a, .slot4 .leftNav4 a, .slot5 .leftNav5 a, .slot6 .leftNav6 a, .slot7 .leftNav7 a, .slot8 .leftNav8 a, .slot9 .leftNav9 a, .slot10 .leftNav10 a, .slot11 .leftNav11 a, .slot12 .leftNav12 a, .slot13 .leftNav13 a, .slot14 .leftNav14 a, .slot15 .leftNav15 a { font-weight:600; background: url('/images-layout/bullet-cube.gif') 0 3px no-repeat; }
.slot1 .leftNav1 a:hover, .slot2 .leftNav2 a:hover, .slot3 .leftNav3 a:hover, .slot4 .leftNav4 a:hover, .slot5 .leftNav5 a:hover, .slot6 .leftNav6 a:hover, .slot7 .leftNav7 a:hover, .slot8 .leftNav8 a:hover, .slot9 .leftNav9 a:hover, .slot10 .leftNav10 a:hover, .slot11 .leftNav11 a:hover, .slot12 .leftNav12 a:hover, .slot13 .leftNav13 a:hover, .slot14 .leftNav14 a:hover, .slot15 .leftNav15 a:hover { background: url('/images-layout/bullet-cube.gif') 0 3px no-repeat; }

.slot1 .leftNav1 ul, .slot2 .leftNav2 ul, .slot3 .leftNav3 ul, .slot4 .leftNav4 ul, .slot5 .leftNav5 ul, .slot6 .leftNav6 ul, .slot7 .leftNav7 ul, .slot8 .leftNav8 ul, .slot9 .leftNav9 ul, .slot10 .leftNav10 ul, .slot11 .leftNav11 ul, .slot12 .leftNav12 ul, .slot13 .leftNav13 ul, .slot14 .leftNav14 ul, .slot15 .leftNav15 ul { display:block; list-style:none; margin-left:13px; padding-top:.25em; padding-left:0; font-weight:300; }

.slot1 .leftNav1 ul a, .slot2 .leftNav2 ul a, .slot3 .leftNav3 ul a, .slot4 .leftNav4 ul a, .slot5 .leftNav5 ul a, .slot6 .leftNav6 ul a, .slot7 .leftNav7 ul a, .slot8 .leftNav8 ul a, .slot9 .leftNav9 ul a, .slot10 .leftNav10 ul a, .slot11 .leftNav11 ul a, .slot12 .leftNav12 ul a, .slot13 .leftNav13 ul a, .slot14 .leftNav14 ul a, .slot15 .leftNav15 ul a { display:block; padding-left:8px; font-weight:300; background:none; }
.slot1 .leftNav1 ul a:hover, .slot2 .leftNav2 ul a:hover, .slot3 .leftNav3 ul a:hover, .slot4 .leftNav4 ul a:hover, .slot5 .leftNav5 ul a:hover, .slot6 .leftNav6 ul a:hover, .slot7 .leftNav7 ul a:hover, .slot8 .leftNav8 ul a:hover, .slot9 .leftNav9 ul a:hover, .slot10 .leftNav10 ul a:hover, .slot11 .leftNav11 ul a:hover, .slot12 .leftNav12 ul a:hover, .slot13 .leftNav13 ul a:hover, .slot14 .leftNav14 ul a:hover, .slot15 .leftNav15 ul a:hover { background: url('/images-layout/dash-blue.gif') 0 50% no-repeat; }

/* Highlight the selected subnav */
.slot1 .subSlot1 .leftNav1 .subLeftNav1 a, .slot1 .subSlot2 .leftNav1 .subLeftNav2 a, .slot1 .subSlot3 .leftNav1 .subLeftNav3 a, .slot1 .subSlot4 .leftNav1 .subLeftNav4 a, .slot1 .subSlot5 .leftNav1 .subLeftNav5 a, .slot1 .subSlot6 .leftNav1 .subLeftNav6 a, .slot1 .subSlot7 .leftNav1 .subLeftNav7 a, .slot1 .subSlot8 .leftNav1 .subLeftNav8 a,
.slot2 .subSlot1 .leftNav2 .subLeftNav1 a, .slot2 .subSlot2 .leftNav2 .subLeftNav2 a, .slot2 .subSlot3 .leftNav2 .subLeftNav3 a, .slot2 .subSlot4 .leftNav2 .subLeftNav4 a, .slot2 .subSlot5 .leftNav2 .subLeftNav5 a, .slot2 .subSlot6 .leftNav2 .subLeftNav6 a, .slot2 .subSlot7 .leftNav2 .subLeftNav7 a, .slot2 .subSlot8 .leftNav2 .subLeftNav8 a,
.slot3 .subSlot1 .leftNav3 .subLeftNav1 a, .slot3 .subSlot2 .leftNav3 .subLeftNav2 a, .slot3 .subSlot3 .leftNav3 .subLeftNav3 a, .slot3 .subSlot4 .leftNav3 .subLeftNav4 a, .slot3 .subSlot5 .leftNav3 .subLeftNav5 a, .slot3 .subSlot6 .leftNav3 .subLeftNav6 a, .slot3 .subSlot7 .leftNav3 .subLeftNav7 a, .slot3 .subSlot8 .leftNav3 .subLeftNav8 a,
.slot4 .subSlot1 .leftNav4 .subLeftNav1 a, .slot4 .subSlot2 .leftNav4 .subLeftNav2 a, .slot4 .subSlot3 .leftNav4 .subLeftNav3 a, .slot4 .subSlot4 .leftNav4 .subLeftNav4 a, .slot4 .subSlot5 .leftNav4 .subLeftNav5 a, .slot4 .subSlot6 .leftNav4 .subLeftNav6 a, .slot4 .subSlot7 .leftNav4 .subLeftNav7 a, .slot4 .subSlot8 .leftNav4 .subLeftNav8 a,
.slot5 .subSlot1 .leftNav5 .subLeftNav1 a, .slot5 .subSlot2 .leftNav5 .subLeftNav2 a, .slot5 .subSlot3 .leftNav5 .subLeftNav3 a, .slot5 .subSlot4 .leftNav5 .subLeftNav4 a, .slot5 .subSlot5 .leftNav5 .subLeftNav5 a, .slot5 .subSlot6 .leftNav5 .subLeftNav6 a, .slot5 .subSlot7 .leftNav5 .subLeftNav7 a, .slot5 .subSlot8 .leftNav5 .subLeftNav8 a,
.slot6 .subSlot1 .leftNav6 .subLeftNav1 a, .slot6 .subSlot2 .leftNav6 .subLeftNav2 a, .slot6 .subSlot3 .leftNav6 .subLeftNav3 a, .slot6 .subSlot4 .leftNav6 .subLeftNav4 a, .slot6 .subSlot5 .leftNav6 .subLeftNav5 a, .slot6 .subSlot6 .leftNav6 .subLeftNav6 a, .slot6 .subSlot7 .leftNav6 .subLeftNav7 a, .slot6 .subSlot8 .leftNav6 .subLeftNav8 a,
.slot7 .subSlot1 .leftNav7 .subLeftNav1 a, .slot7 .subSlot2 .leftNav7 .subLeftNav2 a, .slot7 .subSlot3 .leftNav7 .subLeftNav3 a, .slot7 .subSlot4 .leftNav7 .subLeftNav4 a, .slot7 .subSlot5 .leftNav7 .subLeftNav5 a, .slot7 .subSlot6 .leftNav7 .subLeftNav6 a, .slot7 .subSlot7 .leftNav7 .subLeftNav7 a, .slot7 .subSlot8 .leftNav7 .subLeftNav8 a, 
.slot8 .subSlot1 .leftNav8 .subLeftNav1 a, .slot8 .subSlot2 .leftNav8 .subLeftNav2 a, .slot8 .subSlot3 .leftNav8 .subLeftNav3 a, .slot8 .subSlot4 .leftNav8 .subLeftNav4 a, .slot8 .subSlot5 .leftNav8 .subLeftNav5 a, .slot8 .subSlot6 .leftNav8 .subLeftNav6 a, .slot8 .subSlot7 .leftNav8 .subLeftNav7 a, .slot8 .subSlot8 .leftNav8 .subLeftNav8 a,
.slot9 .subSlot1 .leftNav9 .subLeftNav1 a, .slot9 .subSlot2 .leftNav9 .subLeftNav2 a, .slot9 .subSlot3 .leftNav9 .subLeftNav3 a, .slot9 .subSlot4 .leftNav9 .subLeftNav4 a, .slot9 .subSlot5 .leftNav9 .subLeftNav5 a, .slot9 .subSlot6 .leftNav9 .subLeftNav6 a, .slot9 .subSlot7 .leftNav9 .subLeftNav7 a, .slot9 .subSlot8 .leftNav9 .subLeftNav8 a,
.slot10 .subSlot1 .leftNav10 .subLeftNav1 a, .slot10 .subSlot2 .leftNav10 .subLeftNav2 a, .slot10 .subSlot3 .leftNav10 .subLeftNav3 a, .slot10 .subSlot4 .leftNav10 .subLeftNav4 a, .slot10 .subSlot5 .leftNav10 .subLeftNav5 a, .slot10 .subSlot6 .leftNav10 .subLeftNav6 a, .slot10 .subSlot7 .leftNav10 .subLeftNav7 a, .slot10 .subSlot8 .leftNav10 .subLeftNav8 a,
.slot11 .subSlot1 .leftNav11 .subLeftNav1 a, .slot11 .subSlot2 .leftNav11 .subLeftNav2 a, .slot11 .subSlot3 .leftNav11 .subLeftNav3 a, .slot11 .subSlot4 .leftNav11 .subLeftNav4 a, .slot11 .subSlot5 .leftNav11 .subLeftNav5 a, .slot11 .subSlot6 .leftNav11 .subLeftNav6 a, .slot11 .subSlot7 .leftNav11 .subLeftNav7 a, .slot11 .subSlot8 .leftNav11 .subLeftNav8 a,
.slot12 .subSlot1 .leftNav12 .subLeftNav1 a, .slot12 .subSlot2 .leftNav12 .subLeftNav2 a, .slot12 .subSlot3 .leftNav12 .subLeftNav3 a, .slot12 .subSlot4 .leftNav12 .subLeftNav4 a, .slot12 .subSlot5 .leftNav12 .subLeftNav5 a, .slot12 .subSlot6 .leftNav12 .subLeftNav6 a, .slot12 .subSlot7 .leftNav12 .subLeftNav7 a, .slot12 .subSlot8 .leftNav12 .subLeftNav8 a,
.slot13 .subSlot1 .leftNav13 .subLeftNav1 a, .slot13 .subSlot2 .leftNav13 .subLeftNav2 a, .slot13 .subSlot3 .leftNav13 .subLeftNav3 a, .slot13 .subSlot4 .leftNav13 .subLeftNav4 a, .slot13 .subSlot5 .leftNav13 .subLeftNav5 a, .slot13 .subSlot6 .leftNav13 .subLeftNav6 a, .slot13 .subSlot7 .leftNav13 .subLeftNav7 a, .slot13 .subSlot8 .leftNav13 .subLeftNav8 a,
.slot14 .subSlot1 .leftNav14 .subLeftNav1 a, .slot14 .subSlot2 .leftNav14 .subLeftNav2 a, .slot14 .subSlot3 .leftNav14 .subLeftNav3 a, .slot14 .subSlot4 .leftNav14 .subLeftNav4 a, .slot14 .subSlot5 .leftNav14 .subLeftNav5 a, .slot14 .subSlot6 .leftNav14 .subLeftNav6 a, .slot14 .subSlot7 .leftNav14 .subLeftNav7 a, .slot14 .subSlot8 .leftNav14 .subLeftNav8 a,
.slot15 .subSlot1 .leftNav15 .subLeftNav1 a, .slot15 .subSlot2 .leftNav15 .subLeftNav2 a, .slot15 .subSlot3 .leftNav15 .subLeftNav3 a, .slot15 .subSlot4 .leftNav15 .subLeftNav4 a, .slot15 .subSlot5 .leftNav15 .subLeftNav5 a, .slot15 .subSlot6 .leftNav15 .subLeftNav6 a, .slot15 .subSlot7 .leftNav15 .subLeftNav7 a, .slot15 .subSlot8 .leftNav15 .subLeftNav8 a { font-weight:600; background: url('/images-layout/dash-blue.gif') 0 50% no-repeat; }

.slot1 .subSlot1 .leftNav1 .subLeftNav1 a:hover, .slot1 .subSlot2 .leftNav1 .subLeftNav2 a:hover, .slot1 .subSlot3 .leftNav1 .subLeftNav3 a:hover, .slot1 .subSlot4 .leftNav1 .subLeftNav4 a:hover, .slot1 .subSlot5 .leftNav1 .subLeftNav5 a:hover, .slot1 .subSlot6 .leftNav1 .subLeftNav6 a:hover, .slot1 .subSlot7 .leftNav1 .subLeftNav7 a:hover, .slot1 .subSlot8 .leftNav1 .subLeftNav8 a:hover,
.slot2 .subSlot1 .leftNav2 .subLeftNav1 a:hover, .slot2 .subSlot2 .leftNav2 .subLeftNav2 a:hover, .slot2 .subSlot3 .leftNav2 .subLeftNav3 a:hover, .slot2 .subSlot4 .leftNav2 .subLeftNav4 a:hover, .slot2 .subSlot5 .leftNav2 .subLeftNav5 a:hover, .slot2 .subSlot6 .leftNav2 .subLeftNav6 a:hover, .slot2 .subSlot7 .leftNav2 .subLeftNav7 a:hover, .slot2 .subSlot8 .leftNav2 .subLeftNav8 a:hover,
.slot3 .subSlot1 .leftNav3 .subLeftNav1 a:hover, .slot3 .subSlot2 .leftNav3 .subLeftNav2 a:hover, .slot3 .subSlot3 .leftNav3 .subLeftNav3 a:hover, .slot3 .subSlot4 .leftNav3 .subLeftNav4 a:hover, .slot3 .subSlot5 .leftNav3 .subLeftNav5 a:hover, .slot3 .subSlot6 .leftNav3 .subLeftNav6 a:hover, .slot3 .subSlot7 .leftNav3 .subLeftNav7 a:hover, .slot3 .subSlot8 .leftNav3 .subLeftNav8 a:hover,
.slot4 .subSlot1 .leftNav4 .subLeftNav1 a:hover, .slot4 .subSlot2 .leftNav4 .subLeftNav2 a:hover, .slot4 .subSlot3 .leftNav4 .subLeftNav3 a:hover, .slot4 .subSlot4 .leftNav4 .subLeftNav4 a:hover, .slot4 .subSlot5 .leftNav4 .subLeftNav5 a:hover, .slot4 .subSlot6 .leftNav4 .subLeftNav6 a:hover, .slot4 .subSlot7 .leftNav4 .subLeftNav7 a:hover, .slot4 .subSlot8 .leftNav4 .subLeftNav8 a:hover,
.slot5 .subSlot1 .leftNav5 .subLeftNav1 a:hover, .slot5 .subSlot2 .leftNav5 .subLeftNav2 a:hover, .slot5 .subSlot3 .leftNav5 .subLeftNav3 a:hover, .slot5 .subSlot4 .leftNav5 .subLeftNav4 a:hover, .slot5 .subSlot5 .leftNav5 .subLeftNav5 a:hover, .slot5 .subSlot6 .leftNav5 .subLeftNav6 a:hover, .slot5 .subSlot7 .leftNav5 .subLeftNav7 a:hover, .slot5 .subSlot8 .leftNav5 .subLeftNav8 a:hover,
.slot6 .subSlot1 .leftNav6 .subLeftNav1 a:hover, .slot6 .subSlot2 .leftNav6 .subLeftNav2 a:hover, .slot6 .subSlot3 .leftNav6 .subLeftNav3 a:hover, .slot6 .subSlot4 .leftNav6 .subLeftNav4 a:hover, .slot6 .subSlot5 .leftNav6 .subLeftNav5 a:hover, .slot6 .subSlot6 .leftNav6 .subLeftNav6 a:hover, .slot6 .subSlot7 .leftNav6 .subLeftNav7 a:hover, .slot6 .subSlot8 .leftNav6 .subLeftNav8 a:hover,
.slot7 .subSlot1 .leftNav7 .subLeftNav1 a:hover, .slot7 .subSlot2 .leftNav7 .subLeftNav2 a:hover, .slot7 .subSlot3 .leftNav7 .subLeftNav3 a:hover, .slot7 .subSlot4 .leftNav7 .subLeftNav4 a:hover, .slot7 .subSlot5 .leftNav7 .subLeftNav5 a:hover, .slot7 .subSlot6 .leftNav7 .subLeftNav6 a:hover, .slot7 .subSlot7 .leftNav7 .subLeftNav7 a:hover, .slot7 .subSlot8 .leftNav7 .subLeftNav8 a:hover, 
.slot8 .subSlot1 .leftNav8 .subLeftNav1 a:hover, .slot8 .subSlot2 .leftNav8 .subLeftNav2 a:hover, .slot8 .subSlot3 .leftNav8 .subLeftNav3 a:hover, .slot8 .subSlot4 .leftNav8 .subLeftNav4 a:hover, .slot8 .subSlot5 .leftNav8 .subLeftNav5 a:hover, .slot8 .subSlot6 .leftNav8 .subLeftNav6 a:hover, .slot8 .subSlot7 .leftNav8 .subLeftNav7 a:hover, .slot8 .subSlot8 .leftNav8 .subLeftNav8 a:hover,
.slot9 .subSlot1 .leftNav9 .subLeftNav1 a:hover, .slot9 .subSlot2 .leftNav9 .subLeftNav2 a:hover, .slot9 .subSlot3 .leftNav9 .subLeftNav3 a:hover, .slot9 .subSlot4 .leftNav9 .subLeftNav4 a:hover, .slot9 .subSlot5 .leftNav9 .subLeftNav5 a:hover, .slot9 .subSlot6 .leftNav9 .subLeftNav6 a:hover, .slot9 .subSlot7 .leftNav9 .subLeftNav7 a:hover, .slot9 .subSlot8 .leftNav9 .subLeftNav8 a:hover,
.slot10 .subSlot1 .leftNav10 .subLeftNav1 a:hover, .slot10 .subSlot2 .leftNav10 .subLeftNav2 a:hover, .slot10 .subSlot3 .leftNav10 .subLeftNav3 a:hover, .slot10 .subSlot4 .leftNav10 .subLeftNav4 a:hover, .slot10 .subSlot5 .leftNav10 .subLeftNav5 a:hover, .slot10 .subSlot6 .leftNav10 .subLeftNav6 a:hover, .slot10 .subSlot7 .leftNav10 .subLeftNav7 a:hover, .slot10 .subSlot8 .leftNav10 .subLeftNav8 a:hover,
.slot11 .subSlot1 .leftNav11 .subLeftNav1 a:hover, .slot11 .subSlot2 .leftNav11 .subLeftNav2 a:hover, .slot11 .subSlot3 .leftNav11 .subLeftNav3 a:hover, .slot11 .subSlot4 .leftNav11 .subLeftNav4 a:hover, .slot11 .subSlot5 .leftNav11 .subLeftNav5 a:hover, .slot11 .subSlot6 .leftNav11 .subLeftNav6 a:hover, .slot11 .subSlot7 .leftNav11 .subLeftNav7 a:hover, .slot11 .subSlot8 .leftNav11 .subLeftNav8 a:hover,
.slot12 .subSlot1 .leftNav12 .subLeftNav1 a:hover, .slot12 .subSlot2 .leftNav12 .subLeftNav2 a:hover, .slot12 .subSlot3 .leftNav12 .subLeftNav3 a:hover, .slot12 .subSlot4 .leftNav12 .subLeftNav4 a:hover, .slot12 .subSlot5 .leftNav12 .subLeftNav5 a:hover, .slot12 .subSlot6 .leftNav12 .subLeftNav6 a:hover, .slot12 .subSlot7 .leftNav12 .subLeftNav7 a:hover, .slot12 .subSlot8 .leftNav12 .subLeftNav8 a:hover,
.slot13 .subSlot1 .leftNav13 .subLeftNav1 a:hover, .slot13 .subSlot2 .leftNav13 .subLeftNav2 a:hover, .slot13 .subSlot3 .leftNav13 .subLeftNav3 a:hover, .slot13 .subSlot4 .leftNav13 .subLeftNav4 a:hover, .slot13 .subSlot5 .leftNav13 .subLeftNav5 a:hover, .slot13 .subSlot6 .leftNav13 .subLeftNav6 a:hover, .slot13 .subSlot7 .leftNav13 .subLeftNav7 a:hover, .slot13 .subSlot8 .leftNav13 .subLeftNav8 a:hover,
.slot14 .subSlot1 .leftNav14 .subLeftNav1 a:hover, .slot14 .subSlot2 .leftNav14 .subLeftNav2 a:hover, .slot14 .subSlot3 .leftNav14 .subLeftNav3 a:hover, .slot14 .subSlot4 .leftNav14 .subLeftNav4 a:hover, .slot14 .subSlot5 .leftNav14 .subLeftNav5 a:hover, .slot14 .subSlot6 .leftNav14 .subLeftNav6 a:hover, .slot14 .subSlot7 .leftNav14 .subLeftNav7 a:hover, .slot14 .subSlot8 .leftNav14 .subLeftNav8 a:hover,
.slot15 .subSlot1 .leftNav15 .subLeftNav1 a:hover, .slot15 .subSlot2 .leftNav15 .subLeftNav2 a:hover, .slot15 .subSlot3 .leftNav15 .subLeftNav3 a:hover, .slot15 .subSlot4 .leftNav15 .subLeftNav4 a:hover, .slot15 .subSlot5 .leftNav15 .subLeftNav5 a:hover, .slot15 .subSlot6 .leftNav15 .subLeftNav6 a:hover, .slot15 .subSlot7 .leftNav15 .subLeftNav7 a:hover, .slot15 .subSlot8 .leftNav15 .subLeftNav8 a:hover { font-weight:600; background: url('/images-layout/dash-blue.gif') 0 50% no-repeat; }



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	padding-left:4px;
	margin-bottom:12px;
}
.blobDefault h2 {
	margin-bottom:3px;
}

.blobImage {
	margin-bottom:12px;
}



.blobSummary {
	position:relative;
	float:left;
	padding:1em 0;
	
	height:17.0em;
	width:24.5%;
	
	text-align:center;
	font-size:95%;
	border:0px solid red;
}

.blobSummary img {
}

.blobSummary img.boxshot {
	height: 70px;
}

.blobSummary .title {
	position:absolute;
	top:7.5em;
	left:0;
	width:100%;
	padding-left: 2px;
	
	font-weight:600;
}
.blobSummary .author {
	position:absolute;
	bottom:4.25em;
	left:0;
	
	width:100%;
}
.blobSummary .price {
	position:absolute;
	bottom:2.5em;
	left:0;
	
	width:100%;
}
.blobSummary .buyNow {
	position:absolute;
	bottom:0;
	left:0;
	
	width:100%;
}



.blobStyle1 {
	margin-bottom:12px;

	border:1px solid #999;
}
.blobStyle1 .topLeft {
	background: url('/images-layout/column-top-gray.gif') top left repeat-x #fff;
}
.blobStyle1 .topRight {
	
}
.blobStyle1 .blobBody {
	padding:0 4px 4px 7px;
	
	background-color:#fff;
}
.blobStyle1 .blobBody h2 {
	font-size:200%;
}
.blobStyle1 .bottomLeft {
	background: url('/images-layout/column-bottom-gray.gif') bottom left repeat-x #fff;
}
.blobStyle1 .bottomRight {
	
}


.blobStyle2 {
	margin-bottom:12px;

	border:1px solid #da7b07;
}
.blobStyle2 .topLeft {
	background: url('/images-layout/column-top-gray.gif') top left repeat-x #fff;
}
.blobStyle2 .topRight {
	
}
.blobStyle2 .blobBody {
	padding:0 4px 4px 7px;
	
	background-color:#fff;
}
.blobStyle2 .blobBody h2 {
	padding-top:0;
	color:#da7b07;
	font-size:200%;
}
.blobStyle2 .bottomLeft {
	background: url('/images-layout/column-bottom-gray.gif') bottom left repeat-x #fff;
}
.blobStyle2 .bottomRight {
	
}


/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:2px;
	padding-left:12px;
	background: url('/images-layout/bullet-arrow.gif') 0 .2em no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	padding-left:10px;
	background: url('/images-layout/bullet-arrow.gif') 0 .2em no-repeat;
}



.ulStyle2 {
	margin:6px 0 6px 0;
	padding-left:15px;
}
.ulStyle2 li {
	padding-left:0;
}



.categoryList {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
}
.categoryList li {
	padding:3px 0;
}
.categoryList li a {
	font-size:110%;
}
.categoryList li .current{
	font-weight:600;
	text-decoration:none;
}


.topTracksList {
	margin:0;
	padding:8px 0 6px 18px;
	
	font-weight:600;
}
.topTracksList a{
	
}
.topTracksList p{
	padding-bottom:.5em;
	font-weight:300;
}


.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}


/***************************************************************
Table Styles
***************************************************************/


.comparison {
	margin:8px 5px 15px 0;
	font-size:110%;
	border-collapse:collapse;
}
.comparison th {
	padding:8px 8px 6px 12px;
	
	/*height:50px;*/
	
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:#000;
	
	background: url('/images-layout/table-top.gif') top left repeat-x #f3f3f3;
}
.comparison th a { color:#fff; }
.comparison th a:link, .comparison th a:visited, { }
.comparison th a:hover {
	text-decoration:none;
}
.comparison .highlight {
	font-weight:600;
	color:#4fbf13;
}
.comparison td {
	padding:4px 7px 4px 8px;
	
	text-align:center;
	color:#000;
	
	border-width:1px 0;
	border-style:solid;
	border-color:#606060;
	background-color:#f3f3f3;
}
.comparison th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.comparison .topLeft {
	text-align:left;
	background: url('/images-layout/table-top-left.gif') top left no-repeat;
}
.comparison .topRight { 
	background: url('/images-layout/table-top-right.gif') top right no-repeat;
}
.comparison .left {
	text-align:left;
	padding-left:14px;
	background: url('/images-layout/table-left.gif') top left repeat-y #f3f3f3;
}
.comparison .right {
	padding:right;
	background: url('/images-layout/table-right.gif') top right repeat-y #f3f3f3;
}
.comparison .bottomLeft {
	padding-bottom:8px;
	padding-left:12px;
	text-align:left;
	border:none;
	background: url('/images-layout/table-bottom-left.gif') bottom left no-repeat #f3f3f3;
}
.comparison .bottom {
	padding-bottom:8px;
	border:none;
	background: url('/images-layout/table-bottom.gif') bottom left repeat-x #f3f3f3;
}
.comparison .bottomRight {
	padding-right:12px;
	padding-bottom:8px;
	border:none;
	background: url('/images-layout/table-bottom-right.gif') bottom right no-repeat #f3f3f3;
}



/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:89%;
}
.price {
	font-weight:600;
	color:#f00;
}

.bonusText{
	font-weight:600;
	color:#b51c30;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.alignText1 {
	text-align:center;
}



/* ------------------ Headers -----------------*/
.productName {
	font-size:150%;
	color:#4fbf13;
}
.important {
	font-size:150%;
	color:#4fbf13;
}

.categoryHeader {
	margin:1.25em 0 .5em -12px;
	padding:5px 10px;
	color:#fff;
	background-color: #3c80cb;
	/*background-color:#b6c2db;*/
}

.tagline {
	font-size:130%;	
}
.tagline em {
	color:#4fbf13; /*#f80;*/
}



/* ------------------- Links ------------------*/




/***************************************************************
Image Classes
***************************************************************/

.thumbnail {
	float:left;
	margin:8px 8px 0 0;
	padding:10px 10px 15px 10px;
	border-width:1px 3px 3px 1px;
	border-style:solid;
	border-color:#000;
}
.thumbnail img {
	margin-bottom:12px;
}
.thumbnail p{
	padding:0;
	text-align:center;
	font-family: Comic Sans MS, sans-serif;
}

/***************************************************************
Miscellaneous Stuff
***************************************************************/

/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



.extraLine {
	padding-bottom:1.8em;
}
.indentStyle1 {
	padding-left:2.5em;
}

/*--------------- Testimonial -----------------*/
.testimonial {
	margin:10px;
	padding:7px 5px 5px 7px;

	border:solid 1px #6c778d;
	
	background-color:#f0f0f5;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}


/*--------------- Title Box -------------------*/
#titleBox {
	position:relative;
	margin-bottom:15px;
	
	height:49px;
	
	border:1px solid #40aa4e;
	
	background: url('/images-layout/title-box-bg.gif') bottom left repeat-x #8dd396;
}
#titleBox h1 {
	position:absolute;
	top:-1px;
	left:-5px;

	line-height:.75em;
	font-size:350%;
	color:#fff;
}
#titleBox #searchBox_search_btnSearch {
	position:absolute;
	top:6px;
	right:15px;
}
#titleBox #searchBox_search_m_searchTB {
	position:absolute;
	top:6px;
	right:83px;
}


/*--------------- Album Classes -------------------*/
.albumTable {
	
}


.albumTable  td{

}


.albumDescription {
	padding:8px 6px 0 6px;
}
.albumDescription .availability {
	font-weight:600;
}
.albumDescription ul {
	margin:4px 0 8px 40px;
	padding-left:0;
	list-style:square;
}
.albumDescription ul li {
	padding-bottom:4px;
}


.albumImage {
	padding-top:8px;
	padding-left:14px;
}


.albumTrackList {
	clear:both;
}
.albumTrackList h2 {
	margin:8px 0 10px 8px;
}
.albumTrackList table {
	border-collapse:collapse;
}
.albumTrackList table th {
	font-size:80%;
	font-weight:300;

	border-bottom:1px solid #545454;
}
.albumTrackList table td {
	padding:1px;
	
	border:solid #545454;
	border-width:1px 0;
}
.albumTrackList .clip {
	font-weight:600;
}
.albumTrackList .clip img {
	padding:0 3px;
	vertical-align:middle;
}



/*--------------- Books and Talks Classes -------------------*/
.audio {
	position:relative;
	padding-left:15px;
	padding-right:6px;
}
.audio #searchBox_search_btnSearch {
	position:absolute;
	top:6px;
	right:15px;
}
.audio #searchBox_search_m_searchTB {
	position:absolute;
	top:6px;
	right:83px;
}

.audio .coverImage {
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}

.audio .audioInfo {
	padding-bottom:4px;
}
.audio .audioInfo td {
	padding:3px 6px 6px 0;
}
.audio .availability {
	font-weight:600;
}

.audio .audioDescription {
	clear:both;
}



/*--------------- Bundles Classes -------------------*/
.bundle {
	padding-left:15px;
	padding-right:6px;
}
.bundle .coverImage  {
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}
.bundle .bundleDescription {
	clear:both;
}

.bundle .includedItem {
	
}
.bundle .includedItem img{
	float:left;
	padding:0 8px 8px 0;
}


/*--------------- Category Classes -------------------*/
.category h1, .category h2{
	margin-bottom:3px;
	padding-left:8px;
	padding-bottom:0;
}

.category .categoryPageSelect {
	float:right;
	margin-right:8px;
	
	/*width:400px;*/
	text-align:right;
}
.category .categoryPageSelect ul {
	padding-top:7px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:3px;
	list-style:none;
}
.category .categoryPageSelect ul li {
	display:inline;
	margin:0 1px 0 1px;
}

.category .categoryPageSelect ul a {
	text-decoration:none;
	font-weight:bold;	

	padding:2px 5px 2px 5px;
	border:1px solid silver;		
}

.category .categoryPageSelect ul a:hover{
	background: #D9F0DC;
}

.category .categoryPageSelect ul li a.current{
	background:#D9F0DC;
}
.category .categoryPageSelect ul li.spacer{
	border:0;
	padding:4px;
}

.category .categoryPageSelect p {
	padding-bottom:5px;
	text-align:right;
}


.category .categoryArtistSelect {
	float:right;
	margin-right:8px;
}



/*--------------- Artist Classes -------------------*/
.artistDescription {
	padding:0 8px;
}
.artistDescription img {
	float:left;
	padding-right:6px;
	padding-bottom:4px;
}



/*--------------- General Classes -------------------*/
.contentBlock {
	margin-top:12px;
	padding:0 10px 0 15px;
}