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

a:link {
	text-decoration:none;
	color:#003300;
}
a:visited {
	color: #002252;
	text-decoration:none;
}
a:hover {
	color:#FFFF99;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #ffff99;
	height: 1px;
	width: 90%;
}

/*h1 {
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: .95em;
	margin: 0px;
}

h2 {
	color: #696969;
	font-size: 18px;
}*/

#divMainContent{
	margin: 20px 10px 10px 180px;
	padding: 10px;
}
#divMainContent h1{
	font-size: 1.2em;
	color: #003300;
	background: transparent;
	border-bottom: 1px dotted #d2dcbd;
	margin: 0px;
}
#divMainContent h2{
	font-size: 100%;
	color: #000000;
	padding: 2px 0px 3px 5px;
	margin-right: -10px;
	margin-left: -10px;
}
#divMainContent h3{
	font-size: 95%;
	color: #5B5B5B;
	border-bottom: 1px solid #d2dcbd;
}


/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: "Trebuchet", 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: #336600;
	border-bottom: 1px solid #d2dcbd;
	border-left: 1px solid #abc586;
	border-right: 1px solid #003300;
	border-top: 1px solid #003300;
	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 #696969;
	border-collapse: collapse;
}*/
table.outside{
	padding:5px;
	border: 1px #b8d3a4 dotted;
	width:430px;
	min-height:350px;
	_height:auto !important;
  	height:350px;

}
table.tabularData th{
	padding: 3px;
}
table.tabularData td{
	padding: 3px;
	padding-bottom:10px;
	background-color: #ffffff;
}
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 {
	
}
.altRowOdd{
	padding-bottom:5px;
	background-color: #ffffff;
	border-bottom: 1px #b8d3a4 solid;
	border-right: 1px #b8d3a4 solid;
	border-left: 1px #b8d3a4 solid;
}

form{
	margin: 0px;
}
fieldset, fieldset a{
	color: #002252;
	padding: 4px;
}
legend{
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
}
input, select, textarea{
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #002252;
	background: #f4f7ef;
	border-bottom: 1px solid #abc586;
	border-left: 1px solid #abc586;
	border-right: 1px solid #003300;
	border-top: 1px solid #003300;
}

textarea:hover, input:hover
{
	background:#e4f6c8;	
}
textarea:focus, input:focus
{
	border:1px solid #d9f8ae;
	background:#fff;
	border-bottom:1px solid #6a1102;
	border-right:1px solid #6a1102;
	border-left:1px solid #901602;
	border-top:1px solid #901602;
}

input.formCheckbox, input.formRadio{
	border: none;
	background: transparent;
}

/*Generic Table Styles */
table.checkout{
	border-collapse: collapse;
	border: 1px solid #696969;
	margin: 5px;
}
td.checkout, th.checkout{
	border: 1px solid #336600;
	padding: 3px;
	vertical-align: top;
}

td.numbers {
	width:3px;
}
th{
	background: #336600;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
caption{
	color: #5B5B5B;
	font-weight: bold;
	text-align: left;
}

/* 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, th {
	vertical-align:top;
}

.category {
	font-weight:bold;
	border-bottom: 1px dotted #030303;
	width:75%;
	}

.custombutton {
height: 25px;
width: 85px;
vertical-align:bottom;
}