@charset "utf-8";
/* CSS Document */
.Logo {
	width: 391px;
	height: 69px;
	background:url(http://woodshopsupplies.com/ebay/temp/logo.gif);
	float: left;
}

.Ship {
	height: 69px;
	width: 390px;
	float: left;
    background: url(http://woodshopsupplies.com/ebay/temp/free-shipping.gif) center no-repeat;
}

.Add {
	display: block;
	width:203px;
	height: 69px;
	float:left;
	background:url(http://woodshopsupplies.com/ebay/temp/add-fav.gif) left top;
}

.NewsLetter {
	display: block;
	width:203px;
	height: 69px;
	float:left;
	background:url(http://woodshopsupplies.com/ebay/temp/news-letter.gif) left top;
}

.Add:hover, .NewsLetter:hover {
	background-position: left bottom;
}

.menuBar {
		background:url(http://woodshopsupplies.com/ebay/temp/menubar.gif);
		height: 40px;
	position: relative;
	margin-top: 60px;
	}

#Menu {
	height: 30px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 5px;
}

#Menu li {
	float: left;
	margin-left: 5px;
	font-size:16px;
	line-height:30px;
	height: 30px;
	text-align:center;
	width: 180px;
}

#Menu li a, #sideMenu li a {
	text-decoration: none;
	display: block;
	font-weight:bold;
	width: 180px;
	height: 30px;	line-height: 30px;
}

#Menu li a {	
    background:url(http://woodshopsupplies.com/ebay/temp/b-black.png); 
    color: #fff; 
    text-shadow: 1px 1px 0px #000;
}

#Menu li .Search .form {
	padding: 0;
	margin: 0;
}

#Menu li a:hover {
    background: none;
    color: #000;
    width: 170px;
font-size: 15px;
      text-shadow: 1px 1px 0px #fff;
}

#Menu .Search {
	width: 253px;
	font-weight:bold;
	background: url(http://woodshopsupplies.com/ebay/temp/search-bg.png);
}

#Menu .Search p {
	margin:0;
	display: block;
	float: left;
	text-align:right;
	margin-left: 8px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	margin-right: 8px;
	
}

#Menu .Search .txt {
	height: 22px;
	width: 175px;
	background:url(http://woodshopsupplies.com/ebay/temp/search-txtbg.gif) no-repeat;
	float:left;
	margin-top: 4px;
}

#Menu, #sideMenu {
	margin: 0;
	padding :0;
	list-style:none;
	
}

.searchbar {
width: 243px;
	font-weight:bold;
	background: url(http://woodshopsupplies.com/ebay/temp/search-bg.png);
    background-repeat: no-repeat;
    margin-left: 3px;
    border-radius: 5px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    padding: 4px 0px 0px 7px;
    margin-top: -30px;
    margin-left: 185px;
}

.search:hover {
    background-image: url(http://woodshopsupplies.com/ebay/temp/search-bg.png);
	text-shadow: none;
}

.form {
    margin-top: -7px;
    padding-right: 5px;
}

.txt {
    float: right;
    margin-top: -17px;
    background: #fff;
    border-radius: 5px;
}

.field {
	border: 0;
	background: none;
	height:20px;
	width:145px;
	line-height:20px;
	color: #858585;
	font-size:10px;
	float: left;
	margin: 0;
	padding: 0;
}

.mag {
	margin: 0;
	padding: 0;
	float: left;
	height: 18px;
	width: 18px;
	
}

h1 {
	display: block;
	margin: 0; padding: 0;text-align: center;
	font-size: 30px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	color: #3c3c3c;
	width: 750px;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
}

#SideBar {
	width: 180px;
	float: left;
	color: #FFF;
	font-size:14px;
	margin-top: 10px;
	text-transform:uppercase;
	font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.sideHeader {
	margin: 0;
	padding: 0;
	display:block;
	font-size:16px;
	text-align:center;
	height: 20px;
	/*background:url(http://woodshopsupplies.com/ebay/temp/sidebar-headerbg.png);*/
	color: #333;
	text-shadow:none;
	letter-spacing:-1px;

}

#sideMenu li {
	width: 180px;
	height: 30px;
	text-align:left; 
	margin-top: 5px;
}
#sideMenu li a {
	width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #9e9e9e 3%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(3%,#9e9e9e), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#9e9e9e 3%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#9e9e9e 3%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000 0%,#9e9e9e 3%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000 0%,#9e9e9e 3%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    width: 160px;
}

