/* CSS Document */
a {
	color: #333333;
}
a:hover[href] {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: none
}
#footer a {
	color: #FFFFFF;
	font-size: .9em;
}
#footer a:hover {
	background-color: #990000;
	text-decoration: none;
}
input {
	color: #333333;
}
li {
	padding: 5px;
}
.button_style {
/* default push-button */
	border: solid 1px #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	font-weight: bold;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #990000;
	width: auto;
	overflow: visible;
}
.button_style:hover {
	background-color: #CA0000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
	font-size: 22px;
	color: #333333;
	width: 594px;
	min-width: 594px;
	text-transform: uppercase;
	background-color: #f2f2f2;
	border: 2px solid #C0C0C0;
	padding: 3px;
	margin-bottom: 8px;
	margin-top: 5px;
	

	letter-spacing: -.06em;
	word-spacing: -1px;
}
h1 .prodname {
  float: left;
	margin-top: 7px;
	/*height: 35px;
*/
}
h1 .prodprice {
	float: right;
	font-weight: 900;
	font-size: 32px;
	padding-right: 2px;
}
h1 .secondword {
	color: #9A0000;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5c5b5b;
	
	margin-bottom: 3px;
	margin-top: 1px;
	width: 100%;
	min-width: 100%;
}
h3, dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #5c5b5b;
}
/* Body */
body {
	background-color: #000000;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
}
table {
/* Ensures inheritance of font size into tables */
	font-size: 1em;
}
#container {
	position: relative;
	width: 792px;
	background-image: url(images/n00b_body_r3_c1.gif);
	background-position: -37px 5px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
	text-align: left;
}
#container .top {
	background-image: url(images/graph-square.gif);
	background-position: 49px 5px;
	height: 22px;
	background-repeat: repeat;
}
#container .bottom {
	clear: both;
	background-image: url(images/n00b_body_r4_c1.gif);
	background-position: -37px 4px;
	height: 34px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	position: relative;
	background-color: #000000;
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
	text-align: center;
	color: #FFFFFF;
}
#main {
	float: right;
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	/*margin-left: 173px;
*/
	width: 605px;
	margin-left: 19px;
}
#main .menu {
	position: relative;
	float: right;
	padding: 5px 0px 5px 5px;
	z-index: 100;
	margin-bottom: 100px;
}
#main .branding {
	position: absolute;
	top: -10px;
	border-bottom: thick solid #cccccc;
}
#main .content {
	clear: right;
	position: relative;
	/*border-top: thick solid #cccccc;
*/
	padding-top: 10px;
	
}
#sidebar {
	position: relative;
	width: 154px;
	background-repeat: no-repeat;
	float: left;
}
#sidebar .notice {
	position: relative;
	margin-bottom: 10px;
	background-image: url(images/paperscrap.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 16px;
	
	clear: both;
	word-wrap: break-word;
}
#sidebar .notice .header {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-left: 5px;
	padding-top: 5px;
	}
#sidebar .notice .content {
	border-right: 1px solid #cccccc;
	padding: 4px;
	overflow: hidden;
}
#sidebar .notice .content p {
	display: inline;
}
#sidebar .menu {
	position: relative;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#sidebar .menu .content {
	position: relative;
	padding: 5px;
	border: 2px solid #cccccc;
	background-color: #990000;
	height: 100%;
}
#cattree {
	font-weight: 900;
	text-transform: uppercase;
}
.CatChild2, .CatChild3, .CatChild4 {
	font-size: smaller;
}
#cattree a:link, #cattree a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#cattree a.CurrentCat:visited {
	color: #000000;
	text-decoration: none;
}
#cattree a:active, #cattree a:hover {
	/*color: #cccccc;
*/
	color: #cccccc;
	text-decoration: none;
}
#minicart .message {
	padding: 0px;
	color: #FFFFFF;
	font-size: smaller;
}

#minicart .message a:hover[href] { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#minicart .message a {
	color: #FFFFFF;

}

#minicart .message p {
	display: inline;
}
#paymentinfo {
	position: relative;
	padding: 5px 5px;
	margin-top: 30px;
}
#paymentinfo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img#noobschoolbus {
	position: absolute;
	left: -90px;
	top: -49px;
}
#PDL {
	position: relative;
}
#PDL .prodphotocontainer {
	float: left;
	text-align: center;
	margin-left: 4px;
}
.prodphoto {
	border: 2px solid #C0C0C0;
	padding: 0px;
	
}
#PDL .prodartwork {
	float: right;
	border: 2px solid #C0C0C0;
	padding: 0px;
	margin-bottom: 8px;
	margin-right:5px;
}
#PDL .prodpurchasecontainer {
	float: right;
	border: 2px solid #C0C0C0;
	padding: 3px;
	background-color: #fafafa;
	width: 273px;
	height: 102px;
	margin-bottom: 8px;
       margin-right:6px;
}

