/*___ STORE FINDER BASE STYLES ___*/


/*___ TABLE OF CONTENTS ___*/

/*
    - OBJECTS

    - APPLICATION
    - NOTIFICATIONS
    - ADDRESS FORM
    - STORES LIST CONTAINER
    - STORES MAP

    - IE FIXES
*/  

/*___ OBJECTS ___*/


    .storeFinder {}

    .borderHeading
	{
        border: 1px solid #333;
        background: #333;
    }

    .borderHeading span
	{
        display: block;
        border: 1px solid #FFF;
        line-height: 2em;
        height: 2em;
        color: #FFF;
        font-weight: bold;
        padding: 0 0 0 0.5em;
    }

    .borderBlock {
        margin-top:0;
        background-color: #F1F1F1;
        border: 1px solid #E7E7E7;
    }

    .line {
        overflow: hidden;
    }

    .unit {
        display: block;
        float: left;
    }

    .hide {
       position: absolute;
       left: -90003em;
    }


/*___ APPLICATION ___*/

    .application {
        width: 930px;
        background: #FFF;
        border: 1px solid #eee;
        margin:0 auto;
        position: relative;
    }

    .loader {
        position: absolute;
        bottom: 24px;
        right: 24px;
        z-index: 100;
        background: #fff;
        width: 90px;
        text-align: center;
        padding: 15px;
        opacity: 0.8;
        border: 1px solid #eee;
        border-radius: 10px;
    }


/*___ NOTIFICATIONS ___*/

    .notifications
    {
        background: none repeat scroll 0 0 #FFF6BF;
        color: #514721;
        border: 2px solid #FFD324;
        padding: 6px;
    }


 /*___ ADDRESS FORM ___*/

        .addressForm {
            margin: 0 0 12px 0;
			padding: 1px;
			width: 292px;
			margin: 10px 0 10px 0;
        }

        .addressForm fieldset {
            padding: 6px;
            border: 1px solid #FFF;
            display: block;
            background: #fff url("/fclmedia/store_finder/media/img/form_bg.gif") 0 0 repeat-x;
        }

        .addressForm .address {
            width: 150px;
			height: 20px;
        }
        
        .addressForm label.error  {
            display: none !important;
        }

        .addressForm .submit {
			height: 26px;
        }


/*___ STORES LIST CONTAINER ___*/

    .storesListContainer {
        margin-top:0;
        width: 292px;
        height: 530px;
        margin-right: 0;
    }

        /*___ STORES LIST ___*/

            .storesList {
                height: 370px;
                overflow: hidden;
                font-size: 11px;
            }

            .storesListContainer h2 {
                margin:3px;
            }

            .storesList ol {
                margin: 4px;
                background: #FFF;
                overflow-y: scroll;
                height: 370px;
            }

            .storesList li {
                list-style: none;
                position: relative;
                margin: 0;
                padding: 6px;
            }

            li.stripe {
                background: #f9f9f9;
            }

            .storesList li:hover, .storesList li:active, .storesList li:focus {
                background: #eee;
                cursor: pointer;
            }

            .storesList .rank
			{
                position: absolute;
                top: 6px;
                left: 6px;
                font-weight: bold;
            }

            .location
			{
                margin: 0 0 0 20px;
            }

            .location h3 { margin: 0; font-weight: bold;  }

            .location span
            {
                line-height: 1.3;
            }

            .location .name, .location .address, .location .phone
            {
                display: block;
            }

            .location .distance
            {
                margin-left: 3px;
            }



/*___ STORES MAP ___*/

    .storesMapContainer
    {
        float: right;
		margin: 10px 0 0 0;
        background-color: #F1F1F1;
        border: 1px solid #E7E7E7;
        width: 588px;
        height: 500px;
    }

        /*___ MAP ___*/

        .map
        {
            background: #99B3CC;
            margin: 4px;
            border: 1px solid #FFF;
            width: 590px;
            height: 530px;
        }

        /*___ MAP INFO WINDOW ___*/

            .map .rank {
                display: none;
            }

            .map .location {
                margin: 0;
            }

            .map .location h3 {
                font-size: 13px;
            }

            .map .location span {
                line-height: 1.3;
            }


/*___ IE FIXES ___*/

    .ie6 .line
    {
        zoom: 1; /* Trigger hasLayout */
    }

	.borderHeading {
background-color:#ee0000;
border:0;
}
.borderHeading span {
border:0;
}