/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

h1,h2,h3,h4,h5,h6 {
    display: block;
    padding: 0px;
    margin-top: 0px;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #8e8e8e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }
a:hover {
    text-decoration: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */








/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a:focus {
  outline: none;
}

::focus {
  outline: none;
}

*:focus {
  outline: none;
}

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

html, body {
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
    color: #161616;
    background: #fff;
}

html.n2012, body.n2012 {
    background: #fbfbfb;
}

#header,#footer,#main {
    width: 980px; 
    margin: 0px auto;
}

#layout {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -50px;
}

#layout #layout_footer {
  height: 50px;
}
 
#footer {
    clear: both;
    position: relative;
    height: 50px;
    color: #8e8e8e;
    font-size: 11px;
}

#footer a {
    color: #8e8e8e;
}

#footer p {
    display: block;    
    margin: 0px;
    padding: 25px 0px 0px;
}

#footer p.foo_made {
    float: right;   
}
 
#header {
    padding: 25px 0px 0px;
}

#header h1 {
    background: url(/images/logo.gif) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 99px;
    float: left;
}

#header h1 a {
    display: block;
    height: 40px;
    width: 99px;
    float: left;
    text-decoration: none;
    text-indent: -9999em;
}

#header h2 {
    display: block;
    float: left;
}

#header h2.hidden {
    display: none;
}

#main {
    width: 980px;
    margin: 0px auto;
}

#navigation {
    float: left;
    width: 190px;
    padding: 10px 0px 0px;
}

#content {
    float: left;
    width: 770px;
    padding: 10px 0px 0px;    
}

#content-swf {
    width: 850px;
    margin: 0px auto;   
}


#content-swf-2012 {
    width: 600px;
    margin: 50px auto 0 auto;   
}

#nav_first {
}

#nav_first li {
    margin: 0px 0px 15px;
    line-height: 1.2;
}

#nav_first li a.active {
    font-weight: bold;    
}

#nav_first a {
    text-decoration: none;    
}

#nav_two {
    background: url(/images/nav_three.gif) no-repeat 0px 5px;
    padding: 5px 0px 0px;
    height: 446px;
    width: 135px;
    color: #fff;
}

#nav_two a {
    color: #fff;
    text-decoration: none;    
}
#nav_two .black {
    color: #000000;
    text-decoration: none;    
}

#nav_two li.nav_two_1 {
    display: block;
    height: 56px;
    width: 56px;
    padding: 0px 0px 0px 8px;
}

#nav_two li.nav_two_1 span.flip_1 {
    display: block;
    padding: 6px 0px 0px;   
}

#nav_two li.nav_two_1 span.quickFlip {
    display: block;
    height: 42px;
    width: 42px;
}

#nav_two li.nav_two_1 span.quickFlip1 {
    font-size: 14px;
    display: block;
    height: 42px;
    width: 42px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    line-height: 42px;
}

#nav_two li.nav_two_1 span.quickFlip1 a {
    display: block;
    height: 42px;
    width: 42px;
}

#nav_two li.nav_two_2 {
    display: block;
    height: 50px;
    width: 90px;
    padding: 0px 0px 0px 47px;
}

#nav_two li.nav_two_2 span.flip_2 {
    display: block;
    padding: 25px 0px 0px;   
}

#nav_two li.nav_two_22 {
    display: block;
    height: 60px;
    width: 80px;
    padding: 0px 0px 0px 50px;
}

#nav_two li.nav_two_22 span.flip_22 {
    display: block;
    padding: 24px 0px 0px;   
}

#nav_two li.nav_two_2 span.quickFlip {
    display: block;
    height: 60px;
    width: 90px;
}

#nav_two li.nav_two_2 span.quickFlip2 {
    display: block;
    height: 60px;
    width: 90px;
    text-align: left;
    overflow: hidden;
    z-index: 10;
    line-height: 1.1;
}

#nav_two li.nav_two_2 span.quickFlip2 a {
    display: block;
    height: 60px;
    width: 90px;
}

#nav_two li.nav_two_3 {
    text-align: center;
    display: block;
    height: 80px;
    width: 80px;
    padding: 5px 0px 0px 0px;
}

