body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height:18px;
background-color: #cccccc;
text-align: center;
margin: 0px auto;
}

h1 {
	text-align: center;
	letter-spacing: 3px;
	padding-right: 40px;
	font-size: 2em;
	}
h2.title {
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	}
pre { 
	font-size: 70%;
	font-family: Courier;
	}
a {
	color: black;
	font-weight: bold;
	}
a:hover {
	color: red;
	}
tr.altRow {
	background-color: #eee;
}
tr.headrow
{
	background-color: #ccc;
	text-align: center;
	letter-spacing: 3px;
	padding-right: 40px;
}
table.head {
	border-bottom: 4px solid red;
	}
b.head {
	text-align: center;
	letter-spacing: 3px;
	padding-right: 40px;
	font-size: 2em;
	}

#header {
position: relative;
width:775px;
margin:0px auto;
text-align: left;
}

#content {
position: relative;
width:775px;
padding: 0 0 0 0;
background-color: #ffffff;
margin:0px auto;
}

#footer {
position: relative;
width:775px;
margin:0px auto;
}


.SideNavBar {
	background-color: #dfdeca;
	width: 180px;
}

ul#navUL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#navUL li {
	width: 180px;
	font-size: 12pt;
	font-weight: 900;
	font-family: "Times New Roman", serif;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #777777;
	border-right-color: #777777;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

ul#navUL a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	display: block;
}

ul.navLevel1 li, ul.navLevel1 a {
	font-weight: 900;
	color: #919257;
	background-color: #dfdeca;
}

ul#navUL *.navCurrent, ul.navLevel1 a:hover {
	font-weight: 900;
	color: #FFFFFF;
	background-color: #b3b399;
}

ul.BreadcrumbLinks, ul.BreadcrumbLinks * {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

table.cart {
	background-color:#fff;
	margin:0px auto;
	width:775px;
}

table.cart tr.altRow {
	background-color: #eee;
}

table.cart tr.headrow
{
	background-color: #ccc;
	text-align: center;
	letter-spacing: 3px;
	padding-right: 40px;
}

#itemtitle a {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#itemtitle a:hover {
	color: #333333;
	text-decoration: underline;
}

#itemdesc {
	color: #333333;
	font-size: 14px;
	text-align: center;
}

#itemprice {
	color: #333333;
	font-size: 14px;
	text-align: center;
}

input {
   border: 1px solid #006;
/*    background: #ffc; */
}
.submit input {
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9

}

.pagination {
	margin:0;
	padding:0;
	z-index:10;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	text-align: bottom;
	color:#333333;
	font-size:14px;
}

.cart-button {
/* 	position:relative; */
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	text-align: bottom;
	color:#333333;
	font-size:14px;
}
a.view-cart-txt {
	margin:0;
	padding:0;
	z-index:10;
	display:inline-block;
	text-align: bottom;
	color:#333333;
	font-size:14px;
}
.view-cart {
	width: 82px;
	height: 23px;
	background: url(/images/b_cart.gif) transparent no-repeat;
	z-index:11;
	margin-right:0px;
}
#relatedproductstable {
	background-color: #EEF3FC;
}

#relatedproductstable H4 {
	background-color: #8390B0;
	color: #FFFFFF;
	text-align: center;
	margin: 10pt 0pt 2pt;
}

#relatedname {
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}

#relatedname a {
	text-decoration: none;
}

#relatedname a:hover {
	text-decoration: underline;
}

#relateddesc {
	font-size: 12px;
/* 	text-align: center; */
	text-decoration: none;
	padding-left:2px;
	padding-right:2px;
}

#relateddesc a {
	font-size: 12px;
	text-decoration: none;
}

#relateddesc a:hover {
	font-size: 12px;
	text-decoration: underline;
}

#relatedprice {
	color: red;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#itemprice {
	font-size: 14px;
	font-weight: bold;
}

#itemsaleprice {
	color: red;
	font-size: 14px;
	font-weight: bold;
}
span.active-cart {
	padding: 3px 10px;
	font-weight:bolder;
	color:#3366cc;
	background-color:#FFFFFF;
	font-size:10px;
	font-family:arial;
	text-transform:uppercase;
	border:1px solid #999999;
}
span.inactive-cart {
	padding: 3px 10px;
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#999999;
	font-size:10px;
	font-family:arial;
	text-transform:uppercase;
}