/* ebay display */

/***  set some colors  *****/
/****
ebay red e40106
my darker red e40106
pop blue 2b64ab
dark green e40106
ebay green 99cc01
****/

div#ebayproducts a:link, div#ebayproducts a:visited {
color: #e40106;	
border-bottom:1px dotted #e40106;
text-decoration:none;
}
div#ebayproducts a:hover, div#ebayproducts a:active {
color: #99cc01;	
border-bottom:1px solid #99cc01;
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 #2b64ab;	
}
div#ebayproducts #ebaytable td.thumb a:hover img, div#ebayproducts #ebaytable td.thumb a:active img {
border:1px solid #e40106;	
}

/* 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: #2b64ab; /* pop blue */
color: #e40106; /* red */
text-decoration:none;
border-bottom-width:0;
}
div#ebayproducts table.preebaytable td a:hover {
color: #e40106; /* dark green */
}

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

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

/** 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: #e40106 !important;
border-bottom: 1px dotted #e40106;
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: #2b64ab !important;
border-bottom: 1px solid #2b64ab;
text-decoration:none !important;
}

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

/*** 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 #e40106 !important;
}
div#ebayproducts #prodtable td.lgimg a:hover img, div#ebayproducts #prodtable td.lgimg a:active img {
border:1px solid #2b64ab !important; 
}

/*** form colors **/
#advancedsearch fieldset, fieldset {
border:1px solid #e40106;
margin-top:8px;	
}

#advancedsearch legend, legend {
color: #e40106;	
font-weight:bold;
}

/**** 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: #2b64ab;	
border:1px solid #2b64ab;
}
div#ebayproducts #ebaytable div.binbtn a:hover, 
div#ebayproducts #ebaytable div.binbtn a:active  {
color: #ffffff;
background-color: #e40106;	
border:1px solid #e40106;
}
/**** 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: #e40106;	
border:1px solid #e40106;
}
div#ebayproducts #prodtable td.lgimg div.binbtn a:hover, 
div#ebayproducts #prodtable td.lgimg div.binbtn a:active {
color: #ffffff;
background-color: #2b64ab;	
border:1px solid #2b64ab;
}

/**** buy it now button on search results page *****/
div#ebayproducts #ebaytable div.binbin a:link, 
div#ebayproducts #ebaytable div.binbin a:visited  {
color: #ffffff;
background-color: #33912e;	
border:1px solid #000000;
}
/**** buy it now button on search results page *****/
div#ebayproducts #ebaytable div.binbin a:hover, 
div#ebayproducts #ebaytable div.binbin a:active  {
color: #ffffff;
background-color: #2b64ab;	
border:1px solid #000000;
}


div#ebayproducts div#searchagain a:link, div#ebayproducts div#searchagain a:visited {
color: #e40106;		
}
div#ebayproducts div#searchagain a:hover, div#ebayproducts div#searchagain a:active {
color: #2b64ab;		
}

/* links in the product details specs section */
div#ebayproducts #prodtable td.specs a:link, div#ebayproducts #prodtable td.specs a:visited {
color: #e40106;
border-bottom:1px dotted #e40106;
text-decoration:none;
}
div#ebayproducts #prodtable td.specs a:hover, div#ebayproducts #prodtable td.specs a:active {
color: #2b64ab;
border-bottom:1px solid #2b64ab;
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 #ebaytable td.hed {
padding-top:2px;
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;	
}

#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:90%;
float:none;
margin: 1px auto;
}
#ebayproducts #prodtable img {
display:inline;
border:0;
}
#ebayproducts #prodtable td.lgimg {
padding-right:30px;
}
#ebayproducts #prodtable td.lgimg img {
max-width:500px;
}

#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 table {
width:auto;
margin: 2px auto;
}
#advancedsearch table 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;	
}


#ebaytable td {
padding-top:4px !important;
padding-bottom:4px !important;	
}

#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: -20px 0 20px 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: 6px 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;
}



.redbold {
font-weight: bold;
color: #e40106;	
}
.greybold {
display:block;
}
.greybold, .greybold a {
font-weight:bold;
color: #353535;	
font-size:11px;
}


#proddetails {
/*width:90%; */
margin: 1px auto;
max-width:1500px;	
}
.prodtable #proddetails {
line-height:1.3;

}
#proddetails table {
max-width:1000px;
}
#proddetails img {
max-width:500px;
}


div.buystringbtm ul, div.buystringbtm ul li {
list-style-type:none !important;
list-style-image:none !important;
text-align:center;
/*margin: 4px auto;	*/
}
div.buystringbtm a {
display:block;
width:12em;
margin: 2px auto;
text-align:center;
padding:4px;	
}
div.buystringbtm ul li a:link, div.buystringbtm ul li a:visited {
color: #ffffff !important;
font-weight:bold;
background-color: #143dbe;	
background-color: #ea0006; /* red */
border:1px solid #ea0006;
border:1px solid #000000;
text-decoration:none;
}
div.buystringbtm ul a:hover, div.buystringbtm ul li a:active {
color: #ffffff;
font-weight:bold;
background-color: #143dbe !important;	/* dark blue */
border:1px solid #143dbe !important;
border:1px solid #000000 !important;
}
