﻿/*
www.webdevelopercv.com
Copyright (c) 2009 Evgeny Neumerzhitskiy.
Please feel free to use any part of my code. If you put a reference to me I would be grateful, but it's not required.*/

* {margin:0;padding:0}

/* ---- Begin Common HTML Elements ---- */
img, a img { border:none }
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
body {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;  
    color: #000000;
    background-color:#E5E5E5;
    font-size: 0.8em;                        
    height:100%;
    padding-bottom:30px;
}
h1{    
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size:2em;                   
    margin-bottom: 1em;
}
h2,h3{
    margin-bottom: 0.7em;
    color: #44829B; 	
}
h2{
    font-size:1.5em;        
}
h3{    
    font-size:1.2em;
    line-height:1.2;
    font-weight:bold;
}
p{
    margin: 0 0 1em 0;
}
a{
    color: #02B6FE; 
    text-decoration:none;     
}
a:hover{
    text-decoration:underline;
}
a.manageMenuLink{    
    font-size:0.8em;  
}
hr {
  border:none;
  border-top: dotted 1px #D8D8D8;  
  margin:0 0 1em 0;
  height:1px;
}

/*------ Table -------*/
table{
    border-collapse:collapse;
}
tr{
    vertical-align: top;
}
th{
    background-color:#F3F3F3;
    font-weight:normal;    
}
th a{     
    text-decoration:underline; 
}
table.verticalMiddle tr{
    vertical-align:middle;
}
td, th{
    border: solid 1px #FFFFFF; 
    padding:0.5em;
}
tr.alt td{
    background-color:#F9F9F9;
}
table.air td{
    border:none;
    background-color:Transparent;
}
td.air{
    border:none;
    background-color:Transparent;
}
tr.air td{
    border:none;
    background-color:Transparent;
}

/* ------- Input -------  */
input, select{
    font-size:1em;
}
input.inputButton{/*for ie6*/
    padding:0.2em 1em;
    overflow:visible;
}
input[type="submit"], input[type="button"]{
    padding:0.2em 1em;          
}
input[type="text"], input[type="password"]{       
    width:97%;  
    padding-left:2px;
    padding-right:2px;  
}
input.inputText{/*for ie6*/      
    width:97%;    
    padding-left:2px;
    padding-right:2px;  
}
label {
    display: block;
    width:200px;    
}
label.inline {
    display: inline;
}
textarea{
    padding: 0.2em 0.3em;
    width:99%;
    height:300px;
    overflow:auto;       
}
fieldset{
    padding: 0.5em 2.3em 1.5em 1.5em;    
    border: solid 1px #D8D8D8;
}
legend{
    padding: 0.5em 0.5em 0.8em 0.5em;    
    color: #828181;
}
ul, ol{
    margin-left:2em;
    line-height:1.4;
    margin-bottom:1em;
}
ul li li{
     list-style-type:disc;     
}
/* ---- End Common HTML Elements ---- */

