/* ******************************************************************************** WWW.BORISTENES.COM */
/* ******************************************************************************** CSS BASE */

/* ******************************************************************************** CSS RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin:0;padding:0;}
html {margin:auto;overflow-y:scroll;width:100%;}
li {list-style:none;}
:focus {outline: 0;}
* {border:0px;}

/* ******************************************************************************** CLEARFIX */
.clearfix:after {clear:both;content:".";display:block;height:0;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}

/* ******************************************************************************** TOOLTIPS */
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;text-decoration:none;}

/* ******************************************************************************** HYPERLINKS */
a:link , a:visited {
color:#FF6600;
text-decoration:none;
}
a:hover , a:active {
color:#FF9900;
text-decoration:underline;
}

/* ******************************************************************************** IMAGE POSITIONS */
.left {
float:left;
margin:3px 20px 20px 0;
padding:1px;
}
.center {
clear:both;
margin:auto;
padding:1px;
text-align:center;
}
.right {
float:right;
margin:3px 0 20px 20px;
padding:1px;
}