/*
Vernon Motorsports CSS:

Created:		Mar 5 2004
Developer:	Simon Schuck

Version:		1.0
		
Ignore the following XML:
<style_name>Vernon Motorsports</style_name>
<username>vernonmotorsports</username>

*/

/* Main page body class style */
body {
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #3F3F3F;
	background-image:    url(http://content.wicms.com/shared/styles/v2_centred/images/vernonmotorsports/bg.jpg);
}

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

/* ELEMENT ID: HEADER_TD  -  Define the appearance of the header bar */
td.header{
	border-right: 	1px solid black;
	border-left: 	1px solid black;
	border-top: 	1px solid black;
	border-bottom: 1px solid black;
	background: 	 url(http://content.wicms.com/shared/styles/v2_centred/images/vernonmotorsports/header_bg.jpg);
	color: 			white;
	padding: 		1px;
}

/* ELEMENT ID: HEADER_TABLE_TD  -  Define the appearance of the <td> element of table within the header bar */
td.header_table {
	color: 			#000033;
	font-weight: 	600;
	font-size: 		12px;
	padding: 		1px;
	background-color: #000099;
	background-image: url(http://content.wicms.com/shared/styles/v2_centred/images/vernonmotorsports/header_bg.jpg);
}

/* 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 solid black;
	border-style: solid;
	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: 13px;
	font-weight: bold;
}

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

/* ELEMENT ID: NAV_COLUMN  -  Define the appearance of a navigation column */
td.nav_background {
	border-left: 		1px solid black;
	border-bottom: 	1px solid black;
	background-image:    url(http://content.wicms.com/shared/styles/v2_centred/images/vernonmotorsports/nav_bg.jpg); 
	background-color: #000099;
	color: 				white;
}

/* Navigation Link Text Style */
a.nav {
	text-decoration: 	none;
	color: #000033;
	font-size: 13px;
	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: 	url(http://content.wicms.com/shared/styles/v2_centred/images/vernonmotorsports/body_bg.jpg);
	background-position: right;
	background-repeat: 	repeat-y;
	border-right: 			1px solid black;
	border-bottom: 		1px 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 dotted 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: #C6D9FF;
	padding: 3px;
}

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

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