/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color: #d8d8d8;
	scrollbar-3dlight-color:#688743;
	scrollbar-arrow-color:#383838;
	scrollbar-base-color:#888888;
	scrollbar-darkshadow-color:#888888;
	scrollbar-face-color:#383838;
	scrollbar-highlight-color:#181818;
	scrollbar-shadow-color:#000000;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #606060;
}
.cwImage {
	border: "0";
}
.displaySKU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484848;
}
.pipe_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F6558;
}
.inactive_link {
	color: #282828;
	text-decoration:none;
}
.fauxLink {
	color: #e0b870;
	text-decoration:none;
}
A:link {
	color: #e0b870;
	text-decoration:none;
}
A:visited {
	color: #e0b870;
	text-decoration:none;
}
A:hover {
	color: #ffffff;
	text-decoration:none;
}
A:active {
	text-decoration: none;
	text-align: center;
}
hr {
	color: #696969;
	height: 1px;
	width: 62%;
}
h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}
h2 {
	color: #696969;
	font-size: 18px;
}
/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a0e8a0;
	border: 1px inset #181818;
	background: transparent;
	background-color: #000000;
	border: 1px outset #d8a858
}
.checkoutInput {
	background-color: #e8e8e8;
	color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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;
	color: #888888;
	background: transparent;
}
input.formButton {
	background: #185838;
	border-bottom: 1px solid #487828;
	border-left: 0px solid #00357D;
	border-right: 0px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
input.formUpdateButton {
	background: #185838;
	border-bottom: 1px solid #487828;
	border-left: 0px solid #00357D;
	border-right: 0px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 1px 1px 0px 1npx;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #696969;
	border-collapse: collapse;
}
table.tabularIndexData, table.tabularData td, table.tabularData th {
	border: 0px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th {
	padding: 7px;
}
table.tabularIndexData td, table.tabularData th {
	padding: 17px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active {
	color: #90b080;
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	text-align:left;
}
.altRowOdd {
	text-align:left;
}
/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 11px;
}
.pagingLinks {
	text-align: center;
}
.errorMessage {
	color: #b03030;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align: middle;
}
