/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #FFCC66; text-decoration: none; }
a.itemlist:visited {	color: #FEC001; text-decoration: none; }
a.itemlist:hover {		color: #FFCC66; text-decoration: underline; }

a.menulist:link {		color: #FFFFFF; }
a.menulist:visited {	color: #FFFFFF; }
a.menulist:hover {		color: #FF9933; }

a.darkmenulist:link {		color: #9999FF; text-decoration: underline; }
a.darkmenulist:visited {	color: #9999FF; text-decoration: underline; }
a.darkmenulist:hover {		color: #FFCC66; text-decoration: underline; }

a.cartlist:link {		color: #333399; }
a.cartlist:visited {	color: #333399; }
a.cartlist:hover {		color: #FF3300; }

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: #FFCC66;
	text-decoration: underline;
}
a.subcatlist:active {
	color: #FFCC66;
	text-decoration. underline;
}
.subcatActive {
	color: #FFCC33;
}

/* Color Formatting For Index */
.whiteText {
	color: #FFFFFF;
}


/* Pagination Formatting */
.pagination:link {
	color: #FEC001;
}
.pagination:visited {
	color: #FEC001;
}
.pagination:hover {
	color: #FFFFFF;
}


/* CWTagDisplayShoppingCart classes */
.displayShoppingCartTitle {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}


hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

h1 {
	color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #FF3000;
	font-size: 14px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #222222;
}

input {
	background: #FFFFFF;
	border: 1px solid #003333;
}

select, textarea {
	background: #FFFFFF;
	border: 1px solid #003333;
	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: #FF3333;
	font-weight: bold;
}

.featuredItem {
	color: #990000;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #FF9933;
	border-bottom: 1px solid #95431E;
	border-left: 1px solid #FF7E0F;
	border-right: 1px solid #FFA226;
	border-top: 1px solid #FFB452;
	color: #000000;
	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: #FF9933;
	color: #000000;
}
table.noBorders, table.noBorders td {
	border: none;
}