/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
    color: #009DE1;
}
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}.social-sprite,
 header.main .social li.facebook a,
 header.main .social li.linkedin a {
     background: url('../images/generated/social-s8e4cfd832e.png') no-repeat;
 }

header.main .social li.google a {
    background: url('../images/google.png');
    background-size: 29px 29px;
}

html {
    background: #fff;
}
body {
    background: url(../images/body_bg.jpg) 0 0 repeat-x;
}
header.main {
    height: 180px;
    padding: 1px 0 0;
    background: url(../images/header.jpg) 50% 0 no-repeat;
}
header.main h1 {
    margin: 7px 0 0;
    float: left;
}
header.main .social {
    float: right;
    list-style: none;
    margin: 15px 0 0;
    poadding: 0;
}
header.main .social li {
    float: left;
    margin-left: 6px;
}
header.main .social li a {
    float: left;
    width: 29px;
    height: 29px;
}
header.main .social li.facebook a {
    background-position: 0 0;
}
header.main .social li.linkedin a {
    background-position: 0 -29px;
}
header.main nav {
    clear: both;
    padding: 21px 0 0;
}
header.main nav ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 15px;
}
header.main nav ul li {
    float: left;
    margin-left: 12px;
}
header.main nav ul ul {
    display: none;
}
header.main nav ul li:first-child {
    margin-left: 0;
}
header.main nav ul li:hover a,
header.main nav ul li a.active {
    background: #fff;
    color: #194981;
}
header.main nav ul li a {
    padding: 0 6px;
    font: bold 18px/15px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    text-decoration: none;
    color: #fff;
}
.featured_products .col,
.side_product {
    padding: 0 0 17px;
    background: #f4f4f4 url(../images/short-product-shadow.png) 0 100% no-repeat;
}
.featured_products .col img,
.side_product img {
    display: block;
    margin: 0 auto;
    border: 1px solid #DADADA;
}
.featured_products .col h2,
.side_product h2 {
    margin: 0;
    padding: 10px 0;
    width: 315px;
    height: 15px;
    font: bold 18px/15px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    text-align: center;
    background: #009ee4 url(../images/short-product-title.jpg) 0 0 no-repeat;
    color: #fff;
}
.featured_products .col p,
.side_product p {
    margin: 0;
    padding: 15px;
    color: #4d4d4c;
    font: 13px Arial, sans-serif;
}
.featured_products .col a,
.side_product a {
    color: #009de0;
    font-style: italic;
}
.side_product {
    margin-bottom: 20px;
}

p {
    clear: both;
    color: #4d4d4c;
    font: 13px Aial, sans-serif;
}
.plain-text {
    clear: both;
    color: #4d4d4c;
    font: 13px Aial, sans-serif;
}
.plain-text .thumb {
    float: right;
    margin: 0 0 20px 20px;
}
.plain-text .highlated {
    color: #009de1;
    text-transform: uppercase;
    font-size: 16px;
}
.subnav {
    /*margin-top: -30px;*/

}
.subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    font: bold 16px/16px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    padding: 24px 0;
    border-bottom: 1px dashed #C6C6C6;
}
.subnav ul li {
    float: left;
    margin: 0 20px 0 0;
}
.subnav ul li a {
    text-decoration: none;
    color: #6f6f6e;
}
.subnav ul li a:hover {
    color: #009de1;
}
.subnav ul li a.active {
    color: #009de1;
}
.content-box h2 {
    margin: 0.7em 0;
    color: #194981;
    font: bold 24px Arial, sans-serif;
}
.content-box h3 {
     margin: 1.5em 0 0.2em;
     color: #009de0;
     font: bold 18px Arial, sans-serif;
 }
.content-box h3.rood {
    margin: 1.5em 0 0.2em;
    color: #ff0000;
    font: bold 18px Arial, sans-serif;
}
form ::input-placeholder
{
    color: #636363;
}
form :input-placeholder {
    color: #636363;
}
form ::-webkit-input-placeholder {
    color: #636363;
}
form :-moz-placeholder {
    color: #636363;
}
form ::-moz-placeholder {
    color: #636363;
}
form :-ms-input-placeholder {
    color: #636363;
}
form h2 {
    margin: 0 0 15px;
    font: bold 16px/18px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    color: #009de1;
}
form p {
    font: 13px Arial, sans-serif;
    color: #636363;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="phone"],
form textarea {
    font: 14px Arial, sans-serif;
    color: #636363;
    width: 90%;
    padding: 7px 5%;
    margin-bottom: 15px;
    border: 1px solid #DBDBDB;
}
#loginform {
    width: 400px;
}
form textarea {
    height: 90px;
}
button {
    border: 0;
    padding: 2px 10px;
    font: bold 14px/14px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    /*color: #fff;*/
    color: #009DE0;
    background-color: transparent;
    /*background: url(../images/short-product-title.jpg) 0 0 no-repeat;*/
    /*background-size: cover;*/
}

