/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a:link {		color: #FEC001; }
a:visited {		color: #FEC001; }
a:hover {		color: #FFFFFF; }

a.itemlist:link {		color: #000000; }
a.itemlist:visited {	color: #790000; }
a.itemlist:hover {		color: #555000; }
a.itemlist:active {		color: #790000; }

a.menulist:link {		color: #FFFFFF; }
a.menulist:visited {	color: #FEFEFE; }
a.menulist:hover {		color: #FFFF66; }
a.menulist:active {		color: #DDDDDD; }

a.cartlist:link {		color: #666699; }
a.cartlist:visited {	color: #666699; }
a.cartlist:hover {		color: #666600; }
a.cartlist:active {		color: #666699; }

a.largefont:link {		color: #FEC001; font-size: 14px; text-decoration: none; }
a.largefont:visited {	color: #FEC001; font-size: 14px; text-decoration: none; }
a.largefont:hover {		color: #FFFF66; font-size: 14px; text-decoration: underline; }
a.largefont:active {	color: #9999CC; font-size: 14px; text-decoration: underline; }


/* Subcategory List Formatting */
a.subcatlist:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.subcatlist:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.subcatlist:hover {
	color: #FFFF66;
	text-decoration: underline;
}
a.subcatlist:active {
	color: #9999CC;
	text-decoration. underline;
}
.subcatActive {
	color: #FEC001;
	font-weight: bold;
}



/* Pagination Formatting */
.pagination:link {
	color: #FEC001;
}
.pagination:visited {
	color: #FEC001;
}
.pagination:hover {
	color: #FFFFFF;
}



hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

h1 {
	color: #FEC001;
	margin: 0px;
	border-bottom: 1px solid #666699;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666699;
	text-align=left
}


/*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
*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #FEC001;
	border-bottom: 1px solid #997F66;
	border-left: 1px solid #997F66;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #2C2C2C;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	background: #FFFFFF;
	color: #000000;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #FEC001;
	color: #000000;
}
table.noBorders, table.noBorders td {
	border: none;
}