html{
    background: #fff;
}
body{
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    font-size: 0.9em;
}

sup{
    vertical-align: super;
    font-size: smaller;
    font-size: 0.6em;
}

/*******************************************************************************
 ****   Generic
 ******************************************************************************/
.clear{
    clear: both;
}
.clear-left{
    clear: left;
}
.clear-right{
    clear: right;
}
.accesskey{
    text-decoration: underline;
}
.hidden{
    display: none;
}
.data-sortable{
    display: none;
}
.no-wrap{
    white-space: nowrap;
}
.minimal{
    width: 1%;
}
.content-center{
    text-align: center;
}
.line-height-150{
    line-height: 1.5em;
}
.main-content .small-text{
    font-size: 0.85em;
}
abbrev{
    border-bottom: 1px dotted #999;
    cursor: help;
}

/*******************************************************************************
 ****   Headings and Text
 ******************************************************************************/
h1{
    font-size: 1.8em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #056571;
}
h2{
    font-size: 1.4em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    color: #056571;
}
h3{
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    color: #056571;
}
h4{
    font-size: 1.1em;
}
p{
    margin-top: 1em;
}
p:first-child{
    margin-top: 0;
}
.main-content ol{
    margin-left: 1em;
}

/*******************************************************************************
 ****   Header
 ******************************************************************************/
.header{
    
}
.header > .inner{
    max-width: 1440px;
    margin: auto;
}
.header .header-logo{
    width: 311px;
    height: 168px;
    float: left;
    background: url(images/logo.png) left center no-repeat;
    position: relative;
    z-index: 10;
    border: 0;
    text-decoration: none;
    margin-right: 50px;
}

/*******************************************************************************
 ****   Navigation
 ******************************************************************************/
