
#editorHolder {
	position: relative;
	width: 694px;
	}

iframe {
	scrollbar-face-color: #D6DCDF; 
	scrollbar-shadow-color: #777;
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #777; 
	scrollbar-darkshadow-color: #fff;
	scrollbar-3dlight-color: #777; 
	scrollbar-highlight-color: #fff;
	margin: 0px
	}	

.editorToolbar {
	background-color: #eee;
	border-bottom: 1px solid #C6C1C7;
	height: 31px;
	padding-left: 5px;
}
.editorToolbar a, .editorToolbar a:visited {
	background-color: transparent;
	border: 1px solid #eee;
	margin-top: 3px;
	display: block;
	float: left;
}
.editorToolbar a:hover {
	background-color: #ddd;
	border: 1px solid #777;
}
.editor {
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	border: 1px solid #C6C1C7;
}
iframe {
	width: 100%;
	height: 300px;
	border: 0px;
}
.toolbarSep {
	float: left;
	width 2px;
	height: 20px;
	border-left: 1px solid #C6C1C7;
	margin-top: 5px;
	margin-left: 4px;
	overflow: hidden;
}
.editorFoot {
	height: 25px;
	border-top: 1px solid #C6C1C7;
	background-color: #eee;
	
}
.editorFoot input {
	float: right;
	border: 1px solid #C6C1C7;
	background-color: #B0C3CE;
	margin-top: 3px; 
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	font: 11px Verdana;
}

a.adv {
	font: 11px/20px Verdana;
	color: #333;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	}

a.adv:hover {
	text-decoration: none;
	}

#asdf {
	position: relative;
	}

#toolbar {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 20px;
	border-bottom: 1px solid #C6C1C7;
	height: 301px;
	background-color: #fafafa;
	padding-top: 64px;
	}

#toolbar a.linka {
	display: block;
	width: 20px;
	text-align: center;
	font: 10px/9px Tahoma;
	font-weight: bold;
	color: #777;
	border-top: 1px solid #C6C1C7;
	text-decoration: none;
	border-right: 1px solid #C6C1C7;
	}

#toolbar a.linka img{
	FILTER: alpha (opacity=50);
	-moz-opacity: .50;
	}

#toolbar a.linka:hover {
	color: #333;
	text-decoration: none;
	background-color: #FFF4E5;
	}

#toolbar a.linka:hover img{
	FILTER: alpha (opacity=80);
	-moz-opacity: .80;
	}

#toolbar a.linkb {
	background-color: #f5f5f5;
	display: block;
	width: 21px;
	text-align: center;
	font: 10px/9px Tahoma;
	font-weight: bold;
	color: #777;
	border-top: 1px solid #C6C1C7;
	text-decoration: none;
	}

#toolbar a.linkb img{
	FILTER: alpha (opacity=50);
	-moz-opacity: .50;
	}

#toolbar a.linkb:hover {
	color: #333;
	text-decoration: none;
	}

#toolbar a.linkb:hover img{
	FILTER: alpha (opacity=80);
	-moz-opacity: .80;
	}        

.sideBar {
	position: absolute;
	top: 64px;
	right: 0px;
	width: 200px;
	background-color: #f5f5f5;
 	display: block;
    border: 1px solid #C6C1C7;
	border-left: 0px;
	height: 300px;
	display:none;
	}

.sideBar h1 {
	display: block;
	text-align: right;
	padding: 4px;
	padding-right: 8px;
	font: 11px tahoma;
	font-weight: bold;
	color: #555;
	font-variant: small-caps;
	background-color: #fff;
	border-bottom: 1px solid #C6C1C7;
	margin: 0px;
	}

.sideBar a.secList {
	display: block; 
	padding: 3px; 
	margin: 2px; 
	margin-bottom: 0px; 
	border: 1px solid #ddd; 
	background-color: #fff;
	font: 11px Tahoma;
	color: #777;
	}

.sideBar a.secList:hover {
	border: 1px solid #bbb; 
	background-color: #fff;
	font: 11px Tahoma;
	color: #555;
	}

.sideBar a.sizes {
	float: right;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
	font: 10px Tahoma;
	color: #777;
	text-decoration: none;
	}

.sideBar a.sizes:hover {
	background-color: #EFF3E6;
	text-decoration: none;
	}

.sideBar .images {
	margin: 2px; 
	padding-left: 3px;
	padding-top: 3px;
	margin-bottom: 0px; 
	border: 1px solid #ddd; 
	background-color: #fff; 
	font: 11px Tahoma; 
	color: #777;
	display: block;
	width: 177px;
	overflow: hidden !important;
	}

#editHtml {
	width: 462px; 
	border: 0px; 
	padding: 4px; 
	height: 290px; 
	font: 12px Terminal; 
	color: #555;
	background: #fff;
	}