h1, p {
  margin: 0 0 10px 0;
}
div[mce_name=foo] {
  margin: 10px;
  border: 1px solid #ccc;
  background-color: #ddd;
}
ul.menu li {
  width: 200px;
  margin: 5px;
  border: 1px solid #234567;
  padding: 4px 20px;
}



.image_left, .image_right, .image_block {
  display: block;
  margin: 10px;
}
.image_left {
  float: left;
}
.image_right {
  float: right;
}


/* For Editor
----------------------------------------------------------*/
#body_column.editor {
padding: 5px 125px 5px 15px; /* left_padding + width + right_padding = 760px */
background: #fff url(/images/admin/background.editor.gif) repeat-y -110px 0px; /* left_pos = 0 - (right_padding - 15) */
}





/* Body Column
----------------------------------------------------------*/
#body_column {
font-family: verdana;
}

/* Headers -----------------------------------------------*/
#body_column h1 {
margin-bottom: 10px;
font-size: 18px;
color: #FEB835;
}
#body_column h2 {
margin-bottom: 8px;
font-size: 14px;
color: #FC7C00;
}
#body_column h3 {
margin-bottom: 8px;
font-size: 12px;
color: #666;
}

/* Regular text elements ---------------------------------*/
#body_column p, #body_column li, #body_column th, #body_column td {
font-size: 12px;
line-height: 18px;
color: #333;
}
#body_column p, #body_column ul, #body_column ol, #body_column table {
margin-bottom: 20px;
}

/* Lists -------------------------------------------------*/
#body_column li {
list-style-position: outside;
}
#body_column ul li {
margin-left: 20px;
padding-left: 6px;
list-style-type: disc;
}
#body_column ol li {
margin-left: 24px;
padding-left: 2px;
list-style-type: decimal;
}

/* Tables ------------------------------------------------*/
#body_column table {
width: 100%;
}
#body_column th, #body_column td {
padding: 3px;
/*
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
*/
border: 1px solid #ddd;
}
/*
table.borderless tr {
  border-top: 1px dashed #dedede;
  border-left: 1px dashed #dedede;
}
table.borderless td {
  border-right: 1px dashed #dedede;
  border-bottom: 1px dashed #dedede;
}
*/


/* Links -------------------------------------------------*/
#body_column a {
color: #00818E;
text-decoration: none;
}
#body_column a:hover {
text-decoration: underline;
}