/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: BigNoodleTitling;
    src: url("http://www.itabs.de/skin/frontend/default/itabs/fonts/bignoodle_titling/big_noodle_titling.ttf");
    src: local('BigNoodleTitling'), url('http://www.itabs.de/skin/frontend/default/itabs/fonts/bignoodle_titling/big_noodle_titling.ttf') format('truetype');
}

@font-face {
    font-family: QuattrocentoSansRegular;
    font-weight: 300;
    src: url("http://www.itabs.de/skin/frontend/default/itabs/fonts/Quattrocento_Sans/QuattrocentoSans-Regular.ttf");
    src: local('QuattrocentoSansRegular'), url('http://www.itabs.de/skin/frontend/default/itabs/fonts/Quattrocento_Sans/QuattrocentoSans-Regular.ttf') format('truetype');

}

@font-face {
    font-family: QuattrocentoSansBold;
    src: url("http://www.itabs.de/skin/frontend/default/itabs/fonts/Quattrocento_Sans/QuattrocentoSans-Bold.ttf");
    src: local('QuattrocentoSansBold'), url('http://www.itabs.de/skin/frontend/default/itabs/fonts/Quattrocento_Sans/QuattrocentoSans-Bold.ttf') format('truetype');

}

body {
    background: #e3e4e4;
    font-family: QuattrocentoSansRegular;
    font-size: 14px;
    color: #1a171b;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #009ee0;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

/* Headings */
h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}

h3 {
    font-size: 16px;
    line-height: 1.25;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: QuattrocentoSansRegular;
    font-weight: normal;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: black;
    opacity: 1.0
}

::-moz-placeholder {
    color: black;
    opacity: 1.0
}

:-ms-input-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #000;
}

