div
{
	margin:0px;
	padding:0px;
}

#wfO,#wfM800,#wfM1024
{
    margin:0px;
    padding:0px;
    text-align:left;
    
    /* Required for Mozilla only */
    margin-left:auto;
	margin-right:auto;
}

#wfO
{
    display:table;
    width:100%;
    height:100%;
    text-align:center;
}

#wfM800
{
    width:760px;
}

#wfM1024
{
	width:960px;
    /*width:983px;*/
}

input,textarea
{
	font-family:Verdana,Tahoma,Arial,Serif;
}

div#SubMenuStyle
{
	line-height:2.2em;
	letter-spacing:0.1em;
}

img
{
	border-style:none;
}

.wfverr
{
	color:Red;
}

.tAlignCenter
{
    text-align:center;   
}

#wfSkipLink
{
    display:none;
}
.sle
{
	margin:0px;
	padding:0px;
	float:left;
}

.col
{
	position:static;
	float:left;
	margin:0px;
	padding:0px;
}

.PositioningCell
{
	width:30%;
}

.spacer
{
	clear:both;
	float:none;
}

.break
{
    width:100%;
    height:0px;
    line-height:0em;
    font-size:0em;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;   
}

.clear
{
	clear:both;
}

.bold
{
	font-weight:bold;	
}

.smalltext
{
	font-size:85%;
}

.italic
{
	font-style:italic;	
}

.noborder
{
	border-style:none;	
}

.invisible,div.invisible,span.invisible,tr.invisible,td.invisible
{
	display:none;
}

/* Features that need to be added to the system */
.red
{
	color:Red;	
}

.width100p
{
	width:100%;
}

.height30
{
	height:30px;
}

.alignleft
{
	text-align:left;
}

.aligncenter
{
	text-align:center;
}

.alignright
{
	text-align:right;
}

.nogap
{
	font-size:0em;
	line-height:0em;
	padding:0px;
	margin:0px;
}

div.clear
{
	/*
	Hack for Firefox to allow height to fit. 
	Use as <div class="clear"></div> to clear the surrounding div.
	Only use as the last item in a div, can use clear: both; otherwise.
	*/
	
	clear: both; 
	display: block;
	font-size: 0; /* To fix back for IE */
	line-height: 0px;
	overflow: hidden;
	height: 0;
	visibility: hidden;
}

div.repeatSpacer
{
    clear: both;
	display: block;
	font-size: 0; /* To fix back for IE */
	line-height: 0px;
	overflow: hidden;
}

.gap1, .gap2, .gap3, .gap4, .gap5, .gap6, .gap7, .gap8, .gap9, .gap10, .gap11, .gap12, .gap13, .gap14, .gap15, .gap16, .gap17, .gap18, .gap19, .gap20, .gap21, .gap22, .gap23, .gap24, .gap25, .gap26, .gap27, .gap28, .gap29, .gap30,  .gap31, .gap32, .gap33, .gap34, .gap35, .gap36, .gap37, .gap38, .gap39, .gap40, .gap41, .gap42, .gap43, .gap44, .gap45, .gap46, .gap47, .gap48, .gap49, .gap50
{
    clear: both;
    display: block;
    width:100%;
    font-size: 0; /* To fix back for IE */
	line-height: 0px;
}

.gap1
{
    height:1px;
}

.gap2
{
    height:2px;
}

.gap3
{
    height:3px;
}

.gap4
{
    height:4px;
}

.gap5
{
    height:5px;
}

.gap6
{
    height:6px;
}

.gap7
{
    height:7px;
}

.gap8
{
    height:8px;
}

.gap9
{
    height:9px;
}

.gap10
{
    height:10px;
}

.gap11
{
    height:11px;
}

.gap12
{
    height:12px;
}

.gap13
{
    height:13px;
}

.gap14
{
    height:14px;
}

.gap15
{
    height:15px;
}

.gap16
{
    height:16px;
}

.gap17
{
    height:17px;
}

.gap18
{
    height:18px;
}

.gap19
{
    height:19px;
}