#nav_two li.nav_two_3 span.flip_3 {
    display: block;
	height: 50px;
    padding: 50px 0px 0px;    
}

#nav_two li.nav_two_3 span.quickFlip {
    display: block;
    height: 20px;
    width: 80px;
}

#nav_two li.nav_two_3 span.quickFlip3 {
    display: block;
    height: 20px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

#nav_two li.nav_two_3 span.quickFlip3 a {
    display: block;
    height: 20px;
    width: 80px;
}

#nav_two li.nav_two_4 {
    color: black;
    display: block;
    height: 90px;
    width: 90px;
    padding: 3px 0px 0px 34px;
}

#nav_two li.nav_two_4 span.flip_4 {
    color: black;
    display: block;
    padding: 53px 0px 0px;  
}


nav#nav_main ul,nav#nav_main li,nav#nav_main span,nav#nav_main em,nav#nav_main a {
    display: block;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

nav#nav_main li {
    margin: 0px 0px 0px 8px;
    display: none;
    height: 45px;
}

nav#nav_main em {
    display: block;
    padding: 25px 0px 0px 8px;
    font-style: normal;
}

nav#nav_main span {
    height: 38px;
    width: 3px;
    margin: 1px 0px 0px;
}

nav#nav_main span.c1_00a1ff {
    background: #00a1ff;
}

nav#nav_main span.c2_e2007e {
    background: #e2007e;
}

nav#nav_main span.c3_ffeb00 {
    background: #ffeb00;
}

nav#nav_main span.c4_796f8b {
    background: #796f8b;
}

nav#nav_main span.c5_d2bf00 {
    background: #d2bf00;
}

nav#nav_main span.c6_0079a1 {
    background: #0079a1;
}

nav#nav_main span.c7_c8a79b {
    background: #c8a79b;
}

nav#nav_main span.c8_7380bb {
    background: #7380bb;
}

nav#nav_main span.c9_b19489 {
    background: #b19489;
}

nav#nav_main span.c10_7a557c {
    background: #7a557c;
}

nav#nav_main span.c11_aa5538 {
    background: #aa5538;
}

nav#nav_main span.c12_195a46 {
    background: #195a46;
}

nav#nav_main span.c13_be2556 {
    background: #be2556;
}

nav#nav_main span.c14_e3d19f {
    background: #e3d19f;
}

nav#nav_main span.c15_ffcc00 {
    background: #ffcc00;
}

nav#nav_main span.c16_676b44 {
    background: #676b44;
}

nav#nav_main span.c17_86671d {
    background: #86671d;
}

nav#nav_main span.c18_531358 {
    background: #531358;
}

nav#nav_main span.c19_db6481 {
    background: #db6481;
}

nav#nav_main span.c20_c7c7c7 {
    background: #c7c7c7;
}

nav#nav_main span.c21_c7c3ac {
    background: #c7c3ac;
}

nav#nav_main span.c22_1d8984 {
    background: #1d8984;
}

nav#nav_main span.c23_98bfd0 {
    background: #98bfd0;
}

nav#nav_main span.c24_6ac6da {
    background: #6ac6da;
}

nav#nav_main span.c25_ed192b {
    background: #ed192b;
}

nav#nav_main span.c26_88564d {
    background: #88564d;
}

nav#nav_main span.c27_60914e {
    background: #60914e;
}

nav#nav_main span.c28_893f2a {
    background: #893f2a;
}

nav#nav_main span.c29_ead900 {
    background: #ead900;
}

nav#nav_main span.c30_bfb2c5 {
    background: #bfb2c5;
}

nav#nav_main span.c31_872959 {
    background: #872959;
}

nav#nav_main span.c32_874236 {
    background: #874236;
}

nav#nav_main span.c33_5f857e {
    background: #5f857e;
}

nav#nav_main span.c34_f46aa3 {
    background: #f46aa3;
}

nav#nav_main span.c35_144f85 {
    background: #144f85;
}

nav#nav_main span.c36_c06a69 {
    background: #c06a69;
}

nav#nav_main span.c37_e09a71 {
    background: #e09a71;
}

nav#nav_main span.c38_c0c8b9 {
    background: #c0c8b9;
}

