/***  Colours used:

#000099 dark green
#ACACDE mid green
#E7E7F5 light green

****/

body, td, p, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:90%;
	margin:0;
	text-align:center;
}
a {
	color:#900;
	cursor:pointer;
}
* html a 	{cursor:hand;} /* Only IE sees this. */

img {display: block;}

.nox { /* used to hide an element */
	font-size:1px  !important;
	height:1px  !important;
	line-height:1px  !important;
	overflow:hidden;
	margin:0px  !important;
	padding:0px  !important;
	vertical-align:text-bottom;
	color:#FFF;
	font-family:arial,helvetica,sans-serif;
	background-image:none !important;
	width:auto;
}
.hide {
	display:none;
}

/* ****************************  BASIC PAGE SETUP LAYOUT ********** */

#page {			/* Entire site */
	width:750px;
	margin: 0px auto;
	text-align: left;
}
#pageHeader {	/* Header Block  */
}
#leftColumn {		/* Left Column */
	float:left; 
	width:140px;
	min-width:140px;
	line-height:1.2;
	text-align:left;
}
#rightColumn { 		/* Right Column */
	float:right;
	min-width:140px; 
	width:140px;
	line-height:1.2;
}
#content {  /* The big wahoonie */
	margin: 0 150px 0 150px;
	line-height:150%;
	font-size:0.9em;
}
#breadcrumbs {
	margin: 0 150px 0 150px;
	padding:0 0 8px 0;
	font-size:10px;
}

/* Holly Hack - Feeds different margins to IE Win because of 3px margin bug */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #content 		{margin:0 147px 0 147px;}
	* html #breadcrumbs 	{margin:0 147px 0 147px;}
/* End hide from IE5/mac */

#footer {
	text-align:center;
	padding:5px 0px;
	margin:20px 0px;
	clear:both;
	background-image: url(../musiclinkshop/statimages/tile_dottedLine.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:0.8em;
}


/* ************************* LEFT/RIGHT COLUMNS ***************************** */

	#leftColumn,
	#rightColumn
	{
		font-size:1em;
	}

	#leftColumn input,
	#rightColumn input
	{
		font-size:0.9em;
		margin:1px;
		display:block;
	}
	#leftColumn input.textField,
	#rightColumn input.textField
	{
		width:90%;
	}
	#leftColumn p,
	#rightColumn p,
	#leftColumn form,
	#rightColumn form
	{
		margin:0px;
	}

	#leftColumn h2,
	#rightColumn h2
	{
		line-height: 18px;
		background-color: #000099;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		font-size:0.7em;
		color:#FFF;
		white-space: nowrap;
		font-weight:700;
		background-image: url(../musiclinkshop/statimages/boxTL.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#leftColumn h2 span,
	#rightColumn h2 span
	{
		display:block;
		background-image: url(../musiclinkshop/statimages/boxTR.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}
	#leftColumn h2.nobox,
	#rightColumn h2.nobox
	{
		background-image: url(../musiclinkshop/statimages/navL.gif);
	}
	#leftColumn h2.nobox span,
	#rightColumn h2.nobox span
	{
		background-image: url(../musiclinkshop/statimages/navR.gif);		
	}
	#leftColumn h2 a,
	#rightColumn h2 a 
	{
		text-decoration:none;
		color:#FFF;
	}
	#leftColumn h2 a:hover,
	#rightColumn h2 a:hover
	{
		color:#E6F0E6;	
	}

	#leftColumn .sidebarLinkSpacer,
	#rightColumn .sidebarLinkSpacer 
	{
		line-height:		7px;
	}
	#leftColumn .barginBin
	{
		padding:			15px 0px;
	}
	#leftColumn .boxBody,
	#rightColumn .boxBody,
	#tellAFriend .box1Body
	{
		background-color:	#E7E7F5;
		color:				#000000;
		margin:				0px;
		padding:			10px;
		font-size:			75%;
	}

	#leftColumn .boxBody a,
	#rightColumn .boxBody a
	{
		text-decoration:underline;
	}

	#leftColumn .boxBottom,
	#rightColumn .boxBottom
	{
			background-color: #E7E7F5;
			background-image: url(../musiclinkshop/statimages/boxBR.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			padding:0px;
			margin:0px 0px 10px 0px;
	}
	#leftColumn ul,
	#rightColumn ul
	{
		margin:0px;
		padding:5px 0px 10px 10px;
	}
	#leftColumn ul li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#leftColumn h3,
	#rightColumn ul li 
	{
		font-size:0.7em;
		line-height: 1.5em;
		font-weight: 700;
		color: #000000;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		list-style-type: none;
		background-image: url(../musiclinkshop/statimages/listbullet.gif);
		background-repeat: no-repeat;
		background-position: left;	
	}
	#leftColumn h3 a,
	#rightColumn h3 a
	{
		color: #000000;
		text-decoration:none;
	}
	#leftColumn h3 a:hover,
	#rightColumn h3 a:hover
	{
		color: #666;
	}
	#leftColumn .button,
	#rightColumn .button
	{
		margin:5px;
		text-align:right;
	}
	#leftColumn .buttonGo,
	#rightColumn .buttonGo
	{
		margin:4px 0;
		border-width:0px;
	}

	#creditcards {
		color:#999;
		font-size:0.7em;
	}
	.creditcard {
		padding:4px 1px;
		float:left;
	}


/* ****************** HOMEPAGE **************** */


	#content h2	{
		line-height: 18px;
		background-color: #000099;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		font-size:1em;
		color:#FFF;
		font-weight:700;
		background-image: url(../musiclinkshop/statimages/navL.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#content h2 span {
		display:block;
		background-image: url(../musiclinkshop/statimages/navR.gif);		
		background-repeat: no-repeat;
		background-position: right top;
	}

	#content h2.ul,
	#content h2 span.ul {
		background-position: left top;
		background-image: url(../musiclinkshop/statimages/nav_UL.gif);
		padding:0px;
	}
	#content h2 span.ur {
		background-position: right top;
		background-image: url(../musiclinkshop/statimages/nav_UR.gif);
	}
	#content h2 span.ll {
		background-position: left bottom;
		background-image: url(../musiclinkshop/statimages/nav_LL.gif);
	}
	#content h2 span.lr {
		padding-left:10px;
		background-position: right bottom;
		background-image: url(../musiclinkshop/statimages/nav_LR.gif);
	}





	#homePageStory {
		padding:0 1em;
	}

