/* 
  main application css 
  WGR.gr research and development department
*/
@CHARSET "UTF-8";

body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #222222;
		font-family:"Century Gothic",Arial,sans-serif;
	font-size: 12px;
	background-color: #E4E4E6;
	overflow-y:scroll;
}

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

#gallery 
{
	color: #DB2324 !important;
}

.fixedDiv {
	position: fixed;
	left: -600px;
	top: -600px;
	display: block;
	width: 0px;
	height: 0px;
	z-index: 1;
	overflow: hidden;
}

.fixedDiv2 {
	position: fixed;
	left: -1000px;
	top: -1000px;
	display: block;
	z-index: 1;
}

.absoluteDiv {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#narrowFix {
	position: absolute;
	display: block;
	width: 960px;
	height: 1px;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.z2 {
	z-index: 2 !important;
}

.z3 {
	z-index: 3 !important;
}

.z4 {
	z-index: 4 !important;
}

.z5 {
	z-index: 5 !important;
}

.z6 {
	z-index: 6 !important;
}

.z7 {
	z-index: 7 !important;
}

.z8 {
	z-index: 8 !important;
}

.z9 {
	z-index: 9 !important;
}

.z10 {
	z-index: 10 !important;
}

.z11 {
	z-index: 11 !important;
}

.z12 {
	z-index: 12 !important;
}

.z90 {
	z-index: 90 !important;
}


.blue35 {
	background-color: #504C4B;
}

#bg2
{
	background-image: url("../Images/bg2.png");
	background-repeat: repeat;	
}
#bg3
{
	background-image: url("../Images/bg3.png");
	background-repeat: repeat-x;	
}
#bg4
{
	background-image: url("../Images/bg4.png");
	background-repeat: repeat-x;	
}
#bg6,#bg7
{
	background-image: url("../Images/bg6.png");
	background-repeat: repeat-x;	
}
#bg5
{
	background-image: url("../Images/bg5.png");
	background-repeat: no-repeat;
	background-position: center center;	
}
.orange35 {
	background-image: url("../Images/orange35.png");
	background-repeat: repeat-x;
}



.greyBorder table td { /*
	padding: 5px; 
	border: 1px solid #F5F5F5;
	background-image: url("../Images/picBg.png");
	background-repeat: repeat;	
	*/
	
}
.transparent
{
	background-color: transparent !important;
}
.wmap
{
	width: 770px; 
	height: 770px;
}

.greyBorder {
	border: 1px solid #F5F5F5;
}

#mbar {
	color: #9A9A9A;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

#mbar a {
	color: #9A9A9A;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 30px;
	cursor: pointer;
	padding: 5px 5px 0px 5px;
}

#mbar a:HOVER {
	color: white;
	text-decoration: none;
}

#mbar span {
	display: inline-block;
	width: 20px;
}

.lh20 {
	line-height: 20px;
}

.innerBtn {
	display: inline-block;
	width: 90px;
	height: 20px;
	background-image: url("../Images/innerBtn.png");
	background-repeat: no-repeat;
	text-align: center;
}

.innerBtn a {
	display: inline-block;
	width: 90px;
	height: 20px;
	width: 100%;
}

.innerBtn a:HOVER {
	text-decoration: none;
}

.searchFieldClass {
	display: inline-block;
	width: 156px;
	height: 20px;
	background-image: url("../Images/innerInput.png");
	background-repeat: repeat-x;
	text-align: left;
	border: none;
	border: 1px solid #DBDBDB;
	padding-left: 2px;
}

#btnSearch {
	display: inline-block;
	width: 35px;
	height: 20px;
	background-image: url("../Images/search.png");
	background-repeat: no-repeat;
}

.homeBanners {
	margin-top: -40px;
}

.headerSpace {
	display: block;
	height: 10px;
	margin-bottom: 40px;
}

.homeBanners span {
	margin-left: 4px;
}

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

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

#leftMenu div,#leftMenu a {
	display: block;
	width: 100px;
	height: 60px;
	padding: 30px 10px 0px 10px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	overflow: hidden;
	cursor: pointer;
}

