/* ebay display */

/***  set some colors  *****/
/****
ebay red f40107
my darker red 990000
pop blue f40107
dark green 3e673d
ebay green 99cc01
****/


div#ebayproducts {
text-align:left !important;	
}
div#ebayproducts a:link, div#ebayproducts a:visited {
color: #f40107;	
border-bottom:1px dotted #f40107;
text-decoration:none;
}
div#ebayproducts a:hover, div#ebayproducts a:active {
color: #ad8431;	
border-bottom:1px solid #ad8431;
text-decoration:none;
}
/** color and hover color of border of thumbnail image **/
div#ebayproducts #ebaytable td.thumb a:link img, div#ebayproducts #ebaytable td.thumb a:visited img {
border:1px solid #f40107;	
}
div#ebayproducts #ebaytable td.thumb a:hover img, div#ebayproducts #ebaytable td.thumb a:active img {
border:1px solid #990000;	
}

/* font color of page numbers and linked page numbers in pagination */
div#ebayproducts table.preebaytable td  {
color: #000000;
}
div#ebayproducts table.preebaytable td a {
color: #f40107; /* pop blue */
color: #990000; /* red */
text-decoration:none;
border-bottom-width:0;
}
div#ebayproducts table.preebaytable td a:hover {
color: #3e673d; /* dark green */
}

/* font color and background color of header row */
#ebaytable th, #ebaytable th strong {
padding: 1px 6px;
background-color: #f40107;
color: #ffffff !important;
}

/** the color of the horizontal border between products **/
#ebaytable td {
border-bottom:1px solid #f40107;	
}
#ebaytable td.bdrbtm {
border-bottom:1px solid #f40107;	
}

/** color and font of headings in product listing **/
div#ebayproducts #ebaytable h1 a, 
div#ebayproducts #ebaytable h2 a, 
div#ebayproducts #ebaytable h3 a, 
div#ebayproducts #ebaytable h4 a, 
div#ebayproducts #ebaytable h5 a, 
div#ebayproducts #ebaytable h6 a {
font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
color: #990000 !important;
border-bottom: 1px dotted #990000;
text-decoration:none !important;
}
div#ebayproducts #ebaytable h1 a:hover, 
div#ebayproducts #ebaytable h2 a:hover, 
div#ebayproducts #ebaytable h3 a:hover, 
div#ebayproducts #ebaytable h4 a:hover, 
div#ebayproducts #ebaytable h5 a:hover, 
div#ebayproducts #ebaytable h6 a:hover {
color: #f40107 !important;
border-bottom: 1px solid #f40107;
text-decoration:none !important;
}

/**** colors in product details ***/
div#ebayproducts table#prodtable a:link, div#ebayproducts table#prodtable a:visited {
color: #f40107;
}
div#ebayproducts table#prodtable a:hover, div#ebayproducts table#prodtable a:active {
color: #990000;
}

/*** borders of linked large images on product details page ****/
div#ebayproducts #prodtable td.lgimg a:link img, div#ebayproducts #prodtable td.lgimg a:visited img {
border:1px solid #990000 !important;
max-width:400px;
}
div#ebayproducts #prodtable td.lgimg a:hover img, div#ebayproducts #prodtable td.lgimg a:active img {
border:1px solid #f40107 !important; 
}

/*** form colors **/
#advancedsearch fieldset {
border:1px solid #3e673d;
}

#advancedsearch legend {
color: #3e673d;	
}
/**** end form colors **/

/**** buy it now button on search results page *****/
div#ebayproducts #ebaytable div.binbtn a:link, 
div#ebayproducts #ebaytable div.binbtn a:visited  {
color: #ffffff;
background-color: #f40107;	
border:1px solid #f40107;
}
div#ebayproducts #ebaytable div.binbtn a:hover, 
div#ebayproducts #ebaytable div.binbtn a:active  {
color: #ffffff;
background-color: #ad8431;	
border:1px solid #ad8431;
}
/**** buy it now button on product details page *****/
div#ebayproducts #prodtable td.lgimg div.binbtn a:link, 
div#ebayproducts #prodtable td.lgimg div.binbtn a:visited {
color: #ffffff;
background-color: #990000;	
border:1px solid #990000;
}
div#ebayproducts #prodtable td.lgimg div.binbtn a:hover, 
div#ebayproducts #prodtable td.lgimg div.binbtn a:active {
color: #ffffff;
background-color: #ad8431;	
border:1px solid #ad8431;
}

