body { background: #000082 url(test_bg3.gif) repeat-y;
	background-position: center;
}


span.highlight {
	/* gold-yellow */
	background: #ffc600;

	/* light blue (bg tile color) */
	/* background: #007ece; */

	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin-top: 4px;
}


span.highlight_blue {
	/* text color blue */
	background: #000080;

	font-weight: bold;
	padding: 2px 2px 2px 2px; }


#main_side_nav a:link { 	
	color: #ffffff;
	/* text-decoration: none; */ }
#main_side_nav a:visited {
	color: #ffffff;
	/* text-decoration: none; */ }
#main_side_nav a:hover {
	color: #ffffff;
	/* text-decoration: none; */ }


#search_results_nav a:link {
	/* gold-yellow */ 	
	color: #ffc600; }
#search_results_nav a:visited {
	color: #ffc600; }
#search_results_nav a:hover {
	color: #ffc600; }



/* START -- Style for "return to price list" link */
/* Use --> class="return_to_price" */
a.return_to_price:link { 	
	color: #000080;
	/* gold-yellow */
	background: #ffc600;
	font-weight: bold;
	font-size: 13pt;
	padding: 2px 2px 2px 2px; 
	text-decoration: none; }

a.return_to_price:visited {
	color: #000080;
	/* gold-yellow */
	background: #ffc600;
	font-weight: bold;
	font-size: 13pt;
	padding: 2px 2px 2px 2px; 
	text-decoration: none; }

/* NOT USED
a.return_to_price:hover {
	color: #000080;
	background: #007ece;
	font-weight: bold;
	font-size: 13pt;
	padding: 2px 2px 10px 2px; 
	text-decoration: none; }
*/

/* END -- Style for "return to price list" link */



/* START adwords inbound box styling */
a.adwords_link:link {
	color: ##000080;
	/* background: green; */
	padding: 0 0 0 0;
	margin: 0 0 0 0; }
a.adwords_link:visited {
	color: ##000080;
	/* background: green; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;  }
a.adwords_link:hover {
	color: ##000080;
	/* background: green; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;  }

h3#adwords_h3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/* background: red; */ }

#adwords_landing {
	margin: 0 0 0 0;
	padding: 10px 10px 14px 10px;
	border: 5px dashed #000080;
	background: #ffc600;
	text-align: center; }

#adwords_landing_left {
	margin: 0 0 0 0;
	padding: 10px 10px 14px 10px;
	border: 5px dashed #000080;
	background: #ffc600;
	text-align: left; }

#adwords_landing_blue {
	margin: 0 0 0 0;
	padding: 10px 10px 14px 10px;
	border: 5px dashed #000080;
	background: #cbe6fc;
	text-align: center; }

#adwords_landing_blue_left {
	margin: 0 0 0 0;
	padding: 10px 10px 14px 10px;
	border: 5px dashed #000080;
	background: #cbe6fc;
	text-align: left; }
/* END adwords inbound box styling */



/* Use this style only for the product name section of product pages. */
.pp_prod_name {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0; }


/* Use this style only for pe page section titles. It makes h1 tags look like standard html h2 tags. */
.pe_titles {
	font-family: verdana;
	font-size: 18pt;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0; }

