
html {
	margin: 0;
	padding: 0;
	}
body { 
	background:#040507 url(images/bkgd_c.gif) no-repeat top center;
	background-repeat: repeat-x; 
	font: 11px verdana;
	line-height: 1.88889;
	color: #333333;  
	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;
}	
	
	
p { 
	margin-top: 0; 
	text-align: justify;
	}
a:link { 
	font-size:1em;
	font-weight: normal; 
	text-decoration: underline; 
	color: #8b9fbf;
	}
a:visited { 
	font-size:1em;
	font-weight: normal; 
	text-decoration: underline; 
	color: #8b9fbf;
	}
a:hover, a:active { 
	font-size:1em;
	text-decoration: underline; 
	color: #8b9fbf;
	}
td { 
	font: 11px verdana;
	line-height: 1.5;
	color: #333333; 
	margin: 0; 
	padding: 0;
	}	
INPUT, TEXTAREA, SELECT, OPTION { background: #eeeeee; border-style:solid; border-width:1; border-color:#34557b; color: #34557b; font-family: arial, verdana; font-size: 9pt; }


hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	font: 75% georgia, sans-serif;
	font-weight: normal;
	color: #80995a;
	font-size: 13px;
	margin: 0px;
	margin-bottom: 10px;
	/*border-bottom:3px double #868686;*/
}

h2 {
	color: #696969;
	font-size: 18px;
}

form {
	margin: 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 #dddddd;
	border-collapse: collapse;
	line-height:.5em;;	
	
}
table.tabularData td, table.tabularData th{
	padding: 10px;
	line-height:1em;;	
}


table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #bbbbbb;
	color: #FFFFFF;
	line-height:1em;;

}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ffffff;
	line-height:1em;;	
}
.altRowOdd{
	background-color: #ffffff;
	line-height:1em;;
}

/* 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;
}

.bodytext { 
	font: 10px verdana, arial;
	line-height: 1.5;
	color: #a3aab9; 
	margin: 0; 
	padding: 0;
	}	