#sideMenu li a:hover {
    color: #000;
    text-shadow: 1px 1px 0px #fff;
    background: url(http://woodshopsupplies.com/ebay/temp/b-white.png);
}

 #Menu li:hover, #Menu li a:hover {
    color: #000;
    background: url(http://woodshopsupplies.com/ebay/temp/b-white.png);
}

#Content {
	width: 1000px;
	float: right;
	margin-bottom:50px;
    margin-top: 10px;
    background-image: url(yonico3.gif);
    background-repeat:no-repeat;
	margin-bottom: 20px;
}

#Content .x-paragraph {
	display:block;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #3c3c3c;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
	text-align:left;
}

#Content .Headerbox a {
	padding: 0;
	margin: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 37px;
	text-shadow: 1px 1px 0px #000;
	color: #fff;
    padding-left: 20px;
	margin-bottom:20px;
}

#Images {
	margin: 0 auto;
	text-align:center;
	*margin-top: -10px;
    padding-left: 10px;
}

#tabs {
	border-bottom: 2px #FFF solid;
	height:33px;
	padding-top:5px;
	margin-left: 10px;
}

#tabs a {
	float:left;
	width: 170px;
	text-align: center;
	color: white;
	margin-left:2px;
	border-radius:10px 10px 0 0;
	border:1px solid #eee;
	border-bottom-color:#ccc;
	font-weight: bold;
	font-size: 14px;
	height:32px;
	line-height:32px;
	padding:0 12px;
	text-decoration: none;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top,  #bababa 0%, #707070 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#707070)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bababa 0%,#707070 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bababa 0%,#707070 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bababa 0%,#707070 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bababa 0%,#707070 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#707070',GradientType=0 ); /* IE6-9 */

}
#tabs a:hover {
	background:#ddd;
	color: #grey;
	border-color:#ddd #ddd #ccc;
}
#tabs a.active {
	background:#fff;
	color:#555;
	border-color:#ccc #ccc #fff;	
  	margin-top: 2px;
}
#tabs a.active:hover {
	background:#fff;
	color:#555;
	border-color:#ccc #ccc #fff;
}
#tabs_data fieldset {
	display:none;
	border:0;
	height:	auto;
}

#tabs_data {
	border: 1px solid #ccc;
	border-radius: 10px;
}

.tableheader {
	color: #909090;
  	text-align: center;
	padding-bottom: 5px;
	border: none;
	border-bottom: 2px grey solid;
	margin-left: -2px;
	vertical-align: bottom;
}

.tabledata {
	padding-top: 5px;
}

.table {
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	border: none;
	border-spacing: 0px;
}

#main-content {
	border-radius: 10px;
	border: 1px solid #ccc;
}

.tabledata {
	border: none;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

#test {
	border: none;
	border-spacing: 0px;
	width: 98%;
	margin-top: 15px;
}

#About {
	width: 790px;
	margin: 0 auto;
  	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
  	color: #3c3c3c;
	border: 1px solid #dbdbdb;
}

table#About td.xFC {
	width: 160px;
  	padding-left: 15px;
  	font-family: "Arial Black", Arial, Helvetica, sans-serif;
  	letter-spacing: -1px;
	font-weight: bold;
  	color: #363636;
  	text-shadow: 1px 1px 0px #fff;
}

table#About td {
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #fff;
  background: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.desc {
	text-align: left;
}