@charset "utf-8";
/* CSS Document */

/* ###############################
			global style
################################*/


* { margin: 0; 	padding: 0; }

html, body { height: 100%; }

html { overflow: -moz-scrollbars-vertical; }

body {
	background: #333 url(/templates/default/images/body-bg.jpg) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	margin-left: -1px; /* counters scrollbar breaking alignment in firefox */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #007;
	font-size: 24px; 
	text-shadow: 1px 1px #EEE;
}

h2 {
	font-size: 20px;
	color: #222;
	margin-bottom: 10px;
}

h3, h4 {font-size: 12px;}

p {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

a:link, a:visited {color: #009; text-decoration: underline;}
a:hover {color: #900; text-decoration: underline;}
a:active {color: #900;}

#wrapper {
	margin: auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	overflow: auto; /* this prevents scrollbar breaking alignment in firefox */
	width: 960px;
}

.clear {
	clear: both;
}

/* ###############################
	header, topmenu & logo style
################################*/

#header {
	background: url(/templates/default/images/header-bg.png) center no-repeat; /* IE6 logo.jpg  */		
	height: 110px;
	margin: 4px 0 0 0;
}

.logo a {
	float: left;
	display: block;
	background: url(/templates/default/images/logo.png);
	text-indent: -10000px;
	height: 96px;
	width: 167px;
	margin: 5px 0 0 7px;
}

#header .tagline {
	float: left;
	background: url(/templates/default/images/header-text.png);
	height: 72px;
	width: 524px;
	margin: 15px 0 0 40px;
	text-indent: -10000px;
}

#header .top-pic {
	float: right;
	margin: 5px 5px 0 0;
}

#topMenu {
	float: left;
	margin: 0;
}

ul#topMenu {
	background: url(/templates/default/images/top-menu-bg.jpg) repeat-x;
	width: 100%;
}

#topMenu li {
	float: left;
	display: inline;
	margin-left: 6px;
	margin-top: 1px;
}

#topMenu a {
	display: block;
	padding: 5px 22px 7px 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}

#topMenu a:hover {
	color: #C00D14;
}

#topMenu a:active, #topMenu a:visited {
	
}

#topMenu .end a {
	padding-right: 0;
}

/* ###############################
			mainContent style
################################*/

#pageWrapper {
	clear: both;
	background: #FFF url(/templates/default/images/page-bg.jpg) repeat-y;
	text-align: left; 
	padding: 0 0 20px 0;
	min-height: 1100px;
}

#mainContent {
	background: none;
	float: left;
	width: 730px;
	padding: 15px 25px;
}


#mainContent h1 {
	border-bottom: 1px solid #900;
	margin-bottom: 6px;
}

#mainContent #stock-wrapper h2 {
	color: #900;
	margin-bottom: 10px;
	font-size: 16px;
}

#mainContent ul {
	list-style-image: none;
	margin: 0 0 10px 0;
}

#mainContent ul li {
	font-size: 14px;
	list-style: none;
	background-position: 0 -2px;
	padding: 0 0 10px 35px;
}

#mainContent h1.pageHeader {
	border-bottom: none;
}

.pic-left {
	float: left;
	margin: 10px 15px 10px 0;
}

.pic-right {
	float: right;
	margin: 10px 0 10px 15px;
}

#vimeo {
	width: 400px;
	display: block;
	float: right;
	margin: 5px 0 10px 15px;
	text-align: center;
}

#vimeo p {
	padding: 8px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}



/* ###############################
			sidebar style
################################*/

#sidebar {
	background: none;
	width: 164px;
	padding: 0 8px 10px;
	float: left;

}

#sidebar li {
	list-style-type: none;
}

/* ###############################
			contact page style
################################*/

.wufoo-form {float: left; width: 340px;}
.store-address-list {float: right; width: 360px; }

/* ###############################
			leftMenu style
################################*/

#leftMenu {
	margin: 10px 0;
}

#leftMenu .top a:link, #leftMenu .top a:visited, #leftMenu .top a:active {
	background: url(/templates/default/images/leftMenu-NR-bg.jpg);
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