div#ebayproducts #ebaytable div.binbin a:link, 
div#ebayproducts #ebaytable div.binbin a:visited  {
color: #ffffff;
background-color: #990000;	
border:1px solid #990000;
}
div#ebayproducts #ebaytable div.binbin a:hover, 
div#ebayproducts #ebaytable div.binbin a:active  {
color: #ffffff;
background-color: #ad8431 !important;	
border:1px solid #ad8431 !important;
}



div#ebayproducts div#searchagain a:link, div#ebayproducts div#searchagain a:visited {
color: #990000;		
}
div#ebayproducts div#searchagain a:hover, div#ebayproducts div#searchagain a:active {
color: #f40107;		
}

/* links in the product details specs section */
div#ebayproducts #prodtable td.specs a:link, div#ebayproducts #prodtable td.specs a:visited {
color: #990000;
border-bottom:1px dotted #990000;
text-decoration:none;
}
div#ebayproducts #prodtable td.specs a:hover, div#ebayproducts #prodtable td.specs a:active {
color: #f40107;
border-bottom:1px solid #f40107;
text-decoration:none;
}


/***** END COLORS ******/

/***** BEGIN OTHER STYLES BELOW *******/
/***** DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING ******/


/**** the pagination table ****/
div#ebayproducts table.preebaytable {
display:block;
clear:both;
width:100%;	
margin: 6px 8px 6px 8px;
}
div#ebayproducts table.preebaytable td {
white-space:nowrap;
}

div#ebayproducts table.preebaytable td.pageno {
text-align:right;
}
div#ebayproducts table.preebaytable td.pageno a {
padding: 0 3px;	
}



.nobtmmgn {
margin-top:0;
padding-top:0;
margin-bottom:0;
padding-bottom:1px;	
clear:both;
}
/**** the search results table *****/
#ebaytable {
width:100%;	
}
#ebaytable th, #ebaytable th strong {
vertical-align:bottom;
text-align:center;
}
#ebaytable th a {
color: #ffffff;
text-decoration:underline;
}
#ebaytable th a:hover {
color: #000000;
text-decoration:underline;
}
#ebaytable td {
padding: 4px 6px 12px 6px;
vertical-align:top;
}
div#ebayproducts td.hed h3 {
padding-bottom:8px;	
}
#ebaytable tr.nobdrbtm td, #ebaytable td.nobdrbtm {
border-bottom-width:0;	
padding-bottom:0;
padding-left:12px;
}
#ebaytable td.nobdrbtm h3 {
font-size: 14px;
margin:0;
padding:2px;	
text-align:left;
font-size:16px;
}
#ebaytable td.nobdrbtm h3 a {
color: #f40107;
}
#ebaytable td.nobdrbtm h3 a:hover {
color: #3e673d;
}

#ebaytable td.thumb a img {
padding: 1px;
}
#ebaytable td.thumb a:hover img {
}

#ebaytable td.sellerinfo {
text-align:right;
vertical-align:bottom;	
padding-bottom:8px;
padding-left:8px;
white-space:nowrap;
}

div#ebayproducts #ebaytable td.iteminfo {
padding-left:12px;
border-bottom:none;
}
#ebaytable td.iteminfo img, #ebaytable td.sellerinfo img {
display:inline;
vertical-align:text-bottom;	
border-width:0;
}
div#ebayproducts #ebaytable td.iteminfo a {
font-weight:bold;
}


#ebaytable td.bold {
font-weight:bold;	
}
#ebaytable td.tdctr {
text-align:center;	
}
#ebaytable td img {
display:block;
margin: 2px auto;
}


#ebaytable td h3 {
margin:0;
padding:0;	
}

/**** the table that displays the product details *****/

#ebayproducts #prodtable {
width:100%;
float:none;
margin: 1px auto;
}
#ebayproducts #prodtable h1 {
font-size:18px;
text-align:left;
}


#ebayproducts #prodtable img {
display:inline;
border:0;
}
#ebayproducts #prodtable td.lgimg {
padding-right:30px;
}
#ebayproducts #prodtable td.lgimg a:link, #ebayproducts #prodtable td.lgimg a:visited {
text-decoration:none;
border-bottom:none;
padding:2px;
max-width:400px;
}
#ebayproducts #prodtable td.lgimg a:hover img, #ebayproducts #prodtable td.lgimg a:active {
}

#ebayproducts td.specs a:link, #ebayproducts td.specs a:visited, #ebayproducts td.specs a:hover, #ebayproducts td.specs a:active {
font-weight:bold;
}

#ebayproducts td.specs img.fs {
float:right;
margin: 0 0 12px 18px;
}



#advancedsearch, #advancedsearch table {
width:auto;
margin: 2px auto;
}
#advancedsearch table td {
padding: 1px 3px;	
width:50%;
white-space:nowrap;	
vertical-align:middle;
}
#advancedsearch table td.full {
width:100%;	
}
#advancedsearch table td table {
}

