/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #651d0f;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table.list {
	border: 1px solid #333;
	border-collapse: collapse;
	width: 100%;
}

table.list td, table.list th {
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 4px;
	text-align: left;
}

table.list th {
	background-color: #FBF6E4;
}


table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 6px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	text-align: left;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	
}
.altRowOdd{
	
}

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

.pagingLinks {
	text-align: left;
}

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

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

table#tableSearchResults td p {
	line-height: 18px;
}

table#tableProductDetails td {
	padding: 4px;
	vertical-align: top;
	line-height: 18px;
}

table#tableProductDetails td h1 {
	line-height: normal;
}

table#tableProductDetails td p {
	line-height: 18px;
}