/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#552D8F;
}
a{
	color:#564239;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:140%;
}

 
.noborder {
	border: 0;
}

.container{
	width:100%;
	text-align:center;
}
.footer{
	color:#C6ACA6;
	font-weight:bold;
	font-size:80%;
}
.footer a{
	color:#C6ACA6;
}
.main {
	margin-left: auto;
	margin-right: auto;
	width:798px;
	background-color:#FEFAEE;
	border: #B987DD solid 1px;
	overflow:auto;
}
.top {
	font-size: 14px;
	width:798px;
	height:123px;
	background-image:url(../../../Images/Top.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
.top span#slogan{
	margin:0 10px 0;
	padding:0;
	vertical-align:bottom;
	color:#B987DD;
	font-weight:bold;
	display:inline;
}
.leftnav {
	width:143px;
	float:left;
	background-image:url(../../../Images/left_nav.jpg);
	background-repeat:no-repeat;
	padding: 85px 0;
	text-decoration:underline;
}
.leftnav img{
	border: #B987DD solid 1px;
}
.leftnav a{
	font-size:130%;
	font-weight:bold;
	display:block;
	font-style:italic;
	margin: 10px;
}
.leftnav a#left{
	text-align:left;
}
.leftnav a#right{
	text-align:right;
	color:#552D8F;
}
.topnav{
	border-top: #B987DD solid 1px;
	margin: 10px 10px 0;
	text-align:right;
	font-weight:bold;
	font-size:80%;
}
.content{
	float:right;
	margin:20px;
	text-align:center;
	width:590px;
}
.content img{
	border: 1px solid #BC9D96;
	margin:0 10px;
}



/*
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #425929;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #425929;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #8CA26B;
}

h2 {
	color: #76685D;
	font-size: 18px;
}

/*Form Elements*/
/*form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #5F473D;
	border-bottom: 1px solid #8F6B5B;
	border-left: 1px solid #8F6B5B;
	border-right: 1px solid #503A33;
	border-top: 1px solid #503A33;
	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 #8F6B5B;
	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: #BC9D96;
	color: #FFFFFF;
}
table.tabularData img, table.tabularData td img, table.tabularData th img, table#tableProductDetails img{
	border: 1px solid #BC9D96;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #EAE4FE;
}
.altRowOdd{
	background-color: #EAE7FB;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}