
/***** Defaults *****/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
table, tr, td { margin:0; /*padding:0;*/ }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
html { font-size:100.01%; }
body { text-shadow:#000 0 0; }
fieldset,img { border:none; }

/*img, div, .pngfix { behavior: url("iepngfix.htc") }*/

/***** Global Classes *****/

.clear         { clear:both;}
.clearer       { clear:both; font-size:1px; line-height:1px; height:0px; float:none;}
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.nomargin      { margin:0; }

/***** CUSTOM CLASSES ******/

.maxH{
  height: 100%;
}
.maxW{
  width: 100%;
}
.getToCenter{
  margin: 0 auto;
}
.getBlackWhite{
  color: white;
  background: black;
}
.border{
  border: 1px solid red;
}
.clearedItem {
  overflow: hidden;
  _overflow: visible;
  _overflow-x:hidden;
  _height: 0;
  margin-bottom: 6px;
}
/*\*//*/
.clearedItem {display: inline-block;}
/**/




