/************
 Master Auction Stylesheet
************/

* { padding: 0; margin: 0; }

/************
 Tags
************/

a { text-decoration:underline; }

a:link, a:visited {
	color:#900;
}
a:hover, a:focus {
	color:#FF3300;
}

blockquote {
	padding: 10px;
	background:#FFFFCC;
	margin: 5px 30px;
	border: #999 1px solid;
	border-top: 0px;
	border-bottom: 0px;
}

body {
	font: normal 90% Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) repeat-y scroll 50%;
	margin: 0;
	padding: 0;
}

h1 {
  font-size: 22px;
  margin-bottom: 6px;
}
h2 {
	padding: 12px 0 4px 0;
	font-size: 18px;
}

h3 {
	padding: 2px 0px;
	font-size: 14px;
}

input[type=text], input[type=password] {
  border: 1px solid #ccc;
  padding: 4px;
}

option {
	margin-right: 4px;
}

p {padding: 4px 0px;}

ul, ol {
  margin-left: 15px;
  padding-bottom: 10px;
}


/************
 Layout Divs
************/

#banner h1 {
	display:none;
} 

div#banner {
	height: 115px;
}

#container {
	width: 1000px;
	margin:0 auto;
	background: #eee;
}

#centercontent {
	margin: 0 0 0 235px;
}

#content-tight {
	padding: 10px 0 0 0;
	clear: both;
}

#content {
	padding: 10px;
	clear: both;
	background: #fff;
}

#footer {
	clear:both;
	color:#a0a0a0;
	background-color:#eee;
	text-align: center;
	width: 100%;
}

#footer a {
	color:#a0a0a0;
}

ul#footer-nav {
	padding:7px 0 0 0;
	margin:0;
}

ul#footer-nav li {
	display:inline;
	margin:0;
	padding:0 1px;
	font-weight:600;
}

ul#footer-nav li a:link, ul#footer-nav li a:visited, ul#footer-nav li a:hover, ul#footer-nav li a:focus {
	margin:4px 3px 0 0;
	padding:3px 11px 1px 11px;
}

ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color:#000;
	text-decoration:none;
}
ul#footer-nav li a:hover, ul#footer-nav li a:focus {
	color:#fff;
	background:#3C3C34;
}

ul#footer-nav li a:active {
	color:#14568a;
}

#header {
	width: 100%;
	float: left;
	clear: both;
}

#leftcontent {
	float:left;
	width:215px;
	background: #fff;
}

#rightcontent {
	float:right;
	width:215px;
	background: #fff;
}

#rightcontent h3, #leftcontent h3 {
	padding: 5px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

/************
 Content Divs
************/

form#search {
	padding: 60px 5px 0 0;
	float: right !important;
}

#search .searchbar {
  width: 250px;
}

/*-- Nav --*/
ul#nav {
	padding:7px 0;
	margin:0;
}

ul#nav li {
	display:inline;
	margin:0;
	padding:0 1px;
	font-weight:600;
	border-right: 1px solid #ddd;
}

ul#nav li span {
	margin:4px 3px 0 0;
	padding:3px 10px 1px 10px;
	color:#CFC846;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:focus {
	margin:4px 3px 0 0;
	padding:3px 10px 1px 10px;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #fff;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li a:focus {
	color:#CFC846;
}

ul#nav li a:active {
	color:#14568a;
}

#nav .live-auctions {
  margin-right: 12px;
  font-weight: normal;
}

ul#nav .last {
	border:none;
}

/*-- Second Nav Row --*/
ul#sub-nav {
	padding:7px 0;
	margin:0;
}

ul#sub-nav li {
	display:inline;
	margin:0;
	padding:0 1px;
	font-weight:600;
}

ul#sub-nav li span {
	margin:4px 3px 0 0;
	padding:3px 8px 1px 8px;
	color:#000;
	background:#fff;
}

ul#sub-nav li a:link, ul#sub-nav li a:visited, ul#sub-nav li a:hover, ul#sub-nav li a:focus {
	margin:4px 3px 0 0;
	padding:3px 8px 1px 8px;
}

ul#sub-nav li a:link, ul#sub-nav li a:visited {
	text-decoration:none;
}

ul#sub-nav li a:hover, ul#sub-nav li a:focus {
	color:#000;
	background:#fff;
}

ul#sub-nav li a:active {
	color:#14568a;
}

#standard td {
	padding: 4px;
}

#news {
	list-style-type:none;
}

ul#news {
	padding:0;
	margin:0;
}

