/**
 * Colors: 
 *
 * Green: #468966
 * Gray text: #676767
 * Error/Alert: #f57900
 */

body {
	color: #676767;
	background: #fff;
}

#doc2 {
	width: 950px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}	

#banner {
	height: 90px;
	width: 730px;
	margin: 10px auto 10px auto;
}

#banner img {
	display: block;
}

#hd {
	height: 120px;
	border: solid #468966 1px;
}

#logo {
	margin: 38px 0 27px 30px;
	float: left;
}

#gnav {
	float: right;
	margin-top: 48px;
	padding-right: 30px;
}

#gnav h3 {
	margin: 0;
}

#gnav img.login {
	vertical-align: -8px;
	margin-left: 3px;
}

#gnav a.my-account {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid #468966 1px;
}

/* login box */

#login {
	width: 400px;
	border: solid #468966 1px;
	padding: 10px;
}

#login input.text {
	width: 392px;
	height: 24px;
	line-height: 24px;
	font-size: 122%;
}

#login h2 {
	margin-top: 0;
	margin-bottom: 8px;
	line-height: normal;
	border-bottom: solid #468966 1px;
	padding-bottom: 1px;
}

#login p,
#login div {
	margin: 0.8em 0;
}

#login div.submit {
	text-align: right;
	clear: both;
}

#bd {
	border: solid #468966 1px;
	border-top: none;
	padding: 30px 0;
}

#yui-main.rightnav {
	background: url(../img/gui/rightnav-bg.png) repeat-y;
	min-height: 600px;
	height: auto !important; 
	height: 600px;
}

#yui-main .yui-g {
	padding-left: 86px;
	padding-bottom: 20px;
}	

#yui-main h1.first {
	margin-top: 0;
	font-size: 182%;
}

div.dialog {
	width: 60%;
	margin: 0 auto;
}

div.pitch {
	font-size: 122%;
}

#homereg {
	display: block !important;
	width: 429px;
}

#homereg li {
	font-size: 136%;
	padding-left: 83px;
	min-height: 59px;
	height: auto !important;
	height: 59px;
	background-repeat: no-repeat;
	background-position: left middle;
}

#homereg li.terms {
	margin-bottom: 20px;
	background-image: url(../img/home/arrow.png);
}

#homereg input.text {
	color: #bbb;
	width: 342px;
	height: 28px;
	vertical-align: middle;
	line-height: 28px;
}

#homereg input.text:focus,
#homereg input.userinput {
	color: #676767;
}

#homereg label {
	display: block;
}

#homereg span.info {
	font-size: 77%;
	display: block;
}

#homereg div.submit {
	margin-top: 1.6em;
	text-align: right;
}

#ft {
	text-align: center;
	height: 30px;
	background: #468966;
	overflow: hidden;
	color: #fff;
	margin-bottom: 30px;
}

#ft p {
	margin-top: 5px;
}

#ft a:link,
#ft a:visited {
	color: #fff;
}

h1, h2, h3, h4 {
	color: #468966;
}

ol.nomarker {
	margin-left: 0;
	padding-left: 0;
}	

ol.nomarker li {
	list-style: none;
}

em {
	background-color: #ff9;
	font-style: normal;
}

table.border th, 
table.border td {
    border: 1px solid #000000;
}

th, td {
    border: none;
}

table.formlayout {
	margin: 0;
}

table.formlayout td,
table.formlayout th {
	border: none;
}

span.wbr {
	font-family: verdana;
}

#flashMessage,
#errorMessage,
#authMessage {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border-top: solid #468966 2px;
	border-bottom: solid #468966 2px;
	font-size: 114%;
	margin-bottom: 2em;
}

#errorMessage,
#authMessage,
#flashMessage.confirm {
	color: #f57900;
}

#authMessage {
	border: none;
}

div.yui-b.right {
	background: url('../img/gui/rightnav-top-border.png') no-repeat 17px 0;
}

#rightnav {
	margin-left: 30px;
}

#rightnav h2 {
	margin-bottom: 0.5em;
}

#rightnav ul.searches {
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 3em;
	margin-top: 0;
}

#rightnav li {
	list-style: none;
	font-size: 122%;
}

