/* 
  Ïéêïíüìïõ main application css 
  WGR.gr research and development department
*/

@CHARSET "UTF-8";

body
{
	padding:0px;
	margin:0px;
	color:#222222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color: #202326;
}

div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td 
{
	margin:0;	
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
display: inline;
}

img
{ 
  border:none;
}

a,a:VISITED
{
	color:#404040;
	text-decoration: none;
}

a:HOVER
{
	text-decoration: underline;
}

p
{
	padding:0px;
	margin:0px;	
}

.width20px
{
	width: 20px;
}

.pageDivClass 
{
	background:none repeat scroll 0 0 #0C0E0D;
	margin-left:auto;
	margin-right:auto;
	max-width:1240px;
	min-width:970px;	
}

.mainLine 
{
	/*padding-left: 10px;
	padding-right: 10px;*/
}

.leftLine
{
	widht:20px;
	background-image: url("../Images/leftLine.png");
	background-repeat: repeat-y;
}

.rightLine
{
	widht:20px;
	background-image: url("../Images/rightLine.png");
	background-repeat: repeat-y;
}

.linkNone,.linkNone a,.linkNone a:VISITED,.linkNone a:HOVER
{
	text-decoration: none;
}

.width33
{
	width:33%;
}

.width67
{
	width:67%;
}

.large 
{
	font-size:110%;
}

.small 
{
	font-size:85%;
}

.bold
{
	font-weight:bold;
}

