/* @override http://catlickrecords.com/css/layout.css */

html, body {
	font-family: Arial, Verdana, Sans;
	background: #000;
	padding: 0px;
	margin: 0px;
	}
a, a:hover, a:active {
	outline: 0;
}
#background {
	width: 1300px;
	height: 350px;
	margin: auto;
	background: url('/images/headerback.jpg') no-repeat;
	}
#center {
	width: 1000px;
	margin: auto;
	}
#wrapper {
	width: 1000px;
	float: left;
	margin: 0;
	}
#header {
	float: left;
	width: 1000px;
	height: 185px;
	}
#content {
	float: left;
	width: 1000px;
	}
#left {
	float: left;
	width: 660px;
	margin: 15px 20px 0 0;
	overflow: hidden;
	}
#right {
	float: right;
	width: 310px;
	margin: 30px 0 0 0;
	}

#country1 span {
	display: none;
}
#footer {
	height: 72px;
	width: 1000px;
	background: url('/images/footerback.jpg') top no-repeat;
	float: left;
	clear: both;
	margin: 80px 0 0 0;
	}
#topNav {
	position: relative;
	top: 141px;
	left: -33px;
	float: left;
	}
	
/* START Suckerfish dropdown sytles */
#topNav ul li a{
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	}
#topNav a {
	display: block;
	}
#topNav a:hover{
	text-decoration: none;
	background: #990000;
	}
#topNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}
#topNav li { /* all list items */
	float: left;
	}
#topNav li ul li {
	padding: 0px;
    text-align: left;
    width: 171px; /* width of second level underline & highlight */ 
    }
#topNav li ul li a {
	color: #cccccc;
	font-size: 10pt;
	padding: 5px;
	border-bottom: 1px #ccc dotted;
    }
#topNav li ul li a:hover {    
	color: #fff;
	background: #666666;
	}
#topNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}
#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;	 
	z-index: 1000;
	}
#topNav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 36px; /* distance between drop down and head item RHS */
	padding: 5px;
	width: 171px;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}

	
/* bottom nav */
#footerNav {
	position: relative;
	top: 4px;
	left: 0;
	float: left;
	}
#footerNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	}
#footerNav ul li {
	float: left;
	}
#footerNav ul li a {
	padding: 6px;
	color: #666666;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	display: block;
	}
#footerNav ul li a:hover {
	text-decoration: none;
	color: #990000;
	}
	
/* item blocks */
.item-holder {
	float: left;
	padding: 6px 0 20px;
	width: 100%;
	clear: both;
	background: url('/images/footerback.jpg') bottom center no-repeat;
	}
.half-item {
	width: 320px;
	float: left;
	}
.half-item p {
	color: #999999;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	margin: 0 0 3px;
	}
	
	
	
/* custom styles */
.copyright {
	float: right;
	margin: 4px 4px 0 0;
	padding: 0px;
	font-size: 8pt;
	color: #666666;
	}
.bottomMargin {
	float: left;
	margin: 0 0 20px 0;
	}
	
/* type styles */
img {
	float: left;
	border: 0px;
	}
h2 {
	width: 100%;
	color: #ccc;
	font-size: 18pt;
	font-weight: bold;
	padding: 15px 0 15px 0;
	margin: 0;
	float: left;
	}
h3 {
	font-size: 12px;
	color: #cc9900;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 12px;
	float: left;
	}
h4 {
	color: #b7b7b7;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px;
	float: left;
	width: 100%;
	}
h5 {
	color: #959595;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	float: left;
	clear: both;
	width: 100%;
	}
