/* -------------- BASIC STYLES -------------- */

body {
	text-align: center;
	margin: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	line-height: 1.6em;	
	color: #444444;	
}

body.pop-up-window {
	margin: 5px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	line-height: 1.6em;	
	color: #444444;	
}

h1, h2, h3, h4, table {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	font-size: 1em;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #777777;
	margin-bottom: 20px;
	line-height: 1em; 
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #777777;
	margin-bottom: 20px;
	padding: 4px 0 0 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #777777;
	margin-bottom: 20px;
	padding: 0 0 0 0;
}

a img {
	border: none;	
}

a {
	color: #333333;
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

a:focus {
	outline-style: none;
}

form, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:0;
	color: #555555;
}

textarea {
	padding: 2px;
	border: 1px solid #999999;
}

.form-field {
	padding: 2px;
	border: 1px solid #999999;
}
.form-field-drop-down-menu {
	border: 1px solid #999999;
}
.form-button {
    border-right: #333333 1px solid;
    border-top: #EEEEEE 1px solid;
    border-left: #EEEEEE 1px solid;
    border-bottom: #333333 1px solid;
    font-weight: bold;
    background-color: #666666;
	color: #ffffff;
}

.form-label { 
	font-size: 1em;
	font-weight: bold;
	padding: 0px 6px 0px 6px; 
}

.form-help-text {
	padding: 0px 6px 0px 6px; 
}

.form-help-text-small {
	font-size: 0.8em;
	padding: 0px 6px 0px 6px; 
}

/* -------------- UTILITY CLASSES -------------- */

.clear-both {
	/* applied to BR */
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.clear {	
	/* applied to DIV */
	clear: both;
	overflow: hidden;
	height: 0;
}

.blockDisplayOff {
	display: none;
}

.blockDisplayOn {
	display: block;
}

/* -------------- OVERALL PAGE LAYOUT -------------- */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	background: #ffffff;
}

#header {
	/*overflow: hidden;*/
}

#wrapper-content {
	
}

#wrapper-content #side-bar {
	width: 180px;
	float: left;
	overflow: hidden;
	margin-top: 23px;
	margin-right: 20px;
	padding: 0px 0px 0px 0px;
}

#wrapper-content #content {
	width: 760px;
	float: left;
	min-height: 400px; 
	overflow: hidden;
	margin-top: 20px;	
}

#wrapper-content #content-wide {
	width: 960px;
	float: left;
	min-height: 400px; 
	overflow: hidden;
	margin-top: 20px;	
	background-color: #ecece6;
}

#footer {
	overflow: hidden;	
}

/* -------------- HEADER -------------- */

#header #header-inner-top {
	height: 52px;
}

#header #header-inner-top #logo {
	width: 30%;
	float: left;
}

#header #header-inner-top #advert-and-status {
	width: 70%;
	float: right;
	text-align: right;
}

#header #header-inner-top #advert-and-status #advert {

}

#header #header-inner-top #advert-and-status #status {
	margin-bottom: 15px;
}

#header #header-inner-top #advert-and-status #status span {
	background: url("../images/arrow_grey.gif") left no-repeat;
	padding-left: 14px;
	line-height: 17px;
	font-weight: bold;
}

#header #header-inner-top #advert-and-status #status span#divider {
	padding-left: 6px;
	background: none;
	font-weight: normal;
}

#header #header-inner-top #advert-and-status #status a {
	padding-left: 6px;
	line-height: 17px;
	font-weight: bold;
}

#header #header-inner-top #advert-and-status #status a.my-messages {
	color: #CC3333;
	background: url("../images/icon_msg_unread.gif") left no-repeat;
	background-position: 0px 0px;
	padding-left:18px;
	line-height: 16px;
}

#header #header-inner-top #advert-and-status #status a.my-messages:hover {
	color: #ff6633;
}

#header #navigation-upper {
	width: 100%;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;	
}

#header #navigation-upper #tabs {
	float: left;
	width: 460px;
	margin-left: 320px;
	clear: both;
}

#header #navigation-upper #date-time {
	float: left;
	width: 180px;
	font-size: 0.8em;
	color: #666666;
	/*background-color: #ecece6;*/
	height: 21px;
	line-height: 21px;
}

#header #navigation-upper #tabs #menu ul {	
}

#header #navigation-upper #tabs #menu li a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	margin-right: 4px;
	height: 21px;
	line-height: 21px;
	background-color: #4E4848;
	color: #ffffff;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}