/* ---- Begin Layout ---- */
#header{
    background: #333333 url('../images/header-bg-gradient-whole.gif') repeat-x;
}
#headerTop{   
    width:962px;   
    margin:0 auto; 
    height:134px;       
}
a#headerLogo{         
    display: block;
    width:221px;
    height:134px;        
    float:left;     
    text-align:center;      
    text-decoration:none;
    font-size:13px;        
}
a#headerLogo img{
    margin-bottom:3px;        
}
a#headerLogo span{
    color:#cccccc;
}
a#headerLogo:hover span{
    text-decoration:underline;
    color:#D0D0D0;
}
#headerBanner{
    width:501px;
    height:134px;    
    float:left;    
    position:relative;    
}
#headerPromotionExpireArea{
    font-family: Georgia, "Times New Roman", Times, Serif;
    position:absolute;   
    color:#999999;
    font-size:11px;
    display:none;
}
#promotionBannerCountdown{
    color:#ff9900;
}
#headerRight{
    width:198px;
    height:134px;
    float:right; 
    padding-right:13px 
}
#headerLinkPhone{
    margin: 29px 0 0 7px;
    font-size:29px;     
    height:56px;
    color:#999999;      
}
a.headerLink{
    display:block;
    float:left;
    width:65px;
    height:18px;
    text-align:center;
    font-size:12px;
    color:#cccccc;
    background:url('../images/header-icons-3.gif') no-repeat;
    padding-top:18px;        
}
a.headerLink:hover{
    color:#D0D0D0;
}
#headerLinkChat{
    background-position: 0px 0px;
}
#headerLinkChat:hover{
    background-position: 0px -40px;
}
#headerLinkChat.chatOn{
    background-position: 0px -80px;
}
#headerLinkCalculator{
    background-position: -65px 0px;
}
#headerLinkCalculator:hover{
    background-position: -65px -40px;
}
#headerLinkLogIn{
    background-position: -130px 0px;
    margin-right:0;
}
#headerLinkLogIn:hover{
    background-position: -130px -40px;
}
#headerBottom{
    width:962px;   
    margin:0 auto; 
    background: #797979 url('../images/menu_bg3.gif') no-repeat; 
    height:32px;                   
}
#outerWrapper{
    background: url('../images/top-content-gradient.gif') repeat-x;    
}
#outer{           
    background: #ffffff url('../images/content-bg-no-sidebar.gif') repeat-y;            
    width:962px;            
    margin:0 auto; 
}
#outer.withSideBar{           
    background-image: url('../images/content-bg-with-sidebar.gif');
}
#contentWrapper{
    background: url('../images/footer-bg-no-sidebar.gif') 0 100% no-repeat;      
}
#outer.withSideBar #contentWrapper{           
    background-image: url('../images/footer-bg-with-sidebar.gif');
}
#content{            
    min-height:25em; 
    padding: 30px 40px 40px 40px; 
}
#outer.withSideBar #content{
    width:611px;
    padding-left:60px;     
    float:left;  
}
#outer.withSideBar #content h1{
    position:relative;
    left:-20px;
}
#sideBar{
    width:241px;
    margin-top:30px;
    float:right;
}
a#editContentShorcut{
    background: url('../images/edit-content.gif') no-repeat;
    position:fixed;
    top:48%;
    right:-13px;
    z-index:999; 
    display:block;
    width:32px;
    height:60px;
    opacity: 0.3;
    filter:Alpha(Opacity=30);    
}
a#editContentShorcut:hover{
    background-position:-32px 0;
}
#content b{
    margin:0;
    padding:0;
}
#bottomIcons{
    width:962px;
    text-align:center;
    margin-bottom:10px;
}
#outer.withSideBar #bottomIcons{
    width:721px;
}
#bottomIcons a{
    margin:0 5px;
    white-space:nowrap;
    color:#02B6FE;
    line-height:2;
}
#bottomIcons img{
    width:20px;
    height:23px;
    margin:0 3px -7px 0;
}
#footer{    
    background: url('../images/footer-top-no-sidebar.gif') no-repeat;    
    padding: 35px 0 28px 45px;
}
#outer.withSideBar #footer{
    background-image: url('../images/footer-top-with-sidebar.gif');
}
#footerLeft{
    float:left;
    width:676px;  
}
#footerBottomRight{
    float:right;   
    width:241px;               
}
#copyright{
    margin:30px 10px 0 33px;
    font-size:0.85em;
    line-height:1.2;
}
#footerHome a {                 
    color:#666666;                  
    padding: 0.25em 11em 0.25em 1.2em;  
    float:left;        
    text-decoration: none;   
    font-weight:bold;                                                      
    display: block;         
    outline:none;                                   
}
#footerHome a:hover{
    background-color: #fefefe;    
    text-decoration:underline;
}
#footerHome.selected a,
#footerHome.selected a:hover{
    background-color: #E5E5E5;    
}
#footerMainMenuContainer{
    padding-left:20px;     
} 
#overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #333333 url(../images/calc_bg.png) repeat; 
    opacity: 0;
    filter:Alpha(Opacity=0); 
    display:none;
    z-index:15;
}
#imageLiveChat{
    display:none;
}
.newWindow{
    background: url(../images/new-window.gif) no-repeat 100% 2px;
    padding-right:15px;
}

/* ---- End Layout ---- */

/*----- Colors -------*/
.highlight{
    color:#44829b;
}
.highlight2{
    color:#02B6FE;
}
.white{
    color:#FFFFFF;
}
.black{
    color:#000000;    
}
.orange{
    color:#FF9900;
}
.gray{
    color:#6E6F6E;
}
.lightGray{
    color:#828181;
}
.grayBox{
    background-color:#F3F3F3;
}

/*---- Text Size, Fonts, Weight etc. -----*/
.serif{
    font-family: Georgia, "Times New Roman", Times, Serif;
}
.bold{
    font-weight:bold;
}
.big{
    font-size:1.5em;
}
.medium{
    font-size:1.25em;
}
.small{
    font-size:0.85em;
}

