img, div { behavior: url(/stylesheets/iepngfix.htc) }

img {
	border: 0;
}

.buy_button {
	vertical-align: middle;
}



#blotch {
	width: 150px;
	height: 144px;
	margin: 0;
	padding: 0px;
	background-image: url(/images/spray-blotch1.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	top: -50px;
	left: -20px;
	text-align:center;
	
}

#blotch .links {
	padding: 0px;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

#blotch .links .donate {
	font-size: 19px;
}
#blotch .links a, #blotch .links a:visited {
	color: black;
	text-decoration: none;
	text-shadow: 1px 1px 2px #fff;
}
#blotch .links a:hover {
	color: white;
	background-color: black;
	text-shadow: none;
}


p.notice, p.error {
	background-color: green;
  color: #fff;
  font-weight: bold;
  font-size: 10pt;
  width: 816px;
  margin-right:auto;
  margin-left:auto;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

p.error {
	background-color: red;
}

.mainhomepage {
	background-image: none;
	background-color: #000;
	color: #fff;
}
.mainhomepage #content, .mainhomepage #user_bar {
	background: none;
	background-color: #000;
	color: #fff;
}
.mainhomepage #user_bar a {
	color: #444;
}
#homepage {
	width: 604px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#homepage A, #homepage A:visited { 
	color: #ff5392; 
}
#homepage A:hover { 
	color: #fff; 
	background-color: #ba0250;
}
#homepage #trailer {
	width: 320px;
	float: right;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
#homepage h1, #homepage h2, #homepage h3, #homepage h4, #homepage h5, #homepage h6 {
	text-shadow: none;
	color: #fff;
}
#homepage #homelinks {
	width: 250px;
	padding-top: 10px;
}
#homepage #homelinks a {
	display: block;
	width: 250px;
	margin: auto;
	padding: 15px;
	text-align: center;
}
#homepage #homelinks a img {
	margin: auto;
}
#homepage #homelinks a:hover {
	background-color: #000;
	background-image: url(/images/spray-highlight-pink.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* ---- */

#user_bar {
  float: right;
  background-image: url(/images/trans_white90.png);
  width: 220px;
  text-align: right;
}

#user_bar ul {
	margin: 0px;
	padding: 2px;
  
  text-align: right;
}
#user_bar ul li {
	display: inline;
	margin: 0px;
	font-size: 8pt;
}

#user_bar ul li a {
	color: #9E1C20;
	text-decoration: none;
	padding: 2px;
}

#user_bar ul li a:hover {
	text-decoration: underline;
	color: #9E1C20;
	background: none;
}