.gap20
{
    height:20px;
}

.gap21
{
    height:21px;
}

.gap22
{
    height:22px;
}

.gap23
{
    height:23px;
}

.gap24
{
    height:24px;
}

.gap25
{
    height:25px;
}

.gap26
{
    height:26px;
}

.gap27
{
    height:27px;
}

.gap28
{
    height:28px;
}

.gap29
{
    height:29px;
}

.gap30
{
    height:30px;
}

.gap31
{
    height:31px;
}

.gap32
{
    height:32px;
}

.gap33
{
    height:33px;
}

.gap34
{
    height:34px;
}

.gap35
{
    height:35px;
}

.gap36
{
    height:36px;
}

.gap37
{
    height:37px;
}

.gap38
{
    height:38px;
}

.gap39
{
    height:39px;
}

.gap40
{
    height:40px;
}

.gap41
{
    height:41px;
}

.gap42
{
    height:42px;
}

.gap43
{
    height:43px;
}

.gap44
{
    height:44px;
}

.gap45
{
    height:45px;
}

.gap46
{
    height:46px;
}

.gap47
{
    height:47px;
}

.gap48
{
    height:48px;
}

.gap49
{
    height:49px;
}

.gap50
{
    height:50px;
}

.border1
{
	border:solid 1px #000000;	
}

.nopadding
{
	padding:0px;	
}

.nomargin
{
	margin:0px;	
}

.emphasis,a.emphasis,span.emphasis
{
	font-weight:bold;
}

.normal,a.normal,span.normal
{
	font-weight:normal;
}

a.grey:visited
{
	color:Gray;	
}

.underline,a.underline,a.underline:visited
{
	text-decoration:underline;	
}

.nounderline,a.nounderline,a.nounderline:visited
{
	text-decoration:none;
}

.smaller
{
	font-size:85%;
}

.helpButton
{
	vertical-align:top;
	cursor:help;
}

.wfverr
{
	color:Red;
}

