/*

light: #FFF4D5
back: #FFCC66
font: #07007F

*/


body		{ background: #ffd301; padding: 10; margin: 0; color: #000000; text-align: center; font-family: Helvetica; font-size: 12px; }

p, td,li	{ font-size: 12px; padding: 0px; margin: 0px; margin-bottom: 20px}

a		{ color: #07007F; text-decoration: none; font-family: Helvetica; font-size: 12px;}
a:hover		{ text-decoration: underline; }

h1		{ color: #000000; font-family: Helvetica, sans-serif; font-size: 16px; text-align: left; margin: 0px; padding: 0px; margin-bottom: 10px;}
h2		{ color: #000000; font-family: Helvetica, sans-serif; font-size: 14px; text-align: left; display: inline; }
h3		{ color: #000000; font-family: Helvetica, sans-serif; font-size: 14px; text-align: left; border-bottom: 1px solid #ffd301; display: block; margin: 0px 0px; padding: 0px; }

img		{ border: 0px; }

table           { margin-bottom: 20px}
table td        { padding: 5px }

#spacer5		{ clear: both; height: 5px; }
#spacer10		{ clear: both; height: 10px; }
#spacer20		{ clear: both; height: 20px; }

#display		{ width: 850px; margin: auto}

#pnlLogo		{ width: 467px; height: 91px; background-image: url(./headline.png); margin: auto; }

#main			{ background: #FFFFFF; width: 850px; height: 450px; text-align: left; border: 1px solid #000000; float: left; padding: 10px}

#navi		    { width: 850px; height: 20px; text-align: center; }
#navi a		    { color: #9999FF; height: 20px; padding: 0px 50px; font-weight: bold; }
#navi a:hover	{ color: #9999FF; text-decoration: underline; }

#left           { float: left; border: 0px solid black}

#right          { float: right; text-align: center; border: 0px solid black }

#pnlFooter		{ background: #ffd301; width: 629px; height: 23px; background-image: url(./address.png); margin: auto; border: 10px}

.priceTable		{ width: 400px; border: 0px; border-collapse: collapse;}
.priceTable td		{ padding: 4px 0px; }
.priceTable td.product	{ text-align: left; padding-left: 15px;}
.priceTable td.price	{ text-align: right; }



