body {
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #333333; 
}
.largertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.smallertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
    color: #333333;
}

p {
   margin-left: 0.9em;
   margin-right: 0.5em;
   line-height: 1.2em;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
    color: #333333;
}
h5 {
    padding-bottom: 0;
	margin-bottom: 0;
	background-color: #0a51a1;
	padding: 0.3em;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    padding-bottom: 0;
	margin-bottom: 0;
	padding: 0.3em;
	font-size: 14px;
	letter-spacing: 1px;
	color: #0a51a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.desc-text {
	font-size: 11px;
	color: #0a51a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a
{
	text-decoration: none;
	color: #003399;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
a:link { color: #003399; text-decoration: underline }
a:visited { color: #003399; } 
a:hover { color: #003399;font-weight: bold; text-decoration: underline}

.tabborder2 {
    border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	background-repeat: no-repeat;
}
.grayborder {
	border-bottom: #666666 1px solid;
}

.greenborder {
	border-right: #339900 1px dotted;
	border-bottom: #339900 1px dotted;
}

.greenborder2 {
	border-bottom: #339900 1px dotted;
}

.greenborder3 {
    border-right: #339900 1px dotted;
}

.navborder {
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
}

.bottomborder {
	background-repeat: no-repeat;
	border-top: #000000 1px dotted;
	border-bottom: #000000 1px dotted;
}
.topborder {
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
}
.leftborder {
	border-left: #ffffff 1px solid;
}
.footer {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    color: #000000;
}
a.header
{
    color: #000000;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.header:link { color: #000000; }
a.header:visited { color: #000000; }
a.header:hover { color: #000000;font-weight: normal; font-weight: bold;}
a.homepage
{
	color: #ffffff;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-weight: normal;
}
a.homepage:link { color: #ffffff; }
a.homepage:visited { color: #ffffff; }
a.homepage:hover { color: #ffffff; text-decoration: underline; }

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 for Shopping Cart*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #048f94;
	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: #979797;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E6E6E6;
}
.altRowOdd{
	background-color: #D6D6D6;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
table#tableSearchResults img {border: 0;}