/* ===== DOM elements ========================================================== */

/* ===== Browser object styles ================================================ */

@media print {

     @page { size 21cm 29.7cm; margin: 2cm }
     
     
     
     
     
     
     body {
     
          font:          normal 0.85em Verdana, Arial, sans-serif;
          color:         navy;
          background :   white;
     
          margin:        20px;
          padding:       0;
     }
     
     table, tr, td {
          margin: 0;
          padding: 0;
          border: 0;
          border-collapse: collapse;
     
     }
     
     td {
          text-align: left;
          vertical-align: top;
     }
     
     h1 {
          font-size: 1.6em;
          color: #00b0d9;
     }
     
     h2 {
          color: #AA66AA;
          font-size: 1.3em;
     }
     
     a {
          color: #f5934A;
          text-decoration: none;
     }
     
     a:active {
          color: red;
     }
     
     img {
          border: 0px;
     
     
     }
     /* ===== Top heading section =================================================== */
     
     .heading {
          visibility: hidden;
          display: none;
          z-index: -1;

     }
     
     .shadow {
          visibility: hidden; 
          display: none;
          z-index: -1;
     }
     
     /* ===== Navigation stuff ====================================================== */
     
     .nav {
          
          visibility: hidden;
          display: none;
          z-index: -1;

     
     }
     
     .topNav{
          visibility: hidden;
          display: none;
          z-index: -1;
     
          
     }
     
     
     /* ================ Additional information ======================================= */
     
     .main { /* main table */
     
          width      : 100%;
          background : white;
          border     : 1px solid silver;
     
     }
     
     
     .content {
          height: 500px;
          background : white url(./images/website/background.png) bottom right no-repeat;
          padding: 0px 20px 20px 0px;
          text-align:justify;
     }
     
     .errorMsg {
          padding: 0px 16px 0px 16px;
          font-weight: bold;
          color: red;
     }
     
     .tableContent td {
          margin: 0;
          padding: 0px 16px 16px 16px;
     }
     
     .contentSplurge {
          text-align: justify;
          padding:    0px;
          line-height: 1.15em;
          clear: both;
     }
     
     .contentText {
          text-align: justify;
          padding:    0px;
          line-height: 1.15em;
     }
     
     .contentSplurge img a{
          text-decoration: none;
          border: 0;
     
     }
     
     .imageLeft {
          float: left;
          clear: right;
          padding-right: 15px;
     }
     
     
     .imageCenter {
          text-align: center;
          clear: both;
     }
     
     .imageRight {
          float: right;
          clear: left;
          padding-left: 15px;
     }
     
     .imageTitle {
          text-align: center;
          color: black;
     }
     
     
     .landing {
          clear: both;
          display: block;
     }
     
     
     
     .landingSep {
          margin-top: 50px;
          padding: 7px 0px 7px 0px;
          text-align: center;
          color: #d5bfff;
          border-top: 1px solid #eee6ff;
          border-bottom: 1px solid #eee6ff;
     }
     
     
     
     /* ================ Footer section =============================================== */
     
     .footer {
          width: 100%;
          margin: 0;
          padding: 1px 0px 1px 0px;
     
          text-align: center;
          font: normal 10pt Verdana, sans-serif;
          color: navy;
          border-top: 1px solid silver;
     }
     
     
     
     .footerGbLink{
     
          padding :20px;
     }
     /* ================ Contact us page ========================================= */
     
     .contactTable {
          margin: 0px 10px 0px 10px;
          padding: 0;
     }
     
     .contactTable td {
          padding: 5px;
     }
     
     
     /* ================ Form stuff ============================================== */
     
     .requiredField {
          background: #ffffc0;
     }
     
     /* ================= Extra stuf for the products ============================= */
     
     .maxWidth{
          width: 100%;
     }
     
     .prodPic{
          width: 130px;    
          height: 100px;
          
     }
     
     .prodQty{
          width: 130px;    
          text-align:center;
          
     }
     
     .prodDesc{
          text-align:justify;
     }
     
     .prodPrice{
          width: 130px;    
          text-align:right;
     }
     .prodPrev{ 
          width: 33%;
     }
     .prodList{
          text-align: center;
          width :33%;
     }
     
     .prodNext{
          text-align: right;
          width :33%;
     } 
     
     .totDesc{
          text-align: right;
     
     }
     
     .totPrice{
          text-align: right;
          width :130px;
     } 
     .message{
          
          font-weight:        bold;
          font-size:          20px;
          text-align:         center;
          padding:            5px 0px 5px 0px;
          
     }
     


}













