/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	border: 1px inset #717F66;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	background: #327166;
	color: #FFFFFF;
	margin: 3px 3px 0px;
	border: 1px solid #AC965D;
	padding: 2px;
	font: normal 11px Arial, Verdana, sans-serif;
}

/* 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 #717F66;
	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: #B5A67B;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background: #FAF9F5;
}
.altRowOdd{
	background-color: #FAF9F5;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #990000;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
table#tableSearchResults /* This aligns products to the top of the table cell with horizontal display of results */
 h1 {
	vertical-align:top;
	font-size: 14px;
	font-weight: bold;
}
