﻿article
{
	padding: 25px;
}

#faqContainer
{
	background-color: #ffffff;
	width: 90%;
	margin-left: 20px;
	font-size: 13px;
}

#PurchaseProcedure img
{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#thisweekspecial
{
    background-image: url('/public/Images/ThisWeeksSpecial_Bgrnd.png');
    width: 515px;
    height: 215px;
    text-align: right;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
#thisweekspecial a
{
    display: block;
    float: right;
}

.faqQuestion {
	
	color: #800000;
	font-weight: bold;
	background-color: #FFFFE6;
	padding-bottom:8px;
	padding-top:8px;

}

.faqAnswer
{
    background-color: #F2F2F2;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    color: #000000;
    overflow: hidden;
    font-weight: normal;
    padding-bottom: 25px;
}


.faqQuestion a
{
	font-weight: bold;
	color: #000000;
}

.faqQuestion a:hover
{
	background-color: #CCC;
	border: 1px solid #CCC;
}

.ContactInfo
{
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAEAEA;
	padding: 1px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Bank
{
	margin-top: 0px;
	padding-top: 1px;
}

.ContactInfo label
{
	text-align: right;
	display: inline-block;
	float: left;
	width: 150px;
}

.ContactInfo p
{
	margin-left: 170px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.HomeAusFlags
{
    float: left;
    margin-right: 20px;
}

.HomeWorldFlags
{
    float: right;
    margin-left: 20px;
}

article nav
{
    width: 65px;
}

article nav ul
{
    list-style-type: none;
    padding-left: 0px;
}

article nav li
{
    margin-top: 30px;
    margin-left: 0px;
}

#thisweekspecial
{
	background-image: url('../images/ThisWeeksSpecial_Bgrnd.png');
	width: 515px;
	height: 215px;
	text-align: center;
	vertical-align: middle;
}

/* ---- AustraliaPost_Timetable.aspx ---- */



#DeliveryTimes
{
    width: 450px;
    margin: 0px auto 0px auto;
}

#DeliveryTimes table caption
{
    background-color: #eaeaea;
    font-weight: bold;
    font-size: large;
    padding-top: 12px;
    padding-bottom: 15px;
}

#DeliveryTimes table
{
    background-color: #eaeaea;
    margin-bottom: 35px;
    width: 100%;
}

#DeliveryTimes col:first-child
{
    width: 25%;
}
#DeliveryTimes col:last-child
{
    width: 33%;
    background-color: #FFFF95;
}

#DeliveryTimes th:last-child
{
    color: #FF0000;
}
#DeliveryTimes table td, #DeliveryTimes table th 
{
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}