#PDL .proddescription {
	clear: both;
	border: 2px solid #C0C0C0;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 581px;
	margin-bottom: 25px;
	margin-left: 4px;
}

#RPLL, #fanpics {
	clear: both;
	float: left;
	margin-bottom: 25px;
	margin-left: 4px;
	border: 2px solid #C0C0C0;
	padding-left: 5px;
	padding-bottom: 15px;
	width:586px;
}



.prodmatrix {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	position: relative;
	float: left;
	margin-top: 12px;
	padding-left: 6px;
	width: 195px;
	height: 200px;
	text-align: center;
	font-size:.8em;
}

#CPLL .prodmatrix {
height: 210px;
}

#fanpics .prodmatrix, #RPLL .prodmatrix {
     	height: 200px;
	margin: 0px;
	padding: 0px;
}

.thumb {
	border: 1px solid #C0C0C0;
}

#songmatrix {
  float: left;
  width: 40%;

}


/* Search highlighting */

.hl1 {
	background-color: yellow;
}
.hl2 {
	background-color: yellow;
}
.sr {
	font-size: 10pt;
	line-height: 14pt;
}

#newssubscription {

	font-weight: bold;

}

.highlight { 
background: #FFFF40; 
}

#faq dt{
  font-size: 1.1em;
  font-weight: bold;
  background-image: url(images/rightarrow.gif);
  background-repeat: no-repeat;
  background-position: 7px bottom left;
  padding-left: 20px;
  padding-top: 4px; 
  margin-top:15px;
}

#faq dl{
  
  margin-top:15px;
  margin-bottom:15px;
}


/* Zoom search styles */

.highlight {
	background: #FFFF40;
}
.searchheading {
	font-size: 130%;
	font-weight: bold;
}
.summary {
	font-size: 80%;
	font-style: italic;
}
.suggestion {
	font-size: 100%;
}
.results {
	font-size: 100%;
}
.category {
	color: #999999;
}
.sorting {
	text-align: right;
}
.result_title {
	font-size: 100%;
}
.description {
	font-size: 100%;
	/*color: #008000; */
	margin: 1em 0 0 0;
}
.context {
	margin-top:1em;
	font-size: 100%;
color: #808080;

}
.infoline {
	font-size: 80%;
	font-style: normal;
	color: #808080;
	margin: 1em 0 0 0;
}
.zoom_searchform {
	font-size: 100%;
}
.zoom_results_per_page {
	font-size: 80%;
	margin-left: 10px;
}
.zoom_match {
	font-size: 80%;
	margin-left: 10px;
}
.zoom_categories {
	font-size: 80%;
}
.zoom_categories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.zoom_categories li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}
input.zoom_button {
	border: solid 1px #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	font-weight: bold;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #990000;
	width: auto;
	overflow: visible;
}
input.zoom_button:hover {
	background-color: #CA0000;
}
input.zoom_searchbox {
}
.result_image {
	float: left;
	display: block;
}
.result_image img {
	margin: 0 10px 20px 10px;
	width: 180px;
	border: 1px solid #C0C0C0;
}
.result_block {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}
.result_altblock {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}
.result_pages {
	font-size: 100%;
	clear: left;
	float: right;
	margin: 0 0 20px 0;
}
.result_pagescount {
	font-size: 100%;
}
.searchtime {
	font-size: 80%;
}
.recommended {
	background: #DFFFBF;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	margin-top: 15px;
	margin-bottom: 15px;
}
.recommended_heading {
	float: right;
	font-weight: bold;
}
.recommend_block {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
padding:10px;
}
.recommend_title {
	font-size: 100%;
}
.recommend_description {
	font-size: 100%;
	color: #008000;
}
.recommend_infoline {
	font-size: 80%;
	font-style: normal;
	color: #808080;
}

optgroup {
	color: gray;
	font-style:normal;
	font-weight:lighter;
	margin-left:.2em;
	
}

.holidaybanner {
	z-index:100;
	position:absolute;
	left:13px;
	top:1px
}
