#search_outer{
	position:absolute; width:500px; left:130px; height:580px; top:10px
}

#search_title{
	position:absolute; width:500px; left:0px; height:35px; top:0px
}

#search_box{
	position:absolute; border:1px solid #99ccff; width:499px; left:0px; height:80px; top:36px;  background-color:#669999;
}

#results{
	position:absolute; width:501px; height:410px; top:120px; border:1px solid #99ccFF;background-color:#669999;
}

#results ul{
	list-style: none;
}

#results a, #results li{
	position:absolute; display:block; width:499px; height:55px; left:0px; color:#ffffff;
}

#r1 a, #r2 a, #r3 a, #r4 a, #r5 a, #r6 a, #r7 a { 
	border: 1px solid #99ccff;
	background-color:#6699cc;
	text-decoration:none;
}
#r1 a:hover, #r2 a:hover, #r3 a:hover, #r4 a:hover, #r5 a:hover, #r6 a:hover, #r7 a:hover { 
	border: 1px solid #99ccff;
	background-color:#336699;
	text-decoration:none;
	color:#ccffff;
}
#r1{height:  55px;   left: 0px;  width: 499px; top:0px;}
#r2{height:  55px;   left: 0px;  width: 499px; top:59px;}
#r3{height:  55px;   left: 0px;  width: 499px; top:118px;}
#r4{height:  55px;   left: 0px;  width: 499px; top:177px;}
#r5{height:  55px;   left: 0px;  width: 499px; top:236px;}
#r6{height:  55px;   left: 0px;  width: 499px; top:295px;}
#r7{height:  55px;   left: 0px;  width: 499px; top:354px;}

#resultVal1{
	position:absolute; left:50px; width:230px; height:16px; font-size:13px; 
}
#resultVal2{
	position:absolute; left:430px; width:75px; top: 16px; height:16px; font-size:9px; 
}
#resultVal3{
	position:absolute; left:60px; width:350px; top:16px; height:32px; font-size:11px;  font-style:italic; 
}

#resultValPicture{
	position:absolute; left: 2px; width: 37px; height:52px; border:1px solid #99ccff;
}

#number_of_pages{
	position:absolute; border:1px solid #ffffff; width:501px; height:35px; top:536px; background-color:#669999;
}

#number_of_pages a, #number_of_pages a:hover{
	font-family: tahoma, courier-new;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}

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

