/*
	dark:	background-color:	#999999;
	meduim:	background-color:	#cccccc;
	light:	background-color:	#e7e7e7;
*/


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

body, td, p, input, select, textarea
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color:			#000000;
}
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:54.1em;
	margin: 0px auto;
	text-align: left;
}
#pageHeader {	/* Header Block  */
	height:		100px;
	margin:		0;
}
#leftColumn {		/* Left Column */
	float:left; 
	width:9.5em;
	min-width:9.5em;
	line-height:1.2;
	text-align:left;

	padding:	0 0 20px 0;
/* background: #0000ff; */
}
#rightColumn { 		/* Right Column */
	float:right;
	min-width:9.5em; 
	width:11em;
	line-height:1.2;

	padding:	0 0 20px 0;
/* background: #00ff00; */
}
#content	/* The big wahoonie */
{
	margin:			0 12em 0 10.3em;
	line-height:	150%;
	padding:		0 0 20px 0;
}
#breadcrumbs
{
	margin:			0 10.5em 0 10.5em;
	padding:		0 0 8px 0;
}

/* 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 11.8em 0 10.5em;}
	* html #breadcrumbs 	{margin:0 11.8em 0 10.5em;}
/* End hide from IE5/mac */

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

/* 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 .contentArea {height:50px;}
/* End hide from IE5/mac */

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

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

#navTop
{
	background-color:	#ffffff;
	line-height:		18px;
	height:				18px;
	font-size:			0.8em;
	color:				#000000;
	margin:				5px 0px 15px;
	padding:			0px 2px 0px 0px;
	clear:				both;
	border-top:			1px solid #000000;
	border-bottom:		1px solid #000000;
}
	#navTop ul {
		display:inline;
		margin:0px;
		padding:0px 0px 0px 0px;
	}
	#navTop a,
	#navTop a:visited
	{
		font-weight:400;
		color:#000000;
		text-decoration:none;
		font-size:1em;
	}
	#navTop a:hover
	{
		color:	#999999;
	}
#navHome
{
	float:left;
	display:inline;
	margin:0px;
}
	#navHome li {
		display: inline;
		padding:	0 3px;
	}


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

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

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

	#leftColumn input.inputText,
	#rightColumn input.inputText
	{
		background-color: #ffffff !important;
		width:	10em;
	}

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

	#leftColumn h2,
	#rightColumn h2
	{
		line-height: 18px;
		background-color: #999999;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		font-size:0.7em;
		color:#FFF;
		white-space: nowrap;
		font-weight:700;
		border-top:				1px solid #000000;
		border-left:			1px solid #000000;
		border-right:			1px solid #000000;
		border-bottom:			0px solid #000000;
	}
	#leftColumn h2 span,
	#rightColumn h2 span
	{
		display:block;
		text-transform:			uppercase;
	}
	#leftColumn h2.nobox,
	#rightColumn h2.nobox
	{
		border-top:				1px solid #000000;
		border-left:			1px solid #000000;
		border-right:			1px solid #000000;
		border-bottom:			0px solid #000000;
	}
	#leftColumn h2.nobox span,
	#rightColumn h2.nobox span
	{
	}
	#leftColumn h2 a,
	#rightColumn h2 a 
	{
		text-decoration:none;
		color:#FFF;
	}
	#leftColumn h2 a:hover,
	#rightColumn h2 a:hover
	{
		color:#e7e7e7;	
	}

	#leftColumn .sidebarLinkSpacer,
	#rightColumn .sidebarLinkSpacer 
	{
		line-height:		7px;
	}


	#leftColumn .boxBody,
	#rightColumn .boxBody
	{
		background-color:	#e7e7e7;
		color:				#000000;
		margin:				0px;
		padding:			10px;
		font-size:			75%;
		border-top:				0px solid #000000;
		border-left:			1px solid #000000;
		border-right:			1px solid #000000;
		border-bottom:			1px solid #000000;
	}
	#rightColumn .boxBodyWhite
	{
		background-color:	#ffffff;
		color:				#000000;
		padding:			10px;
		font-size:			75%;
		border-top:				0px solid #000000;
		border-left:			1px solid #000000;
		border-right:			1px solid #000000;
		border-bottom:			1px solid #000000;
	}
	#rightColumn .boxBodyENews
	{
		background-color:	#ffffff;
		color:				#000000;
		padding:			5px 0;
		font-size:			75%;
		border-top:				0px solid #000000;
		border-left:			1px solid #000000;
		border-right:			1px solid #000000;
		border-bottom:			1px solid #000000;
	}
	#leftColumn .boxBodyBrands
	{
		background-color:	#ffffff;
		color:				#000000;
		margin:				0px;
		padding:			5px 3px;
		font-size:			75%;
		border-top:				0px solid #000000;
		border-left:			1px solid #000000;
		border-right:			1px solid #000000;
		border-bottom:			1px solid #000000;
	}
	#leftColumn .boxBody a,
	#rightColumn .boxBody a
	{
		text-decoration:underline;
	}

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

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

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

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

