﻿.tile
{ 
    width: 260px;
}

.tileHeader 	
{
	font-size: 20px;
	overflow: hidden;
}

.tileImage
{
    max-width: 230px;
    margin-top: 2px;
    margin-bottom: 12px;
}

.addressContainer
{
    margin-top: 10px;
}

.addressContainer span
{
    font-size: 14px;
}

.showOnBig
{
    display: none;
}

.desc 
{
    height: auto;
    margin-top: 10px;
    width: 85%;
    max-height: 56px;
    overflow: hidden;
}

.aside 
{
    margin-top: 10px;
}

.phone 
{
    background-image: url('../images/icons/telephone.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
}

.fax
{
    background-image: url('../images/icons/FaxHS.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
}

.email
{
    background-image: url('../images/icons/email.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
}

.title {	
	font-size: 16px;
}

.tileLink
{
    margin-top: 10px;
}

.hasNoImage
{
    display: none;
}

.ui-dialog
{
    padding: 0;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.5);
    box-shadow: 0 0 18px rgba(0,0,0,0.5);
}

.ui-dialog-titlebar
{
    border: 0;
    background: #677;
    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-dialog-titlebar span
{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.ui-widget-header .ui-icon
{
    background: transparent url(../images/icons/close-modal.png) center no-repeat !important;
}

.ui-dialog-titlebar-close:hover
{
    background: inherit;
    border: inherit;
}

.ui-dialog-content
{
    text-align: center;
}

.modalMessage
{
    font-size: 12px;
}

.modalButton
{
    display: inline-block;
    width: 80%;
    margin-bottom: 5px !important;
}