#header #navigation-upper #tabs #menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #4E4848;
}

#body-tab-home #header #navigation-upper #tabs #tab-home					{ }
#body-tab-home #header #navigation-upper #tabs #tab-home:hover 				{ }
#body-tab-home #header #navigation-upper #tabs #tab-buy 					{ background-color: #cccccc; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-buy:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-sell 					{ background-color: #cccccc; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-sell:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-my-account 				{ background-color: #cccccc; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-my-account:hover		{ background-color: #E2E2E2; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-community 				{ background-color: #cccccc; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-community:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-help 					{ background-color: #cccccc; color: #333333; }
#body-tab-home #header #navigation-upper #tabs #tab-help:hover 				{ background-color: #E2E2E2; color: #333333; }

#body-tab-buy #header #navigation-upper #tabs #tab-home						{ background-color: #cccccc; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-home:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-buy 						{ }
#body-tab-buy #header #navigation-upper #tabs #tab-buy:hover 				{ }
#body-tab-buy #header #navigation-upper #tabs #tab-sell 					{ background-color: #cccccc; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-sell:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-my-account 				{ background-color: #cccccc; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-my-account:hover			{ background-color: #E2E2E2; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-community 				{ background-color: #cccccc; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-community:hover 			{ background-color: #E2E2E2; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-help 					{ background-color: #cccccc; color: #333333; }
#body-tab-buy #header #navigation-upper #tabs #tab-help:hover 				{ background-color: #E2E2E2; color: #333333; }

#body-tab-sell #header #navigation-upper #tabs #tab-home					{ background-color: #cccccc; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-home:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-buy 					{ background-color: #cccccc; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-buy:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-sell 					{ }
#body-tab-sell #header #navigation-upper #tabs #tab-sell:hover 				{ }
#body-tab-sell #header #navigation-upper #tabs #tab-my-account 				{ background-color: #cccccc; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-my-account:hover		{ background-color: #E2E2E2; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-community 				{ background-color: #cccccc; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-community:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-help 					{ background-color: #cccccc; color: #333333; }
#body-tab-sell #header #navigation-upper #tabs #tab-help:hover 				{ background-color: #E2E2E2; color: #333333; }

#body-tab-my-account #header #navigation-upper #tabs #tab-home				{ background-color: #cccccc; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-home:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-buy 				{ background-color: #cccccc; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-buy:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-sell 				{ background-color: #cccccc; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-sell:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-my-account 		{ }
#body-tab-my-account #header #navigation-upper #tabs #tab-my-account:hover	{ }
#body-tab-my-account #header #navigation-upper #tabs #tab-community 		{ background-color: #cccccc; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-community:hover 	{ background-color: #E2E2E2; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-help 				{ background-color: #cccccc; color: #333333; }
#body-tab-my-account #header #navigation-upper #tabs #tab-help:hover 		{ background-color: #E2E2E2; color: #333333; }

#body-tab-community #header #navigation-upper #tabs #tab-home				{ background-color: #cccccc; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-home:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-buy 				{ background-color: #cccccc; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-buy:hover 			{ background-color: #E2E2E2; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-sell 				{ background-color: #cccccc; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-sell:hover 		{ background-color: #E2E2E2; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-my-account 		{ background-color: #cccccc; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-my-account:hover	{ background-color: #E2E2E2; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-community 			{ }
#body-tab-community #header #navigation-upper #tabs #tab-community:hover 	{ }
#body-tab-community #header #navigation-upper #tabs #tab-help 				{ background-color: #cccccc; color: #333333; }
#body-tab-community #header #navigation-upper #tabs #tab-help:hover 		{ background-color: #E2E2E2; color: #333333; }

#body-tab-help #header #navigation-upper #tabs #tab-home					{ background-color: #cccccc; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-home:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-buy 					{ background-color: #cccccc; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-buy:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-sell 					{ background-color: #cccccc; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-sell:hover 				{ background-color: #E2E2E2; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-my-account 				{ background-color: #cccccc; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-my-account:hover		{ background-color: #E2E2E2; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-community 				{ background-color: #cccccc; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-community:hover 		{ background-color: #aaaaaa; color: #333333; }
#body-tab-help #header #navigation-upper #tabs #tab-help 					{ }
#body-tab-help #header #navigation-upper #tabs #tab-help:hover 				{ }