/* Table */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
strong {
    font-family: QuattrocentoSansBold;
    font-weight: normal;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

sup {
    font-size: 1em;
    vertical-align: top;
}

/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.content-divider {
    height: 4px;
    background: #e3e4e4;
    margin-bottom: 30px;
}

.karriere-badge {
    position: absolute;
    top: 8px;
    right: -75px;
}
/* === Custom ============================================================================= */

.bluefont {
    color: #59a3d5 !important;
}

.clear {
    clear: both;
    float: none;
}

.just-overlay {
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/black-trans.png");
    opacity: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9998;
}
.overlay-container {
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/black-trans.png");
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
}
.overlay-container .container{
    width: 90%;
    max-width: 750px;
    background: #fff;
    margin: 50px auto 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.overlay-container .container .inner{
    padding: 20px;
    text-align: left;
}
.overlay-container .container .inner h1 {
    font-family: QuattrocentoSansRegular;
    font-size: 34px;
    margin: 0 0 10px 0;
    padding: 0px;
    color: #000;
    text-align: left;
}
.overlay-container .container .inner p{
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
}

/* Layout ================================================================================ */
.wrapper {
}

.page {
    text-align: left;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
}

.main-container {
}

.main {
    width: 914px;
    margin: 0 auto;
    min-height: 550px;
}

/* Base Columns */
.col-left {
    float: left;
    width: 302px;
}

.col-main {
    float: left;
    width: 910px;
}

.col-right {
    float: right;
    width: 230px;
    padding: 5px 5px 0;
}

/* 1 Column Layout */
.col1-layout .col-main {
    width: 914px;
    clear:both;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
    width: 608px;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 484px;
    margin-left: 10px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 748px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 85%;
}

.col2-set .col-2 {
    float: right;
    width: 49%;
}

.col2-set .col-narrow {
    width: 33%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* === Home ============================================================================== */
.top-slider {
    background: #000;
    height: 457px;
}

.karriere-top-image {
    background: #000;
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    background: url(http://www.itabs.de/skin/frontend/default/itabs/images/karriere-magento-shopware.jpg) 50% 50% no-repeat;
}

.top-slider .container {
    width: 914px;
    margin: 0 auto;
}

.cms-index-index .top-slider .transition-slide .slide,
.category-projekte .slide,
.category-store .slide {
    font-size: 80px;
    font-family: BigNoodleTitling;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    line-height: 103px;
    letter-spacing: 3px;
    position: relative;
}

.cms-index-index .top-slider .transition-slide .slide div.label,
.category-projekte .slide div.label,
.category-store .slide div.label {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 40px 20px 15px;
    color: #000;
    font-size: 20px;
    font-family: QuattrocentoSansRegular;
    line-height: normal !important;
    text-transform: none;
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/bg-trans.png");
    z-index: 2;
}

.cms-index-index .top-slider .transition-slide .slide div.label span.number,
.category-projekte .slide div.label span.number,
.category-store .slide div.label span.number {
    font-size: 28px;
    padding-right: 10px;
    text-decoration: underline;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.cms-index-index .top-slider .transition-slide .slide div.label span.number a,
.category-projekte .slide div.label span.number a,
.category-store .slide div.label span.number a {
    font-size: 28px;
    padding-right: 10px;
    color: #fff;
    text-decoration: underline;
}

.cms-index-index .top-slider .transition-slide .slide div.label label,
.category-projekte .slide div.label label,
.category-store .slide div.label label {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: QuattrocentoSansRegular;
    font-weight: normal;
    line-height: normal !important;
    text-transform: none;
    padding: 6px 15px;
    display: block;
    z-index: 3;
}

.cms-index-index .top-slider .transition-slide .textslide,
.category-projekte .textslide,
.category-store .textslide {
    padding: 50px 0 0 0;
    background:#000;
}

.cms-index-index .top-slider .transition-slide .textslide .inner,
.category-projekte .textslide .inner,
.category-store .textslide .inner {
    margin: 0 20px;
}

.cms-index-index .top-slider .transition-slide .slide span,
.category-projekte .slide span,
.category-store .slide span {
    border-bottom: 13px solid #009ee0;
}

/* Content Blocks */
.cms-karriere .content .rectangle,
.cms-index-index .content .rectangle {
    float: left;
    width: 453px;
    background-color: #009ee0;
    margin-right: 4px;
    margin-bottom: 21px;
    position: relative;
}

.cms-karriere .content .rectangle.textcontent {
    background: #fff;
}

.cms-karriere .content .rectangle.textcontent .infotext {
    padding:20px;
    line-height: 22px;
    font-family: QuattrocentoSansRegular;
    font-size: 16px;
    color: #1a171b;
}

.cms-karriere .content .rectangle.textcontent .infotext a {
    font-size:16px;
}

.cms-karriere .content .rectangle.textcontent .infotext li {
    color: #009ee0;
    list-style-type: square;
}

.cms-karriere .content .rectangle.textcontent .infotext li span {
    color: #1a171b;
}

.cms-karriere .content .rectangle.textcontent .infotext li span:hover {
    text-decoration: underline;
}

.cms-karriere .content .rectangle.wide,
.cms-index-index .content .rectangle.wide {
    width: 608px;
}

.cms-index-index .content .rectangle.wide
.cms-karriere .content .rectangle.wide {
    width:608px;
    height:349px;
}

.cms-index-index .content .linked,
.cms-index-index .content .linked .text-block,
.cms-index-index .content .linked .label-button,
.cms-index-index .content .linked .date,
.cms-karriere .content .linked,
.cms-karriere .content .linked .text-block,
.cms-karriere .content .linked .label-button,
.cms-karriere .content .linked .date {
    cursor: pointer;
}

.cms-karriere .content .linked:hover > .label-button,
.cms-index-index .content .linked:hover > .label-button {
    background: #fff;
    color: #000;
}

.cms-karriere .content .square,
.cms-index-index .content .square {
    float: left;
    background-color: #009ee0;
    width: 302px;
    height: 349px;
    margin-right: 4px;
    margin-bottom: 21px;
    position: relative;
}

.cms-index-index .content .square.small,
.cms-karriere .content .square.small {
    height:214px;
}

.cms-index-index .content .last,
.cms-karriere .content .last {
    margin-right: 0;
}

.cms-karriere .content .rectangle.last,
.cms-index-index .content .rectangle.last {
    width: 457px;
}

.cms-index-index .content .rectangle.box-left,
.cms-karriere .content .rectangle.box-left {
    width:457px;
}

.cms-karriere .content .rectangle.box-left.textcontent {
    width:453px;
}


.cms-index-index .content .rectangle.last.box-right,
.cms-karriere .content .rectangle.last.box-right {
    width:453px;
    float:right;
    background-color:#175672;
}

.cms-karriere .content .rectangle.last.box-right {
    width: 457px;
}

.cms-index-index .content .last-row,
.cms-karriere .content .last-row {
    margin-bottom: 0px;
}

.cms-index-index .content .text-block,
.cms-karriere .content .text-block,
li.item.notification .text-block{
    font-size: 20px;
    font-family: QuattrocentoSansRegular;
    color: #fff;
    padding: 20px;
    line-height: 30px;
    padding-top: 33px;
}

.cms-index-index .content span.label-button,
.cms-karriere .content span.label-button,
.box-collateral.box-up-sell span.label-button {
    display: block;
    width: auto;
    padding: 2px 15px;
    background: #000;
    font-family: QuattrocentoSansRegular;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}

.cms-index-index .content span.label-button a,
.cms-karriere .content span.label-button a,
.box-collateral.box-up-sell span.label-button a {
    color: #fff;
    text-decoration: none;
}

.cms-index-index .content span.label-button:hover,
.box-collateral.box-up-sell span.label-button:hover {
    background-color: #fff;
    color: #000;
}

.cms-index-index .content span.label-button:hover a,
.cms-karriere .content span.label-button:hover a,
.box-collateral.box-up-sell span.label-button:hover a{
    color: #000;
}

.cms-index-index .content label.date,
.cms-karriere .content label.date,
li.item.notification label.date {
    display: block;
    font-size: 34px;
    font-family: QuattrocentoSansRegular;
    text-decoration: underline;
    margin-bottom: 10px;
    cursor:pointer;
}

.cms-karriere .content label.date {
    text-decoration: none;
    line-height: 40px;
}

.cms-index-index .content .hover-content,
.cms-karriere .content .hover-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    background: #000;
    color: #fff;
    font-family: QuattrocentoSansRegular;
    font-size: 16px;
    z-index: 1;
}

/* Box Hover Fadein and Fadeout */
.cms-index-index .content .hover-content,
.cms-karriere .content .hover-content {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 1s linear;
}

.cms-index-index .content .square:hover > a .hover-content,
.cms-karriere .content .square:hover > a .hover-content {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

.cms-index-index .content .rectangle:hover > a .hover-content,
.cms-karriere .content .rectangle:hover > a .hover-content {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

.cms-index-index .content .hover-content h4,
.cms-karriere .content .hover-content h4 {
    color: #fff;
    font-family: QuattrocentoSansRegular;
    font-size: 22px;
}

.cms-index-index .content .rectangle .hover-content h4,
.cms-karriere .content .rectangle .hover-content h4 {
    margin-bottom: 10px;
}

.cms-index-index .content .rectangle.wide .hover-content h4,
.cms-karriere .content .rectangle.wide .hover-content h4 {
    margin-bottom: 0px;
}

.cms-index-index .content .hover-content a,
.cms-karriere .content .hover-content a {
    color: #009ee0;
    font-size: 26px;
    text-decoration: none;
}

.cms-index-index .content .hover-content a:hover,
.cms-karriere .content .hover-content a:hover {
    text-decoration: underline;
}

.cms-index-index .content .hover-content .box,
.cms-karriere .content .hover-content .box {
    padding-top: 20px;
}

.cms-index-index .content .hover-content .hover-headline,
.cms-karriere .content .hover-content .hover-headline {
    color: #009ee0;
    font-size: 26px;
    text-decoration: none;
}

.cms-karriere .karriere-image {
    border-top:2px solid #e3e4e4;
}

/* === Custom Content Navigation ========================================================= */
.content-navigation {
    margin-top: 48px;
    margin-bottom: 49px;
}

.content-navigation .list-subcategory li {
    float: left;
    width: 131px;
    height: 127px;
}

.content-navigation .list-subcategory li {
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -580px -1px;
    position: relative;
}

.content-navigation .list-subcategory li.first {
    background-image: none;
}

.content-navigation .list-subcategory li.last {
    width: 128px;
}

.content-navigation .list-subcategory li a {
    font-family: QuattrocentoSansRegular;
    font-weight: 300;
    font-size: 18px;
    display: block;
    padding-left: 27px;
    color: #fff;
    text-decoration: none;
    line-height: 129px;
}

.content-navigation .list-subcategory li.first a {
    padding-left: 20px;
}

.content-navigation .list-subcategory li .arrow-right {
    position: absolute;
    right: -14px;
    top: 41px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 21px solid transparent;
    border-left-style: solid;
    border-left-width: 21px;
    z-index: 1;
}

.content-navigation .list-subcategory li:hover {
    background-color: #fff !important;
}

.content-navigation .list-subcategory li:hover > .arrow-right {
    border-left-color: #fff !important;
}

.content-navigation .list-subcategory li:hover > a {
    color: #175672;
}

/* Global Styles ========================================================================= */
input, select, textarea, button {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #1a171b;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #ddd;
}

input.input-text, textarea {
    padding: 2px 10px 2px 10px;
}

select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
    padding-top: 10px;
}

input.qty {
    width: 2.5em !important;
}

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

button.button {
    -webkit-border-fit: lines;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button.right {
    float:right;
}

button.button span {
    float: left;
    background: #009ee0;
    height: 31px;
    line-height: 34px;
    padding: 0px;
    font-size: 16px;
    font-family: QuattrocentoSansRegular;
    text-transform: UPPERCASE;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button:hover span {
    background: #e41b1a;
}

button.button span span {
    background-position: 100% 0;
    padding: 0px 18px
}

input.input-text,
textarea {
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff url("http://www.itabs.de/skin/frontend/default/itabs/images/bkg-input.png") repeat-x;
    height: 30px;
    width: 472px;
    font-size: 16px;
    font-family: QuattrocentoSansRegular;
}

textarea {
    height: 173px;
    min-width: 472px;
    max-width: 472px;
    width: 472px;
}

select {
    width: 273px;
    padding: 5px;
    height: 30px;
    background: #fff url("http://www.itabs.de/skin/frontend/default/itabs/images/bkg-input.png") repeat-x;
    font-size: 16px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 5px;
}

input[type="checkbox"] + label::before,
input[type="checkbox"] + .custom-tick::before {
    display: block;
    float: left;
    width: 28px;
    height: 25px;
    margin: 3px 0 0;
    line-height: 14px;
    content: "";
    vertical-align: middle;
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -486px -73px;
}

input[type="checkbox"] + .custom-tick::before {
    margin-right: 4px;
}

input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled + .custom-tick {
    opacity: 0.5;
    cursor: default;
}

input[type="checkbox"]:disabled:not(:checked) + label::before {
    background-position: -486px -73px;
}

input[type="checkbox"]:checked:disabled + label::before {
    background-position: -486px -73px;
}

input[type="checkbox"]:not(:checked):not(:disabled):hover + label:before,
input[type="checkbox"]:not(:checked):not(:disabled):hover + .custom-tick:before {
    background-position: -486px -73px;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .custom-tick:before {
    background-position: -486px -108px;
}

p.control input.radio {
    margin-right: 6px;
}

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #111;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
}

#checkout-review-submit .buttons-set {
    padding: 0;
    margin: 0;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}

.fieldset .legend {
    display: none;
}

.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/validation_advice_bg.gif") 2px 1px no-repeat;
    color: #f00;
}

.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}

p.required {
    font-size: 10px;
    text-align: right;
    color: #f00;
}

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.messages li {
    margin: 0 0 10px;
}

.messages li li {
    margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(http://www.itabs.de/skin/frontend/default/itabs/images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(http://www.itabs.de/skin/frontend/default/itabs/images/i_msg-success.gif);
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(http://www.itabs.de/skin/frontend/default/itabs/images/i_msg-note.gif);
    color: #3d6611;
}

.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 25px;
}

.breadcrumbs li {
    display: inline;
    font-size: 15px;
    color: #1a171b;
    line-height:17px;
    font-family: QuattrocentoSansRegular
}

.breadcrumbs li a {
    color: #009ee0;
    font-style: italic;
    font-size: 15px;
    text-decoration: none;
}

.breadcrumbs li.current {
    font-style: italic;
}

.page-title {
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.page-title h1,
.page-title h2 {
    font-size: 18px;
    color: #000;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
}

.data-table {
    width: 100%;
}

.data-table th {
    padding: 5px;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.data-table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.data-table thead {
    background-color: #f2f2f2;
}

.data-table tr.even {
    background-color: #f6f6f6;
}

.data-table tbody.odd {
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

tr.summary-total {
    cursor: pointer;
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    cursor: pointer;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/bkg_collapse.gif") no-repeat 5px 4px;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.summary-details td {
    font-size: 11px;
    background-color: #e1e1e1;
    color: #111;
}

tr.summary-details-excluded {
    font-style: italic;
}

.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: normal;
    font-family: QuattrocentoSansBold;
}

.std i,
.std em {
    font-style: italic;
}

.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    padding: 2px 0 2px 25px;
}

.link-rss {
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 39px;
    height: 39px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    background: #009ee0 url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -478px -177px;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
    height: 264px;
    background: #fff;
}

.header {
    width: 914px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    text-decoration: none !important;
    width: 175px;
    height: 195px;
    margin-top: 35px;
}

.smaller .header .logo {
    width: 44px;
    height: 50px;
    margin-top: -5px;
}


.header .logo a {
    display: block;
    width: 175px;
    height: 195px;
    margin: 0px;
}

.header .logo a span {
    display: block;
    width: 168px;
    height: 195px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat 0 0;
}

.smaller  .header .logo a {
    display: block;
    width: 44px;
    height: 50px;
    margin: 0px;
}

.smaller .header .logo a span {
    display: block;
    width: 44px;
    height: 50px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -56px -350px
}

.header .quick-access {
    float: right;
    margin-top: 35px;
    position: relative;
}

.header .quick-access .top-links {
    height: 131px;
    float: right;
}

.header .quick-access .top-links #search_autocomplete {
    display: none;
}

.header .quick-access .top-links li {
    float: left;
    margin-right: 2px;
    background-color: #d3d4d4;
    width: 33px;
    height: 34px;
    color: #fff;
    font-family: QuattrocentoSansRegular;
    font-size: 20px;
}

.header .quick-access .top-links li a {
    display: block;
    color:#fff;
    font-size:20px;
}

.header .quick-access .top-links li.searching a,
.header .quick-access .top-links li.facebook a,
.header .quick-access .top-links li.twitter a,
.header .quick-access .top-links li.xing a {
    text-align:center;
    margin-top:8px;
}

.header .quick-access .top-links li.searching a {
    margin-top:6px;
}

.header .quick-access .top-links li:hover {
    background-color: #009ee0;
}

.header .quick-access .top-links li.phone {
    width: 205px;
    background: none transparent;
    text-align: right;
    margin-right: 29px;
}

.header .quick-access .top-links li.phone span.store-phone {
    display: block;
    background: none;
    padding-top: 7px;
}

.header .quick-access .top-links li.contacts {
    width: 178px;
    background-color: #009ee0;
}

.header .quick-access .top-links li.contacts:hover {
    background:#e41b1a;
}

.header .quick-access .top-links li.contacts span.icon {
    background-position: -167px 12px;
    float: left;
}

.header .quick-access .top-links li.contacts .fa {
    float: left;
    display: block;
    margin: 8px 6px 0px 10px;
    font-size: 15px;
}

.header .quick-access .top-links li.contacts span.label {
    display: block;
    width: 145px;
    float: left;
    color: #fff;
    font-size: 15px;
    font-family: QuattrocentoSansRegular;
    text-transform: uppercase;
    line-height: 35px;
    background: none transparent;
}

.header .quick-access .top-links li.contacts a {
    display: block;
    width: 178px;
    height: 34px;
}

.header .quick-access .top-links li.searching span {
    background-position: -200px 8px;
    float: left;
}


.header .quick-access .top-links li.searching {
    position: relative;
    cursor: pointer;
}

.header .quick-access .top-links li.searching .mini-search {
    position: absolute;
    top: 33px;
    right: -105px;
    padding-top: 5px;
    z-index: 1;
}

.header .quick-access .top-links li.searching.open {
    background-color: #009ee0;
}

.header .quick-access .top-links li.searching .mini-search .form {
    background-color: #009EE0;
    height: 45px;
    width: 318px;
}

.header .quick-access .top-links li.searching .mini-search input.input-text {
    margin-left: 10px;
    margin-top: 8px;
    height: 24px;
    width: 240px;
}

.header .quick-access .top-links li.searching .mini-search button.btn-search {
    border: 0px;
    background-color: #009EE0;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    margin-top: 10px;
}

.header .quick-access .top-links li.searching .mini-search button.btn-search span {
    display: block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.header .quick-access .top-links li.searching .mini-search .search-input-field,
.header .quick-access .top-links li.searching .mini-search .search-input-button {
    float: left;
}

.header .quick-access .top-links li.searching .mini-search .search-input-button  {
    margin:12px 0 0 12px;
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

.menu-wrapper {
    width: 684px !important;
    background-color: #009ee0 !important;
}

.nav-container {
    margin-top: 9px;
}

#nav ul {
    margin:10px 0 0 10px;
}

#nav ul li.menu-headline {
    background-color: #000;
    color:#fff;
    font-size:14px;
    padding: 4px 15px 2px 15px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#nav li {
    text-align: left;
    position: relative;
}

#nav li.over {
    z-index: 998;
}

#nav li.level0 a {
    line-height: normal;
    padding: 7px 15px 5px 15px;
}

#nav li.level0:hover {
    background-color: #009ee0;
}

#nav li.level0:hover a {
    color: #fff;
}

#nav li.level0.active {
    background-color: #009ee0;
}

#nav li.level0.active a {
    color: #fff;
}

#nav li.last {
    margin-right: 0px;
}

#nav li a {
    display: block;
    text-decoration: none;
}

#nav li a:hover {
    text-decoration: none;
}

#nav li a span {
    line-height: normal;
}

#nav li ul a span {
    white-space: normal;
}

/* 1st Level */
#nav li {
    float: left;
}

#nav li a {
    float: left;
    font-weight: normal;
    color: #1a171b;
    font-family: QuattrocentoSansRegular;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

#nav li a:hover {
    color: #000;
}

#nav li.over a,
#nav li.active a {
    color: #1a171b;
}

#nav li.level1 a {
    padding-left: 5px;
}

#nav li.level1 a span {
    padding-left: 5px;
    font-size: 16px;
}

#nav li.level1 a .fa {
    width: 20px;
}

#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 66px;
    padding-top: 0px;
    left: -10000px;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

/* 3rd+ leven */
#nav ul ul,
#nav ul div {
    top: 7px;
}

#nav ul li .fa {
    display:none;
}

#nav ul.level0 {
    width: 194px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-right: 1px solid #000;
    padding-right: 20px;
    min-height:240px;
}

#nav ul.level0.products {
    width:192px;
}

#nav ul.level0.technologien {
    padding-right:0px;
    margin-right:0px;
    border-right:none;
    width:196px;
}