/* Holly Hack - Gives 'layout' to element in MIE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #homePageProducts 		{height:1%;}
/* End hide from IE5/mac */

#homePageProducts .listing {
	margin:0px !important;
	padding:10px 0 !important;
	width:32% !important;
}
#homePageProducts .listingImageArea {
	padding:0px !important;
	margin:0px !important;
}


/* ****************** HYBRID CSS ************* */

.pageTitle {
	line-height: 18px;
	background-color: #000099;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size:10px;
	color:#FFF;
	white-space: nowrap;
	font-weight:700;
	background-image: url(../musiclinkshop/statimages/navL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pageTitle span {
	display:block;
	background-image: url(../musiclinkshop/statimages/navR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}




/* ****************** OLD CSS ************* */

a, a:visited {
	color:#900;
}
img {
	display: block;
}

#logotype {
	margin:14px 0px 19px 10px;
}
#telephone {
	text-align:right;
}

#navTop {
	background-color: #000099;
	background-image: url(../musiclinkshop/statimages/navR.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 18px;
	height:18px;
	font-size:10px;
	color:#FFF;
	margin:5px 0px 15px;
	padding:0px 30px 0px 0px;
	clear:both;
}
	#navTop ul {
		display:inline;
		margin:0px;
		padding:0px 0px 0px 30px;
	}
	#navTop a, #navTop a:visited {
		font-weight:700;
		color:#FFF;
		text-decoration:none;
		font-size:10px;
	}
	#navTop a:hover {
		color:#E7E7F5;
	}
#date {
	background-image: url(../musiclinkshop/statimages/navL.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:left;
	text-indent:10px;
}
#navHome {
	float:left;
	display:inline;
	margin:0px;
}
	#navHome li {
		display: inline;
	}
#navCheckout {
	background-image: url(../musiclinkshop/statimages/navMid.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:right;
}
	#navCheckout li {
		display: inline;
	}





		#content h1 span {
			float:left;
		}
		#content #totop {
			float:right;
		}
		#homePage .pageTitle {
			display:none;
		}


#footer {
	text-align:center;
	padding:5px 0px;
	margin:20px 0px;
	clear:both;
	background-image: url(../musiclinkshop/statimages/tile_dottedLine.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.hide {
	display:none;
}
.quotationLeft, .quotationRight, .quotation {
	font-size:20px;
	font-weight:700;
	color:#ACACDE;
	line-height:120%;
}
.quotationRight {
	float:right;
	width:100px;
	text-align:center;
	margin:20px;
}
.quotationLeft {
	float:left;
	width:100px;
	text-align:center;
	margin:20px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.clearboth {
	clear:both;
}




/***  iCommerce   ***/

/***  catDisplay / SubCat Display  ***/

#shoppingCart .divider {
	margin:10px 0px 10px 0px;
	clear:both;
}
#shoppingCart .pageFooter {
	display:none;
}
#catDisplay .listing {
	float:left;
	text-align:center;
	padding:5px;
	height:120px;
}
#catDisplay .listingText {
	display:none;
}
#catDisplay .listingImageArea {
	margin:0px 20px 5px 20px;
	border:1px solid black;
}
#catDisplay .listingImageArea {
	border:1px none white;	
}


#subcatDisplay .contentArea {
	padding:10px 0px 0px 10px;
}
		#subcatDisplay .listing {
			height:30px;
		}
		#subcatDisplay .listingText {
			padding:5px 0px 0px 40px;
			font-size:12px;
			line-height:26px;
			background-image: url(../musiclinkshop/subcatimages/btn_musiclinkshop.gif);
			background-repeat: no-repeat;
			background-position: left;
		}


