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

/* search results - new movies */

/* video */

.VideoContainer  { position: relative; float: left; background: url(/images/video_container_bgv2.png) no-repeat; margin: 5px 0px 15px 0px; padding: 0 0 0px 0;  width:475px; border: 0; }

.VideoContainerPad  { position: relative; float: left; padding: 35px 0 10px 5px; }

/*
.VideoContainer  { position: relative; float: left; background: url(/images/video_container_bg.png) no-repeat; margin: 5px 0px 15px 0px; padding: 0 0 0px 0;  width:370px; border: 0; }

.VideoContainerPad  { position: relative; float: left; padding: 35px 0 10px 5px; }
*/

.HeaderTargetTwinks { position: relative; float: left; margin: 0 0 0px 0; padding: 0; background: url(/images/targeted/h_target_twink.png) no-repeat; }

.HeaderFeatTwinkMovies  { position: relative; float: left; margin: 0 0 0px 0; padding: 0; background: url(/images/targeted/h_feat_twink.jpg) no-repeat; }

/* Search Logged OUT */

.SearchLoggedOutTarget {  width: 280px; position: relative; float: left;}

/* search logged OUT */

.SearchLoggedOutTarget .SearchWrapper { position: relative; margin: 0px 0 0 0;  }

.SearchLoggedOutTarget .SearchWrapperPad { position: relative; }

.SearchLoggedOutTarget input.searchButton {
padding: 10px 0 0 0;
width: 90px;
height: 25px;
background: url(/images/spacer.gif) no-repeat;
outline: none;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}
input.searchButton:hover {
background: url(/images/spacer.gif) no-repeat 0 -46px;
}

.SearchLoggedOutTarget .SearchButton { position: relative; float: right; }

.SearchLoggedOutTarget .SearchButtonPad { position: relative; }

.SearchLoggedOutTarget .SearchFieldWrapper { position: relative; float: left; }

.SearchLoggedOutTarget .SearchFieldPad { position: relative; }

.SearchLoggedOutTarget .SearchField {
margin: 11px 0 0 0;
position: relative; 
background-color:#fff;
border:0 solid #B1B8CF;
color:#000;
font-size:14px;
font-weight:bold;
height:22px;
width:185px;
}

