/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

a:link {
	/* color: #007F7B;	*/
	color: #131479;
	text-decoration: underline;
}
a:visited {
	/* color: #007F7B;	*/
	color:  #131479;
	text-decoration: underline;
}
a:hover {
	color: #345F81;
	text-decoration:none;
}

a.cat:link {
	/* color: #007F7B;	*/
	color:  #131479;
	text-decoration: underline;
}
a.cat:visited {
	/* color: #007F7B;	*/
	color:  #131479;
	text-decoration: underline;
}
a.cat:hover {
	color: #345F81;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

/* 
h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}
*/

h1 {
	color: #002F5E;
	font-size: 15px;
	text-align: left;
	margin-bottom: 6px;
	line-height: 20px;
}

h2 {
	color: #002F5E;
	font-size: 13px;
	margin-bottom: 6px;
}

h3 {
	color: #002F5E;
	font-size: 15px;
	margin: 0px;
	border-bottom:3px double #002F5E;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: 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: #007F7B;
	border-bottom: 1px solid #006057;
	border-left: 1px solid #006057;
	border-right: 1px solid #003934;
	border-top: 1px solid #003934;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
*/

input.formButton {
	background: #131479;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #003934;
	border-top: 1px solid #003934;
	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 #006464;
	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: #007F7B;
	color: #FFFFFF;
}

.aborder {
	border: 1px solid  #007F7B;
}

.noborder {
	border: 0px;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
/* 
.altRowEven {
	background-color: #E6E6E6;
}
.altRowOdd{
	background-color: #D6D6D6;
}
 */
.altRowEven {
	background-color: #ddf0ef
}
.altRowOdd{
	background-color: #B2DFE2;
}

/* 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;
}

.coname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #222222;
}

a.navigation:link {
	display: inline-block;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.navigation:visited {
	display: inline-block;
	line-height: 16px;
	color: #333333;
	text-decoration : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 2px;
	padding-top : 2px;
	font-size: 11px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	width : auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.navigation:hover {
	display: inline-block;
	line-height: 16px;
	background: #006666;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 0px;
	padding-top: 8px;
}
