﻿body {
}

.BorderRight 
{
 border-right-style:solid;
 border-right-color:Gray;
 border-right-width:1px
}

#divIE 
{
	border-top-style:solid;
	border-top-color:Gray;
	border-top-width:1px
}	

.GridFooter {
		color:#333333; 
		background-color:#D2B48C;
	}
.GridHeader
{
	font-weight: bold;
	color: activecaption;
	background-color: #ffffff;
}
.GridPager
{
	color: black;
	background-color: #ffffff;
	text-align: center;
}
.GridSelectedItem{
	font-weight:bold;  
	color:activecaption; 
	background-color:#ffffff;
	}
.GridItem
{
	color: #5A463C;
	background-color: #ffffff;
}
.path
{
	color: #5A463C;
	}
	
.button {
	border: 1px outset;
	background-color: #ECDFBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor: hand;
	border-color: #ECDFBC #ECDFBC #ECDFBC #ECDFBC;
}

.TextBox {
	border: #ECDFBC 1px solid;
	border-color: #ECDFBC #ECDFBC #ECDFBC #ECDFBC;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.SearchStatus{
background-color: #D2B48C;
}



.details
{ background-color:white
}

.moviedetails
{ background-color:#D2B48C
}

.details_old
{ background-color:#D2B48C
}
.header
{ background-color:#5A463C;
	font-size:large
}
.inverseheader
{ background-color :#D2B48C;
	color: #5A463C;
	font-size:large
}

.methodsheader
{ 
	background-color:#5A463C;
    cursor: pointer; 
	font-size:medium;
}

.methodsheaderwithimage
{ 
    cursor: pointer; 
	font-size:medium;
	background-repeat:no-repeat
}

.darkbrownheader
{ 
	background-color:#5A463C;
	font-size:medium
}

 #DivMaster
{
width: 100%;
margin: 1px auto;
/* background-color: #fff; */
color: #333;
line-height: 130%;
 overflow:hidden
}

 .panCredentials
{
width: 100%;
margin: 1px auto;
color: #333;
line-height: 130%;
 overflow:hidden
}


.divShoppingCart
{
width: 100%;
margin: 1px auto;
padding: 5px auto;
}

 #tabVideoLinks
 {
width: 100%;
margin: 2px auto;
/* background-color: #fff; */
color: #333;
line-height: 130%;
}

 #upVideoLinks
 {
width: 100%;
margin: 2px auto
}

 .panMovieFrame
{
width: 100%;
height: 100%;
margin: 10px;
background-color: #5A463C;
}

.panMovie
{
width: 100%;
margin: 3px auto
}

 .tabRates
 {
 border-bottom-color: Black;
 border-bottom-style: solid;
 border-bottom-width: 1px
 }
 
 .LLC
{
width: 100%;
margin: 2px auto;
text-align: right;
}

 #divLLC
{
width: 100%;
margin: 2px auto;
text-align: right
}

 .FilmstripCell
{
margin: 2px auto
}	

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70); */
	/*opacity:0.7; */
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.ob_show_panelsholder {
        border: 1px solid #999999;
        background-color: #eeeeee;
}

.ob_show_panel {
        border: 1px solid #999999;
        background-color: White;
}

ob_show_changer {
        border: 1px solid #999999;
        background-color: #eeeeee;
}

/* changer play image */
.ob_show_changerplay
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(play.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin:0px;
}

/* changer play image onmouseover */
.ob_show_changerplay_over
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(play.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin:0px;
}

/* changer pause image */
.ob_show_changerpause
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(pause.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin:0px;
}

/* changer pause image onmouseover */
.ob_show_changerpause_over
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(pause.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin:0px;
}

/* changer left image */
.ob_show_changerleft
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin-left:10px;
	margin-right:3px;
}

/* changer left image onmouseover */
.ob_show_changerleft_over
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin-left:10px;
	margin-right:3px;
}

/* changer right image */
.ob_show_changerright
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_right.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px; 

	margin-left:3px;
	margin-right:10px;
}

/* changer right image onmouseover */
.ob_show_changerright_over
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_right.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:28px;
	height:27px;
	
	margin-left:3px;
	margin-right:10px;
}

/* changer top image */
.ob_show_changertop
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_top.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:27px;
	height:28px;
	
	margin-top:10px;
	margin-bottom:3px;
}

