/***************************/
/* Colours                 */
/***************************/
.infoWindowContainer .infoWindow h3,
.prettyMapList .corePrettyStyle,
.prettyMapList .prettyFileBar .categoryList a.showing,
.prettyMapList .prettyFileBar .prettyFileFilters a.showing{
    /*Gradient background*/
    background: #ffffff; /* Old browsers */

    border:solid 1px #EAEAEA;
    color:#555;
}

.prettyMapList .corePrettyStyle a{color:#555;}

.prettyMapList .corePrettyStyle:hover{
    background-color:#EAEAEA;
    border-color:#aaa;
}

.prettyMapList .corePrettyStyle:hover a,
.prettyMapList a.corePrettyStyle:hover{color:#5A3674;}

.prettyMapList .corePrettyStyle:active{

    background-color:#ededed;
    background-position:0 -10px;
    background-repeat:repeat-x;
    border-color:#aaa;
}

/*Close bar*/
.prettyMapList .prettyFileBar .bar{
	background-color:#fbfbfb;
	border-top:solid 1px #ccc;
}
.prettyMapList .prettyFileBar .bar .cross{opacity:0.4;}
.prettyMapList .prettyFileBar .bar .cross:hover{background-color:#efefef;}

/*InfoWindow*/
.infoWindowContainer:after {border-top-color: #fff;}
.infoWindowContainer:before {border-top-color: #ccc;}
.infoWindowContainer{border:solid 1px #ccc;}
.infoWindowContainer .infoWindow h3{border-bottom:solid 1px #aaa;}

/*=================================*/

.prettyMapList .prettyFileBar .categoryList a.showing:after,
.prettyMapList .prettyFileBar .prettyFileFilters a.showing:after
{

    -webkit-box-shadow:inset none;
    box-shadow:inset none;

    content:"";
    background:#fff url(../images/icons/silk_icons/tick.png) no-repeat 0 0;
    display:block;
    height:16px;
    left:6px;
    opacity:0.8;
    position:absolute;
    top:6px;
    width:16px;
}

.prettyMapList .prettyFileBar .categoryList .btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    line-height:22px;
    margin-bottom:3px;
    margin-left:0;
    padding:4px 8px 4px 30px;
    position:relative;
}

.prettyMapList .prettyFileBar .categoryList li{
    float:left;
}

.prettyMapList .prettyFileBar .categoryList a.showing{

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    padding:4px 8px 4px 30px;
    text-shadow:0 1px 1px rgba(255,255,255,1);

}

.prettyMapList .prettyFileBar .categoryList .btn:after
{

    content:"";
    background-color:#fff;
    border:solid 1px #ccc;
    display:block;
    height:16px;
    position:absolute;
    top:6px;
    left:6px;
    width:16px;
}

.prettyMapList .prettyFileBar .categoryList .btn:hover:after{
    background-color:rgba(233,246,253,1);
    border-color:#aaa;
}
.prettyMapList .prettylink {
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

