﻿

#sadecontainer
{
    width: 899px;
    margin: 0px auto;
}

#sadeSearchDiv
{
    width: 635px;
    margin: 0px auto;
    text-align: center;
    margin-top: 10%;
   padding-bottom:40px;
}
#searchresultpanel
{
    width: 635px;
    margin: 0px auto;
    text-align: center;
    margin-top: 5px;
}
#sadeSearchDiv img.logo
{
    margin: 0px auto;
}

#sadeSearchDiv .sback
{
    width: 585px;
    height: 46px;
    line-height: 46px;
    background-image: url(Images/sback.png);
    background-position: center left;
    background-repeat: no-repeat;
    margin-top: 10px;
    position: relative;
}

#sadeSearchDiv .sback .stext
{
    position: absolute;
    background-color: Transparent;
    height: 25px;
    left: 15px;
    top: 9px;
    border: solid 1px #fff;
    width: 510px;
    font-size: 22px;
}

#sadeSearchDiv .sback .btnara
{
    width: 46px;
    height: 27px;
    display: block;
    text-indent: -10000px;
    background-image: url(Images/btns.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 10px;
}

#searchresultpanel h1
{
   
}
#searchresultpanel h1 a.bookname
{
    font-weight: bold;
    color: #0000FF;
    font-size: 14px;
    font-style: normal;
    text-decoration: underline;
}
#searchresultpanel h1 a.authotname
{
    color: #666666;
    font-size: 12px;
}

#searchresultpanel a.link
{
    color: Green;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    text-decoration: none;
   padding-top:3px;
   display:block;
   float:left;
}
#searchresultpanel a.link2
{
    float:left;
   display:block;
   margin-left:3px;
   padding:3px;
}

#searchresultpanel p
{
    color: #1F1F1F;
    font-size: 12px;
}

#srtextpanel
{
    width:899px;
    background-color:#f2f2f2;
    border-top:solid 1px #ccc;
    display:block;
    height:24px;
    float:left;
    margin-top:10px;
    text-align:right;
    line-height:24px;
    padding-right:2px;
}

#spaging
{
    width:899px;
    background-color:#f2f2f2;
   margin-bottom:20px;
    display:block;
    height:44px;
    float:left;
    margin-top:10px;
    text-align:center;
    line-height:44px;
    display:block;
    
    
}