.header-navigation{
    display: none;
}
.navigation{
    background: #fff;
    font-size: 1.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
}
.navigation > .inner{
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding-top: 35px;
}
.navigation ul{
    list-style-type: none;
    position: relative;
    float: left;
    margin-top: 40px;
}
.navigation li{
    position: relative;
    float: left;
}
.navigation ul ul{
    margin-left: 15px;
    position: absolute;
    top: 1.9em;
    background: #e5e5e5;
    margin-left: 0;
    border: 1px solid #D8D7D5;
    display: none;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.navigation a{
    color: #333;
    padding: 7px 0 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 35px;
    position: relative;
    float: left;
    padding-bottom: 13px;
}
.navigation a:hover{
    color: #056571;
}
.navigation ul ul a{
    margin-right: 0;
    font-size: 0.9em;
    float: none;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    white-space: nowrap;
    color: #333;
	font-weight: normal;
}
.navigation ul ul li{
    float: none;
    min-width: 200px;
    font-size: 0.9em;
}
.navigation ul ul a:hover{
    color: #0099cc;
}
.navigation ul li:hover ul{
    display: block;
    z-index: 10;
}
.navigation .current-page > a{
    text-decoration: none;
}
.navigation ul ul .current-page > a{
    border-bottom: 1px solid #96c03d;
}
.navigation-clear{
    clear: both;
}
#nav-home{ display: none; }

/*******************************************************************************
 ****   Breadcrumbs
 ******************************************************************************/
.breadcrumbs{
    clear: both;
    padding: 0;
    background: #056571;
}
.breadcrumbs > .inner{
    max-width: 1400px;
    margin: auto;
    padding: 12px 0 12px 40px;
    color: #fff;
}
.breadcrumbs a{
    color: #fff;
}

/*******************************************************************************
 ****   Content
 ******************************************************************************/
.main-content{
    line-height: 1em;
    max-width: 1440px;
    margin: auto;
}
.main-content > .inner{
    max-width: 1400px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #056571;
    border-top: 0;
    min-height: 600px;
}
.main-content .inner.document{
    position: relative;
    padding-top: 2em;
}

.homepage .main-content{
    max-width: none;
}
.homepage .main-content > .inner{
    border: 0;
}

/*******************************************************************************
 ****   Section
 ******************************************************************************/
.main-content .section{
    background: #fff;
}
.main-content .section .title{
    display: none;
}
.main-content .section .inner{
    line-height: 1.5em;
}
.main-content .section a{
    color: #056571;
}

/*******************************************************************************
 ****   Footer
 ******************************************************************************/
.footer {
    position: relative; 
    margin: 10px 0 0;
    padding: 45px 0 0;
    clear: both;
    background: #211545;
}
.footer > .inner {
    margin: auto;
    padding: 20px;
    max-width: 1430px;
    text-align: center;
    clear: both;
    color: #fff;
    font-size: 0.8em;
    
}
.footer p {
    display: block;
}
.footer a{
    color: #fff;
}
.footer .footer-bar {
    position: absolute;
    margin: 0;
    padding: 20px 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 1.3em;
    background: #007a87;
}


/*******************************************************************************
 ****   Tables
 ******************************************************************************/
table{
    margin: 1.4em 0;
    width: 99%;
}
th{
    background: #f3f3f3;
    font-weight: bold;
    padding: 0.2em;
    border: 1px solid #e5e5e5;
}
td{
    padding: 0.4em;
    border: 1px solid #e5e5e5;
}
tr.odd td{
    background-color: #f9f9f9;
}
tr.even td{
    background-color: #ffffff;
}
tr.top-header th{
    background-color: #1e1e1e;
}
tr.separater td{
    border-left: 0;
    border-right: 0;
}

/*******************************************************************************
 ****   Lists
 ******************************************************************************/
.main-content ul{
    margin-left: 30px;
    list-style-type: disc;
    margin-bottom: 1em;
}
.main-content li {
    padding: 0.15em 0;
}

/*******************************************************************************
 ****   FAQ Output
 ******************************************************************************/
.faq-links .faq-category,
.faq-content .faq-category{
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin-bottom: 0.3em;
}
.faq-links a,
.faq-content .faq-question{
    display: block;
    padding: 0.25em 0.5em;
    border: 1px dotted #e5e5e5;
    margin-bottom: 0.3em;
}
.faq-content{
    margin-top: 2em;
}
.faq-content .faq-category{
    background: #c5c5c5;
    border: 1px solid #a5a5a5;
}
.faq-content .faq-question{
    background: #e5e5e5;
    border: 1px dotted #c5c5c5;
}
.faq-content .faq-answer{
    padding: 0.5em;
    margin-bottom: 1em;
}
.faq-content .faq-jump-top{
    float: right;
    font-size: 0.7em;
    text-decoration: none;
}
.faq-content .faq-answer ol,
.faq-content .faq-answer ul{
    margin-left: 2em;
    margin-top: 0.5em;
}

/*******************************************************************************
 ****   Messages
 ******************************************************************************/
.sliph-message{
    background: #900;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 1px 8px;
    margin: 0 0 1px 0;
    font-size: 0.75em;
}
#sliph-messages{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
#sliph-messages li{
    background: #900;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 6px 10px;
    margin: 0 0 4px 0;
}
#sliph-messages li.notice{
    background: #090;
}

/*******************************************************************************
 ****   Browse A-Z
 ******************************************************************************/
div.browse-list h2{
    font-size: 0.85em;
    color: #000;
    background-color: transparent;
    display: block;
    padding: 6px 3px 6px 12px;
    margin: 20px 0 1px 0;
    vertical-align: middle;
    border-bottom:  1px solid #cccccc;
    text-transform: uppercase;
}
div.browse-list h2 a:link,
div.browse-list h2 a:active,
div.browse-list h2 a:visited {
    color: #646767;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 0.9em;
}
div.browse-list h2 a:hover{
    color: #000000;
    text-decoration: underline;
}
div.browse-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.browse-list li{
    border-bottom: 1px solid #E9E8E6;
    font-family: 'PT Sans', 'Open Sans',sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
    white-space:normal;
}
div.browse-list ul.search li{
    width: 90%;
}
div.browse-list li.white{
    background-color: #ffffff;
}
div.browse-list li.grey{
    background-color: #f8f8f8;
}
div.browse-list li.red{
    background-color: #fff;
    color: #993333;
    padding: 10px;
}
div.browse-list h2 a.return-top{
    float: right;
    font-size: 0.8em;
    text-decoration: none;
    border: 0;
}
div.browse-list .overview{
    display: block;
    font-size: 0.8em;
    margin: 0.5em;
}
.az-jump-links{
    padding-top: 1em;
}
.az-jump-links a{
    font-family: 'PT Sans', 'Open Sans', sans-serif;
    float: left;
    padding: 0 0.4em;
    margin: 0 0.3em;
    color: #040707;
    text-decoration: none;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 0.95em;
}

