
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 11px verdana;
	line-height: 1.88889;
	color: #5e5e5e; 
	background: #46292a; 
	margin: 0; 
	padding: 0;
	margin-top: 0;
	}
th {
/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	font: 11px verdana;
	line-height: 1.5;
	color: #535353; 
	background: #bcbcbc; 
	margin: 0; 
	padding: 0;
	margin-top: 0;
}		
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #7f3538;
	font-size: 13px;
	margin: 0px;
	margin-bottom: 10px;
	/*border-bottom:3px double #868686;*/
}	
	
.titles { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #b34f51;
	margin: 0; 
	padding: 0;
	margin-top: 0;
	}	
p { 
	margin-top: 0; 
	/*text-align: justify;*/
	}
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #34557b;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #34557b;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
	
a.menu:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	font-weight: bold;
	color: #917700;
	text-decoration: none;
	line-height : 15px;	  
	margin-left: 10px;            
}
 a.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	font-weight: bold;
	color: #917700;
	text-decoration: none;
	line-height : 15px;	  
	margin-left: 10px;             
}
 a.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	font-weight: bold;
	color: #b34f51;
	text-decoration: underline;
	line-height : 15px;	
	margin-left: 10px;               
}	
	
td { 
	font: 11px verdana;
	line-height: 1.5;
	color: #46292a; 
	margin: 0; 
	padding: 0;
	}	
INPUT, TEXTAREA, SELECT, OPTION { background: #efefef; border-style:solid; border-width:1; border-color:#facbcc; color: #34557b; font-family: arial, helvetica, verdana; font-size: 8pt; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 #bbbbbb;
	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: #eae9e7;
}
.altRowOdd{
	background-color: #eae9e7;
}

/* 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;
}
	
