body {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.25em; /* 20px */
}

a {
	color: #2e649c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

label {
	display: block;
	margin-bottom: 1em;
}

input, select, button, textarea {
	font-size: 100%;
}

input, select, textarea {
	width: 30em;
}

input.hidden {
	width: auto;
	padding: 0;
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset legend {
	color: #000;
	padding: 0;
	margin: 0;
	padding-bottom: 0.75em;
	font-weight: bold;
}

h1 {
	color: #000;
	size: 1.25em;	
	line-height: 1em; /* 20px */
}

fieldset.checkbox_group, fieldset.radio_group {
	border: 0px;
}

fieldset.checkbox_group input, fieldset.radio_group input {
	width: auto;
	display: inline;
}

fieldset.checkbox_group span.text_label, fieldset.radio_group span.text_label {
	display: inline;
	font-weight: normal;
}

table td fieldset.checkbox_group, table td fieldset.radio_group{
	text-align: center;
}

fieldset.radio_group.offer_status label {
	display: inline;
}

fieldset.buttons {
	border: 0px;
	text-align: right;
}

#uploader iframe {
	border: 0px;
	width: 30em;
	height: 3em;
	overflow: hidden;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
}

table th {
	text-align: left;
}

table th.label {
	text-align: center;
}

span.text_label {
	display: block;
	font-weight: bold;
}

fieldset.checkbox_group span.text_label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
}

div.results.empty {
	color: #000;
}

div.results.empty h2 {
	padding: 0;
	margin: 0;
	line-height: 120%;
}

div.autocomplete_results {
	position:absolute;
	width: 100%;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	color: #000;
}

div.autocomplete_results ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete_results ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0.06em; 
	cursor: pointer;
}

div.autocomplete_results ul li.selected { 
	background-color: #112640;
	color: #FFF;
}

span.images {
	display: block;
	margin-bottom: 1em;
	margin-left: 10em;
}

