﻿* {
	margin: 0;
	padding: 0;
}

body
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333333;
    color: #000222;
}

#container
{
    width: 1010px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    overflow:auto;
    height:100%;
    position: relative;
}

#header
{
    height: 70px;
    background-color: #C0C0C0;
    padding-left:20px;
    padding-top:15px;
    font-size:8pt;
}

.header
{
    height: 70px;
    background-color: #C0C0C0;
    padding-left:20px;
    padding-top:15px;
    font-size:8pt;
}

#footer
{ 
    height: 20px;
    background-color: #999999; 
    margin-top:40px;
    padding-left:5px;
    line-height: 1;
    clear: both;
    }
.footer
{ 
    height: 20px;
    background-color: #999999; 
    margin-top:40px;
    padding-left:5px;
    line-height: 1;
    clear: both;
    }
    
.NavBar
{ 
    height: 22px;
    background-color: #999999; 
    padding-top:5px;
    padding-left:10px;
    line-height: 1;
    }

a.NavBarLink
{
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.ipad_image
{
    position: absolute;
    left: 860px;
    top: 15px;
}

#innerPanel
{
    margin: 20px;
    height: 100%;
}

/* 2-column pages*/
div.leftColumn
{
    width:480px;
    height: 100%;
    float:left;
    clear:both;
}

div.rightColumn
{
    width: 460px;
    height: 100%;
    overflow: hidden;
    margin-left: 15px;
}

/* Admin Pages */
div.leftAdmin
{
    width:110px;
    height: 100%;
    float:left;
    clear:both;
    margin-left:20px;
    margin-top:15px;
}

div.rightAdmin
{
    width:850px;
    height: 100%;
    overflow:hidden;
    margin-left: 15px;
    margin-top:15px;
    padding-bottom: 20px;
}

/* 3-column admin pages*/
.midAdmin3
{
    width: 360px;
    height: 100%;
    float: left;
}
.rightAdmin3
{
    width: 360px;
    height: 100%;
    overflow: hidden;
    padding-left: 50px;
}

.stdInputRow
{
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9pt;
    padding-bottom: 4px;
    background-color: #C0C0C0;
    margin-bottom: 4px;
}

.stdInputRow.white
{
    background-color: #FFFFFF;
}

.stdInputRow label
{
    width: 150px;
    display: inline;
    height: 15px;
    float:left;
}

.stdInputRow .dataLabel
{
    width: 200px;
    display: inline-block;
    border: 1px solid #000000;
    background-color: #CCCCCC;
    height: 15px;
}
.stdInputRow .dataLabelWide
{
    width: 750px;
    display: inline-block;
    border: 1px solid #000000;
    background-color: #CCCCCC;
    min-height: 15px;
    height: Auto;
    padding: 1px  1px 1px 1px;
}
.stdInputRow .dataLabelMed
{
    width: 400px;
    display: inline-block;
    border: 1px solid #000000;
    background-color: #CCCCCC;
    min-height: 15px;
    height: Auto;
    padding: 1px  1px 1px 1px;
}
.stdInputRow .dataLabelMedBorderless
{
    width: 400px;
    font-weight:bold;
    display: inline-block;
    border: 0px none #000000;
    background-color: transparent;
    min-height: 15px;
    height: Auto;
    padding: 1px  1px 1px 1px;
}

.stdInputRow .long
{
    border: 1px solid #000000;
    width: 200px;
    display: inline-block;
    font-size: 9pt;
}

.stdInputRow input, select
{
    border: 1px solid #000000;
    width: 150px;
    display: inline-block;
    font-size: 9pt;
}

.stdRow
{
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9pt;
    padding-bottom: 4px;
}
.stdRow input
{
    border: 1px solid #000000;
    width: 150px;
    display: inline-block;
    font-size: 9pt;
}

.stdRow label
{
    width: 150px;
    display: inline;
    height: 15px;
    float:left;
    font-size: 9pt;
}

.stdInputRow input[type="checkbox"]
{
    border: 1px none #000000;
    background-color: Red;
    display:inline;
    width:auto;
}

.gen_link a:link
{
    background-color: #FFFFFF;
    font-size: 12px;
    color: #0000FF;
    text-decoration: underline;
    font-style: italic;
}
.gen_link a:visited
{
    background-color: #FFFFFF;
}

.gridView
{
    width: 100%;
    background-color: #999999;
    margin: 5px 0 10px 0;
    border-collapse:separate !important;
    border-left:1px solid #999999;
    font-size:11px;
}


.gridView td
{
    padding: 3px;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    height:15px;
}


.gridView th
{
    padding: 3px;
    color: #fff;
    background:  #003399;
    border-left: 1px solid #999999;
    border-left-color:  #003399;
    height: 15px;

}

.gridView .gridAlt
{
    background-color: #DBDBDB;
}
.gridView .gridPager
{
}
.gridView .gridPager table { margin: 2px 0; }
.gridView .gridPager td
{
    border-width: 0;
    padding: 0 3px;
    font-weight: bold;
    color: #fff;
    height: 12px;
    margin-left: 5px;
    background-color: #999999;
}   
.gridView .gridPager a
{
    color: #333333;
    text-decoration: none;
}
.gridView .gridPager a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.listView
{
    width: 100%;
    background-color: #999999;
    border-collapse: separate !important;
    border-left: 1px solid #999999;
    font-size: 11px;
    table-layout: fixed;
}


.listView td
{
    padding: 3px;
    color: #000000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    height:15px;
}


.listView th
{
    padding: 3px;
    color: #fff;
    background:  #003399;
    border-left: 1px solid #999999;
    border-left-color:  #003399;
    height: 15px;
}

.listView .listAlt
{
    background-color: #DBDBDB;
}

.listPager
{
    background-color: #999999;
    padding-bottom: 3px;
}

.listCurrPage
{

    color: Black;
    font-family: Arial;
    font-size: 9pt;
    padding-bottom: 4px;
    padding-top:6px;
    padding-right: 3px;
    padding-left:3px;
}
  
.listPager a
{
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    font-size: 9pt;
    padding-right: 3px;
    padding-left:3px;
}
.listPager a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.listPagerCurrent
{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 9pt;
}

.listView input
{
    font-family: Arial;
    font-size: 11pt;
    border-style: solid;
    border-width: 1px;
}

.listView input[type="submit"]
{
    font-size: 8pt;
    color: White;
    font-weight: bold;
    height: 19px;
    border-style: none;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #003399;
    text-decoration:none;
}

.stdError
{
    font-size: 8pt;
    margin-top: -8px;
    color:Red;
    display:inline-block;
}

.error
{
    font-size: 8pt;
    padding-left: 5px;
    color:Red;
}
.button
{
    font-size: 8pt;
    color: White;
    font-weight: bold;
    height: 19px;
    border-style: none;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #003399;
    text-decoration:none;
    line-height: normal;
}

.subscribeButton
{
    font-size: 10pt;
    color: White;
    font-weight: bold;
    height: 28px;
    border-style: none;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #003399;
    text-decoration:none;
    line-height: normal;
    margin-left: 8px;
}

.buttonAdmin
{
    font-size: 8pt;
    color: White;
    font-weight: bold;
    height: 19px;
    border-style: none;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #003399;
    text-decoration:none;
    line-height: normal;
    width: 100px;
    margin-bottom:6px;
}

div.stdBox
{
    border: 1px solid #003399;
    padding: 0px 15px 15px 15px;
    overflow: hidden;
}


div.stdBoxHeader
{
    height: 18px;
    width: 150%;
    font-size: 8pt;
    padding-left: 3px;
    padding-top: 3px;
    color: White;
    font-weight: bold;
    background-color: #003399;
    margin-left: -15px;
    margin-bottom: 15px;
}

.input_row
{
    height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.input_row_blue
{
    background-color: #99CCFF;
    margin-bottom: 4px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 10px;
}

.input_label
{
    float:left;
    width: 100px;
    display:inline-block;
}

.long_label
{
    float:left;
    width: 200px;
    display:inline-block;
    font-size: 9pt;
}

.long_label_border
{
    border: 1px solid #0033CC;
    float: left;
    width: 200px;
    display: inline-block;
    font-size: 9pt;
    background-color: #C0C0C0;
    height: 15px;
    padding-left:3px;
}

.input_value
{
    overflow:hidden;
}

.titleHeader
{
    padding-left:20px;
    padding-top:15px;
    padding-bottom:15px;    
}
.modalBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    opacity: 0.7;
} 

div.rblTitle
{
    height: 18px;
    width: 100%;
    font-size: 8pt;
    padding-left: 3px;
    padding-top: 3px;
    color: White;
    font-weight:bold;
}

.radiobuttonlist
{
}

.radiobuttonlist input
{
    border-style: none;
    padding:3px;
    margin-bottom: 3px;
    margin-left: -1px;
    margin-right: 1px;
    background-color:White;
}

.radiobuttonlist label
{
    padding-left: 5px;
    font-size: 8pt;
    vertical-align:top;
}

.price-options-RBL input
{
    padding:8px;
}

.first-option
{
    background-color: white;
    padding: 18px 0px 12px 2px;
    font-size: 8pt;
    clear: both;
    height: 20px;
}
 
.not-first-option
{
    background-color: #C0C0C0;
    padding: 6px 0px 6px 2px;
    font-size: 8pt;
    clear: both;
}

.form_label
{
    padding-left:8px;
}

textbox
{
}

/* Default page */

#leftColumn3
{
    float:left;
    width: 330px;
    font-size: 10pt;
    margin-left: 50px;
    margin-top:40px;
}

#middleColumn3
{
    float:left;
    margin-top:20px;
    margin-left:10px;
    width: 330px;
    text-align: center;
}

#rightColumn3
{
    overflow:hidden;
    width: 280px;
    padding-top: 70px;
    font-size: 11pt;
}

#centerList
{
    text-align:center;
    overflow:hidden;
    margin-top:15px;
}



#title-choice
{
    overflow:hidden;
    margin-top: 80px;
    margin-left: 20px;
    text-align: left;
}

.alphabetRanges
{
    margin-top:15px;
    margin-bottom: 10px;
    text-align: center;
}

.alphabetChoice
{
}

.alphabetChoice label
{
    background-color: #003399;
    width: 100px;
    height: 30px;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    color: #FFFFFF;
}

.groupList
{
    border-style: solid;
    border-width: thin;
}

.title-list-ddl label
{
    padding-left: 3px;
    margin-left: 3px;
}


#titles
{
    margin-top:10px;
    height:500px;
}

/* Titles Page */

#promo_code
{
    float:left;
    width: 400px;
    margin-left:30px;
    padding-right: 20px;
}

.SandS
{
    font-size: 26pt;
    font-weight: Bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom:16px;
}

.sizzle
{
    line-height: 26px;
    font-weight:500;
    margin-bottom:16px;
    padding-right:40px;
}

.easier
{
    font-size: 17pt;
    font-style: normal;  
}

#code_input
{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 60px;
    float:left;
    line-height:22px;
}

#code_submit
{
    margin-bottom: 15px;
    clear: both;
}

#apply_button
{
}

#mag_prompt
{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 60px;
    float:left;
    line-height:22px;
}
#mag_choice
{
    clear: both;
}
#offer_details
{
    width: 450px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
}

.offer_choice
{
    margin-top:20px;
    border-style: solid;
    border-width: 1px;
    width: 445px;
    overflow: hidden;
}

.friend_order_number
{
    border-style: solid;
    border-width: 1px;
    width: 445px;
    overflow: hidden;
    padding-bottom:8px;
}
.first-description
{
    width:350px;
}

.own_gift
{
    border-style: solid;
    border-width: 1px;
    width: 445px;
    overflow: hidden;
    margin-top: 20px;
}

.start_date
{
    border-style: solid;
    border-width: 1px;
    width: 445px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}



#continue_button
{
    text-align:center;
    padding-top: 5px;
    padding-bottom: 8px;
}

.delivery
{
    width: 400px;
    background-color:White;
    font-size: 9pt;
    margin-top: 10px;
}

.manualAddress
{
    height:10px;
}


.pay_address
{
    width: 414px;
    background-color:White;
    font-size: 9pt;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact
{
    width: 414px;
    background-color:White;
    font-size: 9pt;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.dd_details
{
    width: 380px;
    background-color:White;
    font-size: 9pt;
    border-style: solid;
    border-width: 1px;
    margin-left:70px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.addressWrapper
{
    width:400px;
    padding-left: 8px;
    font-size: 9pt;
}

.addressLabels
{
    width:150px;
    float:left;
}


.addressFields
{
    width:250px;
    overflow:hidden;
}

.sort_code
{
    width:20px;
}

.close { 
    DISPLAY: block; 
    RIGHT: -5px;WIDTH: 15px;TEXT-INDENT: -1000em;POSITION: absolute; 
    TOP: -7px;HEIGHT: 15px; 
}
/* Service form */

.section_header
{
    background-color: #0033CC;
    width:100%;
    height: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-left: -1px;
    font-size: 10pt;
    padding-left:4px;
    text-align: left;
}

.account
{
    border: 1px solid #0033CC;
    margin-top: 15px;
    margin-left:20px;
    margin-right: 20px;
    padding-bottom: 8px;
    width: 912px;
 }
 .account_col1
 {
     width: 425px;
     margin-left:20px;
     margin-right:20px;
     float:left;
 }
 
 .account_col2
 {
     width: 425px;
     margin-left:20px;
     overflow:hidden;
 }
 
 .subs_list
{
    text-align: center;
    border: 1px solid #0033CC;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
    width: 912px;
    height: 100%;
    overflow: hidden;
    clear:both;
}
 
 #subs_rows_d
 {
    margin-left: 13px;
    padding-left: 30px;
 }
 
  #payments_list
{
    text-align: center;
    border: 1px solid #0033CC;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
    width: 912px;
    height: 100%;
    overflow: hidden;
}

 #payments_rows_d
 {
    margin-left: 13px;
    padding-left: 30px;
 }

  #voucher_list
{
    text-align: center;
    border: 1px solid #0033CC;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
    width: 912px;
    height: 100%;
    overflow: hidden;
}

 #voucher_rows_d
 {
    margin-left: 13px;
    padding-left: 30px;
 }

 .list_item
{
    float: left;
    width: 100px;
    height: 20px;
    font-size: 9pt;
    background-color: #C0C0C0;
}
 
  .list_header
{
    float: left;
    width: 100px;
    height: 20px;
    font-size: 9pt;
    background-color: #0033CC;
    color: #FFFFFF;
}

#questions
{
    margin-top: 25px;
    margin-left:20px;
    width:400px;
    font-size: 8pt;
}

#terms
{
    margin-top: 25px;
    margin-left:20px;
    width:400px;
    font-size: 9pt;
}
#optIns
{
    margin-top: 25px;
    margin-left:20px;
    width:400px;
    font-size: 9pt;
}
#dd_details
{
    font-size: 9pt;
    margin-bottom: 20px;
} 

#dd_boilerplate
{
    font-size: 9pt;
}
.loginPopup
{
    border-style: solid;
    font-size: 10pt;
    background-color: #999999;
    width: 350px;
    min-height: 300px;
    height: auto;
    padding-left:20px;
    padding-right:15px;
    text-align: center;
} 
.loginTitle
{
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top:10px;
}

.narrow_input {
    width: 65px;
}

.wide_input {
    width: 200px;
}

.displaynone {
    display:none;
}

.guidance {
    color:#cccccc;
    font-style:italic;
}