.homePageList
{
	display:			inline;
	width:				14em;
	padding:			0 10px 10px 0;
	display:			line;
	float:				left;
}
#homePage h2
{
	line-height:			24px;
	background-color:		#ffffff;
	margin:					0 0 15px 0;
	padding:				0 0 0 0 5px;
	font-size:				1.0em;
	color:					#020098;
	white-space:			nowrap;
	font-weight:			700;
	background-image:		url(../musiclinkaus/statimages/pageTitleLine.png);
	background-repeat:		repeat-x;
	background-position:	left bottom;

}
.homePageStory
{
	font-size:			0.8em;
	text-align:			left;
}


	#content .buttonGo
	{
		margin:			5px 0;
		border-width:	0px;
	}


#inews
{
	line-height:	130%;
	font-size:		83%;
}

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

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

#content #shoppingCart h2
{
	line-height: 18px;
	background-color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size:0.7em;
	color:#020098;
	white-space: nowrap;
	font-weight:700;
	background-image:		url(../musiclinkaus/statimages/pageTitleLine.png);
	background-repeat:		repeat-x;
	background-position:	left bottom;
}

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

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

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

#catDisplay .listing,
#subcatDisplay .listing {
	width:140px;
	height: 140px;
	float:left;
	text-align:center;
	padding:5px;
}
#catDisplay .listingImageArea,
#subcatDisplay .listingImageArea {
	width:120px;
	height:120px;
	margin:0px 10px 5px 10px;
	overflow:hidden;
	border:0px solid black;
}
#catDisplay h3,
#subcatDisplay h3 {
	font-weight:700;
	font-size:1em;
	color:#000;
	margin:4px;
}


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

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

#listProduct #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background:#e7e7e7;
	padding:8px;
}
#listProduct #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background:#cccccc;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#listProduct .listingImageBlock {
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:white;
		text-align:center;
	}
	#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;
	border:0px;
	margin:2px 0 2px auto;
}

/* ************  SEARCHPROD DISPLAY  ************* */

#searchProduct #listingTable {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
	width:98%;
}

#searchProduct #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background:#e7e7e7;
	padding:8px;
}
#searchProduct #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background:#cccccc;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#searchProduct .listingImageBlock {
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:white;
		text-align:center;
	}
	#searchProduct .listingImageUnder {}
#searchProduct .listingTextBlock {}

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

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

#searchProduct .desc {display:none;}

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

#searchProduct .gtp input {}
#searchProduct .options {}
#searchProduct td.cartStuff {padding:10px 0px;text-align:right;}
#searchProduct td.cartStuff input,
#searchProduct td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}

/* ************  SPECIAL DISPLAY  ************* */

#specialDisplay #listingTable {
	border-collapse:collapse;
	border-width:0px;
	margin:10px 0;
	width:98%;
}

#specialDisplay #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background:#e7e7e7;
	padding:8px;
}
#specialDisplay #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background:#cccccc;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#specialDisplay .listingImageBlock {
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:white;
		text-align:center;
	}
	#specialDisplay .listingImageUnder {}
#specialDisplay .listingTextBlock {}

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

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

#specialDisplay .desc {display:none;}

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

#specialDisplay .gtp input {}
#specialDisplay .options {}
#specialDisplay td.cartStuff {padding:10px 0px;text-align:right;}
#specialDisplay td.cartStuff input,
#specialDisplay td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}

