.nod{ display: none; } 
.floatleft{ float: left; } 
.floatright{ float: right; } 
 
#popup {
	position: fixed;
	visibility: hidden;
	width: 705px; 
  height: 264px;
	top: 225px; 
  left: 0;
	background-color: #FFB66F;
	background: url(../images/popup_02.gif) repeat-x;
	z-index: 5000;
  color: #FFFFFF;	
}

a#href { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#popup-open {
  display: block;
  position: fixed;
  top: 225px; 
  left: 0;
  width: 34px;
  height: 264px;
  background-color: #5F2326;
  background: #034ABE url(../images/popup_04.jpg);
}
#popup-open div, #popup-close div {
  padding: 20px 0 0 15px;
}
#popup-open div, #popup-close div a {
  color: #FFFFFF;
}

#popup-close {
  display: block;
  position: absolute;
  right: 0; 
  top: 0;
  width: 32px;
  height: 264px;
  background-color: #5F2326;
  background: #034ABE url(../images/popup_04b.jpg);
}

.popup-text {
  background: url(../images/popup_01.jpg) no-repeat;
  height: 264px;
  width: 100%;
}

.popup-row {
  height: 88px;
  margin-left: 60px;
  margin-right: 30px;
  position: relative;
}

#popup h2 {
  font-size: 150%;
  color: #FF0000;
  padding: 5px 30px 0 10px;
}
#popup p {
  color: #474747;
  font-size: 100%;
  padding: 0px 50px 0 10px;
  font-weight: bold;
}
#popup a {
  color: #DB8D13;
  font-weight: bold;
  font-size: 100%;
}
#popup a.url {
  position: absolute;
/*  left: 600px; */
  right: 10px;
  top: 63px;
  width: 100px;
  font-size: 90%;
}
#popup .item-list {
  margin: 0 0 0 10px;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 0;
}
#popup .item {
  margin: 0;
  padding: 3px 0 0 0;
  width: 33%;
  float: left;
}
#popup .item .image {
  margin: 0 0 0 0;
  padding: 0 5px 0 0;
  float: left;
  min-height: 70px;
}
#popup .item-info {
  color: #FF0000;
  font-weight: bold;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 80%;
}
#popup .item-list a {
  position: relative;
  top: 5px;
}

#popup .text {
  font-size: 80%;
  max-height: 7ex;
  overflow: hidden;
}
