/*module services*/
#settings ul {
	margin-top:1em;
	list-style-type:none;
	}

#settings ul ul {
	margin-top:0.25em;
	}

table.template td ul.services {
	list-style-type:none;
	margin:0px;
	margin-top:1em;
	padding:0px;
	}

table.template td ul.services li {
	padding-bottom:0.25em;
	}

ul.containerDescription {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:0.25em;
}

table.template table.containers tbody td.fixed {
	width:100px;
	}

table.template table.containers tbody th.glue {
	padding:0px;
	padding-right:8px;
	padding-top:9px;
	width:100px;
	vertical-align:top;
	}

table.template table.containers tbody tr.setBorder th {
	border-bottom:1px solid #b3b3b3;
	border-left:1px dotted #ddd;
	}

table.template table.containers tbody tr.setBorder th.first {
	width:120px;
	border-color:transparent;
	text-align:right;
	}


div.clear {clear:both;}

table.template table.containers {
	float: left;
	}
table.template table.containers th {
	font-weight: normal;
	padding: 5px 10px;
	text-align: left;
	}
table.template table.containers td {
	border-top: 1px solid #DDDDDD;
	padding: 5px 10px;
	}
table.template table.containers td.value {
	font-weight: bold;
	}

table.template div.containers {
	float: left;
	margin: 0 0 0 40px;
	}
table.template div.containers p {
	padding: 0;
	margin: 3px 0 3px;
	}

table.template img.container-image {
	margin: 15px 0 0 -37px;
	}

table.template .container-warning {
	border-radius: 10px;
	background: #FFDFBF;
	padding: 15px 20px 20px;
	margin: 30px 0 0 0;
	color: #B22C00;
	}
table.template .container-warning .title {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px;
	}

.alert-info {
  color: #333;
  background-color: #FEF7E7;
  border-color: #FAD785;
}
.alert-info .title { font-weight: bold; margin-bottom: 5px;}

.alert {
  padding: 20px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}