/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


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

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

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 90%;
	color: #333333;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #c33c24;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #660000;
	border-top: 1px solid #CC0000;
	color: #e0da39;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}


table.cartTable {
	border: 2px solid #706231;
	padding: 3px;
	color: #333333;
	}

table.cartTable a:link {
	color: #706231;
	text-decoration: none;
	font-weight: bold;
	}

table.cartTable a:visited {
	color: #706231;
	text-decoration: none;
	font-weight: bold;
	}

table.cartTable a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	}

table.cartTable a:hover {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
	}



/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData th {
	/* border: 1px solid #333333; */
	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  {
	/* ORIGINAL COLOR - background: #706231; */
	background: #FFF;
	/* ORIGINAL COLOR - color: #C4B683; */
	color: #000;
}

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

.oldprice {
	text-decoration: line-through;
color: #666;
}

.price {
color: #4c5913;
font-weight: bold;
}

.smallprint {
	font-size: 90%;
}

.pagingLinks {
	text-align: center;
}

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

.productName {
font-weight: bold;
color: #330000;
}

.shoppingCart {
font-size: 75%;
color: #EEE;
}

#discountDescriptions {
color: #FF0000;
border: 5px double #FF0000;
}

#storeCategories {
text-align: center;
}

.category {
float: left;
}

loginBox {
border: 1px solid #000;
padding: 15px;
color: #FFF;
font-size: 80%;
background-color: #515e55;
}