/*
#leftMenu .bottom a:link, #leftMenu .bottom a:visited, #leftMenu .bottom a:active {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

#leftMenu .bottom ul li a:link, #leftMenu .bottom ul li a:visited, #leftMenu .bottom ul li a:active {
	-moz-border-radius-bottomleft: none;
	-moz-border-radius-bottomright: none;
}*/

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li a, ul.menu li ul li a  {
	color: #FFF;
	display: block;
	font-family: Helvetica,sans-serif;
}

ul.menu li a {
	background: url(/templates/default/images/leftMenu-bg.jpg);
	font-size: 15px;
	font-weight: bold;
	height: 16px;
	padding: 7px 0 5px 13px;
	text-decoration: none;
	vertical-align: bottom;
	text-transform: uppercase;	
}

ul.menu li a:hover, #leftMenu .top a:hover {
	background: url(/templates/default/images/leftMenu-bg-hover.jpg) repeat-x;
	color:#000;
}

ul.menu li ul li a {
	background: #CCC;
/*	background: url(/templates/default/images/leftSubMenu-bg.jpg) repeat-x; */
	color: #900;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 17px;
	text-transform: none;
	border-bottom: 1px dashed #DDD;
}

ul.menu li ul li a:hover {
	background: #444;
/*	background: url(/templates/default/images/leftSubMenu-bg-hover.jpg) repeat-x; */
	color: #FFF;
	border-bottom: 1px dashed #777;
}



/* ###############################
			boutique buttons style
################################*/

.buttons {
	margin: 0 0 0 1px;
}

#boutique-buttons li a {
	display: block;
	background: url(/templates/default/images/button-bg.jpg);
	height: 75px;
	text-indent: -10000px;
}

/* ###############################
			form style
################################*/

#mainContent form {
	line-height: 16px;
}

#mainContent form p {
	font-size: 1.0em;
}



/* ###############################
			search style
################################*/

#search {
	background: url(/templates/default/images/search-bg.png);
	width: 165px;
	height: 104px;
	padding-bottom: 6px;
	margin: 7px 0 0 -1px;
}

input.txtfield {
	background: url(/templates/default/images/search-box-bg.png);
	border: none;
	font-size: 1em;
	height: 20px;
	width: 139px;
	margin: 10px 0 0 11px;
	padding: 2px 0 0 6px;
}

select.dropdown {
	border: 1px solid #999;
	font-size: 1em;
	width: 145px;
	margin: 0 0 0 10px;
	padding: 0;
}

input.searchbutton {
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 9px;
}

/* ###############################
			stock page style
################################*/

#stock-wrapper {
	padding: 0 5px;
}

#stock-wrapper p {
	font-size: 1.2em;
}

#stock-wrapper .description, #stock-wrapper .tracks { line-height: 16px; }

#titleInfo .stockH2 {
	color: #000;
}

/* #### new stock style ##### */

#stock-wrapper h1 {
	margin: 0 0 15px 0;
}

#stock-wrapper h2 {
	color: #000;
	border-bottom: none;
}

#stock-wrapper .reorder-code {
	clear: both;
}

.CD-cover {
	float: left;
	width: 240px;
	height: 240px;
	padding: 5px;
	background: url(http://www.fishfinemusic.com.au/media/240x240-bg.jpg);
	margin: 0 15px 15px -5px;
}

.DVD-cover {
	float: left;
	width: 215px;
	height: 300px;
	padding: 5px;
	background: url(http://www.fishfinemusic.com.au/media/215x300-bg.jpg);
	margin: 0 15px 15px -5px;
}

#product-info {
	float: left;
	margin: 3px 0 0 0;
	width: 460px;
}

#ProdDetails {
	font-size: 16px;
	max-width: 460px;
	line-height: 19px;
}

#ProdDetails td {
	padding: 1px 0;
}

#ProdDetails .label-cell {
	width: 110px;
}

#product-info .add-to-cart {
	margin: 10px 0 0 -10px;
}

#stock-wrapper .add-to-cart a {
	text-indent: -10000px;
	border: none;
	display: block;
	width: 152px;
	height: 63px;
	background: url(http://www.fishfinemusic.com.au/media/add-to-cart.jpg);		
}

.reorder-code {
	color: #900;
	margin: 20px 0 0 0;
}
	
	
/* ###############################
			footer & push
################################*/

#footer {
	color: #CCC;
	height: 20px;	
	background: #333;
	text-align: center;
	clear: both;
	padding: 10px 20px;
	font-size: 10px;
}

