/* MAIN SITE CSS FILE
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    Global Styles
---------------------------------------------------------------------------------- */


body {
	background: url(/site/images/body_bg.png) top repeat-x #FFF;
	padding: 0;
}

a img {
    border: 0;
}

ul {
	list-style: none;
}

.expandForPrint {
	display: none;
}

#containerOuter {
	width: 100%;
	height: 178px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/site/images/header_bg.jpg) center 6px no-repeat;
	z-index: 0;
}
#container {
	width: 901px;
	margin: 0 auto;
	padding: 0 20px;
}
#header {
	position: relative;
	z-index: 100;
	height: 180px;
	margin-bottom: 45px;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0;
	height: 97px;
	width: 297px;
	background: url(/site/images/cea_logo.png) top left no-repeat;
}
	#logo a {
		display: block;
		height: 97px;
		width: 297px;
		text-indent: -9999px;
	}

#topNav {
	padding-top: 160px;
	margin-left: -3px;
	height: auto;
}
#topNav2 {
	position: absolute;
	top: 90px;
	right: 0;
	font-size: 12px;
}
	#topNav li,
	#topNav2 li {
		float: left;
		display: inline;
		margin-right: 20px;
		font-weight: bold;
		text-transform: lowercase;
	}
	#topNav2 li a,
	#topNav li a {
		float: left
		display: inline;
		padding: 3px;
	}
	#topNav li a, #topNav a:visited,
	#topNav2 li a, #topNav2 a:visited {
		font-weight: bold;
		text-transform: lowercase;
		text-decoration: none;
		color: #0d4378;
	}
	#topNav li a:hover,
	#topNav2 li a:hover {
		color: #58327f;
	}
	#topNav li a.active, #topNav a.active:visited,
	#topNav li a.activefolder, #topNav a.activefolder:visited,
	#topNav2 li a.active, #topNav2 a.active:visited,
	#topNav2 li a.activefolder, #topNav2 a.activefolder:visited {
		color: #63759d;
	}

#quickSearch {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	width: 217px;
	background: url(/site/images/quick_search_bg.png) top left no-repeat;
}
	#quickSearch label {
		display: none;	
	}
	#quickSearch input {
		float: left;
		display: inline;
		border: 0;
		height: 15px;
		font-size: 11px;
		color: #0d4378;
		margin: 7px 0 0 40px;
		width: 120px;
		padding: 0;
	}
	#quickSearch a {
		float: left;
		display: inline;
		height: 15px;
		width: 18px;
		margin: 7px	0 0 10px;
	}
	#quickSearch a, #quickSearch a:visited {
		text-decoration: none;
	}
	#quickSearch a span {
		visibility: hidden;
	}

#mainContent {
	clear: both;
}
#content, #Content {
	width: 610px;
	float: left;
}
#content h2 {
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
}
#content .contentArea ul {
	list-style: disc;
	padding-left: 25px;
	padding-top: 10px;
}

#sidebar {
	float: right;
	width: 262px;
}	
	#sidebar .sidebarNavigation {
		background: url(/site/images/sidebar_nav_bg.png) center top no-repeat;
		min-height: 100px;
		padding: 0 10px 0 40px;
	}
	#sidebar h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#sidebar li {
		clear: both;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
		text-transform: lowercase;
		float: left;
		display: inline;
		width: 212px;
	}
	#sidebar li a {
		background: url(/site/images/next.png) left 2px no-repeat;
		padding-left: 14px;
		float: left;
		width: 198px;
		line-height: 1.15em;
	}
	#sidebar li a.active {
		color: #63759d;
	}
	#sidebar li a, #sidebar li a:visited {
		text-decoration: none;
	}
	#sidebar li a span {
		font-size: 10px;
		clear: both;
		float: left;
		display: inline;
	}
		#sidebar li a span, #sidebar li a:visited span {
			
		}
	
	#sidebar li.allLink a, #sidebar li.allLink a:visited {
		
	}
	
	#sidebar li ul {
		clear: both;
		display: block;
		padding-top: 5px;
		font-size: 12px;
		font-weight: bold;
		text-transform: lowercase;
		float: left;
		display: inline;
		width: 200px;
		padding-left: 12px;
	}
	#sidebar li ul li {
		width: 200px;
	}
	#sidebar li ul li a {
		width: 186px;
	}
	
	#sidebar .sidebarImages {
		padding-top: 35px;
		padding-left: 30px;
	}

