.posi_title {
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}

/* <- Oranger TD -> */
.orange_td {
	font-size: 0px;
	height: 3px;
	background-color: #FF9900;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1pt solid #222222;
}
.orange_td_com {
	font-size: 0px;
	height: 4px;
	background-color: #FF9900;
	border: 1px solid #222222;
}
.orange_td_com_r {
	font-size: 0px;
	height: 4px;
	background-color: #FF9900;
	border: 1px solid #222222;
	border-left: 0px;
}
.orange_td_l {
	font-size: 0px;
	height: 3px;
	background-color: #FF9900;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
.orange_td_m {
	font-size: 0px;
	height: 3px;
	background-color: #FF9900;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
.orange_td_r {
	font-size: 0px;
	height: 3px;
	background-color: #FF9900;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

.tut_title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}

a.tut_big, a.tut_big:link, a.tut_big:visited, a.tut_big:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}
a.tut_big:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}
.latesttutorials_hits {
	color: #FF9900;
	border-bottom: 1px dashed #AAAAAA;
}
.latest_title {
	padding: 3px 0px;
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	background-color: #222222;
}
/* <- Position-Link -> */
a.posilink, a.posilink:link, a.posilink:visited, a.posilink:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.posilink:hover {
	text-decoration: none;
	color: #FF9900;
}

a.tut_link, a.tut_link:link, a.tut_link:visited, a.tut_link:active {
	text-decoration: underline;
	color: #FF5500;
}

a.tut_link:hover {
	text-decoration: underline;
	color: #222222;
}
a.latestlink:hover {
	text-decoration: none;
	color: #FF9900;
}
.tutorials_visits {
	color: #FF9900;
	font-weight: bold;
}