/* Search Box CSS */

#containersearch
{
	width: 160px;
	height: 200px;
	background-image: url(http://www.devseek.com/images/elephant_background_160x200.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#topproducts
{
	position: relative;
	left: 8px;
	top: 100px;
	height: 40px;
	width: 148px;
	padding: 0px;
	float: left;
	margin: 7px 0 0 0;
	text-indent: 4px;
	margin: 0 6px 6px 0;
	border: 1px solid #b4b1a8;
	background-color: #65A1A7;
		
}

a.star:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	width: 148px;
	line-height: 12px;
}
a.star:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	width: 148px;
	line-height: 12px;
}
a.star:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	width: 148px;
	line-height: 12px;
}

a.star:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	width: 148px;
	line-height: 12px;
}
#boxsearch
{
	position: relative;
	left: 30px;
	top: 110px;
	height: 16px;
	width: 130px;
	padding: 0px;
	float: left;
	margin: 0px 6px 0px 0px;
}

.go
{
	padding: 0px;
	height: 20px;
	width: 46px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.searchbox
{
	width: 70px;
	height: 16px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 0px 0px;
	text-indent: 2px;
	color: #666;
	border: 1px solid #999999;
}



