/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(img/fonts/TitilliumWeb-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(img/fonts/TitilliumWeb-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 400;
    src: local('Titillium WebItalic'), local('TitilliumWeb-Italic'), url(img/fonts/TitilliumWeb-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    src: local('Titillium WebBold Italic'), local('TitilliumWeb-BoldItalic'), url(img/fonts/TitilliumWeb-BoldItalic.ttf) format('truetype');
}

.availability_green {
    color: #2ecc71;
}
.availability_yellow {
    color: #f1c40f;
}
.availability_red {
    color: #e74c3c;
}

.boxText { font-family: Titillium Web, sans-serif; font-size: 14px; }

.errorBox { font-family: Titillium Web, sans-serif; font-size: 10px; background: #FFB3B5; font-weight: bold; }

.stockWarning { font-family: Titillium Web, sans-serif; font-size: 10px; color: #CC0033; }

.productsNotifications { background: #F2FFF7; }

.orderEdit { font-family: Titillium Web, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline; }

#discount_code_status {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    display: table;
}

BODY {
    background: #FFFFFF;
    color: #000000;
    margin: 0px;
}
h1{
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #34597E;
    cellspacing:1px;
}

h2 {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
}

A {
    color: #000000;
    text-decoration: none;
}

A:hover {
    color: #bb0e0d;
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(52, 89, 126, 0.7);
}

A.hoverpicture:hover {
    color: #000000;
    background: #FFFFFF;
    text-decoratoin: none;
}

FORM {
    display: inline;
}

TR.header {
    background: #FFFFFF;
}

TR.headerNavigation {

    background: #f2f6f9;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(153,153,153,0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(153,153,153,0.2);
    box-shadow: 0px 1px 2px 0px rgba(153,153,153,0.2);}

TD.headerNavigation {
    border-bottom:solid 1px #c7d4e2;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    height: 24px;
    background: #f2f6f9;
    color: #000000;
    font-weight: bold;
}

A.headerNavigation {
    color: #000000;
}

A.headerNavigation:hover {
    color: #bb0e0d;
}

TR.headerError {
    background: #FF0000;
    line-height:20px;
}

TD.headerError {
    font-family: Tahoma, Titillium Web, sans-serif;
    font-size: 12px;
    background: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

TR.headerInfo {
    background: #00FF00;
}

TD.headerInfo {
    font-family: Tahoma, Titillium Web, sans-serif;
    font-size: 12px;
    background: #00FF00;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

TR.footer {
    background: #BBC3D3;
}

TD.footer {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    line-height:24px;
    background: #34597E;
    color: #FFFFFF;
    font-weight: bold;
}

TD.footer A {
    color: #FFFFFF;
}


TD.footer A:hover {
    color: #bb0e0d;
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(52, 89, 126, 0.7);
}
.infoBoxMain {
    width:220px;
    border: solid 1px #c7d4e2;
    border-spacing: 1px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
}

.infoBox {
    background: #ffffff;
}

.infoBoxContents {
    background: #f2f6f9;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
}

.infoBoxContents2 {
    background: #f2f6f9;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    border: solid 1px #c7d4e2;
    border-spacing: 1px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
}


.infoBoxNoticeContents {
    background: #FFE6E6;
    font-family: Titillium Web, sans-serif;
    font-size: 10px;
}

TD.infoBoxHeading {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    background-color: #dce5ee;
    padding: 3px 3px 3px 7px;
    border-bottom:solid 1px #c7d4e2;
    color: #000000;
}

TABLE.startpage_categories{

    background-color:#f2f6f9;
    border-top: solid 1px #c7d4e2;
    border-bottom: solid 1px #c7d4e2;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
}

TD.infoBox, SPAN.infoBox {
    font-family: Titillium Web, sans-serif;
    font-size: 10px;
    border-bottom:solid 1px #c7d4e2;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.input-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #7DACDB;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #7DACDB;
}

TABLE.productListing {
    border: solid 1px #c7d4e2;
    border-spacing: 1px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
}

.productListing-heading {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    background: #dce5ee;
    color: #000000;
    font-weight: bold;
    line-height:24px;
}

TD.productListing-data {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    background-color:#f2f6f9;
}

A.pageResults {
    color: #0000FF;
}

A.pageResults:hover {
    color: #0000FF;
    background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
    font-family: Titillium Web, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #34597E;
    cellspacing:1px;
}

TABLE.pageHeading {
    background: #f2f6f9;
    margin-top:4px;
    border-bottom:solid 1px #c7d4e2;
    padding-left:10px;
    border-spacing: 0px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
    box-shadow: 0px 1px 3px 0px rgba(153,153,153,0.3);
}

TR.subBar {
    background: #F4F7FD;
}

TD.subBar {
    font-family: Titillium Web, sans-serif;
    font-size: 10px;
    color: #000000;
}

TD.main, P.main {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
}

TD.accountCategory {
    font-family: Titillium Web, sans-serif;
    font-size: 13px;
    color: #34597E;
}

TD.fieldKey {
    font-family: Titillium Web, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

TD.fieldValue {
    font-family: Titillium Web, sans-serif;
    font-size: 12px;
}

TD.tableHeading {
    font-family: Titillium Web, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-family: Titillium Web, sans-serif;
    font-size: 10px;
    color: #FF3333;
}

SPAN.newItemInCart a:link { color: #FF3333; }

SPAN.newItemInCart a:hover { color: #FFFFFF; }

SPAN.newItemInCart a:visited { color: #FFFFFF; }

SPAN.newItemInCart a:active { color: #FFFFFF; }

.start_page_link{

    color: #9c0000;
}
.start_page_link a:hover {

    color: #FFFFFF;
}


INPUT, SELECT {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    padding:2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

TEXTAREA {
    width: 100%;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
}

SPAN.greetUser {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    color: #9c0000;

    font-weight: bold;
}

TABLE.formArea {
    background-color: #7DACDB;
    border: solid 1px #293643;
}

TD.formAreaTitle {
    font-family: Tahoma, Titillium Web, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: Tahoma, Titillium Web, sans-serif;
    font-size: 12px;
    color: #C76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {
    font-family: Titillium Web, sans-serif;
    color: #FF0000;
}

SPAN.errorText {
    font-family: Titillium Web, sans-serif;
    color: #FF0000;
}

.moduleRow { }

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Titillium Web, sans-serif; font-size: 14px; color: #8C8C8C; }

.checkoutBarCurrent { font-family: Titillium Web, sans-serif; font-size: 14px; color: #000000; }

/* message box */

.messageBox { font-family: Titillium Web, sans-serif; font-size: 14px; }

.messageStackError, .messageStackWarning { font-family: Titillium Web, sans-serif; font-size: 14px; background-color: #FFB3B5; }

.messageStackSuccess { font-family: Titillium Web, sans-serif; font-size: 14px; background-color: #99FF00; }

/* input requirement */

.inputRequirement { font-family: Titillium Web, sans-serif; font-size: 14px; color: #FF0000; }

/* addon */
.font_bold {
    font-family: Titillium Web, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.font_normal {
    font-family: Titillium Web, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.font_bold_bright {
    font-family: Titillium Web, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

/* Gradient color1 - color2 - color1 */
hr
{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #bbc3d3, #BBC3D3, #bbc3d3);
}
.font_product_name {
    font-family: Titillium Web, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
}

a.header_navi_hover {
    display: block;
    height: 19px;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.agb_wiederruf {
    background-color: #DDDDDD;
}

table.rand {
    background-color: #293643;
}

td.white {
    background-color: #FFFFFF;
}

td.product_header {
    background-color: #9C0000;
}

td.middle {
    background-color: #34597E;
}
#smartsuggest {
    position: absolute;
    float: left;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 10px;
    border: 1px solid #bbc3d3;
    z-index:4;
}
