body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #D66005;
	text-decoration: none;
}

a:visited {
	color: #D66005;
	text-decoration: none;
}

a:hover {
	color: #D66005;
	text-decoration: underline;
}

a:active {
	color: #D66005;
	text-decoration: none;
}

.separator {
	padding-right: 8px;
	padding-left: 6px;
	display: block;
}

.btnsubmit_spacer {
	padding-left: 4px;
	display: block;
}

.productsplash {
	border: 1px solid #A4A49E;
	background-color: #EAEAE3;
}
.orangeheader {
	background-color: #D66005;
	display: block;
	padding-left: 8px;
	padding-top: 11px;
	padding-bottom: 8px;
}
.tips_txt {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 9px;
	line-height: 13px;
}

.news_txt {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 9px;
	line-height: 13px;
}

#tipsandnews a {
	font-family: Tahoma;
	font-size: 11px;
	color: #D66005;
	text-decoration: none;
	line-height: 20px;
}

#tipsandnews a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #D66005;
	text-decoration: underline;
	line-height: 20px;
}

.yellowblocdroite {
	background-color: #F8F7DD;
	border: 1px solid #A3A39C;
}

.vipandnewsblocdroite {
	background-color: #EAEAE3;
	border: 1px solid #A3A39C;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 9px;
}

.viplogin {
	background-color: #FFFFFF;
	padding-top: 13px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.inputfield {
	color: #A3A39C;
	height: 14px;
	width: 145px;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
}

.smalltxt {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.niveaucenter {
	border: 1px solid #A4A49E;
	background-color: #EAEAE3;
	padding-top: 19px;
	padding-right: 19px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.centermenutd {
	background-color: #F5F5F1;
	padding-top: 5px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A3A39C;
	border-right-color: #A3A39C;
	border-bottom-color: #A3A39C;
	border-left-color: #A3A39C;
	padding-left: 6px;
}
.centermenutdbottom {
	background-color: #F5F5F1;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A3A39C;
	border-right-color: #A3A39C;
	border-bottom-color: #A3A39C;
	border-left-color: #A3A39C;
	padding-left: 6px;
	border-bottom-style: solid;
}
.subtitleorange {
	display: block;
	padding-left: 6px;
	font-family: Tahoma;
	font-size: 12px;
	color: #D66005;
	letter-spacing: 5px;
	padding-bottom: 10px;
}
.imgcenter {
	border: 1px solid #A3A39C;
}

/* Tool tip */
/* Method 1. Not working with IE

span.tool {
  position: relative;
}
 
span.tool span.tip {
  display: none; 
}

/* span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 228px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #A3A39C;
  background-color: #F8F7DD;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  text-align: left;
  text-decoration: none;
} */

.normalorange {
	color: #D66005;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	height: 15px;
	width: 150px;
	border: 1px solid #A3A39C;
} 

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
	color:#D66005;
	}

a.info:hover{
z-index:25;
background-color:#FFFFFF;
text-decoration:none;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #A3A39C;
    background-color:#F8F7DD;
	padding:5px;
	text-decoration:none;
	color:#000000;
}

