@charset "utf-8";
/* CSS Document */

#tips{
	width: 800px;
	margin: 30px auto;
	padding: 30px 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

#tips > img{
	margin-right: 25px;
	float: left;
	width: 250px; 
}

#tips > h1{
	color: #390;
	margin-top: 0;
	font-size: 32px;
}

#tips > p{
	font-size: 20px;
}

#steps h1{
	font-size: 18px;
}

.panel-wrapper div:not(.description){
	background-color: #f2f2f2;
	padding: 5px;
	border: #aaa solid 1px;
}

.panel-wrapper div:not(.description) img{
	width: 16px;
	float: right;
	cursor: pointer;
}

.panel-wrapper div:not(.description) p{
	margin: 0 5px;
}

.panel:nth-child(2) .description{
	height: 150px;
}

.panel:nth-child(4) ul{
	display: inline-block;
	vertical-align: top;
}

.odd img{
	float: right;
	height: 100px;
}

.even img{
	float: left;
	height: 100px;
}

.close{
	background-image: url(../images/expand.png);
}

.open{
	background-image: url(../images/collapse.png);
}