#leftMenu a:HOVER {
	text-decoration: none;
	color: white;
}

.menu {
	display: block;
	height: 80px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}

.menu span {
	display: table-cell;
	margin-left: 5px;
	margin-right: 5px;
}

.menu var {
	display: table-cell;
	width: 20px;
}

.menu a {
	display: block;
	width: 100%;
	background-color: white;
	line-height: 16px;
	margin: 3px 2px 3px 2px;
	padding: 0px 4px 0px 4px;
	border-radius: 3px;
}

.menu a:HOVER {
	text-decoration: none;
}

#whiteBg {
	background-color: white;
}

#page {
	display:block;
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 4;
	width: 780px;
	font-size: 14px;
	padding-bottom: 20px;
	
}

.zoomy
{
	z-index: 4 !important;
}

.pResults {
	background-image:url("../Images/pres.png");
	background-repeat:repeat-y;
	line-height: 30px;
	padding: 0px 10px 0px 5px;
	font-size: 15px;
	color: white;
	font-weight:bold;
	line-height: 30px;
	-webkit-box-shadow: 0px 1px 5px 0px white;
	-moz-box-shadow: 0px 1px 5px 0px white;
	box-shadow: 0px 1px 5px 0px white;	
}

.topicTitle 
{
	background-image:url("../Images/pres.png");
	background-repeat:repeat-y;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	color: white;
	font-weight:bold;
	line-height: 30px;
	-webkit-box-shadow: 0px 1px 5px 0px white;
	-moz-box-shadow: 0px 1px 5px 0px white;
	box-shadow: 0px 1px 5px 0px white;	
}
.topicTitle a
{
	color: white;
}


.tps 
{
	font-size: 20px; 

	
}

.pPagination {
	background: url("../Images/barBg.png") repeat-x scroll 0 0 transparent;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	color: white;
	font-size: 15px;
}

.pPagination .morePages {
	display: inline-block;
	width: 20px;
}

.pPagination select {
	background-color: #202020;
	color: #BFBFBF;
	border: 1px solid #3C3C3C;
}

.pPagination .floatRight {
	font-size: 13px;
}

.pPagination .thisPage {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

.pPagination a {
	color: #BFBFBF;
	padding: 0px 3px 0px 3px;
}

.pResults a {
	color: white;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.right {
	text-align: right;
}

.product {
	vertical-align: top;
	display: inline-block;
	width: 180px;
	margin: 7px 10px 7px 10px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
	box-shadow: 0px 1px 3px 0px #4a4a4a;
	background-color: white;
}

.product .pic {
	display: block;
	width: 170px;
	height: 170px;
	border: 1px solid #F5F5F5;
	padding: 5px;
	background-image: url("../Images/picBg.png");
	background-repeat: repeat;
}

.product .pic img {
	position: relative;
	top: 0px;
	left: 0px;
}

.product .actions a {
	line-height: 20px;
	display: inline-block;
	height: 20px;
	padding: 0px 5px 0px 5px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.product .actions a:HOVER {
	text-decoration: none;
	color: white;
}

.product .price span {
	text-decoration: line-through;
}

.product .title {
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #EDEDEB;
}

.product .title a,.title a:HOVER {
	color: inherit;
	text-decoration: none;
}

.product .price {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #404040;
}

.pricePadding {
	text-align: right;
	font-size: 14px;
	color: #3F3F3F;
}

.bold {
	font-weight: bold;
	color: #2A2A2A;
}

.center {
	text-align: center;
}

.eTitle {
	font-size: 16px !important;
}

.eInfo {
	display: block;
	width: 100%;
	background-color: white;
}

.eInfo .pic,.secPics .pic {
	margin: 15px 5px 15px 5px;
	display: inline-block;
	padding: 5px;
	border: 1px solid #F5F5F5;
	background-image: url("../Images/picBg.png");
	background-repeat: repeat;
	vertical-align: middle;
}

.eInfo .descBox {
	margin: 5px 20px 5px 20px;
	display: inline-block;
	width: 500px;
	min-height: 220px;
	vertical-align: top;
	float: right;
	padding: 5px;
	border: 1px solid #F5F5F5;
	background-image: url("../Images/picBg.png");
	background-repeat: repeat;
}

.eInfo .descBox .desc {
	margin: 5px;
	padding: 5px;
	background-color: white;
	border: 2px solid #F5F5F5;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.eInfo .descBox .price {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #3F3F3F;
}

.eInfo .descBox .price span {
	text-decoration: line-through;
}

.eInfo .descBox .actions {
	text-align: right;
}

h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.eInfo .descBox .actions a {
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0px 5px 0px 5px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.eInfo .descBox .actions a:HOVER {
	text-decoration: none;
	color: white;
}

.secPics {
	clear: both;
	margin-top: 5px;
	width: 100%;
	text-align: center;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}

.clearBoth
{
	clear: both;
}
.belt {
	background-image: url("../Images/belt.png");
	background-repeat: repeat-x;
}

.harp {
	position: absolute;
	display: block;
	width: 160px;
	height: 200px;
	overflow: hidden;
	top: -1000px;
	left: -1000px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 3;
}

#harp1 {
	background-image: url("../Images/h1.jpg");
}

#harp2 {
	background-image: url("../Images/h2.jpg");
}

#harp3 {
	background-image: url("../Images/h3.jpg");
}

#harp4 {
	background-image: url("../Images/h4.jpg");
}

