
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
11/4/03 - Moved to simplylovestore.css
11/4/03 - Color changes
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #BDC4AF;
	border-bottom: 1px solid #8C968A;
	border-left: 1px solid #8C968A;
	border-right: 1px solid #BEC6BD;
	border-top: 1px solid #BEC6BD;
	color: #000000;
	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: 2px solid #BBC2AD;
	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: #BBC2AD;
	color: #000000;
}

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

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

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