#nav ul li {
    float: none;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

#nav ul li.last {
    border-bottom: 0;
}

#nav ul li a {
    float: none;
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: QuattrocentoSansRegular!important;
    padding: 10px 15px;
    padding-bottom: 9px;
    line-height: normal;
}

#nav ul li a:hover {
    color: #fff !important;
    background: #009ee0;
    text-decoration:underline;
}

#nav ul li.active > a,
#nav ul li.over > a {
    color: #fff !important;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0px;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

#nav .menu-wrapper-top {
    position: relative;
    height:19px;
    width:598px;
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    background-repeat: no-repeat;
    background-position: 46px -407px;
    position: absolute;
    top: -19px;
    left:0;
}
#nav .clear{
    clear: both;
    float:none;
}
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block .block-title {
    height: 149px;
    position: relative;
    margin-bottom: 5px;
}

.block .block-title h2 {
    font-family: QuattrocentoSansRegular;
    font-size: 28px;
    color: #fff;
    padding: 0px;
    padding-left: 30px;
    margin: 0px;
    line-height: 152px;
}

.block .block-title .arrow-right {
    position: absolute;
    right: -15px;
    top: 43px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 21px solid transparent;
    border-left-style: solid;
    border-left-width: 20px;
    z-index: 2;
}

.block .block-title .arrow-trenner {
    position: absolute;
    top: 0px;
    right: -24px;
    z-index: 1;
    width: 21px;
    height: 140px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -582px -1px;

}

.block .block-content {
    width: 302px;
}

.block .block-content ul {
    padding: 30px 20px;
}

.block .block-content li.item {
    margin-bottom: 20px;
}

.block .block-content li.item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: QuattrocentoSansRegular, "san-serif", "helvetica";
    text-transform: uppercase;
}

.block .block-content li.item a:hover {
    text-decoration: underline;
}

/* Contacts left row */
.sidebar .block-contacts .block-title {
    background-color: #175672;
}

.sidebar .block-contacts .arrow-right {
    border-left-color: #175672;
}

.sidebar .contacts-content {
    background: #fff;
}

.sidebar .contacts-content .cmsblock {
    padding: 25px 30px;
    font-size: 14px;
    font-family: QuattrocentoSansRegular;
    line-height: 22px;
}

.sidebar .contacts-content h3 {
    font-size: 22px;
    font-family: QuattrocentoSansRegular;
}

.sidebar .contacts-content .phone {
    font-size: 20px;
    font-family: QuattrocentoSansRegular;
    color: #009ee0;
    padding: 0 30px 25px 30px;
}

/* Small Block to get in Contact */
.leftnav-contact,
.rightnav-contact {
    width: 302px;
    margin-top: 21px;
    height: 45px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -170px -120px;
    color: #fff;
    font-family: QuattrocentoSansRegular, "san-serif", "helvetica";
    font-size: 16px;
    text-transform: uppercase;
    line-height: 46px;
}

.rightnav-contact {
    margin-top: 20px;
}

.leftnav-contact span,
.rightnav-contact span {
    padding-left: 66px;
}

.leftnav-contact:hover,
.rightnav-contact:hover {
    background-position: -170px -73px;
    color: #009ee0;
}

.leftnav-contact a,
.rightnav-contact a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 18px;
}

.leftnav-contact:hover a,
.rightnav-contact:hover a {
    color: #009ee0;
}

.add-to-cart {
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat 0px -292px;
}

.add-to-cart:hover {
    background-position: 0px -245px;
    color: #009ee0;
}

.add-to-cart button.button {
    margin-left: 55px;
}

.add-to-cart button.button span {
    height: 34px;
}

.add-to-cart button.button span span {
    font-size: 18px;
}

.rightnav-contact:hover button.button span {
    background: #fff;
    color: #009ee0;
}

.mini-products-list li {
    padding: 5px 0;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
    padding: 5px;
    border: 1px solid #ddd;
}