/* --- Misc ----*/
.clear{
    clear:both;
    height: 0px;
    overflow: hidden;
}
.floatLeft {
    float: left;    
}
.floatRight{
    float: right;
}
.imgLeft{
    float:left;
    margin: 0 20px 20px 0;
}
.imgRight {
    float: right;
    margin: 0 0 20px 20px;
}
.hidden{
    display:none;
}

/* --- */
.editor-field{
    margin:0 0 5px 0;
    width:20em;
}

/*----- Validation, Error messages -----*/
.topNotificationBar{
   background-color: #EFF1F2;
   border: dotted 2px #B3D7FC;
   padding:10px;
   margin:0 -20px 20px -20px;       
}
.field-validation-error{
    color: #ff0000;
}
.input-validation-error{
    border: 2px solid #ff8888;
    background-color: #ffeeee;
}
.field-validation-message{
    color: #ff0000; 
}
.validation-summary-errors{    
    color: #ff0000;
    margin-top:10px;
}
.error{
    color: #ff0000;
}

/*-------- Layout Deviders ------- */
.contentPanel, .contentPanelLast{
    width:426px;
    margin-right:28px;
    float:left;
}
.contentPanelLast{
    margin-right:0;     
}
.contentPanelThird,.contentPanelThirdLast{
    position:relative;
    width:276px;
    margin-right:26px;
    float:left;    
}
.contentPanelThirdLast{
    margin-right:0;
}
.contentPanelTwoThirds, .contentPanelTwoThirdsLast{
    width:578px;    
    margin-right:26px;
    float:left;
}
.contentPanelTwoThirdsLast{
    margin-right:0;
}
.contentPanelTwoThirds, .contentPanelTwoThirdsLast{
    width:578px;    
    margin-right:26px;
    float:left;
}
.contentPanelTwoThirdsLast{
    margin-right:0;
}

.contentPanelThreeQuaters, .contentPanelThreeQuatersLast{
    width:653px;    
    margin-right:28px;
    float:left;
}
.contentPanelThreeQuatersLast{
    margin-right:0;
}

.contentPanelQuater, .contentPanelQuaterLast{
    width: 199px;
    margin-right:28px;
    float:left;    
}
#outer.withSideBar #content .contentPanelQuater, 
#outer.withSideBar #content .contentPanelQuaterLast{
    width: 146px;
    margin-right:9px;
}
.contentPanelQuaterLast,
#outer.withSideBar #content .contentPanelQuaterLast{
    margin-right:0;
}
/* ------ Content -------*/
textarea{
    font-family:Arial;
}
textarea.contentTextArea{
    height:500px;
}
.editWithColorBox{
    border: 1px solid #BCBCBC;
}

/* -------- Padding, Indent, Size ------------- */
.padding{
    padding:20px;
}
.paddingLeft{
    padding-left:20px;
}
.paddingRight{
    padding-right:20px;
}
.paddingTop{
    padding-top:20px;
}
.paddingBottom{
    padding-bottom:20px;
}
.noPaddingBottom{
    padding-bottom:0;
}
.noMarginBottom{
    margin-bottom:0;
}
.noPaddingTopBottom, input.noPaddingTopBottom{
    padding-top:0;
    padding-bottom:0;
}
.noIndent p, p.noIndent{
    text-indent:0;
}
.negativeIndent, p.negativeIndent{
    text-indent:-20px;
}
.relative{
    position:relative;
}
.hangLeft{
    position:relative;
    left:-20px;
}
.absolute{
    position:absolute;
}
.width100{
    width:100%;
}
.widthHalf,
input.widthHalf{
    width:49%;
}
.widthThird,
input.widthThird{
    width:32%;
}

/* ------ Text Align -------*/
.centered,
p.centered{
    text-align:center;
}
.centered table{
    margin-left: auto;
    margin-right: auto;
}
.right,
p.right{
    text-align:right;
}
.left,
p.left{
    text-align:left;
}
.bottom{
    vertical-align:bottom;
}
.verticalMiddle{
    vertical-align:middle;     
}
.noWrap{
    white-space:nowrap;
}
.bottomRight{
    position:absolute;
    right:25px;
    bottom:25px;
}

/*------ Button ------*/

