#main {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 50px;
	width: 900px; /* 875px */
	text-align: left;
	}
	
#dealer_list {
	padding: 0; 
	margin: 0;
	}
	
	
div#left_col {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
	}
	
div#right_col {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	}
	
div.item {
	float: left;
	margin: 0;
	padding: 5px 15px 15px 5px;
	width: 240px;
	}

#main h1 {
	color: #333;
	font-size: 190%;
	padding: 2px 5px;
	margin-bottom: 1px;
	border-bottom: 1px solid #A7C0CE;
	}

#main h1 a, #main h1 a:visited, #main h1 a:active, #main h1 a:hover {
	color: #000;
	text-decoration: none;
	}

#main h1 a:hover {
	color: #666666;
	}

#main h1 span {
	color: #7e7e7e;
	font-size: 70%;
	}

#main h2 {
width: 275px;
}

#main div#left_col h2 {
	width: 500px;
	}

#main div#left_col h2 {
	width: 275px;
	}

.column h2 {
	width: 90%;
	margin: 0;
	padding-bottom: 0;
	font-size: 160%;
	font-weight: normal;
	color: #3d60ca;
	/* color: #333; */
	}

.column h2 a, .column h2 a:visited, .column h2 a:active, .column h2 a:hover {
	/* color: #333; */
	color: #3d60ca;
	text-decoration: none;
	}

.column h2 a:hover {
	color: #213573;
	/* color: #666666; */
	text-decoration: none;
	}


#main h3 {
	font-size: 115%;
	font-weight: normal;
	color: #666666;
	margin: 2px 0;
	padding: 0;
	line-height: 1.4em;
	}

.row {
	width: 900px; /* 875px */
	margin: 15px auto;
	width: 915px;
	clear: both;
	}

.column {
	float: left;
	width: 170px;
	margin: 0 auto;
	padding: 4px;
	font-size: 90%;
	}
	
.wide {
	width: 280px;
	}


/*
.row ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

.row ul li {
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	}

.row ul li.shade {
	background: #f0f0f0;
	}

.row ul li:hover {
	color: #000;
	}
*/

.side_col_left {
float: left;
}

.side_col_right {
float: right;
}

.side_col_left, .side_col_right {
width: 49%;
}

/* sidebar */
ul.product_search_links {
list-style: none;
margin-left: 0;
padding-left: 12px;
}

ul.product_search_links li {
list-style: none;
background: url(/support/images/index/bullet-gradient.jpg) left center no-repeat;
}

ul.product_search_links li a {
display: block;
width: 90%;
margin-left: 0;
padding: 4px 0 2px 15px;
}

/* -------- search box -------- */
div#search {
margin: 15px 0 25px 0;
}

div#search h3 {
margin-bottom: 10px;
}

form.search_box {
	background: url(images/index/search-box.jpg) left top no-repeat;
	height: 42px;
	width: 520px; /* 465px 55 */
	}

form.search_box div {
	height: 42px;
	width: 520px; /* 465px */
	}

form.search_box input.field {
	float: left;
	margin: 10px 16px 0 10px;
	width: 416px; /* 361px */
	}

form.search_box input.submit {
	float: right;
	margin: 0 0 0 50px;
	text-decoration: none;
	border: none;
	height: 42px;
	width: 43px;
	}


/* -------- listings table -------- */
table.listings {
width: 99%;
margin-top: 15px;
padding: 5px 15px;
color: #333;
}

/* This handles border options */
table.listings {
border: 1px solid #ccc;
border-collapse: collapse;
}
  
table.listings th {
font-weight: bold;
font-size: 95%;
padding: 3px;
border-bottom: 1px solid #666666;
text-align: center;
background: #dbdbdb url(/images/backgrounds/navbar_r.gif) repeat-x;
}

table.listings th a, table.listings th a:link, table.listings th a:visited, table.listings th a:hover {
text-decoration: none;
}

table.listings th a:hover {
text-decoration: underline;
}

table.listings td {
padding: 8px;
font-size: 95%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

table.listings td.topic {
font-size: 95%;
}

table.listings td.last {
border-right: none;
}

table.listings td.cell_center {
text-align: center;
}

table.listings tr {
background-color: none;
}

table.listings tr.shaded {
background-color: #edf3fe;
}

table.listings td a, table.listings td a:link, table.listings td a:visited {
color: #304b9f;
text-decoration: none;
}

table.listings td a:hover {
color: #304b9f;
text-decoration: underline;