#harp5 {
	background-image: url("../Images/h5.jpg");
}

#harp6 {
	background-image: url("../Images/h6.jpg");
}

.shadow {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	z-index: 2;
}

#copy {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	width: 780px;
	text-align: center;
}

#copy,#copy a,#copy a:HOVER {
	text-align: center;
	color: black;
	text-decoration: none;
}

.innerPage {
	width: 770px;
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	background-color: white;
	text-align: left;
}

.tRed {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

#beltMenu {
	background: #504C4B url("../Images/beltMenu.png") repeat-x top;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

#beltDown {
	background: url("../Images/beltDown.png") repeat-x top;
}

#beltMenu div {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#beltMenu div div {
	font-family: 'Roboto', sans-serif;
	display: table-cell;
	width: 192px;
	vertical-align: top;
	padding: 0px 10px 20px 10px;
	text-align: left;
}

#beltMenu span {
	line-height: 24px;
	padding-left: 24px;
	background: #504C4B url("../Images/bull.png") no-repeat left;
}

#beltMenu span,#beltMenu span a {
	color: #E1E1E1;
	display: block;
	font-size: 14px;
}

#beltMenu p {
	padding-left: 24px;
	padding-bottom: 2px;
}

#beltMenu p a {
	color: black;
	font-size: 12px;
}

.infoCall {
	display: block;
	width: 180px;
	height: 276px;
	background: url("../Images/infoCall.png") no-repeat;
}

.icName {
	position: relative;
	top: 133px;
	left: 74px;
	font-size: 80%;
	width: 76px;
}

.icPhone {
	position: relative;
	top: 153px;
	left: -4px;
	font-size: 80%;
	width: 76px;
}

.icButton {
	position: relative;
	text-align: center;
	top: 162px;
	left: 85px;
	width: 90px;
}

#fb {
	background-color: white;
}

#loadingPro {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#headerDiv{
	background-color: #F7E833;
	-moz-box-shadow: 0px 2px 4px #4a4a4a;
	-webkit-box-shadow: 0px 2px 4px #4a4a4a;
	box-shadow: 0px 2px 4px #4a4a4a;
}

#footerDiv {
	background-color: #F7E833;
	-moz-box-shadow: 0px -2px 4px -2px #4a4a4a;
	-webkit-box-shadow: 0px -2px 4px -2px #4a4a4a;
	box-shadow: 0px -2px 4px -2px #4a4a4a;
}

#line
{
	background: url("../Images/barBg.png");
	background-repeat: repeat-x;
}

#headMenu,#footMenu
{
	display: table;
}

