#slide {
    width:921px;
    height:434px;
    margin:0;
    padding:0;
}

.gallerylayer img {
    border-radius: 10px;
}

.gallerylayer a {
    display:none;
}

.no-mobile {
    display:auto;
}

#bigbox {
    border: 4px solid #EF2A21;
    border-radius: 20px;
    height: auto;
    padding:8px 7px 8px 8px ; /* 8px 3px 8px 8px */
    width: auto;
    max-width:955px;
    background: none;
}

.home-bottom img {
    float: left;
    padding-right: 5px;
    padding-top: 8px;
}
.top-image {
    float:left;
    margin-left:-22px;
}

.nav-bar {
    float: left;
    margin-top: -33px;
    padding-left: 163px;
}

.mobile-nav {
    display: none;
    width:180px;
    margin:auto;
    font-size:1.5em;
}

.mobile-nav ul {
    list-style:none;
    display:none;
    margin-bottom:15px;
}

.mobile-nav ul a {
    display:block;
    padding:3px 2px;
    border-bottom: 1px solid #777;
    color:#cc0000;
}

.mobile-nav li {
    padding:8px;
}

#mobile-nav-link {
    color: #81C7BC;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 38px 10px;
}

.nav-up {
    display:none;
    float:right;
}

.locations {
    max-width: 900px;
}

.thumbimages {
    margin:22px 40px;
    padding:0;
}

.gift_item {
    float:left;
    width:190px;
    height:130px;
    text-align:center;
}

.gift_item_treats {
    float:left;
    width:260px;
    min-height:160px;
    text-align:center;
}

.breadcrumbs {
    margin:10px 0;
}

.quickcolumn {
    height:inherit;
}

.cupcake_flavors input {
    margin:6px 2px 2px 0;
}

#cupcakes_box {
    height:300px;
}

.checkout_button {
    border-radius: 5px;
}

a.checkout_button:link, a.checkout_button:visited, input.checkout_button {
    background-color: #8FC2BD;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    /* margin: 5px; */
    padding: 7px 8px;
    width:inherit !important;
    text-align: center;
}

.acct_oh {
    border-bottom: 2px dashed #FF9999;
    color: #CC0000;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    padding: 5px 5px 16px;
}

.acct_order_box {
    border: 3px solid #FF9999;
    margin-left: 5px;
    max-width: 500px;
    width:auto;
    padding: 0;
}

.acct_history_left{
    width:200px;
}

.acct_form input {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 3px 0 3px;
    max-width: 500px;
    padding: 7px 8px;
    vertical-align: middle;
    width: 98%;
}

.acct_form select {
    margin: 3px 0 5px;
    padding: 5px;
}

.acct_form_table {
    font-size: 13px;
    margin: auto;
    width:50%;
}

.acct_form_table td {
    vertical-align: inherit;
}

.ship_container {
    float: left;
    margin: 0 25px 10px;
    width: 250px;
}

#cart_form .table p {
    float:left;
}

td.cart_qty {
    width:60px;
}

.cart_buttons {
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    width: 270px;
}

.cart_buttons a:link, .cart_buttons a:visited {
    background-color: #8FC2BD;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    float: right;
    line-height: 16px;
    height:auto;
    margin: 5px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}

#options_form {
    font-size: 12px;
    margin-left: 40px;
    min-height: 300px;
    text-align: left;
    width: auto;
}


table.calendar th {
    background-color: #AAD1CE;
    color: #777777;
    text-align:center;
}
table.calendar td, table.calendar th {
    color: #777777;
    border: 1px solid #AAD1CE;
    padding: 6px;
}
table.calendar td a:link, table.calendar td a:visited {
    color: #CC0000;
    font-weight: bold;
}
table.calendar td a:hover {
    text-decoration: underline;
}
table.calendar td.selday {
    background-color: #EECCCC;
    color: #000000;
}
table.calendar td.today {
    font-style: italic;
    font-weight: bold;
}
.wdays td {
    font-weight: bold;
}

.vert-line-enter {
    width:2px;
    height:300px;
    margin:auto;
    border-right:2px dashed #ccc;
    border-top:0;
    display:block;
}
.large_black {
    font-size: 18px;
    font-weight: bold;
}

.final-review-sub {
    text-align:center;
    margin-bottom:4px;;
}

.checkout_cart_table {
    margin:auto;
}

.final_rev_notes {
    width:300px;
    margin:auto;
}

.checkout_cart_table {
    width:300px;
}

.cc_right {
    font-weight:bold;
    text-align:right;
    padding-right:5px;
}

.addy_review {
    font-size: 14px;
    line-height: 20px;
}

.black-bold {
    font-size:11px;
}


@media (max-width: 1100px) {
    .nav-bar {
        padding-left:0;
        margin-top: 0;
    }

    #rightsubnav {
        height: 25px;
        padding-top: 78px;
        position: absolute;
        right: 25px;
        top: -40px;
        width: 504px;
    }
}

@media (max-width: 980px) {
    .nav-bar img {
        height: 30px;
        width: auto;
    }

    table.calendar td, table.calendar th {
        padding: 4px;
    }

}

@media (max-width: 767px) {
    .home-bottom {
        max-width:480px;
        margin:auto;
    }
    .home-square {
        padding-left:7px;
    }
    .top-image {
        margin-left:0;
    }
    .thumbimages {
        margin:15px 20px;
    }
    table.calendar td, table.calendar th {
        padding: 6px;
    }
    table.calendar {
        margin:auto;
    }
    .vert-line-enter {
        width:100%;
        height:20px;
        margin:5px;
        border-right:0;
        border-top:2px dashed #ccc;
    }
    .acct_form_table {
        width:100%;
    }
}

@media (max-width: 640px) {
    #rightsubnav {
        display:none;
    }
    .nav-bar {
        display:none;
    }
    .mobile-nav {
        display:block;
    }
    .nav-down {
        display:block;
        float:right;
    }

}

@media (max-width: 480px) {
    .home-square {
        padding-left:3px;
        max-height:80px;
    }
    .thumbimages {
        margin:12px 2px;
    }

    .no-mobile {
        display:none;
    }
}

@media (max-width: 340px) {
    .home-square {
        padding-left:3px;
        max-height:65px;
    }
}