#header #navigation-lower {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #ffffff; 
	background-color: #4E4848;
	text-align: center;
	
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;	
	clear: both;
}

#header #navigation-lower #menu ul {
}

#header #navigation-lower #menu li a {
	font-size: 1em;
	margin: 0px 7px 0px 7px;
	color: #ffffff;	
}

#header #navigation-lower #menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header #navigation-lower span {
	font-size: 1em;
	color: #ffffff;	
}

#header #search-bar {
	width: 100%;
	height: 32px;
	border-top: #DDDDDD 0px solid;
    border-bottom: #DDDDDD 1px solid;
	background: url("../images/fades/search_bar_background.gif") repeat-x;
	text-align: center;
	padding: 0px 0px 0px 0px;
	vertical-align:middle;
}

#header #search-bar td {
	height: 30px;
}

#header #search-bar .form-field {
	background-color: #FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 0px 3px;
	border: 1px solid #999999;
	width: 240px;
	height: 20px;
	
}

#header #search-bar .form-field-drop-down-menu {
	background-color: #FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
	width: 240px;
	height: 21px;
}

#header #search-bar .form-button {	
}

/* -------------- SIDE-BAR COMPONENTS -------------- */

#side-bar a {
	color: #444444;
	font-size: 1em;	
}

#side-bar #header {
	color: #ffffff; 
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #666666; 
	background-color: #ff0000;
	line-height: 1.4em;	
	
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;	
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;	
}

#side-bar #body {
	background-color: #CCCCCC;	/*#FFF7B4;	*/
	padding: 8px 7px 8px 7px;

	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;	
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	margin-bottom: 20px;
}


#side-bar #login {
}

#side-bar #login #body label {
	font-size: 0.8em;
}

#side-bar #login #body span {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

#side-bar #login #body form {
	margin-bottom: 6px;
}

#side-bar #login #body input {
	margin-bottom: 2px;
}

#side-bar #login #body .form-field  {
	width: 163px;
}

#side-bar #login #body .form-button {
	width: 60px;   
}

#side-bar #buying-and-selling {
}

#side-bar #buying-and-selling #menu li a {
	line-height: 20px;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #333333;	
	/*background: url("../images/arrow_grey.gif") left no-repeat;*/
}

#side-bar #buying-and-selling #menu li a:hover {
	color: #333333;
	text-decoration: underline;
}

#side-bar #buying-and-selling #menu li.indented a {
	font-weight: normal;
	margin-left:20px;
}

#side-bar #buying-and-selling #menu li.indented a:hover {
}

#side-bar #buying-and-selling #my-account {
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfc7;
	margin-bottom: 5px;
}
#side-bar #buying-and-selling #buying {
	padding-bottom: 5px;
}
	
#side-bar #buying-and-selling #selling {
	margin-top: 5px;
	border-top: 1px solid #dfdfc7;
	padding-top: 5px;
}

#side-bar #categories {
}

#side-bar #categories #body span {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}

#side-bar #categories #body #menu {
}

#side-bar #categories #body #menu li a {
	line-height: 20px;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	color: #333333;	
	/*background: url("../images/arrow_grey.gif") left no-repeat;*/
}

#side-bar #categories #body #menu li a:hover {
	color: #333333;
	text-decoration: underline;
}

#side-bar #categories #body #menu span {
	font-size: 0.90em;
	font-weight: normal;
	padding-left: 3px;
	text-decoration: none;
}

#side-bar #news {
}

#side-bar #news a {
	font-size: 1em;
	line-height: 18px;
	font-weight: bold;
}

#side-bar #news #body span {
	font-size: 1em;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
}

#side-bar #search {
}

#side-bar #search #body span {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

#side-bar #search #body .form-field  {
	width: 90px;
}

#side-bar #search #body .form-button {
	width: 60px;   
}

#side-bar #recently-viewed {
}

#side-bar #recently-viewed #item {
	margin-bottom: 15px;
}

#side-bar #recently-viewed a {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
}

#side-bar #recently-viewed .recentlyViewedThumbnail { 
	border:0px solid #FF0000; padding-top: 3px; padding-bottom: 5px;
}

#side-bar #recently-viewed td.recentlyViewedInfo {
	padding: 0px 0px 0px 4px;
	text-align: left;
}

#side-bar #recently-viewed .recentlyViewedPrice {
	font-size: 1em;
	color: #444444;
	padding: 1px 0px 3px 0px;
	line-height: 1.4em;
}

