/**************************
        Google Map Styles
**************************/

#mapPanel{
    padding-top: 10px;
}

#mapPanel .mcontainer {
    -moz-border-radius: 6px;
    border-radius: 8px;
    border: 1px solid #AFAFAF;
    background:	#999;
    height:		600px;
    margin:		0 auto;
    width:		600px;
    max-width:	600px;
    min-width:	600px;
    _width:		600px; /* min-width for IE6 */
    box-sizing: content-box;
}

#mapPanel_locationsPanel
{
    height: 600px;
    width: 250px;
}						

#mapPanel .ui-layout-north
{
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #e7e7e7;
    color: #cecece;
    padding: 5px 10px;
}

#mapPanel .ui-layout-west
{
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

#mapPanel .ui-layout-center
{
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

#mapPanel_addressCntr
{
    margin: 0 auto;
    width: 550px;
}

#mapPanel_addressCntr, #mapPanel_addressCntr span, #mapPanel_address, #mapPanel_getDirections
{
    float:left;
}

#mapPanel_addressCntr span 
{
    color:#444;
    width:20%;
    height:30px;
    line-height:30px;
}

#mapPanel_address 
{
    width:52%;
    margin:0;
    padding:0 3%;
    border:0 none;
    height:30px;
    line-height:30px;
}

#mapPanel_getDirections
{
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
    color:#FFFFFF;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 2%;
    padding: 0 2%;
    width:auto;
    height:30px;
    line-height:30px;
}

#mapPanel .ui-layout-resizer-west
{
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    background-image: url(css/images/locations.gif);
    background-repeat: no-repeat;
}

#mapPanel .ui-layout-resizer-west-open
{
    -moz-border-radius: 0;
    border-radius: 0;
}

#mapPanel #info
{
    font-size: 12px;
}

#mapPanel_directionsPanel
{
    background:#fff;
    float: left;
    margin-top: 10px;
}

.pane {
    display:	none; /* will appear when layout inits */
}

.pane h3
{
    margin: 0;
    padding-left: 15px;
    font-size:14px;
    font-weight: bold;
}

.pane h3.ui-accordion-header span.ui-icon
{
    left: 0;
}

ul.links
{
    display:block!important;
    padding: 5px 0;
}

ul.links li
{
    color: #407F6E;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
}

ul.links li:hover
{
    background: #AAA;
    cursor: pointer;
}