body {
	background: #ffffff;
}

#editMain {
	margin:0 auto;
	padding: 20px;
	width: 80%;
	text-align: left;
}
#editMain img {
	padding: 5px;
}
#swfHolder {
	height: 95%;
}
#footer {
	width: 500px;
	clear: left;
	margin:auto;
}
#copyright {
	clear: both;
	margin: 20px 0px 5px;
	text-align: center;
}
#picBox {
	padding: 10px;
}
table#productsTable {
	border-collapse: collapse;
	width: 100%;
	font-size: 80%;
}
table#productsTable th {
	border: 1px solid silver;
	border-bottom: 3px double silver;
	text-align: center;
	background: #e0e0e0;
}
table#productsTable td {
	border: 1px solid silver;
}
div.pic {
	position: relative;
	width: 185px;
	height: 225px;
	float: left;
}
div.pic > div {
	width: 180px;
	height: 180px;
	margin: 5px 5px 0px;
	border: 1px solid silver;
	border-top: none;
	text-align: center;
}
div.pic img {
	border: 0;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.pic p.orderDesc {
	font-size: 80%;
	font-weight: bold;
}
div.pic p.noImg {
	left: 8px;
	width: 159px;
	text-align: center;
	bottom: 100px;
	color: #880000;
}
p.picEditBox {
	width: 180px;
	margin: 0px auto 5px;
	border: 1px solid silver;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
p.picEditBox a:link, p.picEditBox a:visited {
	color: #3333ff;
}
p.picEditBox a:hover, p.picEditBox a:active {
	color: #3333dd;
}
p.editBtn {
	margin: 2px 0px 15px 2px;
	border: 1px solid silver;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	background: #f0f0f0;
}
p.editBtn a:link, p.editBtn a:visited {
	color: #3333ff;
}
p.editBtn a:hover, p.editBtn a:active {
	color: #3333dd;
}
div#bfMenuBox {
	border: 1px solid silver;
}
div#bfMenuBox table {
	width: 95%;
	margin: 2px 2%;
	border-collapse: collapse;
}
div#bfMenuBox table th {
	font-size: 80%;
	border-bottom: 1px solid silver;
}

div#bfMenuBox > table td {
	font-size: 90%;
}
div#bfMenuBox table th, div#bfMenuBox table td {
	padding: 2px;
	font-size: 90%;
	width: 15%;
	border-bottom: 1px solid silver;
}
div#bfMenuBox a:link, div#bfMenuBox a:visited {
	color: #3333ff;
}
/* test view */
#testView {
	margin: 10px 0px 10px;
}
#testViewPage table {
	font-size:85%;
	margin-bottom:10px;
	border-collapse:collapse;
	border-bottom:1px solid #e0e0e0;
	width: 100%;
}
#testViewPage table th {
	padding: 5px;
	text-decoration: underline;
}
#testViewPage table td {
	padding:5px;
	text-align:center;
}

#testViewOrder fieldset {
	margin: 5px;
	padding: 5px;
	text-align: right;
}

p.menuCat {
	color: #333333;
	font-size: 80%;
	font-weight:bold;
	text-align: left;
	margin: 3px;
	padding: 3px;
	line-height: 1.2em;
	border-bottom: solid silver 1px;
}
div#totalPrice p {
	color: #333333;
	font-size: 80%;
	font-weight:bold;
	text-align: right;
	margin: 3px;
	padding: 3px;
	line-height: 1.2em;
	border-bottom: solid silver 1px;
}
/* new products form */
p.prTitle {
	font-size: 80%;
}
p.prBody {
	font-size: 80%;
}



















