@charset "UTF-8"; 

/*
  =SEARCHBAR
*/

@media screen {

/* =SEARCHBAR
-----------------------------*/

div#searchBar legend { display: none; }

div#searchBar,
div#searchBar form,
div#searchBar div#searchBar_right { background-image: url('http://images.rottentomatoes.com/images_REDESIGN/template/searchbar_bg.gif'); }
body.legacy div#searchBar,
body.legacy div#searchBar form,
body.legacy div#searchBar div#searchBar_right { background-image: url('http://images.rottentomatoes.com/images_REDESIGN/template/searchbar_bg_edge.gif'); }
html>body div#searchBar, html>body.legacy div#searchBar,
html>body div#searchBar form, html>body.legacy div#searchBar form,
html>body div#searchBar div#searchBar_right, html>body.legacy div#searchBar div#searchBar_right { background-image: url('http://images.rottentomatoes.com/images_REDESIGN/template/searchbar_bg.png'); }

div#searchBar { height: 34px; width: 970px; margin: 0 auto 5px auto; /*margin: 0 auto 5px 5px;*/ padding: 0 0 0 16px; text-align: center; overflow: hidden; clear: both; color: #575757; background-repeat: no-repeat; background-position: 0 0; }
  html>body div#searchBar { overflow: visible; }
div#searchBar form { display: block; width: 954px; height: 34px; margin: 0; padding: 0; float: left; background-repeat: repeat-x; background-position: 0px -34px; }

div#searchBar label { font-family: Arial,Helvetica,Verdana; line-height: 34px; vertical-align: middle; }
div#searchBar input { margin-left: 10px; line-height: 34px; vertical-align: middle; }
div#searchBar input[type="radio"], div#searchBar input#rt_newsearch, div#searchBar input#rt_newshowtimessearch, div#searchBar input#rt_newwebsearch { margin-top: -1px; }
div#searchBar button { margin-top: 0; vertical-align: middle; }
div#searchBar img { margin: 2px 0 0 20px; vertical-align: middle; }

div#searchBar div#searchBar_right { display: block; width: 16px; height: 34px; margin: 0; float: left; background-repeat: no-repeat; background-position: 0px -68px; }

/* Hover
div#searchBar:hover, div#searchBar.hover { background-position: 0px -102px; }
div#searchBar:hover form, div#searchBar.hover form { background-position: 0px -136px; }
div#searchBar:hover div#searchBar_right, div#searchBar.hover div#searchBar_right { background-position: 0px -170px; }*/

div#searchBar input#mini_searchbox { width: 324px; padding: 1px; margin-right: 5px; font: 9pt Verdana,Arial,Helvetica; font-size: 8pt; }
div#searchBar input#mini_searchbox.selected { border: 2px solid #A2B058; }

div#searchBar em { text-decoration: none; font-style: normal; }
div#searchBar:hover em { text-decoration: underline; font-style: normal; }

div#searchBar label#searchformnewSearchLbl { font: bold 11pt/34px "Trebuchet MS",Trebuchet,Arial,Helvetica,Verdana; text-transform: capitalize; }


}