.inner {
	margin: 20px 16px 15px 20px;
}

ul {
	list-style: none;
	margin: 5px 0 0 -44px;
}

li {
	margin: 3px;
	padding-left: 15px;
	background: url(http://www.devppl.com/images/bullet.gif) no-repeat;
}

li:hover {
	background: url(http://www.devppl.com/images/bullet-hover.gif) no-repeat;
}

li a {
	text-decoration: none;
}

.tutorial {
	margin: 2px 0 10px 20px;
	float: left;
	width: 100%;
}

.tutorial .image {
	float: left;
	width: 40px;
	height: 40px;
	padding: 5px;
	margin: 14px 10px 10px 0;
	background: url(http://www.devppl.com/images/tutorial-shadow.gif) no-repeat;
}

.tutorial .link {
	float: left;
	font-size: 18px;
	height: 24px;
	width: 500px;
}

.tutorial .link a {
	text-decoration: none;
	color: #222222;
}

.tutorial .description {
	float: left;
	height: 33px;
	width: 560px;
	width: 500px;
}

.tutorial .category {
	float: left;
	height: 12px;
}

.tutorial .category a {
	color: #222222;
	text-decoration: none;
}


.image-bkg {
	width: 40px;
	height: 40px;
	padding: 5px;
	background: url(http://www.devppl.com/images/tutorial-shadow.gif) no-repeat;
}






.category ul {
	margin: 0 0 0 -44px;
}

.category li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	padding-left: 15px;
	background: url(http://www.devppl.com/images/bullet.gif) no-repeat;
}

.category li:hover {
	background: url(http://www.devppl.com/images/bullet-hover.gif) no-repeat;
}


.seperator {
	float: left;
	background: url(http://www.devppl.com/images/seperator.gif) repeat-x;
	width: 654px;
	height: 5px;
	margin-left: 4px;
}