.logInput
{
	background-image: url("../Images/logBg2.png");
	width: 140px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

.formInput
{
	background-image: url("../Images/admin_formInput.png");
	background-repeat: repeat-y;
	background-position:left;
	border: solid 1px #AAAAAA;
	background-color: #D5D0CA;
	text-align: left;
}

.formLabel
{
	background-image: url("../Images/admin_formLabel.png");
	background-repeat: repeat-y;
	background-position:right;
	border: solid 1px #AAAAAA;
	background-color: #D5D0CA;
	text-align: right;
}
.actionButton
{
	color:#000000;
	background-image: url('../Images/btnBg.gif');
  background-repeat: repeat-x;
  text-align: center;
  height:20px;
  border: #CFCFCF 2px solid;
  text-decoration: none;
}

.actionButton a
{
	color:#FFFFFF;
	background-image: url('../Images/btnBg.gif');
  background-repeat: repeat-x;
  text-align: center;
  height:20px;
  border: #CFCFCF 2px solid;
  text-decoration: none;
}

.actionButton:HOVER
{
	background-image: url('../Images/btnBgOn.gif');
  background-repeat: repeat-x;
}

.topMiddle
{
	background-image: url("../Images/topMiddle.png");
	background-repeat: repeat-x;
}

.botMiddle
{
	background-image: url("../Images/botMiddle.png");
	background-repeat: repeat-x;	
}

.mainTable
{
	
  border-left: solid 2px #FFDE00; 
  border-right: solid 2px #FFDE00; 
  position: relative;
  top: -2px;
  background-color: black;
}


.botTable
{
  position: relative;
  top: -2px;
}

.logo
{
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: 2;
}

.motodesign
{
	position: absolute;
	top: 37px;
	left: 140px;
	z-index: 2;
}

.menua 
{
	height:30px;
	width:100px;
	background-color: #FFF739;
	color:black;
	font:12px Tahoma;
	background-image: url("../Images/menuBA1.png");
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

.menua a
{
	color:black;
  text-decoration: none;	
}

.menua a:VISITED
{
	color:black;
  text-decoration: none;	
}

.menuab
{
	height:30px;
	width:100px;
	background-color: #FFF739;
	color:black;
	font:12px Tahoma;
	background-image: url("../Images/menuBA2.png");
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left top;
}

.menuab a:VISITED
{
	color:black;
  text-decoration: none;	
}
.menuab a
{
	color:black;
  text-decoration: none;	
}
.menuab a:HOVER
{
	color:#800000;
  text-decoration: none;	
}

.menu 
{
	height:30px;
	width:80px;
	background-color: #FFF739;
	color:black;
	font:12px Tahoma;
	background-image: url("../Images/menuB1.png");
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

.menu a
{
	color:black;
  text-decoration: none;	
}

.menu a:VISITED
{
	color:black;
  text-decoration: none;	
}

.menub
{
	height:30px;
	width:80px;
	background-color: #FFF739;
	color:black;
	font:12px Tahoma;
	background-image: url("../Images/menuB2.png");
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left top;
}

.menub a:VISITED
{
	color:black;
  text-decoration: none;	
}
.menub a
{
	color:black;
  text-decoration: none;	
}
.menub a:HOVER
{
	color:#800000;
  text-decoration: none;	
}

.menuUnder
{
	height:10px;
	background-image: url("../Images/menuUnder.png");
	background-repeat: repeat-x;
}

.menuBar
{
	background-color: #FFDE00;
	text-align: right;
	color:black;
	font:14px Tahoma;
	font-weight: bold;
}

.menuBar a
{
	text-decoration:none;
	color:black;	
}

.menuBar a:HOVER
{
	text-decoration:none;
	color:#800000;	
}

.menuBar a:VISITED
{
	text-decoration:none;
	color:black;	
}

.blackToYellow
{
	background-image: url("../Images/blackToYellow.png");
	background-repeat: repeat-y;
}

.menuBg
{
	height:30px;
	vertical-align: middle;
	background-image: url("../Images/menuBg.png");
	background-repeat: repeat-x;
	color: white;	
}

.menuBg a,.menuBg a:VISITED
{
	color: #BAC0C6;
	font-weight:bold;
	text-decoration: none !important;
}

.menuBg a:HOVER
{
	color:white;
	font-weight:bold;
	text-decoration: none !important; 
	
}

.pathCenter 
{
	background-image: url("../Images/centerPath.png");
	background-repeat: repeat-x;
	color: #BAC0C6;
	font-weight:bold;
	text-decoration: none !important; 
}

.pathCenter a,.pathCenter:VISITED
{
	color:#BAC0C6;
	font-weight:bold;
	text-decoration: none !important; 
}

.pathCenter a:HOVER
{
	color:white;
	font-weight:bold;
	text-decoration: none !important; 
}

/* <COMMON CSS> */

.height6px
{
	height: 6px;
}

.width10px;
{
	width: 10px;
}
.height10px
{
	height: 10px;
}

.height20px
{
	height: 20px;
}

.height30px
{
	height: 30px;
}

.height40px
{
	height: 40px;
}
.width50px
{
	width: 50px;
}
.verticalTop
{
	vertical-align: top;
}

.verticalMiddle
{
	vertical-align: middle;
}

.verticalBottom
{
	vertical-align: bottom;
}

.height100
{
	height: 100%;
}

.height90
{
	height: 90%;
}

.height70
{
	height: 70%;
}
.right
{
  text-align: right;	
}

.center
{
  text-align: center; 	
}

.justify 
{
  text-align: justify;	
}

.left
{
	text-align: left;
}

.black
{
	color:black;
}

.width100
{
	width: 100%;
}

.width100px
{
	width: 100px;
}
.width90
{
	width: 90%;
}

.width80
{
	width: 80%;
}

.width20
{
	width: 20%;
}
.width60
{
	width: 60%;
}
.block 
{
	display:block;
}
.width10
{
	width: 10%;
}

.width77
{
	width: 77%;
}
/* </COMMON CSS> */

.cataloguePic
{
	width:230px; 
}

.cataloguePrice
{
	width:190px; 
}

.catalogueCont
{
	width:100%; 
}

.catalogueTitle,.catalogueTitle a,.catalogueTitle a:VISITED
{
	color:#780502;
	font-size:110%;
	font-weight: bold;
	text-decoration: none;
}

.catalogueTitle a:HOVER
{
	color:#A20000;
	text-decoration: underline;
}

.cataloguePage 
{
	color:white;
	background-color: black;
	border:2px solid #780502;
	text-decoration: none;
}



.innerLT
{
	width:31px;
  height:20px; 
	background-image: url("../Images/innerLT.png");
	background-repeat: no-repeat;
}

.innerT
{
	border-top: solid 1px #9C9D9B;
	background-color: white;
}

.innerRT
{
	width:31px;
  height:20px; 
	background-image: url("../Images/innerRT.png");
	background-repeat: no-repeat;
}

.innerLB
{
	width:31px;
  height:20px; 
	background-image: url("../Images/innerLB.png");
	background-repeat: no-repeat;
}

.innerB
{
	border-bottom: solid 1px #9C9D9B;
	background-color: white;
}

.innerRB
{
	width:31px;
  height:20px; 
	background-image: url("../Images/innerRB.png");
	background-repeat: no-repeat;
}

.innerLR
{
	border-left: solid 1px #9C9D9B;
	border-right: solid 1px #9C9D9B;
	background-color: white;
}

.newsLetterÔ
{
	height: 21px;
	background-image: url("../Images/newsT.png");
	background-repeat: no-repeat;	
}

.newsLetterBody
{
	color: black;
	padding: 5px;
	background-image: url("../Images/newsM.png");
	background-repeat: repeat-y;		
}

.newsLetterÂ
{
	height: 8px;
	background-image: url("../Images/newsB.png");
	background-repeat: no-repeat;	
}

.opOff
{
	filter: alpha(opacity = 65);  
	-moz-opacity: 0.65;  
	-khtml-opacity: 0.65;  
	opacity: 0.65;  
}

.opOn
{
	filter: alpha(opacity = 100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1;  
	opacity: 1;  
}

.logEntry
{
	height:20px;
	background-image: url("../Images/logEntry2.png");
	background-position: right;
	background-repeat:no-repeat;
	vertical-align: middle;
	padding-right:14px;
	width:62px;
	text-align: right;
}

.noUnderline,.noUnderline a,.noUnderline a:VISITED,.noUnderline a:HOVER
{
	text-decoration: none !important;
}

.barLeft
{
	height: 42px;
	width: 5px;
	background-image: url("../Images/barLeft.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

.barLeftAct
{
	height: 42px;
	width: 5px;
	background-image: url("../Images/barLeftAct.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

.barLeftOn
{
	height: 42px;
	width: 5px;
	background-image: url("../Images/barLeftOn.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

.barRight
{
	height: 42px;
	width: 5px;
	background-image: url("../Images/barRight.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

.barRightAct
{
	height: 42px;
	width: 5px;
	background-image: url("../Images/barRightAct.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

.barRightOn
{
	height: 42px;
	width: 5px;
	background-image: url("../Images/barRightOn.png");
	background-repeat:no-repeat;
	cursor: pointer;
}

.bar
{
	text-align:center;
	height: 42px;
	background-image: url("../Images/bar.png");
	background-repeat:repeat-x;
	cursor: pointer;
}

.barAct
{
	text-align:center;
	height: 42px;
	background-image: url("../Images/barAct.png");
	background-repeat:repeat-x;
	cursor: pointer;
}

.barOn
{
	text-align:center;
	height: 42px;
	background-image: url("../Images/barOn.png");
	background-repeat:repeat-x;
	cursor: pointer;
}

.barDiv
{
	width: 4px;
	height: 42px;
	background-image: url("../Images/barDiv.png");
	background-repeat:no-repeat;	
}

.barLink,.barLink a,.barLink a:VISITED,.barLink a:HOVER,.barLink a:VISITED:HOVER
{
	color:#FFFFFF !important;
	text-decoration: none !important;
}

.searchFieldClass
{
	width:207px; 
	height: 28px;
	vertical-align:middle;
	padding-left: 29px;
	padding-right: 2px;
	background-image: url("../Images/searchInput.png");
	background-repeat:no-repeat;
	border: none;
}

.searchBtn,.searchBtn a,.searchBtn a:VISITED,.searchBtn a:VISITED:HOVER
{
	width:65px; 
	height: 28px;
	background-image: url("../Images/searchOff.png");
	background-repeat:no-repeat;
	display:block;
	border: none;
	text-decoration: none !important;
}

.searchBtnOn,.searchBtnOn a,.searchBtnOn a:VISITED,.searchBtnOn a:VISITED:HOVER
{
	width:65px; 
	height: 28px;
	background-image: url("../Images/searchOn.png");
	background-repeat:no-repeat;
	display:block;
	border: none;	
	text-decoration: none !important;
}

.line
{
	border-bottom:1px solid #EEEEEE;
}

.dynPage,.dynPage a,.dynPage a:VISITED
{
	vertical-align:middle;
	color: #BBBBBB;
	font-size:11px;
	padding-left: 6px;
}

.pathLink:HOVER
{
	vertical-align:middle;
	font-weight:bold;
	color: white !important;
	text-decoration: none !important;
}

.pathLink,.pathLink a,.pathLink a:VISITED
{
	vertical-align:middle;
	font-weight:bold;
	color: #BAC0C6 !important;
	text-decoration: none !important;
}


.orange
{
	color: #780502 !important;
}

.redCat
{
	width:160px; 
	height: 25px;
	background-image: url("../Images/redCat.png");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#E66E18;
	border: none;	
	color:white;
	font-size:105%;
	font-weight:bold;
	vertical-align:middle;
	padding-left:6px;
	padding-left:4px;
	text-decoration: none !important;
}

.redCat a,.redCat a:HOVER,.redCat a:VISITED
{
	color:white;
	text-decoration: none !important;	
}

.greyCat,.greyCat a,.greyCat a:VISITED
{
	width:160px; 
	height:22px;
	background-color:#EAEAEA;
	color:black;
	font-size:95%;
	vertical-align:middle;
	text-decoration: none !important;	
}


.topMenu a,.topMenu a:VISITED
{
	min-width: 86px;
	height: 25px;
	vertical-align: middle;
	text-align: right;
	padding-right: 12px;
	background-image: url("../Images/s.gif");
	background-repeat: repeat-x repeat-y;
	background-position: bottom;
	font-weight:bold;
	color:#FDE3E3;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	display: block;
}

.topMenu a:HOVER
{
	text-decoration:none;
	min-width: 86px;
	height: 25px;
	vertical-align: middle;
	text-align: right;
	padding-right: 12px;
	background-image: url("../Images/sOn.gif");
	background-repeat: repeat-x repeat-y;
	background-position: bottom;
	font-weight:bold;
	color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	display: block;
}


.greyCatOn,.greyCatOn a,.greyCatOn a:HOVER,.greyCatOn a:VISITED
{
	width:160px; 
	height:22px;
	background-color:#999999;
	color:white;
	font-size:95%;
	vertical-align:middle;
	cursor: pointer;
	text-decoration: none !important;	
}

.rightGrey
{
	background-image: url("../Images/rightGrey.png");
	background-repeat: repeat-y;
}

.leftGrey
{
	background-image: url("../Images/leftGrey.png");
	background-repeat: repeat-y;
}

.suggestions 
{
	font-size:140%;
	padding:0.3em;
	font-weight:bold;
	color:#666666;
}

h6
{
	font-size: inherit;
	color: #780502;
}

.prodLink,.prodLink a,.prodLink a:VISITED
{
	color : #294889;
	font-weight: normal;
}

.prodLink a:HOVER 
{
	color : #6A99E9;
}

.font160
{
	font-size	:	160%;
}

.verde 
{
	color:#910303;	
}

.downPath
{
	background-image: url('../Images/centerPathDown.png');
	background-repeat: repeat-x;
}

.font130
{
	font-size	:	130%;	
}

.greyTable
{
	
	padding:5px;
}

.greyBorder
{
	
}

.grey 
{
	color:#666666;
}

.sButton a,.sButton a:VISITED
{
	width:112px;
	height:30px;
	display:block;
	background-image: url("../Images/sButton.png");
	background-repeat:no-repeat;
	color:white;
  font-weight:bold;
  font-size:110%;
  padding-top:7px;
	text-align: center;
	filter: alpha(opacity = 70);  
	-moz-opacity: 0.70;  
	-khtml-opacity: 0.70;  
	opacity: 0.70;
	text-decoration: none !important;  
}

.sButton a:HOVER
{
	filter: alpha(opacity = 95);  
	-moz-opacity: 0.95;  
	-khtml-opacity: 0.95;  
	opacity: 0.95;
	display:block;
}
.width150px
{
	width:150px;
}
.sButton2 a,.sButton2 a:VISITED
{
	height:20px;
	display:block;
	background-image: url("../Images/bar.png");
	background-repeat:repeat-x;
  font-weight:bold;
  padding-top:4px;
  color:white;
	vertical-align:middle;
	text-align: center;
	text-decoration: none !important;  
	border: 1px solid white;
}

.sButton2 a:HOVER
{
	border: 1px solid black;
	background-image: url("../Images/barOn.png");
	background-repeat:repeat-x;
	display:block;
}

.sButton3 a,.sButton3 a:VISITED
{
	width:280px;
	height:30px;
	display:block;
	background-image: url("../Images/sButton3.png");
	background-repeat:no-repeat;
  font-weight:bold;
  font-size:110%;
  padding-top:7px;
	text-align: center;
	filter: alpha(opacity = 70);  
	-moz-opacity: 0.70;  
	-khtml-opacity: 0.70;  
	opacity: 0.70;
	text-decoration: none !important;  
}

.sButton3 a:HOVER
{
	filter: alpha(opacity = 95);  
	-moz-opacity: 0.95;  
	-khtml-opacity: 0.95;  
	opacity: 0.95;
	display:block;
}

.subCat a,.subCat a:VISITED
{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	min-height:20px; 
	vertical-align: middle;
	display: block;
	text-align: center;
	color:#000099 !important;
	background-color: white;
	border:2px solid #CCCCCC;
	text-decoration: none !important; 
}

.subCat a:HOVER 
{
	border:2px solid #999999;
	text-decoration: none !important; 
	color:#000099 !important; 
}

.catProdPic
{
	width:130px;
	height:130px;
}

.pricePadding
{
	padding-right: 20px;
}

.simpleInput
{
	border:1px solid #CCCCCC;
	text-align: center;
}
.simpleInput:FOCUS
{
	border:1px solid #F4791F;
	text-align: center;
}

.purpleButton a,.purpleButton a:VISITED
{
	padding-top:4px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;	
	font-weight:bold;
	border:1px solid #780502;
	background-color:#680002;
	filter: alpha(opacity = 65);  
	-moz-opacity: 0.65;  
	-khtml-opacity: 0.65;  
	opacity: 0.65;
	display:block;
}

.purpleButton a:HOVER 
{
	vertical-align:middle;
	color:white;
	border:1px solid #780502;
	background-color:#680002;	
	filter: alpha(opacity = 95);  
	-moz-opacity: 0.95;  
	-khtml-opacity: 0.95;  
	opacity: 0.95;
	display:block;	
	text-decoration: none;
}

.greenLink,.greenLink a,.greenLink a:VISITED,.greenLink a:HOVER
{
	font-weight: bold;
	color: #AAC32A;
}
.greenButton a,.greenButton a:VISITED
{
	padding-top:4px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	color:#AAC32A;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;	
	font-weight:bold;
	border:1px solid #AAC32A;
	background-color:white;
	filter: alpha(opacity = 90);  
	-moz-opacity: 0.90;  
	-khtml-opacity: 0.90;  
	opacity: 0.90;
	white-space:nowrap;
	display:block;
}

.greenButton a:HOVER 
{
	border:1px solid #E91B1B;
	color:#E91B1B;
	vertical-align:middle;
	filter: alpha(opacity = 100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1;  
	opacity: 1;
	display:block;	
	text-decoration: none;
	white-space:nowrap
}

.super,.super a,.super a:VISITED
{
	color: white;
	font-weight: bold;
	white-space:nowrap
}

.whiteTable
{
	background-image: url("../Images/white.png");
	background-repeat: repeat-x repeat-y;
}
