    /*  universal widget
----------------------------------  */

#proCont {
    position: relative;
    width: 100%;
	margin-bottom: 5px;
	clear: both;
	padding: 0;
	border: 1px solid #CCCCCC;
    height: 210px;
    background-color: #ffffff;
}

#proCont p {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
	z-index:0;
    background-color: #E7E7E7;
    top: 0;
    left: 0;
    width: 70%;
    height: 210px;
    z-index: 2;
}

#proCont p a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
	overflow: hidden;
	cursor: pointer;
    height: 90px;
    margin-top: 120px;
    padding: 0 8px;
    width: 90%;
    z-index: 4;
}
#proCont p a:hover {
    color: #FFF;
}
#proCont p a em {
    font-style: normal;
    background-color: #2F2F2F;
    background-image: url(/lovefilm/images/global/body/hatched_overlay.gif);
    display: block;
    padding: 5px 5px;
    overflow: hidden;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#proCont p a em em{
	display:inline;
}
#proCont p a em i {
    font-weight: bold;
    color: #fff;
    font-style: normal;
    font-size: 1.4em;
}
#proCont p a:hover em {
    opacity: 1.0;
    filter:alpha(opacity=100);
}
#proCont p a:hover em i {
    text-decoration: underline;
    color: #147CC5;
}

#proCont h2 {
    position: relative;
    left: 65%;
    height: 70px;
	z-index: 5;
    font-size: 1.1em;
	margin:0;
    padding: 0;
	z-index:5;
    width: 35%;
}
#proCont h2 a {
	position:relative;
    display: block;
    color: #004878;
    text-decoration: none;
	padding: 25px 0 25px 30px;
    margin: 0;
    line-height: 20px;
	font-size: 0.9em;
	z-index: 5;
	background:url('/lovefilm/images/global/nav/promote/promote_content_tab.png') top right no-repeat;
    text-overflow:ellipsis;
	overflow:hidden;
    white-space:nowrap;
    text-align:center;
}
#proCont h2.select a {
	background:url('/lovefilm/images/global/nav/promote/promote_content_tab.png') bottom right no-repeat;
}

