/*
  $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
*/

.boxText { 
  font-family: Verdana, Arial, sans-serif; font-size: 10px;
  background-color: #f6f6f6; 
  border-width: 1px 1px 1px 1px;
  padding: 5px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
  -moz-border-radius: 0px 10px 0px 10px;
  -webkit-border-radius:0px 10px 0px 10px;
  -khtml-border-radius: 0px 10px 0px 10px;
  }

.mainTable {
 border:0px;
 width:100%;
 height:85px;
 margin:0;
 padding:0;
}
 
.mainBody {
 margin:0;
}
/*           <table style='float:right;border-spacing:2px; border-width:10px;border-style: solid; border-color:white' width="32%"> */

.productImageTable {
 float:right; 
 border-spacing:2px; 
 border-width:10px;
 border-style: solid; 
 border-color:white;
 border-collapse: separate;
 width:238px;
 
}	

.productImageTable	TD {
height:22px;
text-indent:3px;		
}
   
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0em;
    width: 17em }
    /* #F8F8F9; */
  ul.navbar li {
    background: #91DEFC;
    margin: 0.1em 0;
    padding: 0.5em;
     }
     
  ul.navbar a:hover {
    text-decoration: none;
    color:white;
    font-weight:bold;
    }
    
     
  ul.navbar a {
    text-decoration: none;
    /*color:#666666;*/
    }
/*####################### */    
ul.nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background:#91DEFC;
    position: relative;
    top: 0em;
    width: 16em }
    
    /* #F8F8F9; #c1c1c1*/
  ul.nav li {
    background:#F6F6F6;
    margin: 0.1em 0;
    padding: 0.5em;
     }
     
  ul.nav a:hover {
    text-decoration: none;
    color:#ff6600;
    font-weight:bold;
    }
 
  ul.nav a {
    text-decoration: none;
    }    
    
/*####################### */    

    
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #ff6600; text-decoration: underline; }

