@media screen
{
  }

  #maincontent {
    width:100%;
    padding-right:1px;
    margin-left:0px;
    margin-right:1%;
  }

  div#flow{
	float:right;
	overflow: visible !important;
	margin:0;
	background-position: -100px 0; /* Hide tab by default in case JS is absent */
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 20px;
	padding-left: 0;
  }
  div#flow div#tab {
    margin:0;
    cursor: default;
  }
  

  div.nav  {
    background:#FcFcFf;
	position:relative;
    margin-bottom:1em;
    width:100%;
    border:1px solid #CAD6E8 ;
	padding:1em 0 1.5em 0;
	
  }

 div.product, div.cart  {
    width:100%;
    background-color: #FFFAF0;
    border:1px solid #730;
    margin-bottom:1em ;
    position: relative;
	padding:.5em 0 .8em 0;
  }



  #stats {
    background:transparent;
    position:absolute;
    right:2em;
    top:0;
    font: normal 10px/1em Verdana,Arial,Helvetica,sans-serif;
    text-align:right;
	color:#777;
  }

  #footer {
    font-size:.8em;
 	text-align:center; 
	color:#777;
	clear:both;
	line-height:1.4em;
	margin-bottom:.5em
  }

  #tertiary {
    font-size:1em;
	background: #6584B0 url(/images/new/bargradient2.jpg) bottom right  no-repeat; 
	margin:0 2px -10px 12px;
	height:3.1em;
	overflow:visible;
	color:#97AFD9;
	margin-right:0;
	padding-right:0;
  }

  #standards {
    position: relative;
    top: 50px;
    text-align: center;
  }

  #topcontrols {
    clear: both;
  }

  #skip {
    text-indent:-20em;
    position: absolute;
  }


  /* halfs, thirds and quarters */
 #tab {
	margin-top:15px!important;
 }
 .wrap {
	position:relative;
	color: #666666;
	margin: 15px;
	padding: 10px;
 }

  /* Forces blocks to enclose their floated children */
  .clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* This alternative fix works fine, but it's disabled to troubleshoot CatFish */
  /*.clearfix {
    overflow: hidden;
  }*/

  /* Don't know why we'd need this rule, but it was here when CatFish worked */
  .clearfix {
    display:block;
	position:relative
  }
  /* END: Forces blocks to enclose their floated children */

  #tab div.wrap {
    border: 1px solid #CAD6E8;
    background-color: #fff;
    margin-top: 15px;
  }
}
