/* Content
-----------------------------------------*/
#content {
	margin: 0px 200px 0px 0px;
	width: auto;
	}
/* Game table list
-----------------------------------------*/
table {
	width: 100%;
	}
th {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	text-align: left;
	background: #BDCFD3;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.game td {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
td.game_title, th.game_title {
	padding-left: 10px;
	}
	td.game_title1, th.game_title1 {
	padding-left: 10px;
	width:50%;
	}
	.justify
	{
	 text-align:justify;
	 padding-right:40px;
	}
.review {
	text-align: right;
	}
/* The games search box
 * overflow: visible - will ensure that the content shows on top
-----------------------------------------*/
#game_search .content {
	height: 5.2em;
	overflow: visible;
	}
/* Each dropdown needs a static widths
 ****************************************/
#genre_dropdown {
	padding-right: 10px;
	float: left;
	}
#genre_dropdown ul {
	width: 20em;
	}
#platform_dropdown {
	float: left;
	}
#platform_dropdown ul {
	width: 10em;
	}
/*
-----------------------------------------*/
#by_letter {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}
.letter {
	text-align: center;
	float: left;
	}
.letter a {
	margin: 0px 2px 5px 0px;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	border: 1px solid #DEDEDE;
	font-weight: bold;
	background: #FFFFFF;
	display: block;
	}
.letter a div {
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 5px 3px;
	border: 1px solid #C2CCCF;
	width: 0.8em;
	}
.letter a:hover div {
	background: #E0EBEF;
	}
li.selected a div {
	background: #E0EBEF;
	}


.game_platform {	
	text-transform: uppercase;
	}

#restart {
    float: right;
    }
#search_form {
    padding: 10px 10px 10px 10px;
    background: #D6DEE1;
    }
#search_by_letter {
    padding: 10px 10px 5px 10px;
    background: #CCD6D8;
    }
#right {
    text-align: center;
    }
#right .section {
    padding: 10px 0px 10px 0px;
    }
   
	
