/*Form Elements*/

#search-form {
	background-color:#8CC63F;
	padding:15px 15px 10px 15px;
}

#search-form h3 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

form {
	margin:10px 0px 5px 0px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #333;
	border: 1px inset #000;
}

input, select {
	margin-right:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	cursor:pointer;
	background: #000;
	color: #FFF;
	padding:0px 3px;
	margin: 3px 3px 0px 0px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData {
	width:540px;
	margin:10px 0;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #96a78a;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 6px 10px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #BBB;
	color: #FFF;
}

table.tabularData h1 {
color:#507334;
font-size:16px;
margin:6px 0 8px 0;
}

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

/* 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;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

#Search {
	color:#FF0000;
}

#tableProductDetails {
	width:540px;
	background-color: #c8d6be;
}

#tableProductDetails td {
	padding:10px 20px 10px 10px;
}

#tableProductDetails h1 {
	margin-top:15px;
	padding-bottom:10px;
	color:#507334;
	font-size:20px;
}

#tableProductDetails input {
	margin-top:15px;
}

#results h1 {
	color:#507334;
	font-size:18px;
}


