/* CSS Document */

/*Search Results Header*/
.searched_for{
float:left;
position:relative;
width:780px;
height:32px;
background-color:#84806F;
}

/*Search Results - Sub Head*/
.sub_head{
float:left;
position:relative;
margin-top:1px;
margin-bottom:1px;
background-color:#dbd7b3;
width:780px;
}

/*Category Head*/
.category_head{
float:left;
position:relative;
width:156px;
background-color:#dbd7b3;
}

/*Shops Head*/
.shops_head{
float:left;
position:relative;
width:156px;
background-color:#dbd7b3;
}

/*Shops BG*/
.shops_bg{
float:left;
position:relative;
margin-top:1px;
margin-bottom:1px;
background-color:#dbd7b3;
width:780px;
}

/*Shops Data*/
.shops_data{
float:right;
position:relative;
width:624px;
background-color:#FFFFFF;
}

/*Category Data*/
.category_data{
float:right;
position:relative;
width:624px;
background-color:#FFFFFF;
padding-top:2px;
}

/*Search Results Image*/
.search_res_image{
float:left;
position:relative;
padding:2px;
text-align:center;
width:120px;
}

/*Products found*/
.prod_found{
float:left;
text-align:left;
position:relative;
width:780;
background-color:#dff0e4;
border-bottom:#ffffff 3px solid;
}