.tip {
	color: #fff;
	width: 308px;
	z-index: 13000;
/*  background: url(/i/tip-bg.gif) no-repeat; */
  background-color: #FFF7EA;
  padding: 1px;
/*  opacity: 0.95; filter: alpha(opacity: 95);*/
  border: 1px solid #4C3724;
}

.tip-bottom {
  width: 200px;
  height: 2px;
  background: url(/i/tip-bottom-bg.gif) no-repeat; 
/*  opacity: 0.95; filter: alpha(opacity: 95);*/
  display:none;
}
.tip-title {
  font-family: Tahoma;
	font-size: 11px;
	margin: 0;
/* 	color: #b3b0af;*/
  color:#4F4138;
/*	padding-top: 5px; */
  height: 17px;
  background: url(/i/tips/header-center.gif) repeat-x; 
/*  padding-left: 15px; */
  border: 1px solid #98917E;
  font-weight: bold;
  text-align:center;
}
.tip-title * {
  font-family: Tahoma;
	font-size: 11px;
	margin: 0;
  color:#4F4138;
  font-weight: bold;
  text-align:center;
}
.tip-title-left{
  background: url(/i/tips/header-left.gif) no-repeat; 
  height:17px;
  width:1px;
}
.tip-title-right{
  background: url(/i/tips/header-right.gif) no-repeat; 
  height:17px;
  width:1px;
}
.tip-title-center{
  padding-top:2px;
}
.tip-text {
  font-family: Tahoma;
	font-size: 11px;
  margin-top:1px;
/*	padding: 5px 10px; */
/*  color: #fff7c5;*/
  color:#716559;
  border: 1px solid #98917E;
}
.tip-text * {
  font-family: Tahoma;
	font-size: 11px;
/*  color: #fff7c5;*/
  color:#716559;
}
.tip-text .red {
  color: #b70c02;
}
.tip-text ul {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}
.def_tips {
  font-family: Tahoma;
	font-size: 11px;
  margin-top:1px;
	padding: 5px 10px;
  color:#716559;
}