nav#nav_main span.c39_2e5a77 {
    background: #2e5a77;
}

nav#nav_main span.c40_006e78 {
    background: #006e78;
}

nav#nav_main span.c41_a5603c {
    background: #a5603c;
}

nav#nav_main span.c42_3b1e33 {
    background: #3b1e33;
}

nav#nav_main span.c43_e7c420 {
    background: #e7c420;
}

nav#nav_main span.c44_6d2a5a {
    background: #6d2a5a;
}

nav#nav_main span.c45_a3757c {
    background: #a3757c;
}

nav#nav_main span.c46_ddf3fe {
    background: #ddf3fe;
}

nav#nav_main span.c47_874236 {
    background: #874236;
}

nav#nav_main span.c48_5f857e {
    background: #5f857e;
}

nav#nav_main span.c49_f46aa3 {
    background: #f46aa3;
}

nav#nav_main a.active,nav#nav_main a:hover {
    color: #1d1d1d;
}

#content a {
    color: #00a1e1;
}

#content p.n_group {
    margin: 0px 0px 10px;   
}

#content p.n_group a {
    color: #555;
}

#content .nav_content {
    clear: left;
    margin: 0px 0px 20px;
}

#content .nav_content ul {
    display: block;
    clear: left;
}

#content .nav_content li {
    display: block;
    float: left;
    color: #000;
}

#content .nav_content span {
    display: block;
    float: left;
    padding: 0px 5px;
}

#content .nav_content a {
    display: block;
    float: left;
    color: #00a1e1;
}

#content .nav_content li.active,#content .nav_content li.active a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#content .nav_content li.active span {
    font-weight: normal;
}

#content #cont_18,#content #cont_cat,#content #cont_i,#content #cont_db,#content #cont_calc,#content #cont_kalend {
    min-height: 568px;
    height: auto !important;
    height: 568px;
    color: #fff;
    padding: 35px 0px 0px;
    line-height: 1.15;
}

#content #cont_18 .cont_disc,#content #cont_cat .cont_disc,#content #cont_i .cont_disc,#content #cont_db .cont_disc,#content #cont_calc .cont_disc,#content #cont_kalend .cont_disc {
    margin: 0px 0px 0px 84px;
    width: 420px;   
}

#content #cont_18 .cont_disc p,#content #cont_cat .cont_disc p,#content #cont_i .cont_disc p,#content #cont_db .cont_disc p,#content #cont_calc .cont_disc p,#content #cont_kalend .cont_disc p {
    margin: 0px 0px 10px;
}

#content #cont_18 a,#content #cont_cat a,#content #cont_i a,#content #cont_db a,#content #cont_calc a,#content #cont_kalend a {
    color: #fff;
    text-decoration: underline;
}

#content #cont_cat h1.zagl,#content #cont_i h1.zagl,#content #cont_db h1.zagl,#content #cont_calc h1.zagl,#content #cont_kalend h1.zagl {
    font-size: 14px;
    background: #fff;
    padding: 10px 20px 10px 0px;
    -khtml-opacity:.80;
    -moz-opacity:.80;
    -ms-filter:"alpha(opacity=80)";
    filter:alpha(opacity=80);
    opacity:.80;
    color: #000;
    text-align: right;
    display: block;
    width: 200px;
    margin: 0px 0px 15px;
    font-weight: normal;
}

#content #cont_i h1.zagl span {
    padding: 0px 20px 0px 0px;
}

#content #cont_kalend h1.zagl span {
    padding: 0px 35px 0px 0px;
}

#content #cont_18 h1.zagl {
    font-size: 14px;
    background: #fff;
    padding: 10px 20px 10px 0px;
    -khtml-opacity:.80;
    -moz-opacity:.80;
    -ms-filter:"alpha(opacity=80)";
    filter:alpha(opacity=80);
    opacity:.80;
    color: #e2007e;
    margin: 0px 0px 12px;
    text-align: right;
    width: 295px;
}

#content #cont_18 {
    background: url(/images/bg-18.png) no-repeat 0px 0px;   
}

#content #cont_cat {
    background: url(/images/bg-kalend.png) no-repeat 0px 0px;    
}


