/* @override 
	http://dischord.local/stylesheets/_ns_navigation.css
	http://dischord.com.local/stylesheets/_ns_navigation.css
*/

#nav_block{
	height: 25px;
	padding-top: 20px;
}
#navigation {
    width: 640px;
   	margin: 0;
   	padding: 0;
	float: left;
}

#navigation ul {
    list-style:none;
	height: 25px;
	padding: 0;
	margin: 0 0 0 30px;
}
#navigation li{
    height: 24px;
    float:left;
    display:inline;
    background-color:white;
    background-repeat:no-repeat;
    background-position: 7px -3px;
	padding: 0 7px;
}
#navigation li a{
	float: left;
}
#navigation a{
    display:block;
    height: 24px;
    background-repeat:no-repeat;
    text-indent: -9999px;
    background-position: 0 -3px;

}

#navigation a:hover{
    background-position: 0 -34px;
}

#navigation a:focus {
	-moz-outline:none;
}

#navigation #homeButton {
    width: 63px;
    height: 28px;
    background-image: url(/images/ui/nav/dischord_logo.gif);
    background-position: 0px 0;
    margin:-3px 50px 0 0;
    padding:0;
} 

/*#homeButton a {
    width: 63px;
    background-image: url(/images/ui/nav/dischord_logo.gif);
    margin-right:50px;
}

#homeButton a:hover {
    background-image: url(/images/ui/nav/dischord_logo.gif);
}*/

#bandsButton {
    width: 37px;
    background-image: url(/images/ui/nav/bands.gif);
} 

#bandsButton a {
    width: 37px;
    background-image: url(/images/ui/nav/bands.gif);
}

#bandsButton a:hover {
    background-image: url(/images/ui/nav/bands.gif);
}

#toursButton {
    width:34px;
    background-image: url(/images/ui/nav/tours.gif);
} 

#toursButton a {
    width: 34px;
    background-image: url(/images/ui/nav/tours.gif);

}

#toursButton a:hover {
    width: 34px;
    background-image: url(/images/ui/nav/tours.gif);
}


#stuffwesellButton {
    width: 81px;
    background-image: url(/images/ui/nav/stuffwesell.gif);
} 

#stuffwesellButton a {
    width: 81px;
    background-image: url(/images/ui/nav/stuffwesell.gif);
}

#stuffwesellButton a:hover {
    width: 81px;
    background-image: url(/images/ui/nav/stuffwesell.gif);
}


#fugaziLive {
    width: 112px;
    background-image: url(/images/ui/nav/fugaziliveseries.gif);
} 

#fugaziLive a {
    width: 110px;
    background-image: url(/images/ui/nav/fugaziliveseries.gif);
}

#fugaziLive a:hover {
    width: 115px;
    background-image: url(/images/ui/nav/fugaziliveseries.gif);
}


#mediaButton {
    width: 35px;
    background-image: url(/images/ui/nav/media.gif);
} 

#mediaButton a {
    width: 35px;
    background-image: url(/images/ui/nav/media.gif);
}

#mediaButton a:hover {
    width: 35px;
    background-image: url(/images/ui/nav/media.gif);
}

#historyButton {
    width: 44px;
    background-image: url(/images/ui/nav/history.gif);
} 

#historyButton a {
    width: 44px;
    background-image: url(/images/ui/nav/history.gif);
}

#historyButton a:hover {


}

#contactButton {
    width: 56px;
    background-image: url(/images/ui/nav/contact.gif);
} 

#contactButton a {
    width: 56px;
    background-image: url(/images/ui/nav/contact.gif);
}

#contactButton a:hover {
    width: 56px;
    background-image: url(/images/ui/nav/contact.gif);
}

#faqButton {
    width: 21px;
    background-image: url(/images/ui/nav/faq.gif);
} 

#faqButton a {
    width: 21px;
    background-image: url(/images/ui/nav/faq.gif);
}

#aboutButton {
    width: 37px;
    background-image: url(/images/ui/nav/about.gif);
} 

#aboutButton a {
    width: 37px;
    background-image: url(/images/ui/nav/about.gif);
}

#cartStatus {
    width:70px;
    height: 25px;
    margin: 0 20px 0 10px;
    padding:0px 5px;
    color:white;
    background:url(/images/ui/backgrounds/cart_status.gif) no-repeat;
    cursor: pointer;
	overflow: hidden;
	float: left;
	display: inline;
}

#cartStatus #itemCount{
    font-size:1.75em;
    width: 25px;
    height: 20px;
    display:block;
    margin:2px 0 4px 0px;
    text-align:right;
}


#navigation #cartStatus #creditsCount{
    font-size: 11px;
    width: 25px;
    display:block;
    margin:2px 0 0 3px;
    text-align:right;
    color: #555;
    line-height: normal;
}

#navigation #cartStatus #text{
    line-height: 0px;
    text-indent: -9999px
}

form#search {
	float: left;
}
#advanced_search_link{
	position: relative;
	top: 0;
	float: none;
	left: 763px;
	font-size: 10px;
	width: 50px;
	height: 15px;
	margin: 0;
	padding: 0;
	clear: both;
}
#advanced_search_link a{
	color: #fff;
}
#advanced_search_link a:hover{
	text-decoration: underline;
}

#navigation #search #searchTerm {
    width:130px;
    float:left;
    margin:0px 5px 0 0;
}