#footer p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 0;
}

#footer a { color: #BBB; }
#footer a:hover { color: #900;}

.footer-menu {
	width: 800px;
	padding: 20px 0 0 0;
}

.footer-menu li {
	text-align: center;
	float: left;
	list-style-type: none;
	margin: 1px 0 0 0;
}

.footer-menu a {
	font-size: 11px;
	display: block;
	margin: 0 66px 0 0;
}

#footer .footer-menu .end a {margin: 0 0 0 6px; }

.footer-menu h2 {
	border-bottom: 1px solid #006;
	margin: 8px 0 2px 0;
}

/* ###############################
			homepage style
################################*/

.bubbles {
	margin: 0 -12px 0 5px;
}

.home-bubble {
	float: left;
	display: block;
	background: url(/templates/default/images/home-bubble.png);
	width: 350px;
	height: 180px;
	margin: 8px 18px 8px 0;	
}

#CoverFlowDiv {
	float: left;
	width: 350px;
	height: 180px;
	margin: 8px 18px 8px 0;		
}

.banner {
	padding: 10px 0;
}



/* ############################################
				featBox style
############################################ */

#featBoxes {
	margin-right: -12px;
}

.featBox {
	float: left;
	width: 316px;
	min-height: 175px;
	margin: 4px 14px 4px 7px;
	padding: 10px 10px 0 10px;	
	border: solid 5px #EEE;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.featBox .cover {
	float: left;
	margin: 0 5px 10px 0;
}

.featBox .NS {
	padding: 5px;
}

.featBox .CD {
	width: 150px;
	height: 150px;	
	background: url(http://www.fishfinemusic.com.au/media/feat-cd-bg.jpg) no-repeat center;
	padding: 5px;
}

.featBox .DVD {
	width: 107px;
	height: 150px;	
	background: url(http://www.fishfinemusic.com.au/media/feat-dvd-bg.jpg) no-repeat center;
	padding: 5px;
	margin: 0 10px 0 5px;
}

.featBox .CD img {
	width: 150px;
	height: 150px;
}

.featBox .DVD img {
	width: 107px;
	height: 150px;
}

.featBox h2, .featBox p {
	margin: 0;
	padding: 0;
	border: none;
}

.featBox .artist, .featBox .title {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent #featBoxes .featBox .artist {
	color: #000;
	font-size: 20px;
	padding: 2px 0 10px 0;
}

#mainContent #featBoxes .featBox .title {
	color: #666;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
}

#mainContent #featBoxes .featBox .blurb, #mainContent #featBoxes .featBox .price {
}

#mainContent #featBoxes .featBox .blurb {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 0;
	clear: none;
	line-height: 13px;
}

#mainContent #featBoxes .featBox .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	float: left;
	font-size: 18px;
	margin-bottom: 3px;
}

.featBox .rrp, #UCDOTM .rrp {
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0 0 4px 0;
	padding: 0;
	text-decoration: none;
}

.featBox .rrp .line, #UCDOTM .rrp .line {
	text-decoration: line-through;
	margin-left: 2px;
}

.featBox a .more-info {
	float: right;
	display: inline;
	color: #009;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.featBox a:hover .more-info {
	color: #900;
}

#featBoxes h1 {
	clear: both;
	color: #007;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 15px 5px;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #900;
}

#UCDOTM .price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #C00;	
}

#UCDOTM a .more-info {
	color: #009;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;	
}

/* ##########################
	featured layout style 
########################## */

#FeaturedLayout {
	text-align: left;
}

#FeaturedLayout h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #009;
	font-weight: bold;
}

.CDx3 {
	padding: 0 0 5px 0;
}

.CDcover150 {
	width: 155px;
	height: 155px;
	background-image:url(/media/dropshadow150.png);
}

.DVDcover150 {
	width: 112px;
	height: 155px;
	background-image:url(/media/drop-shadow-dvd-150.png);
}

.CDcover150ns {
	width: 155px;
	height: 155px;
}

.DVDcover150ns {
	width: 112px;
	height: 155px;
}

p.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ################### */

.DVDcover210 {
	width: 155px;
	height: 215px;
	background-image:url(/media/drop-shadow-dvd-210.png);
}

.DVDcover210 img {
	width: 150px;
	height: 210px;
}

