/*
 * Copyright (c) 2007-2009 Crispy Gamer, Inc.  All Rights Reserved.
 */

/* Styles for the Content Box listing */

.crispygamer_gamebox {
	width: 458px;
	max-width: 458px;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	text-align:center;
	}
	
	.crispygamer_gamebox h2 {
			font-weight:bold;
			font-size:15px;
			color: #3961C0;
			margin:0 0 10px 0;
			padding:0 0 4px 0;
			/*	border-bottom:1px solid #333; */
		}
	.crispygamer_gamebox h2 a {
		color:#E50; 
		text-decoration:none;
	}
	.crispygamer_gamebox ol {
			margin:0 0 10px 15px; padding:0 0 0 15px;
			list-style-type:decimal;
			text-align:left;
	}
		.crispygamer_gamebox ol li {
				margin:0px 0px 0px 0px; 
				color:#547a07;
				font-family:Arial, Helvetica, sans-serif;
				text-decoration:none;
				font-size:18px;
				font-weight:bolder;
				border-bottom: 1px #cccccc solid;
				/* border-bottom:1px dashed #333; */
			}
				.crispygamer_gamebox ol li a {
					display:block;
					padding:4px 0px;
					color:#666666;
					font-family:Arial, Helvetica, sans-serif;
					text-decoration:none;
					font-weight:bold;
					font-size:12px;
				}
					.crispygamer_gamebox ol li a span {
						white-space:nowrap;
					}
					.crispygamer_gamebox ol li a:hover {
						color:#547a07;
						font-family:Arial, Helvetica, sans-serif;
						font-weight:bold;
						text-decoration:none;
						font-size:12px;
					}
		.crispygamer_gamebox .crispygamer_textright {
			text-align:right;
			color: #6A89EE;
			text-decoration: none;
			font-weight: bold;
		}
			.crispygamer_gamebox .crispygamer_textright a {
				text-align:right;
				color: #6A89EE;
				text-decoration: none;
				font-weight: bold;
			}



