@media screen
{
  #body {
    border-top: 1px solid white;
  }
  #sorry, .sorry {
    display:none;
  }
  #content {
    width: auto;
    background: #fcfcff ;
    padding: 0 6px .5em 12px;
	overflow: visible;
	min-width:750px;
	clear: both!important;
	top:1em!important;
	margin-bottom:1em!important;

  }

  #maincontent {
    float: left;
    width:78%;
    padding-right:1px;
    margin:0 5px 0 0;
	background-color:transparent;

  }

  #maincontent_confronto {
    float: left;
    width: auto;
    padding-right:1px;
    margin:0 5px 0 0;
    background-color:transparent;
  }

  #maincontent_ris_confronto {
    float: left;
    width: auto;
    padding-right:1px;
    margin:0 5px 0 0;
    background-color:transparent;
  }

  div#flow{
    float:right;
    overflow: visible !important;
    width:74.3%;
    padding:0 0 20px 0;
    margin:0 0 0 0;
    background-position: -100px 0; /* Hide tab by default in case JS is absent */

  }

  div#flow_centopercento{
    float:left;
    overflow: visible !important;
    /* width:100%; */
    width:auto;
    padding:0 0 5px 0;
    margin:0 0 0 0;
    background-position: -100px 0; /* Hide tab by default in case JS is absent */

  }

  div#flow div#tab {
    margin:0;
    cursor: default;
  }

  #col1  {
    float:left;
    clear: left;
    width:24%;
    margin:0;
  }

  div.nav  {
    background:#FcFcFf;
	position:relative;
    margin-bottom:1em;
    width:auto!important;
    width:100%;
    border:1px solid #CAD6E8 ;
	padding:1em 0 1.5em 0;
	
  }

 div.product, div.cart  {
    width:auto!important;
    width:100%;
    background-color: #FFFAF0;
    border:1px solid #730;
    margin-bottom:1em ;
    position: relative;
	padding:.5em 0 .8em 0;
  }
  #col3 {
    float:right;
    width:20%;
    margin:0 5px 0 0 ;
	padding-top: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-top:1.7em!important;
	clear:both;
	overflow:hidden;
	border-top:10px solid #fff;
  }

  #tertiary {
    font-size:1em;
	background: #6584B0 url(/images/new/bargradient2.jpg) bottom right  no-repeat; 
	margin:0 2px -5px 12px;
	overflow:hidden;
	height: 3em;
	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 */
  .third {
    width: 28%;
    float: left;
    padding: 0px;
    margin: 0px ! important;
    clear: right;
  }

  .twothirds {
    width: 60%;
    float: left;
    display: inline;
    clear: left;
    padding: 0px 10px 20px 0px;
    margin: 0 8px 0px 0;
    border-right: 1px solid #C6D3E7;
    overflow: hidden;
  }

  .half {
    width: 44%;
    float: left;
    padding: 5px 2%;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
  }
 #tab {
	margin-top:15px!important;
 }
 .wrap {
	margin-top:15px;
	position:relative;
 }

  /* 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
  }

  * html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
  }
  /* END: Forces blocks to enclose their floated children */

  #tab div.wrap {
    border: 1px solid #CAD6E8;
    background-color: #fff;
    margin-top: 15px;
  }


  
}