.productStrip ul {
	margin: 10px 0 10px -10px;
}

.productStrip ul li {
	padding: 3px 0;
	font-size: 12px;
}

.productStrip {
	border: 2px solid #EEE;
	margin: 5px 0;
}

.container-left .sideColumnContainer h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: none;
	margin: 0 0 10px 0;
}

/* ########################################################
		new release button menu
######################################################## */

.NRmenu {
	float: left;
	display: inline;
	margin: 0 0 0 12px;
	padding: 10px 30px 20px 0;
}
.NRmenu li {
	display: inline;
	float: left;
	margin: 0 8px 0 0;
}

.NRmenu li a {
	text-indent: -10000px;
	width: 67px;
	height: 45px;
	display: block;
	color: #006;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 8px;
}

.NRmenu li a:hover {
}

.NRmenu .bis a {background: url(/media/menu-bis.jpg);}
.NRmenu .chandos a {background: url(/media/menu-chandos.jpg);}
.NRmenu .harmonia a {background: url(/media/menu-harmonia.jpg);}
.NRmenu .hyperion a {background: url(/media/menu-hyperion.jpg);}
.NRmenu .decca a {background: url(/media/menu-decca.jpg);}
.NRmenu .dg a {background: url(/media/menu-dg.jpg);}
.NRmenu .abc a {background: url(/media/menu-abc.jpg);}
.NRmenu .emi a {background: url(/media/menu-emi.jpg);}
.NRmenu .naxos a {background: url(/media/menu-naxos.jpg);}
.NRmenu .glossa a {background: url(/media/menu-glossa.jpg);}
.NRmenu .nmc a {background: url(/media/menu-nmc.jpg);}
.NRmenu .channel a {background: url(/media/menu-channel.jpg);}
.NRmenu .other a {background: url(/media/menu-other.jpg);}
.NRmenu .dvd a {background: url(/media/menu-dvd.jpg);}
.NRmenu .cpo a {background: url(/media/menu-cpo.jpg);}
.NRmenu .rca a {background: url(/media/menu-rca.jpg);}
.NRmenu .sony a {background: url(/media/menu-sony.jpg);}
.NRmenu .mdg a {background: url(/media/menu-mdg.jpg);}

/* #############################################################
		label pages
############################################################# */

#label-page h1.pageHeader {margin: 0 0 15px 0; border-bottom: 1px solid #C00; }

#label-page h2 {
	clear: both;
	color: #007;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	border-bottom: 1px solid #900;
}

#label-page .label-logo {float: right; padding: 0 0 15px 15px; }

#mainContent #label-page .blurb {text-align: justify; line-height: 16px; margin-right: 5px; clear: none; padding-top: 0;}

/* #############################################################
		cotm pages
############################################################# */

#cotm-page h1.pageHeader {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0; 
	border-bottom: 1px solid #C00; 
}
 
#cotm-page h1 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
}

#cotm-page h2 { border-bottom: none; }

#cotm-page p {text-align: justify; line-height: 16px; margin-right: 5px;}

#cotm-page a .pic-left {margin-left: -3px;}
#cotm-page a .pic-left, #cotm-page a .pic-right { border: 3px solid #DDD; }
#cotm-page a .pic-left:hover, #cotm-page a .pic-right:hover { border: 3px solid #87AED5; }
			


/* #############################################################
		featured thumbnail boxes
############################################################# */

#box-wrapper, .box-wrapper {
	clear: both;
	padding: 0;
}

#thumbnail-page .box-wrapper {
	clear: both;
}

#thumbnail-page h1 {
	margin-top: 20px;
}

#thumbnail-page h1, #thumbnail-page h2 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	color: #007;
	border-bottom: 1px solid #900;
}

#thumbnail-page .expert-staff {
	text-align: justify;
	font-size: 18px;
}

#thumbnail-page .box-wrapper .product-box .moreinfo a:hover {font-weight: bold;}

/* back to top */
#thumbnail-page a.top-link, #label-page a.top-link, #cotm-page a.top-link {float: right; margin-top: -40px; text-decoration: none;}
#thumbnail-page a.top-link:hover, #label-page a.top-link:hover, #cotm-page a.top-link:hover {font-weight: bold;}

#box-wrapper p {
	text-align: center;
}

.product-box {
	float: left;
	padding: 0;
	width: 243px;
	height: 230px;
}

