.guides {
	padding-left: 45px;
}

.guides h2 {
	border-bottom: none;
	margin-bottom: -15px;
}

.guides h2 span.num {
	float: left;
	display: inline;
	width: 35px;
	overflow: hidden;
	margin: -5px 0 0 -45px;
	text-align: right;
	font-size: 140%;
	color: #ff1969;
}

.guides h3 {
	margin: 20px 0 -5px 10px;
	color: #999;
}

.guides h3 span.num {
	color: #444;
	padding-right: 20px;
}

.guides p,
.guides li {
	color: #666;
}

.guides p strong,
.guides li strong {
	color: #ff1969;
}

.guides p strong.black,
.guides li strong.black {
	color: #000;
}

.boxout {
	margin-top: 30px;
	/*border: 1px solid #ff1969;
		padding: 15px;*/
	font-size: 115%;
	line-height: 1.4;
}

.interwebs {
	margin: 30px 0 30px -45px;
	padding: 5px 45px;
	border: 1px solid #ccc;
	background: #eef8fb url(/res/images/interwebs_bg.jpg) 50% 50% no-repeat;
}

.interwebs h2 {
	margin-top: 10px;
}

.guides span.screenshot {
	display: block;
	text-align: center;
	padding: 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0 15px -45px;
	line-height: 1;
}

.guides li span.screenshot {
	margin-left: -75px;
}

.with_icon {
	clear: left;
	padding-left: 100px;
}

.with_icon img {
	float: left;
	margin-left: -100px;
}