#catDisplay a,
#catDisplay a:visited,
#subcatDisplay a,
#subcatDisplay a:visited {
	font-weight:700;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
#content #shoppingCart .listing a img {
	border: 0px none white;
}

/***  listDisplay ***/

.listingTable {
	margin-top:10px;
}

.listingTable,
.listingOptions {
	border-collapse:collapse;
}
		.listingTable td,
		.listingTable th,
		.listingOptions td {
			border:1px solid #FFF;
			background:#E7E7F5;
			padding:10px 5px;
		}
		.listingOptions td {
			padding:2px 5px;
		}
		.listingOptions td option {
			width:150px;
			height:20px;
			font-size:10px;	
		}
.tableTitleBar th,
.tableTitleBar td
{
	background:#ACACDE;
	color:#FFF;
	font-weight:700;
	padding:4px 10px;
	font-size:11px;
}

.label {
	color:#000;
	font-size: 11px;
	font-weight:normal;
}
.listingMisc1 .label {
	display:none;
}


.listingImageBlock
{
	text-align: 	left;
	margin: 		0px 10px 0px 0px;
	min-height: 	275px;
}
		.listingImageArea {
			border:1px solid #000;
			overflow:hidden;
			background-color:white;
			text-align:center;
		}
		.listingImageUnder {
		}
.listingTextBlock, {
	width:300px;
}
		.listingProdname {
			font-weight:700;
		}
		.listingBrand,
		.listingDesc {
			display:none;
		}
.listingPrices {
	color:#000;
	font-size: 11px;
	font-weight:700;
	margin:0px 0px 0px 0px;
	padding:0px;
	white-space: nowrap;
}
		.listingPriceColumn {
			text-align:right;
		}
		.listingPrice1 .label {
			display:none;
			text-decoration: none;
		}
		.listingQty {
			margin-top:10px;
		}
		.listingPrice6 {
			font-size:11px;
			color:red;
			text-decoration: line-through;
		}
		.listingPrice6 .label {
			display: none;
		}
		.listingGST {
			font-size:9px;
			white-space:nowrap;
		}
		.listingCartStuff {
			padding:10px 5px;
		}
.moreInfo {
	padding:3px 0px 0px 0px;
}
/***  showProduct  ***/

#showProduct .contentArea {
	padding:10px 0 0 0;
}

#showProduct .listing {
	padding:0px 10px;
}
		#showProduct .listingDesc {
			margin:10px 0px;
		}
		
		#showProduct .listingImageBlock {
			float:right;
			margin:0px 0px 20px 20px;
		}
		#showProduct .listingCartStuff {
			margin:0;
		}
		#showProduct .listingQty {
			margin:10px 0px;
		}
		#showProduct .listingCat,
		#showProduct .listingSubcat,
		#showProduct .listingMisc1 {
			display:none;
		}
		#showProduct .listingMiscs {
			margin:10px 0px;
		}
		#showProduct .listingPrices {
			font-size:20px;
			color:#ACACDE;
		}
		#showProduct .listingImageArea {
			width:250px;
			border:1px solid #000;
			overflow:hidden;
		}
		#showProduct .listingDesc {
			display:block;
		}

	/* Related Products */

		#showProduct .relatedProducts #pageTitle {
			clear:right;
		}
		#showProduct .relatedProducts .relatedProduct {
			width:140px;
			height:170px;
			float:left;
			text-align:center;
			font-size:0.8em;
			line-height:1.2em;
			padding:5px;
		}
		#showProduct .relatedProducts .relatedProduct img {
			border:1px solid #000;
			margin:4px auto;
		}
		#showProduct .relatedProducts .relatedProduct .relatedProductPrice {
			font-weight:bold;
			color:#8C8CBE;
			margin-top:0.5em;
			font-size:1.3em;
		}


/***   Competition Form   ***/

.formLabel {
	font-weight:bold;
	font-size:1em;
}
.formText, .formSelect {
	text-align:left;
	font-size:1em;
}

.listingOpt6,
.listingAddCart {
/*	display:none; */
}
#showProduct .listingOpt6,
#showProduct .listingAddCart {
/*	display:block; */
}
/******** Unsubscribe ***********/
	#tellAFriend .box1Header
	{
		position:				relative;
		line-height:			18px;
		background-color:		#000099;
		margin:					0px;
		padding:				0px 0px 0px 0px;
		font-size:				1.0em;
		color:					#ffffff;
		white-space:			nowrap;
		font-weight:			700;
		background-image:		url(../musiclinkshop/statimages/boxTR.gif);
		background-repeat:		no-repeat;
		background-position:	right top;
		vertical-align: top;
		text-align:		left;
	}
	#tellAFriend .box1Bottom
	{
		background-image:		url(../musiclinkshop/statimages/boxBL.gif);
		background-repeat:		no-repeat;
		background-position:	right bottom;
		padding:				0px;
		margin:					0px 0px 10px 0px;
	}
	#tellAFriend .box1Body
	{
		font-size:			100%;
	}

	.tellAFriendHeaderImage
	{
		position:	absolute;
		top:		0;
		left:		0;
	}




