@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; border:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-size:100%; line-height:1; }
div > * { vertical-align:middle; }

h1, h2, h3, h4, b, strong, em { font:inherit; }
a { text-decoration:none; }
ol, ul { list-style:none; }
table { border-collapse:collapse; }
:focus { outline:none; }
::-moz-focus-inner { border:0; }

/* stable elements */
.h_5 { height:5px; } 
.h_10 { height:10px; } 
.h_15 { height:15px; } 
.h_20 { height:20px; } 
.h_25 { height:25px; } 
.h_30 { height:30px; } 
.h_35 { height:35px; } 
.h_40 { height:40px; } 
.h_45 { height:45px; } 
.h_50 { height:50px; } 
.h_110 { height:110px; } 
.h_170 { height:170px; } 

/* floats */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

