#peter_ct {
	width: 600px;
	margin: 30px auto 0px;
}

/*---- System Requirements ----*/

#sysreq_wrap {
	margin: 0 auto 20px;
	padding: 0;
	width: 440px;
}

.sysreq_top {
	background: url('img/sysreq_top.gif') no-repeat bottom;
	/*height: 5px;*/
	margin: 0;
	padding: 0;
}

.sysreq_btm {
	background: url('img/sysreq_btm.gif') no-repeat;
	height: 5px;
	margin: 0;
	padding: 0;
}

.sysreq_main {
	background: #d4c2ad url('img/sysreq_bg.gif') no-repeat;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-align:left;
	border-left: 1px solid #b4ac7e;
	border-right: 1px solid #b4ac7e;
}

.sysreq_main p {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #333333; !important
}

.sysreq_main h3 {
	margin: 0 0 10px 0;
	color: #333333; !important
}

.sysreq_main ul {
	list-style-type: none;
	margin-bottom: 15px;
}		

.sysreq_main ul li {
	padding-left: 25px;
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 13px;
	color: #333333; !important
	
}

.sysreq_main ul li.compatible {
	background: url('img/tick.gif') no-repeat;
	/*height: 16px;*/
}		

.sysreq_main ul li.not_compatible {
	background: url('img/no_sign.gif') no-repeat;
	height: 16px;
}


/*---- Peter Says ----*/


#bubble_wrap {
	margin: 0 0 10px 0;
	padding: 0;
	width: 440px;
	float: left;
	position: relative;
	left: -50px;
	
}

#phead {
	float: left;
	width: 132px;
	height: 131px;
	background: url('img/head.gif') no-repeat top;
	position: relative;
	left: -50px;
}

#bubble_main {
	margin: 0 0 0 0;
	width: 440px;
	padding: 0 0 0 0;
	background: #ededed url('img/bubble_bg.gif') no-repeat;
	text-align: left;
}

.bubble_btm {
	background: url('img/bubble_btm.gif') no-repeat top;
	height: 5px;
	margin: 0;
	padding: 0;
}


#bubble_main h3 {
	color: #585858;
	padding: 10px 5px 5px 10px;
	margin: 0 0 0 0;
}

#bubble_main p {
	line-height: 1.5em;
	font-size: 12px;
	padding: 0 5px 10px 10px;
	color: #585858;
	margin: 0 0 0 0;
}

#bubble_main a {
	color: #585858;
}

.clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;	
}