/* ---- */
table.basic {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

.basic td, .basic th {
	border: 1px solid #99a;
	margin: 0;
	padding: 3px;
}

.basic th {
	background-color: #99a;
	color: #fff;
	font-weight: normal;
}

.basic tr.total td {
	background-color: #eef;
	font-weight: bold;
}


table.cart {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

.cart td, .cart th {
	border: 1px solid #99a;
	margin: 0;
	padding: 3px;
}

.cart th {
	background-color: #99a;
	color: #fff;
	font-weight: normal;
}

.cart input {
	width: 30px;
}

.cart tr.total td {
	background-color: #eef;
	font-weight: bold;
}

table.cart_preview {
	background-color: #fff;
	border-left: 1px solid #99a;
	border-right: 1px solid #99a;
	width: 90%;
	margin: 7px;
	
	margin-left: 5%;
	margin-right: 5%;
}

.cart_preview td, .cart_preview th {
	border-left: none;
	border-right: none;
	font-size: 9pt;
}

.cart_preview tr.total td {
	background-color: #dde;
}

/* ---- */

.editform {
	border: 1px solid #667;
	background-color: #eef;
	margin: 5px;
}

.editform h1 {
	background-color: #99a;
	color: #fff;
	text-align:  left;
	font-size: 14pt;
	padding: 5px;
}

.editform div.content {
	padding: 5px;
}

.editform p {
	padding-left: 10px;
}

.editform label {
	display: block;
	float: left;
	width: 120px;
	font-size: 9pt;
}

.editform .notes, .notes_margin, .labelnotes, .fieldnotes {
	font-size: 8pt;
	color: #444;
}

.editform .notes_margin {
	clear: both;
	display: block;
	margin-left: 80px;
}

.editform .fieldnotes {
	display: block;
	float: right;
	width: 380px;
	margin-top: 4px;
}

.editform label .labelnotes {
	color: #777;
}

.editform label.textarea_label, .editform label.checkbox_label {
	width: auto;
}

.editform label.checkbox_label {
	text-decoration: underline;
}

.editform br, .editform p {
	clear: both;
}

.editform p {
	margin: 0;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #fff;	
}

.editform p.submit {
	background-color: #99a;
	color: #fff;
	padding: 5px;
	font-size: 80%;
}

.editform p.submit a {
	color: #fff;
}


.editform input.text, .editform input.password,
.editform input[type=text], .editform input[type=password] {
	width: 180px;
}

input.number {
	width: 80px;
}

.editform input.checkbox,
.editform input[type=checkbox] {
	display: block;
	float: left;
	clear: left;
}

.editform input.radio,
.editform input[type=radio] {
	display: block;
	float: left;
}

.editform select {
	max-width: 180px;
}

.editform textarea {
	width: 99%;
	height: 60px;
	clear: left;
}

.editform fieldset {
	margin: 5px;
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #fdfdff;
	padding: 5px;
}

.editform fieldset fieldset {
	margin-right: 5px;
	border: 1px solid #eee;
	background-color: #fefeff;
}

.editform fieldset legend, .editform fieldset legend label {
	display: inline;
	float: none;
	width: auto;
	font-size: 11pt;
	color: #226;
	font-weight: bold;
}

.editform fieldset fieldset legend, .editform fieldset fieldset legend label {
	font-size: 10pt;
}

.editform td {
	vertical-align: top;
}

.no_bg_or_border, .no_bg_or_border td, .no_bg_or_border tr, .no_bg_or_border p {
	border: none;
	background: none;
	background-color: transparent !important;
}


.artists_list {
	margin-top: 10px;
	padding-top: 10px;
}
.artists_list h2 {
	margin: 0;
	margin-bottom: 10px;
}
.artists_list .location {
	font-size: 12pt;
}

.artists_list p {
	margin-top: 5px;
	margin-bottom: 8px;
}

.artists_list a.browse_link {
	font-size: 10pt;
	padding-left: 20px;
	margin-left: 10px;
	background: transparent url(/images/famfamfam_silk_icons/arrow_right.png) no-repeat scroll left center;
}

.artists_list a.browse_link:hover {
	background-color: #9E1C20;
}

.artists_list .artist_row {
	border-top: 1px solid #888;
	margin-bottom: 10px;
	padding: 4px;
}

.artists_list img.artist_thumb {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	float: left;
}


/* --- */

.item_thumbs .item {
	display: block;
	float: left;
	font-size: 10pt;
	margin: 2px;
	text-align: center;
	width: 180px;
	height: 180px;
}

.recommended .item_thumbs .item {
	display: block;
	float: left;
	font-size: 8pt;
	margin: 2px;
	text-align: center;
	width: 100px;
	height: 140px;
}

.recommended .item_thumbs .item img.thumb {
	width: 80px;
	height: 80px;
}

img.thumb, img.half_thumb {
	border: 1px solid #bbb;
	margin: 1px;
}

img.half_thumb {
	width: 50px;
	
}

a:hover img.thumb, a:hover img.half_thumb {
  border: 1px solid #ba0250;
  background-color: none;
}



#share_this {
	margin-top: 10px;
	background-color: #ddd;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

#share_this h1 {
	color: #411;
	font-size: 11pt;
	font-weight: bold;
}
#share_this .text_input {
	width: 100%;
}

/* ---- */


.display_image img {
	padding: 0;
	margin: 0;
	border: 1px solid #bbb;
}


.display_image {
	
	margin: 0;
	padding: 0;
}

#photo_thumbs {
	
}
#photo_thumbs  img {
	border: 1px solid #bbb;
	float: left;
	display: block;
	width: 50px;
}

.artist_photos #photo_thumbs  img {
	width: 50px;
}

ul.item_nav {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #bbb;
	margin-bottom: 18px;
}
ul.item_nav li {
	display: block;
	float: left;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10pt;
}

ul.item_nav li a {
	color: #9E1C20;
	text-decoration: none;

}

ul.item_nav li a:hover {
	text-decoration: underline;
	color: #9E1C20;
	background: none;
}

.share_links {
	font-size: 8pt;
	line-height:22px;
}
.share_links a {
	font-weight: normal;
}
.purchase .share_links {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(/images/trans_white40.png);
}
.purchase .share_links a, .purchase .share_links b {
	width: 105px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	white-space: nowrap;
}
.purchase .share_links b {
	padding:2px 22px 0 0;
}
.purchase .share_links br {
	clear: both;
}

