*{
	
	margin:0px;
}
a {
	color:#0E34EC;
}
a visited {
	color:#0E34EC;
}
a:hover
{
    color:#CE4100
}
body  {
	font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	background-position:center;
	font-size: 12px;
	text-decoration:none;
	
}

.modal_body
{
    	background-image: none;
    	background-color:White;
}

.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0px;
} 

#modal_container {
	width: 320px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	background: #144A81;
	padding-top:0px;
	height: 40px;
	width: 950px;
	margin-bottom: 5px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin: 5px 5px 0px 5px;
	
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #footer p {
	font-size:12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: black;
	padding-top:4px;
	padding-left:5px;
	padding-bottom: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	width: 950px;
	height: 4px 0px;
}
.twoColFixLtHdr #container #header2 {
	height: 35px;
	margin-bottom: 8px;

	border-bottom:solid 1px #E6E6E6;
	background-color:#FCFCFC;
}



#options {
	margin:20px auto;
	color:#C0C0C0
}

#options a {text-decoration:none; color:#9ac1c9}

#options a:hover {color:#033}



#acc 
{
    width:150px;
	list-style:none;
	color:#033;
	display: block;
	text-decoration: none;
	margin:0;
	padding-left:12px;
	border-right-color:#E6E6E6;
	border-right-style:solid;
	border-right-width:0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.twoColFixLtHdr #container #sidebar1 #acc li .acc-section .acc-content ul {
	list-style-type: none;
	margin:0;
	padding-left:2px;
}

h2 {
	margin-bottom: 3px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	font-weight:bold;
	font-size: 16px;
	color: #002A5C;
	display:inline-block;
	margin-top:0;
}

.bodytext 
{
    font-family:Arial;
    font-size: 13px;
    line-height:18px;
    margin-bottom:15px;
    padding-top:5px;
    color:#272727
}

.bodytext_highlight
{
    font-family:Arial;
    font-size: 13px;
    line-height:18px;
    margin: 0px 2px 8px -5px;
   padding: 5px 5px 5px 5px;
    background-color:#FFFFEC;
    border:solid 1px Gray;
    
}


.bodytext a
{
    text-decoration:none;    
}


h3 
{
    font-size:16px;
    font-weight:bold;  
    color:#CE4100;
    line-height:17px;
    margin-top:18px;
    margin-bottom:3px;
}

h3 span
{
    font-size:11px;
    color:Black;
}

h1 {
	font-size: 13px;
	display:inline-block;
	margin-top:0;
	margin-left:-10px;
	margin-right:6px;
	font-weight:normal;
	padding: 8px;
	display: block;
	line-height: 19px;
	margin-bottom: 24px;
	color: black;
}

    
    .chkChoice label  
    {
        width:90px;
    display:inline-block;
    font-size:13px;
    padding-top:5px;
    padding-left:2px;
        }
    
    
    .chkChoice
    {
       
    }
    
    .chkChoice td      
    {
    
        padding-left: 10px;    
        text-indent: -10px;
        padding-right:7px;
        }
    
    .chkChoice input       
    {
       display:inline-block;
        width: 13px;    
        height: 13px;    
        padding-top: 4px;  
        padding-left:1px;  
        padding-right:2px;
   top:2px;
        position: relative;    
       
        *overflow: hidden;}

.section_item 
{
    font-family:Arial;
	font-size: 13px;
	color: #000;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
.section_item span{
	font-size: 13px;
	font-weight: normal;
	color:#333;
}

.title {
	font-size: 14px;
	font-weight:bold;
	padding-top:7px;
}

.title span {
	font-size: 10px;
}

.director {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight:normal;
}
.actors {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight:normal;
}
.acclaimed {
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:inline;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.acclaimed:hover {
	position: relative;
}

.acclaimed span {
	display: none;
}

.acclaimed:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 1;
	width:400px;
	/* end formatting */
}

.availability 
{
    font-family:Arial;
	font-size: 13px;

}

.delivery {
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #003974;
}

.rent, .buy {
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	color: #002A5C;
	display:inline;
	margin-left:3px;
	
}.twoColFixLtHdr #container #mainContent .search_results {
	width: 550px;
	vertical-align: top;
	border-collapse:collapse;
	padding:5px;
	margin-top:5px;
	clear:both; 
	margin-left:5px
	
}
.item {
	width: 500px;
}

