/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #33000d;
	margin-left:0px;
	margin-top:0px;
}

p a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0040;
	text-decoration: none;
}

p a:hover {
	color: #66001a;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0040;
	text-decoration: none;
}

a:hover {
	color: #66001a;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ff4c79;
}

#background {
	background-image: url(../images/chicagotext_bkgd.jpg);
	background-repeat: repeat-y;
}

#nav_text {
	line-height: 18px;
	margin-left: -12px;
	margin-top: 10px;
	float: left;
	width: 140px;
}

#nav_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_text a:hover {
	color: #33000d;
}

#store_box {
	background-image: url(../images/hours_box.png);
	background-repeat: no-repeat;
	padding-top: 7px;
}

#store_hours {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	margin-left:0px;
	margin-top:0px;
}

#store_address {
	border-top:1px;
	border-top-color:#999999;
	border-top-style:solid;
	color: #ff4c79;
}

#content_start_home {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_start {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.receipt_copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	color: #ffffff;
	text-decoration: none;
}

#shoplist {
	list-style-type: none;
	line-height: 28px;
	list-style-position: outside;
	margin-left: 10px;
	margin-top: -8px;
	padding-left: 0px;
	padding-top: 0px;
}

#shoplist a {
	font-size: 14px;
	font-weight: bold;
}

#top-record-catlist {
	list-style-type: none;
	list-style-image: url(/images/star.png);
	line-height: 16px;
	list-style-position: outside;
	margin-left: 24px;
	margin-top: -2px;
	padding-left: 0px;
}

#top-record-catlist a {
	font-size: 12px;
	font-weight: bold;
}

.child-record-categories {
	list-style-type: none;
	list-style-image: none;
	line-height: 16px;
	list-style-position: outside;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.content-nav-link {
	font-size: 12px;
}

.record-listing th {
	font-size: 12px;
	color: #AAAAAA;
}

.record-listing td {
	font-size: 12px;
}

.record-listing p {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer_tag {
	float: right;
}

#footer_tag {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#footer_tag a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0040;
	text-decoration: none;
}

#footer_tag a:hover {
	color: #66001a;
}

/* Inline MP3 styles */
.mp3sample a,
.mp3sample a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 text-decoration:none;
 font-weight:normal;
 font-size:14px;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
 background:#666 url(/images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_play.gif);
 border-color:#666;
}

.mp3sample a.sm2_link:hover {
 background:#999 url(/images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_play.gif);
 border-color:#999;
}

.mp3sample a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

.mp3sample a.sm2_paused:hover {
 background:#333 url(/images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_play.gif); /* IE 6 */
 border-color:#333;
}

.mp3sample a.sm2_paused {
 background-color:#666;
 border-color:#666;
}

.mp3sample a.sm2_paused:hover {
 background:#999 url(/images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_play.gif);
 border-color:#999;
}

.mp3sample a.sm2_playing {
 background:#66001a url(/images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_pause.gif);
 border-color:#66001a;
 text-decoration:none;
}

.mp3sample a.sm2_playing:hover {
 background:#FF0040 url(/images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_pause.gif);
 border-color:#FF0040;
 text-decoration:none;
}
/*66001a
FF0040*/
