/* 
    Document   : search
    Created on : 04.08.2010, 13:34:59
    Author     : OShirokova
    Description:
        Yandex-search page
*/
/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.search_form {width:100%; height:20px; padding:15px 0; background:#c1c1c1; border:1px solid #e0e0e0;}
.search_form input {border:1px solid #e0e0e0;}
.search_form select {width:135px; margin:0 20px; border:1px solid #e0e0e0; font-size:12px; text-transform:uppercase;}
.search_form option:hover {color:#fc632d;}
.search_form option[select="selected"]{background:#fc632d; font-size:14px; color:#fff;}
.refblock {font-size:10px; color:#808080; font-style:oblique; width:100%; margin-top:10px;}
.num {font-size:12px; color:#000;}
.results {padding:0 30px;}
.results li {padding:30px 0; color:#808080; font-weight:bold; list-style-position:outside;}

.search_results p {color:#000; font-weight:normal; margin-top:-20px;}
.results {margin-bottom:20px;}