#content #cont_i {
    background: url(/images/bg-i.png) no-repeat 0px 0px;    
}

#content #cont_db {
    background: url(/images/bg-db.png) no-repeat 0px 0px;   
}

#content #cont_calc {
    background: url(/images/bg-calc.png) no-repeat 0px 0px;   
}

#content #cont_kalend {
    background: url(/images/bg-kalend.png) no-repeat 0px 0px;   
}

* .rednorm {
    color: #e2007e;
    font-weight: bold;
}

* .redbig {
    font-size: 24px;
    color: #e2007e;
}

nav#nav_main em.n_home {
    display: block;
    padding: 9px 0px 0px 8px;
    font-style: normal;
    font-size: 13px;
    vertical-align: middle;
}

#content.c_home {
    clear: left;
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    position: relative;
}

#linl_to_r,#linl_to_e {
    display: block;
    text-decoration: none;
    position: absolute;
    height: 322px;
    width: 322px;
}

#linl_to_n {
    display: block;
    text-decoration: none;
    position: absolute;
    height: 120px;
    width: 120px;
}
#linl_to_m {
    display: block;
    text-decoration: none;
    position: absolute;
    height: 120px;
    width: 120px;
}

#linl_to_r_h,#linl_to_e_h,#linl_to_n_h,#linl_to_m_g {
    display: none;
}

#linl_to_r_i,#linl_to_e_i {
    display: block;
    height: 100%;
    width: 100%;
}

#linl_to_r {
    left: 140px;
    top: 190px;
}

#linl_to_e {
    left: 462px;
    top: 0px;
}

#linl_to_n {
    left: 843px;
    top: -50px;
}
#linl_to_m {
    left: -25px;
    top: 15px;
}

img.image_news {
    -webkit-transition: all 0.3s ease-out;  -moz-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;  -ms-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;    
    width: 120px;    
    height: 120px;
    margin: 10px;    position: relative;  vertical-align: middle;
}
img.image_news:hover {
    -webkit-transition: all 0.3s ease-in;  -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  -ms-transition: all 0.3s ease-in;  
    transition: all 0.3s ease-in;  
    width: 200px;  
    height: 200px;
    margin: -20px;    
    z-index: 200;
}
img.image_mag {
    -webkit-transition: all 0.2s ease-out;  -moz-transition: all 0.2s ease-out;  -o-transition: all 0.2s ease-out;  -ms-transition: all 0.2s ease-out;  
    transition: all 0.2s ease-out;    
    width: 200px;    
    height: 200px;
    margin: 10px;    position: relative;  vertical-align: middle;
}
img.image_mag:hover {
    -webkit-transition: all 0.2s ease-in;  -moz-transition: all 0.2s ease-in;  -o-transition: all 0.2s ease-in;  -ms-transition: all 0.2s ease-in;  
    transition: all 0.2s ease-in;  
    width: 270px;  
    height: 270px;
    margin: -20px;    
    z-index: 200;
}

#content.c_home .l_home_1 {
    background: url(/images/h-1-2.png) no-repeat right bottom;
    height: 322px;
    width: 410px;
    position: absolute;
    left: 70px;
    top: 200px;
}

#content.c_home .l_home_1 .l_home_11  {
    padding: 60px 0px 0px;    
}

#content.c_home .l_home_1 .l_home_11 .liop {
    height: 25px;
    width: 200px;
    -khtml-opacity:.80;
    -moz-opacity:.80;
    -ms-filter:"alpha(opacity=80)";
    filter:alpha(opacity=80);
    opacity:.80;
    background: #fff;
    padding: 5px 0px 0px;   
}

#content.c_home .l_home_1 .l_home_11 .liop a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

#content.c_home .l_home_2 {
    background: url(/images/h-1-1.png) no-repeat right bottom;
    height: 322px;
    width: 410px;
    position: absolute;
    left: 390px;
    top: 10px;
}

#content.c_home .l_home_2 .l_home_22  {
    padding: 60px 0px 0px;    
}