.az-jump-links a:hover{
    border: 1px solid #fff;
    border-bottom: 2px solid #056571;
}
a.az-filter{
    border: 1px solid #e5e5e5;
    padding: 0 0.8em;
    border-radius: 8px;
    margin-bottom: 0.8em;
}
a.az-filter:hover{
    border: 1px solid #cc9;
}
a.az-filter.selected{
    border-color: #e0e0e0;
    background-color: #f5f5f5;
}
.az-filter-caption{
    font-weight: bold;
    width: 4em;
    float: left;
    clear: left;
    margin-left: 0.7em;
    margin-bottom: 0.8em;
}

#nav-home a{
    font-size: 0em;
    width: 40px;
    height: 17px;
    background: url(images/home.png) center 8px no-repeat;
}

/*******************************************************************************
 ****   Form Elements
 ******************************************************************************/
.sliph-form{
    width: auto;
}
.sliph-form th,
.sliph-form td{
    padding: 6px 10px;
}
.sliph-form th{
    background: #f5f5f5;
}
.sliph-form td{
    background: #fff;
}
.sliph-form input[type=text],
.sliph-form input[type=password]{
    width: 300px;
}
.sliph-form .buttons td{
    border: 0;
}
.sliph-form input[type=submit],
.sliph-form input[type=button]{
    padding: 3px 10px;
    margin-right: 10px;
}
.sliph-form .accesskey{
    text-decoration: underline;
}

/*******************************************************************************
 ****   Media Queries
 ******************************************************************************/
.document-search-from .checkbox{
	display:block;
	float:left;
	-webkit-appearance: checkbox;
}
#toggle-menu, .toggle-menu{ display:none;}
	.navigation ul ul ul{
		margin: 5px -1px;
	}
@media (max-width: 1380px) {
  .footer > .inner{
    min-height: auto;
    padding: 10px 15px;
  }
  .main-content{
      min-height: auto;
  }
  .breadcrumbs > .inner{
      padding-top: 10px;
  }
  .navigation a{
	  
  }
  .main-content > .inner{
      padding: 10px;
  }
  
}
@media (max-width: 1127px) {
	.navigation ul {
		margin-bottom: 0px;
		float:none;
	}
	.navigation a {
		margin-right: 20px;
	}
}
@media (max-width: 1066px) {
	
	.header .header-logo {
		margin-right:35px;
	}
}
@media (max-width: 1021px) {
	.navigation ul {
		margin-bottom:0px
	}
}
@media (max-width: 986px) {
	.header .header-logo {
		margin-bottom:10px;
	}
	.navigation a {
		padding-left:10px;
	}
	.navigation ul {
		float: left;
	}
	.navigation ul ul a {
		font-size: 14px;
		font-weight: 400;
	}
	.homepage-block-wrapper .clear {
		clear: none;
	}
	.homepage-block {
		margin: 20px 8px 0 0px !important;
		width: 28% !important;
	}
	.main-content .section .homepage-block.list .title {
		padding: 46px 2% !important;
	}
}
@media (max-width: 960px) {
	.header .header-logo {
		margin-bottom: 20px;
	}
	.navigation a {
		margin-right: 20px;
		padding-left: 10px;
	}
    .navigation ul{
        margin-top: -50px;
    }
    .footer {
        margin-top: 150px !important;
        clear: left;
        display: block;
    }

    .homepage-block-wrapper{
        padding: 10px !important;
        margin: 0px !important;
    }
}
@media (max-width: 800px) {
/*******************************************************************************
 ****   Theme Colours
 ******************************************************************************/

 	/*Little house Icon homeW is white house icon */
	#nav-home a {
		background: url(images/homeW.png) center 11px no-repeat;
		background-color: rgba(0, 0, 0, 0);
		background-color: #6f6b65;
	}
	/*Hover state for top level links*/
	.navigation li:hover a {
		background: #E1E1E1;
		color: #990000;
	}
	/*Style for dropdown links*/
	.navigation li:hover ul a {
		background: #f3f3f3;
		color: #2f3036;
	}
	.navigation a:hover {
		border-bottom: 1px solid #990000;
	}
	.navigation .current-page > a {
		border-bottom: 1px solid #b01f1b;
		background-color: #fff;
		color: #b01f1b;
	}
	.toggle-menu { /* lable tag */
		color: #fff;
		background: #b01f1b;
	}
	/*menu when checkbox is checked*/
	input[type=checkbox]:checked ~ .toggle-menu{
		background:#b01f1b;
	}
	/*Hover state for dropdown links*/
	.navigation li:hover ul a:hover {
		background: #a5a5a5;
		color: #fff;
	}
	.navigation a {
		color: #fff;
		border-bottom: 1px solid #4c4c4c;
	}
	.navigation li a {
		color: #e4e4e4;
		background: #6f6b65;	
	}
