header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.hidden {
    display: none;
}
.text-center {

    text-align: center;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}



/*
    KingKullen.Internet.GiftCards styles
*/

body, header
{
    font-family: Arial,  Helvetica, sans-serif;
    color: #232323;
    background-color: #fff;
    width: 1000px;
    text-align: center;
    margin: 0px auto;
}

.giftCardDisplay 
{
    padding-top: 20px;
    padding-left: 50px;
    width: 75%;
    vertical-align: top;       
}
.pageContent {
   background: url(images/bkg_mainboard.png) top left no-repeat;
}

.giftCardSelectionHeaderText 
{
    color: crimson;
    font-weight: bold;
    font-size: 24px;
    display: block;
    padding-bottom: 5px;
}

.giftCardSelectionGrid {
    text-align: left;
}

.giftCardCell {
    text-align: center;
    display: inline-block;
    padding-bottom: 20px;
    zoom: 1;
    *display: inline;
}

.shoppingCart {
    width: 200px;
    background-color: rgb(232, 231, 231);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


.shoppingCartShippingPage, #carrierSelectionCol  {
    vertical-align: top;
}

.orderSummaryTable {
    background-color: rgb(232, 231, 231);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#confirmationOrderSummaryTable {
   width: 500px;
}

.currency {
    text-align: right;
}

.orderSummarySection {
    padding-top: 40px;
    padding-left: 40px;
}

.summaryLabel {
    text-align: left;
}

.orderInfo {
    vertical-align: bottom;
}

.shoppingCartHeaderText 
{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    padding-left: 10px;
}

.shoppingCartItem {    
    margin: 0px auto;
    margin-bottom: 5px;
    border: black;
    border-style: solid;
    border-width: thin
}

.shoppingCartItemValue 
{
    float: left;
    font-weight: bold;
}

.shoppingCartItemQuantityShippingPage {
    font-size: 12px;
}

.shoppingCartItemShippingPage {
    text-align: left;
    padding-bottom: 10px;
}

.shoppingCartFooter {
    vertical-align: bottom;
    display: inline-block;
    text-align: left
}

.orderDetails {
    font-weight: bold;
    border-left: 1px solid;
    vertical-align: bottom
}
.orderAmountTotal {
    font-weight: bold
}

.shoppingCartBody {
    height: 350px;
    width: 100%;
    margin-right: 10px;
    overflow: auto
}

.shoppingCartBodyShippingPage {
    height: 200px;
    width: 75%;
    overflow: auto
}

.shippingPreferenceHeaderText {
    
}

.carrierLabelText {
    font-weight: bold;
}

.carrierSelection {
    text-align: left;
    padding-right: 100px;    
}

.summaryInfo {
    text-align: right;
}

#shippingTotal {
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
}

.storeSelectionSection {
    text-align: left;
    min-height: 250px;
    vertical-align: top;
}

.storeSelectionNoteSection {
    text-align: left;
    width: 300px;
}
.carrierSelection {
    vertical-align: top;
    height: 125px
}

.shippingSelectionPage {
    margin: auto;
    padding-top: 20px;
}

.personalMessageSection {
    text-align: left;
}

.sectionHeaderText 
{
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}

.shoppingCartSection {
    text-align: left;
}

td.shoppingCartItemTopBar {
    text-align: right; 
    background-color: antiquewhite
}
td.shoppingCartItemQty {
    width: 50px;
}

.shippingRateOption {
    text-align: left;
    margin-left: 10px;
}

.shippingRateDetailLink {
    font-size: 10px;
}

.giftCardPropertiesEntry {
    height: 100px;
    width: 150px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding-bottom: 30px;
    padding-left: 20px;
    display: inline-block;
}


.giftCardPropertiesEntry .propertiesTitleImage {
    width: 121px;
}

.quantityArrowEnabled, .quantityArrowDisabled {
    font-size:12px;
    font-weight: bold;
    padding: 3px;
    width:20px;
    height:13px;
    cursor: pointer;
}

#upArrow {
    color: green;
}

#downArrow {
    color: red;
}

.shoppingCartThumb {
    width: 68px;
    height: 45px;
    display: inline-block
}

img {
    border: none
}

.enterCardPropertiesButton {
    cursor: pointer;
    text-align: center;
}

.giftCardPropertiesThumb 
{
    height: 80px;
    min-width: 121px;
   
}

.giftCardPropertyInput {
    padding: 2px;
    width: 10%;
    text-align: left;
    vertical-align: middle;
    visibility: hidden;
}

.arrowInputColumn {
    text-align: left;
    padding: 0px;
    visibility: hidden;
}


h2.billingInfo {
    padding-bottom: 25px
}

table.contactInfo {
    text-align: center;
    margin: auto
}

table.summaryContactInfo {
    text-align: left;
    margin: auto;
}

td.shippingInfoSection
{
    text-align: left
}
    