#footer {
	padding: 35px 0 0 0;
	margin: 40px 0 40px 0;
	font-size: 11px;
	font-weight: bold;
	background: url(/site/images/footer_bg.png) center top no-repeat;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
    #footer #cinemaExpo {
        float: right;
		display: inline;
		width: 219px;
    }
	#footer #copyright {
		float: left;
		display: inline;
		width: 310px;
		line-height: 1.15em;
		padding-top: 10px;
	}
	#footer #artlogic {
		float: left;
		display: inline;
		clear: left;
		width: 310px;
		padding: 10px 0 0;
	}
	#footer .link {
		float: left;
		float: right;
		display: inline;
		clear: none;
		margin-right: 20px;
		padding-top: 9px;
	}
	#footer .next, #footer .goToTop {
		padding: 0;
		padding-top: 9px;
	}


/* ----------------------------------------------------------------------------------
    Page specific
---------------------------------------------------------------------------------- */


/* Homepage
---------------------------------------------------------------------------------- */

.section-home #mainContent {

}
#imageSplash {
	height: 280px;
}
#imageSplash #imageSplashHalf {
	width: 449px;
	height: 240px;
	float: left;
	display: inline;
}
#imageSplash #movieLink {
	width: 449px;
	height: 240px;
	float: left;
	margin-right: 3px;
	display: inline;
	position: relative;
}
#imageSplash #movieLink #movieImage img {
	width: 449px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
}
#imageSplash #movieLink #movieImage div {
	width: 449px;
	height: 240px;
	background: url(/site/images/splash_image_mask.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
*html #imageSplash #movieLink #movieImage div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/images/splash_image_mask.png', sizingMethod='crop');
}
#movieLinkButton {
	height: 24px;
	white-space: nowrap;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-right: 7px;
	background: url(/site/images/splash_image_link_right.png) right top no-repeat;
}
#movieLinkButton a {
	height: 24px;
	white-space: nowrap;
	float: left;
	display: inline;
	background: url(/site/images/splash_image_link.png) left top no-repeat;
}
*html #movieLinkButton {
	background-image: url(/site/images/splash_image_link_right.gif);
}
*html #movieLinkButton a {
	background-image: url(/site/images/splash_image_link.gif);
}
#movieLinkButton a, #movieLinkButton a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#movieLinkButton a span {
	padding: 4px 0 0 30px;
	white-space: nowrap;
	display: block;
}
.section-home #content {
	width: 100%;
	/* padding-top: 280px;
	background-image: url(/site/images/homepage_mainimage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	*/
}
.section-home #content h1 {
	margin-bottom: 25px;
}
.section-home #content h2 {
	padding-top: 10px;
	margin-bottom: 27px;
}
.section-home h3 {
	margin-bottom: 5px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
.section-home #contentArea {
	float: left;
	display: inline;
	width: 280px;
	margin-right: 30px;
	padding-left: 0;
}
.section-home #news {
	float: left;
	display: inline;
	width: 240px;
	margin-right: 30px;
}
.section-home #linkColumns {
	float: left;
	display: inline;
	width: 320px;
}
	
	.section-home #linkColumns div {
		float: left;
		display: inline;
		width: 145px;
		margin-right: 0;
	}
	.section-home #linkColumns div.column1 {
		margin-right: 30px;
	}
	.section-home #linkColumns h2 {
		font-size: 14px;
		padding-top: 12px;
		
	}
	
	.section-home #linkColumns li {
		clear: both;
		display: block;
		padding-top: 6px;
		padding-bottom: 0;
		font-size: 11px;
		font-weight: bold;
		text-transform: lowercase;
		float: left;
		display: inline;
		width: 100%;
	}
	.section-home #linkColumns li a,
	.section-home .link.next.alt a {
		background: url(/site/images/next_alt.png) left 2px no-repeat;
		padding-left: 14px;
		display: block;
		line-height: 1.15em;
	}
	.section-home #content #linkColumns li a, .section-home #content #linkColumns li a:visited,
	.section-home .link.next.alt a, .section-home .link.next.alt a:visited {
		text-decoration: none;
		color: #63759D;
	}
	.section-home #content #linkColumns li a:hover,
	.section-home .link.next.alt a:hover {
		color: #58327F;
	}


/* News
---------------------------------------------------------------------------------- */

.section-news .extraDetails {
	clear: both;
	padding-top: 20px;
	font-size: 11px;
}
.section-news #content li {
	margin-bottom: 20px;
	clear: both;
}
.section-news #content li h2 {
	float: left;
}
.section-news #content li .description {
	clear: both;
	display: block;
}
.section-news #content li .subheading {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #63759d;
	padding: 12px 0 0 0;
}


/* Media centre
---------------------------------------------------------------------------------- */

