/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

    body {
        margin              : 0px;
        padding             : 0px;
        font-family         : Arial, Helvetica, sans-serif;
        font-size           : 13px;
        line-height         : 14px;
        color               : #000000;
        background-image    : url("design/background.jpg");
        min-height          : 700px;
        min-width           : 1000px;
    }

    div#complete {
        position            : absolute;
        left                : 0px;
        top                 : 0px;
        min-height          : 700px;
        min-width           : 1000px;
        height              : 100%; 
        width               : 100%;
        z-index             : 1;
    }

    div#hand {
        position            : absolute;
        left                : 72px;
        top                 : 0px;
        background-image    : url("design/hand.png");
        width               : 113px;
        height              : 197px;
    }

    div#mund {
        background-image    : url("design/mund.png");
        background-repeat   : no-repeat;
        background-position : right top;
        float               : right;
        width               : 91px;
        height              : 714px;
        z-index             : 10;
    }

    div#typ {
        position            : absolute;
        bottom              : 0px;
        right               : 0px;
        background-image    : url("design/typ.png");
        background-repeat   : no-repeat;
        background-position : right bottom;
        width               : 1001px;
        height              : 111px;
        z-index             : 30;
    }

    div#wallross {
        position            : absolute;
        left                : 115px;
        bottom              : 0px;
        background-image    : url("design/wallross.png");
        width               : 322px;
        height              : 162px;
        z-index             : 25;
    }

    div#baby {
        position            : absolute;
        left                : 370px;
        background-image    : url("design/baby.png");
        background-position : bottom left;
        background-repeat   : no-repeat;
        width               : 329px;
        height              : 59px;
        bottom              : 0px;
        z-index             : 20;
    }

    div#pin {
        position            : absolute;
        right               : 0px;
        bottom              : 15px;
        background-image    : url("design/pin.png");
        width               : 1200px;
        height              : 257px;
        z-index             : 3;
    }

    div#kuh {
        position            : absolute;
        right               : 0px;
        bottom              : 0px;
        background-image    : url("design/kuh.png");
        width               : 627px; 
        height              : 176px;
        z-index             : 15;
    }

    div#footer {
        position            : absolute;
        background-image    : url("design/balls.png");
        width               : 100%;
        min-width           : 1000px;
        bottom              : 0px;
        left                : 0px;
        height              : 122px;
        z-index             : 5;
    }
    
    div#innerfooter {
        bottom              : 15px;
        left                : 15px;
        background-color    : #FFFFFF;
        position            : absolute;
        padding             : 2px;
        display             : inline;
        z-index             : 50;
    }
    
    div#innerfooter a:link, div#innerfooter a:visited {
        color               : #000000;
        text-decoration     : none;
        font-weight         : bold;
    }
        
    div#logo {
        position            : absolute;
        left                : 55px;
        top                 : 205px;
        background-image    : url("design/311.png");
        width               : 97px;
        height              : 76px;
    }
    
    div#u60311 {
        position            : absolute;
        right               : 10px;
        bottom              : 15px; 
        width               : 51px;
        height              : 50px;
        z-index             : 35;
        background-image    : url("design/u60311.png");
    }

    div#userpanel {
        position            : absolute;
        left                : 155px;
        top                 : 135px;
    }

    div#userpanel td {
        font-size          : 12px;
        line-height        : 12px;
        padding            : 1px;
    }

    div#userpanel input[type=text], div#userpanel input[type=password] {
        font-size          : 12px;
        line-height        : 14px;
        padding            : 1px;
        border             : 0px;
        width              : 85px;
    }

    div#userpanel input[type=submit] {
        color              : #00FF00;
        background-color   : transparent;
        border             : 0px solid transparent;
        padding            : 0px;
        margin             : 0px;
        width              : 65px;
        text-align         : left;
    }
    
    div#menu {
        position           : absolute;
        left               : 155px;
        top                : 205px;
        width              : 170px;
        min-height         : 480px;
        bottom             : 65px;
        z-index            : 5;
        text-align         : right;
        background-color   : #FFFFFF;
    }

    div#menu a, div#menu a:visited {
        color              : #000000;
        text-decoration    : none;
    }

    div#innermenu {
        padding-top        : 15px;
        padding-right      : 3px;
    }

    div#content {
        position           : absolute;
        left               : 340px;
        top                : 205px;
        width              : 450px;
        min-height         : 480px;
        bottom             : 65px;
        z-index            : 5;
        background-color   : #cacaca;
        line-height        : 18px;
        overflow           : scroll;
    }
    
    .messageStackError {
        border              : 1px solid #555555;
        margin              : 5px;
        padding             : 3px;
        background-color    : #FFBCAF;
    }
    
    .messageStackWarning {
        border              : 1px solid #555555;
        margin              : 5px;
        padding             : 3px;
        background-color    : #FFFFCF;
    }
    
    .messageStackSuccess {
        border              : 1pxsolid #555555;
        margin              : 5px;
        padding             : 3px;
        background-color    : #C7EFB3;
    }
    
   
    
    h1 {
        display            : inline;
        margin-top         : 0px;
        margin-bottom      : 0px;
        font-size          : 16px;
        background-color   : #FFFFFF;
    }

    h2 {
        display            : inline;
        margin-top         : 0px;
        margin-bottom      : 0px;
        font-size          : 20px;
        line-height        : 25px;
        color              : #fe00b3;
    }

    h3 {
        display            : inline;
        margin-top         : 0px;
        margin-bottom      : 0px;
        font-size          : 14px;
        line-height        : 16px;
        color              : #636262;
    }

    a:link.pink, a:visited.pink {
        text-decoration    : none;
        color              : #fe00b3;
        font-weight        : bold;
    }

    div#content a:link.green, div#content a:visited.green {
        text-decoration    : none;
        color              : #5dfe00;
        font-weight        : bold;
    }

    div#content a:link, div#content a:visited, div#userpanel a:link, div#userpanel a:visited {
        text-decoration    : none;
        color              : #fe00b3;
        font-weight        : bold;
    }

    div#content img {
        border             : 0px;
    }
    
    div#content td {
        font-size: 13px;
        line-height: 14px;
    }

    input[type=submit].form {
        color              : #f71bb6;
        font-weight        : bold;
        background-color   : transparent;
        border             : 0px solid transparent;
        padding            : 0px;
        margin             : 0px;
        text-align         : left;
    }
    
    input, textarea {
        font-family         : Arial, Helvetica, sans-serif;
        font-size           : 13px;
        line-height         : 14px;
    }
        

    div#innercontent {
        padding            : 15px;
        padding-bottom     : 75px; 
    }

    div.contenttext {
        display            : inline-block;
        width              : 100%;
    }
    
    #lightbox { 
        position           : absolute;
        left               : 0; 
        width              : 100%; 
        z-index            : 100; 
        text-align         : center; 
        line-height        : 0;
    }

    #lightbox img { 
        width              : auto; 
        height             : auto;
    }

    #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; 
    }

    #hoverNav { 
        position           : absolute; 
        top                : 0; 
        left               : 0; 
        height             : 100%; 
        width              : 100%; 
        z-index            : 10; 
    }

    #imageContainer>#hoverNav { 
        left               : 0;
    }

    #hoverNav a { 
        outline            : none;
    }

    #prevLink, #nextLink { 
        width              : 49%; 
        height             : 100%; 
        background-image   : url(data:image/gif;base64,AAAA); 
        display            : block; 
    }

    #prevLink { 
        left: 0; 
        float              : left;
    }

    #nextLink { 
        right              : 0; 
        float              : right;
    }

    #prevLink:hover, #prevLink:visited:hover { 
        background         : url(images/prevlabel.png) left 15% no-repeat; 
    }

    #nextLink:hover, #nextLink:visited:hover { 
        background         : url(images/nextlabel.png) right 15% no-repeat; 
    }

    #imageDataContainer{ 
        font               : 10px Verdana, Helvetica, sans-serif; 
        background-color   : #fff; 
        margin             : 0 auto; 
        line-height        : 1.4em; 
        overflow           : auto; 
        width              : 100%; 
     }

    #imageData  {
        padding            : 0 10px; 
        color              : #666; 
    }

    #imageData #imageDetails { 
        width              : 70%; 
        float              : left;
        text-align         : left; 
    }

    #imageData #caption { 
        font-weight        : bold;
    }

    #imageData #numberDisplay { 
        display            : block; 
        clear              : left; 
        padding-bottom     : 1.0em;
    }

    #imageData #bottomNavClose { 
        width              : 66px; 
        float              : right;
        padding-bottom     : 0.7em;
        outline            : none; 
    }

    #overlay { 
        position           : absolute; 
        top                : 0; 
        left               : 0; 
        z-index            : 90; 
        width              : 100%; 
        height             : 500px; 
        background-color   : #000; 
    }

    div#content table {
        width              : 97%;
    }


