/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007 David Hellsing
    
    http://monc.se/tripoli/

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* ---------- RESET ---------- */
*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext{font:inherit;font-size:1em;white-space:normal}
dfn,i,cite,var,address,em{font-style:normal}
th,h1,h2,h3,h4,h5,h6,dt{font-weight:normal}
strong,b{font-weight:bold}
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet,table{border:none}
caption,th,td{text-align:left;}
html{/*background:white;color:black;*/line-height:1}
q{quotes:'' ''}
ul,ol,dir,menu{list-style:none}
sub,sup{vertical-align:baseline}
a{color:inherit}
hr{display:none}
/* ---------- DISABLE ---------- */
/*font,basefont{color:inherit;font:inherit;font-size:100%}
center{text-align:inherit}
s,strike,u{text-decoration:inherit}
*[align]{text-align:inherit}
img{margin:0;border:none}
ol{list-style-type:decimal}
body{background-color:transparent}
table,tr,th,td{width:auto;height:auto;background-color:transparent;vertical-align:inherit;border:none;}
nobr{white-space:normal}
marquee{overflow:visible;-moz-binding:none}
blink{text-decoration:none}
*/

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

html>body .clearfix
{
	height: auto;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}