.formRowInvisible
{
	height:0px;
	font-size:0em;
	line-height:0em;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

/* trim space - wrapped around images */
.mzSpace
{
    line-height:0px;
    font-size:0px;
}
body
{
	font-family:Verdana, Serif;
	font-size:0.7em;
	line-height:1.7em;
	margin-top:0px;
}

p
{
	margin-top:0px;
	margin-bottom:15px;
}

a,a:visited
{
	color:#333344;
	text-decoration:underline;
}

a:hover
{
    color:#02377F;
    text-decoration:none;
}

a.white,a.white:visited
{
    color:White;
    text-decoration:underline;
}

a.white:hover
{
    color:White;
    text-decoration:none;
}

.black
{
    color:Black;
}

/* Forms */

.SearchTextBox
{
	font-size:85%;
    margin-bottom:2px;
    color:#02377F;
    width:114px;
    border:solid 1px #C2D6EA;
}

.Textboxes,.valuebox
{
    width:235px;
    font-size:85%;
    margin-bottom:5px;
    color:#02377F;
    border:solid 1px #989898;
}

textarea.valuebox
{
    width:235px;   
}

#CardType, #CCStartMonth, #CCStartYear, #CCExpiryMonth, #CCExpiryYear
{
   font-family:Verdana;
   font-size:85%;
   color:#02377F;
}

.IssueCV2
{
    width:85px;
    font-size:85%;
    margin-bottom:5px;
    color:#02377F;
    border:solid 1px #989898;
}

#EnquiryFor
{
    width:100%;
    margin-bottom:5px;
    font-size:95%;
    color:#02377F;
    border:solid 1px #E3EBF4;
}

.filterorders
{
    font-family:Verdana;
    font-size:95%;
}

.button,.Button
{
    background-color:#E3EBF4;
    font-size:90%;
    color:#02377F;
}

.CheckoutNextButton
{
    background-color:#E3EBF4;
    font-size:90%;
    color:#02377F;
    font-weight:bold;
}

/* Menu styles */

.SubMenuStyle
{
    font-weight:bold;
    line-height:14px;
}

.SubMenuItemSelected,a.SubMenuItemSelected,a.SubMenuItemSelected:visited,a.SubMenuItemSelected:hover
{
    font-size:90%;
    color:#ffffff;
    cursor:pointer;
    text-decoration:none;
}

.SubMenuItemUnSelected
{
    font-size:90%;
    color:#C2D6EA;
    text-decoration:none;
    cursor:pointer;    
}

a.SubMenuItemUnSelected, a.SubMenuItemUnSelected:visited, a.SubMenuItemUnSelected:hover
{
    font-size:90%;
    color:#C2D6EA;
    text-decoration:none;
    cursor:pointer;    
}

a.SubMenuItemUnSelected:hover, a.SubMenuItemUnSelected:hover
{
    color:#ffffff;
    text-decoration:none;
}

.testClass
{
    background-color:Red;
    cursor:pointer;
}

.listPages
{
    width:45px;
    font-size:8pt;
}

.listSearch
{
    width:120px;
    height:14px;
    font-size:8pt;
}

.listSize
{
    font-size:8pt;
    width:110px;
}

.listSizeGels
{
    font-size:8pt;
    width:128px;
}

.listSizeStills
{
    font-size:8pt;
    width:85px;
}

.listSizeCocoon
{
    font-size:8pt;
    width:75px;
}

.listDensity
{
    width:45px;
    font-size:8pt;
}

.listProductOptions
{
    width:95px;
    font-size:8pt;
}

.listGradType
{
    width:50px;
    font-size:8pt;
}

.listColumnH
{
    font-family:Verdana;
    font-size:7pt;
    font-weight:bold;
    color:#02377F;
}

.listResultsText
{
    font-size:0.8em;
	color:#636363;
}

h1.ForList
{
    font-size:150%;
    color:#02377F;
    margin-bottom:0px;
    padding-bottom:0px;
}

.GelDesc
{
    color:#495663;
}

/* Custom text classes*/
.leftheading
{
    font-size:90%;
    color:#C2D6EA;
    font-weight:bold;
}

.lefttext
{
    font-size:90%;
    color:#C2D6EA;
    font-weight:normal;
}

.homepagetext
{
    font-family:Arial;
    font-size:170%;
    letter-spacing:1px;
    color:White;
    line-height:1.3em;
}

.homenewstext
{
    font-family:Arial;
    font-size:160%;
    letter-spacing:1px;
    color:White;
    line-height:1.3em;
}

a.newsticker1,a.newsticker1:hover,a.newsticker1:visited
{
    font-family:Arial;
    font-size:130%;
    letter-spacing:1px;
    color:White;
    line-height:1.2em;
}

.homepagehead
{
    color:White;
    font-weight:normal;
    font-size:180%;
}

.whitetext
{
    color:White;
}

.Breadcrumbtext
{
    font-size:0.8em;
    color:#02377F;
}

.BreadcrumbtextCD
{
    font-size:0.8em;
}

/* Image classes */

.Imgborder
{
    border:solid 1px #545253;
}

/*Custom Link styles*/

a.headerlink
{
    font-size:9px;
    color:#02377F;
    font-weight:normal;
}

a.newslink, a.newslink:visited
{
    color:#02377F;
    font-weight:bold;
}

a.Breadcrumblink
{
    font-size:0.8em;
}

a.checkoutlink, a.checkoutlink:visited
{
    font-size:130%;
    font-weight:bold;
    text-decoration:none;
    color:#02377F;
}

a.checkoutlink:hover
{
    color:#739EB7;
}

/* FOOTER CSS */ 

span.copyrighttext
{
    font-size:0.8em;
	color:#636363;
}

span.fwossfreshlinktext
{
    font-size:0.8em;
	color:#cccccc;
}

a.footerlink, a.footerlink:hover, a.footerlink:visited
{
	font-size:0.8em;
	color:#ffffff;
	text-decoration:none;
	border:none;
}

a.fwossfreshlink, a.fwossfreshlink:hover, a.fwossfreshlink:visited
{
	font-size:0.8em;
	color:#cccccc;
	font-weight:normal;
	text-decoration:none;
}

.quantityBox
{
    border:solid 1px #D5E0EC;
    width:40px;
    text-align:center; 
    font-size:1em;
    padding:2px 0px 2px 0px;
    margin-top:2px;
    margin-bottom:2px;
}

img.imageborder
{
    border:solid 1px #cccccc;
}

ul.hdBullet { list-style-type:none; margin:0px; padding:0px; }
                
ul.hdBullet li
{
    /* Dynamic Background Image */
    background-position: 0px 0px; /* X-pos Y-pos (from top-left) */
    background-repeat: no-repeat;
    padding-left: 17px; /* 12px for width + padding */
	line-height: 11px; /* This should be equal to the height of the image */
	border: 0px solid black;
	margin-top:12px;
	/*margin-bottom:14px;*/
}
  /* Headings */
h1
{
	font-family:Verdana, Serif;
	font-size:150%;
	letter-spacing:0em;
	word-spacing:0.2em;
	color:#17171C;
	padding-bottom:0px;
    margin-bottom:7px;
      
    /* Make sure headings are not affected by B,I,U */
    text-decoration:none;
    font-style:normal;
    font-weight:bold;
}

h2
{
	font-size:130%;
	color:#02377F;
	margin-top:12px;
	word-spacing:0.2em;
	margin-bottom:3px;
	text-decoration:none;
    font-style:normal;
}

h3
{
	font-size:120%;
	color:#17171C;
	word-spacing:0.2em;
	letter-spacing:0.02em;
	margin-top:0px;
	margin-bottom:3px;
	text-decoration:none;
    font-style:normal;
}

/* Colours */
.cNormal
{
    color:Black;
}

.cBlue
{
    color:#02377F;
}

.cLightBlue
{
    color:#C2D6EA;
}

/* Effects */
.emphasis
{
    font-weight:bold;
}

.underline
{
    text-decoration:underline;
}

.italic
{
    font-style:italic;
}
/* Font Sizes */
.fSmallX
{
    font-size:6pt;
    line-height:10pt;
}

.fSmall
{
    font-size:7pt;
    line-height:12pt;
}

.fNormal
{
    font-size:10pt;
}

.fLarge
{
    font-size:13pt;
    line-height:19pt;
}

.fLargeX
{
    font-size:18pt;
    line-height:25pt;
}
ul.hdBullet li{background-image:url(/images/find.gif);}#Search1Form_SearchStrw1
{
width:114px;}

div.SubMenuSpace{width:100%;height:10px;line-height:0em;font-size:0em;}div.SubMenuSpace{width:100%;height:10px;line-height:0em;font-size:0em;}#w90{width:760px;height:auto;display:block;min-height:450px;}
#TopHeader{width:760px;height:auto;display:block;	background-image:url(/app_skins/default/headbg.jpg);background-repeat:no-repeat;min-height:135px;}
#w5{width:663px;height:auto;display:block;}
#w2{width:663px;height:95px;display:block;padding-top:15px;}
#w4{width:663px;height:auto;display:block;}
#w19{width:97px;height:auto;display:block;}
#w10{width:97px;height:auto;display:block;	margin-top:38px;
}
#w16{width:97px;height:auto;display:block;}
#w12{width:60px;height:auto;display:block;}
#w15{width:34px;height:auto;display:block;text-align:Right;padding:3px 3px 0px 0px;}
#w18{width:97px;height:auto;display:block;	margin-top:3px;
}
#ProductMenus{width:760px;height:22px;display:block;font-size:0em;line-height:0em;}
#w20{width:760px;height:22px;display:block;}
#w77{width:760px;height:auto;display:block;	background-image:url(/images/contentbg.gif);background-repeat:repeat-y;min-height:275px;	margin-top:2px;
	margin-bottom:1px;
}
#LeftMenus{width:128px;height:auto;display:block;	margin-right:1px;
}
#w21{width:118px;height:auto;display:block;padding:0px 5px 0px 5px;	margin-top:5px;
}
#w24{width:123px;height:auto;display:block;padding-left:5px;}
#wfHolderw1{width:120px;height:auto;display:block;}
#w22{width:120px;height:auto;display:block;}
#w26{width:117px;height:auto;display:block;text-align:right;padding:0px 6px 15px 5px;}
#w28{width:128px;height:auto;display:block;}
#w29{width:120px;height:auto;display:block;padding:0px 3px 20px 5px;	margin-top:10px;
}
#w31{width:128px;height:auto;display:block;}
#w32{width:120px;height:auto;display:block;min-height:130px;padding:0px 3px 20px 5px;	margin-top:10px;
}
#w34{width:120px;height:auto;display:block;padding:0px 3px 25px 5px;	margin-top:5px;
	margin-bottom:5px;
