@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #222222;
}

#bodyWrapper {
	position: absolute;
	background-image: url("bg-fade.jpg");
	background-repeat: repeat-x;
	width: 100.1%;
	top: -10px;
	padding: 0px;
	margin-left: -11px;
	margin-right: 0px;
	
}

#header {
	position: relative;
	background-color: #222222;
	height: 55px;
	padding: 10px;
	margin-left: -3px;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px;
	border-bottom-width: 2px;
	border-color: #000000;
	margin-right: 0px;
	width: auto;
}

#logo {
	position: relative;
	height: 50px;
	width: 400px;
	float: right;
	background-position: left;
	margin-top: 5px;
	margin-right: 0px;
	background-repeat: no-repeat;
	border: none;
	
}
#logo img {
	border: none; 
}


#logo a {
	text-decoration: none;
	border: none;
	
}

#searchBar {
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
	width: 500px;
}

#backButton {
	float: right;	
}

#searchButton {
	background-color:#EEEEEE;
	border-color:#BBBBBB;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #222222;
	cursor: pointer;
	-moz-border-radius: 5px;
}

#navWrapper {
	position: relative;
	background-color: #EEEEEE;
	width: 200px;
	margin-top: 0px;
	margin-left: 5px;
	float: left;
	color: #222222;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #8888AA;
	border-width: 1px;
	border-style: solid;
}

.menu {
	text-align: left;
	background-color: #DEDEFF;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.menuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#searchForm {
	text-align: center; 
	margin-top: -10px;
	margin-left: -15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 500px;
	height: 30px;
	background-color: #333333;
	position: relative;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
}
#contentWrapper {
	background-color: transparent;
	position: relative;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 20px;
	margin-left: 0px; 
}

#content {
	position: relative;
	width: auto;
	margin-left: 235px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #EEEEEE;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
}

#contentBody {
	background-color: #EEDDDD;
	padding: 20px;
	
}
div.corner {
	padding: 10px;
	background-color: #EEEEEE;
}

table.itemTable {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #AA8888;
	border-width: 1px;
	width: 100%;
}

table td {
	border-style: dotted;
	border-color: #AA8888;
	border-width-top: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	width: auto;
	padding: 4px;
}
tr.itemRow {
	
}

td.imgURL {
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-style:dotted;

}

td.itemTitle {
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-style:dotted;

}

td.bidCount {
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-style:dotted;

}

td.watchCount {
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-style:dotted;

}

td.price {
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-style:dotted;

}

#compatlogo {
	position: relative;
	margin-left: 230px;
	margin-top: 20px;		
}

.searchTable {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 5px;
	vertical-align: text-top;
}
.searchTable tr {
	vertical-align: text-top;
	text-align: left;
}
.searchTable td {
	-moz-border-radius: 10px;
	border: solid;
	border-width: 1px;
	border-color: #DDDDDD;
}

.resultButton {
	border:none;
	text-decoration: none;
}

.opt_in {
	float: right;
}
#ads_wrapper {
	width: 400px;
	background-color: #DFD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	padding: 10px;
	
