hr {color: #000; height: 1px; width: 95%; margin: 15px auto;}
h3 {color: #2E8B89;	font-size: 1.2em; margin: 0px;}
h4 {color: #000; font-size: 1.1em; margin: 10px 0 5px 5px;}

p.productDescription {font-size: 0.9em; line-height: 1.2em; margin: 5px 0 10px 0;}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1em;
	color: #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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, a.formButton {
	background: #3CB8B5;
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	border-right: 1px solid #000;
	border-top: 1px solid #999;
	color: #FFF;
	font-weight: bold;
	margin: 3px;
	padding: 2px;
	cursor: pointer;
}

a.formButton {
	margin: 0px 3px 3px 3px;
	padding: 3px 4px;
}

input.formButton:hover, a.formButton:hover {
	color: #333;
	background: #8CCCCA;
	border-bottom: 1px solid #999;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-top: 1px solid #000;
	text-decoration: none;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData {
	width: 600px;
	margin: 0px;
}

table.tabularData td.billship {
	background: #9595C6;
	border: none;
	color: #000;
	padding: 5px;
}

table.tabularData th.clear {
	background: none;
	color: #000;
	border: none;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: none;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th  {
	background: url(../images/heading-fade.jpg) repeat-x;
	color: #E2E2EF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000; 
}
table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	font-size: 0.8em;
	color: #E2E2EF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #9595C6;
}
.altRowOdd{
	background-color: #B5B5D7;
}

.smallprint {
	font-size: 10px;
}

table.pagingLinks {
	width: 600px;
	margin: 5px 0;
}

table.pagingLinks a {
	font-size: 0.9em;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

table.tabularData a.cartLink:link, table.tabularData a.cartLink:visited {
	color: #fff;
	font-weight: normal;
}

table.tabularData a.cartLink:hover {
	color: #000;
}
