@CHARSET "UTF-8";

html
		{
		font-size: 0.7em;
		background-image: url("../imgs/PxZ_background.gif");
		background-repeat: no-repeat;
		background-color: #ffffff;
		font-family: Verdana,sans-serif;
		}
		
body
		{
		
		}
/**
 * Main Content
 */


.topToolBar, .bottomToolBar
		{
		position: absolute;
		z-index: 99;
		}	

.mainContent
		{
		height: 300px;
		width: 600px;
		background: green;
		position: absolute;
		left: 357px;
		top: 147px;
		background-image: url("../imgs/bg_body.jpeg");
		}

.leftContent
		{
		line-height: 1.5em;
		/*text-shadow: activecaption;*/
		width: 370px;
		padding: 10px;
		float: left;
		}

p.textContainer
		{
		margin: 0 ;
		padding: 0;
		}

p.textContainer span.bgText
		{
		background-color: #009ee0;
		}

span.bgText a
		{
		line-height: 1.5em;
		text-decoration: none;
		color: #000000;
		}
		
span.bgText.warning a:hover
		{
		color: #ff0000;
		}

span.warning
		{
		background-color: #009ee0;
		font-size: 2em;
		}
		
.rightContent
		{
		/*text-align: block;*/
		line-height: 1.5em;
		width: 190px;
		padding: 10px;
		float: left;
		}

a.downloadLink
		{
		background-color: #009ee0;
		color: #000000;
		text-decoration: none;
		}

#next
		{
		padding: 0 5px;
		text-decoration: none;
		background-color: #009ee0;
		position: absolute;
		bottom: 30px;
		left: 10px;
		}
		
#previous
		{
		padding: 0 5px;
		text-decoration: none;
		background-color: #009ee0;
		position: absolute;
		bottom: 10px;
		left: 10px;
		}

/**
 * editBarSell
 */

.sell
		{
		width: 333px;
		}

.editBarSell
		{
		width: 200px;
		}

/**
 * Text Top
 */
 
.textTop
		{
		color: #009ee0;
		position: absolute;
		width: 400px;
		height: 100px;
		left: 557px;
		top: 40px;
		text-align: right;
		font-size: 1.4em;
		}

.textTopContent
		{
		position: absolute;
		font-weight: bold;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
		}

/**
 * Text Bottom
 */

.textBottom
		{
		color: #009ee0;
		position: absolute;
		width: 400px;
		height: 100px;
		left: 557px;
		top: 457px;
		text-align: right;
		font-size: 1.4em;
		}

.textBottomContent
		{
		right: 0;
		position: absolute;
		font-weight: bold;
		top: 0;
		margin: 0;
		padding: 0;
		}	
		
/**
 * Navigation
 */

ul.level0
		{
		margin: 5px 0 0 0;
		padding: 0;
		position: absolute;
		top: 147px;
		list-style: none;
		height: 300px;
		width: 200px;
		left: 150px;
		text-align: right;
		}

ul.level0 a, li.leaf a
		{
		padding: 0 5px;
		color: #000000;
		background-color: #ffffff;
		text-decoration: none;
		}

ul.level1 strong
		{
		font-weight: normal;
		}

li.active a, ul.level1 li.leaf a:hover, ul.level0 li.closed a:hover, ul.level0 li.leaf a:hover, ul.level1 li.open a:hover, ul.level2 li.open.trail a
		{
		background-color: #009ee0;
		}

li.active li.leaf a, li.active li.closed a
		{
		padding: 0 5px;
		color: #000000;
		background-color: #ffffff;
		text-decoration: none;
		}

ul.level0 li
		{
		font-weight: bold;
		}

ul.level1, ul.level2
		{
		margin-bottom: 20px;
		padding: 0;
		list-style: none;
		}
		
ul.level1 li
		{
		font-weight: normal;
		width: 100%;
		}

ul.level2 li
		{
		font-style: italic;
		}
		
ul.level3
		{
		display: none;
		}
