/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top:0px;
}

a:link {
	color: #7A7D62;
}
a:visited {
	color: #7A7D62;
}
a:hover {
	color: #7A7D62;
	text-decoration:none;
}
a:active {
	color: #7A7D62;
	text-decoration:none;
}

hr{
	color: #7A7D62;
	height: 1px;
	width: 90%;
}

h1 {
	color: #C61829;
	font-size: 17px;
	margin: 0px;
	border-bottom:3px dotted #8CA26B;
}

h2 {
	color: #C61829;
	font-size: 16px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #7A7D62;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #D063F3;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	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 #76685D;
	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: #D063D3;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #F2E1F2;
}
.altRowOdd{
	background-color: #FFCAFF;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabularhomedata">*/
table.tabularHomeData, table.tabularHomeData td, table.tabularHomeData th {
	border: 1px solid ##FFFFFF;
	background: ##FFFFFF;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
table.tabularHomeData td, table.tabularHomeData th{
	background: ##FFFFFF;
	color: #FFFFFF;
	padding: 10px;
}
table.tabularHomeData th, table.tabularHomeData th a:link, table.tabularHomeData th a:visited, table.tabularHomeData th a:hover, table.tabularHomeData th a:active  {
	background: ##FFFFFF;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altHomeRowEven {
	background-color: #FFFFFF;
}
.altHomeRowOdd{
	background-color: #FFFFFF;
}





.smallprint {
	font-size: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}


.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
}
.homeproductname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.homeproddesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.featuredspecials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #D063D3;
}
