body
{
	text-align: center;
}
textarea
{
	overflow: scroll;
	width: 300px;
	height: 100px;
}

#site-container
{
	margin: auto;
}

#map
{
	margin: auto;
	width: 452px;
	height: 535px;
	border: 1px solid #1594D0;
}

.info-window-content
{
    text-align: center;    
}

.info-window-content p
{
    font-size: 12px;    
}

#info-window-price-list
{
    display: inline-table;
    margin: auto;
}

#info-window-price-list th, #info-window-price-list td
{
    font-size: 12px;
    padding: 5px;
}

#delivery-rate-table
{
    display: inline-table;
}

#delivery-rate-table td
{
    text-align: left;
    font-size: 12px;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#delivery-rate-table td a:hover, #link-list li a:hover
{
    text-decoration: underline;    
}

.delivery-area-header td
{
    font-weight: bold!important;
    font-size: 12px!important;
    font-weight: bold!important;
    background-color: #1F68A5;
    color: White;
    /*border-right: 1px solid white;*/
}

.delivery-area-header td:first-child, .delivery-area-header td:last-child
{
    /*background: none;    */
}

.delivery-area-county
{
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

.delivery-area-county td
{
}

.delivery-area-county td:first-child
{
    font-size: 14px!important;
    padding-top: 20px!important;
    font-weight: bold!important;
    border-left: none!important;
    border-right: none!important;
}

#link-list li
{
    padding: 5px;
}

.alignLeft
{
    text-align: left;    
}

.alignCenter
{
    text-align: center;    
}