
div.chunk {
  clear:both;
  padding:0;
  width:100%;
}

div.avr{
  text-align: center;
	position: relative;
	margin-bottom: 15px;
}

a.close{
  position: absolute;
	display: block;
	top: 25px;
	right: 60px;
	height: 15px;
	width: 15px;
	background:url(../../images/x_close.png) no-repeat top left;
}

.avr a:hover{
  border-bottom: 0 !important;
	text-decoration: none !important;
}

a:hover.close{
  background-position: 0 -15px;
}

div.chunk div.block {
  float:left;
  margin:20px 0;
  padding:0;
  width:33%;
}
div.chunk div.block div {
  margin:0 10px;
}
div.chunk div.block h2, div.chunk div.block ul {
  margin:0;
  padding:0 20px;
}
div.chunk div.block h2 {
  margin-bottom:5px;
}
.content h2 {
  font-size: 16px !important;
  margin:20px 0 0;
}

.content h2 a {
	color: #777;
  font-size: 16px !important;
}
.content a {
  border-bottom:0 none;
  color:#266cb8;
  text-decoration:none;
}
.content a:hover {
  text-decoration: underline;
}
.content ul, .content ul li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

.content ul li {
  border-bottom: 1px solid #eee;
  padding:5px;
}

.content ul li:first-child {
  border-top: 1px solid #eee;
}

.content ul li:hover a{
  text-decoration: underline;
}

.content li strong {
  color:#999;
  display:block;
  font-size:11px;
  font-weight:normal;
  margin:0;
  padding:0;
}

.content ul li:hover strong{
  color: #333333;
}

.content li.new {
  background:transparent url("/images2/new.png") no-repeat scroll right top;
}

.content li div.description{
  display: none;
}

#tooltip {
  width: 300px;
  background-color:#F2F2F2;
  border:5px solid white;
  font-family:Arial,Verdana,Tahoma,sans serif;
  font-size:11px;
  line-height:1.5em;
  padding:20px;
  position:absolute;
  text-align:left;
  text-decoration:none;
	overflow-y: hidden;
  z-index:3000;
}
#tooltip img{
  display: none;
}
#tooltip h3 {
  font: normal 11px Arial,Verdana,Tahoma,sans serif;
}
#tooltip .url {
  color:#266cb8;
  margin:5px 0;
}
#tooltip h3, #tooltip div {
  margin:0;
}
