/* STYLING */

div#module_game textarea,
div#module_game input.textfield {
	border: 1px solid #ccc;
}

div#module_game h3 {
	border-bottom: 1px solid #cccccc;
}

div#module_game div.module_meta {
	color: #a9a9a9;
}

div#game_image {
	border: 1px solid #ccc;
}

table#game_stats td.label,
table#game_stats td.info {
	border-bottom: 1px solid #f0f0f0;
}

table#game_stats td.label {
	color: #c0c0c0;
}

div#game_share div#game_tip {
	background: #fffaa7 url(/gfx/shadow_narrow.gif) bottom center no-repeat;
}

div#game_share div#game_ad {
	background: #f4f4f4 url(/gfx/shadow_narrow.gif) bottom center no-repeat;
}

div#game_comments div#write_comment_box {
	background: #fffaa7 url(/gfx/shadow_wide.gif) bottom center no-repeat;
}
	div#game_comments div#write_comment_content {
		background: url(/gfx/comment_top_you.gif) top left no-repeat;
	}
	
	div#game_comments div.user_comment_meta {
		color: #b8b8b8;
	}
	div#game_comments div.user_comment_content {
		background: #f4f4f4 url(/gfx/comment_top.gif) top left no-repeat;
		border-bottom: 1px solid #ccc;
	}




/* SKELETON */

div#module_game textarea,
div#module_game input.textfield {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 5px;
}

div#module_game textarea {
	width: 96% !important;
	width: 92%;
}

div#module_game div.module_content {
	font-size: 0.9em;
	padding: 5px;
}

	div#module_game div.module_meta {
		font-size: 0.9em;
		font-style: italic;
		padding: 5px 0;
	}

	div#game_image {
		float: right;
		padding: 3px;
	}
	
	div#game_info {
		margin-bottom: 10px;
		width: 450px;
	}
	
		div#game_description {
			padding: 10px 0;
		}
	
		table#game_stats {
			width: 100%;
		}
			table#game_stats td {
				height: 30px;
				vertical-align: center;
			}
			table#game_stats td.icon {
				width: 25px;
			}
			table#game_stats td.label {
				font-size: 1em;
				font-weight: bold;
				width: 110px;
			}
			table#game_stats td.info {
				font-size: 0.9em;
			}
			
		div#game_play {
			margin: 8px 0;
			margin-left: 25px;
		}
		
	div#game_interact {
		margin-top: 10px;
	}
	
		div#game_embedded div.block {
			text-align: center;
		}
		
		div#game_share {
			float: right;
			width: 258px;
		}
			div#game_share div.block {
				margin-bottom: 10px;
			}
				div#game_share div.block_content {
					padding: 6px 4px 0;
				}
					div#game_share div#game_tip {
						padding: 10px;
						padding-bottom: 26px;
						text-align: center;
					}
					div#game_share div#game_ad {
						padding: 0 2px;
						padding-bottom: 16px;
						position: relative;
					}
						div#game_share div#game_ad .thumb {
							position: absolute;
						}
						div#game_share div#game_ad .ad {
							padding-left: 48px;
						}
	
		div#game_comments {
			width: 450px;
		}
			div#game_comments div.block {
				padding: 5px;
			}
				div#game_comments div#write_comment_top {
					height: 25px;
					line-height: 25px;
				}
					div#game_comments div#game_rate {
						float: right;
						margin-top: -3px;
					}
				div#game_comments div#write_comment_box {
					padding-bottom: 16px;
					text-align: center;
				}
					div#game_comments div#write_comment_content {
						padding: 10px;
						padding-top: 24px;
					}
				div#game_comments div.user_comment {
					margin-bottom: 20px;
				}
					div#game_comments div.user_comment_rating {
						float: right;
					}
					div#game_comments div.user_comment_meta {
						font-size: 0.9em;
					}
					div#game_comments div.user_comment_content {
						padding: 10px;
						padding-top: 24px;
						overflow: hidden;
						width: 440px;
					}