@charset "UTF-8";
/* CSS Document */

 @import url("style_rte.css");  
/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%; /* Resets 1em to 10px */
  /*font-family: Georgia,"Palatino Linotype",Garamond,"Times New Roman",Times,serif;*/
  font-family:Verdana, Geneva, sans-serif;
/*   background-color: #FBF7EC; */
  color: #000000;
}

img {	
	display: block;
}

.contentLayout {
	overflow: hidden;
	min-height: 500px;
  height: expression(this.scrollHeight<500?"500px":"auto");
	padding-bottom: 5px;
}



.Main
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/*.PageBackgroundGlareImage
{
	background-image: url('../../images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 557px;
	width: 564px;
	margin: 0;
} */

/* specially for Opera */
html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent;
}
/* specially for Opera */


/* * html .PageBackgroundGlareImage
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Page-BgGlare.png',sizingMethod='crop')");
} */

.PageBackgroundGradient
{

/* 	background-image: url(../../images/wilden/bg_wilden.jpg);
 */	background-repeat: no-repeat;
	height: 1100px;
	background-position: center top;
}

div.Header  div.headbg
{
  	width: 100%;
  	height: 100%;
	background-repeat: no-repeat;
 	background-position: center center;
	text-align: left;
}


/* begin Logo */
.logogfx
{
	position: relative;
	left: 223px;
	top: 12px;
	height: 115px;
	width: 115px;
	z-index: 11;
	float: left;
	background-image: url(../../images/resale-logo.png);
 */	background-repeat: no-repeat;
	display: none;
}

* html .logogfx
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/wilden-logo.png',sizingMethod='crop')");
}


/* begin Header */
div.Header 
{
  margin: 0 auto;
  position: relative;
  width: 940px;
  height: 130px;
}

* html div.Header 
{
  font-size: 1px;
}



.logoclaim {
	position: relative;
	left: 10px;
	height: 30px;
	width: 600px;
	z-index: 10;
	float: left;
	top: 95px;
}

/*
.logoclaim {
	position: relative;
	left: 10px;
	top: 78px;
	height: 40px;
	width: 600px;
	z-index: 10;
	float: left;
}
*/

.logoclaim p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F4038;
}

/* end Logo */

/* end Page */

/* begin Box, Block */
.Block 
{
	min-width:9px;
	min-height:9px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;  
}


* html .Block 
{
  width:expression(this.offsetWidth < 9 ? 9+"px" : "auto !important");
  height:expression(this.offsetHeight < 9 ? 9+"px" : "auto !important");  
  zoom: 1;
}

.Block-body 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.Block-tl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('../../images/Block-s.png');
}

* html .Block-tl 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-s.png',sizingMethod='crop')");
}


.Block-tr 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

* html .Block-tr 
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-10+'px');
}

.Block-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('../../images/Block-s.png');
}

* html .Block-tr div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-s.png',sizingMethod='crop')");
}

.Block-bl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

* html .Block-bl 
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-10+'px');
}

.Block-bl div
{
	position: absolute;
	z-index: -1;
	top: -10px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../../images/Block-s.png);
}

* html .Block-bl div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-s.png',sizingMethod='crop')");
}

.Block-br 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

* html .Block-br
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-10+'px');
  left: expression(this.parentNode.offsetWidth-10+'px');
}

.Block-br div 
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('../../images/Block-s.png');
}

* html .Block-br div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-s.png',sizingMethod='crop')");
}

.Block-tc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

* html .Block-tc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-20+'px');
}


.Block-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('../../images/Block-h.png');
}

* html .Block-tc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-h.png',sizingMethod='scale')");
}


.Block-bc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

* html .Block-bc
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-10+'px');
  width: expression(this.parentNode.offsetWidth-20+'px');
}

.Block-bc div 
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('../../images/Block-h.png');
}

* html .Block-bc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-h.png',sizingMethod='scale')");
}


.Block-cl 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 10px;
  bottom: 10px;
}

* html .Block-cl
{
  font-size: 1px;
  height: expression(this.parentNode.offsetHeight-20+'px');
}

.Block-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url('../../images/Block-v.png');
}

* html .Block-cl div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-v.png',sizingMethod='scale')");
}

.Block-cr 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  right: 0;
  width: 10px;
  bottom: 10px;
}

* html .Block-cr
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-10+'px');
  height: expression(this.parentNode.offsetHeight-20+'px');
}

.Block-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url('../../images/Block-v.png');
}

* html .Block-cr div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Block-v.png',sizingMethod='scale')");
}

.Block-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fbf7ee;
}

* html .Block-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-20+'px');
  height: expression(this.parentNode.offsetHeight-20+'px');
}
.Block
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}


/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 50px;
  z-index: 0;
  line-height: 50px;
  padding: 0 7px;
  margin-bottom: 0px;
  text-align: left;
  color: #000000;
  font-family: 'Verdana';
  font-size: 12px;
  font-weight: Bold;
  font-style: normal;  
  text-decoration: none;
}

* html .BlockHeader
{
  zoom: 1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 50px;
}

.BlockHeader .l 
{
  left: 0;
  right: 0px;
}