h6 {
	color: #cc9900;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	}
h7 {
	color: #464646;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	}
h8 {
	color: #959595;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	}
h9 {
	color: #cccccc;
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	clear: both;
	float: left;
	}
	
p {
	color: #959595;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	clear: both;
	}

/* link and button styles */
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	}
a:hover {
	text-decoration: underline;
	}
a.button {
    background: transparent url('/images/btnCap.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    margin-top: 8px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/buttonSpan.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:hover {
	color: #000;
	}
.homeLink {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
	
	
	
	
	
	
/* search field styles */
.searchHolder {
	position: relative;
	top: 139px;
	left: -30px;
	float: right;
	height: 43px;
	background: url('/images/searchBack.png') no-repeat;
	padding: 0px;
	}
#mailing_list_contact_email {
	background: none;
	border: none;
	font-size: 10px;
	position: relative;
	top: 14px;
	left: 12px;
	float: left;
	}
#searchSubmit {
	cursor: pointer;
	background: none;
	border: none;
	position: relative;
	top: 7px;
	left: 26px;
	float: left;
	background: url('/images/submitButton.jpg') no-repeat;
	height: 30px;
	width: 33px;
	}

/* artist holder */
.artist_holder {
	float: left;
	width: 300px;
	height: 253px;
	border-bottom: 1px #333333 solid;
	margin: 0 16px 50px 0;
	}
.artist_holder p {
	font-size: 11px;
	line-height: 12px;
	}
.artist_similar {
	font-style: italic;
	color: #959595;
	font-size: 11px;
	position: relative;
	top: 8px;
	}
.artistgap {
	float: left;
	width: 50px;
	height: 30px;
	background: transparent;
	}
	
	
/* shows styles */
.show_listing {
	background: #212121;
	padding: 6px;
	float: left;
	margin: 10px 0 0 0;
	}
.show_list_holder {
	float: left;
	padding: 0px;
	margin: 0 20px 0 0;
	width: 275px;
	}
.show_list_holder ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	}
.show_list_holder ul li {
	border-bottom: 1px #333333 solid;
	font-size: 11px;
	padding: 4px 0;
	color: #959595;
	}
.show_list_holder ul li.last {
	border-bottom: none;
	}
.show_details {
	float: left;
	width: 350px;
	}
.show_details p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
	
.show_listing_odd {
	background: #333333;
	padding: 6px;
	float: left;
	margin: 10px 0 0 0;
	}
.show_listing_odd .show_list_holder ul li {
	border-bottom: 1px #464646 solid;
	font-size: 11px;
	padding: 4px 0;
	color: #959595;
	}
	
/* video page */
.videoholder {
	width: 435px;
	float: left;
	border-bottom: 1px #464646 solid;
	margin: 0 0 100px 0;
	}
.video { 
	background:#000000 none repeat scroll 0 0; 
	float:left; 
	height:344px; 
	margin:0 0 10px; 
	width:425px; 
	}
.videogap {
	margin: 0 130px 0 0;
	}

/* about styles */
.aboutRight {
	background: #222121;
	float: left;
	margin: 46px 0 0 0;
	padding: 12px;
	width: 296px;
	}
.aboutRight ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	width: 296px;
	}
.aboutRight ul li {
	font-size: 11px;
	color: #959595;
	line-height: 14px;
	}
	
/* custom form */
#contact_form ul li {
	color: red;
}

#contact_form {
	clear: both;
	float: left;
	}
 #contact_form td p {
 	font-size: 11px;
 	color: #506262;
 	margin: 10px 0 0 0;
 	padding: 0;
 	line-height: 11px
 	}
 #contact_form td small {
 	font-size: 9px;
	color: #506262;
 	}
 #contact_form td {
 	text-align: left;
 	font-size: 12px;
 	vertical-align: top;
 	}
 #contact_form .text-field {
 	width: 303px;
 	padding: 6px 10px;
 	font-size: 14px;
 	margin: 0;
 	color: #252525;
 	border: none;
 	background: transparent url('/images/textfield_back.gif') no-repeat top;
 	height: 16px;
 	}
 #contact_form .text-field:focus {
 	background: transparent url('/images/textfield_back.gif') no-repeat bottom;
 	}
 #contact_form .text-area {
 	color: #252525;
 	width: 303px;
 	height: 135px;
	padding: 10px; 	
	font-size: 14px;
	font-family: Arial;
	border: none;
 	margin: 0;
 	background: transparent url('/images/textarea_back.gif') no-repeat top;
 	}
  #contact_form .text-area:focus {
 	background: transparent url('/images/textarea_back.gif') no-repeat bottom;
 	}
 #contact_form #contactSubmit {
 	background: transparent;
 	border: none;
 	padding: 6px 14px;
	height: 29px;
	background: url('/images/redbutton.png') no-repeat;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 8px 0 0 0;
	float: left;
	cursor: pointer;
 	}
 .bodyCopy {
 	border: 1px #3b3b3b dashed;
 	padding: 0 12px;
 	}
 
 
 
 /* shop item styles */
 .shopitem_holder {
 	width: 200px;
 	float: left;
 	height: 480px;
  	margin: 24px 20px 0 0;
  	color: #999;
  	font-size: 12px;
 	}
 .shopitem_holder h1 {
 	font-size: 18px;
 	font-weight: bold;
 	color: #fff;
 	margin: 0px;
 	padding: 0px;
 	line-height: auto;
 	float: left;
 	}
 .shopitem_holder h2 {
 	font-size: 14px;
 	font-weight: bold;
 	color: #999999;
 	margin: 0px;
 	padding: 0px;
  	float: left;
 	line-height: auto;
 	}
 .terms {
 	padding: 30px 0 0 0;
 	}
 .terms h3 {
 	font-size: 14px;
 	font-weight: bold;
 	color: #fff;
 	margin: 0px;
 	padding: 0px;
  	float: left;
 	line-height: 14px;
 	}
 .shopitem_holder p {
 	color: #707070;
 	font-size: 12px;
 	float: left;
 	line-height: 14px;
 	}
 .shopitem_holder img {
 	margin: 0;
 	float: left;
 	}
 .shopitem_copy {
 	float: left;
 	width: 100%;
 	margin: 12px 0 0 0;
 	}
 .shopitem_buttons {
 	float: left;
 	height: 130px;
 	width: 100%;
 	}
 .shopitem_holder label {
 	float: left;
 	text-align: left;
 	}
 .shopitem_holder table {
 	border-top: 1px #252525 solid;
 	margin: 4px 0 0 0;
 	float: left;
 	padding: 3px 0 0 0;
 	width: 100%;
 	}
 .shopitem_gap {
 	width: 29px;
 	float: left;
 	height: 100px;
 	}