/*******************************************************************************
 ****   End Theme Colours
 ******************************************************************************/
	.navigation ul ul ul{
		margin-top: 0px;
	}
	#nav-home {
		/*visibility: hidden;*/
		display: block;
	}
    .homepage-block {
        height: 180px !important;
        width: 29% !important;
    }
    .footer{
        margin-top: 0px !important;
    }
    .homepage-block-wrapper .clear{
        clear: left;
    }
	.header .header-logo {
		margin-bottom:34px;
		width: 287px;
		height: 77px;
        margin-top: 10px;
        margin-left: 10px;
	}
	/* navigation for toggle nav*/ 
	.navigation a {
		margin-top:0;
		font-size:100%;
		padding: 0;
		padding-bottom: 0px;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		margin-right: 35px;
		position: relative;
		float: left;
		padding-bottom: 2px;
	}

	.navigation .current-page > a {
		text-decoration: none;
	}
	#nav-home a {
		font-size: 0em;
		width: 60px;
		height: 40px;
	}
/* Drop Down navigation */
	.navigation {
		display: block;
		clear: none;
		position: relative;
		min-height: 152px;
	}
	/*Strip the ul of padding and list styling*/
	.navigation ul {
		list-style-type: none;
		margin: 0px 10px 10px 0px;
		padding: 0px;
	}
	.navigation ul ul{
		top:2.5em;
	}
	/*Horizontal list with spacing*/
	.navigation li {
		display:inline-block;
		float: left;
		margin-right: 1px;
	}
	/*Style for menu links*/
	.navigation li a {
		display:block;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none;
	}

	/*Style for dropdown links*/
	.navigation li:hover ul a {
		height: 40px;
		line-height: 40px;
	}

	/*Hide dropdown links until they are needed*/
	.navigation li ul {
		display: none;
	}
	/*Make dropdown links vertical*/
	.navigation li ul li {
		display: block;
		float: none;
	}
	/*Prevent text wrapping*/
	.navigation li ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;
	}
	/*Display the dropdown on hover*/
	.navigation li:hover ul {
		display: block !important;
		width: 100%;
	}
	.navigation ul li, li a {
		width: 100%;
	}
	/* double Drop Down navigation */
	.navigation li li:hover li {
		display: block;
	}
	.navigation li li li {
		display: none;
	}
	/* End of Drop Down navigation */
	/* table fix for low screen sizes */ 
	table {
		width: 99% !important;
	}
	.document-search-from th,
    .compliance-overview-table th,
    .compliance-search-from th{
        float:none;
        display:block;
    }
    .document-search-from td,
    .compliance-overview-table td,
    .compliance-search-from td{
        float:none;
        display:block;
    }
	.document-search-from select {
		width: 100% !important;
	}
	.compliance-search-from select {
		width: 100% !important;
	}
	.breadcrumbs {
		display: none;
	}