ul#news li {
	margin:0;
	padding:15px;
	border-bottom:#999 1px solid;
}

#news .date {
	font-style:italic;
	font-weight:bold;
	display:block; 
}

#login {
	text-align:left;
	padding: 10px;
}

#login input[type=text], #login input[type=password] {
	margin:0 0 10px;
}

#login .smaller {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 0 5px;
}

#login .button {
	margin:10px 0 0;
}

#register {
  padding-bottom: 50px;
}

#register input[type=text], #register input[type=password] {
  padding: 4px 6px;
  color: #333;
  border: 1px solid #c2c2c2;
  width: 205px;
}

#register h1 {
  font-size: 1.4em;
}

#register h2 {
  color: #333;
  font-size: 1.2em;
}

#register td {
  padding: 6px;
}

#register label {
  width: 150px;
  display: block;
  text-align: right;
}

#register .box {
  width: 300px;
  font-size: 0.8em;
  color: #444;
  font-style: italic;
}

#register #terms {
  width: 600px;
  height: 200px;
  overflow: auto;
  border: 1px solid #a8a8a8;
  padding: 5px;
  background: #eee;
  margin-bottom: 10px;
}

#sidebar ul {
	list-style:none;
	margin:0px 5px 0;
	padding:0 0 10px 0;
}
#sidebar ul li {
	margin:0;
	padding:0 0 .3em;
}

#sidebar ul li a { text-decoration:none; }
#sidebar ul li a:hover { text-decoration:underline; }

#leftcontent #sidebar h3 {
	background: none;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

#sidebar, #ucp {font-size: 12px;}
#ucp {padding: 10px;}
#ucp h4 {padding: 5px 0;}


/************
 Message / Error / Warning / Notification Boxes
************/
/************
 Messages/Errors Box
************/
ul#notices,
ul#messages,
ul#warnings,
ul#errors {
	padding: 0px;
  margin: 0px;
}

ul#notices li,
ul#messages li,
ul#warnings li,
ul#errors li {
	color:#000;
	margin:0 0 13px;
	padding:13px 55px 13px 45px;
	font-size:1.2em;
	background-image:url('images/icons-notifications.png');
	background-repeat:no-repeat;
  list-style: none;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul#messages li {
	background-color: #f1f6d6;
	background-position: 10px 13px;
	border: 1px solid #b8d432;
}
ul#messages li a,
ul#messages li label,
ul#messages li strong {
	color:#478506;
	font-weight:bold;
}

ul#notices li {
	background-color:#CFE3FF;
	background-position: 10px -112px;
	border:1px solid #559DFF;
}
ul#notices li a,
ul#notices li label,
ul#notices li strong {
	color:#478506;
	font-weight:bold;
}

ul#warnings li {
	background-color:#fcf0d9;
	background-position: 10px -244px;
	border:1px solid #ed9700;
}
ul#warnings li a,
ul#warnings li label,
ul#warnings li strong {
	color:#ed9700;
	font-weight:bold;
}

ul#errors li {
	background-color:#fdd;
	background-position: 10px -368px;
	border:1px solid #e62121;
}
ul#errors li a,
ul#errors li label,
ul#errors li strong {
	color:#e62121;
	font-weight:bold;
}

ul#notices li label:hover,
ul#messages li label:hover,
ul#warnings li label:hover,
ul#errors li label:hover {
	text-decoration:underline;
}


/************
 Common Classes
************/
/* long common classes */
.article-summary {
  padding-bottom: 10px;
  margin-bottom: 10px; 
  border-bottom: 1px dashed #ccc;
  width: 650px;
}

.big-input {
	font-size: 16px;
	padding: 2px 6px;
}

.border-left-orange {
  border-left: 2px solid #ED7B0B;
}

.box {
	background: #eee;
	border: 1px solid #ccc;
  padding: 5px;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.box.black {
  background: #3b393b;
  color: #fff;
}

.box p {
  margin: 0.5em 0;
}

.button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background:url("images/overlay-button.png") repeat-x scroll 0 0 #222222;
  color:#FFFFFF !important;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  line-height:1;
  overflow:visible;
  padding:6px 17px 7px;
  position:relative;
  text-decoration:none !important;
  text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
  width:auto;
}

.button:hover {
  background-color: #666;
}

.button.smaller {
  padding:6px 6px 7px;
}

.button.standalone {
  margin: 20px 0px;
}

.button.green {
  background-color:#2e9500;
}

.button.green:hover {
  background-color:#3dc700;
}

.button.orange  {
  background-color:#ED7B0B;
}
.button.orange:hover,
.button.orange:focus {
  background-color:#ff942c;
}

