/* Malo - CSS Library - Author:Vladimir Carrer */
/* CSS Reset */	
html, body, form, div, p, h1, h2, h3, h4, h5, h6, ul, li{margin: 0; padding: 0; border: 0; list-style: none;}
/* CSS Grid dp = div percet */
.dp20, .dp25, .dp33, .dp66, .dp50, .dp75, .dp80, .dp100{float:left; overflow: hidden; display: inline;} /* IE margin hack *margin-left:-0.04em;  */
/*IE6*/ * html .dp20, * html .dp25, * html .dp33, * html .dp66, * html .dp50, * html .dp75, * html .dp80, * html .dp100{margin-left:-0.04em;}
.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33%;}
.dp66{width:66.66%;}
.dp50{width:50%;}
.dp75{width:75%;}
.dp80{width:80%;}
.dp100{width:100%;}

.clear{clear:both; float: none;}
.left{float: left;}
.right{float: right;}
.autowidth{width: auto;}

.center{text-align: center;}
.hidden{display: none;}
.innertube{padding: 5px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.f75{font-size: 0.75em;}
.f80{font-size: 0.8em;}
.f90{font-size: 0.9em;}
.f110{font-size: 1.1em;}

/* Basic layout */
html{font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #003333;}
body{margin: 0; padding: 0; }
input, select, textarea, button{font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #003333;}

/* Document */
h1, h2, h3, h4, h5, h6, p{margin-bottom: 18px; font-weight: normal;}

a{color: #333333; text-decoration: none;}
a:hover{text-decoration: none;}
a img{border: none;}