body {

     font:          normal 0.85em Verdana, Arial, sans-serif;
     color:         navy;
     background :   white;

     margin:        20px;
     padding:       0;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1 {
     font-size: 1.6em;
	color: #00b0d9;
}

h2 {
     color: #AA66AA;
     font-size: 1.3em;
}

a {
     color: #f5934A;
     text-decoration: none;
}

a:active {
     color: red;
}

img {
     border: 0px;


}
/* ===== Top heading section =================================================== */

.heading {
     height: 120px;
     border-bottom: 1px solid silver;

     /*background:  white url(./images/website/logoPic.png) top right no-repeat;*/

}

.shadow {
     
     background:  white url(./images/website/hozShadow.png) top left repeat-x;
}

/* ===== Navigation stuff ====================================================== */

.nav {
     width: 210px;
     background: #ede0ee url(./images/website/shadow.png) top right repeat-y;
     text-align: left;
     line-height: 2em;
     padding-top: 0px;
     margin: 0;

}

.nav ul {
     list-style-type: none;
     width: 190px;
     padding: 3px 0px 0px 10px;

     margin: 0;
}

.nav ul li {
     margin: 0px 6px 0px 6px;
     border-bottom: 1px dashed silver;
}

.nav a {
     color: navy;

}

.nav ul li a:hover{
     color: red;
     text-decoration: underline;
}
.nav ul ul {
     list-style-type: none;
     width: 170px;
     padding: 3px 0px 0px 10px;

     margin: 0;
}

.topNav{
     background: #ede0ee ;

     
}

.topNav ul {
     list-style-type: none;
     padding: 12px 10px 10px 210px;
     margin: 0;
}

.topNav ul li {
     display: inline;
     margin: 0px 20px 0px 0px;

}
.topNav      a {
     color: navy;

}
.sizeSelector {
     margin: 0px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
}

.sizeSelector td {
     text-align: center;
}


.sizeSelector td a {
     color: silver;
}

.sizeSelector td a:hover {
     color: silver;
     text-decoration: underline;
}



/* ================ Additional information ======================================= */

.main { /* main table */

     width      : 100%;
     background : white;
     border     : 1px solid silver;

}


.content {
     height: 500px;
     background : white url(./images/website/background.png) bottom right no-repeat;
     padding: 0px 20px 20px 0px;
     text-align:justify;
}

.errorMsg {
	padding: 0px 16px 0px 16px;
	font-weight: bold;
	color: red;
}

.tableContent td {
     margin: 0;
     padding: 0px 16px 16px 16px;
}

.contentSplurge {
     text-align: justify;
     padding:    0px;
     line-height: 1.15em;
     clear: both;
}

.contentText {
     text-align: justify;
     padding:    0px;
     line-height: 1.15em;
}

.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     clear: left;
     padding-left: 15px;
}

.imageTitle {
     text-align: center;
     color: black;
}


.landing {
     clear: both;
     display: block;
}



.landingSep {
     margin-top: 50px;
     padding: 7px 0px 7px 0px;
     text-align: center;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
}



/* ================ Footer section =============================================== */

.footer {
     width: 100%;
     margin: 0;
     padding: 1px 0px 1px 0px;

     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: navy;
     border-top: 1px solid silver;
}



.footerGbLink{

     padding :20px;
}
/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}


/* ================ Form stuff ============================================== */

.requiredField {
	background: #ffffc0;
}

/* ================= Extra stuf for the products ============================= */

.maxWidth{
     width: 100%;
}

.prodPic{
     width: 130px;    
     height: 100px;
     
}

.prodQty{
     width: 130px;    
     text-align:center;
     
}

.prodDesc{
     text-align:justify;
}

.prodPrice{
     width: 130px;    
     text-align:right;
}
.prodPrev{ 
     width: 33%;
}
.prodList{
     text-align: center;
     width :33%;
}

.prodNext{
     text-align: right;
     width :33%;
} 

.totDesc{
     text-align: right;

}

.totPrice{
     text-align: right;
     width :130px;
} 
.message{
     
     font-weight:        bold;
     font-size:          20px;
     text-align:         center;
     padding:            5px 0px 5px 0px;
     
}