/* stylesheet for hp */

.box {
	border: 1px solid #069;
	margin-bottom: 10px;
	background-color: #E8F7FF;
}

.boxHeader {
	background: #069 url('i/header_blue.gif') no-repeat; 
	border-bottom: 0px;
	color: White;
	font-weight: bold;
	padding: 2px 5px 2px 18px;
}

.boxContent {
	padding: 5px;
}

.boxScreenshot {
	float: left;
	margin: 0 6px 1px 0;
}

.boxContent p, .boxContent ul, .boxContent li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.boxContent li {
	padding-bottom: 0px;
}

.boxAction {
	text-align: right;
}

.box h3 {
	margin: 0px;
	padding: 0px;
}



/* boxes */

#hpNewGames .box {
	border: 1px solid #F90;
	background-color: #FFF799;		/* #FFD800; */
}

#hpNewGames .boxHeader {
	background: #F90 url('i/mcblcbh.gif') no-repeat; 
	border-bottom: 0px;
	color: White;
	padding-left: 18px;
}

#hpNewGames ul {
	xbackground:red;
	margin:0px;
	padding:0px;
}


#hpNewGames li {
	margin-left: 0px;
	list-style-type:none;
}


#ahpRecommend .box {
	border: 1px solid #F90;
	background-color: #EEE;
}

#hpRecommend .boxContent{
  height:90px;
}

#ahpRecommend .boxHeader {
	background: #F90 url('i/mcblcbh.gif') no-repeat; 
	border-bottom: 0px;
	color: White;
	padding-left: 18px;
}


#hpNews .box {
	border: 0px;
	background: none;
	padding: 0px;
}

#hpNews .boxHeader {
	background-color: White;
	font-size: 1.1em;
	background: none;
	color: #069;
	padding: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #DEDFEE;
}

#hpNews .subtxt {
	font-style: italic;
	color: #069;
}

#hpNews p {
	padding-left: 25px;
	text-indent: -25px;
	padding-bottom: 2px;
}

#hpPrintOut .box {
	border: 1px solid #069;
	background-color: #CAE2F0;
}

#hpPrintOut .boxScreenshot {
	float: right;
	margin: 0 0px 1px 6px;
}

#hpPrintOut .boxAction {
	text-align: left;
}


#ahpWap .box {
	background-color: #BEFFBE;
	border: 1px solid #3C3;
}

#ahpWap .boxHeader {
	background: #3C3 url('i/header_green.gif') no-repeat;
	color: White;
	padding-left: 18px;
}


#hpRight .banner {
	padding-bottom: 5px;
}

#hpDemo .box, #hpPrintOut .box {
	border: 1px solid #AAA;
	background-color: White;
}

#hpDemo .boxHeader, #hpPrintOut .boxHeader {
	border-bottom: 1px solid #AAA;
	background: none;
	background-color: #f5f5f5;
	color: #333;
	padding-left: 5px;
	text-align: center;
}