.mini-products-list .product-details {
    margin-left: 75px;
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

.block-layered-nav dt {
    font-weight: bold;
}

.block-layered-nav .currently {
}

.block-layered-nav .btn-remove {
    float: left;
    margin: 2px 3px 0 0;
}

.block-cart .subtotal {
    text-align: center;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0;
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

.block-compare li {
    padding: 5px 0;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-tags ul,
.block-tags li {
    display: inline;
}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-banner .block-content {
    text-align: center;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
    width: 914px;
    margin-bottom: 0px;
}

.category-products .container {
    display: inline-block;
}

.category-products ul.list-labels {
    background: #fff;
    margin-right: 2px;
    float: left;
}

.category-products ul.list-labels li.label {
    width: 200px;
    padding: 10px 20px;
    height: 40px;
    border-bottom: 2px solid #E3E4E4;
}

.category-products ul.list-labels li.top {
    height: 115px;
    background: #000;
}

.category-products ul.list-labels li.label label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 40px;
}

.category-products ul.list-labels li.label label.headline {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 115px;
}

.category-products ul.list-labels li.start {
}

.category-products ul.product-attribute-list {
    float: right;
}

.category-products ul.product-attribute-list li.item {
    float: left;
    margin-right: 2px;
    width: 222px;
    background: #fff;
}

.category-products ul.product-attribute-list li.last {
    margin-right: 0px;
}

.category-products ul.product-attribute-list li.item h2.package-name {
    font-size: 16px;
    background: #009EE0;
    color: #fff;
    padding: 10px 30px;
    height: 50px;
    line-height: 50px;
    text-align:center;
}

.category-products ul.product-attribute-list li.item .attribute-value {
    height: 60px;
    padding: 0 10px;
    border-bottom: 2px solid #E3E4E4;
}

.category-products ul.product-attribute-list li.item .attribute-value label {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

.category-products ul.product-attribute-list li.item .no-text {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color:#009EE0;
}

.category-products ul.product-attribute-list li.item .no-text span {
    display: block;
    height: 40px;
    width: 23px;
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    background-repeat: no-repeat;
    margin: 0 auto;
}

.category-products ul.product-attribute-list li.item .no-text .include {
    background-position: 0px -343px;
    margin-top: 10px;
}

.category-products ul.product-attribute-list li.item .no-text .exclude {
    background-position: -28px -340px;
    margin-top: 10px;
}
.category-products ul.product-attribute-list li.item .package-price .price-label{
    font-size: 12px;
    display: block;
}
.category-products ul.product-attribute-list li.item .package-price {
    height: 65px;
    text-align: center;
}

.category-products ul.product-attribute-list li.item .package-price .price-tax-label {
    display: block;
    font-size: 14px;
}
.category-products ul.product-attribute-list li.item .package-price .tax-details {
    display: none;
}


.category-products ul.product-attribute-list li.item .package-price .price-box {
    height: 26px;
}

.category-products ul.product-attribute-list li.item .package-price .price-box .regular-price {
    line-height: 35px;
    font-size: 16px;
}

.category-products ul.product-attribute-list li.item .package-price .price-box .regular-price .price {
}

.category-products ul.product-attribute-list li.item .button-row {
    background: #E3E4E4;
}

.category-products ul.product-attribute-list li.item .button-row button {
}

.category-products ul.product-attribute-list li.item .button-row button span {
    min-width: 222px;
    text-align: center;
    padding: 5px 0;
}

.domain-products .container {
    position: relative;
}

.domain-products table.list-domain-package {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}

.domain-products table.list-domain-package th {
    background: #fff;
    height: 60px;
    vertical-align: middle;
}

.domain-products table.list-domain-package th.nobg {
    background: none;
}

.domain-products table.list-domain-package th label {
    display: block;
    padding: 0 5px;
    text-align: center;
}

.domain-products table.list-domain-package th.top {
    background: #000;
    height: 40px;
}

.domain-products table.list-domain-package th.top label {
    color: #fff;
    font-size: 28px;
    line-height: 115px;
    padding-left: 20px;
    text-align: left;
}

.domain-products table.list-domain-package td {
    background: #fff;
    vertical-align: middle;
    text-align: center;
    height: 60px;
}

.domain-products table.list-domain-package td .attribute-value {
    padding: 0 5px;
}

.domain-products table.list-domain-package td.package-name {
    background: #009EE0;
    text-align: left;
}

.domain-products table.list-domain-package td.package-name h2 {
    font-size: 16px;
    color: #fff;
    padding: 10px 10px 0 10px;
}

.domain-products table.list-domain-package td .package-price .price-label{
    font-size: 12px;
    display: block;
}

.domain-products table.list-domain-package td .package-price .price-tax-label {
    display: block;
    font-size: 14px;
}
.domain-products table.list-domain-package td .package-price .tax-details {
    display: none;
}

.domain-products table.list-domain-package td .no-text span{
    display: block;
    height: 19px;
    width: 18px;
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    background-repeat: no-repeat;
    margin: 0 auto;
}

.domain-products table.list-domain-package td .no-text .include {
    background-position: 0px -355px;
}

.domain-products table.list-domain-package td .no-text .exclude {
    background-position: -28px -353px;
}

.domain-products table.list-domain-package td.button-row {
    background-color: #009EE0;
}

.domain-products table.list-domain-package td.button-row button span {
    text-align: center;
    padding: 5px 10px;
}

.subcategories ul.products-grid li a.category-image {
    display: block;
    width: 454px;
    height: 215px;
}

.subcategories ul.products-grid li h2.category-title {
    font-family: QuattrocentoSansRegular;
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 30px;
}

.subcategories ul.products-grid li h3.category-label {
    color: #009EE0;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: normal;
}

.products-grid li.item {
    float: left;
    width: 450px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.products-grid .notification .image {
    background:#009ee0;
    width:454px;
    height:215px;
}

.products-grid li.last {
    margin-right: 0px;
}

.products-grid h2.product-name {
    font-size: 22px;
    font-family: QuattrocentoSansRegular;
    margin-top: 30px;
    margin-bottom: 5px;
}

.products-grid .ext {
    color: #009ee0;
    font-size: 14px;
    margin-bottom: 24px;
}

.products-grid .description {
    font-size: 16px;
    line-height: 20px;
    padding-right: 10px;
    float: left;
}

.products-grid .description a.more {
    color: #009ee0;
    font-size: 16px;
    float: right;
}

.products-grid .description a.more:hover {
    text-decoration: underline;
}

.products-grid li.item .image {
    position: relative;
    margin: 10px;
}

.category-store .products-grid li.item .image,
.category-projekte .products-grid li.item .image,
.category-hosting-loesungen .products-grid li.item .image {
    margin: 0;
}

.products-grid li.item .image span.label-button {
    display: block;
    width: auto;
    padding: 2px 15px;
    background: #000;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}

.products-grid li.item .image span.label-button a {
    color: #fff;
    text-decoration: none;
}

.products-grid li.item .image span.label-button:hover {
    background-color: #fff;
    color: #1a171b;
}

.products-grid li.item .image span.label-button:hover a {
    color: #1a171b;
}

.products-grid li.item .image span.label-button .tax-details {
    font-size: 11px;
}

.list-customers .products-grid li.item {
    width: 142px;
    height: 142px;
    margin-right: 51px;
    margin-bottom: 50px;
    background: #fff;
}

.list-customers .products-grid li.last {
    width: 142px;
    height: 142px;
    margin-right: 0px;
}

.category-text {
    background-color: #009ee0;
    margin-top: 50px;
    position: relative;
}

.catalogsearch-result-index .block-layered-filter {
    display: none;
}
.catalogsearch-result-index .search-grid {
    margin-left: 30px;
}

.catalogsearch-result-index .inner.no-results h1{
    margin-bottom: 45px !important;
}

.catalogsearch-result-index .inner.no-results .note-msg {
    padding: 11px 8px 8px 32px !important;
    font-size: 13px !important;
}

.catalogsearch-result-index .category-text {
    margin-bottom: 40px;
}

.category-text .inner {
    padding: 25px 30px;
    font-size: 22px;
    line-height: 28px;
}

.category-text .inner h1 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    margin-bottom: 5px;
}

.category-text .contact-bar,
.category-text .cart-bar {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 236px;
    height: 33px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -236px -167px;
}

.category-text .cart-bar {
    background-position: -236px -206px;
}

.category-text .contact-bar a,
.category-text .cart-bar a {
    display: block;
    color: #009ee0;
    text-decoration: none;
}

.category-text .contact-bar span,
.category-text .cart-bar span {
    padding-left: 56px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 34px;
}

/* Filter Profects */
.block-layered-filter {
    height: 64px;
    background-color: #fff;
    margin-bottom: 30px;
}

.block-layered-filter .inner {
    padding: 13px 20px;
}

.block-layered-filter .inner p.block-subtitle {
    float: left;
    margin-right: 28px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 44px;
}

.block-layered-filter .inner p.block-subtitle.small {
    margin-right:25px;
}

.block-layered-filter .inner p.block-subtitle.small.last {
    margin-right:0px;
}

.block-layered-filter .inner .list-filters {
    float: left;
    margin-top: 5px;
}

.block-layered-filter .inner .list-filters select {
    float: left;
    margin-right: 60px;
    display: block;
}

.pager .amount {
    float: left;
}

.pager .limiter {
    float: right;
}

.pager .pages {
    float: right;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    color: #009ee0;
    font-size: 15px;
    padding-right: 1px;
}

.pager .pages li a {
    color: #009ee0;
    font-size: 15px;
}

.pager .pages .current a {
    color: #1a171b;
    text-decoration: none;
}

.sorter {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px 0;
}

.sorter .view-mode {
    float: left;
}

.sorter .sort-by {
    float: right;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
}

.price {
    white-space: nowrap !important;
}

.price-box .price {
    font-weight: bold;
}

.regular-price .price {
    font-weight: bold;
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    font-weight: bold;
    text-decoration: line-through;
}

.special-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.special-price .price {
    font-weight: bold;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .price {
    font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}

.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
    font-weight: bold;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.tier-prices .price {
    font-weight: bold;
}

.add-to-links .separator {
    display: none;
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    margin: 0 10px;
}

.add-to-box .add-to-links {
    float: left;
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.product-view .text-image {
    padding-bottom: 4px;
}

.product-view .text-image .text {
    float: left;
    color: #fff;
    background-color: #009ee0;
    font-family: QuattrocentoSansRegular;
    font-size: 20px;
    width: 383px;
    height: 214px;
    margin-right: 5px;
}

.product-view .text-image .text .inner {
    padding: 30px;
}

.product-view .text-image .image {
    float: left;
    width: 220px;
}

.product-view .product-content {
    background: #fff;
    width: 608px;
    min-height: 400px;
    margin-bottom: 0px;
    border-bottom: 14px solid #000;
}

.product-view .product-content .inner {
    padding: 45px 30px 30px;
}

.product-view .product-content .inner h2,
.contact-headline {
    font-size: 22px;
    font-family: QuattrocentoSansRegular;
    padding-bottom: 5px;
    margin: 0px;
    color: #102c3a;
}

.product-view .product-content .inner h1,
.contact-subline {
    font-family: QuattrocentoSansRegular;
    font-size: 28px;
    color: #009ee0;
    padding: 0px;
    margin-bottom: 40px;
}

.product-view .product-content .inner .description {
    font-family: QuattrocentoSansRegular;
    font-size: 16px;
    line-height: 22px;
    color: #1a171b;
}

.product-view .product-content .inner .description a {
    font-size: 16px;
}

.product-view .product-content .inner .description a:hover {
    text-decoration: underline;
}

.product-view .product-content .inner .description p,
.product-view .product-content .inner .description ul,
.category-store .description ul,
.category-store .description p,
.product-view-lp .description ul,
.product-view-lp .description p {
    margin-bottom: 30px;
    color: #1a171b;
}

.cart-collaterals ul.usp {
    font-size: 16px;
    border-right: 1px solid #e3e4e4;
}

.product-view .product-content .inner .description ul li,
.category-store .description ul li,
.product-view-lp .description ul li,
.cart-collaterals ul.usp li {
    color: #009ee0;
    list-style-type: square;
    margin-left: 18px;
}

.product-view .product-content .inner .description ul li span,
.category-store .description ul li span,
.product-view-lp .description ul li span,
.cart-collaterals ul.usp li span {
    color: #1a171b;
}

.product-view .product-content .inner .description p.list,
.category-store .description p.list {
    margin-bottom: 5px;
    font-family: QuattrocentoSansBold;
}

.product-view .inner .quote {
    line-height: 30px;
    margin-top: 10px;
}

.product-view .inner .person {
    font-size: 14px;
}

.social-block {
    float: right;
}

.social-block li {
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-color: #d3d4d4;
}

.social-block li:hover {
    background-color: #009ee0;
}

.social-block li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
    color:#fff;
    padding-left: 1px;
}

.social-block li span {
    display: block;
    width: 25px;
    height: 25px;
}

.box-up-sell {
    margin-top: 34px;
    margin-bottom: 0px;
    width: 607px;
}

.box-up-sell ul.upsell li {
    float: left;
    width: 301px;
    position: relative;
}

.box-up-sell ul.upsell li.right {
    float: right;
}

.box-up-sell ul.upsell li h5 {
    padding: 2px 15px;
    background: #000;
    font-size: 14px;
    font-family: QuattrocentoSansRegular;
    font-weight: normal;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.box-up-sell ul.upsell li h5:hover {
    background: #fff;
    color: #1A171B;
}

ul.list-inputs.nobullets li {
    list-style-type: none !important;
    margin:0 0 10px 0 !important;
}

.catalog-product-view .casestudy-slider,
.catalog-product-view .youtube {
    height: 458px;
}

.catalog-product-view .casestudy-slider.small,
.catalog-product-view .casestudy-slider.small .protoshow,
.catalog-product-view .casestudy-slider.small .protoshow .show {
    height: 228px;
}

.catalog-product-view .casestudy-slider .container,
.catalog-product-view .youtube .container {
    width: 914px;
    margin: 0 auto;
}

.catalog-product-view .casestudy-slider .transition-slide .slide {
    font-size: 80px;
    font-family: BigNoodleTitling;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    line-height: 103px;
    letter-spacing: 3px;
    position: relative;
}

.catalog-product-view .casestudy-slider .transition-slide .show-window {
    width: 914px !important;
}

.catalog-product-view .casestudy-slider .transition-slide .slide {
    width: 914px;
    height: 458px;
}

.catalog-product-view .casestudy-slider .transition-slide .slide span {
    border-bottom: 13px solid #009ee0;
}

.catalog-product-view .casestudy-slider .proto-controls .start-stop {
    display: none;
}

.catalog-product-view .casestudy-slider .proto-controls .backward {
    left: -48px;
}

.catalog-product-view .casestudy-slider .proto-controls .forward {
    right: -62px;
}

.product-view-lp {
    margin-bottom: 60px;
}

.product-view-lp .product-view-lp-left,
.product-view-lp .product-view-lp-right {
    float:left;
}

.product-view-lp .product-view-lp-left {
    width:607px;
}

.product-view-lp .product-view-lp-right {
    width:302px;
}

.product-view-lp .inner {
    padding: 45px 30px 30px;
}

.product-view-projects .social-block {
    margin-top: 40px;
}

.product-view-projects .content,
.product-view-lp .content {
    float: left;
    width: 607px;
    background: #fff;
    border-bottom: 14px solid #000;
}

.product-view-lp .product-view-lp-left .banner-area {
	float: left;
    margin-top: 20px;
}

.product-view-projects .content.padding.form input.input-text,
.product-view-lp .content.padding.form input.input-text {
    width:525px;
}

.product-view-projects .content.padding.form textarea,
.product-view-lp .content.padding.form textarea {
    width:525px;
    max-width:525px;
}

.product-view-projects .content.padding,
.product-view-lp .content.padding {
    margin-top: 40px;
}

.product-view-projects .content h1 {
    margin: 0px;
    padding: 30px;
    padding-bottom: 0px;
    font-size: 28px;
    font-family: QuattrocentoSansRegular;
}

.product-view-lp .content h1 {
    font-family: QuattrocentoSansRegular;
    font-size: 28px;
    color: #009ee0;
    padding: 0px;
    margin-bottom: 40px;
}

.product-view-lp .content h2 {
    font-size: 22px;
    font-family: QuattrocentoSansRegular;
    padding-bottom: 5px;
    margin: 0px;
    color: #102c3a;
}

.product-view-projects .content .description {
    padding: 30px;
    font-size: 16px;
    font-family: QuattrocentoSansRegular;
    line-height: 22px;
}

.product-view-lp .content .description {
    font-family: QuattrocentoSansRegular;
    font-size: 16px;
    line-height: 22px;
    color: #1a171b;
}

.product-view-lp .content .description p {
    margin-bottom: 30px;
    color: #1a171b;
}

.product-view-lp .content .description p.list {
    margin-bottom: 5px;
    font-family: QuattrocentoSansBold;
}

.product-view-lp .content .description a {
    font-size:16px;
}

.product-view-projects .content .description h2,
.product-view-lp .content .description h2 {
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 22px;
    font-family: QuattrocentoSansRegular;
}

.product-view-projects .sidebar-facts,
.product-view-lp .sidebar-facts {
    float: left;
    width: 302px;
    margin-left: 5px;
}

.product-view-projects .sidebar-facts.padding,
.product-view-lp .sidebar-facts.padding {
    margin-top:20px;
}

.product-view-projects .sidebar-facts .block-title,
.product-view-lp .sidebar-facts .block-title {
    background: #009ee0;
    height: 65px;
    margin-bottom: 5px;
}

.product-view-projects .sidebar-facts .block-title label,
.product-view-lp .sidebar-facts .block-title label {
    display: block;
    font-size: 28px;
    color: #fff;
    font-family: QuattrocentoSansRegular;
    line-height: 67px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.product-view-projects .sidebar-facts ul.list-facts li span.icons,
.product-view-lp .sidebar-facts ul.list-facts li span.icons {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: #009ee0 url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat;
}

.product-view-projects .sidebar-facts ul.list-facts li,
.product-view-lp .sidebar-facts ul.list-facts li {
    padding: 5px 18px;
    background-color: #fff;
}

.product-view-projects .sidebar-facts ul.list-facts li.contactperson,
.product-view-lp .sidebar-facts ul.list-facts li.contactperson {
    padding:0 0 10px 0;
}

.product-view-projects .sidebar-facts ul.list-facts li.first,
.product-view-lp .sidebar-facts ul.list-facts li.first {
    padding-top: 10px;
}

.product-view-projects .sidebar-facts ul.list-facts li .clear,
.product-view-lp .sidebar-facts ul.list-facts li .clear {
    width: 268px;
    margin: 0 auto;
    border-bottom: 1px solid #e3e4e4;
}

.product-view-projects .sidebar-facts ul.list-facts li.last .clear,
.product-view-lp .sidebar-facts ul.list-facts li.last .clear {
    border-bottom: 0px;
}

.product-view-projects .sidebar-facts ul.list-facts li .info,
.product-view-lp .sidebar-facts ul.list-facts li .info {
    float: left;
    padding-bottom: 10px;
    width: 200px;
    font-size: 16px;
    line-height: 22px;
}

.product-view-projects .sidebar-facts ul.list-facts li .info label,
.product-view-lp .sidebar-facts ul.list-facts li .info label {
    display: block;
    font-family: QuattrocentoSansRegular;
    font-size: 22px;;
    padding-bottom: 5px;
    color: #1a171b;
}

.product-view-projects .sidebar-facts ul.list-facts li.url,
.product-view-lp .sidebar-facts ul.list-facts li.url {
    margin-top: 5px;
    padding: 10px 18px;
    border-bottom: 1px solid #e3e4e4;
    background-color: #fff;
}

.product-view-projects .sidebar-facts ul.list-facts li.url .info,
.product-view-lp .sidebar-facts ul.list-facts li.url .info {
    padding-bottom: 0px;
}

.product-view-projects .sidebar-facts ul.list-facts li.url a,
.product-view-lp .sidebar-facts ul.list-facts li.url a {
    color: #1a171b;
    font-size: 20px;
    font-family: QuattrocentoSansRegular;
    text-decoration: none;
    line-height: 44px;
}

.product-view-projects .sidebar-facts ul.list-facts li.demo a,
.product-view-lp .sidebar-facts ul.list-facts li.demo a {
    color: #009ee0;
    font-size: 16px;
}

.product-view-projects .sidebar-facts ul.list-facts li.pricebox,
.product-view-lp .sidebar-facts ul.list-facts li.pricebox {
    margin-top: 5px;
    padding: 10px 18px;
    border-bottom: 1px solid #e3e4e4;
    background-color: #fff;
}

.product-view-projects .sidebar-facts ul.list-facts li.pricebox .info,
.product-view-lp .sidebar-facts ul.list-facts li.pricebox .info {
    padding-bottom: 0px;
    font-size: 20px;
    margin-top: 2px;
}

.product-view-projects .sidebar-facts ul.list-facts li.pricebox .info .tax-details,
.product-view-lp .sidebar-facts ul.list-facts li.pricebox .info .tax-details {
    font-size: 11px;
    display: block;
    float: none;
}

.product-view-projects .sidebar-facts ul.list-facts li.pricebox a,
.product-view-lp .sidebar-facts ul.list-facts li.pricebox a {
    color: #1a171b;
    font-size: 16px;
    font-family: QuattrocentoSansRegular;
    text-decoration: none;
    line-height: 44px;
}


.product-view-projects .sidebar-facts ul.list-facts li.benefit-element .benefit-element-box,
.product-view-lp .sidebar-facts ul.list-facts li.benefit-element .benefit-element-box {
    width:40px;
    height:40px;
    background:#009ee0 ;
    float:left;
    margin-right:20px;
}

.product-view-projects .sidebar-facts ul.list-facts li.benefit-element .benefit-element-box .fa,
.product-view-lp .sidebar-facts ul.list-facts li.benefit-element .benefit-element-box .fa {
    color:#fff;
    font-size:28px;
    display:block;
    text-align:center;
    margin-top:6px;
}

.product-view-projects .sidebar-facts ul.list-facts li.benefit-element a,
.product-view-lp .sidebar-facts ul.list-facts li.benefit-element a {
    font-size:16px;
}

.product-view-projects .sidebar-facts ul.list-facts li.benefit-element a:hover,
.product-view-lp .sidebar-facts ul.list-facts li.benefit-element a:hover {
    text-decoration: underline;
}

.sidebar-facts .fieldset ul.form-list li label {
    color: #777;
    display: none;
}

.sidebar-facts .fieldset ul.form-list .field {
    width:266px;
    margin-top:10px;
}

.sidebar-facts .fieldset ul.form-list input.input-text  {
    width:244px;
}

.sidebar-facts .fieldset ul.form-list p.small {
    font-size:11px;
    color:#1a171b;
    padding:5px 0;
}

.product-isuccess-im-ecommerce .sidebar-facts ul.list-facts li {
    margin-bottom: 0px;
}

.product-isuccess-im-ecommerce .buttons-set {
    padding:0px;
    margin:10px 0px;
}

.product-isuccess-im-ecommerce .button.button span {
    height: auto;
}

.product-isuccess-im-ecommerce .button.button span span {
    padding:4px 24px;
}

.sidebar-facts ul.ebook-facts {
    color:#1a171b;
}

.sidebar-facts ul.ebook-facts li {
    padding:0 !important;
    margin:0 !important;
    color: #1a171b !important;
    padding-top:15px !important;
    font-size:16px;
}

.sidebar-facts ul.ebook-facts li .fa {
    padding-right:5px;
}

.sidebar-facts .blacktext {
    color:#1a171b;
}

.contacts-index-index .inner .description {
    margin-bottom: 50px;
}

.contacts-index-index .inner {
    padding-bottom: 70px;
}

.contacts-index-index .inner h1 {
    margin-bottom: 25px !important;
}

.contacts-index-index .inner button {
    float: right;
    margin-right: 54px;
}

.contacts-index-index .inner {
    padding-bottom: 70px !important;
}

.contacts-index-index .inner p.required {
    float: left;
    font-size: 12px;
    font-family: QuattrocentoSansRegular;
    color: #1a171b;
    margin-bottom: 30px;
    padding-top: 5px;
}

.contacts-index-index .contacts .text {
    width: 247px;
}

.contacts-index-index .contacts .image {
    width: 356px;
}

.contacts-index-index .list-inputs {
    margin-top: 50px;
}

.contacts-index-index .list-inputs li {
    margin-bottom: 10px;
}

.contacts-index-index .list-inputs li.subject {
    margin-top: 30px;
}

.contacts-index-index ul.list-selections li {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    position: relative;
}

.contacts-index-index ul.list-selections li.last {
    margin-right: 0px;
}

.contacts-index-index ul.list-selections li span,
.itabs-helpdesk-index-new ul.list-selections li span {
    float: right;
    display: block;
    height: 30px;
    width: 110px;
    padding-left: 15px;
    margin-left: 10px;
    line-height: 31px;
    font-size: 18px;
    font-family: QuattrocentoSansRegular;
    color: #fff;
    background: #009ee0;
    cursor: pointer;
}

.itabs-helpdesk-index-new ul.list-selections li span {
    width: 165px;
}

.contacts-index-index ul.list-selections li input[type="checkbox"] {
    cursor: pointer;
}
/* ================================================================================ */


/* Content Styles ================================================================= */
.product-name {
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
}

.tags-list li {
    display: inline;
}

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.rss-title h1 {
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {
    margin-top: 48px;
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
}

.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

.cart-table .item-msg {
    font-size: 10px;
}

.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 575px;
}

.cart .cart-collaterals ul.checkout-types {
    margin-top: 20px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .totals {
    float: right;
}

.cart .totals table {
    width: 100%;
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px;
}

.cart .totals table th {
    font-weight: bold;
}

.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.cms-site-map .description ul {
    margin: 0px 0px 4px 0px !important;
}

.cms-site-map .description a:hover {
    color: #1a171b !important;
}


/* === OneStepCheckout ====================================== */
.checkitout .checkout-left .form-list .wide input.input-text {
    width: 250px !important;
}

.checkitout .checkout-left .form-list select {
    width: 130px !important;
}

.checkitout .checkout-right .form-list .wide select, .checkitout .checkout-left .form-list .wide select {
    width:280px !important;
    height:34px;
}

.checkout-onepage-index .main {
    margin-bottom: 48px;
}

.checkout-onepage-index .checkitout .container .page-title {
    background-color: #fff;
    color: #009EE0;
    height: 65px;
    margin-top: 48px;
    margin-bottom: 20px;
    background-image: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    background-repeat: no-repeat;
    background-position: -234px -27px;
    position: relative;
}

.checkout-onepage-index .checkitout .checkout-step .step-header {
    background-color: #009ee0;
    color: #fff;
}

.checkout-onepage-index .checkitout .checkout-step .step-header .number {
    background-color: #fff;
    color: #009ee0;
    border-color: #fff;
}

.checkout-onepage-index .checkitout .checkout-step .step-content {
    background: #fff;
    border-color: #fff;
}

.checkout-onepage-index .checkitout .checkout-step .step-content #login-step {
    margin-top: 19px;
    margin-right: 30px;
}

.checkout-onepage-index .checkitout .checkout-top h1 {
    background: none repeat scroll 0 0 #009EE0;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 24px;
    height: 46px;
    padding-left: 30px;
    padding-top: 24px;
    width: 316px;
}

.checkout-onepage-index .checkitout .checkout-top .arrow-right {
    position: absolute;
    left: 338px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #009EE0;
    z-index: 1;
}

.checkout-onepage-index .checkitout .checkout-right .form-list input.input-text {
    width: 220px;
}

.checkout-onepage-index .checkitout select {
    font-size: 13px;
}

#login-step-popup .popup-title {
    height: 32px;
    background: #fff !important;
    color: #1a171b !important;
    line-height: 32px;
    font-size: 18px;
}

#login-step-popup .popup-content p {
    font-size: 15px;
    padding-bottom: 10px;
}

#login-step-popup .popup-content p.required {
    text-align: left;
    font-size: 12px;
    padding: 5px 0 15px 0;
    color: #1a171b !important;
}

.checkout-onepage-index .checkitout .checkout-step-send {
    float: left;
    font-size: 24px;
    color: #1a171b;
    line-height: 70px;
    padding-left: 30px;
}

.checkout-step-review .buttons-set {
    margin: 20px 0 !important;
}

#confirmation-window .step-header {
    height: 32px;
    background: #009EE0 !important;
    color: #fff !important;
    line-height: 32px;
    font-size: 20px;
}

#confirmation-window .step-content {
    background: #fff !important;
}

#confirmation-window #checkout-confirm-review-table-wrapper {
    margin-top: 20px;
}

#confirmation-window #checkout-confirm-review-table-wrapper .buttons-set {
    margin: 30px 0;
}
/* ======================================================================================= */

