.headerLink {
	font: bold normal 11pt/normal Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.header {
	font: bold normal 11pt/normal Arial, Helvetica, sans-serif;
}
.bodyText {
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	color: #333333;
}
.footer {
	font: normal 8pt/normal Arial, Helvetica, sans-serif;
	color: #333333;
}
.bodyBG {
	background: #FE9900;
}
.instructions {
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #333333;
}
.message {
	font: bold normal 11pt/normal Arial, Helvetica, sans-serif;
	color: #FE9900;
}
.menubartext {
	font: bolder normal 12px Arial, Helvetica, sans-serif;
	color: #006DE6;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #000450;
}
a:visited {
	color: #000450;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000450;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000450;
	border: 1px inset #77a0bc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #000450;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #77a0bc;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #accbe0;
}
.altRowOdd{
	background-color: #c7deee;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	color: #333333;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #FF0000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}.discountPrice {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.visitedpages {
	font: bold normal 11pt/normal Arial, Helvetica, sans-serif;
	color: #666666;
}
.h3color { 
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600; 
	font-weight: bold;
	font-size: 12px;
}
