/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* --- gww edits ---*/
/* ---------- default stuff ... good to have in place -------------- */
/* --- reset all of these elements ----*/
html,body,div,span,object,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,img,ol,ul,li,
fieldset,form,label,legend,
table,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}
/* ---- define focus styles ----- */
:focus{
outline:0;
}
html{
font-size:62.5%;
margin-bottom:.01px;
min-height:100.2%;
}
body{
text-align:center;
font-family:Arial,Helvetica,sans-serif;
/* ---------- outer page background -------------- */
background-color:#AFC3CA;
}
/* ---------- layout area width -------------- */
#wrapper{
margin:0 auto;
text-align:left;
width:850px;
background-color:#FFF;
}
/* ---------- header height and background color -------------- */
#header{
height:115px;
background-color:#FE234C;
}


/* ---------- header nav table -------------- */
#header table td{
	background-color:#FE234C;
	border:none;
	padding-top:5px;
}

#header table a{
	text-decoration:none;
	background-color:#FE234C;
}
#header table p{
	line-height:1em !important;
	margin:0 !important;
	}
/* -------- ONE COLUMN page layout (oneCol) ----------*/
.oneCol #mainCol{
width:850px;
}
.oneCol #mainCol .inside{
padding: 10px 0;
}
.oneCol #leftCol{
display:none;
}

/* -------- TWO COLUMN LEFT page layout (twoCol) ----------*/
.twoCol #mainCol{ 
	width:669px;
	float:left;
}
.twoCol #mainCol .inside{
padding:10px;
}
.twoCol #leftCol{
	width:180px;
	float:left;
}
.twoCol #leftCol .inside{
padding:0 10px;
}



/* ---------- left column nav -------------- */

#leftNav{
font-size:13px;
padding:17px 0;
}
#leftNav a{
	padding:3px 0px 4px 13px;
	display:block;
	float:left;
	width:140px;
	height:18px;
}


#leftNav a:link,
#leftNav a:visited,
#leftNav a:active{
text-decoration:none;
}
#leftNav a:hover{
text-decoration:underline;
}

/* ---- current link --- */
#leftNav a.currentLink{
	font-weight:900;
	}
/* ---- top level link --- */
#leftNav a.topLink{
	font-weight:900;
	font-size:14px;
	padding-left:8px;
	}


/*--- end gww edits --- */



body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	line-height:1.2em;
}

h2 {
	color: #696969;
	font-size: 18px;
}
p{
	line-height:1.5em;
	margin-bottom:1em;

}
p.cartLinks{
	width:180px;
	float:right;
	text-align:center;
	margin:4px 3px 0 0;
	border:2px dotted #CFBF8C;
	padding:6px 11px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}
input[type="submit"],
input[type="button"]{
	margin-top:17px !important;
	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	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: #ffffff;
	color: #000000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ffffff;
}
.altRowOdd{
	background-color: #ffffff;
}

/* 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{
	border:0;
	margin-right:15px;
	}
table#tableSearchResults td {
	border:0;
/*
	border-bottom:1px solid #CFBF8C;
*/
	}
	
table#tableSearchResults td {
	vertical-align:top;
	padding:12px 5px;
}


#footer{
	text-align:center;
	padding:0;
	color:#fff;
}
#footer a{
	color:#fff;
}
#footer a, #footer span{
	margin:0 13px;
}
#footLinks{
	background-color:#FE234C;
	width:850px;
	margin:0 auto;
	padding:0 0 0 0;
	height:22px;
}
#footLinks .spacer{
	padding-bottom:3px;
}
#tableProductDetails{
width:100%;	
}
#tableProductDetails td{
	vertical-align:top; 
	padding:0;
}
#tableProductDetails td.contentCell{
	padding:5px 17px;
}

