body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.standaloneCustomPage {
	background-color: #FFFFFF;
	padding: 20px;
}


/* Font family for just about everything 
*/
#everything
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 70%;
	color: #333333;
}

pre
{
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 100%;
	color: #333333;
}

a img {
	border: 0px dashed #006699;
}

textarea, input {
	font-family: Verdana, Tahoma, sans-serif; 
}

textarea {
	width: 90%;
}

/* don't underline underline links 
*/
a {
	text-decoration: none;
	color: #663333;
}

/* underline hover links 
*/
a:hover
{
	text-decoration: underline;
}

.topright {
}

#outerTable
{
}

#mainTable
{
	border-spacing: 0;
	padding: 0px;
	width: 100%;
}

#bannerImage
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#businessName {
	font-size: 150%;
	font-weight: bold;
	color: #713F40;
	text-align: left;
	margin: 2px;
}

#introduction {
	text-align: left;
	margin: 2px;
	font-weight: normal;
}

#topnavTable {
	border-spacing: 0;
	background-color: #6699CC;
	width: 100%;
	background-image: url(image/topnavBrownBack.jpg);
	background-repeat: repeat-x;
	padding: 4px;
}

/* Links in the top-nav table
*/
#topnavTable a
{
	color: #ffffff;
	font-weight: bold;
}

#sidenavTable {
	border-spacing: 0;
	margin-top: 8px;
	margin-left: 8px;
}

.menuList {
	line-height: 1.5;
}

.menuList li {
	color: #336699;
	list-style-type: square;
	position:relative;
	left:-20px;
}

.menuList b {
/*	font-weight: normal; */
}

#sidenavTable a {
	color: #663300;
/*	font-weight: bold; */
}

#mainContentTD {
	padding: 14px;
	width: 100%;
}

#categoryLabel {
	text-align: right;
	margin-bottom: 4px;
	padding: 4px;
}

.topnavOptionEdge
{
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
}

.tableCaption {
	color: #333333;
	font-weight: bold;
}

.cornTL {
	background: url(image/cornTL.gif) top left no-repeat;
}
.cornBR {
	background: url(image/cornBR.gif) bottom right no-repeat;
}
.cornBL {
	background: url(image/cornBL.gif) bottom left no-repeat;
}
.cornTR {
	background: url(image/cornTR.gif) top right no-repeat;
}

/* ======= Styles used on the item list page ============================================================================== */

#categoryInfo {
	border: 1px dotted #336699;
	padding: 4px;
	display: table;
}

#specialOffers {
	padding: 0px;
	display: table;
	border-top: 1px dotted #336699;
	border-right: 1px dotted #336699;
	border-bottom: 1px none #336699;
	border-left: 1px dotted #336699;
}

#specialOfferCaption {
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

.specialOffer {
	padding: 4px;
	border-bottom: 1px dotted #336699;
}

#categoryInfoTitle {
	font-weight: bold;
	margin-bottom: 8px;
}

#subCategoriesLabel {
	font-weight: bold;
	color: #666666;
	margin-top: 8px;
}

.subcatLink {
 	text-decoration: none;
	color: #333333;
}

.subcatLink img {
	border: 0px dashed #006699;
}

.subcatBox {
	padding: 4px;
	border: 1px dotted #999999;
	margin: 4px;
	float: left;
	width: 150px;
	vertical-align: top;
}

#paypalCart, #normalCart {
	text-align: right;
}

.pageLink {
	text-align: center;
}

/* Input buttons 
*/
.button, .pageLink input {
	border: 0px solid #666666;
	padding: 2px;
/*	font-size: 11px;*/
	cursor: pointer;
	background-image: url(image/topnavBrownBack.jpg);
	color: #ffffff;
	font-weight: bold;
}

/* ======= Styles used on the items ============================================================================== */

#clickInstructions {
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

.itemTableOuter {
	width: 100%;
	border: 1px dotted #333333;
	background-image: url(image/itemBackBrown.jpg);
	background-repeat: repeat-x;
	margin-bottom: 8px;
}

.itemFieldLabelTD {
	color: #663333;
	text-align: right;
}

.itemFieldValueTD {
}

.itemThumbnail {
	border: 1px solid #6699CC;
}

.itemTablePictureTD {
	vertical-align: middle;
}

.normalAdd {
	text-align: right;
}

.paypalAdd {
	text-align: right;
}

#footer {
	text-align: center;
}

#poweredBy {
	text-align: center;
	color: #999999;
}

.quantityInput {
/*	font-size: 11px;*/
	font-weight: bold;
	background-color: #E7CFCF;
	text-align: center;
}

.searchInput {
	background-color: #CCCC99;
}

.searchInputAny {
	background-color: #99CCCC;
}



/* ======= Basket styles ============================================================================= */

.basketTable {
	width: 100%;
	border: 1px dotted #333333;
	background-image: url(image/itemBackBrown.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

.basketDetails {
	width: 100%;
	border: 1px dotted #333333;
	text-align: left;
}

.miscTable {
	border: 1px dotted #333333;
	background-image: url(image/itemBackBrown.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#sidebarBasket {
	margin-left:auto; 
	margin-right:auto;
	width: 80%;
	padding: 4px;
	background-color: #F8F1F1;
	font-size: 80%;
	border: 1px dotted #F0E1E1;
}

.sidebarBasketCaption {
	background-color: #FFFFFF;
}

.sidebarBasketLeft {
	text-align: right;
}

.sidebarBasketRight {
}

.sidebarBasketFooter {
}



/*
*
{ border: 1px solid #009933;
}
*/
.leftDotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CC9933;
}