#side-bar #recently-viewed A.RecentlyViewedBuyNowLink 			{color:#8E1609; text-transform:uppercase; font-size: 1em; font-weight:bold; text-decoration:none; }
#side-bar #recently-viewed A.RecentlyViewedBuyNowLink:visited	{color:#8E1609; text-transform:uppercase; }
#side-bar #recently-viewed A.RecentlyViewedBuyNowLink:hover		{color:#8E1609; text-transform:uppercase; text-decoration:underline; }
#side-bar #recently-viewed A.RecentlyViewedBuyNowLink:active	{color:#8E1609; text-transform:uppercase; }

#side-bar #recently-viewed A.RecentlyViewedBidNowLink 			{color:#1E6386; text-transform:uppercase; font-size: 1em; font-weight:bold; text-decoration:none; }
#side-bar #recently-viewed A.RecentlyViewedBidNowLink:visited	{color:#1E6386; text-transform:uppercase; }
#side-bar #recently-viewed A.RecentlyViewedBidNowLink:hover		{color:#1E6386; text-transform:uppercase; text-decoration:underline; }
#side-bar #recently-viewed A.RecentlyViewedBidNowLink:active	{color:#1E6386; text-transform:uppercase; }

#side-bar #recently-viewed .recentlyViewedTimeRemaining {
	color: #333333;
	font-size: 0.8em;
	padding-top: 4px;
	line-height: 1.2em;
}


/* -------------- FOOTER -------------- */

#footer {
	margin-top: 20px;
	border-top: 1px solid #666666;
	padding-top: 0px;
	color:#777777;
	font-size: 1em;
}

#footer #footer-images {
	float: left;
	width: 400px;
	height: 115px;
	line-height: 115px;
}

#footer #footer-links {
	float: right;
	text-align: right;
	width: 560px;
	height: 115px;
	line-height: 115px;
}

#footer #footer-links span {
	padding: 0px 8px 0px 0px;
}

#footer #footer-links a {
	color:#777777;
	padding: 0px 5px 0px 2px;
}

#footer #footer-links a.last {
	color:#777777;
	padding: 0px 0px 0px 2px;
}

#footer #auctionteq {
	text-align: right;
	padding: 12px 0px 18px 0px;
}

#footer #auctionteq a {
	color:#777777;
	font-size: 0.9em;
	font-weight: bold;
}


/* -------------- HOME PAGE -------------- */

h1.home-welcome-title { 
}

#home-welcome-block { 
	margin-bottom: 35px;
}

#home-welcome-block p { 
	font-size: 1.2em;
}

.home-listing-header {
	color: #ffffff; 
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 4px;
	border-bottom: 1px solid #666666; 
	height: 20px;
	line-height: 20px;
	background-color: #ff0000;
	margin-bottom: 3px;
}

#home-listing-header-closing-soon {
}

#home-listing-header-new {
}

#home-listing-header-popular {
}

.home-listing-table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-size: 1em;
}

.home-listing-table th {
	height: 22px;
	font-size: 1em;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.home-listing-table th#column-photo {
	width: 2%;
	padding: 0px 3px 0px 3px;
}

.home-listing-table th#column-title {
	width: 63%;
}

.home-listing-table th#column-price {
	width: 15%;
	text-align: right;
}

.home-listing-table th#column-paypal {
	width: 5%;
	text-align: center;
	padding: 0px 3px 0px 3px;
}

.home-listing-table th#column-ends {
	width: 15%;
	text-align: right;
	white-space: nowrap;
	padding: 0px 4px 0px 3px;

}

.home-listing-table td {
	height: 22px;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.home-listing-table td.dark {
	background-color: #f5f5eb;		/*#F0F0E1; */
}

.home-listing-table td.light {
	background-color: #ffffff;		
}

.home-listing-table td#column-photo {
	padding: 0px 3px 0px 3px;
}

.home-listing-table td#column-title {
	white-space: nowrap;
}

.home-listing-table td#column-price {
	text-align: right;
}

.home-listing-table td#column-paypal {
	text-align: center;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
}

.home-listing-table td#column-ends {
	text-align: right;
	white-space: nowrap;
}

.home-listing-table a {
	color: #333333;
	text-decoration: none;
}
.home-listing-table a:hover {
	color: #333333;
	text-decoration:underline;
}
.home-listing-table a.dark {	
}
.home-listing-table a.light {	
}

/* LISTINGS TABLES */

