﻿/* format  */ 
p {
    padding-bottom: 10px;
}

.mainTitle {
    padding-top: 5px;
}

div.pageBodyContent div.infoHighlight {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.whats-on-months a,
div.whats-on-seasons a,
div.whats-on-years a,
div.whats-on-letters a  {
    padding-bottom: 5px;
    font-size: 0.9em;
}

.white-text {

    color: #fff!important;
}

/* layout  */ 


.padtop10 {
      padding-top: 20px;
      padding-bottom: 10px;
}


  #framediv {
	 display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	z-index: 1100; 
    overflow:hidden;     
 }

  /* override for no products */
/*
  a[href="showpairs/search"],
  .panel_quickeventsearch,
  .panel_popular_now,
  .column_popular,
  .searchSimple    {display:none;}
*/
  /******************************/

@media screen and (max-device-width: 480px) {
    #framediv {
        top: -5px;
        left: -5px;
        width: 105%;
        height: 105%;
    }
}

@media screen and (max-device-width : 1024px)  {
      #framediv {
        top: -10px;
        left: -10px;
        width: 105%;
        height: 105%;
    }
}