/*
CSS escrito por
rickshira (rickshira@gmail.com)
13/10/09
*/

/* GLOBAL CSS PROJECT
----------------------------------------------------------------------------- */

/* Reset MultiBrowser
------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,p,blockquote,th,td{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
:focus {outline: none;}
a img {border: none;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom:1; }

/* Shira's class
------------------------------------------ */
.imgLeft img{float:left;}
.center{ text-align:center;}
.txtLeft{ text-align:left;}
.txtRight{ text-align:right;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden; height:0px;}
.block {display:block;}
.del{display:none;}
.null{visibility:hidden;}

