#wrapper {
	width: 1068px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header {
	min-height: 60px;
	height: 60px;
	background-image: url(/images/header.gif);
	background-color: #d6cfe6;
	background-repeat: repeat-x;
	/*text-align: left;*/
	/*display: inline;*/
	overflow: hidden;
}

#header h1, #header h1 a {
	text-align: left;
	font-size: 27px;
	color: whitesmoke;
	position: absolute;
	left: 2000px;
}

#header h2 {
	text-align: center;
	font-size: 23px;
	color: whitesmoke;
	position: relative;
	bottom: -10px;
}




.dataTable {
	background-color: white;
	border: 1px solid #000066;
	font-size :	9pt;
	margin:	0 0 0 0;
	width: 728px;
	table-layout: fixed;
}

.dataTable th {
	border-right: 1px solid #c8c8ff;
	padding-left: 2px;
	padding-right:12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #000066;
	margin-right: 10px;
	white-space: nowrap;
}

.dataTable  td {
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left: 2px;
}

.dataTable tr.total td {
	/*white-space: nowrap;*/
	vertical-align: top;
	font-weight: bold;
	border-top: 1px solid black;
	padding-bottom: 10px;
}

.dataTable tr.total td.customer {
	visibility: hidden;
}

.dataTable td.hidden {
	display: none;
}

.dataTable th.hidden {
	display: none;
}

.dataTable th.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable th.c {
	text-align: center;
}

.dataTable td.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable td.c {
	text-align: center;
}

.dataTable  tr.odd {
	background-color: whitesmoke;
	overflow: hidden;
	width: 500px;
}

.dataTable tr.even {
	background-color: #d6cfe6;
	overflow: hidden;
	width: 500px;
}

.dataTable th a   ,.dataTable th a:visited {
	text-align: left;
	color: white;
}

.dataTable th a:hover {
	color: #ffcc00;
	background-color: transparent;
}

.dataTable .order1 {
	background-position: right;
	background-image: url(/images/arrow_up.png);
	background-repeat: no-repeat;
}

.dataTable .order2 {
	background-position: right;
	background-image: url(/images/arrow_down.png);
	background-repeat: no-repeat;
}

.pagebanner {
	padding: 2px 4px 2px 4px;
	width: auto;
	border-right: none;
	float: left;
	font-size: medium;
}

.pagelinks {
	color: #999999;
	padding: 2px 4px 2px 4px;
	width: auto;
	text-align: right;
	display: block;
	font-size: medium;
}


.pagelinks img {
	vertical-align: middle;
}

span.export {
	padding: 0 4px 1px 20px;
	font-size: x-small;
	text-align: center;
}