#advancedsearch table td table td {
width:auto;
padding:1px 6px;
}
#advancedsearch table td table td.ls {
padding:1px 0 1px 1px;
}
#advancedsearch table td.ls {
text-align:right;	
}
#advancedsearch table td input[type=text] {
width:300px;	
}
#advancedsearch tr.shortbox td input[type=text] {
width:50px;	
}

#advancedsearch fieldset {
margin-top:8px;	
}

#advancedsearch legend {
font-weight:bold;
}

#ebaytable div.binbtn, 
#ebayproducts #prodtable td.lgimg div.binbtn {
display:block;
float:none;
margin: 10px auto;
width:9em;
text-align:center;
height:1.5em;
font-weight:bold;
}
#ebaytable div.binbtn a:link, 
#ebaytable div.binbtn a:visited, 
#ebayproducts #prodtable td.lgimg div.binbtn a:link, 
#ebayproducts #prodtable td.lgimg div.binbtn a:visited {
width:auto;
display:block;
text-decoration:none;
height:1.5em;
padding:2px 2px;
white-space:nowrap;
}
#ebaytable div.binbtn a:hover, 
#ebaytable div.binbtn a:active, 
#ebayproducts #prodtable td.lgimg div.binbtn a:hover, 
#ebayproducts #prodtable td.lgimg div.binbtn a:active {
text-decoration:none;
}


img.eblright {
float:right;
margin: 8px 0 -20px 12px;
}
img.eblrightnotop {
float:right;
margin: 8px 0 1px 12px;
}




div#searchstr {
width:auto; 
float:right; 
margin: 0 0 4px 18px; 
text-align:right;	
}
div#searchstr img {
clear:right;	
}
div#ebayproducts div#searchstr a:link, div#ebayproducts div#searchstr a:visited {
display:block; 
clear:right;
font-weight:bold;	
border-bottom-width:0;
text-decoration:none;
}
div#ebayproducts div#searchstr a:hover, div#ebayproducts div#searchstr a:active {
border-bottom-width:0;
text-decoration:none;
}
div#searchagain {
width:auto; 
float:right; 
margin: 0 0 4px 18px; 
text-align:right;	
}
div#searchagain img {
clear:right;	
}
div#ebayproducts div#searchagain a:link, div#ebayproducts div#searchagain a:visited {
display:block; 
clear:right;
font-weight:bold;	
border-bottom-width:0;
text-decoration:none;
}
div#ebayproducts div#searchagain a:hover, div#ebayproducts div#searchagain a:active {
border-bottom-width:0;
text-decoration:none;
}


#ebayproducts h1, #ebayproducts h2, #ebayproducts h3, #ebayproducts h4, #ebayproducts h5, #ebayproducts h6 {
line-height:1.1 !important;
font-weight:bold;
}

#ebayproducts p, #ebayproducts li {
line-height:1.4 !important;
}
#ebayproducts h1 {
font-size:16px !important;
}
#ebayproducts h3 {
font-size:14px !important;
}


ul li ul {
margin-top: 8px;	
}

div#ebaydesc {
width:90%; 
margin: 1px auto;
}
#ebayproducts div#ebaydesc h1, #ebayproducts div#ebaydesc h2, #ebayproducts div#ebaydesc h3, #ebayproducts div#ebaydesc h4, #ebayproducts div#ebaydesc h5, #ebayproducts div#ebaydesc h6 {
line-height:1.3 !important;
}

table.shopping {
margin: 4px auto;	
width:auto;
}
table.shopping td {
width:25%;	
padding:12px 12px;
}
table.shopping td a img {
margin: 2px auto;
padding:2px;
border:1px solid #3e673d;	
display:block;
}
table.shopping td a:hover img {
margin: 2px auto;
padding:2px;
border:1px solid #f40107;	
}
table.shopping td a {
text-align:center;	
display:block;
}


table#shopping2 {
margin: 4px auto;	
width:auto;
}
table#shopping2 td, table#shopping2 td a, table#shopping2 td ul, table#shopping2 td ul li {
text-align:left !important;	
}
table#shopping2 td {
/*width:33%;*/
padding:6px 6px;
}
table#shopping2 td.icon {
max-width:50px !important;	
}
table#shopping2 td a img {
margin: 2px auto;
padding:2px;
border:1px solid #3e673d;	
display:block;
}
table#shopping2 td a:hover img {
margin: 2px auto;
padding:2px;
border:1px solid #f40107;	
}
table#shopping2 td a {
text-align:center;	
display:block;
}


table#shopping2 td ul {
margin-top:1px;
padding-top:1px;
}

