/* ****** COLOURS ******

#000		Black
#FFF		White
#060		Dark Green - used in section headers and nav bars
#709762		Middle Green - header cells on listproduct tables
#d7eda9		Light Green - Box background and section head/nav bar rollovers
#507742		Showproduct Prices
#A00000		Middle Red - addcart prices
#900		Dark Red - text link
#666		Dark Grey - sidebar list rollovers

****************** */

/* ****************** BASIC SETUP ***************** */

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;}


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

/* **************************************************** */
/*	For an EM based (expanding) site					*/
/*		#page		 {width:53em;}						*/
/*		#leftColumn  {width:9.5em;min-width:9.5em;}		*/
/*		#rightColumn {width:9.5em;min-width:9.5em;}		*/
/*		#breadcrumbs {margin: 0}						*/
/*		#content	 {margin: 0 10.5em 0 10.5em;}		*/
/* **************************************************** */

#page {			/* Entire site */
	width:759px;
	margin: 0px auto;
	text-align: left;
}
#headerBlock {} /* Site Header */

#bodyBlock  			/* Content and Columns */
{
	clear:  			both;
	min-height: 		25.5em;
	position:   		relative;
	margin: 	 		0;
}
* html #bodyBlock {height:25.5em;}

#contentColumn {  /* The big wahoonie */
	margin: 0 165px 0 0px;
	line-height:150%;
}
#breadcrumbs {
	margin: 0;
	padding:0 0 8px 0;
}

#leftColumn {		/* Left Column */
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	min-width:150px;
	line-height:1.2;
	text-align:left;
}
#rightColumn { 		/* Right Column */
	position:   	absolute;
	top:			0px;
	right:  		0px;
	width:  		152px;
	min-width:  	152px; 
	line-height:	1.2;
	text-align: 	left;
	margin: 		5px 0 0 0;
}

#footerBlock
{
	clear:  		both;
	text-align: 	center;
	padding:		8px 7px 1px 7px;
	margin: 		0;
	clear:both;
	background-image: url(../indigogrinds/images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size:0.8em;
	height: 		45px;
	line-height:	18px;
	color:  		#fff;
}
#footerBlock a,
#footerBlock a:visited
{
	color:   				#fff;
	text-decoration:		none;
}
#footerBlock a:hover
{
	color:   				#fff;
	text-decoration:		underline;
}
#footerBlock #copy
{
	display:		inline;
	float:  		left;
	text-align: 	left;
}
#footerBlock #links
{
	display:		inline;
	float:  		right;
	text-align: 	right;
}

/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */

#tellAFriend
{
	width:  		444px;
	margin: 		0px auto;
	text-align: 	left;
	font-size:  	1em;
}


/* ********************* HEADER ************************************* */

h1
{
	font-size:  					0.7em;
	margin: 						5px 0 5px 0;
}

#pageheader
{
	background:  					#000;
	height: 						134px;
	margin: 						0;
	padding-left:   				7px;
}
	#headerLeft1
	{
		background: 				#000;
		display:					inline;
		float:  					left;
	}
	#headerLeft2
	{
		background: 				#000;
		display:					inline;
		float:  					right;
	}
	#headerLeft3
	{
		display:					none;
	}
	#headerRight
	{
		background: 				#8aae3e;
		display:					inline;
		float:  					right;
	}

#navTop
{
	background-color:   			#000;
	line-height:					18px;
	height: 						20px;
	font-size:  					0.7em;
	color:  						#fff;
	margin: 						0px 0px 0px;
	padding:						0px 10px 0px 0px;
	clear:  						both;
}
	#navTop ul
	{
		display:					inline;
		margin: 					0px;
		padding:					0px 0px 0px 10px;
	}
	#navTop a,
	#navTop a:visited
	{
		font-weight:				700;
		color:  					#FFF;
		text-decoration:			none;
		font-size:  				1em;
	}
	#navTop a:hover
	{
		color:  					#999;
	}
#navHome
{
	float:  						left;
	display:						inline;
	margin: 						0px;
}
	#navHome li
	{
		display:					inline;
		margin: 					0;
		padding:					0px 5px;
		border-left: 				1px solid #fff;
	}
	#navHome li.first
	{
		display:					inline;
		margin: 					0;
		padding:					0px 5px 0px 0px;
		border-left: 				0px solid #fff;
	}
#navCheckout
{
	float:  						right;
}
	#navCheckout li
	{
		display:					inline;
		margin: 					0;
		padding:					0px 5px;
		border-left: 				1px solid #fff;
	}
	#navCheckout li.first
	{
		display:					inline;
		margin: 					0;
		padding:					0px 5px 0px 0px;
		border-left: 				0px solid #fff;
	}

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

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

	#leftColumn input,
	#rightColumn input
	{
		font-size:0.9em;
		margin:1px;
		display:block;
	}

	#leftColumn p,
	#rightColumn p,
	#leftColumn form,
	#rightColumn form
	{
		margin:0px;
	}

	#leftColumn h2,
	#rightColumn h2
	{
		display:	none;

		line-height: 18px;
		background-color: #060;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		font-size:0.7em;
		color:#FFF;
		white-space: nowrap;
		font-weight:700;
	}
	#leftColumn h2 span,
	#rightColumn h2 span
	{
		display:block;
	}
	#leftColumn h2 a,
	#rightColumn h2 a 
	{
		text-decoration:none;
		color:#FFF;
	}
	#leftColumn h2 a:hover,
	#rightColumn h2 a:hover
	{
		color:#d7eda9;	
	}

	#leftColumn .boxBody,
	#rightColumn .boxBody
	{
		border: 			1px solid #009900;	
		background-color:	#fff !important;
		color:				#000;
		margin:				0px;
		padding:			0px;
	}

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

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

/* ********************* BREADCRUMBS ********************* */

#breadcrumbs span {
	font-size:0.8em;
}