td.personalMessageSection {
    text-align: center
}

td.shippingInfoSection, td.personalMessageSection, td.shippingInfoSummarySection, td.billingInfoSummarySection {
    vertical-align: top;
    text-align: left;
}

td.billingInfoSection, td.billingInfoSummarySection {
    padding-right: 50px;
    text-align: left;
}

.detailsPopup {
    text-align: left;
    font-size: 14px;
}

.detailsPopup h3, .detailsPopup h4 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
}

span.whatsThis {
    font-size: small;
    color: blue;
    cursor: pointer;
    padding-left: 5px;
    padding-bottom: 5px;
}

.errorText {
    font-weight: bold;
    color: red;    
}

.slimCDFrame {
    border-style: none;
    width: 350px; 
    height: 350px;
    display: inline-block;
    overflow: hidden;
}


#shippingTotal, #orderTotal {
    font-weight: bold
}

#rightSide {
    padding-left: 35px;
}


.billingPage {
    margin: auto;
    padding-top: 0;
}

#addToCart {
    visibility: hidden
}

.staticRate {
    text-align: center;
}


/*
 *============================================
 * HEADER
 *============================================
 */

#header
{
    height: 194px;
    z-index: 100;
    border-bottom: 3px solid #b7b7b7;
    background: url('images/bkg_header.jpg') no-repeat right bottom;
    position: relative;
}

#logo
{
    float: left;
    margin: 70px 0 0 0;
}

#logo a
{
    background: url("images/bkg_logo.jpg") no-repeat;
    height: 65px;
    width: 353px;
    display: block;
    cursor: pointer;
}

#menu
{
    padding: 0 10px;
    background-color: #efeeeb;
    background: url("images/menu-background.jpg") repeat-x;
    overflow: visible;
    margin-bottom: 25px;
    position: relative;
    z-index: 100;
    font-size: 16px;
    
}
#menu ul
{
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    height: 20px;
    float: left;
    z-index: 100;
    font-weight:bold;
}

#menu ul li
{
    float: left;
    border-left: 1px solid #919090;
    border-right: 1px solid #fff;
    padding: 0 11px;
    height: 20px;
    z-index: 1000;
    position: relative;
}
#menu ul li ul.subnav
{
    font-weight:normal;
}

#menu ul li.first
{
    border-left: 0;
}

#menu ul li.last
{
    border-right: 0;
}

#menu ul li a
{
    display: inline-block;
    height: 20px;
    color: #4a4949;
    text-decoration: none;
    z-index: 1000;
    line-height: 1.25;
}

#menu ul li ul
{
    position: absolute;
    display: none;
    z-index: 100;
    top: 10px;
    left: 0;
    height: auto;
    z-index: 100;
    border-bottom: 1px solid #d5d4d1;
    background-color: #efeeeb;
    width: 160px;
    padding-top: 10px;
}

#menu ul li ul li
{
    float: none;
    width: auto;
    line-height: 30px;
    height: 30px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d5d4d1;
    padding: 0;
    white-space: nowrap;
}

#menu ul li ul.wide
{
    width: 250px;
}

#menu ul li ul.wide li a
{
    width: 220px;
}

#menu ul li ul li a
{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

#menu ul li ul li a:hover
{
    background-color: #fafafa;
}
#social 
{
    
    font-size: 16px;
    float: right;
    margin: -193px 32px 0 0;
    z-index: 500;
    text-align: left;

    /*
    padding: 12px 40px 0 0;
    float: right;
    height: 40px;
    */
}
#social img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
#social a.facebook
{
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
#social a.twitter
{
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    

}
#social a.instagram
{
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
#social a.pinterest
{
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
#social a.youtube
{
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
#social a.googlePlus
{
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

.fb-like-container 
{
    width: 265px;
    text-align: right;
    height: 30px;
    display: block;
}

.disabledTextBox
{ 
    background:#CCC; 
    color:#333; 
    border:1px solid #666
}


/*
 *============================================
 * MISC
 *============================================
 */
.style1
{
    width: 660px;
    height: 546px;
}
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

.inline
{
    display:inline;
}

.right
{
    float:right;
}
.left
{
    float:left;
}
/* Hide from IE Mac \*/
.clearfix
{
    display: block;
}
/* End hide from IE Mac */

.screen-reader-text
{
    display: none;
}

.green
{
    color: #009b96;
}

.green1
{
    color: #005826;
}

.green2
{
    color: #63a801;
}

.red
{
    color: #de1f2c;
}

.burgundy
{
    color: #603;
}

.grey-border
{
    border: 5px solid #e4e4e4;
}

.blue-border
{
    border: 5px solid #0078cc;
    padding:4px;
}

.brown
{
    color: #c04502;
}

.blue
{
    color: #0078cc;
    font-weight: 600;
}

.black
{
    color: #4d4c4c;
    font-weight: 700;
}

.strong
{
    font-weight:bolder;
}