#plan{
	float:left;
	position:absolute;
	top:20px;
	left:200px;
}
#whiteFadePlan{
	width:100%;
	height:100%;
	background-image:url(/IMAGES/whiteFade.png);
	position:absolute;
	top:0px;
	left:0px;
}
* html #whiteFadePlan{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMAGES/ddmenu/ddBG.png',sizingMethod='scale');
}
#plan #list_top_left{
	height:19px;
	width:595px;
	float:left;
	background-image:url(/IMAGES/OBJECTS/listTopleft.png);
}

* html  #plan #list_top_left{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMAGES/OBJECTS/listTopLeft.png',sizingMethod='scale');
}
#plan #list_top_right{
	height:19px;
	width:35px;
	float:left;
	background-image:url(/IMAGES/OBJECTS/listTopRight.png);
}

* html  #plan #list_top_right{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMAGES/OBJECTS/listTopRight.png',sizingMethod='scale');
}
#plan #bottom_div{
position:relative;
width:630px;
height:35px;
float:left;
}

#plan #list_bottom_left{
height:100%;
width:595px;
margin-right:35px;
background-image:url(/IMAGES/OBJECTS/listBottomLeft.png);
}

* html  #plan #list_bottom_left{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMAGES/OBJECTS/listBottomLeft.png',sizingMethod='scale');
}
#plan #list_bottom_right{
position:absolute;
height:100%;
width:35px;
right:0px;
top:0px;
background-image:url(/IMAGES/OBJECTS/listBottomRight.png);
}

* html  #plan #list_bottom_right{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMAGES/OBJECTS/listBottomRight.png',sizingMethod='scale');
}


#plan #close_planButton{
	position:absolute;
	right:8px;
	bottom:10px;
	height:30px;
	width:30px;
	cursor:pointer;
}
#plan #appart_list_content{
	position:relative;
	top:0px;
	width:565px;
	height:200px;
	overflow:hidden;
	float:left;
	padding-left:15px;
}
#plan #appart_list_content td{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

#plan #appart_list_middle{
	position:relative;
	width:613px;
	height:240px;
	float:left;
	background-image:url(/IMAGES/OBJECTS/list_bg.png);
}

* html  #plan #appart_list_middle{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMAGES/OBJECTS/list_bg.png',sizingMethod='scale');
}
#plan #scrollerDiv_top {
	background-image: url(/cms/images/scrollbars/scroll-btn-up.gif);
	height: 14px;
	width: 13px;
	cursor:pointer;
}
#plan #scrollerDiv {
	float: left;
	width: 15px;
}
#plan #scrollerDiv_middle {
	height: 167px;
	width: 13px;
}
#plan #scrollerDiv_bottom {
	background-image: url(/cms/images/scrollbars/scroll-btn-dn.gif);
	height: 14px;
	width: 13px;
	cursor:pointer;
}
.clickMe{
	cursor:pointer;
}
#plan a{color:#FFFFFF;}
