/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color: #fff !important;
}

a 			{color: #00359F;text-decoration:none;}
a:link		{color: #00359F;text-decoration:none;}
a:visited	{color: #00359F;text-decoration:none;}
a:hover		{color: #00359F;text-decoration:none;}
a:focus		{color: #00359F;text-decoration:none;}
a:active	{color: #00359F;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 170px 0 210px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width: 623px;
}

#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
	min-width:172px;
	line-height:1.2em;
	text-align:left;
}

#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 5px 0px;
	font-size:  		10px;
	color:  			#636366;
	line-height:		1.4em;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}

.floaterLink {
	float: left;
	display: block;
	margin: 0px 8px 10px 8px;
}

/* *** HEADER *** */


#topBanner
{
	background-color : #00adef;
	height : 30px;
}
#topBanner span
{
	color : white;
	height : 30px;
	line-height : 30px;
	vertical-align : middle;
	font-size : 10px;
	padding : 0 0 0 20px;
}
#topBanner ul
{
	float : right;
	color : #000;
	height : 30px;
	line-height : 30px;
	vertical-align : middle;
	font-size : 14px;
	padding : 0 20px 0 0;
	
	width:  600px;

	margin : 0;
	padding : 0;
	
	
}
#topBanner ul li
{
	display : inline;
	float : right;
	color : #000;
	height : 30px;
	line-height : 30px;
	vertical-align : middle;
	text-align : right;
	padding : 0 30px;
	font-size : 0.9em;
	font-weight : 700;
	
}
#topBanner ul li a,
#topBanner ul li a:hover,
#topBanner ul li a:visited
{
	color : #000;
	text-decoration : none;
}


#secondTopBanner
{
	background-color : #cfdd27;
	height : 3px;
	margin : 3px 0;
}




#pageBanner {		
	position : relative;
	height: 91px;
	background-color: #2f7fde;	
}
#pageBanner a {	
	float: right;
}
#pageBanner img {
	border-width: 0;
}
#headerFloater {
	float: right;
	margin-right: 20px;
}
#headerFloater td {
	padding-left: 10px;
}
#headerFloater td, #headerFloater h4, #headerFloater h5, #headerFloater h6 {
	margin: 0 0 0 10px;
	padding:0;
}
#headerFloater h4 {
	font-weight: 500;
	color: #004182;
	font-size: 11pt;
}
#headerFloater h5 {
	color: #808285;
	font-size: 9pt;
	font-weight: 400;
}
#headerFloater h6 {
	margin-left: 0px;
	color: #0079c2;
	font-size: 13pt;
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
/*
	background-image: url(../images/navbar_bg.jpg);
*/
	background-color: #990066;
	background-repeat: no-repeat;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	height:25px;
	font-weight:400;
	padding:5px 5px 0px 0px;
	margin:0 0px 10px 0px;
	text-align:left;
}


h1{
	font-size: 	0.6em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}
h1 a {
      color: #CCC !important;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:  			1.0em;
}

#leftColumn h2, #rightColumn h2 {
	font-size:  			15px;
	border-bottom:1px solid #990066;
	color: #60BB46;
}

#leftColumn label, #rightColumn label {

}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}

/* *** SEARCH *** */
#searchBox {
        margin: 0;
        color: #f7931d;
        font-size: 10pt;
        font-weight: 500;
		background-color: #004182;
		padding: 5px 10px;
}        
#searchBox input {
        margin: 2px;
        background-color: transparent;
      	border-width: 0px;
}
#searchBox .chooser {
		width: 170px;
		margin: 2px auto;
}
#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #fff;	
}

#leftColumn .creditcards
{
	margin-top: 30px;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;

}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}

#rightColumn .subscribeBox { 
	background-color: #FFF;
	color: #004182;
	padding: 10px;
	text-align: center;
	font-size: 11pt;
	font-weight: 600;
	margin: 0px;
	border-left: 2px solid #7185B4;
	border-right: 2px solid #7185B4;
}
#leftColumn address
{
		font-weight: 500;
        font-style: normal;
		color: #000;
        margin: 10px;
        
}
#leftColumn address .title {
        color: #60BB46;
        padding-bottom: 3px;
        font-weight: 700;
        font-size: 11pt;
}


/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:	#636366;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:	#636366;
}
#footerBlock ul
 {
	margin: 				0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #636366;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#aaa;
	text-decoration:		none;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

#shoppingCart .relatedProduct {
	width: 183px;
    display: block;
    float: left;
	text-align:left;
	font-size:0.9em;
	min-height:200px;
	margin:0px;
	padding:5px;
	color:#00359F;
}
#shoppingCart .break{
	clear:left;
}

.relatedProductPrice {
        color: #f0482a;
        font-size: 9pt;
        font-weight:normal;
/*
        margin-top: 5px;
*/
	float: left;
margin-right: 1em;
}

.ourPrice {
       color:#4f4b2b;
       vertical-align: top;
}
.priceBase {
        font-size: 15pt;
        line-height: 18pt;
		font-weight: bold;
}

.priceSuper {
        font-size: 9pt;
        vertical-align: top;
		font-weight: bold;
}


.relatedProductName {
	font-weight: bold;
	padding: 5px 0px;
	color: #00359F;
}
.relatedProductImage {
	margin: 10px auto 10px auto;
	border: 1px solid #CCC;
	padding: 5px;
}


/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{	
	margin: 			0 0 0 0;
	padding:			0.2em 0.0em;
	font-size:18pt;
    color: #0079c2;
    font-weight: 500;
	line-height: 1.3em;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


#basketBox {
    background: url("../statimages/basketBoxBackground.gif") repeat-y scroll left top transparent;
    margin: 0 0 19px 0;
    min-height: 75px;
    position: relative;
    text-align: center !important;
    width: 150px;
}
#basketBoxTotal {
    background-color: transparent;
    bottom: 0px;
    font-size: 0.9em;
    font-weight: bold;
    height: 17px;
    left: 10px;
    position: absolute;
    text-align: left;
    width: 136px;
}



#rightColumn .purple {

	background-color:#990066 !important;
	color:#FFF !important;
	padding:5px 5px;

}

.byBrandList {
    float: left;
    list-style: none outside none;
    padding: 0;
	width: 191px;
	margin-left: 1em;
	display: none;
}

.byBrandList li {
	margin: 0.25em 0;
}

.blueButton,.blueButton a,.blueButton a img {
	border: none;
}

#shoppingCart .contentArea h3 {
color: #00359F;
clear:both;
}

#australian_logo {
	position:absolute;
	top:8px;
	right:6px;
}

#order_hotline {
    color: white;
    position: absolute;
    right: 121px;
    text-align: center;
    top: 30px;
	margin: 0;
	padding: 0;
}

#order_hotline span {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}