span.images span.image {
	width: 80px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

img.spinner {
	margin: 32px;
}

ul.items {
	padding: 0;
}

li.item {
	clear: left;
	list-style-type: none;
	padding-bottom: 1em;
	color: #000000;
}

li.item h3 {
	margin: 0;
}

li.item img {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

ul.items.similar li.item {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.items.inactive li {
	padding: 0;
	margin: 0;
}

dl dt {
	float: left;
	padding-right: 0.25em;
}

dl dd {
	margin-left: 0;
}

ul.items span.price {
	font-weight: bold;
}

div.paging {
	text-align: center;
}

div.paging h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

ul.paging {
	list-style-type: none;
}

ul.paging li { 
	display: inline;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

ul.paging li.prev a {
	padding-right: 12px;
	background-image: url(/images/prev.png);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.paging li.next a {
	padding-left: 12px;
	background-image: url(/images/next.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div.similar img {
	float: none;
	display: inline;
}

div.more {
	text-align: right;
}

div.clear {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

table.messages, table.payments {
	border-collapse: collapse;
}

table.messages tr.odd, table.payments tr.odd {
	background-color: #eff7ff;
}

table.messages th, table.payments th {
	padding: 0.5em 1em;
}

table.messages td, table.payments td {
	padding: 0.5em 1em;
}

table.messages tr.new {
	font-weight: bold;
}

table.payments tfoot {
	border: 1px solid #2E649C;
}

ul.tabs {
	height: 1.60em;
	padding: 0;
	margin: 0;
	width: 100%;
	
	list-style-type: none;

	background-image: url(/images/table-header-background.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

ul.tabs li {
	display: block;
	padding: 0 1.25em;
	margin: 0;
	float: left;
	height: 1.25em;
	font-weight: bold;
	background-color: #e9e9e9;
	color: #666666;	
	text-align: center;
}

ul.tabs li.current {
	background-color: #dde9f5;
	color: #00508e;
}

ul.tabs li a {
	color: #666666;
}

ul.tabs li a:hover {
	text-decoration: none;
}

ul.tabs li.current a {
	color: #00508e;
}

table.feedback {
	color: #2E649C;
	font-size: 0.86em;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.feedback input, table.feedback select {
	width: auto;
}

table.feedback td {
	border-bottom: 2px solid #dde9f5;
}

table.feedback tfoot td {
	border-bottom: 0 none;
}

p.price {
	font-weight: bold;
}

div.payee_details dt {
	width: 10em;
}

div.footnote {
	color: #8E8E8E;
}

label.price {
	margin-left: 1.25em;
}

label.price input {
	width: 3.75em;
}

p.price span.shipping {
	display: block;
	color: #8E8E8E;
	font-size: 75%;
	font-weight: normal;
}

div.reputation-graph {
	float: right;
	width: 190px;
	background-image: url(/images/reputation_background.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
}

div.feedback_index div.reputation-graph {
	margin-top: 20px;
}

div.graph {
	position: relative;
	width: 142px;
	background-image: url(/images/rating_scale_background.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.graph div {
	background-image: url(/images/rating_scale_foreground.png);
	background-repeat: no-repeat;
}

div.reputation-graph.quick {
	float: none;
	width: 75px;
	background-image: url(/images/reputation_small_background.png);
	padding-left: 7px;
	margin-top: 8px;
	margin-left: 5.25em;
}

div.reputation-graph.quick div.graph {
	background-image: url(/images/rating_scale_small_background.png);
	width: 58px;
}

div.reputation-graph.quick div.graph div {
	background-image: url(/images/rating_scale_small_foreground.png);
}

div.notice {
	border-top: 2px solid #3f8a25;
	border-bottom: 2px solid #3f8a25;
	color: #3f8a25;
	padding: 0.25em 0 0.25em 20px;
	background-image: url(/images/icon_flash_success.png);
	background-position: center left;
	background-repeat: no-repeat;
}

div.error {
	border-top: 2px solid #a21e00;
	border-bottom: 2px solid #a21e00;
	color: #a21e00;
	padding: 0.25em 0 0.25em 20px;
	background-image: url(/images/icon_flash_error.png);
	background-position: center left;
	background-repeat: no-repeat;
}

div.errors {
	border-top: 2px solid #a21e00;
	border-bottom: 2px solid #a21e00;
	color: #a21e00;
	margin-bottom: 1em;
}

#header {
	height: 41px;
	background-color: #FFF;
	padding: 1.25em 3.75em 0;
	margin: 0;
}

#navigation {
	font-size: 75%;
	font-weight: bold;
	position: absolute;
	top: 0.5em;
	right: 1em;
	padding: 0;
	margin: 0;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	padding: 0 0.5em;
}

#content  {
	font-family: helvetica, arial, san-serif;
	padding: 0 3.75em 1em 3.75em;
	margin: 0;
}

#categories {
	background-color: #dde9f5;
	padding-top: 1em;
	padding-bottom: 3em;
	padding-left: 5em; /* 20px @ 0.75em = 5em */
	padding-right: 5em;
	font-size: 0.75em;
	color: #2e649c;
}

#categories h2 {
	font-size: 1.67em;
}

#categories h2 span {
	font-size: 0.60em;
	font-weight: normal;
}

#categories h2 span a {
	text-decoration: underline;
}

#categories ul {
	list-style-type: none;
}

#categories ul li {
	padding: 0;
}

#categories div.sets {
	width: 30%;
	float: left;
}

#categories div.sets ul {
	padding: 0;
	margin: 0;
}

#categories ul li a.make-an-offer {
	position: relative;
	display: block;
	background-image: url(/images/footer_make_an_offer.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -18px;
	padding-top: 18px;
	height: 18px;
	width: 109px;
	text-indent: -1000em;
}

#footer {
	padding-left: 5em;
	padding-right: 5em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 0.75em;
	clear: both;
	color: #000;
}

#images-inputs {
	display: block;
	clear: both;
}

#primary-image {
	display: block;
	margin-left: 10em;
	margin-bottom: 1em;
}

#primary-image span.image {
	width: 120px;
	height: 120px;
	border: 1px dashed #444;
	color: #444;
	text-align: center;
	display: block;
}