.terms ul {
	float: left;
	padding: 0;
	margin: 4px 0 15px;
	width: 100%;
	clear: both;
	list-style-type: none;
	}
.terms ul li {
	 color: #707070;
 	font-size: 12px;
	}

.success-msg {
	color: green;
	display: none;
}

#cartSummary {
	position: relative;
	top: 120px;
	left: 160px;
	float: right;
	color: #fff;
	font-size: 12px;
	}

/* donatation station */
#donation_station {
	width: 290px;
	padding: 0 14px 14px;
	background: #242424;
	float: left;
	}
#donation_station h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	padding: 0px;
	color: #535353;
	}
#donation_station p {
	color: #fff;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 5px 0;
	}
#donation_station ul {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	border-top: 1px #999999 dashed;
	float: left;
	}
#donation_station ul li {
	border-bottom: 1px #999999 dashed;
	float: left;
	width: 100%;
	}	
#donation_station ul li .left {
	float: left;
	width: 120px;
	}
#donation_station ul li .right {
	float: left;
	width: 160px;
	margin: 10px 0 0 10px;
	}
#donation_station ul li .right img {
	float: right;
	margin: 0 0 0 10px;
	}
	
/* SHOP SLIDE SHOW */
.pics {  
    height:  194px;  
    width:   698px;  
    padding: 0;  
    margin:  0;  
    float: left;
    clear: both;
} 
 
.pics img {  
    width:  698px; 
    height: 194px; 
    top:  0; 
    left: 0 
} 

/* donatation station */
#disco_station {
	width: 290px;
	padding: 0 15px 15px;
	background: #242424;
	float: left;
	}
#disco_station h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	padding: 0px;
	color: #535353;
	}
#disco_station h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	}
#disco_station p {
	color: #959595;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 5px 0;
	width: 290px;
	}
#disco_station ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	border-top: 1px #999999 dashed;
	float: left;
	}
#disco_station ul li {
	border-bottom: 1px #999999 dashed;
	float: left;
	width: 283px;
	padding: 4px;
	}	
#disco_station ul li .track {
	font-size: 10px;
	color: #999999;
	float: left;
	width: 218px;
	}
#disco_station ul li .hear {
	font-size: 10px;
	color: #999999;
	float: left;
	text-align: center;
	margin-right: 10px;
	}
#disco_station ul li .buy {
	font-size: 10px;
	color: #999999;
	float: left;
	text-align: center;
	}
#disco_station ul li .released {
	font-size: 10px;
	color: #fff;
	float: left;
	}
#disco_station ul li .serial {
	font-size: 10px;
	color: #fff;
	float: right;
	}
#disco_station ul li.labels {
	margin-bottom: 5px;
	}
#disco_station ul li .song_name {
	float: left;
	width: 218px;
	}
#disco_station ul li .song_hear img {
	margin-left: 10px;
	padding: 0px;
	}
#disco_station ul li .song_hear {
	float: left;
	text-align: center;
	width: 30px;
	}
#disco_station ul li .song_buy {
	float: left;
	text-align: center;
	width: 30px;
	}
#disco_station ul li.song {
	border: 0px;
	font-size: 10px;
	color: #fff;
	}
#disco_station ul li.odd {
	background: #464646;
	}
#disco_station img.cd {
	width: 200px;
	height: 200px;
	margin: auto;
	float: none;
	position: relative;
	left: 42px;
	}
.topgap {
	margin: 15px 0 0 0;
	}
.imagetop {
	margin: 24px 20px 0 0 !important;
	}

.sidebar-event h4{
	margin: 0 0 5px;
}	

.showtime{
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
}

.buy-buttons form {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}