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

a:link
{
	color: #868686;
	text-decoration:none;
}

a:visited
{
	color: #868686;
	text-decoration:none;
}

a:hover
{
	color: #008C87;
	text-decoration:none;
}

a:active
{
	color: #868686;
	text-decoration:none;
}

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

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: #002252;
	border: 1px inset #979797;
}

div#main
{
width: 700px; height: 420px; margin: 0px inherit;
position: relative;
}

/*Main container centering the page*/

div#cent
{
width: 700px; height: 420px; margin: 0px auto;
position: relative;
}

/*Main container centering cart page below header*/

div#cent2
{
width: 660px; height: 420px; margin: 0px auto;
position: relative;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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:none;
	border-bottom: 0px solid #00347D;
	border-left: 0px solid #00347D;
	border-right: 0px solid #001128;
	border-top: 0px solid #001128;
	font-size: 11px;
	font-weight:bold;
	color:#008C87;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* 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.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: #979797;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */

.altRowEven
{
	background-color:#FCFCFC;
}

.altRowOdd
{
	background-color:#EFEFEF;
}

/* 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;
}

div#searchbox
{
position: absolute;
top: 12px;
left: 527px;
font-family: arial;
font-size: 11px;
font-weight:bold;
color:#999999;
width: 150px; height: 50px;
text-align:right;
z-index: 1;
line-height: 150%;
}

.asdf
{
	color: #66C;
}