#search_form {
	background-color: #DDE9F5;
	margin-left: -3.75em;
	padding-left: 3.75em;
	margin-right: -3.75em;
	padding-left: 3.75em;
}

#search_form legend {
	display: none;
}

#search_form label {
	margin: 0.75em 0;
}

div.listings_index#container #header {
	height: 3.75em;
	background-color: #FFF;
	padding: 1.25em 3.75em;
}

div.listings_index#container #content {
	padding: 2em 3.75em 1em 3.75em;
}

div.listings_index#container #content  {
	background-color: #112640;
	background-image: url(/images/content-background.png);
	background-repeat: repeat-x;
	color: #FFF;
}

div.listings_index#container #content #search_form {
	background-color: transparent;
}

div.listings_index#container #content #search_form legend {
	display: none;
}

#content #copy {
	width: 30em;
	padding: 0;
	margin: 0;
}

#container.messages_index #content #copy, #container.messages_sent #content #copy {
	width: 56.25em;
}

#container.feedback_index #content #copy, #container.feedback_left #content #copy {
	width: 56.25em;
}

#search_form fieldset {
	margin-top: 1em;
	margin-bottom: 2em;
}

#search_form label {
	display: block;
	float: left;
	padding-right: 1em;
	font-size: 0.75em;
}

#search_form span.text_label {
	width: auto;
	display: block;
	float: none;
}

#search_form input {
	width: 13.75em;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#search_form input.default {
	color: #8e8e8e;
}

div.listings_index p.promo, div.listings_view p.promo {
	position: absolute;
	top: 5em;
	left: 30em;
	width: 427px;
	height: 263px;
	background-image: url(/images/listings-index-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: right;
}

div#container.listings_view #content h1 {
	display: none;
}

#listing_search {
	background: transparent;
	text-indent: -3000px;
	background-image: url(/images/search-button.png);
	background-repeat: no-repeat;
	border: 0;
	width: 109px;
	height: 48px;
	cursor: pointer;
	margin: 1em 0;
}

#item_price_label {
	width: 10em;
	float: left;
}

#item_price {
	width: 10em;
}

#item_location_label {
	clear: both;
}

div#container.users_view h1 {
	display: none;
}

div#container.users_view h1.users_view {
	display: block;
	border-bottom: 2px solid #dde9f5;
	padding-bottom: 0.4em;
}

fieldset#item_make_me_an_offer_fieldset.checkbox_group {
	margin-left: 0em;
	padding-left: 1em;
	padding-top: 1.5em;
}

/* Custom tiny-mce styles */
body.mce-pop-up {
	padding: 1em;
	font-size: 12px;
}

body.mce-pop-up div.tabs ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 2px solid #dde9f5;
}


body.mce-pop-up div.tabs ul li {
	display: inline;
	padding: 0.25em 0.5em;
}

body.mce-pop-up div.tabs ul li.current {
	background-color: #dde9f5;
	font-weight: bold;
}

body.mce-pop-up div.panel {
	display: none;
}

body.mce-pop-up div.panel.current {
	display: block;
}

body.mce-pop-up input, body.mce-pop-up select, body.mce-popup textarea {
	display: block;
}

body.mce-pop-up#uploadimage div#prev {
	height: 100px;
	padding: 0;
	background-color: #efefef;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: center;
}

body.mce-pop-up#uploadimage input, body.mce-pop-up#uploadimage select, body.mce-popup#uploadimage textarea {
	width: 30em;
}

body.mce-pop-up#link input, body.mce-pop-up#link select, body.mce-popup#link textarea {
	width: 23em;
}

body.mce-pop-up#media input, body.mce-pop-up#media select, body.mce-popup#media textarea {
	width: 27em;
}

body.mce-pop-up#colorpicker input, body.mce-pop-up#colorpicker select, body.mce-popup#colorpicker textarea {
	width: 6em;
	display: inline;
}

body.mce-pop-up#colorpicker input#color {
	width: 10em;
}

body.mce-pop-up#colorpicker span#preview {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 12px;
}

body.mce-pop-up#colorpicker #colors {
	float: right;
	display: block;
}

body.mce-pop-up#colorpicker #picker {
	float: left;
}
