/* global body */
body{
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#E7E7E7;
	background-image:url(../images/bg-top.jpg);
	background-repeat:repeat-x;
}

td {  font-family: "Trebuchet MS"; font-size: 12px; color: #333333}
.nine {  font-size: 11px; text-decoration: none}
.nineWhite { font-size: 9px; text-decoration: none ; color: #FFFFFF}
h1 {  color: #003366; font-size: 14px; text-decoration: none; margin: 2px 2px 2px 2px;}
.bold {  font-weight: bold}
.red {  color: #990000}
.blueBold { font-weight: bold ; color: #003366}

h2 { font-size: 14px; color: #cccccc; text-decoration: none; margin: 2px 2px 2px 2px;}

h3{
font-size: 12px;
font-stretch:condensed;
font-weight:bolder;
color:#000000;
border-bottom:1px solid #666666;
margin-bottom: 2px;
}


/*aLINKS*/
a:link {  color: #336699; text-decoration: underline}
a:hover {  color: #336699; text-decoration: none}
a:active {  color: #336699; text-decoration: underline}
a:visited {  color: #336699; text-decoration: underline}

.sidenav { color: #FFFFFF;
font-size: 10px;
}
.sidenav a:link {  color: #FFFFFF; text-decoration: underline}
.sidenav a:hover {  color: #FFFFFF; text-decoration: none}
.sidenav a:active {  color: #FFFFFF; text-decoration: underline}
.sidenav a:visited {  color: #FFFFFF; text-decoration: underline}


.footer { color: #666666;
font-size: 10px;
}
.footer a:link { color: #666666; text-decoration: underline}
.footer a:visited {color: #666666; text-decoration: underline}
.footer a:hover {color: #999999;text-decoration: none}
.footer a:active {color: #666666; text-decoration: underline}

.features { color: #FFFFFF;
font-size: 11px;
}
.features a:link { color: #336699; text-decoration: underline}
.features a:visited {color: #336699; text-decoration: underline}
.features a:hover {color: #336699;text-decoration: none}
.features a:active {color: #336699; text-decoration: underline}


.NAV { color: #336699;
font-size: 14px;
font-weight: bold;
}
.NAV a:link { color: #336699; text-decoration: none}
.NAV a:visited {color: #336699; text-decoration: none}
.NAV a:hover {color: #ffffff;text-decoration: underline}
.NAV a:active {color: #336699; text-decoration: none}

.NAVS { color: #FFFFFF;
font-size: 11px;
font-weight: bold;
}
.NAVS a:link { color: #FFFFFF; text-decoration: none}
.NAVS a:visited {color: #FFFFFF; text-decoration: none}
.NAVS a:hover {color: #cccccc;text-decoration: underline}
.NAVS a:active {color: #FFFFFF; text-decoration: none}


/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #003366;
	border: 1px inset #333333;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #e0e8ef;
/* 	border-bottom: 1px solid #333333; */
/* 	border-left: 1px solid #333333; */
/* 	border-right: 1px solid #333333; */
/* 	border-top: 1px solid #333333; */
/*	color: #000000;*/
	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: 2px solid #ffffff;
	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: #CCD6E0;
	color: #000000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ffffff;
}
.altRowOdd{
	background-color: #E7E7E7;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
}

.storeHeaderIncText {color: #336799; font-size: 14px}

.nav_bg {
	background-image: url(../images/td_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.header_bg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

.header_tr {
	background-image: url(../images/header-tr.jpg);
	background-position:right;
	background-repeat:no-repeat
}

.tableBorder {
	border: 1px dashed #85a2b2;
}
