
/* this is to make sure the Categories work */

@media (min-width: 768px) {

.page_catalog_category h2.title {

    clip: rect(1px, 1px, 1px, 1px);

    position: relative !important;

    left: 0;



}



 #colour_legend {





    height: auto;



    width: 200px;



  }







     .legend_sections {



         width: 280px;



         border: solid #FFFFFF;



         border-width: 2px;



         padding: 10px;



         font-size: 14px;



     }
 a {


 	text-decoration: none;

 }



 a:link {

 	color: #000000;

  text-decoration: none;

 }



 a:active {

 	color: #000000;

  text-decoration: none;

 }



 a:visited {

 	color: #000000;

  text-decoration: none;

 }



 a:hover {

 	color: white;

 	background: #000000;

 	cursor: pointer;

  text-decoration: none;



 }
