﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    line-height:1.5em;
    margin:0 4px;
    padding: 0;
    color: #696969;
    background: url(../include/images/bg.jpg) repeat-x;
}
td{vertical-align:top}

a{color:#397893;text-decoration:none;font-weight:bold;padding-right:10px;font-size:12px;font-family:Arial;cursor:pointer}

a:hover{color:#4695B7;text-decoration:underline}

#topMenu a{font-size:14px; margin:0; padding:2px;}
#topMenu{padding-top:10px; display:block;}

#main
{

    padding: 2px 30px 15px 30px;
    /*background-color: #fff;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    text-align:center;
    width:800px;
    margin: 0 auto;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


.homeSrc{
    padding:202px 0 48px 0 ;
    background: url(../include/images/bgSearch.png) no-repeat center 50px;
    text-align:center;
}
.detailSrc{
    padding:40px 0 40px 5px ;
    background: url(../include/images/bgSearchDetail.png) no-repeat center top;
    text-align:center;
}
.logoDetail{
display:block;
width:276px;
height:42px;
}
.lsbDv{
background: url(../include/images/btnAra.png) no-repeat;
   width:85px;
    height:39px;
    display:block;
}
.lsb{
    width:85px;
    height:39px;
    display:block;
    background:transparent;
    /*background: url(../include/images/btnAra.png) no-repeat;*/
    border:none;
    border-width:0;
    cursor:pointer;
}
.lsb:hover{
    background: url(../include/images/btnAraHover.png) no-repeat;
}

.srcInput{
    width:306px;
    height:39px;
    padding-left:3px;
    display:block;
    background: url(../include/images/btnAraLeft.png) no-repeat;
    border:none;
    border-width:0;
    font-family:Verdana;
    font-size:20px;
    letter-spacing:-1px;
    line-height:35px;
    
}