
	h1,h2,h3{
		clear:both;
		float:left;
		width:100%;
		margin:0;
		padding:0;
		font-size:14px;
		font-weight:bold;
		padding:2px 0px;
		color:#333;
		text-align:left;
	}

	h1{
		font-size:18px;
	}
	h2{
		color:white;
		background:#de433e;
	}
	h3{
		border-bottom:1px solid #d5d5d5;
		background:#f7f7f7;
	}
	h1 .htitle,
	h2 .htitle,
	h3 .htitle{
		width:80%;
		float:left;
	}
	h1:after,
	h2:after,
	h3:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

	h1,h2,h3{display:inline-block;}
	h1,h2,h3{display:block;}

	a h1,h1 a,a h2,h2 a{
		text-decoration:none;
	}


	.left {
		float:left;
		text-align:left;
	}
	.right {
		float:right;
		text-align:right;
	}
	.center {
		width:100%;
		text-align:center;
	}
	.invisible{
		width:0;
		height:0;
		visibility:hidden;
	}
	.nodisplay,.hidden{
		display:none;
	}


	.clear{
		margin:0;
		padding:0;
		clear:both;
		height:0;
		line-height:0;
		font-size:0;
	}
	hr{
		display:block;
		margin:5px auto;
		width:97%;
		height:1px;
		padding:0;
		clear:both;
		border:0;
		border-bottom:1px solid #d5d5d5;
	}
	.ghost{
		float:left;
		clear:both;
		height:500px;
		width:0;
	}
 	.empty{
 		float:left;
 		width:100%;
		margin-bottom:10px;
 	}
	.emptyspace{
		clear:both;
		height:500px;
		width:100%;
	}
	.article_divider{
		width:96%;
		height:1px;
		clear:both;
	}
	.verticalSeparation{
		width:100%;
		margin:0;
		padding:5px 0;
		border-bottom:1px solid;
	}
	.verticalSpace{
		margin:0 auto;
		padding:10px 0;
	}
	.horizontalSpace{
		padding:0 10px;
	}


	.small{
		font-size:10px;
		line-height:1.1em;
	}
	.smallbold{
		font-size:10px;
		font-weight:bold;
		line-height:1.1em;
	}
	.medium{
		font-size:12px;
	}
	.bold{
		font-weight:bold;

	}
	.normal{
		font-weight:normal;
	}
	.large{
		font-size:14px;
	}
	.xlarge,.heading{
		font-size:18px;
		font-weight:bold;
	}

	.main{
		color:#333;
	}
	.white{
		color:#F7F7F7;
	}
	.color,a{
		color:#333;
	}
	.light{
		color:#959595;
	}
	.subscript,
	.subscript a{
		color:#d5d5d5;
		font-size:10px;
		line-height:1.1em;
		font-weight:normal;
	}


 	.inline .heading{
		color:#de433e;
		font-size:14px;
		font-weight:bold;
 	}

	.warning{
		color:#e22b2b;
	}

	.nodata{
		font-style:italic;
		color:#777;
	}


	.indent{
		padding-left:10px;
		border-left:1px dashed #d5d5d5;
		float:left;
	}
	.redborder{
		border:1px solid red;
	}
	.quote{
		color:#4D4D4D;
		font-style:italic;
		padding-left:10px;
		border-left:2px solid #4D4D4D;
	}
	.quote,.quote h1,.quote h2{
		color:#4D4D4D;
		font-style:italic;
	}
	.approve{
		color:#F00;
		font-style:italic;
		font-weight:bold;
		border-left:2px solid #F00;
	}
	.highlight{
			color:white;
			font-style:italic;
			background-color:#f7f7f7;
			text-decoration:underline;
	}
	.warning{
			color:red;
			font-style:italic;
	}
  	.disabled{
		opacity:0.5;
		filter:alpha(opacity=50);
  	}
  	.disabled a{
		cursor:default;
  	}


	ol{
		margin-left:20px;
	}
	ul{
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
	}
	li{
		float:left;
		margin:0;
		padding:0;
	}
	.bulletlist,.bulletlist li{
		margin-left:15px;
		list-style-type:square;
	}
	ul ul{
		margin-left:10px;
	}


	thead{
		font-weight:bold;
	}


	form{
		float:left;
		clear:both;
		margin:0;
		padding:0;
		width:100%;
	}
	input{
		float:left;
		font-size:12px;
		text-align:left;
		clear:none;
	}
	input.Other{
		float:left;
		width:150px;
	}
	.required{
		font-size:10px;
		text-align:left;
		border:1px solid white;
		color:white;
		font-weight:bold;
		padding:4px 1px;
	}
	textarea{
		width:98%;
		font-size:12px;
		text-align:left;
	}
	td{
		vertical-align:top;
	}
	select{
  		float:left;
  		clear:none;
  		padding:0;
  		margin:1px;
		display:block;
		font-size:12px;
	}
  	.help{
  		width:16px;
  		height:16px;
		float:left;
		background-image:url(http://www.walkerfx.com/src/core/icons/help.png); 	}
	select .selectLabel{
		clear:none;
		float:left;
		line-height:25px;
		padding-right:5px;
	}
	select.selectOther{
	}



 	.FormTable{
		width:100%;

	}
  	.row{
  		width:100%;
  		height:20px;
  	}
	.label,
	.labelspan{
		font-size:10px;
 		text-align:left;
		color:#4d4d4d;
	}
	.field,
	.fieldspan{
		font-size:12px;
 		text-align:left;
		color:#1a1a1a;
	}
	textarea{
		height:100%;
	}
	.field input{
		width:90%;
	}

	div.label,
	div.field{
  		float:left;
  		clear:none;
		display:block;
  		padding:0;
  		margin:1px;
  	}
  	div.row{
  		float:left;
  	}
  	div.row div.label{
		display:block;
 	}
  	div.row div.field{
  		clear:none;
		display:block;
 		float:right;
   	}
   	div.rowMin{
  		width:1px;
  		height:18px;
	}
   	div.rowPart{
   		float:left;
   		padding:0px 5px;
   		border-right:1px solid #d5d5d5;
   	}
  	div.rowPart div.label{
  		float:left;
		text-align:left;
 	}
  	div.rowPart div.field{
  		float:left;
		text-align:left;
   	}


  	.ListField{
  		float:left;
  		padding:0;
  		margin:0;
  	}
  	.ListField a{
  		text-decoration:none;
  	}
  	.ListField li{
  		clear:both;
		width:124px;
		border:2px solid white;
 	}
	.ListField li.selected{
		border:2px solid black;
	}


  	.radioOption{
  		float:left;
  		width:75px;
  		height:22px;
  		overflow:hidden;
  	}
	.radioLabel{
		float:left;
	}
	.radioYes{
		float:left;
		color:black;
		font-weight:bold;
	}
	.radioNo{
		float:left;
		color:red;
		font-weight:bold;
	}


  	.button{
 		float:left;
 		margin:1px;
 		padding:2px 5px;
		font-size:10px;
		line-height:1.1em;
		color:#333;
		text-decoration:none;
		text-align:left;
  		background-color:#FFF;
  		background:url(http://www.walkerfx.com/src/core/images/buttonbg.gif);
  		border:1px outset #97a3b5;
		vertical-align:text-top;
  		display:inline;
  		font-weight:bold;
		font-style:normal;
  	}
  	.button:hover{
		background-color:#EEE;
		cursor:pointer;
  	}
	.button img{
		border:0;
		padding:0;
		margin:0;
		text-decoration:none;
		vertical-align:top;
	}
  	.button_disabled{
 		float:left;
 		margin:1px;
 		padding:2px 5px;
		font-size:10px;
		line-height:1.1em;
		color:#333;
		text-decoration:none;
		text-align:left;
  		background-color:#FFF;
  		border:1px outset #97a3b5;
		vertical-align:text-top;
  		display:inline;
  		font-weight:bold;
  		color:#777;
  	}

  	.button.down{
   		border:2px inset;
   	}



 	.icon{
 		border:0;
 		margin:0;
 	}
 	a.continue{
		position:relative;
		top:-16px;
		width:16px;
		height:16px;
		float:right;
		display:inline;
		text-decoration:none;
		background-image:url(http://www.walkerfx.com/src/core/icons/control_fastforward.png);	}


  	.target{
  		margin:0;
  		display:inline;
  	}
	.target:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.target{display:inline-block;}
	.target{display:block;}

	.targetHighlight{
		background:#f7f7f7;
	}

	#NONE{
		display:none;
		position:fixed;
		top:400;
		left:10;
		width:200px;
		height:300px;
		z-index:1000;
		background:red;
	}



	body{
		font-family:Arial;
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		text-align:left;
		line-height:1.4em;
		color:#333;
		margin:0;
		padding:0;
		height:500px;
	}
	body.ShowBG{
		background-image:url(http://www.walkerfx.com/src/core/images/page6.gif);	}
	body.HideBG{
		background:none;
	}


	.overlay{
		position:absolute;
		left:0;
		width:100%;
		background-color:#000;
		cursor:pointer;
	}
	.overlayWindow{
		position:absolute;
		left:50%;
		overflow:hidden;
		background-color:#fff;
		padding:3px;
		padding-bottom:10px;
	}
	.overlayContent{
		border:10px solid #fff;
		background-repeat:no-repeat;
	}
	.overlayWindow .title{
		margin:0;
		padding:2px;
		background:#de433e;
		color:white;
		font-size:14px;
		font-weight:bold;
	}



 	.Section{
 		padding-top:2px;
  		display:inline;
 	}
	.Section:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.Section{display:inline-block;}
	.Section{display:block;}

	.SectionControl{
		clear:both;
		background:#e6e6e6;
  		background:url(http://www.walkerfx.com/src/core/images/buttonbg.gif);
		border:1px solid #d5d5d5;
		font-size:10px;
		display:none;
		height:20px;
		font-style:normal;
	}
	.SectionContent{
		width:100%;
		float:left;

	}


 	.Content{
 		float:left;
 		width:100%;
	}



 	#TreeView{
 		float:left;
 	}
  	#TreeView ul{
  		clear:both;
 		float:left;
 	}
  	#TreeView li{
  		clear:both;
 		float:left;
 		white-space:nowrap;
 		overflow-x:hidden;
 	}
  	#TreeView ul ul{
  		margin-left:7;
  		padding-left:9px;
  		border-left:1px dashed #b7b7b7;
  	}
  	#TreeView a{
  		text-decoration:none;
  	}
  	#TreeView #Toggle{
  		float:left;
  		width:16px;
  		height:18px;
  		background:url(http://www.walkerfx.com/src/core/icons/TreeViewNode.gif);
  	}
  	#TreeView #Toggle.on{
  		background:url(http://www.walkerfx.com/src/core/icons/TreeViewMinus.gif);
  	}
  	#TreeView #Toggle.off{
		background:url(http://www.walkerfx.com/src/core/icons/TreeViewPlus.gif);
  	}
  	#TreeView #Toggle.none{
  		background:url(http://www.walkerfx.com/src/core/icons/TreeViewNode.gif);
  	}
  	#TreeView #ToggleEnd{
  		float:left;
  		width:16px;
  		height:20px;
  		background:url(http://www.walkerfx.com/src/core/icons/TreeViewEndNode.gif) no-repeat;
  	}
  	#TreeView #ToggleEnd.on{
  		background:url(http://www.walkerfx.com/src/core/icons/TreeViewEndMinus.gif) no-repeat;
  	}
  	#TreeView #ToggleEnd.off{
		background:url(http://www.walkerfx.com/src/core/icons/TreeViewEndPlus.gif) no-repeat;
  	}
  	#TreeView #ToggleEnd.none{
  		background:url(http://www.walkerfx.com/src/core/icons/TreeViewEndNode.gif) no-repeat;
  	}



	#loginmenu{
		float:right;
		width:500px;
		color:#959595;
		font-size:10px;
		height:17px;
		line-height:1.2em;
		margin-top:5px;
		margin-right:5px;
		text-align:right;
	}
	#loginmenu a{
		color:#959595;
	}
	#loginmenu a:hover{
		color:#d5d5d5;
	}
	#loginbox{
		width:250px;
		margin:auto;
	}
	#loginbox h1{
		width:96%;
		padding:2%;
		background:#de433e;
		color:#FFF;
	}


	#pageError{
		margin:50px auto;
		width:500px;
		text-align:left;
	}

	#pageError h1{
		width:96%;
		padding:2%;
		background:#de433e;
		color:#FFF;
	}


	div.tabs{
		width:100%;
	}
	div.tabs:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	div.tabs{display:inline-block;}
	div.tabs{display:block;}

	ul.tabs{
		float:left;
		margin:0;
		padding:0;
		position:relative;
		z-index:10;
	}
	ul.tabsC{
		margin:1px;
		margin-top:0;
		padding:5px;
		width:96%;
		float:left;
		clear:both;
		border:1px solid #959595;
		background:white;
		position:relative;
		top:-1px;
		z-index:1;
	}
	ul.tabsC li{
		clear:both;
		float:left;
		width:100%;
		background:transparent;
		display:none;
	}
	ul.tabsC li.selected{
		display:block;
	}
	ul.tabs li{
		float:left;
		width:auto;
		margin:2px;
		height:18px;
		margin-bottom:0;
		padding:0px 4px;
		background:#e6e6e6;
		border:1px solid #959595;
		font-size:11px;
		font-weight:bold;
	}
	ul.tabs li a{
		color:#1a1a1a;
		font-size:14px;
		text-decoration:none;
		font-weight:normal;
		float:left;
		height:16px;
		vertical-align:middle;
	}
	ul.tabs li a img{
		margin-left:3px;
	}
	ul.tabs li.default{
		background:#e6e6e6;
		border:1px solid #959595;
		float:left;
		clear:none;
	}
	ul.tabs li.deselect{


	}
	ul.tabs li.deselect a{
		color:#1a1a1a;
		font-weight:normal;
	}
	ul.tabs li.selected{
		height:19px;
		background:#FFF;
		border:1px solid #4d4d4d;
		border-bottom:0;
	}
	ul.tabs li.selected a{
		color:white;
		font-weight:bold;
	}

	.tabPin{
		float:left;
		margin-right:3px;
		font-size:14px;
		font-weight:bold;
	}

	.tabClose{
		float:left;
		margin-right:3px;
		font-size:14px;
		font-weight:bold;
		font-family:Webdings2;
	}
	#rolodex{
		width:200px;
		font-weight:normal;
	}
	#rolodex .box .title{
		clear:both;
		text-align:left;
		font-size:12px;
		color:#333;
		font-weight:bold;
		background:#f7f7f7;
	}
	#rolodex .box{
		margin:0;
	}


	.wfxArticleSetViewTab{
		display:block;
		float:left;
		margin:2px;
		width:10px;
		height:10px;
		padding:2px;
		text-align:center;
		border:1px solid #d5d5d5;
		text-decoration:none;
		color:#333;
		background:#e6e6e6;
	}
	.wfxArticleSetViewTab.selected{
		font-weight:bold;
		color:#de433e;
		background:white;
		border:1px solid #959595;
	}


	.wfxMenu{
		float:left;
		width:100%;
		background:#CCC;
		border-bottom:1px solid black;
	}
	.wfxMenu li{
		float:left;
		width:60px;
		font-weight:bold;
	}
	.wfxMenu li.over{
		background:royalblue;
		color:white;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
	}
	.wfxMenu .wfxMenuIcon{
		display:none;
	}
	.wfxMenu .wfxMenuStatusIcon{
		display:none;
	}

	.wfxMenuSub{
		position:absolute;
		top:0;
		left:0;
		border:1px outset;
		background:white;
		z-index:1010;
	}
	.wfxMenuSub li{
		float:left;
		width:150px;
		padding-top:2px;
		padding-bottom:2px;
		clear:both;
		font-weight:bold;
	}
	.wfxMenuSub li.over{
		color:white;
		background:royalblue;
	}
	.wfxMenuSub li img{
		float:left;
	}
	.wfxMenuSub .wfxMenuIcon{
		float:left;
		width:20px;
		height:16px;
		margin-left:3px;
		margin-right:5px;
	}
	.wfxMenuSub .wfxMenuLabel{
		text-align:left;
		float:left;
	}
	.wfxMenuSub .wfxMenuStatusIcon{
		float:right;
		width:20px;
		height:16px;
		margin-left:3px;
		margin-right:5px;
	}


	.view{
		margin:0;
		padding:0;
		width:100%;
	}
	.view:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.view{display:inline-block;}
	.view{display:block;}


	.vw{
		position:fixed;
		top:20%;
		left:20%;
		z-index:1000;
		width:300px;
		height:300px;
		background:#FFF;
		border:2px outset;
		overflow:hidden;

	}
	.vwH{
		width:100%;
		height:25px;
		border-bottom:1px solid #959595;
		background:#e6e6e6;
  		background:url(http://www.walkerfx.com/src/core/images/buttonbg.gif);
		margin:0;
	}
	.vwT{
		float:left;
		text-align:left;
		font-size:14px;
		font-weight:bold;
		margin:5px;
	}
	.vwX{
		width:16px;
		height:16px;
		float:right;
		margin:5px;
		background-image:url(http://www.walkerfx.com/src/core/icons/winClose.png);	}
	.vwC{
		width:100%;
		height:153px;
		float:left;
		text-align:left;
		font-weight:normal;
		overflow-y:auto;
		overflow-x:hidden;
		font-size:12px;

		margin:0;
		background:#f7f7f7;
	}
	.vwF{
		width:100%;
		height:18px;
		float:left;
		text-align:left;
		font-size:10px;
		background:#e6e6e6;
		border-top:1px solid #959595;
	}
	.vwFT{
		float:left;
		margin-left:5px;
	}
	.vwR{
		width:16px;
		height:16px;
		float:right;
		background:#d5d5d5;
		background-image:url(http://www.walkerfx.com/src/core/icons/winResize.gif);	}


	.vwPalette{
		border:1px solid #959595;
		width:150px;
		height:200px;
	}
	.vwPalette .vwC{
		height:177px;
	}
	.vwPalette .vwH{
		height:12px;
	}
	.vwPalette .vwT{
		font-size:9px;
		margin:1px;
		line-height:9px;
	}
	.vwPalette .vwF{
		height:10px;
	}
	.vwPalette .vwR{
		width:10px;
		height:10px;
		background-image:url(http://www.walkerfx.com/src/core/icons/winResizeSmall.gif);	}
	.vwPalette .vwX{
		width:10px;
		height:10px;
		margin:1px;
		background-image:url(http://www.walkerfx.com/src/core/icons/winCloseSmall.png);	}


	.vwContextual{

		overflow:hidden;
	}
	.vwContextual .vwC{
		overflow:hidden;
	}



	form .heading{
  		background:url(http://www.walkerfx.com/src/core/images/buttonbg.gif);
	}


	.Article{
		clear:both;
		float:left;
		overflow:hidden;
	}

	.ArticleSetView{
		width:100%;
		float:left;
		clear:both;
	}
	.ArticleSetView ul{
		float:left;
		clear:both;
		width:100%;

		padding:0;
	}
	.ArticleSetView li{
		float:left;
		clear:both;
		width:100%;
	}
	.ArticleSetView li a div{
		display:block;
		padding:10px;
		border:1px outset #DDD;
		background:#EEE;
		margin:2px;
		font-style:bold;
		font-size:18px;
	}
	.ArticleChild{
		float:left;
		clear:both;

		padding-left:10px;
	}
	.ArticleFooter{
		font-size:10px;
		color:#959595;
		text-align:right;
	}


	.CarouselFrame{
	}
	.CarouselSlide{
	}


	#Slideshow{
		border:none;
	}

	#Slideshow a{
		clear:both;
		float:none;
		width:150px;
		margin:30px auto;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		padding:5px;
		border:1px solid;
		-moz-border-radius:4px;
	}

	#debugSection{
		width:100%;
		clear:both;
		float:left;
		text-align:left;
	}
	#debugWindow{
		clear:both;
		height:180px;
		width:100%;
		margin:0 auto;
		background:white;
		font-size:10px;
		padding:5px;
		line-height:10px;
		overflow-y:auto;
		border:1px solid red;
	}
	#debugStats{
		width:100%;
		clear:both;
		float:left;
		text-align:left;
		margin-top:20px;
		font-weight:bold;
		color:green;
	}
	.debugBlock{
		border-top:2px solid black;
	}
	.debugBlockTitle{
		color:green;
		font-size:16px;
		line-height:16px;
		font-weight:bold;
	}


	#error{
		width:100%;
		float:left;
		text-align:left;
		clear:both;
		margin:auto;
		padding:10px;
		line-height:0.8em;
		font-size:10px;
		font-family:Arial;
		font-style:normal;
		line-height:normal;
		font-weight:bold;
		font-variant:normal;
		color:red;
		white-space:wrap;
	}
	#error h1,#error h2{
		float:left;
		text-align:left;
		clear:both;
		font-size:12px;
		color:red;
		overflow:visible;
	}

	#error .indent{
		clear:both;
	}
	#errorView{
		display:none;
	}

	img{
		border:0;
	}
	.thumbnail{
		margin:4px;
		padding:3px;
		border:1px solid #d5d5d5;
		color:#333;
		font-size:10px;
		text-align:center;

	}
	.thumbnail:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.thumbnail{display:inline-block;}
	.thumbnail{display:block;}
	.thumbnail,.caption,.caption a{
		text-decoration:none;
		color:#333;
	}
	.caption{
		text-align:center;
	}
	.left > .thumbnail{
		margin-right:5px;
	}
	.right > .thumbnail{
		margin-left:5px;
	}
	.gallery{
		margin-left:30px;
		color:#333;
		font-size:10px;
	}
	.icon{
		float:left;
		margin:1px 2px;
		padding:0px 2px;
	}
	.icon_small{
		float:left;
		margin:0;
		padding:0;
	}

	.box{
		margin:5px;
		padding:5px;
		border:1px solid #d5d5d5;
		background:#fff;
	}
	.box:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.box{display:inline-block;}
	.box{display:block;}

	.box .title{
		clear:both;
		text-align:left;
		font-size:14px;
		color:#333;
		font-weight:bold;
	}
	.box .lightborder{
		border:1px solid #d5d5d5;
		padding:5px;
		-moz-border-radius:4px;
	}
	.box .lightborder:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.box .lightborder{display:inline-block;}
	.box .lightborder{display:block;}

	.box_clear{
		padding:5px;
	}

	.inset{
		width:100%;
		float:left;
		border:2px inset #d5d5d5;
	}
	.outset{
		width:100%;
		float:left;
		border:2px outset #d5d5d5;
	}
	.pad{
		padding:5px;
	}



	.cb{
		margin:0;
	}
	.bt{
		height:10px;
		margin:0 0 0 12px;
		background:url(http://www.walkerfx.com/src/core/images/box1.png) no-repeat 100% 0;
	}
	.bt div{
		position:relative;
		left:-12px;
		width:12px;
		height:10px;
		background:url(http://www.walkerfx.com/src/core/images/box1.png) no-repeat 0 0;
		font-size:0;
		line-height:0;
	}
	.bb{
		height:14px;
		margin:0 0 0 12px;
		background:url(http://www.walkerfx.com/src/core/images/box1.png) no-repeat 100% 100%;
	}
	.bb div{
		position:relative;
		left:-12px;
		width:12px;
		height:14px;
		background:url(http://www.walkerfx.com/src/core/images/box1.png) no-repeat 0 100%;
		font-size:0;
		line-height:0;
	}
	.i1{
		padding:0 0 0 12px;
		background:url(http://www.walkerfx.com/src/core/images/borders1.png) repeat-y 0 0;
	}
	.i2{
		padding:0 12px 0 0;
		background:url(http://www.walkerfx.com/src/core/images/borders1.png) repeat-y 100% 0;
	}
	.i3{
		display:block;
		margin:0;
		background:#fff;
	}
	.i3:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.i3{display:inline-block;}
	.i3{display:block;}



	* html .i1,
	* html .i2{
		background-image:url(http://www.walkerfx.com/src/core/images/borders1.gif);

	}
	* html .bt,
	* html .bt div,
	* html .bb,
	* html .bb div{
		background-image:url(http://www.walkerfx.com/src/core/images/box1.gif);

	}

	* html .i1,
	* html .i3{height:1px;}
