﻿@charset "utf-8";

/* list style */
.tbl_list {
	margin-bottom: 20px;
	border-bottom:1px solid #120c03;
}
.tbl_list table {
	border-collapse:collapse;
	width: 100%;
	border-top: 2px solid #9b7421;
}
.tbl_list table thead th {
	border: 1px solid #604914;
	text-align: center;
	color: #b3871d;
	font-weight: bold;
	background: #261d0c url('http://simg.gpotato.eu/heroes/fr/common/layout/bg_pattern2.gif');
	padding: 6px 0 5px 0;
}
.tbl_list table tbody td {
	border: 1px solid #604914;
	text-align: center;
	color: #ac925b;
	padding: 6px 0 5px 0;
	vertical-align:middle;
}
div.tbl_list table  thead th.start {
	border-left: none;
}
div.tbl_list table  thead th.end {
	border-right: none;
}
div.tbl_list table tbody td.start {
	border-left: none;
}
div.tbl_list table tbody td	 ul	 li	 {text-align:left;padding: 6px 0 5px 15px;}
div.tbl_list table tbody td.end {
	border-right: none;
}
.tbl_list table tbody td.left {
	padding: 6px 0 5px 15px;
	text-align: left;
}
.tbl_list table tbody td	span.abcolor	{color:#a11d02;}


/* view style */
.tbl_view {
	margin-bottom: 20px;
	border-bottom:1px solid #120c03;
}
.tbl_view table {
	border-collapse:collapse;
	width: 100%;
	border-top: 2px solid #9b7421;
}
.tbl_view table tbody th {
	border: 1px solid #604914;
	color: #b3871d;
	font-weight: bold;
	background: #261d0c url('http://simg.gpotato.eu/heroes/fr/common/layout/bg_pattern2.gif');
	padding: 6px 0 5px 15px;
}
.tbl_view table tbody td {
	border: 1px solid #604914;
	color: #ac925b;
	padding: 6px 0 5px 10px;
}
div.tbl_view table tbody th.start {
	border-left: none;
}
div.tbl_view table tbody td.end {
	border-right: none;
}