/* for product view paragraph */
.productParag { font-family : Verdana, Arial, sans-serif; 
                font-weight:bold; font-size : 11px; color: #ff6600;}

/* for product gift */
.productGift { font-family : Verdana, Arial, sans-serif; 
                font-weight:bold; font-size : 15px; color: #ff6600;}
                
/* smart link using in product description for manual */                
.smartLink { font-family : Verdana, Arial, sans-serif; 
             font-weight:normal; font-size : 11px; color: #ff6600;}
             
/* για το login*/
.smartLinkLogin { font-family : Verdana, Arial, sans-serif; 
             font-weight:normal; font-size : 11px; color: #ff6600;}
             
/* smart Color text*/                
.smartColor { color: #ff6600;}
             

                                             
/* for product view table */
TABLE.productTable{font-family : Verdana, Arial, sans-serif; 
 font-weight:normal; font-size : 11px; color: #000000;
 border-width: 1px 1px 1px 1px; 
 border-spacing: 2px;
 border-style: solid solid solid solid;
 border-color: rgb(253, 131, 1) rgb(253, 131, 1) rgb(253, 131, 1) rgb(253, 131, 1);
 border-collapse: separate;
}

TABLE.productTable TD{
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: rgb(253, 131, 1) rgb(253, 131, 1) rgb(253, 131, 1) rgb(253, 131, 1);
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
} 

/* for product view table */
TABLE.productTable2{font-family : Verdana, Arial, sans-serif; 
 font-weight:normal; font-size : 11px; color: #000000;
 border-width: 0px 0px 0px 0px; 
 border-spacing: 2px;
 border-style: solid solid solid solid;
 border-color: rgb(253, 131, 1) rgb(253, 131, 1) rgb(253, 131, 1) rgb(253, 131, 1);
 border-collapse: separate;
}
 
 
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

A:hover {
/*  color: #AABBDD; */
  color: #ff6600;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* Global */

TD {height:14px;}
TR {height:22px;}

TR.header {
  background: #ffffff;
}

.doseSpan {
font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight:bold;
  border-width: 1px 1px 1px 1px;
  border-color:gray;
  background:#E9F4FC;
  background-color:#E9F4FC;	
  color:red;
}
/****************************************/
/* INPUT */

/*input[type="text"]{
background-color: #cdcdcd;
border: 0px;
}
*/

CHECKBOX, textarea, INPUT[type="textarea"],INPUT[type="text"],INPUT[type="password"], RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-width: 1px 1px 1px 1px;
  border-color:gray;
  background:#E9F4FC;
  background-color:#E9F4FC;
}
TEXTAREA {
  width: 100%;
}

input.search{
border: 0px;
}


input.credit2 {
border-width: 1px 1px 1px 1px;
border-color:gray;
width:16.5em;
background: #E9F4FC;
background-color:#E9F4FC;
}

input.credit {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-width: 1px 1px 1px 1px;
  border-color:gray;
  background:#E9F4FC;
  background-color:#E9F4FC;
  width:5em;
  text-align:right;
}

input[type="image"]{
border: 0px;
}

/* INPUT */
/****************************************/

/****************************************/
/* HEADERNAVIGATION */

/* background: #bbc3d3; */
/* background: #1B76B4; */
TR.headerNavigation {
  background-image:url('images/background/b7.png');
  line-height:15px;
  
}
/* background: #1B76B4; */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
  
  border-width: 1px 0px 1px 0px;
  padding: 3px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
}

A.headerNavigation { 
  color: #FFFFFF;  
}
	
A.headerNavigation:hover {
/*  color: #ffffff; */
  color: #ff6600;
}
/* HEADERNAVIGATION */
/****************************************/

/****************************************/
/* HEADERNAVIGATION 2 */

TR.headerNavigation2 {
  /*background-image:url('images/background/b7.png'); */
  background-color:gray;
  line-height:15px;
}
TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color:gray;
  font-weight : bold;
  
  border-width: 0px 0px 2px 0px;
  padding: 2px;
  border-style: solid solid solid solid;
  border-color: #ffffff #ffffff #ffffff #ffffff;
}
TD.headerNavigation3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color:white;
  font-weight : bold;
  
  border-width: 0px 0px 0px 0px;
  padding: 1px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
}


A.headerNavigation2 { 
  color: #FFFFFF;  
}
	
A.headerNavigation2:hover {
/*  color: #ffffff; */
  color: #ff6600;
}

/* HEADERNAVIGATION 2 */
/****************************************/

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: #1B76B4;*/
  background-image:url('images/background/b7.png');
  line-height:15px;

}

TD.footer {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #1B76B4;
  color: #ffffff;
  font-weight: bold;
 background: #1B76B4; */
 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
  
  border-width: 1px 0px 1px 0px;
  padding: 3px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
}

/* date and lang right corner */
TR.date_corner {
  background: #1B76B4;
}
TD.date_corner {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background-image:url('images/water_drop.png');
  background-repeat: no-repeat;
  background-position: top right; */
  color: #37465d;
  font-weight: bold;
}

/* center banner */
TR.center_banner {
  background: #1B76B4;
}
TD.center_banner  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image:url('images/water_wave.png');
  background-repeat: no-repeat;
  color: #37465d;
  font-weight: bold;
}

/*#ff6600  
 #1b76b4 */ 

.infoBox {    
  background:white; /* #1b76b4; */
}


.infoBox2 {    
    
  background-color: #f6f6f6; 
  border-width: 1px 1px 1px 1px;
  padding: 5px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  }

SPAN.infoBox, TD.infoBox{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  
}  


.infoBoxContents {
  background: white; /*#f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 1px; 
  
}

.infoBoxNotice {
  background: #FF8E90;
}

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

/* background: #1B76B4; */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image:url('images/background/b5.png');
  color: #ffffff;
  	
  text-indent:3px;
  border-width: 1px 1px 1px 1px;
  padding: 3px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
  /*background-color: #f6f6f6;*/
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
	}
 