border-bottom:solid 1px White;}
#w35{width:120px;height:auto;display:block;padding:0px 3px 0px 5px;}
#w37{width:120px;height:auto;display:block;padding:0px 3px 0px 5px;}
#w39{width:122px;height:auto;display:block;text-align:right;padding:0px 6px 5px 0px;	margin-bottom:5px;
border-bottom:solid 1px White;}
#w41{width:116px;height:auto;display:block;padding:0px 6px 15px 6px;	margin-top:20px;
}
#w43{width:116px;height:auto;display:block;padding:0px 6px 15px 6px;	margin-top:10px;
}
#MainContentZone{width:630px;height:auto;display:block;}
#w45{width:630px;height:auto;display:block;	margin-bottom:5px;
}
#w44{width:612px;height:auto;display:block;	background-image:url(/images/page-may-have-changed.gif);background-repeat:repeat-y;padding:26px 0px 3px 7px;	margin-top:4px;
	margin-right:5px;
	margin-left:4px;
border-top:solid 1px #006299;border-right:solid 1px #006299;border-bottom:solid 1px #006299;border-left:solid 1px #006299;}
#w48{width:630px;height:auto;display:block;}
#w47{width:620px;height:auto;display:block;padding:5px 5px 5px 5px;}
#w53{width:630px;height:auto;display:block;	margin-top:4px;
}
#w52{width:620px;height:auto;display:block;text-align:Center;padding:5px 5px 5px 5px;}
#w51{width:620px;height:auto;display:block;}
#w49{width:124px;height:auto;display:block;text-align:Right;}
#w50{width:248px;height:auto;display:block;text-align:Center;padding-top:20px;}
#w75{width:630px;height:auto;display:block;	margin-top:4px;
}
#w74{width:630px;height:auto;display:block;text-align:left;}
.w71{width:630px;height:auto;display:block;	margin-bottom:10px;
}
.w70{width:620px;height:auto;display:block;padding:0px 5px 0px 5px;}
.w69{width:620px;height:auto;display:block;}
.w56{width:614px;height:auto;display:block;background-color:#E3EBF4;padding:3px 3px 3px 3px;}
.w58{width:614px;height:auto;display:block;background-color:#F0F0FC;padding:3px 3px 3px 3px;	margin-top:1px;
}
.w68{width:620px;height:auto;display:block;background-color:#F0F0FC;	margin-top:1px;
}
.w60{width:380px;height:auto;display:block;background-color:#F0F0FC;padding:5px 5px 5px 5px;}
.w67{width:219px;height:auto;display:block;background-color:#F0F0FC;padding:5px 5px 5px 5px;border-left:solid 1px White;}
#w85{width:760px;height:auto;display:block;background-color:#17171C;min-height:19px;}
#w84{width:755px;height:auto;display:block;background-color:#17171C;text-align:Left;line-height:0.5em;padding:2px 0px 0px 5px;}
#w89{width:760px;height:22px;display:block;}
#w86{width:375px;height:22px;display:block;padding-left:5px;}
#w88{width:375px;height:22px;display:block;text-align:Right;padding-right:5px;}
.rSDealers
{
height:20px;
}

