@charset "utf-8";

/*
 CSS Tools v2.2 (XHTML 1+, HTML5+)
 -----------------------------------
 Last modified: 24.05.2012
 Author: Ruslan B. (r.beygulenko@gmail.com )
 Please attribute the author if you use it
*/

/* base reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, 
blockquote, th, td, span, applet, object, iframe, strike, kbd, q, sub, sup, tt, var, dl, dt, dd, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
img, body, html, abbr, acronym, a img { border:0; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
ol, ul, dir, menu { list-style:none; }
:focus, a, a:hover, a:active { outline:none; }
caption, th { text-align:left; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align:top;} 
q:before, q:after { content:''; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
sup, sub { line-height: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* 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 */
.a-left { text-align:left;}
.a-right { text-align: right;}
.a-center { text-align:center;}
.left { float: left; }
.right { float: right; }
.help { cursor: help; }
.nobr { white-space: nowrap; }
img.a-left {float:left;margin:0 10px 10px 0;}
img.a-right {float:right;margin:0 0 10px 10px;}

/* selections 
::selection {background:#CCC;color:#FFF;}
::-moz-selection {background:#CCC; color:#FFF;}
*/

/* noscript message */
.noscript { background: #C00;padding:10px 0; position:relative;z-index:9999;/*-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;*/ font-size:13px; text-shadow:1px 0 1px #970000; line-height:15px; color:#FFF; text-align:center;-moz-box-shadow: 0 0 5px #000;-webkit-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000;/* Old browsers */ background: -moz-linear-gradient(top, #C00 0%, #900 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C00), color-stop(100%, #900)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #C00 0%, #900 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #C00 0%, #900 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #C00 0%, #900 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C00', endColorstr='#900', GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #C00 0%, #900 100%); /* W3C */ }
.noscript p {margin:0px;}
.noscript strong { text-decoration:blink;}