/*******************************************************************
 *  revampPhase2.Kylie
 *  author:paulBarrett
 *  version:2.1.0
 *  created:020509
 */	 

/*--type selectors-*/    
BODY,SPAN,DIV,FORM,OL,P,TH,TD,EM{
    font-family:verdana,helvetica,arial,sans-serif;
    font-size:11px;    
}
h5{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#0097ac;
}
INPUT,TEXTAREA,SELECT{
    font-size:11px;        
}
STRONG{
    font-weight:bold;
    font-style:normal;
}
EM{
    font-weight:normal;
    font-style: italic;
}
.RedPriceCrossed
{
	color:#c10000;
	text-decoration:line-through;
}

UL,OL
{
	font-family:verdana,helvetica,arial,sans-serif;
	
    margin-bottom:10px;
    margin-top:auto;
}
UL{
    list-style-type:disc;
}
OL{
    list-style-type:decimal;
}
/*--pseudo class selectors-*/    
A,A:link,A:active,A:visited,A:hover

{
    color:#0097ac;
    font-weight:normal;
    text-decoration:none;
}

.footer A,.footer A:link,.footer A:active,.footer A:visited,.footer A:hover{
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
}
/*--class selectors-*/    
DIV.header{
    font-weight:bold;
    margin-bottom:12px;
}
.arrow{
    color:#0097ac;
}

.selected{
    color:#003300;
    font-weight:bold;   
}
.form{
    background-color:#e5e5e5;
}

/*******************************************************************
 *  IMPORTANT! (header css): controls backgrounds of various header 
 *  elements. This defines the default of all such elements
 */	    
 
.headerBackground{
    background-color:#0097ac;
}  

.footer{
    font-size:10px;
    color:#ffffff;
}

