/* @import url(normalization.css);  sjs - set all parameters to default */
 
#content h1 {
  	padding-bottom: 8px; 
}

/* SideBar Start --- note WordPress Sandbox meta theme has a div.sidebar*/
#sidebar {
	padding-right: 5px;
	width: 250px;
	float: left;
	}
#sidebar h2 {
	text-decoration: none; 
	border-width: 0px 0px 1px 0px;
	} 
#sidebar ul { 
	} 
#sidebar ul li { 
	display: block; 
	} 
#sidebar ul li a { 
	text-decoration: none; 
	border-width: 0px 0px 1px 0px;
	} 
#sidebar ul li a:hover, strong a:hover { 
	padding: 0px; /* 3px sjs */
	padding-right: 10px; 
	margin-left: -5px; /* sjs padding-left: 10px sjs */
	text-decoration: none; 
	color:#660000; /* sjs */
	} 
a#selected /* sjs */
{   
	margin-left: -1px;
	display: block;
	color: #990000;
	font-weight: bold;
} 

#sidebarright {
	float: right;
   	text-align: left;
	border-width: 1px;
	}
#sidebarright h2 {
	padding: 5px; /* sjs padding: 5px; */
	display: block;   
	text-decoration: none; 
	} 
#sidebarright ul { 
	padding: 0px; 
	margin: 0px; 
	padding-bottom: 0px;  
	} 
#sidebarright ul li { 
	display: block; 
	} 
#sidebarright ul li a { 
	padding: 0px; /* sjs 3px  */
	display: block; 
	padding-right: 10px; 
	padding-left: 8px; /* sjs padding-left: 10px; */
	text-decoration: none; 
	} 
#sidebarright ul li a:hover { 
	padding: 0px; /* 3ps sjs */
	display: block; 
	padding-right: 10px; 
	padding-left: -5px; /* sjs 10px sjs */
	text-decoration: none; 
	} 
/* Sidebar End */

.old.item-layout4 
{
	text-align: center;
	float: left;
	/* sjs color background-color: #efefef; */
	/* sjs height: 240px; */
	height: 240px;
	/* sjs width: 28%; */
	width: 31.5%;
	/* sjs - tweaked margins and padding endlessly */
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: block;
	/* sjs - changed padding */
	padding: -1px;
	border-style: solid; 
	border-color: #cccccc; 
	border-width: 1px; 
}

/*.productImage  sjs - see new version below
{
    display: 		block;
    margin-left: 	auto;
    margin-right: 	auto;
	width:			96px;
	min-height:		95px;
	background: 	#eeeeee;
	border: 		1px solid #cccccc;
}*/

.item-layout4 /* sjs - big tweak; will only be tall enough if bids are off */
{
	text-align: 	center;
	float: 			left;
	height: 		205px;
	width: 			31.5%;
	margin-left: 	0px;
	margin-right: 	6px;
	margin-top: 	5px;
	margin-bottom: 	0px;
	display: 		block;
	padding: 		-1px;
	border-style: 	solid; 
	border-color: 	#cccccc; 
	border-width: 	1px; 
}

.item-layout5 {
	text-align: left;
	float: left;
	background-color: #efefef;
	height: 110px;
	width: 45%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: solid; 
	border-color: #cccccc; 
	border-width: 1px; 
}
#products { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: solid; 
	border-color: #dddddd; 
	}
#products td 
{
	padding: 5px;
}

.itemname p 
{
	height:		34px;		/* sjs */
	text-align:	center;
}

.itemname A 
{
	font-size: 9pt;
	font-family: Verdana, Arial;
	color: #000000 /* sjs color: #0000ff; */
	/* sjs text-decoration: underline;  */
	text-decoration: none;
	/*text-transform: capitalize; /* sjs */
}
.itemname a:hover 
{
	/* sjs font-size: 9pt; 
	font-family: Verdana, Arial; */
	color: #0000ff;
	text-decoration: none;
	/*text-transform: capitalize; /* sjs */
}
.itemname a:visited 
{
	/* sjs font-size: 9pt;
	font-family: Verdana, Arial; */
	color: #005c95; /*color: #005c95;*/
	/* text-decoration: none; sjs */
	/*text-transform: capitalize; /* sjs */
}
.bids {  
	font-size: 8pt; /* sjs font-size: 10pt; */
	font-family: Verdana, Arial;
	font-weight: ;
	color: #333333;	/* sjs color: #000000; */
	} 
