/* other bits */

#searchby {
	padding: 3px 0 0 0px;
	margin: 0 !important;
	margin: 0 -4px 0 0;
	background: #999999;
	height: 20px;
	color: white;
	font-weight: bold;
	border-bottom: 4px solid #e5e5e5;
}

#search {
	padding: 3px 0 0 8px;
	margin: 2px 0 0 8px !important;
	margin: 0 -4px 0 8px;
	font-weight: bold;
	color: white;
	background: #999999;
	height: 20px;
}

#keyword {
	padding: 0;
}

form {
	padding: 0 0 10px 0;
	margin: 2px 0 0px 8px;
}

#cc {
	background: white url(/statics/creditcards.gif) no-repeat;
	width: 136px;
	height: 27px;
	padding: 0;
	margin: 16px 0px 0px 8px;
}

/*====================Horizontal Menus */

#horizonbar {
	height: 30px;
	background: #999; 
	overflow: hidden;
	border-top: white solid 77px;
}

#horizonbar2 {
	height: 5px;
  background: #999;	
  margin: 2px 0 2px 0;
  overflow: hidden;
}

#horizonbar3 {
  position: fixed;
  top: 132px;
  height: 5px;
  width: 144px;
/*  background: #999; */
  margin: 2px 0 2px 0;
  overflow: hidden;
}

#horizontallinks {
	/*background: #e5e5e5;*/
	position: relative;
  color: white;
	font-weight: bold;
  padding: 4px 0px 5px 160px;
	text-align: left;
}

#horizontallinks #SiteMenu {
	margin: 0 0 0 400px;
	padding: 0;
	list-style: none;
}

#SiteMenu li {
	padding: 0;
	margin: 0 -3px 0 0;
	display: inline;
}

#SiteMenu a {
	color: white;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	padding: 4px 20px 6px 20px;
}

#SiteMenu a:hover {
	color: #4D4D4D;
	text-decoration: none;
	background: #8ED300;
	margin: 0;
}

#searchby div {
	padding: 0 0 0 24px;
}
