#p1 { background: #FFFFFF url('/images/tile.jpg') repeat-x  }
.footer { font-size: 10px; line-height: 130%; color: #666; }
div.footer { padding: 12px;background: url('/images/footer.jpg') repeat-x  }
.footer a:link, .footer a:visited { text-decoration: none; color: #666; }
.footer a:hover { color: #000000; }


.header {
	height: 57px;
	background: #b3ac9e;
}

.seperator {
	height: 4px;
	background: #F2569D;
}

h1 {
	font-family: Geneva, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

h6 {
	font-family: Geneva, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.sub_section {
	padding: 10px;
}

.info {
	background: #EEE;
	padding: 10px;
}

#descr {
	overflow: auto;
	width: 220;
	height: 170;
	padding:0px;
	margin: 0px;
}

#summary {
	color: #000000;
	line-height: 20px;
}

.player {
	background: url('images/loader_player.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

.category {
	background: #DDD;
}

.category h1 {
	padding-top: 10px;
}

.category div {
	padding: 0px 10px 10px 10px;
}

.list {
	background: #CCC;
}

.list h1 {
	padding: 10px;
}

.list_item {
	background: none;
	font-family: Geneva, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	cursor:pointer;
	cursor:hand;
}

.list_item_hover {
	background: #EEE;
	font-family: Geneva, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	cursor:pointer;
	cursor:hand;
}

.list td h6 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

#container {
   position: absolute;
}

#translucentbkg {
   background-color: #FFFFFF;       /* the background              */
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
}

#opaquetext {
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}
