#cms_container{
	position:absolute;
	top:50px;
	left:50px;
	text-align:center;
	font-size: 12px;
		width:120px;
		border:1px solid #333333;
		background:#ffffff;

}

#cms_container a{
		color:#000000;
	text-decoration: none;
	font-size: 12px;
}
/*#cms_container a:hover{
	text-decoration: none;
}*/


#cms_container li{
	padding-top:8px;
	list-style: none;
	color:white;
	text-decoration: none;
	height:23px;

	text-align:center;
}


#cms_container #cms_middle li:hover{
	cursor:pointer;
	background: url(/images/dol_cms/cms_middle_hover.png) no-repeat;
}

#cms_top{
	height:31px;
	width:120px;
}

#cms_top_left{
	background: url(/images/dol_cms/cms_top_left.png) no-repeat;
	width:11px;
	height:31px;
	float:left;

}

#cms_top_right{
	background: url(/images/dol_cms/cms_top_right.png) no-repeat;
	width:11px;
	height:31px;
	float:left;
}

#cms_top_center{
	background: url(/images/dol_cms/cms_top_center.png) repeat-x;
	width:98px;
	height:21px;
	padding-top:10px;
	float:left;

}

#cms_top_center_sizeable{
	background: url(/images/dol_cms/cms_top_center_sizeable.png) repeat-x;
	height:26px;
	padding-top:5px;
	float:left;
	width:10px;
	
}

#cms_top_center_sizeable input {
	float:right;
	margin-right:0px;

}

.search-wrapper{
	float:right;
	width:140px;
	position:relative;
	margin-top:2px;
	
}

span.left{
	background:transparent url(http://images.apple.com/euro/global/nav/images/searchfield_leftcap.png) no-repeat scroll left top;
	display:block;
	height:19px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:20px;
	cursor:pointer;
}


span.right{
	background:transparent url(http://images.apple.com/euro/global/nav/images/searchfield_rightcap.png) no-repeat scroll right top;
	display:block;
	height:19px;
	position:absolute;
	right:0pt;
	top:0pt;
	width:10px;
}


#cms_middle{
	min-height:200px;	
	width:120px;
	float:left;
	clear:both;
	border:black solid 1px;
	border-left:0px;
	border-right:0px;
	
}

#cms_middle_sizeable{
	padding:0px 5px;
	height:432px;	
	float:left;
	width:10px;
	background: white;
	border: solid 1px #888888;
	border-left:none;

}

#cms_middle_sizeable #dynamic_edit input {
	margin-top:5px;
	margin-right:5px;
	float:right;
}


#cms_middle_sizeable img {
	margin-top:5px;
	float:right;
}

#cms_middle_sizeable #dynamic_edit textarea {
	float:left;
	border:0px;
	width:580px;
	height:390px;
}

#cms_middle_sizeable a {
	color:#3B5D7C;
}

#cms_middle_sizeable th a {
	color: white;
}

#cms_bottom{
	height:35px;	
	width:120px;
	clear:both;
	float:left;
	
}

.editable {
	position: absolute;
	border: 2px dotted #3B5D7C;
	cursor: pointer;
	z-index:99;
}

.editable:hover {
	border: 2px dashed #99BFD6;
	background:transparent url(/images/30proc.png);
}

