*{
	margin:0;
	padding:0;
}

#page{
	width:1160px;

	margin-right: auto;

	margin-left: auto;
	background-image: url(img/line.png);
	background-repeat: repeat-y;
}
#divcss5{
	border:1px solid white;
	text-shadow:1px 1px 0 white;
	padding-top: 20px;
	padding-right: 90px;
	padding-bottom: 60px;
	padding-left: 60px;
}

/* The expand / collapse button */

a.button{
	background:url('img/buttons.png') no-repeat;
	width:80px;
	height:38px;
	position:absolute;
	right:50px;
	top:45px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button.expand:hover{ background-position:0 -38px;}
a.button.collapse{ background-position:0 -76px;}
a.button.collapse:hover{ background-position:0 bottom;}

/* Definition Lists */

dt{
	color:#039;
	font-size:25px;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

dt:hover{
	color:#006;
}

dt .icon{
	background:url('img/bullets.png') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:11px;
	width:12px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:14px;
	color:#00F;
	line-height:1.5;
	padding:20px 0 0 25px;
	width:580px;
	display:none;
}


/* Only Needed For The Demo Page */


p.createdBy{
	font-size:15px;
	font-weight:normal;
	margin:50px;
	text-align:center;
	text-shadow:none;
}