/* ************  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:#e7e7e7;
	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   	  {}
#showProduct .addCart input	  {border-width:0px;}

/* ************  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:98%;
}
#viewBasket #listingTable td {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#e7e7e7;
	padding:8px;
}
#viewBasket #listingTable th {
	font-size:0.8em;
	border:1px solid #FFF;
	background-color:#cccccc;
	color:#FFF;
	font-weight:700;
	padding:5px 8px;
}
#viewBasket .listingImageBlock {
	margin:0px 8px 0px 0px;
}
	.listingImageArea {
		border:1px solid #000;
		overflow:hidden;
		background-color:white;
		text-align:center;
	}
	#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: 1.1em;
	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;margin-top:10px;font-weight:normal;}
#viewBasket .qty input {font-size:0.9em;}

#viewBasket .gtp input {}
#viewBasket td.cartStuff {padding:10px 0px;text-align:right;}
#viewBasket td.cartStuff input,
#viewBasket td.cartStuff img
{
	display:block;
	border:0px;
	margin:2px 0 2px auto;
}
#viewBasket .removeFromCart, #viewBasket .moreInfo {
	border-width:0;
	padding:2px;
}






#inews #viewStory h2,
#viewStory .pageTitle,
.prodRegTitle
{
	line-height:			24px;
	background-color:		#ffffff;
	margin:					0 0 15px 0;
	padding:				0 0 0 0 5px;
	font-size:				1.3em;
	color:					#020098;
	white-space:			nowrap;
	font-weight:			700;
	background-image:		url(../musiclinkaus/statimages/pageTitleLine.png);
	background-repeat:		repeat-x;
	background-position:	left bottom;

}

#inews #viewStory h2 span,
#viewStory .pageTitle span

{
	display:				block;
}

.prodRegTitle
{
	line-height:	18px;
	font-size:		1.1em;
	color:			#777777;
	background:		none;
	border-bottom:	1px solid #777777;
}

#inews #viewStory .listing
{
/*	font-size:	80%; */
}
/***   Competition Form   ***/

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


/***  Car Phone only  ***/

#date {
	display:none;
}

			#viewStory td.tellAFriendLabel,
			#tellAFriend td.tellAFriendLabel
			{
				color:					#000000;
				font-weight:			600;
				vertical-align:			middle;
			}
			#viewStory td.formLabel
			{
				color:					#000000;
				font-weight:			600;
				vertical-align:			middle;
				font-size:				80%;
			}
			#viewStory td .tellAFriendInput,
			#tellAFriend td .tellAFriendInput
			{
				vertical-align:			middle;
			}
			#viewStory .formText,
			#viewStory .formSelect
			{
				vertical-align:			middle;
				font-size:				80%;
			}
			#viewStory td.tellAFriendLabelMessage,
			#tellAFriend td.tellAFriendLabelMessage
			{
				color:					#000000;
				font-weight:			600;
				vertical-align:			top;
			}
			#viewStory .formReq
			{
				font-size:				70%;
			}
			#creditcards
			{
				text-align:		left;
				margin-bottom:	20px;
				padding-bottom:	20px;
			}
			#creditcards div {
				text-align: left;
			}
			.creditcard
			{
				margin-top:		3px;
				float: left;
				border: solid 1px #ffffff;
				border-collapse: collapse;
			}

/********************** Locate Dealers ***********************************/

locateDealers
{
	margin-left:		55px;
}

.locateDealersMapDiv
{
	float:				left;
	width:				275px;
}

.locateDealersSpacerDiv
{
	float:				left;
	width:				20px;
}

.locateDealersListDiv
{
	float:				left;
	width:				440px;
	font-family:		verdana, Arial, Helvetica, trebuchet;
	font-size:			11px;
	font-weight:		300;

}

.dealerTable
{
	display:			table;
	width:				37em;
	padding:			0;
}
.dealerTableHead
{
	display:			table-header-group;
}

.dealerTableHeader
{
	display:			table-cell;
	background-color:	#ffffff;
	width:				45%;
	padding:			3px;
	font-weight:		600;
	float:				left;
}

.dealerListTR0
{
	display:			table-row;
	background-color:	#ffffff;
	clear:both;
}
.dealerListTR1
{
	display:			table-row;
	background-color:	#ffffff;
	clear:both;
}
.dealerListTD
{
	display:			table-cell;
	font-weight:		300;
	padding:			3px;
	width:				45%;
	float:	left;
}
.dealerTableLabel
{
	display:			table-cell;
	background-color:	#ffffff;
	width:				45%;
	padding:			3px;
	font-weight:		600;
	float:				left;
}
.dealerTableValue
{
	display:			table-cell;
	background-color:	#ffffff;
	width:				45%;
	padding:			3px;
	font-weight:		300;
	float:				left;
}
.downloadsAndManuals
{
	color:				#000000;
	font-weight:		300;
}