body {
	background-color: #1D1D1D;
	text-align:center;
}
body,td,th {
	color: #eeeeee;
}
li {
	display:inline;
	list-style-type:none;
	padding-left:1em;
	margin-left:1em;
	border-left:1px solid #333333;
}
li:first-child {
border-left:none;
padding-left:0px;
margin-left:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-family: Fixedsys;
	font-size: 36px;
}
.style3 {
	font-family: Fixedsys;
	font-size: 9px;
}
.style9 {
	color: #ffffff;
	font-size: 11px;
}
.style7 {
	font-size: 9px;
	color: #666666;
}
.linkify{
	color: #eeeeee;
}
.subtext {
	font-size: 9px;
}
.alternatetext {
	font-size: 11px;
}
.descriptor {
	font-size: 9px;
	color: #999999;
}
.secondarytitle {
	color: #ffffff;
	font-size: 11px;;
}
#disclaimer {
    position: absolute;
    left: 50%;
    top: 50%;
	width: 500px;
    height: 150px;
    margin-left: -250px;
    margin-top: -75px;
	padding: 15px;
	background-color: #440000;
	border: 1px solid #320000;
	filter:alpha(opacity=95);
	opacity:0.95;
	z-Index="999";
}
#servererror {
    height: 15px;
	width: 100%;
	font-size: 10px;
	background-color: #430000;
	border: 1px solid #310000;
}
#warnmessage {
    height: 15px;
	width: 100%;
	font-size: 10px;
	background-color: #430000;
	border: 1px solid #310000;
}
#comparefield {
    position: relative;
	width: 100%;
    top: 20px;
	clear: both;
}
#relevantItems {
	float: right;
    position: relative;
	width: 52%;
    top: 2px;
	clear: both;
}
#relaventItem {
	float: left;
	text-align: center;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	display: inline-block;
}
#yourimage {
	color: #dddddd;
	font-size: 11px;
	float: right;
    margin-right: 35px;
    margin-top: 50px;
}
#primaryresult {
	width:52%;
	float: right;
    text-align:left;
	clear: both;
}
#primaryimage {
	float: left;
    text-align:center;
}
#primarytext {
	float: left;
    text-align:left;
    margin-left: 10px;
    margin-top: 40px;
}
#secondaryfield {
    position: relative;
	text-align: center;
	top: 120px;
	clear: both;
	}
#secondarycontainer {
    position: relative;
	text-align: center;
	border-top: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	display: inline-block;
	}
#secondaryresult {
	text-align: center;
	vertical-align: top;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	display: inline-block;
}
#retryfield {
	width: 100%;
	top: 180px;
    position: relative;
	text-align:center;
	clear: both;
}
#donate {
    display:block;
    position:absolute;
    top:0;
    right:0;
	padding: 2px;
	font-size: 10px;
	z-Index="999";
}
div.alert {
	float: left;
	text-align:center;
	padding:5px;
	border:2px solid red;
	background-color:yellow;
	margin-top:100px;
}