/* Sat Nav GPS Style Sheet */

/*  B O D Y  */

body
{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	/* to get IE to center page */
	text-align: center;
}

#body_content
{
	margin: auto;
	padding: 10px;
   	width: 760px;
   	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000066;
	font-family: arial, times, sans-serif;
	font-style: normal;
	font-size: 80%;
	line-height: 135%;
}

/*  S E C T I O N S  */

#header_content
{
	font-size: 115%;
   	height: 85px;
}

#header_content h1
{
	margin: 2px;
	color: #000066;
	font-weight: normal;
	font-size: 150%;
	text-decoration: none;
}
#header_content h2
{
	margin: 2px;
	color: #000066;
	font-weight: normal;
	font-size: 125%;
	text-decoration: none;
}

#menu_nav
{
	margin: 0 20px 0 0;
}

#menu_nav li
{
	display: inline;
	list-style-type: none;
}

#menu_nav a:link, #menu_nav a:visited
{
	float: left;
	padding: 2px 6px 2px 6px;
	margin-right: 3px;
	color: #000066;
	background-color: #CCCCFF;
	border: 1px solid #000066;
	text-decoration: none;
	font-weight: bold;
}

#menu_nav a:link.active, #menu_nav a:visited.active
{
	color: #ffffff;
	background-color: #000066;
	border: 1px solid #000066;
}

#menu_nav a:hover
{
	color: #ffffff;
	background-color: #000066;
	border: 1px solid #000066;
}

#intro_content
{
	width: 99%;
	padding: 2px;
    border: 1px solid #000066;
	position: relative;
	background-color: #000066;
	color: #CCCCFF;
  	text-align: center;
}

#main_content
{
	padding: 0;
	margin: 12px;
}

#side_content
{
	width: 146px;
	float: left;
	margin: 0;
	padding: 10px 15px 0 15px;
	border-right: 1px solid #999999;
}

#left_content
{
	width: 320px;
	float: left;
	margin: 12px 4px;
	padding: 0px;
}
#right_content
{
	width: 420px;
	float: right;
	margin: 12px 1px;
	padding: 0px;
}

#outro_content
{
	clear: both;
	background-color: #eeeeee;
	color: #003366;
	font-weight: bold;
  	text-align: center;
	margin:  0 0 15px 0;
   	padding: 8px;
    border: 1px solid #aaaaaa;
}

#footer_content
{
	clear: both;
	padding: 10px;
/*	margin-top: 20px; */
	border-top: 1px solid #999999;
	color: #666666;
	font-size: smaller;
	text-align: right;
}

table
{
  	width: 100%;
	text-align: center;
	color: #000066;
	border-collapse: collapse;
	border: 2px solid #003366;
}
tr.important
{
	color: red;
	background-color: white;
}
tr.minor
{
	color: gray;
	background-color: white;
}
th
{
	background: #003366;
	color: white;
	padding: 4px 10px;
	border: 1px solid silver;
}
th.foot
{
	background: #003366;
	color: white;
	padding: 4px 10px;
	border: 1px solid #003366;
}
th a:link, th a:visited, th a:hover, th a:active
{
  	color: white;
	text-decoration: underline;
}
td
{
	padding: 4px;
	border-right: 1px dotted #003366;
	border-bottom: 1px solid #003366;
}
td.combined
{
	border: 1px dotted silver;
}
table.review
{
	text-align: left;
	border: 1px solid #003366;
}
table.review th
{
	color: #000066;
	background: #CCCCFF;
	font-weight: normal;
	border: 1px solid #003366;
}
table.review td
{
	border: 1px solid #003366;
}
table.review tr.reviewer
{
	background-color: #eeeeee;
}

ul
{
	text-align: left;
}

/*  L I N K S  */

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
/*
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}
*/
a img {
	border: 0;
}

/*  I M A G E S */

img
{
	border-style: none;
}
img.product_model
{
	float: left;
	margin: 5px 15px 5px 5px;
}

img.product_make
{
	float: right;
	margin: 10px;
}

img.merchant_link
{
	padding: 9px;
}

/*  T E X T  */

h1
{
	font-weight: bold;
	font-size: 150%;
}

h2
{
	font-weight: bold;
	font-size: 125%;
}

h3
{
	font-weight: bold;
	font-size: 115%;
	text-decoration: underline;
}

code
{
	font-size: 115%;
	font-weight: bold;
}

div.row { clear: both; padding: 1px; }
div.left_align { float: left; text-align: left; }
div.right_align{ float: right; text-align: right; }

div.box_header
{
   	padding: 6px;
    border: 1px solid #000066;
	background-color: #000066;
	background-image: url(/images/headerbg.gif);
	color: #ffffff;
	font-weight: bold;
	font-size: 125%;
	position: relative;
	bottom: 5px;
	right: 5px;
}
div.box_content
{
	height: 100%;
	margin-top: -1px;
	margin-bottom: 16px;
   	padding: 12px;
    border: 1px solid #000066;
   	background-color: #ffffff;
	position: relative;
	bottom: 5px;
	right: 5px;
}
div.column_content
{
	height: 100%;
	margin-top: -1px;
	margin-bottom: 16px;
   	padding: 12px;
    border: 1px solid #000066;
   	background-color: #ffffff;
	position: relative;
	bottom: 5px;
	right: 5px;
}
div.box_container
{
	background-color: #f0f0f0; /*shadow color*/
}

div.thumbnail_group
{
	clear: both;
}

div.thumbnail
{
	float: left;
	position: relative;
	text-align: center;
	width: 125px;
	height: 150px;
	margin: 5px;
}
div.specs
{
	background-color: #DDDDDD;
	border: 1px solid navy;
	width: 260px;
	padding: 20px;
	position: relative;
}

#search_form
{
  	margin: 0px;
  	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

form label
{
	float: left;
	text-align: right;
	width: 25%;
	margin: 3px 0.5em 3px 0;
	clear: both;
	vertical-align: middle;
}
form .input
{
	margin-bottom: 5px;
	vertical-align: middle;
}

.button
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: #ffffff;
	background-color: #000066;
	border: 2px outset #000066;
	cursor: pointer;
}

fieldset
{
	border: 1px solid navy;
	padding: 14px;
	margin: 12px;
}
legend
{
	background: navy;
	color: white;
	font-weight: bold;
	border: 1px solid navy;
	padding: 1px 10px;
}
hr
{
	color: silver;
	background-color: silver;
	height: 1px;
	border: 0;
}

/*  C L A S S E S  */
.key { text-decoration: underline; }
.help { border-bottom: 1px dashed silver; cursor: help; }
.page_options { float: left; text-align: left; font-size: 125%; }
.column { float: left; position: relative; }
.feature_t0 { font-style: normal; }
.feature_t1 { font-weight: bold; }
.emphasize  { font-size: 110%; font-weight: bold; }
.highlight  { font-size: 110%; font-weight: bold; background-color: #003399; color: white; padding: 2px; letter-spacing: 0.1em; }
.instock  { font-size: 110%; font-weight: bold; background-color: green; color: white; padding: 2px; letter-spacing: 0.1em; }
.outstock  { font-size: 110%; font-weight: bold; background-color: #CC3300; color: white; padding: 2px; letter-spacing: 0.1em; }
.unknownstock  { font-size: 110%; font-weight: bold; background-color: orange; color: white; padding: 2px; letter-spacing: 0.1em; }

