/* Base CSS for EACom pages */

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:850px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color:#ccc; 
 width:100%;
} 
 
#leftcol{
 width:200px; 
 height:550px;
 float:left; 
 position:relative; 
 background-color:#bbb; 
 }
 
#twocols{
 width:650px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:150px; 
 height:350px;
 float:right; 
 position:relative; 
 background-color:#bbb;
 }
 
#maincol{background-color: #fff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:500px; 
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* generated by Ryan */

a { color: darkblue; font-weight: bold; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

table { border-collapse: collapse; }
th, td { text-align: left; border-bottom: 1px solid darkblue; padding: 3px 6px; font-weight: normal; vertical-align: top;}

.greyed_out { color: gray; }

#results { font-size: 80%; }
#browse_criteria { }

.listing { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; }

.listing td { border: none; padding: 0 0 10px 0; }

.listing_name { font-size: 10pt; }
.listing_address { width: 250px; padding-right: 10px; }
.listing_detail { width: 490px; }

.listing_symbols { float: left; }
.listing_stars { float: right; text-align: right; white-space: nowrap; }
.listing_description { clear: both; }