/* changer top image onmouseover */
.ob_show_changertop_over
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_top.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:27px;
	height:28px;
	
	margin-top:10px;
	margin-bottom:3px;
}

/* changer bottom image */
.ob_show_changerbottom
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_bottom.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:27px;
	height:28px;
	
	margin-top:3px;
	margin-bottom:10px;
}

/* changer bottom image onmouseover */
.ob_show_changerbottom_over
{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	
	background-image:url(arrow_bottom.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	width:27px;
	height:28px;
	
	margin-top:3px;
	margin-bottom:10px;
}

.linkbtn
{
	cursor:pointer;
	color:Blue;
	font-family:Arial;
	font-size:12px;
}

.hyperlink
{
	font-family:Arial;
	font-size:12px;
}


 #flyoutimage
 {
	margin: 1px auto;
}

 #showpanelimage
 {
	border-color:Black;
	border-style:solid;
	border-width:1px;
}

#centertext
{
	text-align: center
}

#showpanel
 {
 border-color:Black
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.whyheader
{ 
    border: 1px solid #2F4F4F;
	background-color:#D2B48C;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #5A463C; 
    margin-top: 2px;
    cursor: pointer;
	text-align: center;
}
	
.whycontent
{ 
	font-family: Arial;
	font-size: 10pt;
	text-align:left;
	padding: 5px 5px 5px 5px;
}

.accordion
{ 
	text-align: right;
}

.tipstext
{ 
	/* background-color:#D2B48C; */
	font-family: Arial;
	font-size: 10pt;
	padding:2px;
	scrollbar-face-color: #5A463C;
}

.productreviewdetail
{ 
	/* background-color:#D2B48C; */
	font-family: Arial;
	font-size: 10pt;
	padding:5px;
}

.productreviewsummary
{ 
	font-family: Arial;
	font-size: 10pt;
	padding:5px;
	scrollbar-face-color: #5A463C;
}

.products4saletree
{ 
    padding-left:0px;
    margin-left:0px;
	/* background-color:#D2B48C; */
	scrollbar-face-color: #5A463C;
}

.pointer
{ 
    cursor: pointer; 
}

.padding2
{ 
	padding:2px;
}

.BorderTop
{
 height:6px;
 background-image: url('Images/Border_top.gif');
 background-repeat:no-repeat;
 overflow:hidden
} 
 
.BorderBottom
{
 height:6px;
 background-image: url('Images/Border_bottom.gif');
 background-repeat:no-repeat;
 overflow:hidden
} 
	
.BorderMiddle
{
 background-image: url('Images/Border_middle.gif');
 background-repeat:repeat;
 overflow:hidden;
} 

.BorderTanTop
{
 height:6px;
 background-image: url('Images/Border_Tan_top.gif');
 background-repeat:no-repeat;
 overflow:hidden
} 
 
.BorderTanBottom
{
 height:6px;
 background-image: url('Images/Border_Tan_bottom.gif');
 background-repeat:no-repeat;
 overflow:hidden
} 
	
.BorderTanMiddle
{
 background-image: url('Images/Border_Tan_middle.gif');
 background-repeat:repeat;
 overflow:hidden;
} 

.BorderBrownTop
{
 height:6px;
 background-image: url('Images/Border_Brown_top.gif');
 background-repeat:no-repeat;
 overflow:hidden
} 
 
.BorderBrownBottom
{
 height:6px;
 background-image: url('Images/Border_Brown_bottom.gif');
 background-repeat:no-repeat;
 overflow:hidden
} 
	
.BorderBrownMiddle
{
 background-image: url('Images/Border_Brown_middle.gif');
 background-repeat:repeat;
 overflow:hidden;
} 

.menu
{ background-image:url('Images/menu.gif');
  font-size:small
}

.selectedmenu
{ background-image:url('Images/selectedmenu.gif');
}

.accordionheader
{
 text-align:center	
}	

.accordionpanel
{
  padding-left:2px;
}

#divMiddle2Sub
{
	padding-left:2px;
}

.leftpadding3
{ 
    padding-left:3px;
}

.Arial10
{
	font-family:Arial;
	font-size:10pt;
}

.Arial8
{
	font-family:Arial;
	font-size:8pt;
}

.borderline
{
    border-bottom:#5A463C 1px  solid;
}
