

/*
Ruslan B. CSS Tools v1.5.1
r.beygulenko@gmail.com 
*/

/* css reset */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
img, body, html { border:0; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
:focus, a, a:hover { outline:none; }
a img { border:none; }
caption, th { text-align:left; }
td { vertical-align:top;} 
h1, h2, h3, h4, h5, h6 { font-size:100%; }
q:before, q:after { content:''; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
::selection {background: #B65810;color:#FFF;}
::-moz-selection {background: #B65810; color:#FFF;}
input::-moz-focus-inner { border: 0;padding:0px;}

/* clear floating */
.clear, .clearfix:after {clear:both; height:0px;display:block;visibility:hidden;line-height:0px; font-size:0px;}
.clearfix:after{content:".";}
.clearfix {display:inline-block}
/*\*/.clearfix {display:block}/**/

/* hidden objects */
.none {display: none;}
.hidden {visibility: hidden;}

/* additional */
.left { float: left; }
.right { float: right; }
.help { cursor: help; }
.nobr { white-space: nowrap; }
.noscript {padding:2px 0; text-align:center; background:#333; text-shadow:1px 0 1px #000;}