span.button{
    background: #FFFFFF url('../images/button.gif') no-repeat 0% 0%; 
    float:left;
    display:block;              
}
span.button a {           
    background: #FFFFFF url('../images/button.gif') no-repeat 100% 0%;    
    height:32px;
    padding: 14px 20px 0 18px;          
    color:#FFFFFF; 
    font-weight:bold;                         
    text-decoration: none;         
    font-size:1.2em;                                                    
    display: block;        
    margin-left:2px;                                   
}

span.button:hover {
    background: #FFFFFF url('../images/button-hover.gif') no-repeat 0% 0%;
}
span.button:hover a{
    background: #FFFFFF url('../images/button-hover.gif') no-repeat 100% 0%;
}

/*---- Popup Message ----*/
.popupMessage{
    position:fixed;
    background: #0983FD url('../images/header_top_bg.jpg') repeat-x;                        
    font-size: 1em; 
    font-weight:bold;
    text-align:center;    
    padding: 10px;    
    color:#FFFFFF;
    border:dashed 2px #FFFFFF;        
    top:20px;    
    z-index:510;
    display:none;
}
/*---- Tooltip #1------ */
.tooltipArrowRight
{
    position:absolute;
    background: transparent url('../images/tooltip_arrow_right.gif') no-repeat;
    width:24px;
    height:45px;
    right:-23px;
    bottom:25px;    
}
.ftcTooltip{    
    background-color:#FFFFFF;
    padding:20px;
    border:solid 1px #D8D8D8;
    display:none;
    position:absolute;        
}
/*---- Tooltip Bg ------ */
.information{    
    width:20px;
    height:23px;
    margin-bottom:-6px;    
}

.ftcTooltipBg {   
    padding: 20px 10px 5px 10px; 
    width:410px; 
    display:none;       
}
.dialogBg {
 position:absolute;
 margin:0px auto;
 min-width:8em;
 max-width:1000px; 
 z-index:20;
 margin-left:15px; /* default, width of left corner */  
 display:none;
}
.dialogBg .dialogBgContent,
.dialogBg .t,
.dialogBg .b,
.dialogBg .b div {
 background:transparent url('../images/dialog-bg.png') no-repeat top right;
 _background-image:url('../images/dialog-bg.gif'); 
}

.dialogBg .dialogBgContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 15px 0px 0px;
}
.dlgBgArrowLeft{
    position:absolute;
    width:26px;
    height:33px;
    background:transparent url('../images/dialog-bg-arrow-left.png') no-repeat top left;
    _background-image:url('../images/dialog-bg-arrow-left.gif'); 
    left:-41px;
    top:20px;       
}
.dlgBgArrowRight{
    position:absolute;
    width:26px;
    height:33px;
    background:transparent url('../images/dialog-bg-arrow-right.png') no-repeat top left;
    _background-image:url('../images/dialog-bg-arrow-right.gif'); 
    right:-26px;
    top:20px;       
}
.dialogBg .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; 
 margin-left:-15px;
 height:100%;
 _height:1600px; /* for IE 6 */
 background-position:top left;
}
.dialogBg .b {
 /* bottom */
 position:relative;
 width:100%; 
 text-align:left;
}
.dialogBg .b,
.dialogBg .b div {
 height:15px; 
 font-size:1px; 
}
.dialogBg .b {
 background-position:bottom right;
}
.dialogBg .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left; 
}

