/* CSS Document */
* { border: none; padding: 0; margin: 0; } 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address { margin: 1em 1%; }
fieldset { padding: 0.5em; }
img { border: 0; }
html>body { font-size: 80%; line-height: 1.3em; }

body { padding: 6px; font: normal 12px Arial, Helvetica, sans-serif; }

#menu {width: 180px; position: fixed; top: 6px; left:6px; }
* html #menu {float: left; width: 180px; top: 6px; left: 0; }

#cart { width: 180px; float: left; margin-top: 10px; color: #777; font: bold 11px Verdana, Arial, Helvetica, sans-serif; text-align: center; }

div#cont { width: 800px; float: left; margin-left: 190px; }
* html div#cont { position: absolute; top: 6px; left: 4px; width: 800px;}

div.logo { background: #CC99CC url(logo.gif) top left no-repeat; height: 72px; }
div.press { float: left; width: 730px; background: url(txt_press.gif) left no-repeat; color: #FFFFFF; 
			height: 50px; text-align: right; }
.press select {background: #e2e2e2; border: 1px solid #c9c; }
div.prhead { padding: 6px 50px; font-weight: bold; }
div.text { color: #000000; }
div.leftcol {float: left; padding: 12px; width: 300px; text-align: justify; }
div.rightcol { float: right; padding: 12px; width: 300px; text-align: justify; }
div.cl { clear: both; }
div.infomenu { width: 650px; height: 48px; padding: 20px 0 0; background-color: #FFFFFF; }

/* menu buttons 7=index, 15=next 16-prev 19=readme 20-back */
div.b7 { float: left; width: 84px; height: 28px; background: url('txt_index_over.gif') 0 0 no-repeat; }
div.b7 a { display: block; width: 100%; height: 100%; background: url('txt_index.gif') top left no-repeat; }
div.b7 span { display: block; }
div.b7 a:hover { background-image: none; }
div.b15 {  float: right; width: 110px; height: 28px; background: url('txt_next_over.gif') 0 0 no-repeat; }
div.b15 a { display: block; width: 100%; height: 100%; background: url('txt_next.gif') top left no-repeat; }
div.b15 span { display: block; }
div.b15 a:hover { background-image: none; }
div.b16 { float: right; width: 116px; height: 28px; background: url('txt_prev_over.gif') 0 0 no-repeat; }
div.b16 a { display: block; width: 100%; height: 100%; background: url('txt_prev.gif') top left no-repeat; }
div.b16 span { display: block; }
div.b16 a:hover { background-image: none; }
div.b19 { float: right; width: 116px; height: 28px; background: url('txt_readme_over.gif') 0 0 no-repeat; margin: 20px 0 0; }
div.b19 a { display: block; width: 100%; height: 100%; background: url('txt_readme.gif') top left no-repeat; }
div.b19 span { display: block; }
div.b19 a:hover { background-image: none; }
div.b20 { float: right; width: 96px; height: 28px; background: url('txt_back_over.gif') 0 0 no-repeat; }
div.b20 a { display: block; width: 100%; height: 100%; background: url('txt_back.gif') top left no-repeat; }
div.b20 span { display: block; }
div.b20 a:hover { background-image: none; }



