.merchandise_notification {
    line-height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* Merchandise Box */
#merchandise_container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F7F7F7;
}

#merchandise_container h3 {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.product_container {
    text-align: center;
}

.product_tile {
    cursor: pointer;
    float: left;
    width: 33%;
    margin-top: 20px;
}

.product_tile_image {
    border: 1px solid #ccc;
    width: 120px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.default_tile_image {
    width: 120px;
    height: 90px;
}

.product_tile:hover .product_tile_image{
    border: 1px solid #F9DD81;
    -moz-box-shadow: 0 0 3px #f9dd81;
    -webkit-box-shadow: 0 0 3px #f9dd81;
    box-shadow: 0 0 3px #f9dd81;
}

.product_tile:hover a {
    text-decoration: underline;
}

.product_tile .price {
    width:100%;
    font-weight: bold;
    color: #404040;
}

/* lightbox styling */

#lightbox_merchandise {
    color: #666;
    width:500px;
}

#lightbox_merchandise .eb_lightbox_header h2 {
    color: #404040;
    padding: 0px;
}

#lightbox_merchandise .eb_lightbox_header {
    padding-bottom: 6px;
    border: none;
}

#lightbox_merchandise .eb_lightbox_content {
    font-size: 13px;
    padding-top: 6px;
    border: none;
}

#lightbox_merchandise .eb_lightbox_content div.lightbox_merchandise_description {
    padding-top: 0px;
    padding-bottom: 18px;
    line-height: 1.5em !important;
    border-bottom: 1px solid #DEDEDE;
    -moz-box-shadow: 0px 1px 0px #FFFFFF;
    -webkit-box-shadow: 0px 1px 0px #FFFFFF;
    box-shadow: 0px 1px 0px #FFFFFF;
}

#lightbox_merchandise .eb_lightbox_content div {
    padding-top: 0px;
    padding-bottom: 0px;
}

#lightbox_merchandise .lightbox_merchandise_text_container {
    float: left;
    width: 302px;
    padding-top: 0px;
}

.lightbox_merchandise_image {
    float: left;
    width: 180px;
    margin-right: 18px;
}

.lightbox_merchandise_image img{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lightbox_merchandise_price {
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 17px;
    margin-top: 18px;
}

.lightbox_merchandise_select_container {
  margin-top: 18px;
  float: right;
}

.lightbox_merchandise_select_container div{
  text-align: right;
}

.lightbox_merchandise_select_container .product_option_select{
  margin-bottom: 12px;
}

.lightbox_merchandise_select_container .product_quantity_select{
  margin-bottom: 18px;
}

.tag_optional {
    font-weight: normal;
    font-size: 12px;
}
