/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*body, td, th, p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}*/

/*a:active, a:link, a:visited
{
    color: #CC4200;
    text-decoration: none;
}
a:hover
{
    color: #FFF;
	background-color:#A0925C;
	border-bottom: 1px dotted #CC4200;
}*/

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

/*h1 {
	color: #302818;
	font-size: 13px;
	margin:0px;
	margin-bottom: 3px;
	padding-bottom:3px;
	border-bottom:3px double #FDF7DF;
}

h2 {
	color: #302818;
	font-size: 18px;
}*/

p {
	line-height:20px;
	margin-left: 2px;
}

/*Form Elements*/
form {
	margin: 0px;
}

/*input, select, textarea {
	font-family: Tahoma, Verdana, sans-serif;
 	font-size: 11px;
	color: #302818; 
	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: #362910;
	border-bottom: 1px solid #201D13;
	border-left: 1px solid #201D13;
	border-right: 1px solid #58431D;
	border-top: 1px solid #58431D;
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
	margin-left: 2px;
	padding: 3px;
	padding-bottom:1px;
	padding-top:1px;
}



/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table.tabularData, table.tabularData td, table.tabularData th {
	border-bottom: 3px #D6D6D6;
	border-left: none;
	margin-left:0px;
	border-collapse: collapse;
}

table.tabularData td, table.tabularData th{
	padding: 3px;
	padding-bottom:1px;
	padding-top:1px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #5E5135;
	color: #FFFFFF;
}

table.tabularData th {
	font-size:10px;
	font-family: "Trebuchet MS", sans-serif;
}

table.tabularData td {
	font-size:11px;
}

li.invoice {
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FEFBCF;
}
.altRowOdd{
	background-color: #FAE9AF;
}

/* 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;
}

input.submit
{
    border: 1px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 1.1px;
    margin: 0;
    background-color: #fff;
    background-image: url(images/background-form-element.png);
    color: #333;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	 *vertical-align: bottom;
}
input.submit:active
{
    border: 1px double #ccc;
    border-top-color: #999;
    border-left-color: #999;
}