/* Toggle nav */
	.toggle-menu{ display:block;}		

/* Hides navigation */
	.navigation .inner{
		display: none;
	}

	.toggle-menu { /* lable tag */
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		position: absolute;
		padding: 10px;
		top: 111px;
		line-height: 22px;
		left:10px;
		width: 158px;
		z-index: 60;
		cursor: pointer;
	}
	#toggle-menu{
		height: 35px;
		width: 172px;
		position: absolute;
		z-index: 99;
		left: 8px;
		top: 10px;
	}
	#toggle-menu:checked { /* input tag */
		height: 35px;
		width: 108px;
		position: absolute;
		z-index: 99;
		left: 72px;
		top: 10px;
	}
	#toggle-menu:checked + .toggle-menu{
		left: 72px;
		width: 95px;
	}
	/*Hide checkbox*/
	input[type=checkbox]{
		display: none;
		-webkit-appearance: none;
	}

	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ .inner{
		display: block;
	}
	.main-content h2 {
		margin-top: 20px;
	}
    .homepage-block{
        clear: left !important;
        width: 90% !important;
        height: auto !important;
    }
}
@media screen and (max-width : 660px){
	h1 {
		font-size: 1.2em;
	}
}

@media screen and (max-width : 544px){
	.homepage-block {
		margin: 20px 8px 0 0px !important;
		width: 44% !important;
	}
	.main-content .section .homepage-block.list .title {
		padding: 46px 2% !important;
	}
}
@media screen and (max-width : 486px){
	.homepage-block {
		width: 43% !important;
	}
    .footer-bar a{
        clear: left !important;
        float: none !important;
        display: block !important;
        margin-top: 8px !important;
    }
}
@media screen and (max-width : 420px){
	.homepage-block {
		width: 42% !important;
	}
}
@media screen and (max-width : 451px){
	.footer p {
		text-align:center;
		padding: 5px 60px;
	}
}
@media screen and (max-width : 369px){
	.footer p {
		text-align:center;
		padding: 5px 10px;
	}
	.homepage-block {
		width: 40% !important;
	}
}
@media screen and (max-width : 360px){
	.homepage-block {
		width: 230px !important;
		height: 220px !important;
	}
}
@media screen and (max-width : 300px){
	.header .header-logo {
		width: 96%;
	}
}
@media (max-width: 1000px) {
/*******************************************************************************
 ****   sliph-document JAM-DM15
 ******************************************************************************/
    #sliph-document-navigation {
        float: left;
        margin: 20px 0 15px 0;
        overflow: hidden !important;
        height: auto !important;
    }
    #sliph-document-content.bulletin {
        float: left;
    }
    #sliph-document-content {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-left: none !important;
        border-right: none;
        float:left;
    }
    .main-content .inner.document{
        padding-top:0;
    }
    #sliph-document-sub-navigation{
        position:relative !important;
    }
    #sliph-document-sub-navigation li {
        float: left;
        border-bottom: 1px solid #fff;
        width: 33%;
        border-left: 1px solid #fff;
        text-align: center;
        margin: 0px;
        background-color: #e5e5e5;
        line-height: 15px;
        padding:10px 0;
    }
    #sliph-document-sub-navigation a{
        padding:0 !important;
    }
    #sliph-document-sub-navigation{
        background:none !important;
    }
    p { /*dont like this fix*/
        clear: both;
    }
/*******************************************************************************
 ****   End sliph-document JAM-DM15
 ******************************************************************************/
}
@media screen and (max-width : 621px){
    .footer p {
        float: none !important;
        padding: 5px;
    }
    #sliph-document-sub-navigation li {
        width: 48.5%;
    }
    .homepage-block{
        height: auto !important;
        clear: left !important;
        width: 90% !important;
    }
    .homepage-block-wrapper .clear{
        clear: left !important;
    }
    .footer{
        clear: left !important;
        margin-top: 0px !important;
    }
}