* html .BlockHeader .l
{
  width: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r 
{
  right: 0;
  width: 0px;
}

* html .BlockHeader .r
{
  left: expression(this.parentNode.offsetWidth-0+'px');
}

.BlockHeader .r div
{
  width: 790px;
  right: 0;
}

* html .BlockHeader .r div
{
  left: expression(this.parentNode.offsetWidth-790+'px');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  font-size: 1px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
	min-width:1px;
	min-height:420px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
}


* html .BlockContent 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");  
  zoom: 1;
}


.BlockContent-body 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
}



/* end Box, BlockContent */


/* begin Box, Sheet */
.Sheet 
{
	min-width:13px;
	min-height:13px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


* html .Sheet 
{
  width:expression(this.offsetWidth < 13 ? 13+"px" : "auto !important");
  height:expression(this.offsetHeight < 13 ? 13+"px" : "auto !important");
  
  width: 950px;
  zoom: 1;
}


.Sheet-body 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	text-align: left;
	margin: 5px;
	}


.Sheet-tl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('../../images/Sheet-s.png');
}

* html .Sheet-tl 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-s.png',sizingMethod='crop')");
}


.Sheet-tr 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

* html .Sheet-tr 
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-16+'px');
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -16px;
  width: 32px;
  height: 32px;
  background-image: url('../../images/Sheet-s.png');
}

* html .Sheet-tr div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-bl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

* html .Sheet-bl 
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-16+'px');
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;


  width: 32px;
  height: 32px;
  background-image: url('../../images/Sheet-s.png');
}

* html .Sheet-bl div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-br 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

* html .Sheet-br
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-16+'px');
  left: expression(this.parentNode.offsetWidth-16+'px');
}

.Sheet-br div 
{
	position: absolute;
	z-index: -1;
	top: -16px;
	left: -16px;
	width: 32px;
	height: 32px;
	background-image: url(../../images/Sheet-s.png);
}

* html .Sheet-br div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-tc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 16px;
  right: 16px;
  height: 16px;
}

* html .Sheet-tc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-32+'px');
}


.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url('../../images/Sheet-h.png');
}

* html .Sheet-tc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-h.png',sizingMethod='scale')");
}


.Sheet-bc 
{
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 16px;
	right: 16px;
	height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

* html .Sheet-bc
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-16+'px');
  width: expression(this.parentNode.offsetWidth-32+'px');
}

.Sheet-bc div 
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url('../../images/Sheet-h.png');
}

* html .Sheet-bc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-h.png',sizingMethod='scale')");
}


.Sheet-cl 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 16px;
  left: 0;
  width: 16px;
  bottom: 16px;
}

* html .Sheet-cl
{
  font-size: 1px;
  height: expression(this.parentNode.offsetHeight-32+'px');
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background-image: url('../../images/Sheet-v.png');
}

* html .Sheet-cl div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-v.png',sizingMethod='scale')");
}

.Sheet-cr 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 16px;
  right: 0;
  width: 16px;
  bottom: 16px;
}

* html .Sheet-cr

{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-16+'px');
  height: expression(this.parentNode.offsetHeight-32+'px');
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -16px;
  width: 32px;
  height: 100%;
  background-image: url('../../images/Sheet-v.png');
}

* html .Sheet-cr div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"../../images/Sheet-v.png',sizingMethod='scale')");
}

.Sheet-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-color: #fbf7ee;
}

* html .Sheet-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-32+'px');
  height: expression(this.parentNode.offsetHeight-32+'px');
}
.Sheet
{
	margin-top: -5px !important;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* end Box, Sheet */



.png 
{
}

* html .png 
{
	filter:expression(function fixPNG(element) { if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)) { var src; if (element.tagName=='IMG') {if (/\.png$/.test(element.src)) {src = element.src;element.src = "../../images/spacer.gif"; }}else {src = element.currentStyle.backgroundImage.match(/url\("(.+\.png)"\)/i);if (src) {src = src[1];element.runtimeStyle.backgroundImage="none"; }}if (src) element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "',sizingMethod='crop')"; }}(this));
}


.foot {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.ko_wilden_twocol_col1 {
	border-right: #FDF9FF solid 1px;
	margin:  0px;
	padding: 0px;
	padding-right: 13px;
}
.ko_wilden_twocol_col2 {
	border-left: #EAE6DD solid 1px;
	margin:  0px;
	padding: 0px;
	padding-left: 17px;
}

.tx-flvplayer2-pi1 {
	text-align:center;
	vertical-align:middle;
	padding: 10px;
	border-top: #b6b2aa solid 1px;
	border-left: #b6b2aa solid 1px;
	border-bottom: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	background-color:#d8d4cc;
	margin-top: 5px;
	margin-bottom: 10px;
}

.csc-menu-4 dt a {
	font-weight:bold;
	margin-top: 50px;
}


/* ################################
** ### FCE adjustable columns     #
** ################################
*/
div.flexi {overflow:hidden; display:block; clear:both; width:100%; height:1%;}
/*div.flexi div {display:block; overflow:hidden; float:left;}*/
div.flexi div.left {margin-right:5px;display:block; overflow:hidden; float:left;}
div.flexi div.center {margin-right:5px; margin-left:5px;display:block; overflow:hidden; float:left;}
div.flexi div.right {margin-left:5px;display:block; overflow:hidden; float:left;}
/* FCE adjustable columns End */

table.ko_wilden_shadowframe div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img  {
	margin-bottom: 5px;}