.listings-header { 
	width: 100%;
	color:#ffffff; 
	font-size: 1.2em;
	font-weight: bold;
	border-bottom:1px solid #666666; 
	padding: 0px 3px 0px 3px;
	background-color: #ff0000;
	height: 20px;
	line-height: 20px;
	/*margin: 0px 1px 0px 1px;*/
}

.listings-table {
	width: 760px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #ffffff;
	margin-bottom: 30px;
	font-size: 1em;
}

.listings-table th {
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	text-align: center;
	color:#ffffff; 	
	background-color: #ff0000;
	border: 1px solid #ffffff;
}

.listings-table th#column-photo {
	width: 90px;
}

.listings-table th#column-item-number {	/* optional based on settings.asp */
	width: 50px;
}

.listings-table th#column-title {	/* changed to accomodate item-number column */
	width: 340px;
	text-align: left;
}

.listings-table th#column-bids {
	width: 70px;
}

.listings-table th#column-price {
	width: 80px;
}

.listings-table th#column-paypal {
	width: 30px;
}

.listings-table th#column-ends {
	width: 100px;
}


.listings-table td {
	height: 30px;
	font-size: 1em;
	padding: 0px 6px 0px 6px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
}

.listings-table td.dark {
	background-color: #ebebd6;	
}

.listings-table td.light {
	background-color: #f0f0e1;		
}

.listings-table td#column-photo {
}

.listings-table td#column-item-number {	/* optional based on settings.asp */
}

.listings-table td#column-title {
	text-align: left;
}

.listings-table td#column-bids {
}

.listings-table td#column-price {
	text-align: right;
}

.listings-table td#column-paypal {
	vertical-align: middle;
}

.listings-table td#column-ends {
	white-space: nowrap;
}

.listings-table .thumbnail {
	margin: 5px 0px 5px 0px;
}

.listings-table a {
	color: #555555;
	text-decoration: none;
}
.listings-table a:hover {
	color: #555555;
	text-decoration:underline;
}

.listings-table a.dark {	
}

.listings-table a.light {	
}


#browse-listings-tabs {
	margin-left: 1px;
	clear: both;
}

#browse-listings-tabs #menu {
	
}

#browse-listings-tabs #menu li a {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-right: 2px;
	height: 21px;
	line-height: 21px;
	background-color: #cccccc; /*#ebebd6;*/
	color: #333333;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}

#browse-listings-tabs #menu li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E2E2E2;
}

#browse-listings-tabs #menu li.active a {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-right: 2px;
	height: 21px;
	line-height: 21px;
	background-color: #ff0000;
	color: #ffffff;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}

#browse-listings-tabs #menu li.active a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
}

#browse-listings-header {
	clear: both;
	display: none;
}

/* -------------- FEATURED ITEMS -------------- */

.featured-items {
	line-height: 1.2em;
}
.featured-items table {
	font-size: 1em;
}
.featured-items h1 {
	padding-bottom: 10px;
	border-bottom: #888888 1px solid; 
	margin-bottom: 18px;
}

.featured-items #body {
	/*border: #888888 1px solid; */
	padding: 0px 0px 0px 0px;
	margin-bottom: 18px;
}

.featured-items .thumbnail {
	border: 0px solid #ff0000;
}

.featured-items td.info-cell {
	padding: 0px 6px 0px 10px;
	text-align: left;
}
.featured-items .price {
	color: #888888;
	font-size: 1em;
	padding: 0px 0px 3px 0px;
}

.featured-items a.buy {
	color:#8e1609;
	text-transform:uppercase;
	font-size: 1em;
}

.featured-items a.bid {
	color:#cba122;
	text-transform:uppercase;
	font-size: 1em;
}

.featured-items .time-left {
	color: #888888;
	padding-top: 3px;
	font-size: 0.9em;
}
.featured-items .time-left span {
	font-weight: bold;
}

.featured-items div.item-title {
	padding: 8px 8px 0px 0px;
	margin-bottom: 20px;
}

.featured-items a.title {
	color:#cc3333;
	font-size: 1em;
}
.featured-items a.title:hover {
	color:#ff6633;
}

#featured-items-home-page {
}

#featured-items-buy-page {
}

#featured-items-buy-page h1 {
}

/* BUY PAGE - BROWSE CATEGORIES */

#buy-page-category-header {
	/*border-bottom: #777777 1px solid; 
	padding-bottom: 10px;
	margin-bottom: 10px;*/
}

