/*
This is used to overwrite CSS from the main css templates. Those templates get overwritten on upgrade 
so changes needed are posted here.
*/

/* This controls the top-level nav buttons which are done in text. */

#mainNav {
	text-align:right;
	color:#ffcc33;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#mainNav .pipe {
	padding-left:10px;
	padding-right:10px;
}
#mainNav a {
	color:#ffcc33;
	font-style:italic;
	font:arial;
	font-size:14px;
	text-decoration:none;
}
#mainNav a:active, a:visited, a:link { 
	text-decoration:none;
}
#mainNav a:hover { 
	text-decoration:underline;
}

/*This controls the display of extra detail info on a product display page.*/
#productDetail #extraDetails {
	float: left;
	clear: none;
	height: auto;
	width: 45%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	color: #000000;
}

#productDetail .submitBtn {
	font-size: 100%;
	font-weight: bold;
}

#productDetail .form-field {
	font-size: 100%;
	font-weight:bold;
}

#productDetail #productDescription p,ul {
	font-size:13px;
	margin-bottom: 20px;
}

#productDetail #productDescription h3 {
	color: #d61e1c;	
	margin-bottom:-14px;
}

#homepage, table, td {
	text-align:left;
}

#homepage a {
	color:#000099;
}

#homepage #navhome ul li {
	text-align:left;
	margin-left:-26px;
}

#homepage #navhome a {
	color:#000099;
	font-size:16px;
	line-height:200%;
	font-variant:small-caps;
}







