.icons { vertical-align: middle; padding-right: 7px; padding-top: 7px; padding-bottom: 7px;}
.iconsWithinText {vertical-align: middle; padding-left: 33px; padding-top: 7px; padding-bottom: 7px;}
body {background: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px;}

.header{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; color: #FFFFFF;}
.bodyText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #d8d8d8;	position: relative;}
.bodyTextHighlight {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #a0c8b8;	position: relative;}
.caption {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #d8b890;	position: relative;	font-variant: normal; text-transform: none;	width: 215; }
.photoCredit {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; color: #606060;}
td, th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; color: #F3F1D8;}
.copyright {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; color: #606060;}

a { font-size: 12px; color: #F3F1D8; color: #707070; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; cursor: auto;}
.link1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #98a890;}
.linkArrow {	vertical-align: middle;	padding-right: 7px;	padding-left: 7px;	position: relative;}
.pipe_light {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a8a8a8;}
.pipe_dark {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #3F6558;}
.linkCurrent {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #d8d8d8;}
A:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;color: #98a890;text-decoration:none; }
A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;color: #98a890;text-decoration:none; }
A:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;color: #ffffff;text-decoration:none; }
A:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;color: #ffffff;text-decoration: none; }

.horizontalRule {color: #303030; height: 1px;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}
*/

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #28a875;
	border: 1px inset #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	background: #002252;
	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">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	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. */
.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;
}

.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;
}