/*
.boxText { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size: 10px; }
.errorBox { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size : 10px; color: #990134; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

.button {
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  color: #990134;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.shippingOptions-odd {
  background: #fefefe;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.upcomingProducts-even {
  background-color: #ffffff;
  padding-bottom: 5px;
}

TR.upcomingProducts-odd {
  background-color: #fefefe;
  padding-bottom: 5px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
  background: #FFFFFF;
  color: #990134;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
}

A.pageResults {
  color: #990134;
  text-decoration: none;
  font-weight: bold;
}

A.pageResults:hover {
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

TD.pageHeading:before, DIV.pageHeading:before {
  content: "» ";
}
TD.pageHeading, DIV.pageHeading, .priceHeading {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 20px;
  font-weight: bold;
  color: #990134;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 11px;
  line-height: 1.5;
}

TD.main2, P.main2, DIV.main2 {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 11px;
  color: #990134;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

A.userMenu {
  color: #FFFFFF;
}

A.userMenu:hover {
  color: #3F0014;
  text-decoration: none;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FEFEFE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size: 10px; color: #000000; }
*/
/* message box */
/*
.messageBox { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, Geneva, sans-serif; text-align: center; font-size: 10px; color: #000000; background-color: #FFFFFF; }
.messageStackSuccess { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size: 10px; text-align: center; color: #FFFFFF; background-color: #990134; }
*/
/* input requirement */
/*
.inputRequirement { font-family: Arial, Helvetica, Geneva, sans-serif;  font-size: 10px; color: #990134; }


#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 26px; align: right; float: right;  padding-bottom: 0.7em; outline: none;}
#imageData #bottomNavClose img { align: right; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
*/