/**
 * Style sheet trElements
 */
.ce_text
{
	margin:0px 0px 10px 0px;
	line-height:1.4;
}

.ce_text_list
{
	margin:0px 0px 5px 0px;
}

.ce_list ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.ce_list li
{
	margin:0px;
	padding:0px 0px 0px 8px;
	background-repeat:no-repeat;
	line-height:1.4;
	list-style-type:none;
	background-position: 0px 5px;
}

#company .ce_list li
{
	background-image:url("tl_files/gfx/list_icon_c.gif");
}

#reference .ce_list li
{
	background-image:url("tl_files/gfx/list_icon_m.gif");
}

#request .ce_list li
{
	background-image:url("tl_files/gfx/list_icon_y.gif");
}

#news .ce_list li
{
	background-image:url("tl_files/gfx/list_icon_k.gif");
}

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

*:first-child+html .ce_list li
{
	margin:0px;
	padding:0px 0px 0px 9px;
}

.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;
}

.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}

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