/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

/*Form Elements #696969; */
hr{
	color: #F87EB9;
	height: 2px;
	width: 90%;
}
/*Form Elements  #002252; */

h1 {
	color: #0063F4; 
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
	}
	
	/*Form Elements #696969; */

h2 {
	color: #0063F4; 
	font-size: 16px;
}

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

/*Form Elements #002252; */

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	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  #002252; */
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #F87EB9;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata"> #696969; */
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #00ACEE;
	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: #979797;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. #E6E6E6;  #D6D6D6; */
.altRowEven {
	background-color: #ffffff;
}
.altRowOdd{
	background-color: #F87EB9;
}

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

.pagingLinks {
	text-align: center;
}

.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;
}