#buy-page-category-header h1 {
}

#buy-page-suggest-category {
	margin: 10px 0px 10px 0px;	
}

#buy-page-suggest-category a {
	font-size: 1em;
	font-weight: bold;
}

.buy-page-category-block {
	padding: 5px 0px 20px 0px;
}

.buy-page-category-block a.level-1 {
	color: #333333; 
	font-size: 1.5em; 
	font-weight: bold; 
	line-height: 34px;
	text-decoration:underline;
}

.buy-page-category-block a.level-1:hover {
	color: #ff0000; 
}

.buy-page-category-block span.level-1-count {
	color: #333333;
	font-size: 1.3em;
}

.buy-page-category-block a.level-2 {
	color: #333333; 
	font-size: 1.2em; 
	font-weight: bold; 
	padding-left: 32px;
	line-height: 26px;
}

.buy-page-category-block a.level-2:hover {
	color: #ff0000; 
}

.buy-page-category-block span.level-2-count {
	color: #333333;
	font-size: 1.1em;
}

.buy-page-category-block a.level-3 {
	color: #333333; 
	font-size: 1em; 
	padding-left: 64px;
	line-height: 18px;
}

.buy-page-category-block a.level-3:hover {
	color: #ff0000; 
}

.buy-page-category-block span.level-3-count {
	color: #333333;
	font-size: 0.9em;
}

/* AUCTION PAGE */

#auction-page-category-breadcrumbs {
	line-height: 1.2em;
}

#auction-page-category-breadcrumbs a {
	font-size: 1.2em;
	font-weight: bold;
}

#auction-page-edit-bar {
	text-align: right;
}

td.auction-page-section-header {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	background-color: #CCCCCC;
	border-top: 1px solid #888888; 
	border-bottom: 1px solid #888888; 
}

td.auction-page-take-action-box {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	padding: 8px 5px 8px 7px;
}

.form-button-place-bid {
	width: 180px;   
	height: 25px;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #ff6633;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;  	
}

.form-button-buy-now {
	width: 180px;   
	height: 25px;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #009900;	
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;  	
}

div.social-bookmarking {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: middle;
}

#ToolTip {
	color: #222222;
	position: absolute;
	width: 250px;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #ffffe5;
	visibility: hidden;
	z-index: 100;
	
	/* Below line should always appear last within this CSS style */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


/* CATEGORY PAGE */

#category-page-category-breadcrumbs {
	margin-top: 1px;
	margin-bottom: 10px;
	line-height: 1.6em;
}

#category-page-category-breadcrumbs a {
	font-size: 1.6em;
	font-weight: bold;
}

#category-page-category-description {
	margin: 10px 0px 10px 0px;	
}

#category-page-sub-category-list {
	margin: 4px 0px 15px 0px;	
}


/*---------------------------------- PAGING BAR ---------------------------------*/

table.PagingBarOuter { 
	background-color:#f9f9f9;
	border: 1px solid #cccccc;
}

td.PagingBar { 
	color:#555555; 
	padding: 3px 4px 3px 4px;
}

