/*----------------- DESCRIPTION ----------------*/
.training_description{
	margin-bottom:35px;
}
.training_description .item_desc{
	width:100%;
	text-align:center;
	margin-bottom:35px;
}
.training_description .item_desc.last{
	margin-bottom:0px;
}
.training_description .item_desc p{
	padding:0px;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
	line-height:normal;
	text-transform:uppercase;
}

/*----------------- LIST_VIEW ----------------*/
#List_View {}
/* Skin TAB */
#tab-container-1-nav li {
	margin-bottom:1px;
}
#tab-container-1-nav a {
	display: block;
	background:#d63d27;
	padding: 0 10px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	line-height:34px;
	text-transform:uppercase;
}
#tab-container-1-nav a span{
	display:block;
	background:url(../images/icon_tab.png) right 10px no-repeat;
}
#tab-container-1-nav a.active span{
	background:url(../images/icon_tab_act.png) right 10px no-repeat;
}
#tab-container-1 .tab {
	margin-top:20px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:justify;
}
#tab-container-1 .tab ul {
	list-style:inherit;
	margin:0px;
	margin-left:15px;
}
#tab-container-1 .tab ol{
	list-style:decimal;
	margin:0px;
	margin-left:15px;
}
#tab-container-1 .tab img{
	height: auto !important;
	width: 100% !important;
}