/*
 * $Date: 2009-12-14 13:58:17 +0200 (Pzt, 14 Ara 2009) $
 * $Id: default.a.reset.css 150 2009-12-14 11:58:17Z Mustafa $
 * $Rev: 150 $
*/
abbr,acronym {
    border:0;
    font-variant:normal;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style:inherit;
    font-weight:inherit;
}
body {
    margin:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin:0 0;
    padding:0;
}
caption,th {
    text-align:left;
}
del,ins {
    text-decoration:none;
}
fieldset,img {
    border:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:400;
}
html,legend {
    color:#000;
}
input,button,textarea,select {
    font-size:100%;
}
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
li {
    list-style:none;
}
q:before,q:after {
    content:'';
}
sup,sub {
    vertical-align:baseline;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* Clearfix method */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
	display: block;
	clear: both;
	margin-top: 10px;
}