/*--------- Input Form -------*/
.formFieldGroup{
   margin-bottom:5px; 
}
.inputForm .formLabel{
    float:left;
    width:25%;
    text-align:right;
    font-size:1.5em;
    margin-right:0.3em;        
    color:#828181;
}
.inputForm .formText{
    font-size:1.5em;
}
.inputForm .formField{
    float:left;        
    width:74%;
    text-align:left;
}
.inputForm .field-validation-message{       
    margin:0.6em 0 0 0.5em;    
    float:left;     
    width:60%;         
}
.inputForm .sep{                         
    height:10px;
    line-height:10px;
    clear:both;
}
.inputForm input[type="text"],.inputForm input[type="password"]{
    font-size:1.5em;    
    width:35%;
    display:block;
    float:left;
}
.inputForm input.inputText{/*for ie6*/
    font-size:1.5em;    
    width:35%;
    display:block;
    float:left;
}
.inputForm select{
    font-size:1.5em;    
    width:37%;
    display:block;
    float:left;    
}
.inputForm input[type="submit"],.inputForm input[type="button"]{
    font-size:1.5em;
}
.inputForm input.inputButton{/*for ie6*/
    font-size:1.5em;
}
.ajaxLoading{
    padding:5px 3px 0 0;    
    display:none;
}
/*------ Dialog ------*/
.dialog{
    position:absolute;
    background-color:White;        
    z-index:500;  
    display:none; 
}
.dialogTitle{
    background: #0983FD url('../images/header_top_bg.jpg') repeat-x;
    height:23px;  
    width:1%;                
    font-size: 1em; 
    font-weight:bold;
    text-align:center;
    padding: 5px 5px 0 5px;    
    color:#FFFFFF;          
}
.dialogContent{
    padding:1em;     
}
.dialog .field-validation-message{
    width:auto;
    margin: 0.2em 0 0 0.2em
}
.dialog .validation-summary-errors{
    display:none;
    width:30em;
    margin-bottom:20px;
}
.dialog .inputForm input[type="text"],.dialog .inputForm input[type="password"]{      
    width:95%;      
}
.dialog .inputForm input.inputText{/*for ie6*/       
    width:95%;        
}
.dialog select{    
    width:98%;       
}
.dialog .formLabel{
    width:10em;
}
.dialog .formField{
    width:20em; 
}
.dialogFormContent{
    display:none;    
}

/*----- Create Account -------*/
#addressForm{
    display:none;
}
#registrationSuccess{
    display:none;
}
/*------ My Profile Page -------*/
#changeStatusDlg .formLabel{
    width:8em;
}
#changeStatusDlg .formField{
    width:27em;   
}
#UPSTrackingIDArea{
    display:none;
}
#UPSShippingStatusArea{
    display:none;
    width:25em;
}
#PartialRefundArea{
    display:none;
}
#PartialRefundArea #PartialRefundAmount{
    width:3.2em;
    display:block;
    float:none;
}
#getUPSStatusForm{
    display:none;
}
#getUPSStatusForm .validation-summary-errors{
    display:none;
}
#viewUPSShippingStatus{
    position:relative;
}
#viewUPSShippingStatus .ajaxLoading{
    position:absolute;
    right:-30px;
    top:-5px;
}
#orderNotesArea{
    margin: 5px 0 20px 0;
}

#changeOrderNotesDlg #CustomInstructions{
    width:500px;
    height:250px;   
}
#selectedFilmsArea{
    display:none;
}
#selectedFilmsData div{
    float:left;
    margin-right:3px;    
}
/* ----- Forgot Password Dialog -----*/
#forgotPasswordDlg{
    width:40em;
}
/*--------Additional Order Items */
#addItemsArea input.addItemsDescription{
    width:700px;
}
#addItemsArea input.addItemsPrice{
    width:40px;
}
#addItemsArea .addItem{
    margin: 8px 0;
}
#addItemsTotalCaption{
    width:710px;
    float:left;
    margin-right:3px;
}
#addItemsLineTotal{
    display:none;
}
#addItemsArea .validation-summary-errors{
    display:none;
}
#addItemsSuccess{
    display:none;
}
/*-------- Homepage ------- */
.minHeightHomepage{
    min-height:14em;
}
* html .minHeightHomepage{
    height:14em;
}
.homepagePanelHeader{
    margin-bottom:3em;
    margin-left:113px;    
    text-transform:uppercase;
}
.homepagePanelImage{
    position:absolute;
    top:-16px;
    left:4px;
}
/*----- change pricing controls ------*/
#changePricingForm .validation-summary-errors{
    position:fixed;
    background-color: #FF3333;                        
    font-size: 1em; 
    font-weight:bold;
    text-align:center;    
    padding: 10px;    
    color:#FFFFFF;
    border:dashed 2px #8888FF;        
    top:20px;  
    left:5px;  
    z-index:510;
    display:none;      
}
#filmTransferPriceArea input, #hardDrivePriceArea input, #blurayExtraCopyPrice input, #DVDExtraCopyPrice input{
    width:3em;
    text-align:center;
    border-width:1px;
}
#filmTransferPriceArea input{
    width:1.5em;
}
#filmTransferPriceArea .price-cell-feet input{
    width:3em;
}
#DVDExtraCopyPrice input, 
#blurayExtraCopyPrice input{
    width:1.5em;
}
#filmTransferPriceArea .oldPrice{
    color:#886F6E;
    text-decoration:line-through;    
    font-size:90%;               
}
#filmTransferPriceArea .discountedPrice{
    color: #008BE2;
    font-weight:bold;    
}
/*------ Discount Manager ------*/
#DiscountManagerArea fieldset{
    margin-bottom:15px;
}
#DiscountManagerArea .enableDiscount{
    margin-right:3px;
}
#DiscountManagerArea .date{ 
    text-align:right;   
    width:6em;
}
#DiscountManagerArea .discountParameter{
    text-align:right;
    width:3em;
}
#DiscountManagerArea #discountPercentageArea .discountParameter{
    width:2em;
}
#DiscountManagerArea #discountFreeShippingArea .discountParameter{
    text-align:left;    
}
#DiscountManagerArea .discountControlsArea{
    display:none;
}
#DiscountManagerArea .formFieldGroup{
    margin-bottom:10px;  
}
#DiscountManagerArea .validation-summary-errors{
    display:none;
}