.twoColFixLtHdr #container #mainContent .search_results tr td {
	vertical-align: top;
}

ul.add_list, ul.remove_list, ul.review_list_unfav, ul.review_list_fav, ul.review_list_mixed , ul.acclaimed_list
{ 
margin-left: 9px;
    font-family:Arial;
    padding-left:0px;
margin-top:5px;
list-style: none;
} 

ul.add_list li 
{ 
	background-image: url(images/bullet_add.gif);
	background-repeat:no-repeat;
background-repeat: no-repeat;
background-position: 0;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	list-style: none;
	vertical-align:top;
	font-weight:normal;
} 

ul.acclaimed_list li 
{ 
	background-image: url(images/bullet_acclaimed.png);
	background-repeat:no-repeat;
background-repeat: no-repeat;
background-position: 0;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	list-style: none;
	vertical-align:top;
	font-weight:normal;
} 

ul.remove_list li 
{ 
	background-image: url(images/bullet_remove.gif);
	background-repeat:no-repeat;
background-repeat: no-repeat;
background-position: 0;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	list-style: none;
	vertical-align:top;
	font-weight:normal;
} 


ul.review_list_fav li 
{ 
	background-image: url(images/bullet_fav.png);
	background-repeat:no-repeat;
background-repeat: no-repeat;
background-position: 0;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	list-style: none;
	vertical-align:top;
	font-weight:normal;
} 


ul.review_list_mixed li 
{ 
	background-image: url(images/bullet_mixed.png);
	background-repeat:no-repeat;
background-repeat: no-repeat;
background-position: 0;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	list-style: none;
	vertical-align:top;
	font-weight:normal;
} 

ul.review_list_unfav li 
{ 
	background-image: url(images/bullet_unfav.png);
	background-repeat:no-repeat;
background-repeat: no-repeat;
background-position: 0;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	list-style: none;
	vertical-align:top;
	font-weight:normal;
} 

ul.bulleted_list , ul.bulleted_list_small
{
    font-family:Arial;
    vertical-align:top;
    margin-top:7px;
    margin-left:0px;
}
ul.bulleted_list li {
	background: url(images/bullet-gray.gif) no-repeat 0 8px;
	font-size: 13px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:18px;
	vertical-align:top;
	font-weight:normal;

}

ul.bulleted_list li  a {
	text-decoration:none;
}


ul.bulleted_list_small li {
	background: url(images/bullet-gray.gif) no-repeat 0 6px;
	font-size: 12px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:1.5;
	vertical-align:top;
	font-weight:normal;
	padding-right:5px;
	

}

ul.bulleted_list_buy li 
{
        font-family:Arial;
	background: url(images/bullet_orange.png) no-repeat 0;
	font-size: 13px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:1.5;
	margin-top:3px;
	padding-top:3px;
	font-weight:normal;
}

ul.bulleted_list_deliver li 
{
        font-family:Arial;
	background: url(images/bullet_black.png) no-repeat 0;
	font-size: 13px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:1.5;
	vertical-align:top;
	font-weight:normal;
}

ul.bulleted_list_rent li 
{
        font-family:Arial;
	background: url(images/bullet_blue.png) no-repeat 0;
	font-size: 13px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:1.5;
	vertical-align:top;
	font-weight:normal;
}

ul.bulleted_list_arrow li {
	background: url(images/bullet-arrow.gif) no-repeat 0 8px;
	font-size: 12px;
	color: #000;
	padding-left:7px;
	list-style: none;
	line-height:1.5;
	vertical-align:top;
	font-weight:normal;
}
.twoColFixLtHdr #container #mainContent table .movie {
	background-color:#063
}
.source {
line-height:1.85;
height:25px;
}

.source td {
padding-left:3px;
vertical-align:middle;	
text-decoration:none;
	
}


.source td a { display: block; 
           width: 100%; 
           height: 100%; 
           line-height: 100%;
           text-decoration:none; 
           
           }


.source:hover{
	background-color:#EFF7FF;
	cursor:pointer;
}

