body {
	background-image: url('../images/2006design/Background.jpg'); 
	background-color: #000;
	text-align: center;
	margin: 15px 0px
}
body.htmlEdit {
	background-color: #fff;
	background-image: none;
}
table#Main {
	background-color: #fff;
}
td#Contents {
	text-align: left;
}
div#ContentBox {
	margin: 15px;
}
div#slideshow {
	float: left;
}
img.imageright {
	float: right;
	margin: 0px 0px 0px 15px;
}
img.imageleft {
	float: left;
	margin: 0px 15px 0px 0px;
}
a:link {
	color: #075101;
}
a:visited {
	color: #0e9f01;
}

/*  Product Display CSS */

td.leftpanel {
	text-align: center;
	vertical-align: top;
	width: 135px;
}
td.rightpanel {
	vertical-align: top;
	width: 155px;
}
td.leftpanel div.zoom img {
	border: 0px solid #fff;
}

td.rightpanel div.heading {
	margin-top: 20px;
}

td.rightpanel div.heading, td.rightpanel div.shortdescription{
	font-family: arial;
	font-size: .7em;
}

table.producttable {
float: left;
width: 290px;
}

.orderfieldRequired {
	color: #9d1515;
}

label.fieldError {
	background-color: yellow;
}
div.message {margin: 10px; text-align:center;padding:5px;width:70%;background-color:yellow; font-weight: bold; border:1px solid #be1d1d}
div.currencytype {display: none;}