body {
	font-family: helvetica,Arial,sans-serif;
	font-size: medium;
	color:  #333;
	line-height: 1.166;		
	background: #600 url("bg_grad.png") fixed;
	margin: 0px;
}

a:link, a:visited {
	color: #696;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
 font: bold 200%;
 color: #333; 
}

h2 {
 font: bold 114%;
 color: #696; 
}

h3 {
 font: bold 100%;
 color: #696; 
}

h4 {
	font: bold 80%;
	color: black;
}

#container {
	width: 1000px;
	margin: auto;
	background-color: #fff;
}	

#header {
	width: 1000px;	
}

#pageName {
	width: 1000px;	
}

#pageName h2 {
	font: bold 175%;
	color: #333;	
	padding:5px 0px 0px 10px;
}

#pageNameCart {
	float: left;
	padding: 0px 0px 0px 10px;
	font-size: 85%;
}

#pageNameLogin {
	float: right;
	padding: 0px 10px 0px 0px;
	font-size: 85%;
}

#pageNav {
	clear: both;
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top:1px solid #ccd2d2;	
	font: small Verdana,sans-serif;
}

#sectionLinks {
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #696;
	background-color: #cccc66;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:hover {
	border-top: 1px solid #ccc;
	background-color: #ffcc00;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#relatedLinks {
	float: left;
	width: 178px;
	padding: 10px;
}

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3 {
	padding: 0px 0px 0px 0px;
}

.relatedLinks a {
	display: block; 
}

#banner {	
	float: left;	
	width:169px;	
	padding: 5px;
	background-color: #FFCC00;
}

#search {
	padding: 5px 0px 10px 10px;	
	margin: 5px 0px 0px 0px;
}

#info {
	width: 800px;
	float: right;	
	padding: 10px 10px;	
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	border-top:1px solid #ccd2d2;
}

#info img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

#new {
	background-color: #ffc;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

#tableProductDetails br {clear:both;}

#footer {
	clear: both;
	border-top: 1px solid #ccc;	
	font-size: 85%;
	line-height: 1.5em;
	color: #666;	
	padding: 10px 10px 5px 10px;
	margin-top: 0px;
	text-align:center;
}


.story {
	width: 800px;
	float: right;
	padding: 10px 0px 0px 10px;	
	font-size: 85%;
	line-height: 1.5em;
	color: #666;	
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #696;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storySix {
	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

td.storySeven {
	border-top: 1px dashed #ccc;
}

.story p {
	margin: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #000;
	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: #000000;
	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 #696;
	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: #cccc66;
	color: #000000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFC;
}

/* 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;
}