/* --- Begin Sidebar ---- */
#sideBar .widget{
    margin:0 0 35px 0;
}
#sideBar .widget h3{
    color:#666666;
    margin:0 0 6px 37px;
    font-size:1.3em;
    font-weight:normal;
}
#sideBar .widget .sidebarPanel{
    background: url('../images/sidebar-panel-bg.gif') no-repeat left top;
    padding-top:16px;
    margin:0 0 0 30px;
}    
#sideBar .widget .sidebarPanelBottom{
    background: url('../images/sidebar-panel-bg.gif') no-repeat left bottom;
    min-height:90px;            
    padding:0 8px 20px 10px;
    width:162px;
    font-size:0.85em;
    color:#6E6F6E;   
}
#sideBar .widget .sidebarPanelBottom ul{
    margin:0 0 0 15px;  
}
#sideBar .widget a.widgetButton{
    background: url('../images/widget-button.gif') no-repeat;
    color:#ffffff;
    display:block;
    padding-top:3px;
    margin:-2px 0 0 39px;
    text-align:center;
    font-size:17px;
    width:162px;
    height:27px;
}
/* --- End Sidebar ---- */

/*-------- Send Message --------*/

#sideBar .widget #sendMessageForm .sidebarPanelBottom{
    padding:0 0 0 0;    
    width:180px;
    font-size:12px;
}
#sendMessageForm .sidebarPanelBottom .inputRow{
    background: url('../images/contact-form-separator.gif') no-repeat left bottom; 
    width:170px;
    padding:0 0 7px 10px;
    position:relative;           
}
#sendMessageForm .sidebarPanelBottom .inputRowTextArea{
    padding:3px 0 5px 10px;
    width:170px; 
    position:relative;       
}
#sendMessageForm .sidebarPanelBottom .inputRowTextArea textarea{            
    width:160px;
    font-size:12px;
    height:80px;
    overflow:auto;
    padding:5px 0;
    border:none;
    background-color:Transparent;
}
#sendMessageForm .sidebarPanelBottom .inputRow input{    
    margin:4px 0 0 0;
    padding:5px 0;
    width:160px;            
    border:0;
    background-color:Transparent;
}
#sendMessageForm .sidebarPanelBottom .first{
    margin-top:-5px;
}        
#sendMessageForm .sidebarPanelBottom .first input{
    margin-top:0;
    padding-top:0;
}
#sendMessageForm .sidebarPanelBottom .asterisk{
    position:absolute;
    top:8px;
    left:-7px;
}
        
#sendMessageContainer .ajaxLoading{
    text-align:center;    
}
#messageSentSuccess{
    padding-left:25px;
    padding-right:15px;
    display:none;
}
#sendMessageForm .validation-summary-errors{
    display:none;  
    margin: 0 0 5px 30px;
}
#sendMessageForm .field-validation-message{
    margin-left:0px;
}
/* ---- Customer Feedback Widget Begin ---- */
#customerFeedback{
    position:relative;    
}
#sideBar #customerFeedback .window{
    position:relative;
    overflow:hidden;  
    height:90px;         
}
#customerFeedback .slider{
    position:absolute;
    width: 720px;
    top:0;
    left:0;    
}
#customerFeedback .slide{
    background: url('../images/stars5_v1.gif') no-repeat left bottom;
    padding-bottom:20px; 
    width:162px;
    float:left;
    margin-right:18px;
}
#customerFeedback .slide p{
    margin:0;
    padding:0;
}
#customerFeedback a.switch{
    background: url('../images/feedback-slider-switch.gif') no-repeat 0 0; 
    position:absolute;
    display:block;
    width:14px;
    height:18px;
    top:43px;
    left:10px
}
#customerFeedback #feedbackRight.switch{
    background-position: -14px 0;
    left:217px;
}
#customerFeedback .slide .title{
    font-weight:bold;
}
#customerFeedback .slide .date{
    font-style:italic;
    font-size:0.9em;
    margin-bottom:1em;
}
/* ---- Customer Feedback Widget End ---- */