span.excel {
	background-image: url(/images/ico_file_excel.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.csv {
	background-image: url(/images/ico_file_csv.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.xml {
	background-image: url(/images/ico_file_xml.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.pdf {
	background-image: url(/images/ico_file_pdf.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.rtf {
	background-image: url(/images/ico_file_rtf.png);
	background-repeat: no-repeat;
	width: 16px;
}

.dataTable tr.rowMouseOver {
	background-image: url(/images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 9px;*/
}



.pageHeaderTextTD {
	/*width: 170px;*/
}

.pageHeaderAdsTD {
	width: 473px;
}

.leftMenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
	height: 100%;
	background-color: #d6cfe6;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 170px;
}

.backgroundColor {
	background-color: #d6cfe6;
}

.content {
	/*width: 100%;
  	width: expression( (document.body.clientWidth - 340)+ "px"); */ /* sets max-width for IE */
	vertical-align: top;
}

.rightColumn {
	width: 3px;
}

.customer {
	width: 20%;
	text-align: left;
}

.orderNumber {
	width: 10%;
	text-align: left;
}

.orderDate {
	text-align: center;
	width: 10%;
}

.productName {
	width: 25%;
}

.quantity {
	text-align: center;
	width: 10%;
}

.lineItemTotal {
	text-align: right;
	width: 15%;
	padding-right:10px;
}

.logo {
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
	display:inline;
	text-align: right;
}

.code {
	font-family: verdana, arial, helvetica, "courier new", monospace;
	font-size: 9pt;
}

.borderedInline {
	display: inline;
	border: 1px solid black;
}

/*
a:link {
	color: #000099;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

a:visited {
	color: #000099;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

a:hover {
	color: #d68000;
	background-color: transparent;
	font-weight: bold;
}
*/

img {
	border: 0px;
}

	
em {
	color: black;
	background-color: #ffff88;
}


.container, .categoryContainer {
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0 0 0 0;
	margin: 6px 6px 6px 6px;
	border: 2px solid #d6cfe6;
	background: #D6CFE6;
	min-height: 97px;
}

.navigation {
	margin: 3px 0 3px 0;
	padding: 0 0 0 0;
	/*border-bottom: 1px solid #9FB1BC;*/
}

.navigation ul {
}

.navigation li {
	list-style-type: none;
	text-transform: uppercase;
	border-bottom: 1px solid #9FB1BC;
}

.navigation a:link, .navigation a:visited {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	/*color: #008491;*/
	color: #400058;
	display: block;
}

.navigation a:hover {
	/*color: #FFFF33;*/
	/*background: url(/images/tab_pyram.gif) no-repeat bottom right;*/
	background-image: url(/images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

.hostContainer {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*float: left;*/
	/*border: 1px solid #ccc;*/
	background: #fff;
}

.hostFacets {
	margin: 0;
	padding: 0;
}

.hostFacets ul {
	display: block;
}

.hostFacets li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.hostFacets a:link, .hostFacets a:visited {
	/*float: left;*/
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	display : block;
	padding : 0 4px 0 4px;
	text-align: center;
}

.hostFacets a:hover {
	background-image: url(/images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

.header {
	width:100%;
}

/* Recent Queries */

.recentQueriesContainer {
	/*height: 60px;*/
	overflow: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
}

.recentQueries {
	margin: 0;
	padding: 0 7px 0 7px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.recentQueries a:link, .recentQueries a:visited {
	text-decoration: none;
	padding : 0 2px 0 2px;
	color: purple;
}

.recentQueries a:hover {
	color: #000000;
	background-image: url(/images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

.leftFloat {
	float: left;
}

div.clear {
	clear: both;
	/*visibility: hidden;
	min-height: 14px;*/
}

div.linkUnit160x90 {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	/*border: 2px solid #d6cfe6;*/
	background: #d6cfe6;
}

div.referral160x600 {
	background: #d6cfe6;
}


div.content125x125 {
	padding: 0 0 0 0;
	margin: 0 34px 0 11px;
	background: #d6cfe6;
}

div.contentBigSquare {
	/*float: right;*/
	text-align: center;
}

div.content728x90 {
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

div.link728x15 {
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.footer {
	margin: 0 5px 0 5px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/breadcrumbs.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 4px 8px 4px 8px;
	text-align: center;
}

.alignCenter {
	display: block;
	text-align: center;
	margin: 0 auto 0 auto;
}

.folderContainer {
	margin: 8px 0 8px 0;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}

.folderContainer form {

}

.folderContainer fieldset {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.folderContainer input {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #999999; 
}

.folderContainer ul {
	display: block;
	margin: 0;
	padding: 0;
}

.folderContainer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: left;
	text-decoration: none;
	display : block;
	color: #400058;
	font-weight: bold;
}

.folderContainer a:link, .folderContainer a:visited {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


.folderContainer a:hover {
	background-image: url(/images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

.folderContainer h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	/*background-color: #ffff88;*/
	margin: 0;
	padding: 0;
}

.folderContainer h1 a:link {
	color: #0000FF;
}

.folderContainer h1 a:visited {
	color: purple;
}

.contentTable {
	table-layout: fixed;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.contentTable tbody {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*
.contentTable tr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.contentTable tr td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
*/

.footer {
	padding: 0 0 0 0;
	width: 728px;
}

.sidebar {
	width: 170px;
	background-color: #d6cfe6;
}

.middlebar {
	width: 728px;
}

.external {
}

.country {
	width: 40px;
}

.host {
	width: 158px;
	overflow: hidden;
}

.item {
	width: 475px;
	overflow: hidden;
}

div.content160x600 {
	width: 160px;
	padding: 0 0 0 0;
	margin: 0 5px 0 5px; 
	background: #d6cfe6;
	overflow: hidden;
}

