/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #295AB4;
}

 td, th, p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}


a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}
/* Added from master.css for the shop pages */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 780px;
}


/* Logo header and background across top of page */
#header {
	width: 780px;
}

	
/* This is the secondary content area at the bottom of the page */
#navmenu {
	width: 780px;
	height: 25px;
	background: url(../../../images/nav_bg.gif) no-repeat;
}

#navlist {
	width: 496px;
	height: 25px;
	margin: 0 0 0 72px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	float: left;
}


#navlist li {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	width: 120px;
	float: left;
}

#navlist a, #navlist a:visited {
	display: block;
	padding: 4px;
	border: 1px solid;
	border-color: #A38566 #482400 #482400 #A38566;
	background-color: #663300;
	color: #E0D6CC;
	text-decoration: none;
}

#navlist a:hover {
background-color: #FFBF9F;
color: #2D1E2D;
}


/* wrappers for content areas */
#contentwrapper {
	background: url(../../../images/content_bg.gif) repeat-y;
}
#content {
	width: 780px;
	margin: 20px;
	background-color: #FFF;
}
/* sidebar content */

#sidebar {
	width: 220px;
	float: right;
	border-left: 1px solid #295AB4;
	padding-bottom: 30px;
}
#sidebar p {margin-right: 20px;}

#sidebar a {
	padding-left: 20px;
	color: #295AB4;
	text-decoration: none;
}

#sidebar a.noindent {
	padding: 0;
}

#sidebar a:visited {
	color: #FFCC66;
	text-decoration: none;
}

#sidebar a:hover {
	color: #630;
	text-decoration: underline;
}

#sidebar a:active {
	color: #000;
	text-decoration: underline;
}

#sidebar .BlueBold {
	margin-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #295AB4;
	background-color: #fff;
	text-transform: uppercase;
}

 #maincontent .BlueBold{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #295AB4;
}

.PaleBlue {
	background-color: #C0D0EE;
}

#sidebar ul {
	color: #295AB4;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: none;
}


#maincontent {
	float:left;
	width: 535px;
	padding:10px 5px 10px 15px;
	text-align:left;
	color: #666;
}

#maincontent p, #sidebar p, #maincontent ul{
	font-family:  Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	background: #fff;
}

#maincontent ul {
	margin-left:20px;
}
#maincontent li {
	margin-left: 10px;
}

/* End adding from master.css */
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h3 {
 font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	Color:#006633;                               
 }

/*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: #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;
	background: #fff;
}
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;
}

.redTxt, p.redTxt {
	color: #F00;
}

p.questionHD, .questionHD {
font-family: Arial, Helvetica, Verdana, sans-serif; 
font-size: 16px;
font-weight: bold; 
color: #0000FF; 
text-align: center;
}