.fb_share_link, .tw_share_link, .li_share_link, .del_share_link, .digg_share_link, .nv_share_link,
.reddit_share_link, .myspace_share_link, .technorati_share_link, .magnolia_share_link, .blinklist_share_link, .furl_share_link, .flickr_share_link,
.revver_share_link, .google_share_link, .youtube_share_link, .stumble_share_link, .friendfeed_share_link, .ipod_link,
.video, .music
{ padding:2px 0 0 22px; height:22px; background-repeat: no-repeat; background-position:  2px center; }

.fb_share_link { background-image: url(/images/facebook_share_icon.gif); }
.tw_share_link { background-image: url(/images/twitter.png); }
.li_share_link { background-image: url(/images/linkedin_icon.gif); }
.del_share_link { background-image: url(/images/delicious.gif); }
.digg_share_link { background-image: url(/images/digg.gif); }
.nv_share_link { background-image: url(/images/newsvine.gif); }
.reddit_share_link { background-image: url(/images/reddit.gif); }
.myspace_share_link { background-image: url(/images/myspace.gif); }
.technorati_share_link { background-image: url(/images/technorati.gif); }
.magnolia_share_link { background-image: url(/images/magnolia.gif); }
.blinklist_share_link { background-image: url(/images/blinklist.gif); }
.furl_share_link { background-image: url(/images/furl.gif); }
.revver_share_link { background-image: url(/images/revver.gif); }
.google_share_link { background-image: url(/images/google.gif); }
.youtube_share_link { background-image: url(/images/youtube.gif); }
.stumble_share_link { background-image: url(/images/stumble.png); }
.friendfeed_share_link { background-image: url(/images/friendfeed.gif); }
.ipod_link { background-image: url(/images/ipodicon.gif); }
.video { background-image: url(/images/famfamfam_silk_icons/film.png); }
.music { background-image: url(/images/famfamfam_silk_icons/music.png); }
.flickr_share_link { background-image: url(/images/flickr.png); }

/* .download { font-size: 1.5em; } */

.big_download {
	padding:2px 17px 17px 50px; 
	line-height:60px;
	height:60px;
	font-size: 20px;
	background-repeat: no-repeat; background-position: 1px center;
	background-image: url(/images/downloadg.png);
}

.big_buy_dvd {
	padding:2px 17px 17px 50px; 
	line-height:60px;
	height:60px;
	font-size: 20px;
	background-repeat: no-repeat; background-position: 1px center;
	background-image: url(/images/dvd48.png);
}

/*class="stbutton stico_default"><span st_page="home" class=" */

.stbutton:hover, .stbutton:hover .stbuttontext {
	color: #ffffff;
	background-color: #ba0250;
}

.cast_pics img {
	width: 200px;
	padding: 2px;
}

#TB_window {
  font-size: 14pt;
}
#TB_title {
	font-size: 10pt;
	font-size: #999;
}
#pay_widget {
  border: 2px solid #444;
  background-color: #fff;
  padding: 10px;
  color: #000;	
font-size: 12pt;
}
#TB_window a:hover {
  color: #000;
}
#pay_widget p, #TB_window p {
	margin: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 5px;
  font-size: 12pt;
	line-height: 18pt;
}
#pay_widget p.worth_question, #TB_window p.worth_question {
	font-size: 16pt;
	margin-bottom: 8px;
}
#pay_widget p.torrent_notes , #TB_window p.torrent_notes {
	font-size: 8pt;
	line-height: 9pt;
	color: #444;
}

a.big_submit {
	font-size: 22px;
	font-weight: bold;
	width: 250px;
	height: 101px;
	float: right;
	display: block;
	background: transparent url(/images/spray-big-button.gif) no-repeat center center;
	color: #fff;
	vertical-align: center;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a.big_submit:hover {
	background-color: transparent !important;
	color: #000 !important;
}

.recommended_prices_table td {
	text-align: center;
	width: 150px;
	height: 150px;
	cursor: pointer;
	padding: 5px;
	font-size: 10pt;
	line-height: 12pt;
}
.recommended_prices_table td label {
	cursor: pointer;
}
.recommended_prices_table td img {
	width: 64px;
}
.recommended_prices_table td .amt {
	font-size: 12pt;
	font-weight: bold;
}
.recommended_prices_table .selected {
	background-image: url(/images/spray-highlight.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#different_amount_field {
  font-size: 18pt;
}

#different_amount_field input {
  font-size: 18pt;
  width: 100px;
}

#different_amount_link {
	margin-top: 5px;
	margin-bottom: 5px;
}


