h2.boxtitle {
	font-size: 1.6em;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-align: left;
}


div.favbox {
	background:  url(../images/layout/altbg.png) no-repeat scroll left top !important;
	height: 140px;
	padding: 8px;
	width: 535px !important;
}

div.playerbox {
	background:  none !important;
	height: 350px !important;
	margin: 20px auto !important;
	text-align: center;
	width: 420px !important;
}

div.favorite,div.favorite h2.thumbcaption {
	width: 175px;
}


li.box {
	list-style: none;
}

li.box p {
	/* height: 45px; */
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

li.box,div.playerbox {
	clear: both;
	height: 130px;
	line-height: 150%;
	margin: 0 0 8px;
}

li.box img.moviethumb {
	background: url(/images/layout/boxbg2.png) no-repeat scroll left top !important;
	float: left;
	margin-right: 10px;
	padding: 13px;
	border: none !important;
}

div.movietext {
	background: url(/images/layout/boxbg1.png) no-repeat scroll left top !important;
	float: left;
	/* height: 100px; */
	width: 530px !important;
	padding: 10px;
	margin-top: 5px;
	text-align:  left !important;
}

div.moviesearch {
	width: 300px;
	height: 30px;
	margin: 0 auto 10px;
	}
	div#searchBox {
	    width: 300px;
		}
		a#clearButton {
		    background: url(/images/layout/searchclear.gif) no-repeat 0 0;
            display: block;
            width: 12px;
            height: 12px;
            position: relative;  
            top: 7px;
            left: 230px;
            text-indent: -10000px;
            cursor: pointer;
            }
		    a#clearButton:focus, a#clearButton:active {
                outline: none;
            }
	
	input#searchField {
		background: transparent url(/images/layout/search.png) no-repeat 0 0;
		width: 200px;
		padding: 5px 0;
		border: none;
		padding-left: 25px;
		margin-left: 50px;
		color: #2E291A;
		clear: both;
		position: absolute;
		}
		input#searchField.blur {
			color: #b2995e;
		}
	div#searchResults {
		width: 300px;
		text-align: left !important;
		background: #000;
		position: relative;
		left: -25px;
		margin-top: 25px;
		padding: 25px;
		border: 1px solid #000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}
		div#searchResults h1 {
			font-size: 1.6em;
			font-variant: normal;
			font-weight: bold;
			letter-spacing: 0;
			text-align: left !important;
			margin-top: 0;
		}
		div#searchResults p {
			font-size:1.2em;
			line-height:1.3em;
		}
	


div.movienav {
	clear: both;
	font-size: 1.1em;
	text-align: center;
	width: 100%;
}

div.movienav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

div.movienavlinks, div.pagination {
	margin: 5px 0;
    }
    div.movienavlinks { float: left; }
    div.pagination { float: right; }


div.movieinfo {
	display: inline;
	/* margin-bottom: -10px; */
}

div.movieratingtext {
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 125%;
	text-align: center;
	width: 120px;
}

div.movierating {
	float: right;
    margin-top: 0.75em;
	margin-right: -3px !important;
}

div.movieyear {
	float: left;
	font-size: 1.1em;
	font-weight: 700;
    margin: 1em 0 0.5em 0;
	/*line-height: 400%;*/
	width: auto;
}

a.gvideolink, a.youtubelink {
	margin-bottom: 0;
	padding: 0 0 0 19px;
    }
    a.gvideolink { background: url(/images/layout/gvideo.png) no-repeat 0 50%; }
    a.youtubelink { background: url(/images/layout/youtube.png) no-repeat 0 50%; }


