@CHARSET "UTF-8";
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

a {
	outline: thin none transparent;
}

a.mitre10Links {
	text-decoration: none;
	color: #0146AB;
}
a.mitre10Links:link {
	color: #0146AB;
}
a.mitre10Links:visited {
	color: #0146AB;
}
a.mitre10Links:hover {
	color: #0146AB;
	text-decoration: underline;
}
a.mitre10Links:active {
	color: #0146AB;
}

body {
	background-color: white;
}

th, td {
	padding: 0px;
	margin: 0px;
	vertical-align: none;
}
table.wrapper {
	width: 970px;
	margin: 0px auto !important;
	padding: 0px !important;
	border: 0px;
}
table.wrapper td.maincontent, table.wrapper td.rightshadow, table.wrapper td.leftshadow, table.wrapper td.bottomshadow {
	margin: 0px !important;
	padding: 0px !important;
}
table.wrapper td.leftshadow {
	background: url(../images/core/left_shadow.gif) repeat-y;
}
table.wrapper td.rightshadow {
	background: url(../images/core/right_shadow.gif) repeat-y;
}
table.wrapper td.bottomshadow {
	width:970px;
	line-height:0;
}

table.wrapper td.maincontent {
	width: 950px;
}

.container {
	background:#e3e2da;
}

#headerContainer {
	width: 950px;
	height: 100px;
	background-color: #0146AB;
	color: #FFFFFF;
}

.main_mitre10_logo {
	padding-left: 29px;
	vertical-align: top;
	padding-top: 14px;
}

#welcomeBackSpan {
	font-size: 110%;
	font-weight: bold;
	margin-left: 2px;
}

#contentContainer {
	width: 950px;
	height: 730px;
	background:#e3e2da;
}

#catalogueContainer {
	width: 950px;
	height: 730px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#footerContainer {
	width: 920px;
	height: 40px;
	background-color: #0146AB;
	color: #FFFFFF;
	padding:10px 0px 0px 30px;
}
#footerContainer a {
	color:white;
	text-decoration:none;
	padding:0px 5px;
}
#footerContainer a:hover {
	text-decoration:underline;
}

#mainContainer {
	width: 950px;
}

#catalogueWrapper {
	width:873px;
	height:641px;
	margin:35px 38px 15px 39px;
	padding:15px 6px 0px 7px;
	background:url(../images/core/catalogue_wrapper_bkg.gif) no-repeat;
}

#prevLinkContainer, #nextLinkContainer {
	width: 21px;
	height: 48px;
}

#yourLocalStoreContainer {
	height:95px;
	margin:5px;
}
#yourLocalStoreWrapper {
	width: auto;
	float: right;
}
#yourLocalStore {
	margin-top: 10px;
	padding: 0;
}
#changeStoreButtonWrapper {
	display: inline;
	width: 100px;
	float: right;
	margin: 2px 30px 0 0;
	text-align: right;		
}
#storePhoneSpan {
	float: left;
	margin: 0;
	padding: 0;
}


#storeLogoContainer {
	height: 80px;
}

#storeLinkContainer {
	height: 80px;
	text-align: right;
}


div.page {
	width: 430px;
	height: 611px;
}

#prev {
	height: 611px;
	vertical-align: middle;
	text-align: left;
}
#next {
	height: 611px;
	vertical-align: middle;
	text-align: right;
}

#catalogueSpreadViewContainer {
	width: 860px;
	height: 612px;
	overflow: hidden;
	text-align: left;
}

#catalogueSpreadViewer {
	height: 611px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	z-index: 2;
}

#carousel {
	height: 611px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	top: 0;
}

.carouselItem {
	float: left;
	width: 430px;
	height: 611px;
	margin: 0;
	padding: 0;
}

.cataloguePage {
	float: left;
	width: 430px;
	height: 611px;
	margin: 0;
	padding: 0;
	/*border: 1px solid blue;*/
}


.cataloguePageTitle {
	background:#0047aa;
	color:white;
	padding:10px;
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
}

.cataloguePageContent {
	padding: 40px 40px 40px 40px;
	font-size: 95%;
}

#storeAddressSummary {
	margin-right: 30px;
	font-size: 110%;
}
#storeNameSpan {
	font-weight: bold;
}

/* STORE LOCATOR */
#newStoreLocatorContainer {
	width: 465px;
	height: 269px;
	background-image: url(../images/core/store_locator_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.storeLocatorContainer {
	position: relative;
	width: 300px;
	height: 113px;
	top: 143px;
	left: 55px;
	padding: 12px 0 0 0;
	/*background-color: #CCCCCC;*/
}
#storeLocatorInstruction {
	width: 290px;
	font-size: 11px;
	line-height: 1.3em;
}
#searchButtonContainer {
	width: 53px;
	padding: 4px;
	float: left;
}
.storeLocatorInput {
	float: left;
	border: 1px solid #7E9DB9;
	width: 200px;
	height: 14px;
	margin: 4px 0px 3px 0;
	padding: 3px;
}
.storeLocatorSelect {
	width: 139px;
	height: 22px;
	margin: 0;
	padding: 2px;
}
.storeLocatorMessage {
	padding: 20px;
	text-align: center;
}


