#footer_ {
	font-family: verdana,arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	background-color: #FBCF04;	
	margin-top: 15px;
	padding:0px 0px 0px 0px;
	text-align: center;
	height: 100px; /* .push must be the same height as .footer */
}

a.footer_:link {
	color: #000;
	background-color: #FBCF04;
	font-weight:normal;
	text-decoration: none; 
}

a.footer_:visited {
	color: #000;
	background-color: #FBCF04;
	text-decoration: none; 
}

a.footer_:active {
	color: #000;
	background-color: #FBCF04;
	text-decoration: none; 
}

a.footer_:hover {
	color: #999;
	background-color: #FBCF04;
	text-decoration: none; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #666;
}
a:visited {
	color: #999;
}
a:hover {
	color: #FBCF04;
	text-decoration:none;
}
a:active {
	color: #FBCF04;
	text-decoration:none;
}

hr{
	color: #FBCF04;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #000000;
}

h2 {
	color: #000000;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000000;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #DCE7EF;
	border-top: 1px solid #DCE7EF;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

input.navFormButton {
	background: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table#tableProductDetails {
	width: 100%;
}
table.tabularData {
	width: 100%;
}
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 6px 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: #000000;
	color: #FFFFFF;
}

#plainSearchResults {
	border-color: #FFF;
	text-align:center;
} 

#plainSearchResults td {
	border-color: #FFF;
	padding: 10px 20px;
} 

#plainSearchResults h1 {
	display: none;
} 

#plainGridTitle {
	font-weight: bold; 
	padding:7px 0;
	width: 105px;
} 

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFF;
}

.altRowOdd{
	background-color: #FFF;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #CC0000;
	font-weight: bold;
}

#CWTagCartLinks {
	text-align: center;
}

#CWTagSearchLinks {
	margin-bottom: 3px;
}

.FormButtonPos {
	text-align: center;
}

.FormButtonPosComplete {
	text-align: right;
}

.OrderAddlItems {
	font-size: 9px;
	font-style:italic;
	padding: 3px 0px 0px 0px;
}

.OrderCart {
	font-size: 9px;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	padding: 3px 0px 3px 0px;
}