body{
	margin: 0;
	padding: 0;
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
div#pageContainer{
	width:720px;
	margin: 0 auto;
	text-align:left;
}
div.contentBlock{
	padding: 5px;
}
div.fullWidth{
	clear: both;
	margin-top: 10px;
	padding-top: 4px;
	border-top: 1px solid #DDD;
}
a{
	text-decoration: none;
	color: #C00;
}
a:hover{
	text-decoration: underline;
	color: #333;
}
ul{
	margin-top: 0;
	margin-left: 0;
	padding-left: 1.2em;
}
ul li{
	margin-bottom: 0.4em;
}
p{
	margin: 0.2em 0 0.4em 0;
}

.spacer{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
h5{
	color: #C00;
	font-size: 1.1em;
	border-bottom: 1px solid #CCC;
	padding: 0 0 3px 0;
}
/*------------ FORMS -----------*/
form{
	margin: 0;
	padding: 0;
}
form input.checkbox{
	border:none;
}
p.formLine{
	margin-left: 120px;
	margin-bottom: 0.2em;
}
p.formLine em{
	position: absolute;
	font-style: normal;
	float:left;
	margin-left: -120px;
	margin-top: 2px;
	width: 115px;
	background: url(images/arrow_C00_on_FFF.png) right center no-repeat;
}
form span.checkBoxGroup{
	margin-right: 10px;
	white-space: nowrap;
}
form input, form textarea, form select, .fakeTextBox{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	margin-bottom: 1px;
}
form p.formLine em a, form p.submitButtons a{
	font-size:9px;
	padding: 0 2px;
	display:block;
	float:right;
	border: 1px solid #336;
	border-bottom-color: #225;
	border-right-color: #225;
	background: url(images/button-bg.gif) top left repeat-x #EEE;
	background: #EEE;
	color:#333;
	text-decoration:none;
}
form p.formLine em a:hover,  form p.submitButtons a:hover{
	background:#FFF;
	background: url(images/button-bg-over.gif) top left repeat-x #EEE;
	color:#000;
}
form .fakeTextBox, form textarea{
	width: 200px;
}
form p.formLine input.titleField{
	width: 32px;
}
form p.formLine input.halfWidth, form p.formLine select.halfWidth{
	width: 80px;
}
.fakeTextBox{
	display: block;
	white-space:nowrap;
	padding: 0;
	overflow: hidden;
	height: 60px;
	margin: -2px 0 6px 0;
	clear:right;
}
.fakeTextBox a{
	text-decoration: none;
	color: #333;
	display:block;
	padding: 0 2px;
}
.fakeTextBox a:hover{
	text-decoration: none;
	color: #000;
	background: #FFF8F0;
}
.fakeTextBox a:active, .fakeTextBox .highlighted{
	text-decoration: none;
	color: #FFF;
	background:#006;
}
.fakeTextBox br{
	display:none;
}
p.submitButtons a{
	margin-left: 10px;
}
form p.submitButtons{
	width: 301px;
	padding: 2px 0;
}
form h4{
	font-size: 1.5em;
}
div#pageContent form ul{
	list-style-type: none;
	background: none;
	border: none;
	color: #000;
	margin-left: 0;
	padding-left: 0;
}
div#pageContent form ul li{
	font-weight: bold;
	color: #C00;
	font-size: 1.4em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}
div#pageContent form ul li input{
	display: none;
}
div#pageContent form ul li ul li input{
	display: inline;
}
div#pageContent form ul li ul li{
	font-weight: bold;
	color: #333;
	font-size: 1em;
	border-top: 1px solid #CCC;
	border-bottom: none;
	margin-top: 3px;
	padding-top: 3px;
}
div#pageContent form ul li ul{
	margin-left: 0;
	padding-left: 0;
}
div#pageContent form ul li ul li ul li{
	font-weight: normal;
	float:left;
	border: none;
	margin: 2px 6px 0 20px;
}
/*------------ SELECTORS -----------*/
h1, h2, h3{
	border-bottom: 1px solid #DDD;
	padding-bottom: 2px;
}
h3{
	font-size: 1.6em;
}
/*------------ BANNER -----------*/
h1{
	background: url(images/ps_logo.png) top left no-repeat;
	height: 68px;
	margin: 1em 0 0.2em 0;
}
h1 span{
	display: none;
}
h1 div.flashBanner{
	float: right;
}

/*------------ MENU ------------*/
ul.menu{
	list-style-type: none;
	margin: 0 12px 0 0;
	padding: 0;
	float: left;
	width: 170px;
	position: relative;
}
ul.menu li ul{
	float: left;
	width: 170px;
	margin: 0 12px 0 0;
	position: absolute;
	top: 0;
	left: 180px;
}
ul.menu li{
	display: inline;
}
ul.menu li a, ul.menu li strong{
	position: relative;
	display: block;
	margin: 0 0 0.5em 0;
	border-left: 6px solid #EEE;
	padding-left: 10px;
	font-size:1.2em;
}
ul.menu li a:hover, ul.menu li strong{
	border-left: 10px solid #C00;
	padding-left: 6px;
	text-decoration: none;
}
ul.menu li strong{
	border-color: #CCC;
}

/*----------- MAIN CONTENT ---------*/
div#pageContent{
	margin-left: 180px;
	position: relative;
}
ul.error{
	color: #C00;
	font-weight: bold;
}
/*----------- SUPPLIERS ------------*/
ul.supplierList, ul.supplierList li ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.supplierList li{
	border: 1px dashed #CCC;
	background: #EEE;
	padding: 6px 10px;
	margin-bottom: 10px;
}
ul.supplierList li ul li{
	background: none;
	border: none;
	padding: 0 0 0 80px;
	color: #333;
	margin-bottom: 3px;
}
ul.supplierList li ul li em{
	position: absolute;
	margin-left: -79px;
	display: block;
	float: left;
	width: 75px;
	color: #999;
	font-weight: bold;
	font-style: normal;
}
ul.supplierList li ul{
	float: left;
	width: 320px;
}
ul.supplierList p{
	position:relative;
	clear: both;
	border-top: 1px solid #DDD;
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
}
ul.supplierList h4{
	position: relative;
	font-size: 1.4em;
	color: #C00;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDD;
}
ul.supplierList p.spacer{
	border: none;
	margin: 0;
	padding: 0;
}

/*---------DYNAMIC CONTENT --------*/
div.dynamicContent h1, div.dynamicContent h2, div.dynamicContent h3, div.dynamicContent h4{
	background: none;
	color:#C00;
	padding: 0;
	margin: 0.8em 0 0.2em 0;
	height: auto;
}

div.pageContent ul{
	