.searchouter {
	width:335px;
	height:133px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	position:relative;
	float:left;
}

.searchinner {
	width: 315px;
	height:98px;
	top:17px;
	left:10px;
	position: absolute;
	background-image:url(/SiteImages/searchboxbg.png);
	background-repeat:no-repeat;
	border-color: #FFFFFF;
	border: none;
	border-width: 0px;
}

.searchimg {
	width:90px;
	height:90px;
	border:none;
	position:absolute;
	top:4px;
	left:4px;
}

.searchtitle {
	width:315px;
	height:17px;
	border:none;
	background-image:url(/SiteImages/searchresultbg.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:10px;
	overflow:hidden;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.searchdescription {
	width:225px;
	height:97px;
	border:none;
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
	font-size:12px;
}

.searchTL {
	width:208px;
	height:65px;
	border:none;
	position:absolute;
	top:20px;
	left:14px;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

.searchTR {
	width:105px;
	height:45px;
	border:none;
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
	text-align:right;
}

.searchBL {
	width:120px;
	height:26px;
	border:none;
	position:absolute;
	top:73px;
	left:14px;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

.searchBR {
	width:105px;
	height:26px;
	border:none;
	position:absolute;
	top:72px;
	right:4px;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	z-index: 100;	
}
.searchBR a {
	background-image:url(/SiteImages/addtocartnew.png);
	background-position:0px 0px;
	float:right;
	width:74px;
	height:22px;
}
.searchBR a:hover {
	background-position:0px -22px;
}

select {
	font-family:Arial, Helvetica, sans-serif;
}

#searchTL a, img
{
	color:#000000;
	border-style: none;
	text-decoration:none;
	outline-style:none;
	outline-width:0;
	vertical-align:top;
}

#searchTL a:hover {
	text-decoration:underline;
}
