﻿.plSearch
{
    background-position: 10px 10px;
    padding-top: 15px;
    padding-left: 55px;
    padding-bottom: 10px;
    background-image: url('../../photos/images/searchtool.png');
    background-repeat: no-repeat;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: 'trebuchet MS';
    color: #4F6286;
    font-size: 20px;
}
 #searchBar
{
    width: 600px;
    float: left;
}
#CheckMyCountryWrap
{
    float: left;
    padding-left: 20px;
    padding-top: 50px;
    font-family: Tahoma;
    font-size: small;
}
#searchLeft
{
    background-image: url('../../photos/images/searchLeft.png');
    background-repeat: no-repeat;
    width: 28px;
    height: 40px;
    float: left;
    margin-left: -20px;
}
#searchBody
{
    background-position: 0px 1px;
    background-image: url('../../photos/images/searchCenter.png');
    background-repeat: repeat-x;
    height: 40px;
    width: 100%;
    margin-left: 20px;
}
#searchRight
{
    background-image: url('../../photos/images/rightBar.png');
    background-repeat: no-repeat;
    float: right;
    width: 210px;
    height: 40px;
    margin-right: -15px;
}
#searchRightInnerWrap
{
    
    width: 127px;
    float: left;
    margin-top: 5px;
}
#searchRightLeft
{
    float: left;
    width: 111px;
    padding-left: 3px;
    padding-top: 1px;
    font-family: 'trebuchet MS';
    color: #6D7585;
}
#searchRightLeft span
{
    margin-left: 15px;
    line-height: 25px;
    font-size: 14px;
}
#searchRightRight
{
    float: right;
    width: 12px;
     background-image: url('../../photos/images/arrowDown.png');
      background-repeat: no-repeat;
       background-position: -3px 5px;
    height: 25px;
    cursor: pointer;
}
#searchRight a
{
    padding: 2px 9px 2px 11px;
    font-family: TAhoma;
    font-size: small;
    cursor: pointer;
    float: right;
    margin-top: 9px;
    margin-right: 9px;
    color: #FFFFFF;
    text-decoration: none;
}
#dropDownPanel
{
    border-color: #C0C0C0;
    position: absolute;
    width: 110px;
    border-style: none solid solid solid;
    border-width: 1px;
    background-color: #FCFCFC;
}
#dropDownPanel li
{
    font-family: tahoma;
    font-size: small;
    line-height: 25px;
    padding-left: 8px;
    padding-right: 4px;
    color: #5A6CA0;
    cursor: pointer;
}
#dropDownPanel li:hover
{
    background-color: #FFF9DF;
}

#searchRight a:hover
{
    color: #FCF0AD;
}
#KeyWordBox
{
    padding: 4px;
    border-style: none;
    width: 280px;
    float: left;
    margin-left: -8px;
    margin-top: 7px;
    font-size: 12px;
}
.strong
{
    float: right;
    color: #414649;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.strong input
{
    margin-right: 7px;
}
#GridResults p
{
    background-position: 10px 0px;
    padding-left: 30px;
    background-image: url('../../photos/images/bullet_black.png');
    background-repeat: no-repeat;
}
#GridResults p a
{
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
    color: #2E6394;
}
#GridResults p a:hover
{
    text-decoration: underline;
}
#resultsGrid
{
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
}
#GridResults th
{
    padding-left: 35px;
    font-size: 14px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #A0B6C5;
    font-family: tahoma;
    color: #333300;
    font-weight: normal;
}
.empty, #respons
{
    padding-top: 15px;
    padding-left: 35px;
    font-size: 14px;
    font-family: tahoma;
    color: #333300;
}

#allcount
{
    border: 1px solid #C0C0C0;
    margin: 5px;
    padding: 4px 20px 4px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #EBF4FE;
    color: #6A78B7;
    font-weight: bolder;
    font-size: small;
}