#gamebox {
	background: #fff;
	width: 555px;
	height: 420px;
	position: relative;
	overflow: hidden;
	/*border: 1px solid #eee;*/
}
.rowtitle {
	position: relative;
	height: 30px;
	line-height: 30px;
	width: 181px;
	background: #0073bb;
	display: block;
	text-align: center;
	margin: auto;
	color: #fff;
	font-size: 14px;
	/*border: 1px solid #ddd;*/
	text-transform: uppercase;
	font-weight: bold
}
.row {
	display: block;
	position: relative;
	width: 181px;
	height: 420px;
	background: #efefef;
	float: left;
	text-align: center;
	padding-top: 5px;
	margin-right: 4px;
}
#row1 {

}
.cardbox {
	position: relative;
	width: 175px;
	height: 55px;
	/*background: yellow;*/
	margin: auto;
	margin-top: 8px;
	border-bottom: 1px solid #aaa;
	/*background: url(../images/game/dot1.gif) left bottom repeat-x;*/
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
.card {
	position: relative;
	top: 60px;
	left: 0px;
	width: 156px;
	height: 55px;
	margin: auto;
	cursor: pointer;
	z-index: -1;
}
.card:hover {
	/*top: 0px;*/
}
.card1_1 {
	background: url(../images/game/card_1_1.gif) 0px 0px no-repeat;
}
.card1_2 {
	background: url(../images/game/card_1_2.gif) 0px 0px no-repeat;
}
.card2_1 {
	background: url(../images/game/card_2_1.gif) 0px 0px no-repeat;
}
.card2_2 {
	background: url(../images/game/card_2_1.gif) 0px 0px no-repeat;
}
.card3_1 {
	background: url(../images/game/card_3_1.gif) 0px 0px no-repeat;
}
.card3_2 {
	background: url(../images/game/card_3_1.gif) 0px 0px no-repeat;
}
.categorie {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 100px;
	height: 20px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#questioncard {
	position: absolute;
	top: 55px;
	left: 162px;
	width: 230px;
	height: 340px;
	/*background: #fff;*/
	display: none;
	z-index: 100;
	cursor: pointer;
}
#questioncard_content_box {
	position: relative;
	height: 320px;
	width: 230px;
	background:  #fff url(../images/game/qcardmiddle.gif) left top repeat-y;
	color: black;
	font-size: 12px;
	line-height: 14px;
}
#questioncard_content {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 200px;
	height: 305px;
	background: #fff;
}
#questioncard_content .content_top {
	background: #484848;
	padding: 8px 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	height: 50px;
}
#questioncard_content table {
	width: 200px;
	height: 305px;
}
#questioncard_content td {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	padding: 4px;
}
#questioncard_content .tar {
	text-align: right;
}
#questioncard_content .tac {
	text-align: center;
}
#questioncard_content .tal {
	text-align: left;
}
#questioncard_content td.last {
	border-bottom: 2px solid #484848;
	/*border-top: 2px solid #484848;*/
	font-size: 16px;
	line-height: 16px;
}
#questioncard_content td ol {
	list-style-type:lower-alpha;
	padding-left: 25px;
	margin-bottom: 0px;
	font-weight: bold;
}
#questioncard_content td ol li {
	/*font-weight: normal;*/
}
.normal {
	font-weight: normal !important;
}
.aleft {
	text-align: left !important;
}
.aright {
	text-align: right !important;
}
.acenter {
	text-align: center !important;
}
#questioncard_content td .big {
	font-size: 17px;
	font-weight: normal;
}
#qcardtop {
	position: relative;
	background: url(../images/game/qcardtop.gif) 0px 0px no-repeat;
	width: 230px;
	height: 10px;
}
#qcardbottom {
	position: relative;
	background: url(../images/game/qcardbottom.gif) 0px 0px no-repeat;
	width: 230px;
	height: 10px;
}
#closebtn {
	position:absolute;
	top:0px;
	right:0px;
	width:16px;
	height:16px;
	display: none;
	z-index: -1;
	background: url(../images/game/close.gif) center center no-repeat;
}
.theNumber {
	display: none;
}