#searchmain {
    position:relative;
    left: 0;
    width: 960px;
    min-height:1600px;
    background-color: #FFFFFF;
}

#refine {
    float:left;
    width: 20%;
    background-color: #FFFFFF; 
    padding-left:5px;
}

#thisobject {
    float:left;
    width: 75%;
    background-color: #e7e7e8;
}    

#searchresults {
    float:left;
    width:70%;
    background-color: #FFFFFF; 
}
#searchresultstable {
    background-color:#e7e7e8; 
    border-collapse: collapse;
    font-size:100%;
    font-family:Arial;
}


#searchresultstable.resultstableclass td {
    border-color:#eeeeee; 
    border-bottom-color:#c962c1;
    padding:3px;
}

#recountreset {
    font-size:110%;
}

.refinelink {
    color: #c962c1;
}

.favouritelink {
    color: #c962c1;
}

.titlelink {
    color: #000000;
}

.metadatatext {
    font-size: 90%;
}

.cathead {
    font-style:italic;
    padding-bottom:5px;
}

p, td {
   font-size:110%;
   margin:1em;
}

h3 {
    font-weight:bold;
    font-size:120%;
}
h4 {
    font-weight:bolder;
}

