@charset "UTF-8";

#dvdrental {
	width: 472px;
	// width: 492px;
	/* height: 262px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0 0 1px 20px;
	margin: 0px;
	font-size: 11px;
	background-image: url(/images/mp/panel-bg.jpg);
	background-repeat: no-repeat;
}
#rentaltitle {
	padding-top: 15px;
}
#rentaltitle h1 {
	font-size: 12px;
	font-weight: normal;
}
#kinofeatures {
	float: left;
	margin-top: 20px;
}
#kinofeatures ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
}
#kinofeatures ul li {
	display: list-item;
	padding: 1px 0 11px 16px;
	background-image: url(/images/mp/dot.gif);
	background-repeat: no-repeat;
}
#buttonright {
	float: left;
	margin-left: 12px;
	margin-top: 20px;
}
#panellinks {
	clear: both;
	padding-top: 10px;
}
#panellinks li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
}
#panellinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#panellinks a:hover {
	color: #ADCA38;
	text-decoration: none;
}

#buttonright img {
    border-width: 0px;
}