.txtSearch
{
    font-size:12px;
    	font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#7D7D7D;
    margin-top:5px;
    padding-top:4px;
    float:left;
        border: 1px solid #aaa; 
        margin-left:18px;
        background-color:#FFFFFF;
        padding-left:4px;
        padding-right:23px;
        background: url('images/mag_glass.png') 115px 1px no-repeat; 
                width:106px;
        height:17px;
        }



.txtSearch:focused {

          border: 5px solid #000; 
          
   
}

.txtSearch text
{
             font-size: 1em;

          padding: 2px;
          background: url('images/mag_glass.png') 113px 1px no-repeat; }
          
          



#footer {
  font-family:Arial;
  border-top: 1px solid #E6E6E6;
  background-color: #FCFCFC;
  color: Black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left:20px;
  margin-bottom:0px;

 }
 
 #footer a, #footer p {
 color:Black;
 text-decoration:none;
 }
.modal_bg
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.modal_panel
{
	background-color: white;
      border: 2px solid #aaa;
      width:350px;
      height:400px;
}
.modal_header {
	background: #144A81;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to 35move the padding. */
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	color:#ECECEC;
	font-size:16px;
	background-image:url('images/sign_in.png');
} 

.modal_button
{
    margin-left:276px;
    	cursor:pointer;
}
.login_controls
{
    border: 1px solid #aaa; 
    width: 127px;
}
.login_labels {
	font-size: 12px;
	color: #000;
	padding-left:7px;
	line-height:2;
}
.modal_frame {
	width: 100%;
	height: 100%;
}

.menu {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	width:150px;
	line-height: 2;
	padding-left:5px;
	font-size:15px;
}

h5 {
	font-size: 16px;
	line-height:19px;
	font-weight:normal;
	margin-top:10px;
	padding-top:0;
	color: #104A84;
}

h6 {
	font-size: 12px;
	font-weight:bold;
	display:inline-block;
	margin-top:0;
	margin-left:1px;
	margin-right:6px;
	padding: 5px;
	padding-right:23px;
	display: inline-block;
	line-height: 19px;
	margin-bottom: 3px;
	color: #2E79B8;
	width:107px;
	text-align:right;

}

h6 a 
{
    	text-decoration:none;
}

h6.selected {
	background:#EFF7FF;
	background-image:url(images/right_blue.png);
	background-position:right;
	background-repeat:no-repeat;
}
h6.selected a {
	text-decoration:none;
	color:#144A81;
}

#acc {
	width:135px;
	list-style:none;
	color:#033;
	display: block;
	text-decoration: none;
	margin:0;
	padding-left:12px;
	border-right-color:#E6E6E6;
	border-right-style:solid;
	border-right-width:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#box_header {
	width: 550px;
	padding-bottom:7px;
	color:#000;
	vertical-align:middle;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;

	  display: block;
  float: none;
  margin: none;
}


#box_sort {
	width: 550px;
	padding:0px;
	color:#000;
	vertical-align:middle;
	font-weight:bold;
	background-color:#F3F3F3;
	  display: block;
  float: none;
  padding: 3px 0px;
}

.navigation_box {
	width: 547px;
	padding-top: 5px;
	padding-bottom:5px;
	vertical-align:middle;
	margin-top:15px;
	margin-left:5px;
	background-color:#EFF7FF;
	padding-left:5px;
	color:#5A5D5A;
	
}


.navigation_box_sort 
{
    padding-top:9px;
    padding-bottom:5px;
	width: 547px;
		margin-left:5px;
		padding-left:7px;
	vertical-align:middle;
	text-align:right;
	/*border-bottom:solid 1px #E6E6E6;*/
	    font-family:Arial;
	    font-size:9px;
	    background-color:White;
}

.filter_box
{
    width:125px;
    margin-top:-1px;
    margin-left:5px;
    border:solid 1px #E6E6E6;
    font-family:Arial;
    background-color:White; 
    padding:9px 9px 9px 9px;  
    display:none;
    position:absolute;
    background-color:#f5f5f5;
}

.filter_selection
{
    margin-top:9px;
    margin-left:5px;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:18px;
    border:solid 1px #E6E6E6; 
    display:inline-block;
    cursor:pointer;
    background-image: url(images/down_blue.png);
    background-position:right;
   background-repeat:no-repeat;
   background-color:#f5f5f5;
}


