/* Tooltip Previews */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('images/buttons_icons/wg_arrow_tip.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:350px;	/* Width of tooltip content */
/*	height:250px;	Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
/* font-size:0.8em;	 Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}



	/*------------------------ basic LINKS---------------------------*/
	/*see individual type sections for specialized links*/
a:link {
		color: #333366;
		text-decoration: none;
	}
	
	
a:visited {
		color: #666666;
		text-decoration: none;
	}
	
h4 a:visited {
		color: #7F0000;
		text-decoration: none;
	}
	
a:hover {
		color: #7F0000;
		text-decoration: underline;
	}
	
	
logocredit {
		color: #7F0000;
		text-decoration: none;
	}
		
a:active {
		color: #FB8693;
		text-decoration: none;
	}
	
image a:link {
		border: none;
	}
	
	
	
	/*------------------------ BODY BITS---------------------------*/
	
	/*----------------------- WRAPS -------------------------*/
	

	/*-------- sub wrap ------*/
	
	
	
html, body {
	background: #F3F3F3;
	text-align: center;
		}
		

	
td {
	vertical-align: top;
		}
		
		
#uberwrap {
	width: 701px;
	margin: 0 auto;
	text-align: left;
	}
	
#slideshow, #pagewrap{
	top:0px;
	}
	
	
#slideshow {
	padding: 10px;
	position:absolute;
	height: 180px;
	width: 460px;
	/*background: #CCCCCC;*/
	z-index: 6;
	top: 15px;
	}

#pagewrap {
	padding: 0px 10px 10px;
	position:absolute;
	background: #FFFFFF url(images/skin/bg_bigdistresstext.gif) repeat-x center 170px;
	/*overlay of "shut up and listen" distressed text above white background  - duplicates lower bkg_textdistress*/
	z-index: 5;
	border-right: thin dashed #999999;
	border-bottom: thin dashed #999999;
	border-left: thin dashed #999999;
	visibility: visible;
		}
		
#bkg_textdistress {
	background: url(images/skin/bg_bigdistresstext.gif) repeat-x center top;
	width: 100%;
	position: relative;
	top: 168px;
	z-index: 3;
	height: 120px;
	}

	
		
#bkg_bodyback {
	background: url(images/skin/bg_turnpaper1.jpg) repeat-x center top;
	width: 100%;
	position: relative;
	top: 90px;
	z-index: 1;
	height: 408px;
	}
	


.opsmargins {
		margin-top: 20px;
		margin-right: 20px;
		margin-left: 20px;
	}
	
	
/*-################ FORMS ##########################*/	
	
.alignright {
	float: right;
	display: inline;
}
	
.alignleft {
	float: left;
	display: inline; 
}	
	
/*--------------------- FORMS generic/combo -------------------*/



/*.button {
	height: 2em;
	width: 2em;
	border: 0px solid #666666;
	display: inline;
	background: #999999;
}*/

#search_form input,
#search_submit, 
.button {
	margin: 0px;
	padding: 3px 0px 0px;
	vertical-align: middle;
	height: 18px;
}	



/*for sign up and search*/


input .required {
	font-size: 9px;
	background: orange;
	color: black;
}


.genform input, 
#search_form input {
	font-size: 9px;
	background: #CCCCCC;
	color: #971205;
}


/*SEE ALSO: form, .panelbottommargin,.panel_main, #navbox  styles in panel styles group*/
/*--------------------- forms SIGNUP -------------------*/
.checkbox-mini {
	height: 1em;
	width: 1em;
	background: #000000;
}

.bdrallroundgray {
	border: 1px dotted #999999;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 6px;
	background: url(images/skin/bg_scratchfeathr_txtr_gray1.jpg);
}


.buttonbasic{
	display: inline;
	background: #999999;
}

#news_signup {
	min-height: 4.3em;
}

#news_signup .bodysmall {
	color:#940202;
}

#news_signup .bodysmall p, #news_signup form {
	margin: 0;
}

#news_signup form {
	height: 1.5em;
}

#news_signup input.button {
	background:#952E33 url(images/skin/bg_n3_btn.gif) repeat-x scroll 0% 0%;
	border:1px solid #AA7036;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	height: 2.3em;
	text-transform:uppercase;
	padding-bottom: 0.1em;	/*position: relative;*/
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0em;
	margin-top: -0.1em;
}