.section-mediacentre ul#records {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-mediacentre ul#records li {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 20px;
}
.section-mediacentre ul#records li h2 {
	float: left;
	display: inline;
}
.section-mediacentre ul#records li .date {
	float: right;
	display: inline;
	padding: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #63759d;
}
.section-mediacentre ul#records li .description {
	clear: both;
	display: block;
}

.section-mediacentre #articleContent #content {
	width: 520px;
}
.section-mediacentre #articleContent #sidebar {
	width: 325px;
	padding-top: 60px;
}


/* Key issues
---------------------------------------------------------------------------------- */

.section-keyissues ul#records {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-keyissues ul#records li {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 20px;
}
.section-keyissues ul#records li h2 {
	float: left;
	display: inline;
}
.section-keyissues ul#records li .date {
	float: right;
	display: inline;
	padding: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #63759d;
}
.section-keyissues ul#records li .description {
	clear: both;
	display: block;
}

.section-keyissues #articleContent #content {
	width: 520px;
}
.section-keyissues #articleContent #sidebar {
	width: 325px;
	padding-top: 60px;
}


/* UK Cinema Sector
---------------------------------------------------------------------------------- */

.section-ukcinemasector #content h2 {
	padding: 0;
	margin: 0;
}

.section-ukcinemasector ul#records {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-ukcinemasector ul#records li {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 12px;
}
.section-ukcinemasector ul#records li a {
	float: left;
	display: inline;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
.section-ukcinemasector ul#records li a,
.section-ukcinemasector ul#records li a:visited {
	color: #58327f;
	text-decoration: none;
	
}


/* Search
---------------------------------------------------------------------------------- */

.section-search #content li {
	margin-bottom: 20px;
}
.section-search #searchPageQS {
	float: right;
}
.section-search .qsBox {
	border: 1px solid #ccc;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	padding: 2px;
}
.section-search .qsIcon {
	float: left;
	font-weight: bold;
	font-size: 11px;
	background: url(/site/images/next.png) left 4px no-repeat;
	padding-left: 14px;
}
.section-search .qsIcon, .section-serach .qsIcon:visited {
	text-decoration: none;
}
	.section-search .qsIcon img {
		border: 0;
	}


/* Members Area Video Clips
---------------------------------------------------------------------------------- */

.page-videoclips ul#records {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-videoclips ul#records li {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 20px;
}
.page-videoclips ul#records li h2 {
	float: left;
	display: inline;
}
.page-videoclips ul#records li .date {
	float: right;
	display: inline;
	padding: 15px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #63759d;
}
.page-videoclips ul#records li .description {
	clear: both;
	display: block;
}


/* Media files
---------------------------------------------------------------------------------- */

.section-mediafiles #content {
	width: 500px;
}
.section-mediafiles #content h2 {
	padding-top: 10px;
	margin-bottom: 30px;
}
.section-mediafiles #movieArea {
	width: 500px;
	height: 360px;
	margin-bottom: 20px;
}
.section-mediafiles .credits {
	padding-top: 20px;
}
.section-mediafiles #appearingOn {
	padding-top: 20px;
}
.section-mediafiles #appearingOn h3 {
	margin-bottom: 5px;
}
.section-mediafiles #appearingOn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-mediafiles #appearingOn ul li a,
.section-mediafiles #appearingOn ul li a:visited {
	text-decoration: none;
}

.section-mediafiles #sidebar {
	width: 328px;
}
.section-mediafiles #sidebar h2 {
	margin-bottom: 30px;
}
.section-mediafiles #imageList li {
	width: 272px;
}
.section-mediafiles #imageList li a {
	background: none;
	padding: 0;
}


/* Forum
---------------------------------------------------------------------------------- */

#Panel h1 {
	font-size:13px;
}
#Panel h1 a {
	color:#0d4378;
	font-size:13px;
	background: url(/site/images/next.png) left center no-repeat;
	padding-left: 15px;
}
#Panel h1 a em {
	font-style: normal;
	text-decoration: underline;
	color:#0d4378;
}
#Panel h1 a:hover {
	color:#58327f;
}

#Panel {
	background: url(/site/images/sidebar_nav_bg.png) center top no-repeat;
	min-height: 100px;
}
#Panel ul li {
	float: left;
	clear: both;
	width: 100%;
}
#Panel ul ul li {
	clear: both;
	display: block;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	float: left;
	display: inline;
	width: 100%;
	}
#Panel ul ul li a {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 14px;
	float: left;
	width: 100%;
	line-height: 1.15em;
	}
