﻿/*******************************
SEARCHBOX STYLES
*******************************/
fieldset.sfsearchBox
{
    width:220px;
    margin:20px 50px 0 0;
    padding:0! important;
    border:1px solid #cdcdcd;
	display: inline-block;
}

input[type="text"].sfsearchTxt
{
    width:187px;
    height:24px;
    border:none! important;
    background:transparent! important;
    margin:0;
    padding:0;
}

.ie7 input[type="text"].sfsearchTxt
{
    width:150px! important;
}

input[type="submit"].sfsearchSubmit
{
    width:30px! important;
    height:24px;
    background:url('images/search-submit-btn.png') no-repeat center;
    padding:0;
    border:none;
    float:right;
}

input[type="submit"].sfsearchSubmit:hover
{
    cursor:pointer;
}

/*******************************
SEARCH RESULTS STYLES
*******************************/
dt.sfsearchResultTitle
{
    font-size:14px;
    margin-top:10px;
    font-weight:bold;
}

dt.sfsearchResultTitle a
{
    text-decoration:none;
    color:#652A96;
}

dt.sfsearchResultTitle a:hover
{
    text-decoration:underline;
}

dd.sfsearchResultUrl a,
dd.sfsearchResultUrl a
{
    color:#652A96;
}

dd.sfsearchResultUrl,
dd.sfsearchResultHighLighter,
dd.sfsearchResultSnippet
{
    margin:0;
}

.sf_pagerNumeric
{
    margin:20px 0;
}

.sf_pagerNumeric a
{
    margin:0 5px;
    font-size:14px;
    color:#652A96;
    font-weight:bold;
}

.sf_pagerNumeric a:hover,
dd.sfsearchResultUrl a:hover
{
    text-decoration:none;
}