/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Putnam Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body { color:#333333; margin:0px; background-color:#A8BAA8; }

img, img a { border:0px; }

.text {
	font-size: 12px;
	line-height: 16px;
	color: #363636;
}

.details td {
	font-size: 11px;
	padding: 6px;
	color: #363636;
}

.slink {
	color: #006600;
	text-decoration: none;
}

.mlink, td.mlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.mlink a, .mlink:visited, .mlink:active {
	color: #003300;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.mlink a:hover {
	color: #809980;
	text-decoration: underline;
}

td.mlink {
	padding: 10px 0px 0px 20px;
}
	
.slink a { font: 10px/12px Arial, geneva, helvetica, sans-serif; color:#e1e1e1; text-transform: uppercase; text-decoration:none; }
.slink a:visited, .slink a { text-decoration: none; }
a, .slink a:hover { color:#809980; text-decoration: underline; }

.sml { font: 10px/14px Arial, Geneva, Helvetica, sans-serif; color:#666666; }

input, select, button { font-size: 10px; line-height:11px; vertical-align: baseline; padding:2px 0px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #004400;
/*	color: #345F81; */
}
/*
a:visited {
	color: #002252;
}
*/
a:hover, .pagingLinks a {
	color: #A3C380;
	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;
}

h3 {
/*	color: #002252; */
	color: #696969;
	font-size: 14px;
	margin: 0px;
}

/*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 {
/*	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 #cccccc;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th {
	padding: 4px;
}

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: #FFFFFF;
/*	background-color: #E6E6E6; */
}
.altRowOdd{
	background-color: #FFFFFF;
/*	background-color: #D6D6D6; */
}

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

.pagingLinks, .pagingLinks img {
	text-align: center;
	vertical-align:middle;
}

.pagingLinks a:hover, .pagingLinks strong {
	color:#004400;
	text-decoration:none;
}

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

.hdrlinks a, .hdrlinks a:visited, .hdrlinks td {
	color:#003300;
	text-decoration:none;
	}
	
.hdrlinks a:hover, .hdrlinks a:active {
	color:#006600;
	text-decoration:underline;
	}
	
table.gbar {
	height:18px;
	border-right: solid 1px #A3C380;
	}
	
.gbar td {
	vertical-align:middle;
	text-align:center;
	padding: 4px 12px;
	border-left: solid 1px #A3C380;
	}

.gbar a, .gbar a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.gbar a:hover, .gbar a:active {
	color:#A3C380;
	}