.button.red  {
  background-color:#ff0000;
}

.button.red:hover {
  background-color:#ff3947;
}

.header-cell {
  border-bottom: 1px solid #A8C0E2;
}

.header-row {
	color:#fff;
	text-align:center;
	padding: 5px;
	margin: 0;
  font-weight: bold;
}

.header-row h3 {
	padding: 1px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.heading h2 {
	padding: 0 0 0 8px;
	font-weight: normal;
	text-align: left;
}

td.logo {
  width: 158px;
} 

.quote {
	background: url(images/quote-left.gif) no-repeat left top;
	margin: 10px;
	border-bottom: 1px dashed #999;
}

p.quote {
	padding: 0px 10px 10px 18px;
	font-size: 13px;
}

.select-account {
  margin: 0 auto;
}

.select-account div {
  padding:20px 30px;
}

.site-seal {
  padding: 8px;
  font-size: 11px;
  float: right;
  width: 200px;
  height: 99px;
  opacity: 0.9;
  filter:Alpha(opacity=90);
}

.sml-font-red {
	font-size: 10px;
	color: #CC0000;
}

.table-border td {
	padding: 4px;
}

table.table-border {
	border-top:#999 1px solid;
	border-left:#999 1px solid;
}
table.table-border tr td {
  border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}

/* one line common classes */
.bold { font-weight:bold; }
.clearer {clear: both;}
.clear-right {clear: right;}
.full {width: 100%;}
.gray { background-color:#eee; }
.green { background-color:#99FF99;}
.red { background-color:#FF0000;}
.orange { background-color:#FFC286;}
.right {float: right;}
.larger {font-size: 1.2em;}
.left {float: left;}
.noborder {border: 0px !important;}
.nopadding {padding: 0px !important;}
.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.top {vertical-align:top;}
.pointer {cursor: pointer;}
.hide {display:none;}
.smaller {font-size: 0.8em;}
.strikethrough {text-decoration:line-through;}
.underline {text-decoration:underline;}
.italic {font-style:italic;}
.sml-font {font-size: 10px;}
.sml-font-12 {font-size: 12px;}
.text-red, .text-red a {color: #CC0000; }
.text-orange, .text-orange a {color:#FF9900; }
.text-green, .text-green a {color: #00b100; }
.text-black {color: #000; }
.text-white {color: #fff; }
.text-gray {color:#666; font-weight: normal !important; }
.white { background-color:#fff; }


/********************
 BROWSE - all browse pages / FEATURED various featured spots
********************/
#breadcrumb {
	padding-bottom: 10px;
	font-size: 22px; 
}

#aboutCat {
	background: #eee;
	padding: 4px;
	margin: 4px;
	border: 1px solid #CCCCCC;
}

#subcats {
	font-size: 18px;
	width: 75%;
}

#browse, #featured {
	text-align:center;
	width: 100%;
}

#browse td {
	padding: 6px 4px 4px 4px;
	border-bottom: 1px solid #999;
}

#browse a:visited {
	color:#FF3300;
}

#browse .title, #featured .title {
	text-align:left;
}

#browse .img {
	width: 110px;
}

#browse img, #featured img, #items img, #gallery img, #related img {
	border: 1px solid #a8a8a8;
}

#browse a:hover img, #featured a:hover img, #items a:hover img, #gallery a:hover img, #related a:hover img {
border: 1px solid #555;
}

/* Item is replacing #browse in all new pages to display rows of items */
#items, #table {
	font-size: 12px;
}

#table td {
	padding: 4px;
}

#items td {
	padding: 6px 2px 4px;
	border-bottom: 1px solid #999;
}

#items td span {
	padding:0 0 5px; 
}

#featured td {
	padding: 4px 0 8px;
  border: none;
}

#galleryTable td {
	width: 125px;
	vertical-align:top;
}

#items .title { padding-left:6px !important; text-align:left; }

.price, .bids, .timeleft {
	text-align: center;
	padding: 0 15px !important;
}

#huy-magnifier {
	width:300px;
	height:200px;
	border:1px solid #000;
}


/********************
 Standard ul list
********************/
.list {
	text-align:left;
  margin: 0;
	padding: 8px 0 8px 5px;
}

.list ul {
	margin: 0;
	padding: 3px 0 8px 5px;
}

.list li {
	list-style-type: none;
}

.list .parent {
	font-weight: bold;
}

.list .child {
	font-weight: normal;
  background:url(images/blue-chevron.png) 0 .4em no-repeat;
  padding: 0 0 0 14px;
}


