/*DO NOT EDIT
	=========================================*/
/*APPLIED TO ALL ELEMENTS
	=========================================*/
.fleft {
    float: left;
    display: block
    }
.fright {
    float: right;
    display: block
    }
a.sdoor.fleft span, a.sdoor.fleft:hover span, a.sdoor.fleft:focus span, a.sdoor.fright span, a.sdoor.fright:hover span, a.sdoor.fright:focus span {
    display: block
    }
.clearall {
    clear: both;
    margin: 0;
    padding: 0
    }
.clearleft {
    clear: left
    }
.clearright {
    clear: right
    }
/*APPLIED TO LIST ONLY
	=========================================*/
.h li {
    float: left;
    display: block
    }
.h li.last {
    margin-right: 0 !important;
    border-right: 0 !important
    }
/*SEPARATIONS
	=========================================*/
hr {
    display: none
    }
.spacer {
    height: 15px
    }
.h.spacer {
    width: 15px
    }
.b_spacer {
    margin-bottom: 15px
    }
.l_solid {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px
    }
.l_dotted {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #000;
    margin-bottom: 15px
    }