#content.c_home .l_home_2 .l_home_22 .liop {
    height: 25px;
    width: 180px;
    -khtml-opacity:.80;
    -moz-opacity:.80;
    -ms-filter:"alpha(opacity=80)";
    filter:alpha(opacity=80);
    opacity:.80;
    background: #fff;
    padding: 5px 0px 0px;   
}

#content.c_home .l_home_2 .l_home_22 .liop a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

div.d_home_18 {
    color: #fff;
    top: -50px;
    background: url(/images/home18.png) no-repeat 0px 0px;
    height: 106px;
    width: 106px;
    position: absolute;
    right: 10px;
    padding: 20px 0px 0px 25px;
}

div.d_home_18n {
    color: #fff;
    top: -50px;
    background: url(/images/home18.png) no-repeat 0px 0px;
    height: 106px;
    width: 106px;
    position: absolute;
    right: 10px;
    padding: 42px 0px 0px 25px;
}

#content a.n_home_18 {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1.1;
}

div.d_home_18o {
color: #fff;
top: -50px;
background: url(/images/home18.png) no-repeat 0px 0px;
height: 106px;
width: 106px;
position: absolute;
right: 10px;
padding: 42px 0px 0px 14px;
}
#content div.d_home_18o a {
color: #fff
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('/images/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/images/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('/images/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/images/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/images/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/images/fancybox/fancybox.png');
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/images/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/images/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/images/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('/images/fancybox/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

.navigation .item{
    position:absolute;
}

.user{
    top:125px;
    left:451px;
}
.home{
   top:50px;
   left:300px;
}

a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}


.navigation .item a.active{
    background-position:0px -52px;
}

.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:150px;
    height:150px;
}

.item h2{
    position:absolute;
    width:147px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}


#teas1 {
    display: block;
    position: absolute;
    left: 200px;
    top: 200px;
    height: 250px;
    width: 250px;
    background: #09F;
    z-index: 1;
}
#imgg1 {
    display: block;
    height: 250px;
    width: 250px;
    z-index: 2;
}
#teas2 {
    display: block;
    position: absolute;
    left: 400px;
    top: 100px;
    height: 250px;
    width: 250px;
    background: #09F;
    z-index: 1;
}
#imgg2 {
    display: block;
    height: 250px;
    width: 250px;
    z-index: 2;
    overflow: visible;
}
#teas1 #lll1 {
    background: #FFF;
    display: block;
    height: 20px;
    width: 150px;
    left: -40px;
    top: 40px;
    position: absolute;
    z-index: 10;}

.cont_disct1_2112 {
		background: url(/images/s2112_1.png) no-repeat 0px 0px;
		line-height: 0;
		font-size: 0;
		height: 0;
		width : 0;
}

.cont_disct2_2112 {
		background: url(/images/s2112_2.png) no-repeat 0px 0px;
		line-height: 0;
		font-size: 0;
		height: 0;
		width : 0;
}

.cont_disct1_2112 * , .cont_disct2_2112 * {
		font-size: 0;
}

#cont_s2112 .cont_disc1 {
		height: 568px;
		background: url(/images/s2112_1.png) no-repeat 0px 0px;
		width: 100%;
		position: relative;
		overflow: hidden;
}
#cont_s2112 .cont_mask {
		height: 568px;
		background: #fff;
		width: 100%;
		position: absolute;
}

#cont_s2112 .cont_disc2 {
          height: 568px;
          background: url(/images/s2112_2.png) no-repeat 0px 0px;
	  width: 100%;
	  opacity: 0;
	  filter:alpha(opacity=0);
}

#cont_s2112 .cont_disc2_cont {
		width: 450px;
                padding: 140px 0 0 90px;
                color: #fff;
		/*line-height: 1.25;*/
}

#cont_s2112 .cont_disc2 h1 {
		font-size: 30px;
		font-weight: normal;
}

div.d_home_s2112 {
		color: #fff;
		top: -50px;
		background: url(/images/home21212.png) no-repeat 0px 0px;
		height: 106px;
		width: 106px;
		position: absolute;
		right: 10px;
		padding: 0;
		text-indent: -9999em;
}
#pages_al {
 margin: 0 auto;
}

#content a.n_home_s2112 {
    display: block;
    height: 106px;
    width: 106px;
    text-decoration: none;
}