/* ####################### */
.vat {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  position:relative; left:175px;
}

/* ####################### */
.paypal {
  position:relative; left:0px; top:-133px;
}

/* ####################### */

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  /* background: #f8f8f9; */
  background: #f8f8f9;
}

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: white;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ff6600;
  border-spacing: 1px;
   
  background-color: #f6f6f6; 
  border-width: 1px 1px 1px 1px;
  padding: 3px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
  -moz-border-radius: 0px 10px 0px 10px;
  -webkit-border-radius:0px 10px 0px 10px;
  -khtml-border-radius: 0px 10px 0px 10px; 
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #1b76b4;*/
  font-weight: bold;
 
  background-image:url('images/background/b5.png'); 
  color: #ffffff;
  text-indent:3px;
  border-width: 1px 0px 1px 0px;
  padding: 3px;
  border-style: solid solid solid solid;
  border-color: #666666 #666666 #666666 #666666;
  /*background-color: #f6f6f6;*/
}  

.productListing-heading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  color: #ffffff;
}  


TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main2{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  width:100px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
  
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color:#D7E9F7; cursor:pointer;}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/*h1 {font-size: 16px; font-weight:bold; color:#1b76b4;}*/

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}



h2 {font-size: 14px; font-weight:bold}
/*h3 {font-size: 10px; text-decoration: underline;} */
h3 {font-size: 10px; line-height:0;}
p.ph4 {font-size: 12px; color:gray; font-weight:bold}
h4 {font-size: 12px; color:gray;}
h5 {font-size: 10px;line-height:0px; margin-bottom:0px;margin-top:5px;}

/* smart link using in product description for manual */                
.smartLinkH4 { font-family : Verdana, Arial, sans-serif; 
             color: #ff6600;}
             

/* underline text */
.uline {font-size: 11px; text-decoration: underline;}

/* link whith special color*/
A.lcolor1 {color:#1b76b4;}

/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color:#2EAEFB;
}

.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
  font-weight : normal;
}
A.sitemap { 
  color: black; 
}
A.sitemap:hover {
  color: #ff6600;
}
/***** End Sitemap_SEO *****/ 

/**** hidden_price ****/
#price {
	display:none;
    font-weight: bold;
}

/* New Products Scroller */
#pscroller_np {
height: 150px;
border: 0px;
padding: 1px;
}

.pscroller_c_np {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* offer category */
.offerCategory {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  color:#FF6600;
  height:14px;
  text-shadow: 1px 1px 1px white;
  /*color: #FF3300;*/
  /*color: #ff6600;	*/
  /*background-image:url('images/background/b7.png');*/
  /*background-color:gray;*/
}
/* χρησιμοποιείτε στο langage -->product_info ->'PRODUCT_OFFERS_GAIN' */
.offerGain {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 14px;
  font-weight: bold;
  color: white;
}
/* χρησιμοποιείτει στο langage -->product_info ->'PRODUCT_OFFERS_QUANITY
   για το χρωματισμό της ποσότητας */
.offerQuantity {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #FE6D4C;
}


/*####################### */
/* navbar for basic categories */
/*<!-- nav-->*/
.navbar3 {
font-family:Verdana,Arial, Tahoma,sans-serif ;
background-image:url('http://www.watertech.gr/eshop/images/background/b7.png');
/*-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;*/
margin-bottom:5px; padding:1px;
border: solid 1px; border-color:gray;
/*width:1050px;height: 22px; */
width:99.5%;height: 20px;
font-weight:bold;
font-size:11px;
color:white;
}

.navbar3 ul{margin: 0; padding: 0; float: left;}
.navbar3 ul li{display: inline;}

.navbar3 ul li a{
    float: left; text-decoration: none;
    color: white;border-right: solid 1px gray ;
    padding: 1.5px 11px;}

.navbar3 a:hover {background-color:gray;height: 18px;}
	
/*####################### */