.FormComplete ul li {
	font-size: 11px;
	font-weight: bold;
}
.FormComplete ul li a {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 15px;
}
.MembershipOptionLinks li {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	float: left;
	clear: left;
	display: inline;
}
.MembershipOptionLinks li a {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 15px;
	margin: 0 auto;
}
.About p a {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
}
#Form p a {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
}
#Form .SearchSwitch {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
}


/* Cea Card
---------------------------------------------------------------------------------- */

#content ul#cardNetworkLinks {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
	ul#cardNetworkLinks li {
		float: left;
		width: 100%;
		clear: both;
		padding: 2px 0;
	}
	ul#cardNetworkLinks li a {
		padding-left: 14px;
		background: url(/site/images/next.png) left center no-repeat;
	}
	ul#cardNetworkLinks li a, ul#cardNetworkLinks li a:visited {
		text-decoration: none;
	}

.page-faq #content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-faq #content ul li {
	float: left;
	display: inline;
	width: 100%;
}
.page-faq #content ul li h2 {
	font-size: 14px;
	padding: 25px 0 0 0;
	margin: 0 0 6px 0;
}
.page-faq #content ul li h2 a {
	/*background: url(/site/images/next.png) left 6px no-repeat;
	padding-left: 18px;*/
	display: block;
}
.page-faq #content ul li .stretcher {
	padding-left: 10px;
	margin-left: 0;
}


/* Links
---------------------------------------------------------------------------------- */

.section-links #content h2 {
	float: left;
	clear: both;
	padding-top: 20px;
}
.section-links #content ul {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-links #content ul li {
	float: left;
	display: inline;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	font-size: 12px;
	color: #63759d;
}
.section-links #content ul li a {
	background: url(/site/images/next.png) left center no-repeat;
	padding-left: 14px;
	font-size: 13px;
	color: #0d4378;
}
.section-links #content ul li a, .section-links #content ul li a:visited {
	text-decoration: none;
}
.section-links #content ul li a:hover {
	background: url(/site/images/next.png) left center no-repeat;
	padding-left: 14px;
	font-size: 13px;
	color: #58327f;
}


/* Popup Bits
----------------------------------------- */

#mask {
	height: 1100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/site/images/mask.png);
	z-index: 1000;
}

#popupBox {
	width: 250px;
	height: 114px;
	margin: -80px 0 0 -135px;
	top: 50%;
	left: 50%;
	z-index: 2000;
	background: url(/site/images/popup_bg.gif) top center no-repeat;
	padding: 20px;
	position: absolute;
}
#popupBox h2 {
	margin-bottom: 8px;
	float: left;
	display: inline;
	padding-bottom: 3px;
}
#popupBox #closePopup {
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#popupBox a, #popupBox a:visited {
	text-decoration: none;
}
#popupBox label {
	float: left;
	display: inline;
	width: 65px;
	margin-right: 10px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	color: #63759d;
	padding-top: 3px;
}
#popupBox .inputField {
	border: 1px solid #0d4378;
	background: url(/site/images/input_bg.gif) left top no-repeat;
	width: 140px;
	color: #0D4378;
	font-size: 11px;
	padding: 3px;
	margin-bottom: 4px;
	float: left;
}
#popupBox .link {
	padding-top: 8px;
	padding-left: 75px;
}
#popupBox .clear {
	height: 8px;
}
#popupBox form {
	float: left;
	clear: both;
	display: inline;
	width: 100%;
}


/* Members Area 
------------------------------------------ */

#memberLogin {
	padding-top: 10px;
}
.section-membersarea #memberLogin label {
	float: left;
	display: inline;
	width: 65px;
	margin-right: 10px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	color: #63759d;
	padding-top: 3px;
}
.section-membersarea #memberLogin .inputField {
	border: 1px solid #0d4378;
	background: url(/site/images/input_bg.gif) left top no-repeat;
	width: 200px;
	color: #0D4378;
	font-size: 11px;
	padding: 3px;
	float: left;
}
.section-membersarea #memberLogin .link {
	padding-left: 75px;
	padding-top: 10px;
}
.section-membersarea #memberLogin .clear {
	height: 10px;
}
.section-membersarea #memberLogin h2 {
	margin-bottom: 15px;
}


/* Contact
------------------------------------------ */

