#imageBox
{
	position:relative;
	float:right;
	width:500px;
	text-align:right;
}
#indexBox
{
	position:relative;
	width:770px;
	margin-top:20px;
}
#searchBox
{
	position:relative;
	float:left;
	width:250px;
	background:url(../../../sm_templates/images/iboxbg.gif);
	background-repeat:repeat-y;
}
.iboxbot
{
	height:1px;
	width:100%;
	background:url(../../../sm_templates/images/aboxbot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#searchBoxTitle
{
	height:25px;
	width:240px;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	line-height:25px;
	color:#FFFFFF;
	background:url(../../../sm_templates/images/sboxTitle.gif) 0 0 repeat-x;
}

#searchBox a
{
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.orangeText
{
	color:#FB7917;
}

.price
{
	width:30px;
}

.nodeTitle
{
	position:relative;
	float:left;
	text-align:right;
	height:20px;
	width:50px;
	line-height:20px;
	margin-top:6px;
	margin-bottom:6px;
}
.nodeInput
{
	position:relative;
	float:right;
	width:190px;
	text-align:left;
	margin-top:6px;
	margin-bottom:6px;
}

#specialoffers
{
	position:relative;
	margin: 20px auto;
	width:150px;
}

#specialoffers a
{
	color:#FB7917;
	text-decoration:none;
}

#specialoffers div
{
	width:150px;
	margin-bottom:20px;
}
.realresults
{
	position:relative;
	height:200px;
	padding-top:10px;
}
.specialText 
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:150px;
}
/* 4Preview Image */

a.info
{
    position: relative; /*this is the key*/
    z-index: 24; 
    background-color:#999;
    color: #000;
    text-decoration:none;
}
a.info img{
	border: 0px;
}
a.info:hover
{
	z-index:25; 
	background-color: #FFFFFF;
}

a.info span
{
	display:none;
}


a.info:hover span
{ 	/*the span will display just on :hover state*/
	display:block;
    position: absolute;
    top: -70px;
	top: expression('20px'); 
	left: 20px;
	color: #000;
    text-align: center;
    border: 1px solid black;
    background-color: #F9F9F9;
}
a.info:hover span img
{
	cursor: pointer;
}

