@charset "UTF-8";
/* CSS Document */

#iconlist {
	width: 444px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
}
#iconlist #movietitle {
	width: 400px;
	position: relative;
	left: 35px;
	top: 22px;
}
#iconlist #iconlistheader {
	height: 57px;
	width: 444px;
	background-image: url(img/background_pngs/textbox_header.png);
	background-repeat: no-repeat;
}
#iconlist #iconlistmiddle {
	min-height: 215px;
	width: 444px;
	background-image: url(img/background_pngs/textbox_middle.png);
	background-repeat: repeat-y;
}
#iconlist #iconlistbottom {
	background-image: url(img/background_pngs/iconlist_bot_back.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 444px;
}
#iconstext {
	min-height: 215px;
	width: 444px;
}
#iconstext #textheader {
	height: 37px;
	width: 409px;
	background-image: url(img/background_pngs/textbox_header.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-left: 35px;
	color: #FFF;
	padding-top: 20px;
}
#iconstext #textmiddle {
	min-height: 117px;
	width: 374px;
	background-image: url(img/background_pngs/textbox_middle.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
}
#iconstext #textmiddle h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#iconstext #textbottom {
	height: 27px;
	width: 444px;
	background-image: url(img/background_pngs/textbox_bottom.png);
	background-repeat: no-repeat;
}
#iconlistmiddle a {
	color: #191919;
}
#iconlistmiddle a:hover {
	color: #C4188D;
}
#iconlist #iconlistmiddle td {
	padding-bottom: 3px;
	padding-top: 3px;
}
#iconlistbottom #companyname {
	font-size: 16px;
	width: 390px;
	padding-top: 15px;
	padding-left: 35px;
}
#iconlistmiddle img {
	border: 1px solid #191919;
}
#iconlistmiddle img:hover {
	border: 1px solid #C4188D;
}

