@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
html,div,ul,ol,li,h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
ul,ol {list-style:none}
body {font:12px Arial; margin:0; color:#666666;}
a {text-decoration:none; outline:none}
a:hover {text-decoration:underline}
img {border:none; outline:none}

.right {
	float:right;
}

.left {
	float:left;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */