/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #OOOOOO;
}
a:hover {
	color: #OOOOOO;
}
a:active {
	color: #OOOOOO;
}

a.nav:link {
	color: #000000;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.nav:visited {
	color: #000000;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.nav:hover {
	color: #f37a1f;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.nav:active {
	color: #000000;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}


a.special:link {
	color: #333333;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.special:visited {
	color: #333333;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.special:hover {
	color: #f37a1f;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.special:active {
	color: #333333;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}


a.navsubcat:link {
	color: f37a1f;
	line-height:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.navsubcat:visited {
	color: f37a1f;
	line-height:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.navsubcat:hover {
	color: OOOOOO;
	line-height:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.navsubcat:active {
	color: OOOOOO;
	line-height:12px;
	font-weight:bold;
	text-decoration:underline;
}


a.footer:link {
	color: #ffffff;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.footer:visited {
	color: #ffffff;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.footer:hover {
	color: #f37a1f;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.footer:active {
	color: #ffffff;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

a.footermenu:link {
	color: #f37a1f;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.footermenu:visited {
	color: #f37a1f;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.footermenu:hover {
	color: #656565;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
a.footermenu:active {
	color: #f37a1f;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

a.viewdetails:link {color: #0066cc; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:underline;}
a.viewdetails:visited {color: #0066cc; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:underline;}
a.viewdetails:hover {color: #0066cc; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:none;}
a.viewdetails:active {color: #0066cc; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:underline;}


hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

h1 {
	color: #656565;
	line-height:30px;
	margin: 0px;
	border-bottom: 1px solid #b4b4b4;
	font-size: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #ffffff;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #393957;
}

input {
	background: #FFFFFF;
	border: 1px solid #666699;
	
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 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
*/

.navtitle  {
    font:  13px;
	color: #ffffff;
	font-weight: bold;
}

.smallprint {
	font-size: 10px;
	color: #FFFFFF;

}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #656565;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #D3D3E2;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #000000;
	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: #656565;
	color: #D3D3E2;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #FFFFFF;
}

.altrowOdd{
	background-color: #FFFFFF;
}
.MedSizeDarkGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.MedSizeOrange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.MedSizeWhiteCopy {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallWhite {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.SmallSizeDarkGrayCopy {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.LrgSizeDarkGray {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.MedSizeDarkGrayNoBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.prodname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff6600;
	font-weight: bold;
}

.searchresults {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e2e2e;
	font-weight: bold;
}