#headMenu a,#footMenu a
{
	display:table-cell; 
	margin-right:30px; 
	padding-right:25px; 
	color:white !important; 
	font-size: 18px; 
	text-decoration: none;
	font-family: "Jura", sans-serif;
	text-decoration: none;
}

.daysDate
{
	
	text-align: right;
	font-family: "Jura", sans-serif;
	font-weight: bold;
	font-size: 12px; 
}

#pointer,#pointer2
{
	background: url("../Images/pointerBg.png");
	background-repeat: repeat-x;
}

#leftBarContainer
{
	display: block;
	width: 160px;
	font-family: "Jura", sans-serif;
	font-size: 19px;  
	font-weight: bold;
}

.askBar
{
	background-color: white;
	-moz-box-shadow: 1px 2px 4px #CCCCCC;
	-webkit-box-shadow: 1px 2px 4px #CCCCCC;
	box-shadow: 1px 2px 4px #CCCCCC;	
	background-image: url("../Images/bg160.png");
	background-repeat: repeat-y; 	
}

.askBarHead
{
	display: block;
	width: 160px; 
	height: 48px;
	background-image: url("../Images/ask.png");
	background-repeat: no-repeat;; 		
}

#vbTicker
{
	display:block;
	height:150px; 
	vertical-align: middle;
  padding: 0px 5px 5px 5px;
  cursor:pointer;
  overflow: hidden;
}

#vbTicker div 
{ 
	vertical-align: middle;
	font-family:"Century Gothic",Arial,sans-serif;
	font-size: 13px; 
	font-weight: normal;
	position:relative;
	top: 0px;
}

#vbTicker .blinking
{
	text-decoration: blink;
}

#vbTicker a
{
	display: none;
}

.leftBar
{
	background-color: white;
	-moz-box-shadow: 1px 2px 4px #CCCCCC;
	-webkit-box-shadow: 1px 2px 4px #CCCCCC;
	box-shadow: 1px 2px 4px #CCCCCC;	
	background-image: url("../Images/bg160.png");
	background-repeat: repeat-y;
	padding: 0px 0px 5px 0px; 
}


.topicBody2
{
	-moz-box-shadow: 1px 2px 4px #CCCCCC;
	-webkit-box-shadow: 1px 2px 4px #CCCCCC;
	box-shadow: 1px 2px 4px #CCCCCC;	
	margin-bottom: 15px; 

	background-color: #C71F1F;
	color: white; 
	padding: 3px 5px 3px 5px;
}

.topicBody
{
		-moz-box-shadow: 1px 2px 4px #CCCCCC;
	-webkit-box-shadow: 1px 2px 4px #CCCCCC;
	box-shadow: 1px 2px 4px #CCCCCC;	
	margin-bottom: 15px; 

	background-color: white;
	color: black; 
	padding: 3px 5px 3px 5px;
	
}

.topicBody2 span
{
	display:inline-block;
	vertical-align:middle;
	font-size: 120%;
	text-align: justify;
	
}

.topicFooter2,.topicFooter
{
	text-align: right;
}
.topicFooterMore2 a
{
	color: white; 
}


.leftBar span
{
	display: block;
 background: url("../Images/pointerBg.png") repeat-x scroll 0 0 transparent;
 line-height: 30px; 	
 color: white;
 text-align: center;
}

.leftBar a,.leftBar a:HOVER
{
	margin:7px 0px 7px 0px; 
	display:block;
	text-decoration: none;
	line-height: 17px; 
	padding-left: 15px; 
}

.leftAct
{
	background: url("../Images/lock2.png") no-repeat; 
	background-position: 3px 0px; 
}

.banners img {
	display:block;
}

.banners
{
	padding-bottom: 20px;
}

#searchField
{
    background: url("../Images/searchFor.png") no-repeat scroll 5px 5px transparent;
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 18px;
    line-height: 16px;
    padding: 1px 2px 1px 18px;
    width: 136px;
    border: medium none;
    background-color: white;
    border: 1px solid #808080;
}

#contact a,#contact a:HOVER
{
	font-family: "Jura", sans-serif;
	font-size: 13px;  
	font-weight: bold;
	text-decoration: none;	
	line-height: 20px; 
}

