/**
 * Style sheet xElements
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


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


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 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;
}


div.ce_accordion {
	padding: 5px 0 10px 0;
}


.ce_gallery img,
.ce_accordion img{
		border:#FFF 4px solid;
}

/*div.mod_article {
	background-image:url(../img/img_black_transparent.png);
	background-repeat:repeat;
	padding:10px;
}*/

.ce_accordion h2 {
	background-color:#BBB;
	color:#EEE;	
	cursor:pointer;
	border-bottom:#696969 1px dotted;
	padding:2px 2px 2px 10px;
	margin-bottom:6px;
}

.ce_accordion h2:hover {
	color:#696969;
}

.ce_accordion p {
	border-top:#7f0800 1px dotted;
	padding-bottom:20px;
}

#main .ce_accordion p {
	border:none;
}

.ce_gallery * {
	text-align:left;
	padding:0;
	margin:0;
}


#right p.more a {
	background-color:transparent;
	background-image:none;
	padding-left:0;
	color:#F30;
	font-weight:bold;
}

#right p.more a:hover {
	color:#333;
}

div.layout_short {
	margin:0 0 10px 0;
}