/*--------------------- forms SEARCH -------------------*/

/*#search_form input #search {
	margin: 0px;
	padding: 3px 0px 0px;
	width: 160px;;
	vertical-align: middle;
	height: 20px;
}*/
	



.nav_arrow {
	color: #990066;
	line-height: 7px;
	font-variant: normal;
	text-transform: uppercase;
	}
	
	
#nav_jumpmenu {
	margin: 2px;
	}
	
.jumpmenu_r1 {
	/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9px;
	line-height: 180%;
	letter-spacing: normal;
	color: #FFFFFF;
	width: 210px;
	background: #999999;
	margin-top: 3px;
	margin-bottom: 10px;
	}
	
	
	
	
/*-################ NAV BOX ##########################*/
	/*** START PAGER ***/

.pagerlabel {
	margin: 5px 0 0 10px;
	line-height: 110%;
	text-align: right;	/*display: inline;
	float: left;
	color: #fb9622;
	font-size: 0.9em;
	font-weight: bold;*/
}		


.pager
{
	/*float: left;*/
	width: 44px;
	/*width: 30%;*/
	height: 26px;
	margin: 0;
	padding: 8px 0px 8px 8px;	/*	min-height: 10em;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #c1c1c1;
	line-height:  26px;*/
}


.pager ul, .pager div div ul
{
	float: right;
	position: relative;
	width: 44px;
	height: 18px;
	padding: 0px;
	background-image: url("images/buttons_icons/pagerinactive.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -1000em;
	/*	overflow: hidden;*/
	clear: left;
	margin: 0px 0 0px 0%;
	top: 10%;
}


 .pager ul li
{
	display: inline;
	list-style: none;/* kills bullet*/
	background-image: url("images/buttons_icons/pageractive.gif");
	background-repeat: no-repeat;
}

 .pager ul li a
{
	position: absolute;
	top: 0;
	display: block;	
	height: 18px;
	text-indent: -1000em;
	overflow: hidden;
}

.pager ul li a:hover,
.pager ul li a:active
{
	background-image: url("images/buttons_icons/pageractive.gif");
	background-repeat: no-repeat;
}

.pager .pagerprevious a 
{
	width: 22px;
	left: 0;
	background-image: url("images/buttons_icons/pageractive.gif");
	background-position: 0px 0px;
}



.pager .pagerprevious a:hover,
.pager .pagerprevious a:active
{
	background-position: 0 -18px;
}

.pager .pagernext a
{
	width: 22px;
	left: 22px;
	background-image: url("images/buttons_icons/pageractive.gif");
	background-position: 22px 0px;
}

.pager .pagernext a:hover,
.pager .pagernext a:active {
	background-position: -22px -18px;
}


.pagerwrap td {
	vertical-align: middle;
}


.pagerwrap{
	width: 221px;
}




/*** END PAGER ***/


	

	
/*------------------------PANELS -----------------------*/

.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.float_left { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.thumbgrid td {
	height: 70px;
}


.margin_bot, .bottomspace {
	margin-bottom: 10px;
}




#salesbox {
	padding: 4px;
	color: white;
	background: #555555 url(images/skin/bg_scratchfeathr_txtr_red.jpg);
	margin-bottom: 10px;
	margin-top: 5px;
	}
	
	
#salesbox * {
	color: white;
	}
	
#salesbox h3 {
	color: white;
	text-transform: uppercase;
	}
	
