/* game teaser */

.game_mastermind_teaser{
	
	margin-bottom:20px;
	border-right: 1px solid #BFBDBD;
	border-left: 1px solid #BFBDBD;
	border-top: 1px solid #BFBDBD;
	background-color: #EFEFEF;
	margin:  0 0 20px 0;
	
	
}
	
.game_mastermind div.banner{
	background-color: #93C9FF;
	margin: 0px 0 0 0;
	}	
	


.game_mastermind_teaser div.inner{
	border-right: 1px solid #BFBDBD;
	border-left: 1px solid #BFBDBD;
	border-bottom: 1px solid #BFBDBD;
	padding:5px;
	background-image:url(grass1.jpg);
	}
.game_mastermind_teaser div.title{
	font: bold 14px Verdana, Arial, sans-serif;
	color: #cc0000; 
	padding-bottom:5px;
		text-align:left;
}
.game_mastermind_teaser div.description{
	font: 12px Verdana, Arial, sans-serif !important;
	color: #233244 !important;
	line-height:16px !important;
	padding:0 0 10px 0 !important;
	margin:0 !important;
	text-align:left;
	
}
.game_mastermind_teaser div.description img{
	margin:0 5px 5px 0;
	border: 5px;
}
.game_mastermind_teaser div.description p{
	font: 12px Verdana, Arial, sans-serif;
	color: #233244;
	line-height:16px;
	padding-bottom:10px;
}
.game_mastermind_teaser div.linkmore{
	text-align:right;

}
.game_mastermind_teaser div.linkmore a{
	text-decoration:none;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #cc0000; 
}












/* game page */
#game_bk{
	background-image:url(grass0.jpg);
}

#game_bk_banner{
	background-color:#F2F2F2;
}

#game_mastermind{
	padding:20px;
	background-image:url(grass1.jpg);
	margin:30px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #7c7c7c;
	border-bottom:1px solid #7c7c7c;
}

#game_mastermind table.game_control{
	margin:0 0 20px 0;
}

#game_mastermind div.game_block{
	width:200px;
	float:left;
	margin:0 30px 30px 0;
	padding:20px;
	background-image:url(grass2.jpg);
}

#game_mastermind table.game_colors{
	background-color:#FFFFEA;
}

#game_mastermind div.game_info p{
	font-size:16px;
	font-weight:normal;
	
}

.game_mastermind_button a{
	font-weight:bold;
	font-size:12px;
	text-align: center;
	display:block;
	border: 1px solid #a00000;
	padding:2px;
	border-top: 2px solid #666633;
	border-left: 2px solid #666633;
	border-bottom: 2px solid #666633;
	border-right: 2px solid #666633;
	background-color:#ffffd2;
}
