/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/


table#login 
{
	width: 250px;
}


/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

.formButton,
input.formButton {
	background: #597D99;
	border-bottom: 1px solid #52636D;
	border-left: 1px solid #52636D;
	border-right: 1px solid #52636D;
	border-top: 1px solid #52636D;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table.tabularData
{
	margin-left: 3px;
	margin-bottom: 5px;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #4B4037;
	border-collapse: collapse;
}
table.tabularData h1 {
}
table.tabularData td, table.tabularData th {
	padding: 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: #786B52;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #EBDCAF;
}
.altRowOdd{
	background-color: #E8D7A2;
}

/* 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;
}

.membership_name {
	color: #900;
	font-style: italic;
	padding-left: 20px;
}