a.PagingLink { 
	color: #cc3333; 
	text-decoration: none; 
}
a.PagingLink:visited { color:#cc3333; }
a.PagingLink:hover   { color:#ff6633; }
a.PagingLink:active  { color:#ff6633; }

/*-------------- ERROR HANDLING -------------- */

table.Error { border:1px solid #000000; background-color: #F6F6F6; }
td.ErrorTitle {color:#ff0000; font-size: 1.2em; font-weight:bold;}
td.ErrorNotification {color:#ff0000; font-size: 1.2em; }
.ErrorMessage {color:#000000; font-weight:bold; padding-bottom: 2px; padding-left: 50px; padding-right: 15px; }
li.ErrorString { margin-bottom: 8px; }

.SellErrorMessage {color:#000000; font-weight:bold; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }

A.ErrorBox {color:#000000; text-decoration:underline;}
A.ErrorBox:visited  {color:#000000; }
A.ErrorBox:hover  {color:#000000; text-decoration:none; }
A.ErrorBox:active  {color:#000000; }

/* FAQ */

A.faq {color:#cc3333; text-decoration:none;}
A.faq:visited  {color:#cc3333; }
A.faq:hover  {color:#ff6633; text-decoration:underline;}
A.faq:active  {color:#ff6633; }

.faqNumber {
	color: #cc3333;
}

.faqQuestion {
	color: #cc3333;
	font-size: 1.5em; 
	font-weight:bold;
}
.faqAnswer {

}

/* ---------------- AUCTION MONITOR POPUP ------------------*/

.AM_Body {
	background-color:#f0f0e1;
	text-align: left;
}

td.AM_Header
{
	color: #ffffff;
	background-color:#c03333;
}
.AM_Title
{
	color: #ffffff;
	font-size: 1.5em; 
	font-weight: bold;
}

/* -------------------------- FEES PAGE ------------------------------*/

.fees {}

.fees h2 {
	color: #FFFFFF; 
	font-size: 1.1em; 
	font-weight:bold;
	background-color:#DDDDDD;
	padding: 3px 5px 2px 5px;
	/*border: #707070 1px solid;*/
	margin-bottom: 15px;
	/*background: url("images/fades/fees_header_fade.gif") repeat-x;*/
	background: url("../images/fades/nav1.gif") repeat-x;
}

table.fee_section_table {
	border: #707070 1px solid;
}

td.fees_section_header {
	color:#666666; 
	font-size: 1.1em; 
	font-weight:bold;
	line-height: 1em;
	background-color:#EEEEEE;
	padding: 4px 5px 4px 5px;
	border-bottom: #707070 1px solid;
	background: url("../images/fades/fees_header_fade.gif") repeat-x;
}

td.fees_section_body {
	padding: 4px 5px 4px 5px;
}

.fee_sub_note {
	color:#777777; 
	padding-top: 3px;
	font-size: 0.9em; 
}

/* INVOICE */

.invoiceBody {
	color: #000000;
	margin-top: 5px;
}

.invoice { 
	color: #000000;
	background-color:#FFFFFF;
	border: 1px solid #777777;
}

.invoice td { 
	color: #000000;
}

/* -------------- FEEDBACK --------------*/

A.feedback-item {color:#AAAAAA; text-decoration:none;}
A.feedback-item:visited  {color:#AAAAAA; }
A.feedback-item:hover  {color:#AAAAAA;}
A.feedback-item:active  {color:#AAAAAA; }

#feedback-item-line {
	color:#AAAAAA;
	padding-top:8px; 
	padding-bottom:6px;
}

#feedback-tabs {
	padding-left: 10px;
	border-bottom: 4px solid #cc3333;
	height: 21px;
}

#feedback-tabs #menu {
}

#feedback-tabs #menu li a {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	background-color: #ebebd6; /*#ebebd6;*/
	color: #777777;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}

#feedback-tabs #menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #aaaaaa;
}

#feedback-tabs #menu li.active a {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	background-color: #cc3333;
	color: #ffffff;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}

#feedback-tabs #menu li.active a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #cc3333;
}


/* MY MESSAGES */

a.MyMessagesTable {color:#444444; }
a.MyMessagesTable:hover  {color:#444444; text-decoration:underline;}

.MyMessagesButtonBar {
	background-color:#EEEEEE;
	border-bottom: 4px solid #FFFFFF;
}

.MyMessagesStatusBarFlag {
	color: #000000;
	background-color:#EBEBD6;
}

.MyMessagesStatusBarReply {
	color: #000000;
	background-color:#EBEBD6;
}

td.TableHeaderMessagesFolderList { 
	color:#ffffff;  /* 606060 dark grey */
	/*background-color:#D9FB73; lime green! */
	font-size: 1.1em; 
	font-weight:bold;
	padding: 0px 0px 0px 4px;
	border: 1px solid #cc3333; 
	background: url("../images/fades/nav1.gif") repeat-x;
}

td.TableFrameMessagesFolderList { 
	color:#000000; 
	background-color:#F6F6F6; 
	padding: 0px 4px 0px 4px;
	border: 1px solid #cc3333; 
}

td.TableFrameMessagesFolderListEmpty { 
	color:#000000; 
	padding: 0px 4px 0px 4px;
	border-top:0px solid #cc3333; 
	border-left:1px solid #cc3333; 
	border-bottom:1px solid #cc3333; 
	border-right:1px solid #cc3333; 	
}

/* SELL PAGE */

#sell-page-bread-crumbs { 
	background-color: #ffffff;
	border: 1px solid #cc3333;
	padding: 3px;
}

#sell-page-bread-crumbs #menu li { 
	color: #777777;
	font-weight: bold;
	line-height: 18px;
}

#sell-page-bread-crumbs #menu li.active { 
	color: #cc3333;
}

#sell-page-bread-crumbs span { 
	color: #777777;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 12px 0px 15px;
}

#sell-page-listing-type label {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
}

#sell-page-listing-type div {
	line-height: 1.3em;
	margin-bottom: 18px;
}

/* MY ACCOUNT */

#my-account-tabs {
	margin-top: 0px;
	padding-left: 10px;
	border-bottom: 4px solid #cc3333;
	height: 21px;
}

#my-account-tabs #menu {
}

#my-account-tabs #menu li a {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	background-color: #ebebd6; /*#ebebd6;*/
	color: #777777;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	
}

#my-account-tabs #menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #aaaaaa;
}

#my-account-tabs #menu li.active a {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	background-color: #cc3333;
	color: #ffffff;	

	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
}

#my-account-tabs #menu li.active a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #cc3333;
}

#my-account-tabs #menu li.plain a {
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	background-color: #ffffff;
	color: #cc3333;	
}

#my-account-tabs #menu li.plain a:hover {
	text-decoration:underline;
	background-color: #ffffff;
	color: #cc3333;	
}

a.my-account-link {
	color: #cc3333;
}

a.my-account-link:hover {
	color: #ff6633;
}



/* MISCELLANEOUS STYLES */


td.box-header {
	color: #ffffff; 
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	border-bottom: 2px solid #ffffe5; 
	background-color: #ff0000;
	line-height: 1.4em;	
	
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;	
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;		
}

td.box-frame {
	background-color:#CCCCCC;	/*#FFF7B4;	*/
	padding-left: 7px; 
	padding-right: 5px;
	padding-top: 8px; 
	padding-bottom: 8px;

	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius:  7px;
	
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius:  7px;
			
}

td.table-header-pending-items
{ 
	color: #ffffff;  /* 606060 dark grey */
	font-size: 1.2em;	
	font-weight: bold;
	padding-left: 4px;
	background: url("../images/fades/nav1.gif") repeat-x;
	height: 20px;
}


td.table-header { 
	font-size: 1.2em;	
	font-weight: bold;
	padding-left: 4px;
	border: 1px solid #ff0000; 
	height: 20px;
	background-color:#ff0000;
	color: #ffffff;
}

td.table-frame { 
	font-size: 1em;	
	padding: 0px 4px 0px 4px;
	border-left:1px solid #ff0000; 
	border-bottom:1px solid #ff0000; 
	border-right:1px solid #ff0000; 	
}

.dotted_line_top { border-top: #999999 1px dotted; height: 28px; }

.dotted_line_bottom { border-bottom: #999999 1px dotted; height: 28px; }

.BidHistoryItemTitle {
	font-size: 1.5em;
	line-height: 1em;
	color: #cc3333; 
}

.redText {
	color:#ff0000;
}

table.BoxOutline {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 5px 1px 5px;
}

.just_light_border {
	border: 1px solid #cccccc;
}

a.FakeButton {   
	background-color: #dddddd;
    border-right: #707070 1px solid;
    border-top: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    border-bottom: #707070 1px solid;
	color: #000000;
	font-size: 1em;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	width: 110px;
	margin-right: 2px;
}
a.FakeButton:hover {color: #000000;	font-weight: normal; }
a.FakeButton:visited {color: #000000; font-weight: normal; }
a.FakeButton:active { color: #000000; font-weight: bold; }

.searchLabel { 
	font-size: 1.3em;
	font-weight: bold;
}

.searchOption { 
	font-size: 0.9em;
}

.thumbnail { 
	border: 1px solid #000000; 
} 

.formRowHighlight {
	background-color:#eeeeee;
}

.accountBalanceNegative {
	color: #8e1609;
}

.timeRemaining {
	color:#a90533;
}

/* Used in Item Listing & My Account Sections & Item Page */

.BidNow		 			{ font-size: 1.2em; font-weight:bold; }

.BuyNow		 			{color:#8E1609; text-transform:uppercase; font-size: 1.1em; font-weight:bold; }
A.BuyNowLink 			{color:#8E1609; text-transform:uppercase; font-size: 1em; font-weight:bold; text-decoration:none; line-height:20px;}
A.BuyNowLink:visited	{color:#8E1609; text-transform:uppercase; }
A.BuyNowLink:hover		{color:#8E1609; text-transform:uppercase; text-decoration:underline; }
A.BuyNowLink:active		{color:#8E1609; text-transform:uppercase; }