#rightnav li a:link,
#rightnav li a:visited {
	text-decoration: none;
	display: block;
	margin: 0.6em 0;
	padding-left: 30px;
	background: url('../img/gui/system-search.png') no-repeat;
	color: #BF2C02;
}

#rightnav li.current a:link,
#rightnav li.current a:visited {
	font-weight: bold;
}

#rightnav fieldset {
	width: 175px;
}

#rightnav #SearchPhrase,
#rightnav #SearchPostalcode {
	width: 160px;
}

div.search-meta {
	border: solid #468966 1px;
	padding: 5px 3px;
	overflow: hidden;
	margin: 0 0 0.6em 0;
	background: #fff;
	height: 20px;
	line-height: 20px;
}

div.search-meta div {
	width: 50%;
	float: left;
	margin: 0;
}

div.search-meta form { display: inline; }

div.search-meta input.image,
div.search-meta img { 
	vertical-align: middle; 
}

#userlist th {
	text-align: left;
}

table.pagination {
	height: 30px;
	border-bottom: none;
	background: #fff;
	width: 100%;
	margin-bottom: 0;
}

table.pagination td {
	width: 33.333%;
}

table.pagination td.middle {
	text-align: center;
}

table.pagination td.right {
	text-align: right;
}

table.datagrid {
	border: solid #468966 2px;
	border-collapse: collapse;
}

table.datagrid td,
table.datagrid th {
	border-left: none;
	border-right: none;
	border-bottom: solid #468966 1px;
}

table.datagrid th { 
	background-color: #468966;
	color: #fff;
}

table.datagrid th a:link, 
table.datagrid th a:visited { 
	color: #fff;
}

/* Basic form styles */

form {
	display: inline !important;
}

form div {
	margin: 0.6em 0;
}

input.text {
	border: solid #468966 2px;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 114%;
	line-height: 114%;
	vertical-align: baseline;
	padding: 3px 2px;
}

input.form-error {
	border-color: #f57900;
	border-width: 2px;
}

label {
	font-weight: bold;
	padding-right: 0.5em;
	font-size: 107%;
	line-height: 107%;
	display: block;
}

div.required label {
	padding-left: 10px;
	background: url(../img/gui/required.png) no-repeat 0 4px;
}

div.required.nomark label,
form.norequired div.required label {
	padding-left: 0;
	background: none;
}

div.submit {
	text-align: left;
	clear: both;
}

div.input {
	clear: both;
}

div.error-message {
	color: #f57900;
	font-size: 85%;
 	background: url(../img/gui/invalid-field.png) no-repeat 0 2px;
 	padding-left: 20px;
 	line-height: 1.6em;
 	text-align: left;
}

legend {
	font-size: 122%;
	color: #468966;
}

fieldset {
	border: solid #468966 1px;
	padding: 10px;
}

div.text input,
textarea,
select {
	border: solid #468966 1px;
}

div.checkbox label {
	font-weight: normal;
	display: inline;
	padding-left: 5px !important;
}

/* specific forms */

table.ebayResults td.img {
	text-align: center;
}

table.ebayResults td.price,
table.ebayResults td.duration {
	text-align: right;
}

table.ebayResults a.asc:link,
table.ebayResults a.asc:visited {
	background: url(../img/gui/sort-asc.png) no-repeat;
	padding-left: 20px;
}

table.ebayResults a.desc:link,
table.ebayResults a.desc:visited {
	background: url(../img/gui/sort-desc.png) no-repeat;
	padding-left: 20px;
}

div.ebay-sort p {
	margin-bottom: 3px;
	text-align: right;
}

div.ebay-sort label {
	display: inline;
}

div.ebay-sort input.submit {
	margin-left: 3px;
}

span.duration.expiring {
	color: red;
}

#reset-pass input.submit-img {
	margin-left: 10px;
	vertical-align: top;
}

#change-pass div.input {
	width: 225px;
}

/**
 * Needed to make Safari 3 behave
 */
#change-pass div.input input {
	width: 217px;
}

#change-pass input.submit-img {
	margin-left: 159px;
}

/* end specific form styles */


#addthis_dropdown15 table td,
#addthis_dropdown15 table th {
	border: none;
	padding: none;
}

#addthis_dropdown15 table {
	margin: 0;
}

#ebay-now-logo {
	float: right;
	margin-top: -10px;
	position: relative;
}