/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
	background-image:url(images/backgroung.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
#loggedin {
	position:absolute;
	top: 105px;
	margin-left:-298px;
	left:50%;
	width: 566px;
	height:70px;
}
#box {
	position:absolute;
	top: 140px;
	margin-left:-454px;
	left:50%;
	width:868px;
	padding:20px;
}
#container {
	position:absolute;
	top: 200px;
	margin-left:-454px;
	left:50%;
	width:868px;
	padding:20px;
}
a {
	outline: none;
	font-weight:bold;
}
a:link {
	color:#006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #006600;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
.passoff {
    background: transparent url('images/pass.gif') no-repeat;
	background-color:#C7CEC6;
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:95px;
	height:16px;
}

.passon {
    background: transparent url('images/pass.gif') no-repeat;
    background-position: bottom left;
	background-color:#C7CEC6;
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:95px;
	height:16px;
}
form {
	display:inline;
}
.boxes {
	background-color:#C7CEC6;
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:95px;
	height:16px;
}
.selects {
	background-color:#C7CEC6;
	font-size:9px;
	color:#000;
	width:100px;
}
.buttons {
	background-color:#ccc;
	font-size:11px;
	font-weight:bold;
	color:#000;
	cursor: pointer;
}
.red {
	font-weight: bold;
	color: #FF0000
}
.blue {
	color:#0000FF;
}
li {
	font-weight: bold;
	color: #FF0000
}
.fees{
	display:block;
	padding:2px;
	text-align:right;
	width:43px;
	height:12px;
	font-size:11px;
	font-weight:bold;
}
.totals{
	display:block;
	padding:2px 0px 2px 1px;
	text-align:left;
	width:96px;
	height:16px;
	font-size:12px;
	font-weight:bold;
	background-color:#E6E4EB;
	border:1px solid #000000;
}
.redtotals{
	display:block;
	padding:2px 0px 2px 1px;
	text-align:left;
	width:96px;
	height:16px;
	font-size:12px;
	font-weight:bold;
	background-color:#FFE8E8;
	border:1px solid #000000;
}
#ebaysearch{
	position:absolute;
	top:105px;
	left:50%;
	margin-left:165px;
	padding:10px 5px 0px 0px;
}
#ebaysearch table{
	background-color:#fff !important;
}
#noscript{
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-462px;
	padding:10px 5px 0px 5px;
	background-color:#ff0000;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	width:910px;
	height:30px;
	text-align:center;
	border:1px solid #000000;
}