.panelbkgsolid {
	background-image: url(images/skin/strip-bkg2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
	
.panel_main {
	padding: 5px 5px 5px 8px;
	background: #F0F0F0 url(images/skin/bg_vert_gray.jpg) no-repeat;
	}
	
	
.panelright {
	float: left;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 3px;	
	background: #F0F0F0 url(images/skin/bg_vert_gray.jpg) no-repeat;
}
	
.panelleft {
	float: right;
	margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 3px;	
	background: #F0F0F0 url(images/skin/bg_vert_gray.jpg) no-repeat;
}

.panelthumb_hz  td {
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 8px;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 3px 3px;
}

.panelthumb_hz_blank {
	border: 0px none white;
}
		
.panelthumb_hz  tr {
	margin-bottom: 4px;
	padding-bottom: 3px;
}

.panelthumb_hz_1 /* ,.panelthumb_hz_1  td */{
	background: url(images/skin/bg_scratchfeathr_gry.jpg) no-repeat -20px;
}

.panelthumb_hz_2 /* ,.panelthumb_hz_1  td */{
	background: url(images/skin/bg_scratchfeathr_gry.jpg) no-repeat -50px;
}
.panelthumb_hz_3 /* ,.panelthumb_hz_1  td */{
	background: url(images/skin/bg_scratchfeathr_gry.jpg) no-repeat -80px;
}


.panelthumb_hz_4 /* ,.panelthumb_hz_1  td */{
	background: url(images/skin/bg_scratchfeathr_gry.jpg) no-repeat -150px;
}

	
#navblock {
	width: 221px;
	position: absolute;
	margin: 0px;
	}
	
#navbox {
	padding: 3px 3px 8px 5px;
	margin-right: 0px;
	/*width: 100%;*/
	border: 1px solid #CCCCCC;
	height: 167px;/*	margin: 0px 0px 8px;*/
	}
	
	
#form1 {
	width: 93%;
	}
	/*	artist music jump menu*/
	
#idstrip {
	background: url(images/skin/idstrip_pianoguts.jpg) no-repeat left bottom;
}

#sectionhead {
	text-align: right;
	position: relative;
	top: 47px;
	z-index: 4;
}


form, 
.panelbottommargin,
.panel_main,
#navbox {
	margin-bottom: 8px;
	/*display: block;*/
	}
	
	
	
	
	
	
/*------------------------IMAGES -----------------------*/


img, .bdr_none {
    border-style: none;
}


.contentwrap img, contentpic_right  {
		float: right;
		margin: 0px 0px 3px 3px;
	}
.pixinline_right, .pixinline_right_bdr, .home_tease img {
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	float: right;
	}


.pixinline_right_bdr {
	border: 1px solid #999999;
	} 

.pixinline_left, .pixinline_left_bdr {
	margin-right: 6px;
	margin-left: 0px;
	margin-bottom: 2px;
	float: left;
	}
 
.pixinline_left_bdr {
	border: 1px solid #999999;
	}
	
	
.pic_inlineleftmargined {
	margin-right: 3px;
	margin-bottom: 2px;
	text-align: left;
	}
	
.pic_inlineleftmarginedplus img {
	margin-right: 6px;
	margin-bottom: 8px;
	text-align: left;
	margin-top: 3px;
	margin-left: 3px;
	}
	

.tn {
	margin-right: 5px;
	margin-bottom: 30px;
	vertical-align: top;
	float: left;
	border: 1px solid #999999;
	}
	
/*----------------------- BORDERS ----------------------*/
.bdr_allround {
	border: 1px solid #333333;
	}
	
	
.bdr_allroundlite {
	border: 1px solid #CCCCCC;
}

.bdr_allroundbrite {
	border: 1px solid #910208;
}

.bdr_top {
	border-top: 1px solid #000000;
	}
 
.bdrtopwine{
	vertical-align: top;
	border-top: 1px solid #A96756;
	}

.topbot_bdr {
	padding: 15px 0px;
}	

.tabular_content td, .topbot_bdr, #tracklist td{
	border-bottom: 1px dashed #666666;
	padding-top: 0.3em;
	padding-left: 0.6em;
}


#tracklist{
	margin-top: 8px;
	margin-bottom: 8px;
}

#tracklist td {
	padding-right: 8px;
	padding-bottom: 3px;
}



.tabular_content img{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	border-top: 1px dashed #666666;
}




.tabular_media{
	/*border-top: 1px dashed #666666;*/
	margin-top: 10px;
}

.tabular_media td{
	border-bottom: 1px dashed #666666;
	
}


.tabular_media img{
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
}	

/*for offsite retailer transations*/
.tabular_form td {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #666666;
}

	

	
/*########################## T Y P E #####################-*/

/*default typeface*/
	
	
body {
		letter-spacing: 0.00em;
		/*	text-transform: none;
		margin-bottom: .5em;*/
		font: 11px/1.3em "Lucida Grande", "Lucida Grande CY", 'Lucida Sans', 'Lucida Sans Unicode', "Geneva CE", Verdana, sans-serif;
		}
	
