#maincart {
	margin: 0px;
/*	margin-left: 1%;
	margin-right: 1%;*/
	width: 70%;
	text-align: left;
	padding-top: 5%; /*IMPT this lines up maincontent with container*/
	padding-bottom:5%;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 100%;	
	font-family: Arial, Helvetica, sans-serif;
}

#sidecart {
	float: right;
	margin: 1%;
	padding: 1%;
	width: 27%;
	color: #000066;
	/*background-color: #8DABB2;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-weight: bolder;
	border: solid #000066 1px;
	background-color: #9CC;
}
#divLogo {
	position: absolute;
	left: 7px;
	top: 10px;
	z-index: 10;
}
/*body {
	color: #543838;
	margin: 0px;
	padding: 0px;
}*/
#divNavbar {
	color: #F7F7F2;
	background-color: #36C;
	padding: 6px 20px;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
	margin-top: 40px;
}
#divNavbar a:link, #divNavbar a:visited, #divNavbar a:active {
	color: #F7F7F2;
	text-decoration: none;
}
#divNavbar a:hover {
	color: #000000;
}
#divContent{
padding:0px 10px;
}
#divViewCart {
	text-align: right;
	margin-bottom: 1em;
}
#divTopSearch {
	position: absolute;
	top: 10px;
	right: 20px;
}
#divSidebar {
	width: 118px;
	float: left;
	background-color: #B1B18B;
}
#divSidesearch {
	padding: 5px;
	color: #39F;
	font-weight: bold;
	background-color: #CACAAF;
	border-bottom: 1px solid #996666;
}
#divSideNav, #divSideSiteNav {
	border-bottom: 1px solid #996666;
}
#divContainer {
	border-left-color: #B1B18B;
	border-left-style: solid;
	border-left-width: 118px;
}
#divFooter {
	text-align: center;	
	color: #000000;
	border-top: 1px solid #CACAAF;
	margin-top:90px;
}
#divInside {
	border-left-color: #996666;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 5px;
}
h1 {
	margin-top: 0px;
	color: #69F;
	border-bottom: 1px solid #666699;
}

form {
	margin: 0px;
	padding: 0px;
}
#frmTopSearch-keywords {
	width: 100px;
}
#frmSideSearch-keywords{
	width:100px;
}
#frmSideSearch select {
	width: 107px;
}
hr{
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #CACAAF;
}
#divSidebar a:link, #divSidebar a:visited, #divSidebar a:active {
	color: #543838;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CACAAF;
	margin: 3px 5px;
	padding: 2px 0px 2px 5px;
}
#divSidebar a:hover {
	color: #666699;
	background-color: #CACAAF;
}
div.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}
#tableSearchResults, #tableSearchResults td, #tableSearchResults th {
	border-collapse: collapse;
	border: 1px solid #000;
}
#tableSearchResults th {
	padding: 3px;
	background-color: #8B8BB1;
	color: #FFF;
}
#tableSearchResults td {
	vertical-align: top;
	padding: 3px;
}
#tableProductDetails td {
	vertical-align: top;
}
#divPurchaseInfo {
}
table.tblsteps {
	text-align: left;
	font-weight: bold;
	padding: 1%;	
	border: 1px solid #000;
	border-collapse: collapse;
	color: #900;
	background-color: #69F;
}
table.tblsteps th.label {
	color: #F7F7F2;
}

table.tabularData caption {
	text-align: left;
	font-weight: bold;
}
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th {
	padding: 3px;
	vertical-align: top;
	font-size: 100%;		
}
table.tabularData th.label {
	text-align: right;
/*	width: 200px;*/
	white-space: nowrap;
}
table.tabularData th {
	color: #F7F7F2;
	background-color: #69F;
}
table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:active {
	color: #F7F7F2;
	background-color: #69F;
}
a:link {
	color: #339;
}
a:visited {
	color: #3CF;
}
#divInstructions{
width:400px;
margin:20px;
padding:18px;
background-color:#FFFFCC;
border:1px solid #000;
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #9CC;
}

.altRowOdd{
	background-color: #9CF;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
input.formButton {
	background: #339;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #D3D3E2;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