#info
{
	font-family: "Jura", sans-serif;
	background-position: left;
	line-height: 12px;
	text-align: right;
	font-size: 12px; 
}

#info a,#info a:HOVER
{
	text-decoration: none;
}

#info span
{
	display: inline-block;
	vertical-align: middle;
}

#info img
{
	padding-top: 3px;
}

.spSmall
{
	font-size: 13px !important; 
}

#footerBanners span 
{
	display: inline-block;
	width: 35px; 
}

#blackFooter
{
	background-color: black;	
}

/* CHANGE */
.innerBtn {
	display: inline-block;
	width: 90px;
	height: 20px;
	background-image: url("../Images/innerBtn.png");
	background-repeat: no-repeat;
	text-align: center;
}

.innerBtn a {
	display: inline-block;
	width: 90px;
	height: 20px;
	width: 100%;
}

.innerBtn a:HOVER {
	text-decoration: none;
}

.searchFieldClass {
	display: inline-block;
	width: 88px;
	height: 20px;
	background-image: url("../Images/innerInput.png");
	background-repeat: repeat-x;
	text-align: left;
	border: none;
	border: 1px solid #DBDBDB;
	padding-left: 2px;
}

#tdoLog input
{
	position:relative;
	top:-1px;
	display: inline-block;
	width: 72px;
	height: 22px; 
	margin-right: 3px; 
	border: none;
	padding: 0px 5px 0px 5px;
	outline: none;
	line-height: 20px; 
	background-image: url("../Images/tdoInput.png");
	background-repeat: no-repeat;
	color: black;
}

#tdoLog span,.sButton2 a,.sButton2 a:HOVER,.sButton3 a,.sButton3 a:HOVER
{
	display: inline-block;
	text-align:center;
	height:22px;
	width:82px;
	line-height:22px; 
	color:white;
	cursor: pointer;
	font-size:14px;
	background-image: url("../Images/tdoBtn.png");
	background-repeat: no-repeat;	
	margin-right: 3px;
	text-decoration: none;
}

.newsl
{
	display: block;
	width: 770px;
	height: 130px;
	background-repeat: no-repeat;
}

.newsl a 
{
	padding: 5px; 
	height: 25px; 
	color: white;
}

.newsl a:HOVER
{
	text-decoration: none;
}

#newsl1
{
	background-image: url("../Images/newsl1.png");
}

.newsl input
{
	position: relative;
	top: 60px; 
	left: 370px; 
}

.newsl a
{
	position: relative;
	top: 60px; 
	left: 400px; 
}

#firstMenu a
{
	display:inline-block;
	color: black;
	font-size: 14px; 
	padding-left: 17px;	
	margin-right: 24px; 
	background-image: url("../Images/fm1.png");
	background-repeat:no-repeat;
	background-position:0px 4px; 
	line-height: 22px; 
	text-decoration: none;
	font-weight: bold;
}

#firstMenu a:HOVER 
{
	text-decoration: none;
}

#secMenu div
{
	display: block;
	width: 168px;
	margin: 2px 5px 2px 5px;
	padding-left:2px;
	height:22px;
	background-image: url("../Images/raquo.png");
	background-repeat:no-repeat;
	background-position:right center;
	font-size: 14px;
	color: white;
	cursor: pointer; 	
}

#redBg
{
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow:  0 1px 3px 5px white;
}

.divBg
{
	display: block;
	width: 170px;
	height: 22px; 
	background-image: url("../Images/divBg.png");
	background-repeat:no-repeat;	
}

.subMenu
{
	overflow: hidden;
	display: block;
	padding-left: 10px;
}

.subMenuIn
{
	display: block;
	background-image: url("../Images/bg10.png");
	background-repeat: repeat;		
	padding:5px;
	
}

.subMenuIn a
{
	display: block;
	width:180px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	border-radius:2px; 
	margin: 2px; 
	background-image: url("../Images/bg9.png");
	background-repeat: repeat;		
}

.subMenuIn a:HOVER
{
	text-decoration: none;
}