.item_page h1, .item_page h2, .item_page h3,
.artist_page h1, .artist_page h2, .artist_page h3 {
	font-weight: normal;
	color: #666;
}
.item_page h1 {
	font-size: 20pt;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.artist_page h1 {
	font-size: 28pt;
	padding: 0;
	margin: 0;
}


#content .item_page .header{
text-transform: none;
font-size: 28px;
line-height: 27px;
width: 410px;
font-weight: bold;
padding-bottom: 5px;
padding-top: 10px;
}

#content .artist_page .header {
width: 410px;
font-weight: bold;
}

.item_page p.artist span,
.artist_page p.artist span {
  background-color: #ba0250;
  padding: 3px;
}

.item_page p.artist, .item_page h1 .artist,
.artist_page p.artist, .artist_page h1 .artist {
	font-size: 9pt;
	color: #ddd;
  margin-bottom: 20px;
padding-bottom: 30px;
}

.item_page p.artist, .item_page p.artist a, .item_page h1 .artist, .item_page h1 .artist a,
.artist_page p.artist, .artist_page p.artist a, .artist_page h1 .artist, .artist_page h1 .artist a {
	font-size: 9pt;
	color: #ddd;
}
.item_page .artist_photos,
.artist_page .artist_photos {
	width: 200px;
	padding-left: 10px;
	float: right;
}

.item_page .description,
.artist_page .description {
	padding-right: 15px;
	padding-top: 15px;
	clear: left;
}
.item_page .description h2, .item_page .purchase h2,
.artist_page .description h2, .artist_page .purchase h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
  font-weight: bold;
	margin-bottom: 10px;
  text-transform: none;
  color: #ba0250;
}

.artist_page .description h2, .artist_page .purchase h2 {
	font-size: 18pt;
}

.item_page .purchase {
	border-left: 1px solid #888;
	padding-left: 15px;
	float: right;
	width: 300px;
	font-size: 10pt;
	color: #666;
}

.item_page .purchase .price {
	color: #000;
	font-size: 16pt;
}

.item_page .purchase .special_offer {
	color: #900;
	font-size: 12pt;
}

.item_page .purchase .original_price {
	color: #666;
	font-size: 10pt;
	text-decoration: line-through;
}


.pricing_fields input, 
.editform .pricing_fields input.text,
.editform .pricing_fields input[type=text] {
  width: 60px;
}
br.clear {
	clear: both;
}

.news_story {
	border-top: 1px solid #222;
	padding: 4px;
}
.news_story img {
	margin: 6px;
	margin-top: 0px;
}

.bottom_nav {
	border-top: 1px solid #aaa;
	margin-top: 20px;
	padding: 10px;
	font-size: 10pt;
	background-color: #eee;
}

.bottom_nav .column {
	width: 180px; float: left;
	padding-right: 20px;
}

.faded {
	color: #555;
}

/* ---- */

.admin_links {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #877;
}

.admin_links a {
	text-decoration: none;
	color: #800;
	font-weight: bold;
}

.admin_links a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #800;
}

.admin_footer {
	border-top: 1px solid #dbb; 
	margin-top: 15px; margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}
/* ---- */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}




table.mailing_sample {
	border: 1px solid #bbb; 
	padding: 10px; 
	margin: 5px; 
	font-size: 9pt;
}

table.mailing_sample td.body {
	border-top: 1px solid #bbb; 
	padding-top: 10px; 
	font-size: 10pt;
}

table.mailing_sample .subject {
	font-weight: bold;
	font-size: 10pt;
}

.mailing_recipients {
	float: right;
	width: 220px;
	background-color: #eee;
	font-size: 9pt;
	padding: 4px;
	margin: 5px; 
}

.mailing_recipients ol, .mailing_recipients ul {
	margin: 0;
	padding: 0;
	margin-left: 32px;
	margin-top: 9px;
	font-size: 9pt;
}

.mailing_recipients li {
	font-size: 8pt;
}
.mailing_recipients li img {
	vertical-align: middle;
}

.mailing_recipients li .location {
	font-size: 7pt;
	color: #444;
	margin-left: 20px;
	margin-bottom: 3px;
	display: none;
}

.mailing_recipients li:hover {
	background-color: #ffe;
}

.mailing_recipients li:hover .location {
	display: block;
}


.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #9E1C20;
  text-decoration: none;
  color: #9E1C20;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #9E1C20;
  color: #fff;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #9E1C20;
  font-weight: bold;
  background-color: #9E1C20;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

div.auto_complete {
  width: 350px;
  background: #fff;
  font-size: 8pt;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
  list-style: none;
}
div.auto_complete ul li.selected { 
  background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}