@charset "utf-8";
/* reset */
body{font-style:normal;text-transform:none}
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td,input,textarea,select{margin:0;padding:0}
form{display:inline}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;display:block}
fieldset,img{border:0}
img {vertical-align:middle}
sup{line-height:5px;vertical-align:top}
input,textarea,select{font-family:Arial, Helvetica, sans-serif;padding:0;margin:0;outline:none}
select{font-size:100%;font-family:inherit;font-weight:inherit}
blockquote, q{quotes:none}
label{display:inline-block}
a{text-decoration:none;cursor:pointer}
a:focus{outline-style:none}

/* helpers */
.clear{clear:both}
.left{float:left}
.right{float:right}
.center{text-align:center}
.automargin{margin:0 auto}
.hidden{display:none}
.fullwidth{width:100%}
.block{display:block}
.vScroll{overflow-x:hidden;overflow-y:auto}
img.left{margin:0 15px 5px 0}
img.right{margin:0 0 5px 15px}

/* disable default ul and li properties */
.disableUls ul,.disableUls ol,.disableUls li{list-style:none}
ul.inline li{display:inline}

/* widths */
.s{width:160px}
.m{width:320px}
.l{width:655px}
.xl{width:990px}