/* Checkout ============================================================================== */
.sp-methods dt {
    margin-bottom: 10px;
}

.sp-methods dt input.radio {
    display: block;
    float: left;
}

.sp-methods dt label {
    display: block;
    float: left;
    width: 400px;
    margin-left: 10px;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Checkout Agreements */
.checkout-agreements {
}

.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto;
}

.checkout-agreements .agree {
    padding: 6px;
    position: relative;
    line-height: 30px;
}

.checkout-agreements input[type="checkbox"] {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.block-progress dt {
    font-weight: bold;
}

.block-progress dt.complete,
.block-progress dd.complete {
    background-color: #f6f6f6;
}

.opc {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.opc li.section {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .step-title {
    background-color: #f6f6f6;
    padding: 0 5px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    line-height: 22px;
    margin-right: 5px;
}

.opc .step-title h2 {
    float: left;
}

.opc .step-title a {
    display: none;
    float: right;
}

.opc .allow .step-title {
    cursor: pointer;
}

.opc .active .step-title {
    background-color: #ccc;
    cursor: default;
}

.opc .step {
    border-top: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.opc .step .tool-tip {
    right: 10px;
}

.checkout-progress {
    padding: 0 50px;
    margin: 10px 0;
}

.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #ccc;
}

.checkout-progress li.active {
    border-top-color: #000;
    color: #1a171b;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login,
.dynamiccontent_post_main {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.account-login .registered-users,
.dynamiccontent_post_main_inner
{
    padding: 30px;
}

.account-login .registered-users h1,
.dynamiccontent_post_main h2 {
    color: #009EE0;
    font-family: QuattrocentoSansRegular;
    font-size: 28px;
    margin-bottom: 25px;
    padding: 0;
}

.account-login .registered-users p,
.dynamiccontent_post_main p {
    color: #1A171B;
    font-family: QuattrocentoSansRegular;
    font-size: 16px;
    line-height: 22px;
}

.dynamiccontent_post_main p.back {
    margin-top:20px;
}
.dynamiccontent_post_main_inner ul {
    color: #1a171b;
    font-size: 16px;
    line-height: 22px;
}

.dynamiccontent_post_main_inner ul li {
    color: #009ee0;
    list-style-type: square;
    margin-left: 18px;
}

.dynamiccontent_post_main_inner ul li a {
    color: #1a171b;
    font-size: 16px;
    line-height: 22px;
}

.account-login .registered-users .form-list {
    margin-top: 20px;
}

.account-login .registered-users a {
    font-size: 15px;
    text-decoration: none;
    color: #009ee0;
}

.account-login .registered-users p.required {
    color: #1a171b;
    float: left;
    font-family: QuattrocentoSansRegular;
    font-size: 12px;
    margin-bottom: 30px;
    padding-top: 5px;
}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-image {
    float: left;
    position: relative;
}

.captcha-img {
    border: 1px solid #ccc;
}
.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account {
    background: #fff;
    width: 548px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account h1 {
    color: #009EE0;
    font-family: QuattrocentoSansRegular;
    font-size: 28px;
    margin-bottom: 25px;
    padding: 0;
}

.my-account p.hello {
    font-size: 18px;
    padding-bottom: 20px;
}

.my-account h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.my-account .pager {
    margin: 10px 0;
}

.my-account .pager select {
    width: 80px;
}

.my-account .box-content {
    margin-bottom: 20px;
}

.my-account .subaccount-index td.last {
    width: 80px;
}

.my-account .subaccount-index td.last ul.list-links li {
    margin-bottom: 5px;
    text-align: right;
}

.my-account .helpdesk-forms .form-list .fields .field {
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-top: 20px;
}

.my-account .helpdesk-forms .form-list .fields .field.right {
    margin-right: 0px;
    float: right;
}

.my-account .helpdesk-forms .form-list .fields .field input.input-text {
    width: 526px;
}

.my-account .helpdesk-forms .form-list .fields .field select {
    width: 548px;
    font-size: 12px;
}

.my-account .helpdesk-forms .form-list .fields .field .input-box {
    line-height: 25px;
}

.my-account .helpdesk-forms .form-list li.wide .input-box {
    width: 548px;
}

.my-account .helpdesk-forms .form-list label {
    float: none;
    margin: 0;
    padding: 0;
}

.my-account .helpdesk-forms .form-list p.info {
    padding: 5px 0;
}

.my-account .helpdesk-forms ul.list-selections li {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 220px;
}

.my-account .helpdesk-forms ul.list-selections li input[type="checkbox"] {
    cursor: pointer;
    z-index: 2;
}

.my-account .helpdesk-forms .text {
    margin-top: 30px;
}

.my-account .helpdesk-forms .form-list label {
    font-size: 15px;
}

.my-account .helpdesk-forms input.fileupload {
    background: #fff;
    padding: 0px;
    padding: 8px;
    width: 300px !important;
    height: auto !important;
}

.account-layered-nav {
    margin-top: 50px;
}

.account-layered-nav .block-title {
    height: 149px;
    position: relative;
    margin-bottom: 5px;
    background-color: #175672;
}

.account-layered-nav .block-title h2 {
    font-family: QuattrocentoSansRegular;
    font-size: 28px;
    color: #fff;
    padding: 0px;
    padding-left: 30px;
    margin: 0px;
    line-height: 152px;
}

.account-layered-nav .block-title .arrow-right {
    position: absolute;
    right: -15px;
    top: 43px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #175672;
    z-index: 2;
}

.account-layered-nav .block-title .arrow-trenner {
    position: absolute;
    top: 0px;
    right: -24px;
    z-index: 1;
    width: 21px;
    height: 140px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -582px -1px;
}

.account-layered-nav .block-content {
    width: 302px;
    background: #175672;
}

.account-layered-nav .block-content ul {
    padding: 30px 20px;
}

.account-layered-nav .block-content li.item {
    margin-bottom: 20px;
}

.account-layered-nav .block-content li.item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: QuattrocentoSansRegular, "san-serif", "helvetica";
    text-transform: uppercase;
}

.account-layered-nav .block-content li.current {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: QuattrocentoSansRegular, "san-serif", "helvetica";
    text-transform: uppercase;
}

/* Block: Recent Orders */
.dashboard .box-recent {
    margin: 10px 0;
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-additional {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.before-footer {
    background-color: #fff;
    width: 100%;
    margin-top: 48px;
}

.before-footer .inner {
    width: 914px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.before-footer .inner .left-row {
    width: 600px;
    float: left;
    padding-top: 35px;
}

.before-footer .inner .right-row {
    width: 280px;
    float: right;
    padding-top: 35px;
}

.before-footer .inner .right-row ul.list-xml-news li {
    margin-bottom: 30px;
}

.before-footer .inner .right-row ul.list-xml-news .image {
    float: left;
    width: 60px;
    height: 55px;
}

.before-footer .inner .right-row ul.list-xml-news .news {
    float: left;
    width: 204px;
}

.before-footer .inner .right-row ul.list-xml-news .news a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
}

.before-footer .inner .right-row ul.list-xml-news .news a:hover {
    text-decoration: underline;
}

.before-footer .inner .right-row ul.list-xml-news .news .date {
    font-family: QuattrocentoSansBold;
    font-size: 11px;
}

.before-footer .inner {
    font-size: 16px;
}

.before-footer .inner a {
    font-size: 16px;
    text-decoration: none;
    color: #009ee0;
}

.before-footer .inner a:hover {
    font-size: 16px;
    text-decoration: underline;
    color: #009ee0;
}

.before-footer .inner p {
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
}

.before-footer .inner h4,
.before-footer .inner h1 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}

.before-footer .inner h5,
.before-footer .inner h2 {
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    color: #009ee0;
}

.footer-container {
    background: #000;
    height: 498px;
    margin-top: 60px;
}

.cms-index-index .footer-container {
    margin-top: 0px;
}

.footer-container .footer {
    width: 914px;
    margin: 0 auto;
    padding-top: 60px;
}

.footer-container .footer .col {
    float: left;
    margin-right: 65px;
}

.footer-container .footer .col-last {
    margin-right: 0px;
    width: 192px;
}

.footer-container .footer .col .cms-block {
    color: #fff;
}

.footer-container .footer .col .cms-block ul {
    position: relative;
}

.footer-container .footer .col .cms-block ul li {
    margin-bottom: 5px;
}

.footer-container .footer .col .cms-block ul li.magento-solution-specialist {
    position: absolute;
    right: 0;
    top: 12px;
}

.footer-container .footer .col .cms-block a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-container .footer .col .cms-block a:hover {
    text-decoration: underline;
}

.footer-container .footer .col h5 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
}

.footer-container .footer .col h5.awards {
    margin-top: 40px;
}

.footer-container .footer .col h6 {
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

.footer-container .footer .col p.phone,
.footer-container .footer .col p.email,
.footer-container .footer .col p.email a {
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    color: #009ee0;
    margin-top: 10px;
}

.footer-container .footer .col p.email,
.footer-container .footer .col p.email a {
    margin-top: 4px;
}

.footer-container .footer .col p.email a:hover {
    text-decoration:underline;
}

.footer-container .footer .col p.email .fa,
.footer-container .footer .col p.phone .fa {
    width:24px;
}

.footer-container .footer .col ul.social-icons li {
    float: left;
    margin-right: 13px;
    width: 38px;
    height: 38px;
    background: #009ee0;
}

.footer-container .footer .col ul.social-icons li:hover {
    background:#fff;
}

.footer-container .footer .col ul.social-icons li:hover a {
    color: #009ee0 !important;
}

.footer-container .footer .col ul.social-icons li.last {
    margin-right: 0px;
}

.footer-container .footer .col ul.social-icons li.facebook a,
.footer-container .footer .col ul.social-icons li.twitter a,
.footer-container .footer .col ul.social-icons li.xing a {
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

.footer-container .footer .col ul.award-icons li {
    float: left;
    margin-right: 11px;
}

.footer-container .footer .col ul.cooperation-icons li {
    float: left;
    margin-right: 18px;
    margin-bottom: 14px;
}

.footer-container .footer .col ul.cooperation-icons li.magento,
.footer-container .footer .col ul.cooperation-icons li.shopware {
    margin-right: 25px;
}

.footer-container .footer .col ul.cooperation-icons li.payone {
    margin-right: 19px;
}

.footer-container .footer .col ul.award-icons li.last,
.footer-container .footer .col ul.cooperation-icons li.last {
    margin-right: 0px;
}

.footer-container .copyright {
    color:#fff;
    font-size:11px;
    padding-top:20px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
.checkitout .checkout-left .form-list .fields input.input-text,
.checkitout .checkout-right .form-list .fields input.input-text {
    width: 108px !important;
}

.partner-logo {
    float: left;
    width: 150px;
    margin-right: 18px;
}

.partner-text {
    float: left;
    width: 380px;
}
/* ======================================================================================= */


/* Accordion ============================================================================= */
.toggle-list ul {
    list-style-type: none;
}

.toggle-list ul li {
    list-style-type: none !important;
    padding:0 !important;
    margin:0 !important;
}

.toggle-list li.toggle-list-headline {
    background: #009ee0;
    list-style-type: none;
    color: #fff !important;
    padding: 4px 8px !important;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.toggle-list li.toggle-list-headline.active {
    background: #1a171b;
}

.toggle-list li.toggle-list-headline:hover {
    cursor: pointer;
    background: #1a171b;
}

.toggle-list li.toggle-list-headline .fa {
    float: right;
    font-size: 18px;
    margin-top: 2px;
}

.toggle-list li.toggle-list-content {
    display:none;
}

.toggle-list li.toggle-list-content.open {
    display: block;
    padding:4px 8px !important;
    color:#1a171b;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
/* ======================================================================================= */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.itabs.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* right flyouts =================================== */
.flyout_right {
    border: 0px;
    position: fixed;
    right: -250px;
    top: 280px;
    background-color: #fff;
    border-bottom:5px solid #000;
    width: 199px;
    padding: 0 16px;
    z-index: 999;
}

.overlay-content #mobileCatalogForm {
    background: #f2f2f2 url('http://www.itabs.de/skin/frontend/default/itabs/itabs/contacts/images/contact_mobile_img.jpg') center 20px no-repeat;
    border: 0px;
    width: 280px;
    padding: 0px;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.flyout_right p {
    margin-bottom:5px;
}

/* Button */
.flyout_right .btn_flyout {
    background-color: #009ee0;
    /*position: absolute;*/
    /*left: -41px;*/
    width: 41px;
    height: 122px;
    /*top: 0px;*/
    position: fixed;
    right: 0;
    top: 600px;
    cursor: pointer;
}
.flyout_right.open .btn_flyout {
    background-color: #009ee0;
}

.flyout_right .btn_flyout:hover,
.flyout_right .btn_flyout.contact:hover{
    background-color: #175672;
}


.flyout_right .btn_flyout span {
    display: block;
    margin-top: 52px;
    width: 43px;
    height: 18px;
    color: #fff;
    font-size: 15px;
    font-family: QuattrocentoSansRegular;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.overlay-content #mobileCatalogForm .btn_flyout .fa-line-chart,
.flyout_right .btn_flyout .fa-line-chart {
    font-size: 15px;
    margin-top: 23px;
    margin-left: 13px;
    color:#fff;
}

.overlay-content #mobileCatalogForm .btn_flyout .fa-phone, .flyout_right .btn_flyout .fa-phone {
    font-size: 15px;
    margin-top: 20px;
    margin-left: 15px;
    color: #fff;
}

/* Form */
.overlay-content #mobileCatalogForm .fieldset,
.flyout_right form .fieldset {
    background: transparent;
    border: 0;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0;
    /*height: 350px;*/
}
.overlay-content #mobileCatalogForm .fieldset {
    margin-top: 0px;
}

.overlay-content .catalog-request-top {
    margin-bottom: 0px!important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.overlay-content .catalog-request-top h1 {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.overlay-content #mobileCatalogForm .fieldset h3,
.flyout_right form .fieldset h3 {
    margin: 15px 0 10px;
    color: #1a171b;
    font-size: 12px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list,
.flyout_right form .fieldset ul.form-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li,
.flyout_right form .fieldset ul.form-list li {
    margin-bottom: 0;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li label,
.flyout_right form .fieldset ul.form-list li label {
    color: #777;
    display: none;
}

.flyout_right form .fieldset ul.form-list li div.field {
    float: none;
    padding-bottom: 10px;
    width: auto;
}
.overlay-content #mobileCatalogForm .fieldset ul.form-list li div.field {
    float: none;
    padding-bottom: 0px;
}

.flyout_right form .fieldset ul.form-list li .radio-box,
.flyout_right form .fieldset ul.form-list li .input-box {
    width: 199px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li .radio-box,
.overlay-content #mobileCatalogForm .fieldset ul.form-list li .input-box{
    width: 250px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li .radio-box,
.flyout_right form .fieldset ul.form-list li .radio-box {
    text-align: center;
}

.flyout_right form .fieldset ul.form-list li label {
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li input[placeholder],
.overlay-content #mobileCatalogForm .fieldset ul.form-list li textarea[placeholder],
.overlay-content #mobileCatalogForm .fieldset ul.form-list li .radio-box,
.flyout_right form .fieldset ul.form-list li input[placeholder],
.flyout_right form .fieldset ul.form-list li textarea[placeholder],
.flyout_right form .fieldset ul.form-list li .radio-box{
    font-size: 14px;
}

.flyout_right form .fieldset ul.form-list li input {
    width: 178px;
}
.overlay-content #mobileCatalogForm .fieldset ul.form-list li input {
    width: 240px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li textarea,
.flyout_right form .fieldset ul.form-list li textarea {
    width: 178px;
    min-width: 178px;
    height: 4em;
}

.flyout_right form .buttons-set {
    margin: 5px 0;
    float: right;
    padding: 0;
}
.overlay-content #mobileCatalogForm .buttons-set {
    float: none;
    margin: -5px 18px 15px 0;
    padding: 0;
}

.flyout_right form .buttons-set button.button {
    margin: 10px 0;
}

.flyout_right form .buttons-set button.button span {
    height: auto;
    padding-left: 28px;
    font-size: 14px;
}

.flyout_right form .buttons-set button.button span span {
    height: auto;
    padding-left: 0;
    padding-right: 28px;
    padding-top: 2px;
}

.flyout_right.catalog form .buttons-set button.button span {
    padding-left: 5px;
}

.flyout_right.catalog form .buttons-set button.button span span {
    padding-right: 13px;
}

.flyout_right .smallnotice,
.flyout_right .smallnotice a {
    font-size: 11px;
}

.flyout_right .smallnotice a {
    color: #009ee0;
}

.overlay-content #mobileCatalogForm .buttons-set button.button{
    margin-top: 23px;
}
.overlay-content #mobileCatalogForm .buttons-set button.button span span {
    padding: 6px 30px;
}

.overlay-content #mobileCatalogForm .buttons-set .required,
.flyout_right form .buttons-set .required {
    color:#777777;
    font-size: 10px;
}

/* Contact */
.flyout_right a {
    color:#777;
}

.flyout_right.contact a:hover {
    text-decoration: underline;
}

.flyout_right.contact .validation-advice,
.flyout_right.catalog .validation-advice{
    display: none !important;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li input.zip.validation-failed,
.overlay-content #mobileCatalogForm .fieldset ul.form-list li input.number.validation-failed,
.flyout_right.catalog form .fieldset ul.form-list li input.zip.validation-failed,
.flyout_right.catalog form .fieldset ul.form-list li input.number.validation-failed {
    width:30px;
}

.flyout_right.contact .btn_flyout.btn-contact {
    top: 300px;
}

.flyout_right.contact form {
    background: url('http://www.itabs.de/skin/frontend/default/itabs/itabs/contacts/images/contact_flyout_top_img.png') top center no-repeat;
}

.flyout_right.contact form .fieldset {
    padding-top: 0px;
}

/* Catalog */
.flyout_right.catalog .btn_flyout.btn-catalog span{
    margin-top: 170px;
    white-space: nowrap;
}

.flyout_right.catalog .btn_flyout.btn-catalog {
    top: 442px;
    height: 235px;
    background: #e41b1a;
}

.flyout_right.catalog .btn_flyout.btn-catalog:hover {
    background-color: #175672;
}

.flyout_right.catalog form {
    background: url('http://www.itabs.de/skin/frontend/default/itabs/itabs/contacts/images/contact_flyout_top_img.png') top center no-repeat;
}

.overlay-content #mobileCatalogForm .fieldset {
    padding: 157px 15px 15px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li input[type="radio"],
.flyout_right.catalog form .fieldset ul.form-list li input[type="radio"] {
    width: auto;
    display: inline-block;
    padding: 0;
    vertical-align: baseline;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li input[type="radio"].last,
.flyout_right.catalog form .fieldset ul.form-list li input[type="radio"].last {
    margin-left: 30px;
}

.flyout_right.catalog form .fieldset ul.form-list li input.street {
    width: 135px;
    margin-right: 5px;
}
.overlay-content #mobileCatalogForm .fieldset ul.form-list li input.street {
    margin-right: 5px;
    width: 186px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li input.number,
.flyout_right.catalog form .fieldset ul.form-list li input.number {
    width: 35px;
}

.overlay-content #mobileCatalogForm .fieldset ul.form-list li input.zip,
.flyout_right.catalog form .fieldset ul.form-list li input.zip {
    width: 45px;
    margin-right: 5px;
}

.flyout_right.catalog form .fieldset ul.form-list li input.city {
    width: 125px;
}
.overlay-content #mobileCatalogForm .fieldset ul.form-list li input.city {
    width: 175px;
}
/**
 * This file is part of the Itabs_Overlay module.
 *
 * LICENSE
 *
 * This source file is subject of ITABS GmbH.
 * You are not allowed to change the sources without authorization of ITABS GmbH.
 *
 * PHP version 5
 *
 * @category  Itabs
 * @package   Itabs_Overlay
 * @author    ITABS GmbH <info@itabs.de>
 * @copyright 2014 ITABS GmbH (http://www.itabs.de)
 */

#itabs-overlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: rgba(100, 100, 100, .7);
}

#itabs-overlay .overlay-box {
    margin: 10% auto;
    max-width: 750px;
    position: relative;
    width: 425px;
    background-color: #000;
    border-radius: 30px;
}

#itabs-overlay .overlay-content {
    width: 365px !important;
    padding: 25px 30px;
}

#itabs-overlay .content {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 15px;
}

.clear {
    float: none;
    clear: both;
}

.itabs-requestcatalog-index-index .home-page-wrapper,
.itabs-contactus-index-index .home-page-wrapper,
.itabs-requestretailer-index-index .home-page-wrapper {
    background: #f2f2f2;
}

.itabs-requests {
    color: #777777;
}

.itabs-requests h2.page-title-type {
    margin-bottom: 19px;
}

.required-fields {
    color: #999999;
    font-size: 11px;
    text-align: right;
    margin-top: 9px;
}

.itabs-requests .bottom-bar {
    height: 40px;
    width: 100%;
    background-color: #333333;
    margin-top: -60px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.itabs-requests .request-cms-block {
    padding-right: 20px;
}

.itabs-requests .request-cms-block p {
    margin-bottom: 20px;
    line-height: 20px;
    color: #777777;
    text-align: justify;
}

.itabs-requests .request-cms-block ul {
    margin-bottom: 20px;
    margin-left: 26px;
}

.itabs-requests .request-cms-block ul li {
    list-style:disc;
    margin-bottom: 5px;
}

.itabs-requests .form-block {
    color: #777;
    border-top: 2px solid #005185;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    width: auto;
    padding: 19px 20px 38px;
    margin-bottom: 1.66em;
    border-left: none;
    border-right: none;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
    margin-top: 54px;
}

.itabs-requests .request-cms-block h2,
.itabs-requests .form-block h2 {
    color: #555555;
    font-family: "Eurostile LT W01 Medium";
    margin: 0 0 30px 0;
    padding: 0px;
}

.itabs-requests .request-cms-block h2 {
}

.itabs-requests .form-block p.store-phone-number-info {
    padding: 0px;
    padding-bottom: 15px;
}

.itabs-requests .form-block p.store-phone-number-info strong {
    font-weight: bold;
}

.itabs-requests .oeffnungszeiten {
    margin-bottom: 35px;
}

.itabs-requests .oeffnungszeiten p {
    padding: 0px;
    margin: 0px;
    padding-bottom: 2px;
}
.itabs-requests .cms-text-block {
    line-height: 20px;
    font-size: 12px;
}

.itabs-requests .form-block .list-radios li {
    margin-bottom: 17px;
}

.itabs-requests .form-block .list-radios li input {
    margin-top: -3px;
}

.itabs-requests .form-block .gender {
    padding-bottom: 5px;
}

.itabs-requests .form-block .gender label {
    display: block;
    margin-bottom: 11px;
}

.itabs-requests .form-block .gender select {
    width: 173px;
    background: #fff;
}

.itabs-requests .form-block .form-list .fields .first {
    margin-right: 30px;
}

.itabs-requests .form-block .form-list li {
    margin-bottom: 18px;
}

.itabs-requests .form-block .form-list li label {
    margin-bottom: 10px;
}

.itabs-requests .form-list li.wide textarea {
    width: 98%;
    background: #fff;
}

.itabs-requests .form-block .form-list .grid_6,
.itabs-requests .form-block .form-list .grid_3 {
    width: 48%;
    margin-left: 0px;
}

.itabs-requests .form-block .form-list .input-box {
    width: 100%;
}

.itabs-requests .form-block .form-list .input-box input.input-text {
    width: 98%;
    background: #fff;
}

.itabs-requests .form-block .form-list .dob-calendar .first{
    position: relative;
}
.itabs-requests .form-block .form-list .dob-calendar .first img.v-middle{
    position: absolute;
    right: 0px;
    top:29px;
}
.itabs-requests .form-block .form-list .dob-calendar .input-box input.input-text {
    width: 91%;
}

.itabs-requests .form-block .form-list .fields .street-field {
    width: 214px;
    margin-right: 15px;
}

.itabs-requests .form-block .form-list .fields .streetnr-field {
    width: 40px;
    margin-right: 30px;
}

.itabs-requests .form-block .form-list .fields .zipcode-field {
    width: 85px;
    margin-right: 15px;
}

.itabs-requests .form-block .form-list .fields .city-field {
    width: 170px;
    margin-right: 0px;
}

.itabs-requests .form-block .buttons-set button.button > span {
    width: 80px;
    background-color: #d20a11;
}

.itabs-requestcatalog-index-index .form-block .buttons-set button.button > span {
    width: 115px;
}

.itabs-requests .form-block .buttons-set button.button span span {
    text-align: center;
    /*width: 100%;*/
}

/* Form Contactus */
.itabs-contactus-index-index .itabs-requests .store-phone-number {
    margin-bottom: 10px;
}

.itabs-contactus-index-index .itabs-requests .request-cms-block h2,
.itabs-contactus-index-index .itabs-requests .form-block h2 {
    color: #555555;
    font-family: "Eurostile LT W01 Medium";
    margin: 0 0 30px 0;
    padding: 0px;
}

.itabs-contactus-index-index .itabs-requests .request-cms-block h2 {
    margin-bottom: 18px;
    margin-top: 42px;
}

.itabs-contactus-index-index .itabs-requests .request-cms-block h2.inner-headline {
    padding-top: 26px;
    margin-top: 0px;
}

.itabs-contactus-index-index .itabs-requests .form-block {
    margin-top: 0px;
}

.itabs-contactus-index-index .itabs-requests .form-block .list-radios {
}

.itabs-contactus-index-index .itabs-requests .form-block .list-radios li.fields .grid_6,
.catalog-product-view .itabs-requests .form-block .list-radios li.fields .grid_6 {
    width: 50%;
    margin-left: 0px;
}

.itabs-contactus-index-index .itabs-requests .omega {
    margin: 0px;
}

.itabs-contactus-index-index .itabs-requests .form-grid {
    margin: 0px;
    margin-right: 20px;
}

.itabs-contactus-index-index .itabs-requests .cms-grid {

}

.itabs-contactus-index-index .itabs-requests .cms-grid .google-maps-block .address-block {
    height: 40px;
    background: #333333;
    color: #fff;
}

.itabs-contactus-index-index .itabs-requests .cms-grid .google-maps-block .address-block span {
    display: block;
    padding-left: 14px;
    padding-top: 13px;
}

/*=== Request Form Retailer ===========================*/
.request-retailer {
}

.request-retailer .col2-set {
}

.request-retailer .col2-set .col-left {
    float: left;
    border: 0px;
    width: 45%;
}

.request-retailer .col2-set .col-left ul {
    list-style: disc;
    margin-left: 20px;
}

.request-retailer .col2-set .col-right {
    float: right;
    border: 0px;
    width: 50%;
}

.request-retailer .col2-set .col-right .store-phone-number {
    margin-bottom: 10px;
    font-weight: bold;
}

.request-retailer .col2-set .col-right .oeffnungszeiten {
    margin-bottom: 20px;
}

.request-retailer .col2-set .col-right .form-list li.wide textarea {
    width: 363px;
}

/*=== Pool Appointment =================================*/

.request-poolappointment .form-list textarea {
    width: 98%;
}

.request-poolappointment .info-bottom {
    line-height: 20px;
}
.request-poolappointment .info-bottom strong{
    font-weight: bold;
}

.request-poolappointment .form-block .buttons-set button.button {
    float: none;
}
.request-poolappointment .form-block .buttons-set button.button > span {
    width: 214px;
}

/*=== Form Successpage =================================*/
.itabs-successpage .page-title {
    display: none;
}

.itabs-newsletter-successpage .page-title {
    display: block;
}

.itabs-successpage .page-title h1,
.itabs-successpage .cms-block h1 {
    color: #555555;
    font-family: "Eurostile LT W01 Medium";
    font-size: 20px;
}

.itabs-successpage .form-success {
    color: #777;
    border-top: 2px solid #005185;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    width: auto;
    margin-bottom: 1.66em;
    border-left: none;
    border-right: none;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}

.itabs-successpage .form-success .cms-block {
    padding: 20px;
    line-height: 20px;
}

.itabs-successpage .cms-block h1 {
    font-size: 16px;
    margin-bottom: 14px;
}

/*=== Mobile Devices ===================================*/
@media only screen and (min-width: 300px) and (max-width: 720px) {
    .itabs-requests .form-grid {
        margin: 0px!important;
    }
    .itabs-requests .request-cms-block {
        padding: 0px!important;
        width: 100%;
    }
    .itabs-requests .cms-grid .google-maps-block .address-block span {
        font-size: 10px;
    }

    .itabs-requests .cms-grid {
        width: 100%;
        color: #777;
        border-top: 2px solid #005185;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #FFF;
        width: auto;
        padding: 19px 20px 38px;
        margin-bottom: 1.66em;
        border-left: none;
        border-right: none;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
        margin-top: 95px;
    }

    .itabs-requests .form-block .buttons-set button.button {
        float: left;
        margin: 0px!important;
    }
    .itabs-requests .form-block .required-fields {
        text-align: left;
    }
    .itabs-contactus-index-index .itabs-requests .form-block .list-radios li.fields .grid_6 {
        width: 100%;
    }
    .itabs-contactus-index-index .itabs-requests .form-block .list-radios li.fields div.field {
        margin-bottom: 15px;
        float: none;
    }
}
@-webkit-keyframes SOFT-FADE {
    0% {
        opacity: 0;
        top: -80px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes SOFT-FADE {
    0% {
        opacity: 0;
        top: -80px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes SOFT-FADE {
    0% {
        opacity: 0;
        top: -80px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes SOFT-FADE {
    0% {
        opacity: 0;
        top: -80px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

.page.padded {
    padding-top: 251px;
}

.header-container {
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
}

#nav {
    display: inline-block;
    float: right;
}

.header-container.smaller {
    height: 55px;
    position: fixed;
    padding-top: 14px;
    z-index: 999;

    -moz-box-shadow: 0px 0px 20px #666666;
    -webkit-box-shadow: 0px 0px 20px #666666;
    box-shadow: 0px 0px 20px #666666;

    -webkit-animation: SOFT-FADE 1s;
    -moz-animation: SOFT-FADE 1s;
    -o-animation: SOFT-FADE 1s;
    animation: SOFT-FADE 1s;
}

/* Hide unimportant elements */
.header-container.smaller .top-links .contacts,
.header-container.smaller .top-links .searching,
.header-container.smaller .top-links .facebook,
.header-container.smaller .top-links .twitter,
.header-container.smaller .top-links .xing {
    display: none;
}

/* Reset margins */
.header-container.smaller .quick-access,
.header-container.smaller .nav-container {
    margin: 0;
}

.header-container.smaller .quick-access .top-links {
    float: left;
    margin-left: -215px;

}

.header-container.smaller .top-links {
    height: 0px;
}

.header-container.smaller .top-links .phone {
    float: left;
    text-align: left;
    margin-right: 5px !important;
    padding-top: 2px;
    width: 215px;
}


#lightbox{ position: absolute; top: 20px; left: 0; width: 100%; z-index: 10001; text-align: center; line-height: 0; color:#151410 }
#lightbox a, #lightbox a:hover { border-bottom:none; color:#151410; text-decoration:underline }
#lightbox a img{ border: none }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto }
#imageContainer{ padding: 10px }
#loading{ position: absolute; top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0 }
#loadingLink { display:block; margin:0 auto; padding:0; width:32px; height:32px; background:url("http://www.itabs.de/skin/frontend/default/itabs/images/lightbox/loading.gif") center center no-repeat; text-indent:-9999px }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10001 }
#imageContainer>#hoverNav{ left: 0 }
#hoverNav a{ outline: none }
#prevLinkImg, #nextLinkImg{ width: 49%; height: 100%; background: transparent url("http://www.itabs.de/skin/frontend/default/itabs/images/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */ display: block; text-indent:-9999px }
#prevLinkImg { left: 0; float: left }
#nextLinkImg { right: 0; float: right }
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("http://www.itabs.de/skin/frontend/default/itabs/images/lightbox/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("http://www.itabs.de/skin/frontend/default/itabs/images/lightbox/nextlabel.gif") right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em }
#imageData{	padding:0 10px }
#imageDetails{ width: 70%; float: left; text-align: left }
#caption { font-weight: bold }
#numberDisplay { display: block; clear: left }
#detailsNav { display: block; clear: left; padding:0 0 10px 0 }
#prevLinkDetails { margin:0 8px 0 0 }
#nextLinkDetails { margin:0 8px 0 0 }
#closeLink { display:block; margin:0; padding:0 0 10px 0; text-decoration:none; float:right; width:66px; height:28px; background:url("http://www.itabs.de/skin/frontend/default/itabs/images/lightbox/closelabel.gif") no-repeat; text-indent:-9999px;overflow:hidden }
#overlay { position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; height: 500px; background-color: #151410; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6 }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
* html>body .clearfix { display: inline-block; width: 100% }
* html .clearfix { height: 1%; /* Hide from IE-mac */ }

/* ####################################### */
/* ########### STANDARD SETUP ############ */
/* ####################################### */

.protoshow,
.protoshow .show {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 914px;
    height: 457px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 914px;
}

.active-slide {
    z-index: 100;
}

.protoshow .slide-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 1em 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

.proto-progress-timer {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 9999;
}

/* TRANSITION SLIDE
------------------------------------------------*/

.transition-slide .show-window {
    overflow: hidden;
    position: relative;
    height: 457px !important;
    width: 914px !important;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/loading-grey.gif") no-repeat 50% 50%;
}

.cms-index-index .transition-slide .show-window {
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/loading.gif") no-repeat 50% 50%;
}

.transition-slide .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 999999px;
}

.transition-slide .slide {
    position: static; /*overide*/
    float: left;
    display: block;
}

/* PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proto-controls a:link,
.proto-controls a:visited,
.proto-navigation a:link,
.proto-navigation a:visited {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.proto-controls li {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: -48px;
    width: 34px;
    height: 100%;
    z-index: 110;
}

.proto-controls .forward {
    right: -62px;
    left: auto;
}

.proto-controls a {
    width: 100%;
    height: 61px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -351px 2px;
}

.proto-controls a:hover {
    background-position: -448px 2px;
}

.proto-controls .forward a:hover {
    background-position: -496px 3px;

}

.proto-controls .forward a {
    background-position: -402px 3px;
}

/* PROTO NAVIGATION
------------------------------------------------*/

.proto-navigation {
    position: absolute;
    bottom: 5px;
    right: 49%;
    float: right;
    z-index: 120;
    list-style: none;
}

.proto-navigation li {
    float: left;
    left: 49%;
    padding: 12px 6px;
    position: relative;

}

.proto-navigation a {
    background-color: #fff;
    font-size: 0;
    height: 11px;
    text-decoration: none;
    width: 11px;
    display: block;
}

.proto-navigation a:hover,
.proto-navigation a:focus {
    background-color: #009ee0;
}

.proto-navigation .current-slide a {
    background-color: #009ee0;
}

/* CUSTOM CAROUSEL BODY
------------------------------------------------*/

.itabs-carousel {
    position: relative;
    margin-bottom: 20px;
}

.itabs-carousel #carousel-wrapper {
    width: 548px;
    min-height: 50px;
    overflow: hidden;
}

.itabs-carousel .carousel-control.prev,
.itabs-carousel .carousel-control.next {
    width: 34px;
    height: 47px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png");
    display: block;
    position: absolute;
    z-index: 9999;
    text-indent: -999999px;
    top:26px;
}

.carousel-control.prev{
    top:0;
    left:-26px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -448px 2px !important;

}

.carousel-control.next{
    top:0;
    right:-38px;
    background: url("http://www.itabs.de/skin/frontend/default/itabs/images/sprite.png") no-repeat -496px 3px !important;

}

#carousel-content {
    width: 2500px;
}

#carousel-content .customslide {
    float: left;
    height: 100px;
    position: relative;
}

.carousel-control {
    width: 50px;
    height: 100px;
    position: absolute;
}

.carousel-control.forward {
    top: 25px;
    right: -12px;
}


.customslide img {
    padding-right: 8px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('http://www.itabs.de/skin/frontend/default/itabs/fonts/fontawesome-webfont.eot');src:url('http://www.itabs.de/skin/frontend/default/itabs/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('http://www.itabs.de/skin/frontend/default/itabs/fonts/fontawesome-webfont.woff') format('woff'),url('http://www.itabs.de/skin/frontend/default/itabs/fonts/fontawesome-webfont.ttf') format('truetype'),url('http://www.itabs.de/skin/frontend/default/itabs/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