A.headerMenu:link     { color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
A.headerMenu:visited  { color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
A.headerMenu:active   { color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
A.headerMenu:hover    { color: #CCCCCC; font-size: 10px; font-weight: bold; text-decoration: none;}

.headerMenu           
{ 
	color: #FFFFFF; 

	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
}
.HeaderMenuBackGround
{
	background:#ada59d;
	color: #ffffff;
}

A.footerMenu:link     { color: #ffffff; font-size: 9px; font-weight: normal; text-decoration: none;}
A.footerMenu:visited  { color: #ffffff; font-size: 9px; font-weight: normal; text-decoration: none;}
A.footerMenu:active   { color: #ffffff; font-size: 9px; font-weight: normal; text-decoration: none;}
A.footerMenu:hover    { color: #cccccc; font-size: 9px; font-weight: normal; text-decoration: none;}
.footerMenu
{
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}

.ErrorMessage
{ 
	font-weight: bolder;
	font-size: 12px;
	color: red;	
	font-family: verdana,helvetica,arial,sans-serif;
	font-variant: normal;	
}
.PostCodeUpdate
{
	background-color:LemonChiffon;
}
.MidHeader
{
	background-color:"#f7f7f7";	
	color:#000000;
	font-weight: normal;
	font-family: verdana,helvetica,arial,sans-serif;
}

.MidHeaderBold
{
	background-color:"#f7f7f7";	
	color:#000000;
	font-weight: bold;
	font-family: verdana,helvetica,arial,sans-serif;
}
.TableItem
{
	background-color:"#F7F7F7";	
	font-family: verdana,helvetica,arial,sans-serif;
}

.QButton
{
	background-color:"#0097ac";	
	font-family: verdana;
	font-size:10px;
	height:18px;
	color:White;
	font-weight: normal;
	border-width:0;
	text-align:center;

}
A.QButton:link     { color: #FFFFFF; background-color: #C10000; font-size: 11px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}
A.QButton:visited  { color: #FFFFFF; background-color: #C10000; font-size: 11px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}
A.QButton:active   { color: #003300; background-color: #C10000; font-size: 11px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}
A.QButton:hover    { color: #003300; background-color: #C10000; font-size: 11px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}

.FinePrint
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9px;	
}

.tr_Receipt_Separator
{
	font-weight: bolder;
	font-family: verdana,helvetica,arial,sans-serif;
	border:1;
	border-top-style:dashed;
	border-top-color:Black;
	color:Black;
}


.subHeaderText{
    font-size:14px;
    color:#0097ac;
    font-weight:normal;
    text-decoration:none;
    font-weight: bold;
}
.StepsText{
    font-size:12px;
    color:#0097ac;
    text-decoration:none;
    font-weight: bold;
}


.BodyBgColor
{
	background-color:#dddddd;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.MainTableHeight
{
	height:475px;
}
.MainTableBgColor
{
	background-color:#FFFFFF;
}

/* Navigation Bar */
.ActivePageText
{
	font-size:14px;
    color:#0097ac;
    font-weight:normal;
    text-decoration:none;
    font-weight: bold;
	background-color:#FFFFFF;
}

.PassivePageText
{
	font-size:14px;
    color:#999999;
    font-weight:normal;
    text-decoration:none;
    font-weight: bold;
	background-color:#FFFFFF;
}
.PassivePageLink
{
	font-size:14px;
    color:#999999;
    font-weight:normal;
    text-decoration:none;
    font-weight: bold;
	background-color:#FFFFFF;
}

A.PassivePageLink:link     { color: #770000; background-color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}
A.PassivePageLink:visited  { color: #770000; background-color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}
A.PassivePageLink:active   { color: #770000; background-color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}
A.PassivePageLink:hover    { color: #AA0000; background-color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; text-align:center; vertical-align:middle;}



.categoryLinks{
	margin:0px 0px 0px 0px;
	padding: 0px;
	background-color:#FFFFFF;

}

.categoryLinks h3{
	padding:25px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

.categoryLinks h5{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#0097ac;
}


/* Left Menu */


.familyLinks
{
	height:18px;
}

.familyLinks a:link, .familyLinks a:visited, .familyLinks a:active 
{
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	font-size:10px;
	color:#000000;
	background-color :#ffffff;
	background-repeat: no-repeat;
	text-decoration:none;
	height:100%;
}

.familyLinks a:hover
{
	background-color: #e6e4e1;
}

.familyLinksActive
{
	height:18px;
}

.familyLinksActive a:link, .familyLinksActive a:visited, .familyLinksActive a:active 
{
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	font-weight: bold;
	font-size:10px;
	color:#000000;
	background-color :#ffffff;
	background-repeat: no-repeat;
	text-decoration:none;
	height:100%;
}

.familyLinksActive a:hover
{
	background-color: #e6e4e1;
}




.catLinks
{
	height:18px;
}

.catLinks a:link, .catLinks a:visited, .catLinks a:active 
{
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	font-size:10px;
	color:white;
	background-repeat: no-repeat;
	background-color:#ada59d;
	text-decoration:none;
	height:100%;
}



.catLinks a:hover
{
	background-color: #e6e4e1;
	color: Black;
}

.catLinksActive
{
	height:18px;
}

.catLinksActive a:link, .catLinksActive a:visited, .catLinksActive a:active 
{
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-repeat: no-repeat;
	background-color:#ada59d;
	text-decoration:none;
	height:100%;
}



.catLinksActive a:hover
{
	background-color: #e6e4e1;
	color: Black;
}



.ExclusiveBorder
{
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
}



.LeftMenuBorder
{
	border-top-width:1px;
	border-top-color:#cccccc;
	border-top-style:solid;
}


.LeftMenuCategory
{
	background-color:#ada59d;
	font-weight: normal;
	font-size:10px;
	color:#ffffff;
}


.NormalBold
{
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

#tableProductList{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
}

#tableProductList a:link, #tableProductList a:visited 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline;
	background-image:none;
	font-weight: normal;
	color:#0097ac;
	background-repeat: no-repeat;
	text-decoration:none;
}
 
#tableProductList a:active 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	font-weight: normal;
	color:#0097ac;
	background-repeat: no-repeat;
	text-decoration:none;
}

#tableProductList a:hover
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#0097ac;
	background-image:none;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
	text-decoration:none;
}


#OfferCondition a:link, #OfferCondition a:visited 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	background-image:none;
	font-weight: normal;
	font-size:10px;
	color:#000000;
	background-repeat: no-repeat;
	text-decoration:none;
}

#OfferCondition a:active 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	font-size:10px;
	color:#0097ac;
	background-repeat: no-repeat;
	text-decoration:none;
}

#OfferCondition a:hover
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#0097ac;
	background-image:none;
	font-weight: normal;
	font-size:10px;
	text-decoration: none;
	background-color: #ffffff;
	text-decoration:none;
}

.ProductCategory {

	font-size:16px;
	font-weight:normal;
	
	color:#0097ac;
}

.SmartPackCategory {

	vertical-align:text-top;
	font-size:18px;
	font-weight:bold;
	color:#0097ac;
}

.highlight{
	color:0097ac;
}


#selectproduct{
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
#selectproduct a:link, #selectproduct a:visited {
	background-image:url(img/img_thumbnail_pointer_off.gif);
	padding: 0px 0px 0px 15px;
	color: #21536A;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:#f7f7f7;
	font-weight:normal;
}
#selectproduct a:hover{
	color: #0097ac;
	background-image:url(img/img_thumbnail_pointer_on.gif);
	text-decoration: none;
	background-color:#f7f7f7;
	font-weight:normal;
}

.FamilyFeature
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}

.textboxQty
{
	text-align:right ;
}

.EmbossField
{
	text-align:center;
	font-weight:bold;
	border-style:solid;
	border-width:1;
	border-color:#a7a7a7;
}

.CCardField
{
	text-align:center;
	font-weight:bold;
	border-style:solid;
	border-width:1;
	border-color:#a7a7a7;
}

.HeaderTextStyle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:normal;
}
.BonusTextStyle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}

.FamilyTextStyle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	line-height:15px;
}


.GuaranteeStyle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:normal;
}

.successtransaction
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:normal;
	
}
.emailmessage
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:9px;
	font-weight:normal;
	
}
.CCNumberWarning
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	
}

.CSCTextStyle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}

