/* Common CSS for all browsers in project */
* { margin: 0; padding: 0; }
.img-repl, #register-and-login #mn11 a, #register-and-login #mn10 a, #track-link, #contact-link { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img, fieldset { border: none; }
.container:after, .zend_form dd:after, .columns:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.cc { clear: both; }

/* Main custom rules
------------------------------ */

a { text-decoration: none; }
a:hover {  }

html { background: #fff none repeat 50% 0; font: 18px/1.5em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; color: #000; }

#page { display: block; width: 960px; margin: 10px 0 0 100px; position: relative; }

h1 {margin: 0; padding: 20px 0; height: 100px;}
h2 {margin: 0 0 .5em;}
h3 {margin: 0 0 .5em;}
.section {clear: both; overflow: hidden; padding-bottom: 1em; border-bottom: 5px inset #333; margin-bottom: 1em;}

#letchik {position: absolute; right: 10px; top: 10px;} 

.columns {overflow: hidden; clear: both; padding-bottom: 1em; border-bottom: 1px solid #333; margin-bottom: 1em;}

.columns .col {float: left; margin-right: 20px; font-size: 70%; width: 300px; line-height: 1.4em;}

.thumbs .darkbox {float: left; margin: 0 5px 5px 0;}

#overlay {display: none; position: fixed; background-color: #000; opacity: .75; width: 100%; height: 100%; left: 0; top: 0; z-index: 1000;}
#overlay_content {position: fixed; opacity: 1; left: 50%; top: 50%; z-index: 1100; display: block; margin: -10000px -10000px 0 0;}