@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* Магазин */

.pic-mg {
max-height:200px;
max-width:250px;
float:left;
}

.otziv {
margin-top:-36px;
border:1px solid gray;
border-bottom:none;
width: 90px;
height: 25px;
padding: 5px 10px;
font-size: 18px;
background: #fff;
text-align: center;
}
.comment { 
border-top: 1px solid gray;
margin-top: 40px;
border-right: 1px solid gray;
panding: 0 10px;

}
.reg_tit {
text-align:center;
font-size: 25px;
font-weight: bold;
padding-bottom: 38px;
padding-top: 25px;
}

.cartShop {
width: 150px;
-webkit-border-radius: 8.2px;
-moz-border-radius: 8.2px;
border-radius: 8.2px;
background: #73a6d6;
text-align: center;
   
}
.cartShop-head {
text-align: center;
color: white;
padding: 5.5px;
border-bottom: 1px solid #9b6fa3;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
background: #db2929;
background: -webkit-gradient(linear, left top, left bottom, from(#f5d42c), to(#db2929));
background: -webkit-linear-gradient(top, #f5d42c, #db2929);
background: -moz-linear-gradient(top, #f5d42c, #db2929);
background: -ms-linear-gradient(top, #f5d42c, #db2929);
background: -o-linear-gradient(top, #f5d42c, #db2929);
}


.shk-but_price {
  float: right; 
  margin-top: 60px;
  width: 200px;
  height: 200px;
  position: relative;
  margin-right: 335px
}

.shk-priceT {
font-size:1.2em;
margin-top: 20px;
	}
.shk-kolvoT {
font-size:1.0em;
margin-top: 10px;
	}
.shk-nameT {
margin-top: -50px;
	
}
.shk-price {
font-weight:bold; 
font-size:1.0em;
	}
.shk-but {  
background: #db2929;
background: -webkit-gradient(linear, left top, left bottom, from(#f5d42c), to(#db2929));
background: -webkit-linear-gradient(top, #f5d42c, #db2929);
background: -moz-linear-gradient(top, #f5d42c, #db2929);
background: -ms-linear-gradient(top, #f5d42c, #db2929);
background: -o-linear-gradient(top, #f5d42c, #db2929);
   padding: 5px 10px;
      -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   margin-right: 90px;
 border: none;
   }
.shk-but:hover {
   background: #ac65d6;
   background: -webkit-gradient(linear, left top, left bottom, from(#db2929), to(#f5d42c));
   background: -webkit-linear-gradient(top, #db2929, #f5d42c);
   background: -moz-linear-gradient(top, #db2929, #f5d42c);
   background: -ms-linear-gradient(top, #db2929, #f5d42c);
   background: -o-linear-gradient(top, #db2929, #f5d42c);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }


.tab_con {
        position: relative;
        margin-top: -35px;
	float: left;
        width: 770px;
        padding: 10px 0px 0px;
        height: 470px;
        
}
.tab_lb {
   background: #ff5100;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff08c), to(#ff5100));
   background: -webkit-linear-gradient(top, #fff08c, #ff5100);
   background: -moz-linear-gradient(top, #fff08c, #ff5100);
   background: -ms-linear-gradient(top, #fff08c, #ff5100);
   background: -o-linear-gradient(top, #fff08c, #ff5100);
	color: #656;
	cursor: pointer;
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	position: relative;
	text-align: center;
        line-height: 30px;
        margin: 0 2px;
        border-radius: 4px;
}

.tab_la {
	position: absolute;
	left: -9999px;
}

#tab_1:checked  ~ #disc_n,
#tab_2:checked  ~ #com_s,
#tab_3:checked  ~ #gall_y {
	background: #fff;
	border-color: #fff;
	top: 0;
	z-index: 3;
}

.tabs_cont {
        margin-top: 3px;
	background: #fff;
	position: relative;
	z-index: 2;
	height: 450px;
        overflow: auto;
}

.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #disc_n1,
#tab_2:checked ~ .tabs_cont #com_s2,
#tab_3:checked ~ .tabs_cont #gall_y3 {
	position: static;
	left: 0;
	opacity: 1;

}
