/* THUMBNAIL VIEW STARTS */

/* Dark menu bar */
.markus12 {
	background-color:#5C616D;
	color:#FFFFFF;
	font-size:11px;
	padding:1px;
	padding-right:10px;
	}

/* Thumbnail td paddings */
.thumbLeft {
	padding-right:10px;
	padding-bottom:10px;
	}

.thumbCenter{
	padding-right:10px;
	padding-bottom:10px;
	}

.thumbRight {
	padding-bottom:10px;
	}

/* Thumbnail table styles */
.gameThumb {
	background-color:#FFFFFF;
	border-right:1px solid #A1A4AD;
	border-bottom:1px solid #A1A4AD;
	height:100%;
	}

/* Thumbnail image styles */
.gameThumb img {
	border: 1px solid #848484;
	margin-top:7px;
	}

.gameThumb a:hover img {
	border: 1px solid #ffffff;
	margin-top:7px;
	}

/* Thumbnail text/link styles */
.gameThumbText {
	padding:7px;
	}

/* THUMBNAIL VIEW ENDS */

/* MENU STARTS */

.gamesMenuHeader {
	background-color:#F9E6E6; 
	background-image:url(games_menu_header.gif); 
	background-repeat:no-repeat; 
	width:176px; 
	height:22px;
	}
	
.gamesMenuBg {
	background-color:#ffffff; 
	background-image:url(games_menu_bg.gif); 
	background-repeat:repeat-y; 
	width:176px; 
	padding-left:10px; 
	padding-top:10px; 
	padding-right:10px;
	}
	
.gamesMenuFooter {
	background-color:#F9E6E6; 
	background-image:url(games_menu_footer.gif); 
	background-repeat:no-repeat; 
	width:176px; 
	height:22px;
	}

.gamesSearchForm {margin:0px;}

/* MENU ENDS */


/* GAME PAGE STARTS */

.gamesGameHeader {
	background-image:url(games_game_header.gif); 
	background-repeat:no-repeat; 
	width:160px; 
	height:15px;
	}
	
.gamesGameBg {
	background-color:#ffffff; 
	background-image:url(games_game_bg.gif); 
	background-repeat:repeat-y; 
	width:160px; 
	padding-left:10px; 
	padding-top:10px; 
	padding-right:10px;
	}
	
.gamesGameFooter {
	background-image:url(games_game_footer.gif); 
	background-repeat:no-repeat; 
	width:160px; 
	height:15px;
	}
	
.addFavourite {
	border-top:2px solid #CC3333;
	border-bottom:2px solid #CC3333;
	padding-top:8px;
	padding-bottom:8px;
	}
	
.gamesCommentBox {
	width:100%;
	}

/* Thumbnail image styles */
.gameThumb1 img {
	border: 1px solid #848484;
	margin-top:7px;
	}

.gameThumb1 a:hover img {
	border: 1px solid #ffffff;
	margin-top:7px;
	}
.container {
	margin-bottom:7px;
	}

.containerContent {
	background-color:#ffffff;
	border-left:1px solid #f79a9c;
	border-right:1px solid #f79a9c;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	}
	
.containerHeader {
	height:22px;
	background-color:#F79A9C;
	text-transform:uppercase;
	}

.containerFooter {
	height:13px;
	background-color:#ffffff;
	background-image:url(footer.gif);
	background-repeat:repeat-x;
	}
	
.containerCornerTL {
	width:14px;
	height:22px;
	background-image:url(corner_t_l.gif);
	background-repeat:no-repeat;
	}
	
.containerCornerTR {
	width:14px;
	height:22px;
	background-image:url(corner_t_r.gif);
	background-repeat:no-repeat;
	}
	
.containerCornerBL {
	width:14px;
	height:13px;
	background-image:url(corner_b_l.gif);
	background-repeat:no-repeat;
	}
	
.containerCornerBR {
	width:14px;
	height:13px;
	background-image:url(corner_b_r.gif);
	background-repeat:no-repeat;
	}
	

/* GAME PAGE ENDS */