@import url("../general.css");
@import url("project_main.css");

.how_to {
	width: 574px;
	border: solid 1px #696969;
	clear: both;
	margin-top: 20px;
	float: left;
	padding-bottom: 4px;
	color: #888;
	font-size: 14px;
	line-height: 1.2em;
}

.how_to .how_to_title, .p_section .p_section_title {
	position: relative;
	background: #73761F url('../../img/backgrounds/light_header_fade.jpg') repeat-x;
	line-height: 20px;
	height: 20px;
	color: #555 !IMPORTANT;
	font-size: 13px;
	padding-left: 4px;
	font-weight: bold;
	border-bottom: solid 1px #888;
}
.how_to .how_to_title .how_to_difficulty {
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
}
.p_section ul, .p_section ol, .how_to .steps {
	padding: 4px 0 0 8px;
	margin: 0 0 0 17px;
	*margin: 0 0 0 24px;
	font-size: 11px;
}
.how_to .steps {
	padding: 4px 4px 4px 8px;
	list-style-type: decimal;
	clear: both;
}
.how_to .steps li {
	padding-top: 10px;
	clear: both;
}
.how_to .steps li .step_title {
	font-weight: bold;
}
.how_to .steps li img {
	width: 120px;
	float: right;
	padding: 0 0 0 14px;
}

.p_section {
	width: 188px;
	height: 200px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: solid 1px #696969;
	margin: 0 1px 8px 1px;
	vertical-align: top;
	position: relative;
	padding-bottom: 8px;
}
.p_section ol {
	list-style-type: decimal;
}
.p_section ul {
	list-style-type: none;
	list-style-image: url('../../img/icons/list_dash.jpg');
	*list-style-image: url('../../img/icons/list_dash.gif');
}
.p_section li {
	margin: 0 0 3px 0;
}
.p_section .p_section_list {
	list-style-type: none !IMPORTANT;
	margin-left: 0px;
}
.p_section .p_section_list li {
	padding: 0 0 0 0px;
	margin: 0 0 3px 0;
}
.p_section .p_section_list li a {
	color: #696969 !IMPORTANT;
}
.p_section .p_section_list li a:hover {
	text-decoration: underline !IMPORTANT;
}
.p_section .p_section_link {
	position: absolute;
	bottom: 7px;
	left: 4px;
}
.inner_steps li {
	margin-left: 7px !IMPORTANT;
}