/* ********************* CONTENT ********************* */

#homePage
{
	margin: 0;
	padding: 0;
}
#homePage .nox
{
	display:		none;
}
#homePageStory {
	display:block;
	width:			440px;
}

/* **************************  iNEWS  ********************************** */

#inews h2
{
	line-height:				18px;
	background-color:   		#fff;
	margin: 					10px 0px 0px 0px;
	padding:					0px 0px 3px 10px;
	font-size:  				1.2em;
	color:  					#000;
	font-weight:				700;
	border-left: 				2px solid #8aae3e;
	border-bottom: 				1px solid #8aae3e;
}
* html #inews h2 {height: 1px;}
#inews h2 span
{
	display:					block;
}

#inews .contentArea
{
	font-size:  				85%;
	line-height:				130%;
	padding:					0.5em 0.5em 0 0.5em;
	
	background-image:   		url(../indigogrinds/images/bg.jpg);
	background-repeat:  		no-repeat;
	background-position:		top left;	
	
	min-height: 				27em;

}
* html #inews .contentArea {height: 27em;}

/* **************************  iCommerce   ********************************** */

#contentColumn #shoppingCart .listing a img
{
	border: 0px none white;
}

#contentColumn #shoppingCart h2
{
	line-height:				18px;
	background-color:   		#fff;
	margin: 					10px 0px 0px 0px;
	padding:					0px 0px 3px 10px;
	font-size:  				1.2em;
	color:  					#000;
	font-weight:				700;
	border-left: 				2px solid #8aae3e;
	border-bottom: 				1px solid #8aae3e;
}

#contentColumn #shoppingCart h2 span
{
	display:block;
}

#contentColumn #shoppingCart a 		{text-decoration:none;}
#contentColumn #shoppingCart a:hover 	{text-decoration:underline;}

/* ************  CATDISPLAY / SUBCAT DISPLAY  ************* */

#catDisplay .listing,
#subcatDisplay .listing 
{
	width:			140px;
	float:			left;
	text-align:		center;
	padding:		4px;
}
#subcatDisplay .listingImageBlock
{
	margin: 		0px;
	text-align: 	center;
}
#subcatDisplay .listingImageArea,
#catDisplay .listingImageArea
{
	width:  			140px;
	background-color:   #fff;
	text-align: 		center;
}

#subcatDisplay .listingImageArea img,
#catDisplay .listingImageArea img
{
	margin: 	0px auto;
}

#subcatDisplay .listing h3,
#catDisplay .listing h3 {
	display:			inline;
	font-size:0.9em;
	line-height:130%;
	font-weight:bold;
	height:4em;
	margin:0.5em 0;
}

/* ************  LISTPROD DISPLAY  ************* */

#listProduct #listingTable {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
	width:100%;
}

#listProduct #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#d7eda9;
	padding:8px;
}
#listProduct #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#709762;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#listProduct .listingImageBlock {
	margin:0px 8px 0px 0px;
}
#listProduct .listingImageArea
	{
		background-color:#d7eda9 !important;
		border:0px solid #000 !important;
		overflow:visible;
		text-align:center;
	}
	#listProduct .listingImageArea .listingImage
	{
		border:1px solid #000 !important;
	}
	#listProduct .listingImageUnder {}
