/*---- SUMMARY/COUNT ----*/

#wrapperSectionContent p.summaryCount {
	margin-top: 1.4em;
	margin-bottom: 1.2em;
	margin-right: 0;
	/*border-top: 1px solid #f7de01;*/
	/*border-bottom: 1px solid #f06;*/
	padding-top: .1em;
	padding-bottom: .2em;
	padding-left: .4em;
	/*background: transparent url(../img/bg-count.jpg) repeat-x;
	background-position: left bottom;
	*/
	background: #FDF39A;
	color: #111;
	}


/*----- FILM LIST ----*/

#wrapperSectionContent ul.filmList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#wrapperSectionContent .filmList h3 {
	margin-bottom: 0;
	padding-bottom: .2em;
	font-weight: normal;
	/* IE FIX: font-size */
	}	
	
#wrapperSectionContent .filmList li {
	margin: 0;
	/*background: #efefef;*/
	padding: 0;
	position: relative;
	clear: left;
	padding-bottom: .6em;
	}
	
#wrapperSectionContent .wrapperColThree .filmList li {
	line-height: 1.25em;
	padding-bottom: .25em;
	}	
	
#wrapperSectionContent .filmList li p, 
#wrapperSectionContent .filmList li.noIMG p {
	/*line-height: 1.25em;*/
	margin-bottom: 0;
	margin-left: 111px;
	margin-right: 0;
	padding-bottom: 0;
	padding-right: 0;
	/*background: #efefef;*/
	font-size: .93em;
	/* IE fix: font-size; */
	}
	
#wrapperSectionContent .filmList li.noIMG p {
	margin-left: 0;
	}	
	
#wrapperContent .filmList a {
	color: #222;
	}

#wrapperContent .filmList a, #wrapperContent .filmList a:visited {
	display: block;
	border-bottom: 0 none;
	text-decoration: none;
	}
	
#wrapperContent .filmList a:visited {
	color: #555;
	}	
	
#wrapperSectionContent #contentMain .filmList a:hover {
	background: #f06;
	border-bottom: 0 none;
	color: #fff;
	}	

#wrapperContent .filmList h3 a:hover  {
	background: #f7f9d7;
	border-bottom: 0 none;
	}
	
#wrapperContent .filmList h3 a:visited  {
	color: #222;
	}	
	
.filmList a IMG {
	float: left;
	width: 104px;
	margin-right: 7px;
	margin-bottom: .6em;
	border: 1px solid #f7de01;
	padding: 2px;
	z-index: 999;
	}
	
.filmList a:hover IMG {
	position: relative;
	float: left;
	width: 104px;
	margin-right: 7px;
	margin-bottom: .6em;
	border: 1px solid #f06;
	background: #fff;
	padding-top: 2px;
	z-index: 999;
	}	
	
/*----- ALL TOPICS ----*/

#wrapperTopics {
	position: relative;
	clear: both;
	margin-top: 1.6em;
	padding: .4em 0 .4em .4em;
	background: #FFEEF5;
	}
	
.navHome #wrapperTopics {
	margin-top: .2em;
	}	
	
#wrapperSectionContent #wrapperTopics h4 {
	display: inline;
	margin: 0 0 0 0;
	position: relative;
	color: #111;
	}

#wrapperTopics ul {
	/*width: 100%;*/
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 .4em;
	}	
	
#wrapperSectionContent #wrapperTopics ul li {
	display: inline;
	font-size: .93em;
	line-height: 1.4em;
	margin-right: .4em;
	vertical-align: baseline;
	}
	
#wrapperSectionContent #wrapperTopics li a,
#wrapperSectionContent #wrapperTopics li a:visited {
	border-bottom: 0 none;
	text-decoration: none;
	color: #f06;
	}
	
#wrapperSectionContent #wrapperTopics li a.current {
	/*background: #d7e260;*/
	/*background: #f7de01;*/
	color: #000;
	}
	
#wrapperSectionContent #wrapperTopics li a:hover {
	/*background: #d7e260;*/
	/*background: #f7de01;*/
	background: #f06;
	color: #fff;
	}	
	
a.tc1 {
	font-size: 110%;
	}
	
a.tc2 {
	font-size: 125%;
	}
	
a.tc3 {
	font-size: 140%;
	}
	
a.tc4 {
	font-size: 160%;
	}	