.coverCD img {
	width: 150px;
	height: 150px;
}

.coverCD a:link img, .coverCD a:visited img {
	border: 3px solid #DDD;
	display: block;
	width: 150px;
	height: 150px;
}

.coverCD a:hover img, .coverCD a:active img  {
	border: 3px solid #87aed5;
}

.coverDVD a:link img, .coverDVD a:visited img {
	border: 3px solid #DDD;
	display: block;
	width: 107px;
	height: 150px;
}

.coverDVD a:hover img, .coverDVD a:active img  {
	border: 3px solid #87aed5;
}

#mainContent #thumbnail-page .title, #mainContent #box-wrapper .title {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
}

.moreinfo {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

/* ##########################################################
		search results
########################################################## */

.navbar { font-size: 17px; }
.navbar a {color: #900;}
#mainContent .navbar a:hover {font-weight: bold;}

#resulttable tr, #resulttable tr td {border: none!important; padding: 4px 5px; }
#resulttable .evenrow, #resulttable .oddrow { font-size: 13px; }
#resulttable .evenrow {background: #f0f7ff;}
#resulttable .oddrow {background: #FFF;}
#resulttable .money { font-weight: bold; text-align: right; padding-right: 10px; }
#resulttable .evenrow .artist, #resulttable .oddrow .artist { font-weight: normal; }

/* ##########################################################
		winheado product pages
########################################################## */

#mainContent .title, #mainContent .artist, #mainContent .tracklist, #mainContent .detail { font-size: 14px; padding: 3px 0; }
#mainContent .title, #mainContent .artist { font-weight: bold; }
#mainContent .title {margin-left: 4px;}
#mainContent .blurb { clear: left; line-height: 18px; padding-top: 15px;}
#mainContent .tracklist .track {float: left; clear: left; padding: 3px 0 3px 5px; width: 500px; }


/* ##########################################################
		miscellaneous
########################################################## */

.store-address-list h2 {
	color: #007;
	font-size: 16px;
	padding: 3px 0;
}

.store-address-list p, .store-hours-maps p {
	line-height: 16px;
}

.store-address-list h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 1px dotted #CCC; 
	font-size: 22px; 
	padding: 2px 0 35px 0;
}

.store-hours-maps tbody .details td {
	background: #F5F5F5;
	vertical-align: top;
	border-top: 1px solid #C00;
}

.store-hours-maps h2 {
	color: #007;
	font-size: 16px;
	padding: 10px 0 5px 3px;
}

.store-hours-maps .details td {
	padding: 3px;
}

.store-hours-maps tbody .details td a {
	display: block;
	width: 57px;
	height: 68px;
	background: url(/templates/default/images/map-icon.gif);
	text-indent: -10000px;
}

.store-hours-maps tbody .details p {
	line-height: 18px;
	font-size: 15px;
	vertical-align: top;
}

.vip-form {
	color: #222;
	float: right;
	width: 275px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 15px 15px;
	padding: 5px 10px;
	background: #EEE;
}

.vip-form table tr td {
	padding: 8px 3px;
}

#vip-page .blurb, #postage-page .blurb { padding-top: 5px; font-size: 17px; margin-bottom: 0.8em; }

#vip-page h2, #postage-page h2 {
	border-bottom: 1px solid #C00;
}

.vip-form .signup-button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 2px;
}

#mainContent #vip-page ul li {
	background: url(/templates/default/images/green-tick.jpg) no-repeat;
}

#postage-page table tr td {
	font-size: 22px;
	color: #222;
	padding: 4px;
}

#postage-page table tbody td.grey { background: #F5F5F5; }

#mainContent #postage-page ul {padding-top: 15px; }

#mainContent #postage-page ul li {
	background: url(/templates/default/images/list-red-dot.gif) no-repeat;
	font-size: 17px;
	list-style: none;
	background-position: 0 5px;
	padding: 0 0 8px 14px;
}

.helpful-hints {
	text-align: right;
	font-size: 12px;
	padding: 5px 28px 5px 0;
	line-height: 15px;
}

.video-bg {
	width: 716px;
	height: 401px;
	padding: 2px;
	margin-bottom: 15px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;	
	background: url(/templates/default/images/video-bg.jpg) repeat-x;
}

.coverflow-feature {
}