form input[type="submit"] {
    float: right;
    border: 0;
    padding: 8px 20px;
    font: bold 18px/18px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    color: #fff;
    background: url(../images/short-product-title.jpg) 0 0 no-repeat;
    background-size: cover;
}
form .req {
    margin: 0;
    font: 14px Arial, sans-serif;
    color: #009de1;
}
form input.small {
    font: 14px Arial, sans-serif;
    padding: 2px !important;
    height: 20px;
}
.shopping-form h2 {
    margin: 0 0 30px;
}
.contact .info {
    width: 321px;
    float: left;
}
.contact .more-info {
    width: 312px;
    padding-left: 20px;
    float: left;
    border-left: 1px dashed #DBDBDB;
}
.contact h2 {
    margin: 0 0 15px;
    font: bold 16px/18px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    color: #009de1;
}
.contact p {
    font: 13px Arial, sans-serif;
    color: #636363;
}
.shopping-cart h2 {
    margin: 0 0 10px;
    font: bold 16px/18px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    color: #009de1;
}
.shopping-cart .products {
    width: 100%;
    border-collapse: collapse;
}
.shopping-cart .products td {
    padding: 5px;
}
.shopping-cart .products tr.odd td {
    background: #F6F6F6;
}
.shopping-cart .products thead {
    text-transform: uppercase;
    color: #194981;
    font: bold 13px/18px Arial, sans-serif;
}
.shopping-cart .products thead .name {
    width: 357px;
}
.shopping-cart .products thead .price {
    width: 110px;
}
.shopping-cart .products thead .price {
    width: 110px;
}
.shopping-cart .products tbody td {
    color: #4d4d4c;
    font-size: 13px;
}
.shopping-cart .products input {
    border: 1px solid #DADADA;
    width: 50px;
    padding: 6px 8px;
}
.shopping-cart .kiala_shipping {
    margin-top: 30px;
}
.shopping-cart .kiala_shipping input {
    float: right;
    width: 330px;
    margin-top: 4px;
    padding: 6px 5px;
    border: 1px solid #DADADA;
}
.shopping-cart .kiala_shipping img {
    float: left;
    margin-right: 10px;
}
.shopping-cart .kiala_shipping p {
    margin: 0;
    padding-top: 4px;
    color: #4d4d4c;
    font: 13px/18px Arial, sans-serif;
}
.shopping-cart .kiala_shipping p a {
    color: #009de1;
    font-style: italic;
    text-decoration: none;
}
.shopping-cart .kiala_shipping p a:hover {
    text-decoration: underline;
}
footer.main {
    clear: both;
    background: url(../images/footer_bg.png) 0 0 repeat-x;
    padding: 20px 0 40px;
}
footer.main .colophon {
    color: #969696;
    font: 12px Arial, sans-serif;
    float: left;
}
footer.main .colophon a {
    color: #969696;
    text-decoration: none;
}
footer.main .colophon .copy {
    color: #009de1;
}
footer.main .colophon .sep {
    margin: 0 8px;
}
footer.main nav {
    float: right;
}
footer.main nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.main nav ul ul {
    display: none;
}
footer.main nav ul li {
    float: left;
    margin: 0 0 0 18px;
    padding: 0;
    list-style: none;
    font: 13px/15px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
}
footer.main nav ul li a {
    text-decoration: none;
    color: #7b7b7a;
}
footer.main nav ul li a:hover {
    text-decoration: underline;
}
.content-outer {
    padding: 34px 0 30px;
    background: white url(../images/content_shadow.png) 50% 0 no-repeat;
}
.container {
    width: 1002px;
    margin: 0 auto;
}
.layout-3col {
    clear: both;
}
.layout-3col .col {
    width: 317px;
    float: left;
    margin-left: 25px;
}
.layout-3col .col:first-child {
    margin-left: 0;
}
.layout-3col .col:nth-child(3n+1) {
    margin-left: 0;
}
.flexbox .layout-3col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.layout-cols2-right .main {
    float: left;
    width: 659px;
}
.layout-cols2-right .right {
    width: 317px;
    float: left;
    margin-left: 26px;
}
.layout-cols2-right.separator .main {
    padding-right: 13px;
}
.layout-cols2-right.separator .right {
    margin: 0;
    padding-left: 12px;
    border-left: 1px dashed #ddd;
}
.displaytable .layout-cols2-right.separator {
    display: table;
    vertical-align: top;
}
.displaytable .layout-cols2-right.separator .main {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.displaytable .layout-cols2-right.separator .right {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.product-view h2.breadcrumb {
    margin: 0 0 10px 0;
    font: bold 24px Arial, sans-serif;
    color: #194981;
}
.product-view h2.breadcrumb a {
    color: #194981;
    text-decoration: none;
}
.product-view h2.breadcrumb a:hover {
    text-decoration: underline;
}
.product-view h2.breadcrumb .sep {
    color: #009de1;
}
.product-view .media {
    float: left;
    width: 488px;
}
.product-view .media .thumbs {
    margin-top: 48px;
}
.product-view .media .thumbs a {
    width: 151px;
    border: 1px solid #C3C3C3;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: center;
}

.product-view .media .thumbs img {
    width: 140px;
    margin: auto;
}
.product-view .main {
    width: 498px;
    float: left;
    margin-left: 16px;
    color: #4d4d4c;
    font: 13px/16px Arial, sans-serif;
}
.product-view .main hr {
    margin: 15px 0;
}
.product-view .main .specifications {
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
    text-align: left;
}
.product-view .main .specifications caption {
    padding: 3px 0;
    font-weight: bold;
    text-align: left;
    color: #194981;
}
.product-view .main .specifications th {
    width: 50%;
    padding: 1px 4px;
    font-weight: normal;
    text-align:left;
}
.product-view .main .specifications td {
    padding: 1px 4px;
    text-align:left;
}
.product-view .main .specifications .odd td,
.product-view .main .specifications .odd th {
    background: #F6F6F6;
}
.product-view .main .buy-bar {
    clear: both;
}
.product-view .main .buy-bar .price {
    font: bold 16px Arial, sans-serif;
    color: #009de1;
}
.product-view .main .buy-bar .buy-now {
    float: right;
    border: 0;
    padding: 10px 20px;
    font: bold 18px/18px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    text-decoration: none;
    color: #fff;
    background: url(../images/short-product-title.jpg) 0 0 no-repeat;
    background-size: cover;
}
.product-view .main .buy-bar .buy-now:hover {
    text-decoration: underline;
}
.catalog .section {
    clear: both;
}
.catalog .section h2 {
    margin: 1em 0 0.83em;
    color: #194981;
    font: bold 24px Arial, sans-serif;
}
.catalog .section:first-child h2 {
    margin-top: 0;
}
.catalog .section .product {
    width: 229px;
    float: left;
    margin-left: 20px;
    padding-bottom: 27px;
    color: #4d4d4c;
    font: 13px Arial, sans-serif;
    background: #f4f4f4 url(../images/category_product_shadow.png) 50% 100% no-repeat;
}


.catalog .section .product:first-child {
    margin-left: 0;
}
.catalog .section .product:nth-child(4n+1) {
    margin-left: 0;
}
.catalog .section .product img {
    border: 1px solid #DADADA;
    display: block;
}
.catalog .section .product h2 {
    margin: 0;
    padding: 10px 0;
    width: 229px;
    min-height: 15px;
    font: bold 18px/15px "Univers LT 47 CondensedLt", "Roboto Condensed", Arial;
    text-align: center;
    background: #009ee4 url(../images/short-product-title.jpg) 0 0 no-repeat;
    color: #fff;
}
.catalog .section .product p {
    margin: 0;
    padding: 8px;
    color: #4d4d4c;
    font: 13px Arial, sans-serif;
}
.catalog .section .product .more_info {
    float: right;
    margin-right: 10px;
    color: #636363;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
.catalog .section .product .more_info:hover {
    text-decoration: underline;
}
.catalog .section .product .price {
    margin-left: 10px;
    color: #009de0;
    font: bold 20px Arial, sans-serif;
}
.layout-cols2-right,
.layout-3col,
.clearfix {
    *zoom: 1;
}
.layout-cols2-right:before,
.layout-cols2-right:after,
.layout-3col:before,
.layout-3col:after,
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.layout-cols2-right:after,
.layout-3col:after,
.clearfix:after {
    clear: both;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.at {
    position: absolute;
    left: -9999px;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
    max-width: none;
}
hr {
    border: 0;
    border-top: 1px dashed #C3C3C3;
    height: 0;
    babcgkround: transparent;
    overflow: hidden;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#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('../images/fancybox/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'); }


/* PETER */

.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 0 0 0 0;
    color: #C09853;
    margin-bottom: 14px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.hide {
    display: none;
}
