body {
	background-color: #663300;
	margin:0px;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

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

a:link {
	color: #006;
}
a:visited {
	color: #006;
}
a:hover {
	color: #00C;
	text-decoration:none;
}
a:active {
	color: #00C;
	text-decoration:none;
}

td, th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px
}

img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
 	font-size: 12px;
	color: #002252;
	border: 1px inset #979797;
}


.largerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	color: #006;
	text-decoration:inherit;
}

a:hover {
	color: #00C;
	text-decoration:none;
}
a:active {
	color: #00C;
	text-decoration:none;
}

#main {

	width:941px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
	background-color:#FFF;

}
#banner {
	margin-left:0px;
	margin-top:0px;
	width:941px;
	height:183px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#navigation {
	background-color: #ffffff;
	width:134px;
	height:auto;
	padding-top:0px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}

#content {
	background-color: #ffffff;
	width:797px;
	padding-top:5px;
	padding-left:10px;
	height:autopx;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.tableOutline {
	border: thick double #000;
}
.kristieText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000;
	text-align: center;
}

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

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