/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	line-height: 16px;
}

a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ff4a9f;
}

a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #892758;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #575757;
	font-size: 14px;
	margin: 0px;
}

h2 {
	color: #696969;
	font-size: 12px;
}

/*Form Elements*/
form { margin: 0px; }

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	border: 0;
	font-weight: bold;
	margin: 3px 0;;
	padding: 3px 5px;
	cursor:hand;
}
input.formButton:hover { color: #333; }

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th { border-collapse: collapse; }
table.tabularData td, table.tabularData th { padding: 5px; }
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active { color: #575757; background-color: #eee; }

/* altRowEven & altRowOdd are used to style alternating table rows. */
/*.altRowEven {	background-color: #E6E6E6; }
.altRowOdd{	background-color: #D6D6D6; }*/

/* oldprice is displayed when there is a discount */
.oldprice {	text-decoration: line-through; }
.smallprint {	font-size: 10px; }
.imgBorder { border: 1px solid #dbdbdb; }

.pagingLinks {
	text-align: right;
	color: #ff4a9f;
}

.pagingLinksa, .pagingLinks a:link, .pagingLinks a:visited {
	text-decoration: none;
	color: #ff4a9f;
}

a:hover, a:active {
	text-decoration: underline;
	color: #892758;
}

.errorMessage {
	color: #ff4a9f;
	font-weight: bold;
	text-align:center;
}

.cartlinks { text-align: right; }

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td { vertical-align:top; }