.type_alt {
		font-family: "Lucida Grande", "Lucida Grande CY",'Lucida Sans', 'Lucida Sans Unicode', "Geneva CE", Verdana, sans-serif!important; 
		}
	
body, p, td, .bodysmall{
		color: #333333;
		}	
	
.bodysmall, .bodysmall td,.gallery_box p, #breadcrumbs {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.1em;
		}
	
.bodysmall, .bodysmall td, .gallery_box p {
		line-height: 120%;
		}
	
#breadcrumbs {
	color: #333333;
	font-size: 9px;
	line-height: 100%;
	vertical-align: middle;
	/*border-bottom: 1px dashed #666666;
*/	padding-bottom: 10px;
	width: 221px;
	}
	
	
	
	
.pullquote {
	color: #333333;
	font-size: 16px;
	line-height: 110%;
	font-style: italic;
}
	
.quote {
		color: #7F0000;
		font-style: italic;
		line-height: 120%;
		text-align: left;
		margin-top: 0px;
		}
	
.QuotEE {
		color: #7F0000;
		line-height: 120%;
		text-align: right;
		margin-top: -10px;
	}
	
#menu, #menu a:link, #menu a:visited{
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 120%;
	}
	
	
#menu a:hover{
	color: #A96756;
	text-decoration: none;
		}
	
/*------------------- structural & NAV type --------------------*/

#menu {
	margin-top: 0px;
	margin-bottom: 25px;
}


#menu, .pagerlabel{		
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
}


p {
		margin-top: 0px;
		margin-bottom: 10px;
		color: #000000;
		vertical-align: top;
	}

div h2:first-child, div h3:first-child , div h4:first-child , div h5:first-child , div h6:first-child,
td h2:first-child, td h3:first-child , td h4:first-child , td h5:first-child , div h6:first-child
  {
	margin-top: 0px;
	}

h1, h1, h3, h4, #menu, .pagerlabel, .pullquote {
	font-family: "Arial Narrow", Geneva, Arial, sans-serif;
	}
		
	
	h1 {
	text-transform: uppercase;
	color: #000000;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 1px;
	letter-spacing: 0em;
	font-size: 36px;
	line-height: 80%;
	font-weight: bold;
	}
	
	
h2 {
		font-size: 20px;
		font-variant: normal;
		text-transform: uppercase;
		line-height: 90%;
		letter-spacing: 0em;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		color: #666666;
		font-weight: bold;
	}
	
h3 {
		font-size: 20px;
		font-variant: normal;
		text-transform: lowercase;
		line-height: 100%;
		letter-spacing: 0.02em;
		margin-top: 0px;
		margin-bottom: 4px;
		padding: 0px;
		color: #800000;
		font-weight: bold;
	}
	
	
h4 {
	text-transform: uppercase;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 13px;
	line-height: 100%;
	}
	
.subtitle{
	font-size: 16px
}

.regular{
	color: #666666;
	font-weight: normal;
}



	
h4, h4 a:link, h4 a:visited {
		color: #333333;
		text-decoration: none;
	}
	
h4 a:hover{
		color: #333333;
		text-decoration: underline;
	}
	
	
h5 {
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
		line-height: 120%;
		margin-top: 0px;
		margin-bottom: 1px;
	}
	
h5, h5 a:link, h4 a:visited {
		text-decoration: none;
		color: #000000;
	}
	
h5 a:hover{
		text-decoration: underline;
	}
	
	
	
	
/*------------------------ type colour---------------------------*/
	
.txtbrand {
		color: #990000;
		}
	
	
.txtbrand_2 {
		color: #990000
	}
	
.txtwhite {
		color: white;
		}
		
.txtblack {
		color: black;
		}




	
/*########################LISTS ######################*/
	
ul {
		margin-top: -2px;
		margin-bottom: 8px;
		}
	
li {
		list-style-type: disc;
/*		list-style-position: outside;*/
		margin-top: 2px;
}
	
	
	dt {
		margin-top: 5px;
		}
	
	dd {
		font-weight: normal;
	}
	
	
	
	blockquote {
		margin-top: 0px;
	}




/*----------------------- SUNDRY ----------------------*/

/*--------------------- NEW -------------------*/




.case_upper {
	text-transform: uppercase;
}

.tightform {
	margin: 0px;
}

.panelthumb_gutter {
}
