/*
Off Road Cycle & ATV CSS:

Created:		Dec 4, 2003
Developer:	Grant Brennae

Version:		1.0
Dependancies:
		- images/bg.jpg
		- images/header_bg.jpg
		- images/nav_bg.jpg
		- images/body_bg.jpg
		
Ignore the following XML:
<style_name>Offroad Cycle & ATV</style_name>
<username>offroad</username>

*/

/* Main page body class style */
body {
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #003300;
	background-image:        url(main_bckgrnd.jpg);
}

/* Define default font size within <td> */
td {
	font-size: 14px;
	background-color: #CCFF99;
}

/* ELEMENT ID: HEADER_TD  -  Define the appearance of the header bar */
td.header{
	border-right: 	0px none black;
	border-left: 	0px none black;
	border-top: 	0px none black;
	border-bottom: 0px none black;
	background: 	  url(file:///Macintosh%20HD/WICMSwork/performance%20cycle/none);
	color: 			white;
	padding: 		0px;
}

/* ELEMENT ID: HEADER_TABLE_TD  -  Define the appearance of the <td> element of table within the header bar */
td.header_table {
	color: 			#FFFFFF;
	font-weight: 	600;
	font-size: 		10px;
	padding: 		0px;
	background-color: #336600;
}

/* ELEMENT ID: HEADER_SEARCH_FIELD  -  Define the appearance of the header search fields */
input.search {
	font-weight: bolder;
	color: #000000;
	height: 18px;
	font-size: 11px;
	border: 1px none black;
	background-color: #FFFFFF;
}

/* ELEMENT ID: NAV_NORMAL  -  Define the appearance of a navigation item in normal state */
td.nav {
	cursor: 				hand;
	color: 				#000000;
	padding-top: 		2px;
	padding-left: 		6px;
	padding-bottom: 	2px;
	font-size: small;
	font-weight: bold;
	background-color: #336600;
}

/* ELEMENT ID: NAV_SELECTED  -  Define the appearance of a navigation item in selected/hover state */
td.navsel {
	cursor: 				hand;
	background-color: #336600;
	color: 				#000033;
	padding-top: 		2px;
	padding-left: 		6px;
	padding-bottom: 	2px;
}

/* ELEMENT ID: NAV_COLUMN  -  Define the appearance of a navigation column */
td.nav_background {
	border-left: 		0px none black;
	border-bottom: 	0px none black; 
	background-color: #336600;
	color: 				white;
}

/* Navigation Link Text Style */
a.nav {
	text-decoration: 	none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
/* Navigation Link Hover Text Style */
a.nav:hover {
	text-decoration: 	underline;
}

/* ELEMENT ID: MAIN_BODY  -  Navigation Link Text Style */
td.body {
	padding: 				3px;
	background-color: 	white;
	background-image: 	     none;
	background-repeat: 	repeat-y;
	border-right: 			2px solid black;
	border-bottom: 		2px solid black;
}

/* ELEMENT ID: PROD_LISTING_HEADER  -  Define the appearance of the Heading row for product listing table */
td.vert_header {
	background: #CADAE1;
	border-bottom: 1px none black;
	padding: 2px;
	font-weight: bolder;
	font-size: smaller;
}

/* ELEMENT ID: PROD_LISTING_SHADED  -  Define the appearance of the shaded product row for product listing table */
td.vert_shaded {
	background: #CC3366;
	padding: 3px;
}

/* ELEMENT ID: PROD_LISTING_NULL  -  Define the appearance of the product row for product listing table */
td.vert {
	background: white;
	padding: 3px;
}

/* ELEMENT ID: PAGE_FOOTER  -  Define the appearance for the page footer */
td.footer {
	color: #FFFFFF;
	font-size: 10px;
}
gree