.section-contact .contentArea form {
	margin: 0;
	padding: 0;
}
.section-contact .contentArea form div {
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	clear: both;
	float: left;
	display: inline;
	width: 100%;
}
.section-contact .contentArea form div div {
	margin: 0;
	padding: 0;
}
.section-contact .contentArea form div label {
	clear: left;
	float: left;
	display: inline;
	font-size: 12px;
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #63759d;
}
.section-contact .contentArea form h3 {
	margin-bottom: 5px;
	font-size: 11px;
	width: 100%;
	clear: both;
}
.section-contact .contentArea form div.checkboxes label {
	font-weight: normal;
}
.section-contact .contentArea form div input, form div textarea {
	clear: left;
	float: left;
	display: inline;
}
.section-contact .contentArea form input.inputField,
#captcha .captcha_field {
	border: 1px solid #0d4378;
	background: url(/site/images/input_bg.gif) left top no-repeat;
	width: 300px;
	color: #0D4378;
	font-size: 12px;
	padding: 6px;
}
#verification {
	padding: 15px;
	background: #ECF3FA;
	border: 1px solid #ACCDEA;
	width: 282px;
}
#captcha .captcha_field {
	width: 185px;
	clear: both;
}
#captcha img {
	float: left;
	display: inline;
	clear: both;
}
#captcha label {
	float: left;
	display: inline;
	clear: both;
	font-weight: normal;
	padding: 5px 0;
	width: 200px;
}
.section-contact .contentArea form textarea {
	border: 1px solid #0d4378;
	background: url(/site/images/input_bg.gif) left top no-repeat;
	color: #0D4378;
	font-size: 12px;
	padding: 6px;
	width: 300px;
	height: 60px;
}
.section-contact .contentArea .checkboxes input {
	clear: left;
	float: left;
	display: inline;
	margin: 0 8px 10px 0;
}
.section-contact .contentArea .checkboxes label {
	float: left;
	display: inline;
	clear: none;
	padding: 2px 0 0 0;
}


/* ----------------------------------------------------------------------------------
    Global classes
---------------------------------------------------------------------------------- */


#pagination {
	padding-top: 16px;
	float: left;
	clear: both;
}
	#pagination .link {
		float: left;
		display: inline;
		font-size: 12px;
		clear: none;
		margin-right: 20px;	
	}
	#pagination .next a {
		background-position: right center;
		padding-left: 0;
		padding-right: 14px;
	}
	#pagination a.disabled, #pagination .disabled:hover, #pagination .disabled:visited {
		cursor: default;
		color: #b6c6d6;
	}
	#pagination .next .disabled {
		background: url(/site/images/next_disabled.png) right center no-repeat;
	}
	#pagination .back .disabled {
		background: url(/site/images/previous_disabled.png) left center no-repeat;
	}
.caption {
	font-size: 10px;
	color: #bababa;
}
.link {
	clear: both;
	display: block;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.15em;
}
#content .link a, #content .link a:visited {
	text-decoration: none;
}
.goToTop a {
	background: url(/site/images/top.png) left 2px no-repeat;
	padding-left: 14px;
}
.next a {
	background: url(/site/images/next.png) left 2px no-repeat;
	padding-left: 14px;
	display: block;
}
.back a {
	background: url(/site/images/previous.png) left center no-repeat;
	padding-left: 14px;
	display: block;
}

.link a, .link a:visited {
	text-decoration: none;
}

.clear, .clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.continueReading {
	font-size: 11px;
	font-style: italic;
}
	.continueReading, .continueReading:visited {
		text-decoration: none;
	}


#errorContainer {
	float: left;
	clear: both;
	background:#fff9cb;
	border:1px solid #FFE000;
	padding:10px;
	font-size: 12px;
	font-weight: bold;
	width: 292px;
	color: #58327f;
}


/* Image List
----------------------------------------- */

#content .contentArea #imageList ul {
	list-style: none;
	padding: 0;
}
#imageList li {
	width: 100%;
	font-weight: normal;
	line-height: 1.6em;
	color: #7c8eb4;
}

#content #imageList h2 {
	margin-bottom: 20px;
}
#imageList li strong {
	text-transform: lowercase;
}
#imageList .link {
	clear: none;
	float: left;
	padding-top: 4px;
}
#imageList li a {
	width: auto;
	float: none;
}
#imageList li a, #imageList li a:visited {
	text-decoration: none;
}
#imageList li .image {
	float: left;
	display: inline;
	width: 121px;
	height: 83px;
	overflow: hidden;
	background: url(/site/images/mediafiles_shadow.png) left top no-repeat;
	margin-right: 10px;
}
	*html #imageList li .image {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/images/mediafiles_shadow.png', sizingMethod='crop');
	}
#imageList li .image a {
	width: 121px;
	height: 83px;
	float: left;
	display: inline;
	cursor: pointer;
}
#imageList li .image img {
	border: 0;
}
#imageList li .clear {
	display: block;
	height: 20px;
}







