.media-player-container{
    text-align: left;
}

.mobile-video-image{
    width: 97%;
    max-width: 480px;
    padding: 2px;
}

.mobile-video-title{
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
}

.mobile-video-description{
    font-family: Arial;
    font-size: 1.05em;
    font-weight: normal;
}

a{
    word-wrap: break-word;
}
a.ui-btn-icon-left
{
	word-wrap: normal;
}

p{
    word-wrap: break-word;
}

div.blog-title{
    font-weight: bold;
    font-size: 1.1em;
}

div.blog-author{
    font-style: italic;
}

div.blog-published{
    font-size: 0.9em;
}

div.blog-content{
    margin-top: 4px;
}

.arrow-left{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #fff;
    float: left;
}

.arrow-right{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    float: right;
}

div.welcome-message{
    text-align: center;
    padding: 4px;
}


div.social-buttons{
    margin: 16px;
    text-align: center;
}

div.contact-header{
    font-weight: bold;
    text-align: center;
    padding-bottom:5px;
}

div.hours-of-operation
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.hours-of-operation-table
{
    text-align: left;
    display: inline-block;
}

div.hours-open
{
    text-align: center;
    color: green;
    font-weight: bold;
    display: none;
}

div.hours-closed
{
    text-align: center;
    color: red;
    font-weight: bold;
    display: none;
}

div.view-full-page{
    font-weight: bold;
    font-size: 1.05em;
    text-align: center;
    margin-top: 16px;
}

/** Paypal cart styles **/
div.cart-item-name
{
    font-weight: bold;
}

/* Gallery item icon */
div.gallery-button
{
    background: url('/vp/images/b09/common/icon/photo-gallery-graphic.png');
    width: 97px;
    height: 101px;
    border: 0;
}

div.gallery-button img
{
    position: relative;
    left: 14px;
    top: 28px;
    width: 60px;
    height: 45px;
}

div#DisplayEmailIconContainer img
{
    padding-top:5px;
}