/*----- Search Controls -------*/

.fieldSetSearch, .fieldSetSearch legend{
    padding: 0 0.4em 0.7em 0.4em;    
}
.fieldSetSearch{
    margin-top:-1em;    
}
.fieldSetSearch #filterList1Selected{
    width:250px;
}
.fieldSetSearch input#filterText1{
    width:50px;
}
.fieldSetSearch input#filterText2,.fieldSetSearch input#filterText3{
    width:80px;
}

/* ---- Accounts Search ----*/
#searchAccountsArea input#filterText1{
    width:250px;
}
/* ---- Content Revisions -----*/
#searchRevisionsArea input#filterText1{
    width:270px;
    margin-bottom:5px;
}
/*---- Deleted Content ------*/
#searchDeletedArea input#filterText1{
    width:260px;    
}

/*---------- Slider -------------*/
#sliderWrapper{
    background: #666666 url('/images/slider-bg.gif') center 0 no-repeat;
    height:350px;
}
#sliderOuter{
    width:960px;  
    height:350px;      
    position:relative;
    overflow:hidden;
    margin:0 auto;
}           
.sliderImage{
    width:960px;
    height:350px;                  
}
#slider{                
    position:absolute;
    top:0;
    left:0;
    width:960px;
    height:700px;        
    display:none;          
}
#sliderImage1,
#sliderImage2
{
    position:absolute;
}
#sliderImage2{
    margin-top:350px
}

/*----------- mainMenu ----------- */
ul#mainMenu{
    float:right;    
}
ul#mainMenu, #mainMenu ul  {
    list-style: none;
    margin: 0;
    padding: 0;                                                         
}
ul#mainMenu{  
    margin-right:8px;
}
#mainMenu li{
    list-style: none;    
    float:left;      
    margin-left:1px;                          
}  
#mainMenu a {                  
    color: #E5E5E5;  
    margin-top:0;               
    padding: 3px 10px 2px 10px;          
    text-decoration: none;                                                             
    display: block;         
    outline:none; 
    font-size:19px;                                                  
}
#mainMenu a:hover{
    text-decoration:underline;       
}
#mainMenu li:hover a{     
    color: #FFFFFF;       
}  
#mainMenu li.selected a, 
#mainMenu li.selected:hover a{    
    color: #FFFFFF;
} 

#mainMenu li li{
    float:none;     
    border: dotted 1px #949494;    
    border-top:none;
    margin-left:0px;                 
}     
#mainMenu li li a,
#mainMenu li:hover li a,
#mainMenu li.selected:hover li a{    
    background:#FFFFFF url('../images/bullet2.gif') no-repeat 0.5em 0.6em;    
    color:#02B6FE;   
    margin-left:0;  
    padding: 0.3em 0.6em 0.3em 2em;
    font-size:1em;
}     
#mainMenu li:hover li{    
    background-color:#FFFFFF;
}

#mainMenu li li:hover li a,
#mainMenu li.selected li:hover li a{
    background-color:#FFFFFF;
    background-image:url('../images/bullet2.gif');
}

#mainMenu li li:hover a,
#mainMenu li li li:hover a,
#mainMenu li.selected li:hover a,
#mainMenu li.selected li li:hover a{
    background-color:#F3F3F3; 
    background-image:url('../images/bullet-selected2.gif');  
}
#mainMenu li {position: relative;}

#mainMenu ul ul {
    position: absolute;
    top: 0;
    left: 100%;                          
}
#mainMenu ul {
    position: absolute;
    z-index: 500;
    width:15em;            
    background-color:#FFFFFF; 
}        
#mainMenu ul,
#mainMenu li:hover ul ul,
#mainMenu ul li:hover ul ul
{display: none;}

#mainMenu li:hover ul,
#mainMenu ul li:hover ul,
#mainMenu ul ul li:hover ul
{display: block;}

/*--disabled--*/
#mainMenu a.disabled,
#mainMenu a.disabled:hover{
    color: #666666;     
    text-decoration:none;   
}