.filter_selection_close
{
    padding:3px 0px 0px 0px;
    margin-top:5px;
	width:100%;
}   

#box, #box2
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

.checkboxclass
{
    vertical-align:middle;
}

#box span, #box2 span {
	font-size: 10px;
	font-weight:normal
		}

#box_header span {
	font-size: 11px;
	font-weight:normal
		}
 
.CompletionListCssClass    
{
    font-family:Arial;
    background-color:#FAFAFA;
 border:solid 1px #E0E0E0;
 list-style:none;
 text-align:left;
 line-height:1.2;
 margin-left:0;
 z-index:1000;
 padding:5px;
 min-width:300px;
 font-size:12px;
    }
.CompletionListItemCssClass 
{
  padding:3px;
   width:300px;
}

.CompletionListHighlightedItemCssClass
{
padding:3px;
    color:#8A2D00;
     width:300px;
  
}

.acclaimed {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:inline
}

.terms {
	font-size: 13px;
	padding-top:5px;
		border-bottom: 1px dotted;
		display:inline;
}

.terms:hover {
	position: relative;
}

.terms span {
	display: none;
	visibility:hidden;
}

.terms:hover span {
	display: block;
	visibility:visible;
   	position: absolute; top: 15px; left: 50px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px solid #c0c0c0;
	opacity: 1;
	width:250px;
	font-size:12px;
	line-height:1.1;
	/* end formatting */
}







#form_filter {
  display: block;
}

#btnSubmit {
  cursor: pointer;
  float: right;
  margin-right: 10px;
}


#toggleText {
}

#box2 {
  float: none;
  width: auto;
}

#box td,#box2 td {
  white-space: nowrap;
}

#box label:before,#box2 label:before {
  content: ' ';
}

div.navigation_box {
  clear: both;
}

ul.bulleted_list, ul.bulleted_list_small, ul.bulleted_list_arrow {
  margin: 0px;
  padding: 0px;
}

ul.bulleted_list li, ul.bulleted_list_small, ul.bulleted_list_arrow {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

ul.bulleted_list_rent,ul.bulleted_list_buy,ul.bulleted_list_deliver {
  margin: 0px;
  padding: 0px;
}

ul.bulleted_list_rent li,ul.bulleted_list_buy li,ul.bulleted_list_deliver li
  {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

.source td {
  padding: 0px 5px;
}

.terms div {
  position: absolute;
  display: none;
  top: 15px;
  left: 50px;
  padding: 5px;
  margin: 10px;
  z-index: 100;
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  opacity: 1;
  width: 250px;
  font-size: 12px;
  line-height: 1.1;
}

.terms:hover div {
  display: block;
}

.termstext
{
    margin-left:20px;
    color:#9C9C9C;
    font-size:11px;
    line-height:1.2;
    margin-bottom:4px;
}

.termstext a
{

    color:#9C9C9C;

}


.muted
{
    color:#666666;
    text-decoration:underline;
}

.statustext
{
    font-family:Arial;
    width:538px;
    font-size:11px;
    line-height:1.2;
    padding:4px;
    margin: 10px 5px 5px 0px;
   padding:5px 5px 5px 5px;
    background-color:#FFFFEC;
    border:solid 1px Gray;
}


.movieupper
{
    margin-top:5px;
    margin-bottom:8px;
    font-size:10px;
    color:#666666;
    margin-left:10px
}

.movieupper a
{
    color:#666666;
    text-decoration:none;
}

#bulkofpage
{
    background-color:Purple;
}

.sidemore
{
    font-size:10px;
    font-weight:bold;
    float:right; 
    padding-right:4px;
    margin-top:3px; 
    margin-right:2px;
}

.tableheader {
	font-size: 11px;
	font-weight:bold;
	display:inline-block;
    color:#CE4100;
	padding-left:1px;
}


.tableheader span {
	font-size: 9px;
}

.tooltip_header {
	font-size: 12px;
	font-weight:bold;
    color:#CE4100;
	background-color:#FCFCFC;
		border-bottom:solid 1px #E6E6E6;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:3px;
	padding-right:5px;
	display:block;
	margin:0px 0px 0px 0px;
}


.tooltip_header span {
	font-size: 9px;
	color:Black;
}
