/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	color: #5B2510;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 1.6em;
}
a img {
	border-width: 0;
	border-style: none;
}

a:link {
	color: #630;
}
a:visited {
	color: #630;
}
a:hover {
	color: #80881C;
	text-decoration:none;
}
a:active {
	color: #80881C;
	text-decoration:none;
}

hr{
	color: #990;
	height: 1px;
	width: 90%;
}

h1 {
	color: #9CAC2D;
	font-size: small;
	margin: 0px;
	border-bottom:3px #990;
	font-weight: normal;
}

h2 {
	color: #E55C39;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
form {
	text-align: center;
	width: 98%;
}


input, select, textarea {
	color: #662C0F;
	border: 1px inset #979797;
	font-family: Verdana, Geneva, sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
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 {
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFF;
	font-weight: normal;
	margin: 3px 3px 0px 3px;
	font-family: Verdana, Geneva, sans-serif;
	background: #990;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #ffc891;
	border-collapse: collapse;
	text-align: ;
	background-color: #FFF;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	text-align: ;
	background-color: #FFF;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #333333;
	background-color: #FFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
	text-align: left;
}
.altRowOdd{
	text-align: left;
	background-color: #FFF;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
	text-align: center;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
	background-color: #FFF;
}
.prodDescription {
	text-align: left;
}
#mainContentOrderForm {
	float: left;
}