#infolineCompany {display:none}

.CompanyNameHeader
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	text-align:center ;
}

.CompanyABN
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center ;
}
.ReceiptTitle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center ;
}
.ReceiptDate
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center ;
}

.TotalStyle
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center ;
}

.PriceTextBox
{
	text-align:right;
}
.PrizeBoxFrame
{
	border-style:solid;
	border-color:#cccccc;
	border-width:1;
}

.LatestNews
{
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:5px;
	text-align:justify;
}
.MainPageText
{
	padding-left:13px;
	padding-right:13px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:justify;
}

.WarrantyPageText
{
	text-align:justify;
}
.dh5{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#0097ac;
	font-size:14px;
	font-weight:bold;
}
.lbAddToCart
{
	
	
	
}

.lbAddToCart a:link, .lbAddToCart a:visited, .lbAddToCart a:active 
{
	text-align:center ;
	font-family: verdana;
	font-size:10px;
	background:#0097ac;
	color:White;
	width:90px;
	height:18px;
	text-decoration:none;
	padding-top:3px;
	display:block;
}
.lbAddToCart a:hover
{
	color:#cccccc;
	text-align:center ;
	font-family: verdana;
	font-size:10px;
	background:#0097ac;
	width:90px;
	height:18px;
	text-decoration:none;
	padding-top:3px;
	display:block;
	
}

.lbRemoveFromCart
{
	
	
	
}

.lbRemoveFromCart a:link, .lbRemoveFromCart a:visited, .lbRemoveFromCart a:active 
{
	text-align:center ;
	font-family: verdana;
	font-size:10px;
	background:#0097ac;
	color:White;
	width:60px;
	height:18px;
	text-decoration:none;
	padding-top:3px;
	display:block;
}
.lbRemoveFromCart a:hover
{
	color:#cccccc;
	text-align:center ;
	font-family: verdana;
	font-size:10px;
	background:#0097ac;
	width:60px;
	height:18px;
	text-decoration:none;
	padding-top:3px;
	display:block;
	
}
.lbContinue
{
	
	
	
}

.lbContinue a:link, .lbContinue a:visited, .lbContinue a:active 
{
	text-align:center ;
	font-family: verdana;
	font-size:10px;
	background:#0097ac;
	color:White;
	width:140px;
	height:18px;
	text-decoration:none;
	padding-top:3px;
	display:block;
}
.lbContinue a:hover
{
	color:#cccccc;
	text-align:center ;
	font-family: verdana;
	font-size:10px;
	background:#0097ac;
	width:140px;
	height:18px;
	text-decoration:none;
	padding-top:3px;
	display:block;
	
}
.CustomerInfoBox
{
	text-align:left;
	text-transform:uppercase;
}