.price {  
	font-size: 10pt;
	font-family: Verdana, Arial;
	/* font-weight: bold; */
	color: #333333;
	} 
.buyprice {  
	font-size: 10pt;
	font-family: Verdana, Arial;
	/* font-weight: bold; */
	color: #000000;
	} 
.time {  
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #000000;
	} 
.producttext /* used for labels */
{  
	font-size: 8pt; /* sjs font-size: 9pt; */
	/* sjs font-weight: bold; */
	font-family: Verdana, Arial;
	color: #a0a0a0;
} 

/*
a img {
	border: 5px;
	border-color: #005c95;
	}
*/
a img
{
	border: 1px;
	border-color: #ffffff;
	text-align:	center;	/* sjs */
	font-size:	8pt;	/* sjs */
}
.productImage /* sjs */
{
	/*position: 	relative; 
	width:		98px;
	min-height:	98px;	 
	text-align:	center;	
	margin-left: 20px;	*/

    display: block;
    margin-left: auto;
    margin-right: auto;
	width:		96px;
	min-height:	95px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	/* sjs overflow:	hidden; */
}

#navigation ul {
	text-align: left; 
	font-size: 12px; 
	padding-left: 0px;   /* sjs */
	list-style-type: none; 
	list-style-image: none;
	/*background-color: #dddddd; sjs */
	}
#navigation li { 
	display: inline; 
	padding-left: 3px; 
	padding-right: 3px; 
	}
#navigation a { 
	color: #009999 /* sjs color: #0000cc; */
	/* text-decoration:underline; sjs */
	}
#viewmore {
	text-align: right;
	background-color: #ffffff
	}
#viewmore a {
	font-size: 10pt;
	font-family: Arial;
	color: #0000ff;
	}
/* Product Information End */
/* Sort By Box Start */
#sortbox {
	width: 100%; 
	background-color: ;
	border: 0px;
	border-style: solid; 
	border-color: #dddddd; 
	}
#ebaylogo {
	width: 70px;
	float: left;
	padding: 0px;
	}
/* Sort By Box Start */
#sortbox {
	width: 100%; 
	background-color: ;
	border: 0px;
	border-style: solid; 
	border-color: #dddddd;
	text-align: left;
	}
#ebaylogo {
	width: 70px;
	float: left;
	padding: 0px;
	}
#sortby {
	text-align: right;
	margin-top: 20px;
	}
#sortby select {
	width: 200px;
	}
/* Sort By Box End */

/* Search Box Start */
#search {
	padding: 12px;
	margin-top: 0px;
	/* sjs color background-color: #efefef; */
	background-color: #FFF7EF;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 12px;
	border-style: solid; 
	border-color: #dddddd; 
	border-width: 1px; 
	text-align: left;
	}
#search a {
	color: #005c95;
	font-family: Verdana, Arial;
	font-size: 12px;
	}
#search a:hover {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 12px;
	}
.searchform {
	padding:0;
	margin:0;
	width:490px;
	}
#searchsubmit {
	padding: 2px;
	}
#search select {
	width: 200px;
	}
/* Search Box End */


/* Sitemap Start */
#sitemap {
	/* sjs width: 450px; */
	width: 420px;
	padding-left: 5px;
	list-style-type: none;
}
#sitemap .title{
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	/* sjs font-weight: bold; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sitemap a{
	/* sjs width: 450px; */
	width: 420px;
	padding-left: 5px;
	list-style-type: none;
}
#sitemap ul li.li1 a{
	font-size: 14px;
	color: #FF0000;
	/* sjs text-decoration: underline; */
	text-decoration: none;
	padding-top: 15px;
	padding-left: 10px;
	/* font-weight: bold; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
}
#sitemap ul li.li2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	/* font-weight: bold; */
	border-left-style: none;
	color: #333333;
	/* sjs text-decoration: underline;  */
	text-decoration: none;
}
#sitemap ul li.li3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	/* font-weight: bold; */
	color: #333333;
	/* sjs text-decoration: underline;  */
	text-decoration: none;
}
#sitemap ul li.li4 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	/* font-weight: bold; */
	color: #333333;
	/* sjs text-decoration: underline;  */
	text-decoration: none;
}
#sitemap ul li.li5 a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	/* sjs text-decoration: underline;  */
	text-decoration: none;
}
#sitemap ul li.li6 a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	/* sjs text-decoration: underline;  */
	text-decoration: none;
}
#sitemap .info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
#sitemap .info2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
}
#sitemap .info3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 33px;
}
#sitemap .info4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
}
