/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Text */
.ce_text {
  line-height: 1.5em;
}

/* Listing */
.ce_list ul {
  margin: 0;
  padding: 0;
}
.ce_list li {
  margin: 0 0 0 22px;
  padding: 0;
  line-height: 1.4em;
}
* html .ce_list li {
  margin: 0 0 0 26px;
}
*:first-child+html .ce_list li {
  margin: 0 0 0 26px;
}

/* Table */
.ce_table table {
  border-left: 1px solid #cccccc;
}
.ce_table td {
  padding: 2px 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.ce_table th {
  padding: 2px 8px;
  background-color: #e6e6e6;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* Image gallery */
.ce_gallery table {
  width: 100%;
}
.ce_gallery td {
  text-align: center;
  vertical-align: middle;
}

/* Download */
html>body .mime_icon {
  top: -1px;
  position: relative;
}
