@import url(../../common/utils/pagingNav.css);

div.ife div.form fieldset label
{
	width: 150px;
}

div.ife 
{
	width: 450px;
}

div.ife select
{
	width: 200px;
}

table.basic col.title
{
	width: 20%;
}

table.basic col.content
{
	width: 80%;
}

div.movieDetails
{
	min-height: 130px;
}

div.movieDetails:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.movieDetails { display: inline-block; }

/* Hides from IE-mac \*/
* html div.movieDetails {height: 1%;}
div.movieDetails {display: block;}
/* End hide from IE-mac */


div.movieDetails img
{
	height: 130px;
	width: 130px;
}

p.directed,p.showing
{
	margin: 0.5em 0 0 0;
}

p.stars strong, p.directed strong, p.showing strong
{	
	display:inline-block;
	width: 90px;
}

p.stars strong, p.directed strong, p.showing strong