/********************
 Paginate
********************/
#paginate {
	text-align:center;
	padding: 10px;
}

#paginate a {
	background: #F8FBFC;
	padding: 3px;
	border: #E2EFF3 1px solid;
}

#paginate a:link, #paginate a:visited {
	text-decoration:none;
}

#paginate a:hover {
	border: #B7D7E1 1px solid;
}


/********************
 Item Pages
********************/
#item {
	background: #fff;
}

#item h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 24px;
}

#item h1 a {
	color: #000;
	text-decoration:none;
}

#item h3 {
	margin: 15px 0;
	padding: 8px 0 8px 8px;
	background-color: #eee;
	border-bottom: #ccc 1px solid;
}

#item h4 {
	margin: 0;
	padding: 10px 0;
	font-size:18px;
	color: #666666;
}

#about h2 {
	font-size: 22px;
}

#about h3 {
	font-size: 20px;
}

#seller-options {
	padding: 10px;
	border: 1px solid #10A8FF;
	background-color: #d1eaf9;
	list-style-type:none;
	text-align:center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 6px;
}

ul#seller-options {
	padding:10px;
	margin: 0 0 10px;
}

ul#seller-options li {
	display:inline;
	padding: 0 20px;
}

#about {
	width: 100%;
	background-color: #fff;
  font-size: 0.8em;
}

table#about {
	border-top:#999 1px solid;
	border-left:#999 1px solid;
	border-collapse: collapse;
}

table#about td {
	padding: 4px;
	margin: 0px;
}

table#about tr td {
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}

#gallery img {
	margin: 4px;
}

#gallery, #video, #bidHistory, #aboutSeller, #shipping, #paymentOptions, #addComment, #related {
	padding-left: 3%;
}

#item-description, #terms, #commentsBody {
	margin: 0px auto;
	width: 94%;
}

#item-description * {
  text-align: left !important;
}

#options {
	font-size: 18px;
	text-align:center;
	padding: 10px 0;
}

#options span {
	padding: 0 30px;
}

/* button graphics at top */
#options .watch-list {
	background: url(images/add-to-watch-list.gif) no-repeat;
}

#options .description {
	background: url(images/info.gif) no-repeat;
}

#options .history {
	background: url(images/history.gif) no-repeat;
}

#options .gallery {
	background: url(images/gallery.gif) no-repeat;
}

#options .comments {
	background: url(images/speech-bubble.gif) no-repeat;
}

/* questions and comments in comments section */
.comment {
	width: 550px;
	border-bottom: 1px solid #999;
	padding: 5px 0 15px 0;
}

#bidHistory {
	clear: both;
}

#bidHistory td {
	padding: 6px 4px 4px 4px;
	border-bottom: 1px solid #999;
}

#related img {
	margin: 4px;
}

#bid td {
	padding: 4px;
}

/********************
 Shared Areas
********************/
#plainTable {
	width: 100%;
	text-align: center;
}

#plainTable td {
	padding: 4px;
	border-bottom: 1px solid #999;
}

#plainTable img {
	border: 1px solid #333333;
}

.message-history {
	border-bottom: 1px solid #999;
	padding: 5px 0 15px 0;
	color: #666;
}

#profile {
	background: #fff;
	padding: 10px;
}

#profile h3 {
	padding: 8px 0 8px 8px;
	background-color: #eee;
	border-bottom: #ccc 1px solid;
}

/* Item Watch Styles */

.closevsoon {
	background: #FF6666;
}

.closesoon {
	background: #FFCCCC;
}

.highbidder {
	background: #99FF99;
}

.nothighbidder {
	background: #FF9900;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	/*position: absolute;
	top: 0;
	width: 50%;*/
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/prevlabel.gif) no-repeat 0% 100%;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 100%;
}

#lbNextLink {
	float: right;
	background: transparent url(images/nextlabel.gif) no-repeat 100% 100%;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 100%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* end slimbox */

/* start autocompleter */
div.autocompleter-loading
{
	float: left;
	clear: right;
	background:	#fff url(images/loading-small.gif) no-repeat center;
	width: 16px;
	height: 16px;
}

ul.autocompleter-choices
{
	position: absolute;
	margin:	0;
	padding: 0;
	list-style:	none;
	border:	1px solid #eee;
	background-color: white;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	text-align:	left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li
{
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor:	pointer;
	font-weight: normal;
	font-size: 1em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color: #9FCFFF;
}

/* end autocompleter */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* start squeezebox */ 

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(images/closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(images/closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
