/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background: #000000;
	color: #ffffff;
}

a:link {
	color: #9A6601;
}
a:visited {
	color: #9A6601;
}
a:hover {
	background: #9A6601;
	color: #FFCC67;
}
a:active {
	background: #FFCC67;
	color: #9A6601;
}

hr{
	color: #9A6601;
	height: 1px;
	width: 90%;
}

h1 {
	color: #9A6601;
	margin: 0px;
	border-bottom: 1px solid #9A6601;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #664700;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #574F39;
}

input {
	background: #FFFFFF;
	border: 1px solid #9A6601;
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #664700;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.content2_border1 {
	background-image: url(../../../images/store_r3_c3_back.gif);
} 
.content2 {
	background-color: #663300;
}
.content2_border2 {
	background-image: url(../../../images/store_r3_c6_back.gif);
} 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Shopping Cart CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to the Shopping Cart.
You may use the CSS above, or remove it and attach
your own CSS file in addition to store.css
*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #9A6601;
	border-bottom: 1px solid #4A3400;
	border-left: 1px solid #4A3400;
	border-right: 1px solid #664700;
	border-top: 1px solid #664700;
	color: #FFCC67;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* 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 #000000;
	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: #9A6601;
	color: #FFCC67;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #ECC779;
}

.altrowOdd{
	background-color: #FBF3E3;
}
