@charset "utf-8";
/* CSS Document */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #6d2d5c;
	text-decoration: none;
}
a:visited {
	color: #6d2d5c;
	text-decoration: none;
}
a:hover {
	color: #ebbfcf;
	text-decoration:none;
}
a:active {
	color: #6d2d5c;
	text-decoration:none;
}

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

h1 {
	color: #6d2d5c;
	font-size: 14px;
	margin: 0px;
}

h2 {
	color: #696969;
	font-size: 18px;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6d2d5c;
	border: 1px solid #f39cbb;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.detailsButton {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #6d2d5c;
	color: #FFF;
	border: thin solid #f39cbb;
	margin: 3px;
	display: block;
	width: 70px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.detailsButton:link {
	text-decoration: none;
	background-color: #6d2d5c;
	color: #FFF;
}
.detailsButton:visited {
	text-decoration: none;
	background-color: #6d2d5c;
	color: #FFF;
}
.detailsButton:hover {
	text-decoration: none;
	background-color: #6d2d5c;
	color: #f39cbb;
}

/* 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 #f39cbb;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th  {
	color: #FFFFFF;
	background-color: #783049;
}
table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #0099FF;
	background-color: #783049;
	text-decoration:underline;
}

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

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #6d2d5c;
}

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

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