#listProduct .listingTextBlock {}

#listProduct .label {}
#listProduct h3 {
	font-weight:700;
	margin:0;
	font-size:1em;
	margin:0 0 1em 0;
}
#listProduct .brand {display:none;}

#listProduct .miscs {font-size:1em;padding-bottom:1em;}
#listProduct .miscs .label {color:#000;font-weight:bold;}
#listProduct .misc  {}
#listProduct .misc1 {}
#listProduct .misc2 {}
#listProduct .misc3 {}
#listProduct .misc4 {}
#listProduct .misc5 {}

#listProduct .desc {display:none;}

#listProduct .prices {
	text-align:left;
	color:#000;
	font-size: 1.1em;
	font-weight:700;
	margin:0 0 1em 0;
	padding:0;
	white-space: nowrap;
}
#listProduct .enterprisePrice {}
#listProduct .price1 {}
#listProduct .price2 {}
#listProduct .price3 {}
#listProduct .price4 {}
#listProduct .price5 {}
#listProduct .price6 {}
#listProduct .gst {font-size:0.8em;white-space:nowrap;padding-left:2em;}
#listProduct .qty {font-size:0.9em;margin-top:10px;font-weight:normal;}
#listProduct .qty input {font-size:0.9em;}

#listProduct .gtp input {}
#listProduct .options {}
#listProduct td.cartStuff
{
	padding:		10px 0px;
	text-align: 	right
}

#listProduct td.cartStuff input,
#listProduct td.cartStuff img
{
	display:		block;
	margin: 		2px 0 2px auto;
	width:  		120px;
	font-size:  	13px;
}

/* ************  SHOWPROD DISPLAY  ************* */

#showProduct .listing {
	margin-top:10px;
}
#showProduct .imageBlock {
	float:right;
	margin:0px 0px 20px 20px;
}
	#showProduct .imageArea {
		max-width:250px;
		border:1px solid #000;
		overflow:hidden;
	}
	#showProduct .imageUnder {}
#showProduct .brand {display:none;}

#showProduct .prices {font-size:0.9em;color:#507742;padding-bottom:1em;}
#showProduct .prices .label {color:#000;font-weight:bold;}
#showProduct .price1 {}
#showProduct .price2 {}
#showProduct .price3 {}
#showProduct .price4 {}
#showProduct .price5 {}
#showProduct .price6 {}
#showProduct .gst {font-size:0.8em;color:#000;padding-left:2em;white-space:nowrap;}

#showProduct .miscs {font-size:0.9em;padding-bottom:1em;}
#showProduct .miscs .label {color:#000;font-weight:bold;}
#showProduct .misc  {}
#showProduct .misc1 {}
#showProduct .misc2 {}
#showProduct .misc3 {}
#showProduct .misc4 {}
#showProduct .misc5 {}

#showProduct .options   {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
}
#showProduct .options td {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#d7eda9;
	padding:2px 6px;
}
#showProduct .listingText {}
#showProduct .cat    {display:none;}
#showProduct .subcat {display:none;}
#showProduct .desc   {font-size:0.8em;}

#showProduct .cartStuff   {}
#showProduct .qty   	  {}
#showProduct .cartStuff input {}		
#showProduct .addCart
{
	background-color:   	#fff !important;
}
#showProduct .addCart input
{
	display:		block;
	margin: 		2px 0 2px auto;
	width:  		120px;
	font-size:  	13px;
}

/* ************  ADDCART DISPLAY  ************* */

#addBasket .listing {
	margin-top:10px;
}
#addBasket .imageBlock {
	float:right;
	margin:0px 0px 20px 20px;
}
	#addBasket .imageArea {
		max-width:250px;
		border:1px solid #000;
		overflow:hidden;
	}
	#addBasket .imageUnder {}

#addBasket h3 {font-size:0.9em}
#addBasket .brand {display:none;}

#addBasket .miscs {font-size:0.9em;padding-bottom:1em;}
#addBasket .miscs .label {color:#000;font-weight:bold;}

#addBasket .options {font-size:0.9em;padding-bottom:1em;}
#addBasket .options .label {color:#000;font-weight:bold;}

#addBasket #listingAddedToCart {
	font-weight:bold;
	margin:1.5em 0 1em 0;
	text-align:center;
}

#addBasket .bQty,
#addBasket .bPrice,
#addBasket .bTotalPrice
{
	color:#A00000;
}
#addBasket #listingCheckout,
#addBasket #listingViewCart 
{
	text-align:center;
	padding:2px;
}
#addBasket #listingCheckout img,
#addBasket #listingViewCart img
{
	margin:0 auto;
}


