/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #ffffff;
	background-color: #070506;
	line-height: 16px;
}

a img {
border: 0;
}

/* Vertical Menu */
#divVert {
	width: 165px;
	padding: 4px;
	font-size: 11.5px;
	font-weight: normal;
	text-align: right;
}
#ulVert {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ulVert a {
	padding: 4px;
	border-bottom: 1px solid #333333;
	display: block;
	width: 130px;
	margin-bottom: 7px;
	margin-top: 7px;
	text-decoration: none;
}
#ulVert a.current {
	background-color: #ff1900;
}
#ulVert a:link, 
#ulVert a:visited, 
#ulVert a:active 
{
	color: #FFFFFF;
	font-size: 11.5px;
}
#ulVert a:hover {
		color: #FF1900;

}
#ulVert .current a:link {
	background-color: #7F7F7F;
}

a:link {
	color: #ff1900;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF3300;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #FFffff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 22px;
	margin-bottom: 4px;
}

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: #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: #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 {
}
table.tabularData td, table.tabularData th{
	padding: 10px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E6E6E6;
}
.altRowOdd{
	background-color: #D6D6D6;
}

/* 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;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF0000;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