/* STORE LOCATOR MAP VIEW */
.storeLocatorResultsContainer {
	width: 570px;
}
.storeLocatorResultsHeadingContainer {
	height: 17px;
	padding-top: 3px;
	clear: both;
	background-color: #E0E0D4;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
.storeLocatorResultsHeadingContainer2 {
	height: 10px;
	clear: both;
	background-color: #E0E0D4;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
.storeLocatorResultsRow {
	height: 40px;
	clear: both;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #C8C8BE;
}
.storeLocatorStoreNameContainer {
	width: 190px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.storeLocatorStoreAddressContainer {
	width: 190px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.storeLocatorStorePhoneContainer {
	width: 80px;
	margin-right: 10px;
	float: left;
}
.storeLocatorStoreSelectContainer {
	width: 60px;
	margin-right: 10px;
	float: left;
	text-align: right;
}
.storeLocatorStoreNameResultsContainer {
	padding-top: 13px;
	line-height: 1em;
}
.storeLocatorStoreDetailsContainer {
	padding-top: 4px;
	font-size: 90%;
}
.newSearchButtonContainer {
	text-align: center;
}
.storeLocatorSuburbRow {
	height: 20px;
	clear: both;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #C8C8BE;
}
.storeLocatorSuburbName {
	width: 300px;
	padding-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.storeLocatorStateName {
	width: 80px;
	padding-top: 3px;
	margin-right: 10px;
	float: left;
}
.storeLocatorPostcode {
	width: 80px;
	padding-top: 3px;
	margin-right: 10px;
	float: left;
}
.storeLocatorSuburbSelect {
	width: 60px;
	padding-top: 3px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

.storeLocatorParticipatingDiv {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #AAAAAA;
	font-style: italic;
}
.storeLocatorNotParticipatingDiv {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #AAAAAA;
	font-style: italic;
}

/* MAP */
.mapTable {
	width: auto;
	margin: 0 auto;
}
.mapTable img {
	border: none !important;
	margin: 0 !important;
}
.mapTable td.map_top_left {
	width: 15px;
	height: 15px;
	background: url(../images/core/map_top_left.gif) no-repeat;
}
.mapTable td.map_top {
	height: 15px;
	background: url(../images/core/map_top.gif) repeat-x;
}
.mapTable td.map_top_right {
	width: 15px;
	height: 15px;
	background: url(../images/core/map_top_right.gif) no-repeat;
}
.mapTable td.map_left {
	width: 15px;
	background: url(../images/core/map_left.gif) repeat-y;
}
.mapTable td.map_right {
	width: 15px;
	background: url(../images/core/map_right.gif) repeat-y;
}
.mapTable td.map_bottom_left {
	width: 15px;
	height: 15px;
	background: url(../images/core/map_bottom_left.gif) no-repeat;
}
.mapTable td.map_bottom {
	height: 15px;
	background: url(../images/core/map_bottom.gif) repeat-x;
}
.mapTable td.map_bottom_right {
	width: 15px;
	height: 15px;
	background: url(../images/core/map_bottom_right.gif) no-repeat;
}


/* PRODUCT ZOOM VIEW */
.productHeading, .productDescriptionHeading {
	font-weight: bold;
	color:#0047aa;
	text-transform:uppercase;
	font-size:14px;
}
.subProductHeading {
	font-weight: bold;
	color: #0047AA;
	font-size: 12px;
	cursor: pointer !important;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 2px;
	border-top: 1px solid #EEEEEE;
}
.subProductHeading:hover {
	text-decoration: underline;
}
.selectProductHeading {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #CCCCCC;
}
.closeButtonContainer {
	text-align: right;
}

.productDetailsContainer {
	height:455px;
	overflow:hidden;
	width:530px;
	padding:10px;
	float:left;
	/*background-color: #CCCCCC;*/
}
.productImage {
	width:230px;
	height:280px;
	float:left;
	margin-right:30px;
	border:1px solid #cccccc;
}
.productImage img.product_image_list {
	margin:auto 0px;
}
.productDescriptionContainer {
	width: 260px;
	height: 425px;
	overflow: auto;
	float:left;
	margin-right:8px;
	/*background-color: #CCEECC;*/
}
.productDescription {
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
}
.productGroupDescription {
	margin:10px 0px 10px 0px;
}
.productPrice {
	color:#0047aa;
	font-weight:bold;
	font-size:14px;
}
.productAPN {
	color:#333333;
	font-size:10px;
	font-weight:normal;
}

		



.storeLocatorFieldContainer {
	text-align: center;
}


/* SHOPPING LIST TOOL */
#shoppingListToolWrapper {
	width: 332px;
	height: 506px;
	margin-top:40px;
	background-image:url(../images/core/shopping_list_bkg.png);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
}

.shoppingListToolHeaderImage {
	text-align: right;
	padding-top: 10px;
}

.shoppingListToolHandleContainer {
	width: 38px;
	height: 261px;
	float: left;
	margin-top:8px;
}

.shoppingListToolContentContainer {
	width: 294px;
	height: 506px;
	float: left;
}
.shoppingListToolTotalContainer {
	padding: 10px 10px 0 10px;
	clear: both;
}
.shoppingListTotalDiv {
	clear: both;
	text-align: right;
}
.shoppingListDiscountDiv {
	clear: both;
	text-align: right;
}
.shoppingListGrandTotalDiv {
	clear: both;
	padding: 5px 0 5px;
	text-align: right;
	color: #0146AB;
	font-weight: bold;
	font-size: 120%;
}
.shoppingListToolHeader {
	margin-top: 20px;
	font-weight: bold;
	font-size: 90%;
	color: #333333;
}
.shoppingListHeadingLeft {
	text-align: left;
}
.shoppingListHeadingRight {
	text-align: right;
}
.shoppingListToolContent {
	height: 230px;
	overflow: auto;
	clear: both;
	/*padding:0px 10px;
	width:274px;*/
}
.shoppingListToolButtonsContainer {
	text-align:right;
	padding:10px;
}
.shoppingListToolButtonsContainer input {
	padding-left:20px;
}
	

.itemContainer {
	padding: 5px 0 5px 0;
	margin: 0 auto;
	width: 270px;
	clear: both;
	border-top: 1px solid #868686;
}

.removeButtonContainer {
	float: left;
	width: 15px;
	margin-right: 5px;
}
.productNameContainer {
	float: left;
	width: 145px;
	overflow: hidden;
	margin-right: 5px;
}
.productNameContainer .productName {
	text-transform: uppercase;
	color: #0146AB;
	font-weight: bold;
	font-size: 90%;
}
.productNameContainer .itemPrice {
	color: #333333;
	font-size: 80%;
}
.qtyContainer {
	float: left;
	width: 35px;
	margin-right: 5px;
}
input.itemQty {
	width: 20px;
	padding: 1px;
	font-size: 90%;
}
.subtotalContainer {
	float: left;
	width: 60px;
	font-size: 90%;
	text-align: right;
}
/* SEND TO FRIEND */
#sendToFriendContainer {
	padding: 10px 20px 10px 20px;;
}
.sendToFriendRow {
	clear: both;
	width: 340px;
}
.sendToFriendLabel {
	width: 140px;
	float: left;
	margin-top:5px;
}
.sendToFriendField {
	width: 190px;
	float: left;
	margin-top:5px;
	text-align: right;
}
.sendToFriendButtonWrapper {
	width: 334px;
	float: left;
	margin-top:5px;
	text-align: right;
}
input.sendToFriend, textarea.sendToFriend {
	padding: 1px;
	width: 190px;
	border: 1px solid #7E9DB9;
}
textarea.sendToFriend {
	height: 100px;
	margin: 0;
	font-family: inherit;
	font-size:100%;
}
input.sendToFriendSubmitButton {
}
.sentToFriendMessage {
	padding-top: 80px;
	text-align: center;
}
.sentToFriendButtonsWrapper {
	padding-top: 30px;
	text-align: center;
}

/* PRINTABLE SHOPPING LIST */
.printableShoppingListHeaderContainer {
	background-color: #0146AB;
	height: 76px;
}
.printableShoppingListTableHeadingWrapper {
	clear: both;
}
.printableShoppingListItemContainer {
	clear: both;
}


/* CATALOGUE NAV BAR */
.navBarContainer {
	width: 134px;
	height: 30px;
}
.prevNavButtonContainer {
	float: left;
	width: 29px;
	height: 30px;
}
.nextNavButtonContainer {
	float: left;
	width: 30px;
	height: 30px;
}
.pageNumbersContainer {
	float: left;
	width: 61px;
	height: 30px;
	padding: 0 7px 0 7px;
	background: transparent url(../images/core/nav_bar_bg.gif) no-repeat center;
	font-size: 80%;
}
.leftPageNumber {
	float: left;
	width: 18px;
	height: 22px;
	padding-top: 8px;
	margin-right: 1px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
	/*background-color: #A08080;*/
}
.rightPageNumber {
	float: left;
	width: 18px;
	height: 22px;
	padding-top: 8px;
	margin-right: 4px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
	/*background-color: #80A080;*/
}
.totalPageNumber {
	float: left;
	width: 20px;
	height: 22px;
	padding-top: 8px;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
	/*background-color: #8080A0;*/
}

.tooltips {
	background-color: #0146AB;
	color: #FFFFFF;
	z-index: 30;
	width: 180px;
	padding: 10px;
	opacity: 0.5;
}
.tooltips .tip-top {
}
.tooltips .tip {
}
.tooltips .tip-title {
}
.tooltips .tip-text {
	display: none;
}
.tooltips .tip-bottom {
}

ul.iconafied
{
	padding-top: 4px;
	list-style-image: url( '../images/icons/arrow_right.gif' );
}
ul.iconafied li {
	padding-bottom: 5px;
}

div.miscMessage {
    font-size: 9px;
}