/* ************  VIEWBASKET DISPLAY  ************* */

#viewBasket #listingTable
{
	border-collapse:	collapse;
	border-width:   	0px;
	margin: 			10px 0;
	width:  			100%;
}
#viewBasket #listingTable td
{
	font-size:  		0.8em;
	border: 			1px solid #fff;
	background-color:   #d7eda9;
	padding:8px;
}
#viewBasket #listingTable th
{
	font-size:  		0.8em;
	border: 			1px solid #fff;
	background-color:   #709762;
	color:  			#fff;
	font-weight:		700;
	padding:			5px 8px;
	text-align: 		left;
}
#viewBasket .listingImageBlock {
	margin:0px 8px 0px 0px;
}
#viewBasket .listingImageArea
	{
		background-color:#d7eda9 !important;
		border:0px solid #000 !important;
		overflow:visible;
	}
	#viewBasket .listingImageUnder {}
#viewBasket .listingTextBlock {}

#viewBasket h3 {
	font-weight:700;
	margin:0;
	font-size:1em;
	margin:0 0 1em 0;
}
#viewBasket .listingBrand {display:none;}

#viewBasket .miscs {font-size:1em;padding-bottom:1em;}
#viewBasket .miscs .label {color:#000;font-weight:bold;}

#viewBasket .options {font-size:1em;padding-bottom:1em;}
#viewBasket .options .label {color:#000;font-weight:bold;}

#viewBasket .desc {display:none;}

#viewBasket .prices {
	text-align:left;
	color:#000;
	font-size: 0.9em;
	font-weight:700;
	margin:0 0 1em 0;
	padding:0;
	white-space: nowrap;
}
#viewBasket .enterprisePrice {}
#viewBasket .gst {font-size:0.8em;white-space:nowrap;padding-left:2em;}
#viewBasket .qty {font-size:0.9em;font-weight:300; vertical-align:top;}
#viewBasket .qty input {font-size:0.9em;}
#viewBasket .qty img {display:inline;margin-left: 20px;}

#viewBasket .gtp input {}
#viewBasket td.cartStuff {padding:10px 0px;text-align:right;}
#viewBasket td.cartStuff input,
#viewBasket td.cartStuff img
{
	display:block;
	margin:2px 0 2px auto;
}
#viewBasket .removeFromCart
{
	display:		inline;
	border-width:   0;
	padding:		2px;
}
.updateButton
{
	display:		inline;
	margin: 		2px 0 2px auto;
	font-size:  	11px;
}
.viewCartButtons
{
	margin: 		2px 0 2px auto;
	font-size:  	13px;
}

/***   Competition Form   ***/

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


/***  Car Phone only  ***/

#date
{
	display:none;
}





#tellAFriend td.tellAFriendLabel
{
	color:					#000;
	font-weight:			600;
	vertical-align:			middle;
}
#tellAFriend td.tellAFriendInput
{
	vertical-align:			middle;
}
#tellAFriend td.tellAFriendLabelMessage
{
	color:					#000;
	font-weight:			600;
	vertical-align:			top;
}

.tellAFriendHeaderImage
{
	margin-right:   		10px;
	float:  				left;
}

.tellAFriendFooterImage
{
	float:  				left;
}

	#tellAFriend .box1Header
	{
		line-height:			18px;
		background-color:   	#060;
		margin: 				0px;
		padding:				0px 0px 0px 0px;
		font-size:  			0.8em;
		color:  				#FFF;
		white-space:			nowrap;
		font-weight:			700;
		background-image:   	url(../icom-temp1/statimages/boxTR.gif);
		background-repeat:  	no-repeat;
		background-position:	right top;
	}
	
	#tellAFriend .box1Body
	{
		background-color:   	#d7eda9;
		color:  				#000;
		margin: 				0px;
		padding:				10px;
		font-size:  			80%;
	}
	
	#tellAFriend .box1Bottom
	{
		background-color:	   	#d7eda9;
		background-image:   	url(../icom-temp1/statimages/boxBR.gif);
		background-repeat:  	no-repeat;
		background-position:	right bottom;
		padding:				0px;
		margin: 				0px;
		border: solid 0px #ffff00;
		height: 				4px;
		line-height: 	   		4px;
	}

#creditcards
{
	text-align:		left;
	margin-bottom:	20px;
	padding-bottom:	20px;
}
#creditcards div
{
	text-align: left;
}
.creditcard
{
	margin-top:		3px;
	float: left;
	border: solid 1px #FFF;
	border-collapse: collapse;
}
