.c-t-a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
A.c-t-a:link {
  color: #333333;
  text-decoration: underline;
}
A.c-t-a:hover {
  color: #f2540d;
  text-decoration: underline;
}
A.c-t-a:visited {
  color: #333333;
  text-decoration: underline;
}
A.c-t-a:visited:hover {
  color: #f2540d;
  text-decoration: underline;
}
.textbox-280 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color:#FFFFFF;
  width: 280px;
}
.textbox-280-error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  background-color:#EEEEEE;
  width: 280px;
}
.textbox-580 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color:#FFFFFF;
  width: 570px;
}
.textbox-580-error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  background-color:#EEEEEE;
  width: 570px;
}
.error {
  color: #CC0000;
  font-family: Verdana, Helvetica, Arial;
  font-size-adjust: none;
  font-size: 11px;
  font-weight:bold;
  line-height:16px
}
.button-180 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  width: 180px;
}
#img-180x145 {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 145px;
	width: 180px;
	left: 0px;
	top: 0px;
}
#img-caseOfTheMonth {
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 244px;
	width: 507px;
	left: 0px;
	top: 0px;
}
.divider-vertical {
    background-attachment: fixed;
    background-image: url(../images/common/d7dde2.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

a.arrow {
	float: left;
	height: 14px;
	width: 15px;
	overflow: hidden;
}
.with_border {
	border: 1px solid #666666;
}

.visible .item_contents {
	display: block;
}
.invisible .item_contents {
	display: none;
}
.visible .item_headline a.arrow {
	background: url('/HOOP/images/common/open.gif') no-repeat;
}
.invisible .item_headline a.arrow {
	background: url('/HOOP/images/common/close.gif') no-repeat;
}
.hide {
	display: none;
}