/*******************************************************************************
 ****   Homepage Styles
 ******************************************************************************/
.homepage-block-wrapper{
    background: #f2f7f8;
    margin: 0 -500px 0 -500px;
    padding: 10px 500px 10px 500px;
}
.homepage-block{
    float: left;
    margin: 20px 0 0 30px;
    margin-top: 20px;
    width: 280px;
    height: 150px;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
    text-decoration: none;
}
.homepage-block.clear-left{
    margin-left: 0;
}
.main-content .section .homepage-block{
    background: #fff url(images/icon-az.png) 15px center no-repeat;
}
.main-content .section .homepage-block .title{
    display: block;
    font-weight: bold;
    padding: 0.75em 0 0.75em 0;
}
.main-content .section .homepage-block .title{
    color: #000;
    font-weight: bold;
    padding-left: 70px;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.main-content .section .homepage-block.search {background-image:url(images/icon-search.png);}
.main-content .section .homepage-block.faq    {background-image:url(images/icon-faq.png);}
.main-content .section .homepage-block.bbs {background-image:url(images/icon-consult.png);}
.main-content .section .homepage-block.glossary  {background-image:url(images/icon-glossary.png);}
.main-content .section .homepage-block.contact  {background-image:url(images/icon-contact.png);}
.main-content .section .homepage-block.tor {background-image:url(images/icon-tor.png);}
.main-content .section .homepage-block.contact .contact-icon-e{
    width:24px;
    height:22px;
    background: url(images/contact-icon-e.png) left center no-repeat;
    float: left;
    padding-left: 17px;
    margin-right: -10px;
}
.main-content .section .homepage-block.contact .contact-icon-t{
    width:24px;
    height:22px;
    background: url(images/contact-icon-t.png) left center no-repeat;
    float: left;
    clear: left;
    padding-left: 17px;
    margin-right: -10px;
}
.homepage-block .description{
    font-size: 0.9em;
    padding: 0.5em 0;
    margin-left: 70px;
    color: #000;
    display: block;
}
.homepage-block img{
    width: 280px;
    height: 130px;
}

/*******************************************************************************
 ****   A-Z Filters
 ******************************************************************************/
.browse-filter{
    margin: 0.7em;
    display: none;
}
.browse-filter .label{
    float: left;
    width: 65px;
    padding-top: 4px;
}
.browse-filter .filter-list{
    float: left;
    width: 250px;
    background: #f5f5f5 url(images/filter-down.gif) right center no-repeat;
    border: 1px solid #ccc;
    padding: 0.25em;
    cursor: pointer;
    position: relative;
    margin-right: 1em;
}
.browse-filter .filter-list.small{
    width: 180px;
}
.filter-cookie-apply,
.filter-cookie-clear{
    float: left;
    width: 110px;
    background: #fff url(images/reset.png) 3px center no-repeat;
    border: 1px solid #fff;
    padding: 0.25em;
    padding-left: 22px;
    cursor: pointer;
    position: relative;
    margin-right: 1em;
}
.filter-cookie-clear{
    background: #fff url(images/clear.png) 3px center no-repeat;
}
.browse-filter .filter-list ul{
    display: none;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: -1px;
    top: -1px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.browse-filter .filter-list.small li a{
    width: 180px;
}
.browse-filter .filter-list ul li{
    padding: 0;
}
.browse-filter .filter-list ul li a{
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    width: 250px;
    padding: 0.25em;
    color: #000;
    display: block;
}
.browse-filter .filter-list ul li:hover{
    background: #056571;
}
.browse-filter .filter-list ul li:hover a{
    color: #fff;
}
.browse-filter .filter-list:hover ul{
    _display: block;
}
.browse-list .filter-fail{
    padding-top: 1em;
    color: #900;
}
.main-content .section a.az-empty{
    cursor: default;
    color: #ccc;
}
.main-content .section a.az-empty:hover{
    border-bottom: 0;
}
.az-index-label{
    float: left;
    width: 54px;
    margin-left: 0.7em;
} 