﻿/*
###################################
	Search
###################################
*/
#SearchPlate
    {
        padding-top:23px;
    }
#SearchListProducts
    {
        float:left;
        width:335px;
    }
    
#SearchListPages
    {
        float:left;
        width:335px;
        margin-left:16px;
    }
    
.SearchListSubject
    {
        font-size:15px;
        line-height:19px; color:#555555;
        padding-bottom:9px;
    }
    
.SearchBox
    {
        background-image:url('../Images/Design/Search/SearchBgLine.gif');
        background-repeat:repeat-x;
    }
    
.SearchBoxLineLeft
    {
        background-image:url('../Images/Design/Search/SearchBgLine.gif');
        background-repeat:repeat-y;
        background-position:left;
    }
    
.SearchBoxLineRight
    {
        background-image:url('../Images/Design/Search/SearchBgLine.gif');
        background-repeat:repeat-y;
        background-position:right;
    } 
    
.SearchBoxLineBottom
    {
        background-image:url('../Images/Design/Search/SearchBgLine.gif');
        background-repeat:repeat-x;
        background-position:bottom;
    }
    
.SearchBoxTopLeft
    {
        background-image:url('../Images/Design/Search/SearchBgTopLeft.gif');
        background-repeat:no-repeat;
    }
    
.SearchBoxTopRight
    {
        background-image:url('../Images/Design/Search/SearchBgTopRight.gif');
        background-repeat:no-repeat;
        background-position:top right;
    }
    
.SearchBoxBottomRight
    {
        background-image:url('../Images/Design/Search/SearchBgBottomRight.gif');
        background-repeat:no-repeat;
        background-position:bottom right;
    }
    
.SearchBoxBottomLeft
    {
        background-image:url('../Images/Design/Search/SearchBgBottomLeft.gif');
        background-repeat:no-repeat;
        background-position:bottom left;
    }
    
.SearchBoxInside
    {
        padding:9px 2px 3px 2px;
    }
    
.SearchBoxItem
    {
        height:37px; line-height:37px;
        color:#464646;
        overflow:hidden;
    }
    
.SearchBoxItemAltRow
    {
        background-color:#f3f3f1;
    }
    
.SearchBoxItemAltRowLast
    {
        padding-bottom:9px;
    }
    
.SearchBoxPIImage
    {
        float:left;
        width:75px;
        line-height:1px;
        font-size:1px;
    }
    
.SearchBoxPIImageBorder
    {
        border:solid 1px #e8e8e4;
        width:44px;
        height:27px;
        background-color:#FFFFFF;
        margin-left:10px;
        margin-top:4px;
    }
    
.SearchBoxPIImg
    {
        width:40px; height:23px;
        padding-left:2px;
        padding-top:2px;
    }
    
.SearchBoxPITitle
    {
        float:left;
        width:115px;
    }
    
.SearchBoxPICategory
    {
        float:left;
        width:135px;
    }
    
.SearchBoxPageSubject
    {
        float:left;
        width:176px;
        margin-left:15px;
    }
    
.SearchBoxPageSubject
    {
        float:left;
        width:176px;
        margin-left:15px;
    }
    
.SearchBoxPageCategory
    {
        float:left;
        width:130px;
    }
