/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;

}

a:link {
	color: #D0A448;
}
a:visited {
	color: #D0A448;
}
a:hover {
	color: #4F641D;
	text-decoration:none;
}
a:active {
	color: #4F641D;
	text-decoration:none;
}

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

h1 {
	color: #9F6614;
	font-size: 13px;
	margin: 0px;
	/*border-bottom:3px double #868686; */
}

h2 {
	color: #4F641D;
	font-size: 16px;
}

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

input, select, textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 	font-size: 11px;
	color: #666666;
	border: 1px inset #cccccc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #ffffff; 
	padding: 2px 7px 3px 7px; 
	margin: 0px 4px 0px 0px; 
	text-decoration: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #47641d;
	border-bottom: 3px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
}
a.input.formButton:hover {
background:#47641d;
color: #ffffff; 
}

/* 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 #cccccc;
	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: #f5ebd9;
	color: #666666F;
}

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

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