/*WINDOW*/
#window
{
	position: absolute;
	left: 150px;
	top: 60px;
	width: 561px;
	height: 375px;
	display: none;
	float:none;
	overflow:hidden;
}
#windowTop{width:561px;height:18px;background:url(../imgs/windowTop.gif) left top no-repeat;font-size:0;}
#windowBottom{height:18px;width:561px;background:url(../imgs/windowBottom.gif) left top no-repeat;font-size:0;}
#windowClose{position: absolute;right:10px;top:5px;cursor:pointer;}
#windowContent
{	
    width:539px;
    height:319px;
    padding:10px;
    background:url(../imgs/windowBG.gif) left top repeat-x #ececec;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
#windowList{
	width:539px;
    height:299px;
	overflow:auto;
}
.wCol{width:123px;height:299px;margin:0 5px 0 0;border-right:1px dotted #ccc;padding:0 5px 0 0;}
.wColn{width:124px;height:299px;margin:0 5px 0 0;padding:0 5px 0 0;}
.transferer2{background:#e8e8e8;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
ul.prList{padding-left:0;padding-top:0;margin-left:0;margin-top:0;}
ul.prList ul{padding-left:0;padding-top:0;margin-left:10px;margin-top:0;}
ul.prList{list-style-type:none;}
ul.prList li{float:none;clear:both;padding:5px 0;}
ul.prList ul{list-style-type:none;}
ul.prList ul li{padding:0 10px 0 6px;background:url(../imgs/prListArrow.gif) left top no-repeat;margin-left:0;white-space:nowrap;float:left;clear:none;height:20px;}
ul.prList li h4{}
ul.prList a:hover{text-decoration:underline;}

/* Accordion */
#container{width:216px;height:auto;background:url(../imgs/accordionBG.gif) left top repeat-x #161616;}
.headerAc{width:216px;height:10px;background:url(../imgs/headerAccordion.gif) left top no-repeat;font-size:0;}
.headerAcTitle{width:206px;height:13px;line-height:13px;background:#4d4d4d;color:#fff;font-size:11px;padding:0 10px 0 0;text-align:right;}
.footerAc{width:216px;height:10px;background:url(../imgs/footerAccordion.gif) left top no-repeat;font-size:0;}
.accContent{width:196px;height:auto;color:#fff;padding:0 10px;}
.accContent a{color:#fff;text-decoration:none;}
.accContent img{margin:5px 0}
.block{width:216px;height:auto;}
.block h1 a{text-decoration:none;display:block;color:#fff;font-size:16px;line-height:20px;margin:10px 10px 0 10px;width:196px;background:url(../imgs/dotsHorizontal.gif) left bottom repeat-x;padding:0 0 5px 0;}
.block h1 a.active{display:block;color:#fff;font-size:16px;line-height:20px;margin:10px 10px 0 10px;width:196px;background:transparent;padding:0 0 5px 0;}
.blockHdots{background:url(../imgs/dotsHorizontal.gif) left bottom repeat-x;height:1px;width:196px;margin:0 10px;}
.arrow{position:absolute;right:10px;top:16px;}
