
@import url(/css/reset.css); 	/* reset all layout to make life a bit easier */
@import url(/css/type.css);	/* holds all type styles */
@import url(/css/form.css); 	/* holds all default form styles */
@import url(/css/tabs.css); 	/* holds all tabs */
@import url(/css/comments.css); 	/* holds all styles for commenting */
@import url(/css/lightbox.css);
@import url(/css/pager.css);
@import url(/css/my_music.css);
@import url(/css/icons.css);

body
{
	font-family: Arial, sans-serif;
	margin: 0;
	background-color: #07425f;
	color: white;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.5em;
	cursor: default;
}

.spacer
{
	clear: both;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
}

#header
{
	clear: both;
}

.bannerHeader
{
	height: 60px; 
	width:468px; 
	float:right; 
	border: 1px solid #000000; 
	background-color: #FFFFFF; 
	padding: 2px; 
	margin-top:25px; 
	margin-bottom: 33px;
}

#content
{
	clear: both;
	margin-bottom: 1em;
}

#footer
{
	background-image:url(/images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:10px;
	clear: both;
	color: white;
	font-size: 1em;
	text-align: center;
	margin-bottom: 20px;
}

#footer p
{
	color: white;
}

div
{
	color: black;
}

h1
{
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	width: 236px;
	height: 146px;
	font-size: 0.000001em;
	cursor: pointer;
	float: left;
	color: white;
}

#genrefilter
{
	width: 540px;
	margin: 0;
}

#genreFilter2
{
	padding-left: 15px;
}

#genrefilter h2
{
	color: white;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2.white
{
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
}

h3
{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	margin-bottom: 5px;
}

h4
{
	color: #06445d;
	margin:0 0 3px 0;
	padding:0;
	font-size: 12px;
}

a
{
	color: white;
	text-decoration: none;
}

p
{
	color: black;
}

#content a
{
	color: #205f9b;
	font-weight: bold;
}

.inside p a
{
	color: #205f9b !important;
}

#content a:hover
{
	text-decoration: underline;
	color: #93b9ce;
}

h2 a:hover
{
	color: white !important;
}

#content h2 a
{
	color: white;
}

#logged-in
{
	color: black;
	float: right;
	visibility: hidden;
	margin-top: 50px;
}

/*
#logged-in a
{
	color: #205f9b;
}

#logged-in li
{
	float: left;
	border-right: 1px solid black;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 11px;
}

#logged-in li.cart
{
	padding-right: 0;
	border: 0;
}

li.cart img
{
	vertical-align: top;
	margin-right: 5px;
}
*/

#header .menu
{
	float: left;
}

#footer .menu
{
	margin-top: 1em;
}

#middle
{
	float: left;
	position: relative;
	left: 218px;
	width: 540px;
}

#left
{
	width: 203px;
	float: left;
	position: relative;
	left: -540px;
}

#right
{
	width: 203px;
	float: right;
}


/* Markup for boxes in content layers */

.box
{
	background-image: url(/images/content_box_wide_background.png);
	margin-bottom: 20px;
}

.box.small
{
	width: 200px;
	background-image: url(/images/content_box_small_background.png);
}

.inside
{
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
}

.inside a:hover
{
	color: #006ace;
}

#results
{
	padding-top: 10px;
}

#results thead
{
	display:table-header-group;
}

#results thead th
{
	font-weight: bold;
	padding-left: 5px;
	border-left: 1px solid #F6BD81;	
	border-right: 1px solid #EA7D3C;
}

#results thead img
{
	margin-left: 3px;
	margin-bottom: 2px;
}

#results thead th a
{
	color: white;
}

#results thead th.last
{
	border-right: 0;
}

#results thead th.first
{
	border-left: 0;
	text-align: right;
	padding-right: 5px;
}

.box h2, #results thead
{
	background-image: url(/images/content_box_header.png);
	background-repeat: no-repeat;

	color: white;
	padding-left: 16px;
	height: 20px;
	line-height: 20px;
}

.box h2 span, #results thead span
{
	background-image: url(/images/content_box_header_corner.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 70px;
	height: 20px;
	padding-right: 15px;
	text-align: right;
	display: block;
	float: right;
}

#results thead span
{
	width: 10px;
}

.box .footer
{
	clear: both;
	height: 7px;
	display: block;
	background-image: url(/images/content_box_wide_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1px;
}

.box.small .footer
{
	background-image: url(/images/content_box_small_footer.png);
}

#middle p, #middle h6
{
	margin-bottom: 1em;
}

#middle h6
{
    color: #07435F;
}

#middle p.welcome
{
	text-align: center;
	color: white;
}

#middle p a
{
	color: white;
	text-decoration: underline;
}

#featured_artists ol
{
	margin-left: 20px;
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
}

/* Featured music selection box */

#featured_music dl, #random_sheets dl, .productlist dl
{
	width: 120px;
	text-align: center;
	margin:3px;
	padding:0;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

#featured_music dl img, #random_sheets dl img, img.thumbnail, .productlist dl img
{
	border: 1px solid #e5e5e5;
	padding: 3px;
	width: 80px;
	height: 80px;
	background-color: white;
}

#featured_music ul li, #random_sheets ul li, .productlist ul li
{
	float: left;
}

/* News box */
#news_box dl
{
	line-height: 1.2em;
	margin-bottom: 3px;
}

#news_box dl a.readmore
{
	clear: both;
	display: block;
	margin-bottom: 20px;
}

#news_box dl .date
{
	font-weight: bold;
	margin-right: 4px;
}

/* Top Download box */

#top_downloads
{
	margin-top: 20px;
}

#top_downloads table
{
	width: 537px;
	margin-left: 1px;
}

#top_downloads table tr
{
	height: 70px;
}

#top_downloads table .item img
{
	margin-top: 5px;
	margin-left: 10px;
}

#top_downloads table .properties
{
	width: 280px;
}

#top_downloads table .uploaded
{
	text-align: center;
	width: 70px;
}

#top_downloads table .price
{
	width: 70px;
	color: #bf0005;
	font-weight: bold;
}

#top_downloads table .type
{
	text-align: center;
}

#top_downloads tr.odd
{
	background-color: #f5f7fa;
}

#new_stuff ol
{
	margin-left: 20px;
	list-style: decimal;
	list-style-position: outside;
}

#new_stuff li .instruments
{
	margin-bottom: 7px;
}

#new_stuff ol li p
{
	margin:0;
	padding:0;
	line-height: 13px;
}

/* genre page */
#results table
{
	font-size: 1em;
}

#results table td
{
	border-left: 1px solid #D4D7DA;
	padding: 3px 0 3px 5px;
}

#results table .counter
{
	width: 29px;
	text-align: right;
	border-left: 0;
	padding-right: 5px;
}

#results table .title
{
	width: 157px;
}

#results table .customer
{
	width: 130px;
}

#results table .instrument
{
	width: 80px;
}

#results table .price
{
	width: 50px;
	font-weight: bold;
	text-align: center;
}

#results table .rating
{
	width: 25px;
}

.matchCounter
{
	margin-left: 10px;
	color: white;
	font-weight: bold;
}

#loggedIn li
{
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#loggedIn
{
	color: white;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#cartlink
{
	margin-bottom:15px;
	margin-left: 15px;
}

#cartlink img
{
	margin-right:5px;
	vertical-align:middle;
}

#cartlink span
{
	font-weight:bold;
}

#loggedIn p
{
	margin-bottom: 10px;
	color:white;
}

#loggedIn a, #cartlink a
{
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

#loggedIn a:hover, #cartlink a:hover
{

}

tr.odd td
{
	background-color: #f6f7fb;
}

tr.even td
{
	background-color: white;
}

.pressedButton
{
	background-image: url(/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;
}


#dhtmltooltip
{
	text-align: left;
	background-color: #f5f7fa;
	border:1px solid black;
	left:-300px;
	padding:2px;
	position:absolute;
	visibility:hidden;
	width:150px;
	z-index:100;
}

#dhtmlpointer
{
	left:-300px;
	position:absolute;
	visibility:hidden;
	z-index:101;
}

#trailimage_id
{
	background-color:#f5f7fa;
	border:1px solid #000000;
	padding-bottom:5px;
}

#trailimage_id img
{
	border:1px solid #82817F;
	display:block;
	margin:10px;
}

#trailimage_id p
{
	color:#000000;
	font-size:9px;
	padding:0pt 10px;
	text-align:left;
	margin: 10px;
}

#message img
{
	margin-right: 10px;
	vertical-align: middle;
}

#genres ul
{
	margin-bottom: 5px;
}

#new_stuff
{
	margin-top: 15px;
}

div.usercomments
{
	margin-top: 7px;
}

.genre a
{
	font-weight: normal !important;
}

h2 a
{
	color: white !important;
}

.registerButton
{
	background-image: url(/images/register_button.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 109px;
	border: none;
	background-color: #ffffff;
	cursor: pointer
}

#profile a
{
	color: #205F9B !important;
}
