body {
	background-color: #ffffff;
	background-image: #ffffff
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.whitelink {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.whitelink:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ff8a8a;
	text-decoration: none;
}
.whitetext {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	line-height:15.5px;
	text-decoration: none;
}
.text {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height:16px;
	text-decoration: none;
}
.bottomlink {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.copytext {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.redhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #cc0000;
	text-decoration: none;
}
.droparea {
	border:1px solid #333333;
	height:20px;
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-bottom:8px;
	}
	.dropareamfg {
	border:1px solid #000000;
	height:20px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-bottom:8px;
	}
.list_menubox {
	background-color: #ffffff;
	width:120px;
	height:20px;
	font-family: tahoma;
	font-size:13px;
	border:1px solid #999999;
	color:#000000;
	margin-bottom:8px;
	}
.list_mfgmenubox {
	background-color: #000000;
	width:120px;
	height:20px;
	font-family: tahoma;
	font-size:13px;
	border:1px solid #999999;
	color:#000000;
	margin-bottom:8px;
	}
.pagetitle {
	font-family: tahoma;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
.line {
	border-bottom:1px solid	 #ffffff;
	border-right:100px solid #FFCC33;
	height:3px;
	}
.border {
	border:1px solid #ffffff;
	outline:1px solid #ffffff;
	
	}	
.searchtitle {
	font-family: tahoma;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
.searchtext {
	font-family: tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}
.price {
	font-family: tahoma;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	}
.underlink {
	font-family: tahoma;
	font-size: 18px;
	color: #CC00FF;
	text-decoration: underline;
}
.underlink:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.buttonlink {
	background-color:#FF0000;
	border:1px solid #000000;
	outline:1px solid #000000;
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	text-decoration:none;
	}
.buttonlink:hover {
	background-color:#000000;
	border:1px solid #000000;
	outline:1px solid #000000;
	font-family:tahoma;
	font-size:12px;
	color:#CCCC66;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	text-decoration:none;
	}	
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
.pageheadwhite {
	font-family: tahoma;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
.pageheadblack {
	font-family: tahoma;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}	