body
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: black;
	text-align: center;
	font-size: 14px;
}

/* PAGE LAYOUT */
#top 
{
	padding: 3px 10px 30px 10px;
	text-align: right;
	border-bottom: 1px solid #fff;
}

#top p {
    float:left; 
    padding: 0; 
    margin: 5px 0 0 0;
}

#canvas
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	padding: 30px 0;
}

#header
{
	margin-bottom: 40px;
}

.footer
{
	font-size: 12px;
	color: #999999;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

.legal
{
	font-size: 11px;
	color: #999999;
	margin-top: 20px;
	text-align: center;
}
/* END PAGE LAYOUT */

/* LINKS */
a:link, a:visited
{
	color: #a8a8a8;
	text-decoration: underline;
	border: none;
}

a:hover
{
	color: #fff;
	background-color: #4A0015;
	text-decoration: none;
}

a:hover img
{
	background-color: White;
}
/* END LINKS */

/* HEADERS */
h1
{
	/* headline above the search box */
	padding: 0px 0 10px 0;
	margin: 0px auto 0px auto;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h2
{
	/* "results for SELLERNAME" */
	margin: 0px 0 1px 0px;
	font-size: 25px;
	color: #333;
	padding: 0;
	font-weight: normal;
}

h3
{
	/* subheadings under results */
	margin: 30px 0 10px 0;
	color: #333;
	font-size: 16px;
	padding: 0;
	font-weight: bold;
}

h4
{
	/* introduction text */
	padding: 0px 0 10px 0;
	margin: 0px auto 0px auto;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

h5
{
	/* Sub-page headers */
	margin: 0px 0 1px 0px;
	font-size: 25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
/* END HEADERS */

/* RATINGS */
.percentile90
{
	color: #006600;
	font-weight: bold;
	font-size: 17px;
}

.percentile75
{
	color: #006600;
	font-weight: bold;
	font-size: 17px;
}

.percentile50
{
	color: #CC9900;
	font-weight: bold;
	font-size: 17px;
}

.percentile25
{
	color: #CC9900;
	font-weight: bold;
	font-size: 17px;
}

.percentile10
{
	color: #FF0000;
	font-weight: bold;
	font-size: 17px;
}

.percentile0
{
	color: #FF0000;
	font-weight: bold;
	font-size: 17px;
}
/* END RATINGS */

/* ALIGNMENT PROPERTIES & IMPORTANT DIVS */
.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#dsrInfo
{
	margin: 30px auto 0px auto;
	text-align: left;
}

#dsrInfo p
{
	font-size: 14px;
	color: Black;
}

#dsrInfo table
{
	font-size: 14px;
	margin-top: 20px;
}

#pending
{
	margin-top: 30px;
	margin-bottom: 40px;
}

#error, .error
{
	color: #990000;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 30px;
}

.success
{
	color: Green;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 30px;
	text-align: center;
}

#tip
{
	color: #666666;
	margin-top: 40px;
	text-align:center;
}

.ebay_id_display
{
	color: #0982C7;
	font-weight: bold;
}

#feedback 
{
	padding: 24px 6px 6px 6px;
}

#feedback_display
{
	color: #339933;
	font-weight: bold;
}

img.inline {
    margin: 0;
    padding: 0;
    vertical-align:middle;
}

.labs {
    padding: 0 0 10px 0;
    }

/* Main ebay ID search text box */
#ebay_id
{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 8px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #ccc;
}

.highlight 
{
	background-color: #ffc;
}

