/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.checkoutLink {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	color: #003399;
	font-weight:bold;
	text-decoration: none;
}

a.checkoutLink:link {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	color: #003399;
	font-weight:bold;
	text-decoration: none;
}
a.checkoutLink:hover {
	color: #003399;
	text-decoration: underline;
}

a:link {
	color: #002252;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #000033;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #666666;
	font-size: 16px;
	margin: 0px;
	line-height:17px;
	border-bottom:2px double #666666;
	padding:5px 0px 0px 0px;
}

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: #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.formButtonOrange {
 padding: 2px 2px 2px 5px;
  border: 1px solid #000000;
  background: #000000;
  font: bold 14px Arial;
  color: #FFFFFF;
}

input.formButtonShade {
 padding: 2px 2px 2px 5px;
  border: 1px solid #000;
  background: #000000;
  font: bold 11px Arial;
  color: #FFFFFF;
}

input.formButton{
	background: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
}

input.formButtonBasic{
	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 #999999;/*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: #999999;/*979797 */
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #efefef;
}
.altRowOdd{
	background-color: #FFFFFF;
}

/* 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;
}
