/* 
    Document   : search
    Created on : 2009-09-26, 23:18:59
    Author     : wiktor_
    Description:
        Purpose of the stylesheet follows.
*/

.search{
    float: left;
    background:  url('/images/layout/search/search_box.png') no-repeat;
    width: 880px;
    height: 74px;
    margin: 5px 0px 0px 0px;
}
.add_konkurs{
    float: right;
    background:  url('/images/layout/search/add_konkurs.png') no-repeat;
    width: 185px;
    height: 74px;
    margin: 0px 0px 0px 0px;
    text-indent: -99999px;
}
.search input{
    float: left;
    background:transparent none repeat scroll 0 0;
    border: none;
    font-size:16px;
    height:32px;
    margin:19px 0px 0 20px;
    width:420px;
}
.search #search_where{
    float: left;
    background:transparent none repeat scroll 0 0;
    border: none;
    font-size:10px;
    height:34px;
    margin:19px 0 0 1px;
    width:122px;
    text-align: right;
}
.search #search_where .da_select_clickarea {
    /* Ali G was here */
    line-height: 34px;
    margin-right: 10px;
}
.search .search_me_button{
    font-size:16px;
    height:31px;
    cursor: pointer;
    margin:20px 12px 0 16px;
    width:95px !important;
}

.search_result .contest_omen_details {
    margin: 0 0 0 10px;
    width: 655px;
}

.search_result .contest_descript {
    width: 530px;
}

.search_result{
    float: left;
    background:  url('/images/layout/search/search_result_cont.png') repeat-y;
    width: 691px;
    margin: 10px 0px 0px 0px;
}
.search_result_top{
    float: left;
    background:  url('/images/layout/search/search_result_top.png') no-repeat;
    width: 691px;
    height: 75px;
}
.contest_list_box_top.srt_new{
    background:  url('/images/layout/search/najnowsze_top.png') no-repeat;
}
.contest_list_box_top.srt_top{
    background:  url('/images/layout/najpopularniejsze.png') no-repeat;
}
 
.contest_list_box_top.srt_premium{
    background:  url('/images/layout/promowane.png') no-repeat;
}
.search_top_entries {
    float: left;
    width: 600px;
    margin:  10px 0 0 15px;
}
.search_top_pagination {
    float: right;
    width: 45px;
    margin:  45px 0 0 0;

    color: white;
}

.search_result_bottom{
    float: left;
    background:  url('/images/layout/search/search_result_bottom.png') no-repeat;
    width: 691px;
    height: 43px;
    text-align: center;
}
.search_tags{
    float: left;
    background:  url('/images/layout/search/search_tag.png') no-repeat;
    width: 691px;
    margin: 3px 0px 0px 0px;
}
.search_tags .tags {
    padding: 50px 10px 10px 10px;
    clear: both;
}
.no_search_result{
    margin: 140px 40px 70px 40px;
    text-align:center;
}

.sort {
    padding: 0 0 0 15px;
}

/*contest omen - in main_page*/
.search_box_header{
    width: 200px;
    height: 35px;
    margin: 10px 0px 0px 0px;
    float: right;
}
.search_box_header .search_input{
    width: 189px;
    padding: 4px;
    background:  url('/images/layout/sg3/search.png') no-repeat;
    border: none;
}
.lupka{
    background:transparent url(/images/layout/sg3/lupka.png) no-repeat scroll -4px 0;
    float:right;
    height:35px;
    margin:0;
    width:20px;
    cursor: pointer;
}