#mainMenu li li a.disabled,
#mainMenu li:hover li a.disabled,
#mainMenu li li a.disabled:hover,
#mainMenu li.selected li a.disabled,
#mainMenu li.selected li a.disabled:hover{
    color: #DDDDDD;     
    text-decoration:none;   
}

/*-----------Footer Main Menu-------------*/

ul#footerMainMenu, #footerMainMenu ul  {
    list-style: none;
    margin: 0;
    padding: 0;                                                           
}  
#footerMainMenu li{
    list-style: none;
    float:left;    
    width:200px;
    overflow:hidden; 
}
#footerMainMenu a {                            
    padding: 0.25em 2em 0.25em 1.2em;          
    text-decoration: none;                                                            
    display: block;     
    color:#666666; 
    font-weight:bold;
    margin-left:8px;    
} 
#footerMainMenu li.selected a,
#footerMainMenu li.selected a:hover{
    background-color:#E5E5E5;   
}
#footerMainMenu li.selected li a{
    background-color:Transparent;
}
#footerMainMenu a:hover,
#footerMainMenu li.selected li a:hover{
    text-decoration:underline;          
    background-color:#fefefe;    
}
#footerMainMenu li li{
    float:none;
    padding-right:0;    
}
#footerMainMenu li li a{    
    font-weight:normal;
    padding-left:2.3em;
} 

/*--disabled--*/
#footerMainMenu a.disabled,
#footerMainMenu a.disabled:hover{
    color: #DDDDDD;     
    text-decoration:none;   
}
#footerMainMenu li.selected a.disabled,
#footerMainMenu li.selected a.disabled:hover{
    color: #DDDDDD;     
    text-decoration:none;   
}

/*---------- Bottom Footer Menu -----------*/

#footerBottomRight ul {    
    list-style: none; 
    margin:0 40px 0 40px;
    padding:0;                                                
} 
#footerBottomRight ul a {
    font-size:0.85em;                          
    padding: 4px 0 4px 30px;          
    text-decoration: none;                                                            
    display: block; 
    color:#02B6FE;
} 
#footerBottomRight ul a.phone {
    color:#6E6F6E;
    font-size:1em;
    font-weight:bold;
}
#footerBottomRight ul a:hover{
    text-decoration:underline;          
    background-color:#fefefe;
}

/*--disabled--*/
#footerBottomRight ul a.disabled,
#footerBottomRight ul a.disabled:hover{
    color: #DDDDDD;     
    text-decoration:none;   
}

/*---------------------------------*/

body.mceContentBody {
   background: #FFF;
}
div#bt_invite_box td, div#bt_invite_box th{   
    border:none 0 Transparent;     
    padding:0;
    background-color:Transparent;
}
div#bt_invite_box table{
    border-collapse:separate;
}
div#bt_invite_box tr{
    vertical-align:baseline;
}
div#bt_invite_box textarea{
    padding: 0;
    width:auto;
    height:400px;    
}
div#bt_invite_box input[type="submit"]{
    padding:0.2em 0.4em;    
}

/*---- Calculator ------*/
#calculator{    
    width:36em;
    border: solid 1px gray;
    padding:1em;
    font-size:1em;
    position:absolute;
    background-color:#F5F5F5;
    display:none;
    font-size:1.1em;
    z-index:20;
}
#calculator p{
    margin: 0.5em 0;
    color:#222222;
    font-size:1.2em;
}
#calcInputArea, #reelSizes{
    margin-left:3em;
    float:left;
}
.calculatorFilmColumn{    
    width:15em;
    float:left;    
    border: solid 1px #F5F5F5;
}
#calculatorClose{
    text-align:center;
    margin-top:1em;
}
#calculator input[type="checkbox"]
{
    margin-right:0.3em;
}
#calculator input[type="text"]
{
    padding: 0 0.2em;
}
.calcFootageQty, .calcFootageCustom{
    margin-left:0.4em;
}
.calcFootageQty input{
    width:1.5em;
}
.calcFootageCustom input{
    text-align:right;
    width:4em;
    margin-right:0.2em;
}
#calcWarningMessage{
    display:none;
    margin-top: 2em;
}
#calculatorResults{
    margin-top:1em;    
    color:#444444;
    display:none;
}
#calculatorResults div{
    margin-bottom:0.2em;
}
.calcResultsBig{
    font-size:1.5em;
}
#calcInstructionsReelSizes{
    display:none;
}
.calcReelSizeRow{
    height:1.6em;
}
