<!DOCTYPE html>
	<html lang="en"  xmlns:fb="http://www.facebook.com/2008/fbml">
	<head>
		<meta charset="UTF-8" />
		<title>Cheap Video Game Shopping, Sales and Deals - Cheap Ass Gamer</title>
		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
		
		<link rel="shortcut icon" href='https://www.cheapassgamer.com/customicon.ico' />
		<link rel="image_src" href='https://www.cheapassgamer.com/public/style_images/cag3_dark/meta_image.png' />
		<!-- Start jQuery -->
		<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
		<script type='text/javascript'>
			var jQ = jQuery.noConflict();
		</script>
		<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script>
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
		<script type='text/javascript'>
		//<![CDATA[
			jsDebug			= 0; /* Must come before JS includes */
			USE_RTE			= 1;
			DISABLE_AJAX	= parseInt(0); /* Disables ajax requests where text is sent to the DB; helpful for charset issues */
			inACP			= false;
			var isRTL		= false;
			var rtlIe		= '';
			var rtlFull		= '';
		//]]>
		</script>
				
	
				
			<link rel="stylesheet" type="text/css"  href="https://www.cheapassgamer.com/public/js/3rd_party/perfect-scrollbar/perfect-scrollbar.css?ipbv=dcbf95d7bc8ed5eb32f70d1e344994bb" />
		
	
	

	
	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_collections*/
.shelf 
{

}
.shelf .product
{
	display: inline-block;
	padding: 8px;
	margin: 2px;
	background-color: #23252b;

	border: 1px solid #2d3038;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.shelf .product img
{
	height: 150px;
}

.padded_description
{
	padding: 0 26px 0 26px;
}

.padded_description .example
{
	padding: 26px;
	font-style: italic;
}

#collections
{
	margin-top: 15px;
}

#collections .rightIcon, #searchResults .add
{
	opacity: 0.8;
	float: right;
	margin-left: 10px;
}

#collections .rightIcon:hover, #searchResults .add:hover
{
	opacity: 1;
}

#collections .rightIcon img, #searchResults .add img
{
	width: 15px;
	height: 15px;
}

#collections .loading
{
	width: 500px;
	text-align: center;
}

#collectionControls
{

}

#collectionControls .form_bit > input[type=text]
{
	min-width: 392px;
	font-family: 'proxima-nova';
}

#collectionControls .form_bit .label img
{
	margin: -2px 0 0 4px;
}


#productSettings
{
	display: none;
}


#collections .row
{
	padding: 0 !important;
	border: 0 !important;
}

#just_added 
{
	display: none;
}


#just_added .products
{
	margin-bottom: 18px;
}

.listresult .loadingIcon
{
	opacity: 0.3 !important;
	display: none;
}

.listresult_handle .description
{
	margin-bottom: 14px;
	padding: 10px;	
	font-size: 13px;
}

.listresult_handle .description.withAvatar
{
	margin-left: 38px;
}

.listresult_handle .ipsUserPhoto_mini
{
	width: 20px;
	height: 20px;
}

.listresult_handle .ipsUserPhoto
{
	margin: 12px 7px 0px 17px;
}

#list_owner .avatar
{
	margin: 0 10px;
}

#list_owner .owner .label
{
	font-size: 11px;
	margin-bottom: 2px;
}

#list_owner .owner
{
	padding: 0 10px;
	float: left;
}

#list_owner .count
{
	float: left;
	line-height: 18px;
	padding: 6px 16px;
}

#list_owner .like
{
	float: right;
}

#list_owner .count span
{
	font-size: 18px;
}

#collectionControls .ipsComment_reply_user_photo
{
	display: none;
}

#collectionControls .ipsComment_comment
{
	margin-left: 0 !important;
}

#collections #tableWrapper
{
	border: 1px solid #272727;
	border-left: 0;
}

#collections #tableWrapper .generic .title
{
	width: 100%;
}

#collections #list td.icons
{
	white-space: nowrap;
	width: 1px;
}

#collections #list td.category
{
	white-space: nowrap;
	width: 1px;
}

#collections #list td.icons > div
{
	padding: 0 4px;
	display: inline-block;
}

#collections #list .generic.active
{
	border-right: 3px solid #B6DB55;
}

#collections #list .generic.pending
{
	border-right: 3px solid #da7e22;
}

#filter_display
{
	font-size: 14px;
	line-height: 30px;
}

#filter_display a
{
	float: right;
}

#list_filters
{
	display: none;
	margin-top: 18px;
}


span.filter_label
{
	background: -moz-linear-gradient(-45deg,  rgba(35,37,43,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(35,37,43,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(-45deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(-45deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(135deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23252b', endColorstr='#007db9e8',GradientType=1 );

	border: 1px solid #23252b;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	padding: 2px 4px;
	margin: 0 2px;
}

ul.listNavigation
{
	margin-top: 18px;
}
ul.listNavigation > li:first-child
{
	height: 22px;
	padding-left: 0;
	border: 0;
}
ul.listNavigation > li:first-child a
{
	margin: -4px 10px 0 0;
	border: 0;
}
ul.listNavigation ul
{
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	z-index: 100;
}
ul.listNavigation li i
{
	margin-right: 6px;
}
ul.listNavigation > li
{
	display: inline-block;
	font-size: 17px;
	padding: 8px 12px;
	border-bottom: 3px solid #383838;
	margin: 0;
	position: relative;
}
ul.listNavigation > li.active
{
	border-bottom-color: #B6DB55;
}
ul.listNavigation > li:hover > ul
{
	display: block;
}
ul.listNavigation ul > li
{
	white-space: nowrap;
	width: 100%;
	display: block;
	font-size: 15px;
	padding: 8px 12px;
	border-bottom: 1px solid #383838;
	background-color: #17191f;
}
ul.listNavigation ul > li:last-child
{
	border-bottom: 0;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_global*/
.clear
{
	clear: both;
}

div.table
{
	display: table;
}

div.table .table-row
{
	display: table-row;
}

div.table .table-cell
{
	display: table-cell;
}

div.table-tbody
{
	display: table-row-group;
}

.boxart.icon img
{
     max-width: 32px;
}

.fixed_inner .boxart.icon
{
	float: left;
	margin-left: 5px;
}

.fixed_inner .search_product, #search_results li
{
	border-bottom: 1px solid #313338;
}

#search_results li .search_product
{
	border-left: 0 !important; 
}

#search_legend ul li i
{
	width: 18px;
}

h3.searchHeading
{
	padding: 17px 0 4px 0 !important;
}

.headerAlert
{
	width: 100%; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #333; 
	text-align: center;
}

#content{
	background:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	padding: 0 !important;
}

#content_wrapper
{
	width: 1000px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 300;
}
	

.headingLabel
{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	margin-top: -8px;
	margin-bottom: -3px;
}

.rightHalf
{
	width: 48%;
	float: right;
}

.leftHalf
{
	width: 48%;
	float: left;
}

.content
{
	border: 1px solid #17191f;
	margin: 9px;
	background-color: #23252b;
	box-shadow: 0px 0px 10px 1px #17191f;
}

.content.panel h1
{
	line-height: 22px;
	margin-bottom: 13px;
}

.sub_content h1
{
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	padding: 18px 18px 13px 18px;
}

.sub_content
{
	margin: 9px;
	font-size: 11px;
}

.separate
{
	margin-bottom: 18px !important;
}


.rows
{
	padding: 5px;
}

.alt1, .alt2, .row_bit
{
	padding: 10px;
	border-top: 1px solid #2D3038;
	font-size: 1em;
	position: relative;
}

.rows .row_bit:first-child
{
	border: 0;
}

.fieldname
{
	margin-left: -1px;
}

.fielddescription
{
	font-size: 11px;
}

.tborder label
{
	line-height: 22px;
}
.tborder input[type='radio']
{
	margin-right: 4px;
}

.handle
{
	cursor: pointer;
}

.row_bit .editor
{
	margin-top: 18px;
}

#secondary_column
{
	width: 261px;
	float: left;
	margin-left: -1px;
	margin-top: 11px;
	padding-left: 38px;
}

#secondary_column .price_bit
{
	font-size: 13px;
	clear: both;
	line-height: 20px;
	border: 1px solid #1c1e24;
	padding: 6px;
	margin-top: -1px;
	background-color: #23252b;
}

	#secondary_column .price_bit .retailer
	{
		float: left;
	}
	
	#secondary_column .price_bit .retailer_icon
	{
		float: left;
		margin: 0 5px 0 0;
	}

	#secondary_column .price_bit .price
	{
		float: right;
	}


.ad
{
	text-align: center;
	padding: 18px 0 18px 0;
	width: 728px;
	margin: 0 auto;
}

.ad div div
{
	margin: 0 auto;
}

.platforms
{
	float: right;
}

.platform
{
	font-weight: 300; 
	display: inline-block; 
	color: black;
	background-color: #6ab03a; 
	padding: 1px 3px 0px 4px;
	line-height: 15px;
	-webkit-border-radius: 1px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
}

.platform.active:before
{
	content: '▸ ';
	color: black;
}

.member_title .platform
{
	background-color: transparent !important;
	color: grey;
	text-transform: none;
	margin-left: -3px;
}
.member_title .platform::before
{
	 content: " on ";
}

.platform a:link, .platform a:active, .platform a:visited
{
	color: white;
	text-decoration: none;
}


.text_block
{
	line-height: 1.618em;
	font-family: 'proxima-nova';
	font-size: 14px;
}

.text_block img
{
	max-width: 100%;
}

#main_column
{
	/* width: 760px; */
	width: 660px;
	float: left;
}


#main_column h1
{
	font: 300 20px/1.3 'proxima-nova', Arial, sans-serif;
	margin-top:0;
	margin-bottom: 0.67em;
}

#main_column h2
{
	font-weight: normal;
	font-size: 1.324em !important;
	color: #000;
	margin-bottom: 0.83em !important;
	margin-top: 0.83em !important;
}

#secondary_column h3, #main_column h3, h3.slim
{
	font-weight: normal !important;
	font-size: 1em !important;
	margin: 0;
	padding: 0;
	margin-bottom: 1em !important;
}


.side_block, .main_block
{
	margin-bottom: 38px;
}

.list_block
{
	-moz-box-shadow: 0 0 10px #14161a;
	-webkit-box-shadow: 0 0 10px #14161a;
	box-shadow: 0 0 10px #14161a;
	position: relative;
}

.list_bit
{
	font-size: 13px;
	clear: both;
	line-height: 20px;
	border: 1px solid #1c1e24;
	padding: 6px;
	margin-top: -1px;
	background-color: rgba(19,21,26,0.8);
	letter-spacing: 0.03em;
}

.list_bit .smallPhoto
{
	max-width: 17px;
	max-height: 17px;
	margin-right: 8px;
}
.list_bit.button, .list_bit.button
{
	cursor: pointer;
}

.list_bit .add
{
	padding-left: 30px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/listbit_add.png) no-repeat 3px 3px;
}

.list_bit .remove
{
	padding-left: 30px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/listbit_remove.png) no-repeat 3px 3px;
}

.list_bit .loading
{
	padding-left: 30px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/loading.gif) no-repeat 3px 3px !important;
}

	.list_bit .left_field
	{
		width: 50%;
		border-right: 1px solid #1c1e24;
	}
	
	.list_bit .right_field
	{
		float: right;
	}
	
	.list_bit .checkbox
	{
		display: inline-block;
		font-weight: bold;
		padding-left: 26px;
		background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/checkbox_checked.png) no-repeat 3px 3px;
	}
	
	.list_bit .multi
	{
		display: inline-block;
		font-weight: bold;
	}

.breaker
{
	font-size: 13px;
	clear: both;
	line-height: 20px;
	border: 1px solid #1c1e24;
	padding: 6px;
	margin-top: -1px;
	margin-left: -8px;
	width: 101%;
	-moz-box-shadow: 0 0 10px #14161a;
	-webkit-box-shadow: 0 0 10px #14161a;
	box-shadow: 0 0 10px #14161a;
	background-color: rgba(23,25,31,0.8);
	position: relative;
	z-index: 90;
	font-weight: normal;
}

	.breaker .left, .box_art_overlay .left
	{
		width: 8px;
		height: 8px;
		position: absolute;
		bottom: -9px;
		left: 0px;
		opacity: 0.4;
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/breaker_left.png);
		display: none;
	}
	
	.breaker .right, .box_art_overlay .right
	{
		width: 8px;
		height: 8px;
		position: absolute;
		bottom: -9px;
		right: 0px;
		opacity: 0.4;
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/breaker_right.png);
		display: none;
	}
	
	.breaker .arrow, .box_art_overlay .arrow
	{
		width: 11px;
		height: 6px;
		position: absolute;
		top: 13px;
		right: 10px;
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/breaker_arrow.png);
		display: none;
	}

	.breaker .action
	{
		float: right;
		font-size: 20px;
		margin-right: 2px;
	}
	
.pushed .arrow
{
	width: 6px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/breaker_arrow_collapsed.png);
}

.pushed .left, .pushed .right
{
	display: none;
}

.pushed
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wipe
{
	width: 1px;
	height: 1px;
	clear: both;
}

.hook.wide_panel
{
	margin: 10px 0 20px 0;
}

.hook.wide_panel h3
{
	border-bottom: 1px solid #646464;
	padding: 0 4px 4px 4px;
	margin-bottom: 10px;
}

.hook.wide_panel .moreDivider
{
	margin-bottom: 10px;
}

.hook.wide_panel .inset
{
	padding: 0 10px 0 10px;
}
.box_art
{
	font-size: 0.818em;
	clear: both;
	line-height: 20px;
	color: #2B2B2F;
	border: 1px solid #1c1e24;
	padding: 6px;
	margin-top: -1px;
	background-color: #23252b;
	text-align: center;
}
	.box_art img
	{
		max-width: 100%;
	}

			.navPanel
			{
				border-bottom: 1px dashed grey;
				display: none;
			}
			.navPanelContent
			{
				width: 992px;
				margin: 0 auto;
				padding: 4px;
				border-left: 1px dashed grey;
				border-right: 1px dashed grey;
				position: relative;
			}
			.navPanel .rating
			{
				background-color: #f7f7f7;
				position: absolute;
				padding: 3px 6px;
				bottom: -29px; 
				right: -4px;
				border-left: 3px solid #c3c3c3;
				border-bottom: 3px solid #c3c3c3;
			}
			.navPanel .rating img
			{
				margin-right: -8px;
			}
			.navPanel .title
			{
				position: relative; 
				padding: 6px 0 6px 12px; 
				background-color: #f7f7f7; 
				float: right; 
				margin-top: 10px; 
				font: 300 18px/1.3 Helvetica, Arial, sans-serif; 
				color: #4d4d4d;
				border-left: 3px solid #c3c3c3;
				border-bottom: 3px solid #c3c3c3;
				min-width: 212px;
			}
			.navPanel .byline
			{
				position: absolute;
				bottom: -24px;
				left: -3px;
				font-size: 12px;
				padding: 0px 12px 6px 12px;
				background-color: #f7f7f7;

				border-left: 3px solid #c3c3c3;
				border-bottom: 3px solid #c3c3c3;
			}
			.navPanel .review
			{
				float: left;
				width: 490px;
				height: 100px; 
				margin-right: 50px;
			}
			.navPanel .linkBlock
			{
				float: left;
				height: 70px;
				width: 142px;
				padding: 6px 12px 6px 12px;
				margin: 6px 12px 6px 12px;
			}
			.navPanel .linkBlock.bordered
			{
				border-left: 1px dashed #424242;
			}
			.navPanel .linkBlock h3
			{
				font: 300 14px/1.3 Helvetica, Arial, sans-serif; 
			}

			.navPanel .linkBlock ul
			{
				margin: 6px;
			}
			.navPanel .linkBlock li
			{
				font: 300 12px/1.3 Helvetica, Arial, sans-serif; 
			}

			.navPanel .priceDrop
			{
				display: inline-block;
				position: relative;
				margin-left: 16px;
			}

			.priceDrop .percentage
			{
				background-color: #23252b; position: absolute; 
				left: -10px;
				bottom: 3px; 
				font: 300 20px/1.3 Helvetica, Arial, sans-serif;
				padding: 0px 5px 0px 5px;
				border-left: 3px solid #b6db55;
				border-bottom: 3px solid #b6db55;
			}

			.navPanel .prices
			{
				height: 95px;
				width: 600px; 
				overflow: hidden; 
				position: absolute; 
				top: 0; 
				right: 0; 
				margin-top: 5px;
				white-space: nowrap;
			}

			.navPanel .pricesMask
			{
				height: 95px; 
				width: 95px;
				position: absolute; 
				top: 0; 
				right: 0; 
				z-index: 5;
			}

			.navPanel .prices img
			{
				height: 90px;
			}


	#footer {
		width:100%;
		float:left;
		display: none;
		position: fixed;
		bottom:0;
		z-index:999999;
		height: 41px;
		background: #17191F;
	}

	#footer a:link, #footer a:active, #footer a:visited
	{
		color: #ededed;
	}

#colour_bar
{
	height: 3px;
	width: 100%;
	background-color: #586836;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#colour_bar_footer
{
	height: 5px;
	width: 1000px;
	background-color: #e98d32;
	position: absolute;
	top: 0;
	z-index: 1;
}

.productHotspot
{
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding: 2px 4px 2px 4px;
	cursor: help;
}


	.moreDivider
	{
		
		border-bottom: 1px solid #2D3038;
		position: relative;
		margin-bottom: 20px;
	}

	.moreDivider .label
	{
		position: absolute;
		right: 0;
		text-transform: uppercase;
		font-size: 11px;
		bottom: 0px;
		color: #eee;
		width: 34px;
		text-align: center;
	}

	.moreDivider .colour
	{
		right: 0;
		bottom: -6px;
		width: 34px;
		height: 6px;
		position: absolute;
	}

	.moreDivider .colour.collapsed
	{
		background-color: #b6db55;
	}

	.moreDivider .colour.expanded
	{
		background-color: #e98d32;
	}

	.moreDivider .right
	{
		margin-top: -23px;
	}

	.hook .moreDivider .right
	{
		margin-top: 0px;
	}
	.moreDivider .button
	{
		display: inline-block;
		margin-left: 10px;
		padding-bottom: 5px;
	}

	.moreDivider .button a:link, .moreDivider .button a:active, .moreDivider .button a:visited
	{
		color: #aaa;
	}
	
	.moreDivider .button:hover
	{
		border-bottom: 6px solid #b6db55;
	}

	.moreDivider .button.active
	{
		border-bottom: 6px solid #e98d32;
	}

.rightLabel
{
	float: right; 
	width: 45%; 
	padding: 4px 18px 4px 0px;
}

.rightLabel ul
{
	list-style: disc;
	margin-left: 15px;
}

.rightLabel ul li
{
	font-size: 11px;
	padding: 12px 0 0 0;
}

.form
{
	margin-left: 18px;
}

.form.split
{
	width: 45%;
	float: left;
}

.form_bit
{
	margin-bottom: 10px;
	clear: both;
}

.form_bit.end
{
	padding-top: 18px !important;
}

.form_bit select
{
	margin: 6px 0 10px 0;
	width: 96%;
	padding: 10px !important;
	height: 40px !important;
	line-height: 40px !important;
	border: 1px solid #cccccc;
  	background-color: #ffffff;
}


.form_bit .yesno
{
	padding: 6px; 
	border: 1px solid #23252b; 
	margin: 8px 0; 
	background-color: #23252b; 
	border-radius: 4px;
	cursor: pointer;
	width: 160px;
	clear: both;
}

.form_bit .yesno:hover
{
	border-color: rgba(182, 219, 85, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
}

.form_bit input[type=text], .form_bit select, .form_bit textarea
{
	color: #aaa;
	padding: 10px;
	width: 96%;
	margin: 6px 0 10px 0;
	font-size: 15px;
	outline: none;
	background-color: #23252b;
	border: 1px solid #2d3038;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	font-family: 'proxima-nova';
}

.form_bit input[type=text]:focus, .form_bit select:focus, .form_bit textarea:focus
{
	border-color: rgba(182, 219, 85, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
}

.form_bit .radio
{
	padding: 4px 0 4px 0;
}

.form_bit .radioGroup
{
	padding: 10px;
	clear: both;
}

.form_bit > .field
{
	width: 70%;
	float: right;
}

.form_bit > .label
{
	float: left;
	width: 27%;
}

.form_bit .description
{
	opacity: 0.5;
}

.form_bit .field_prefix
{
	display: inline-block;
	line-height: 46px;
	font-size: 26px;
	margin-right: 4px;
}

.form_bit input.price
{
	width: 80%;
	min-width: 242px !important;
	font-size: 28px;
}

.form.split .form_bit > .label
{
	width: 100%;
}

.autoshrink
{
	white-space: nowrap;
}

td.generic
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.generic
{
	background-color: #17191f;
	border: 1px solid #1c1e24;
	margin-top: -2px;
	position: relative;
	padding: 12px;
	z-index: 10;
}
	
	.generic .title
	{
		width: 300px;
	}

	.generic .boxart
	{
		float: left;
		margin-right: 12px;
		clear: left;
	}
	
	.generic img.boxart
	{
		height: 50px;
	}
	.generic .price
	{
		position: absolute;
		right: 10px;
		top: -5px;
		font-size: 20px;
		margin-left: 10px;
		text-align: right;
		line-height: 52px;
	}
	
	.generic .price .description
	{
		text-align: right;
		color: #696969;
		margin-top: -33px;
	}
	
	.generic .pricemini
	{
		float: right;
		font-size: 16px;
		margin-left: 10px;
	}
	
	.generic .retailer
	{
		font-size: 12px;
		margin-top: 0px;
	}
	
	.generic .retailer img
	{
		margin-bottom: -4px;
	}
	
	.generic a:link, .generic a:visited, .generic a:active
	{
		text-decoration: none;
	}
	
	.generic input[type=text]
	{
		font-size: 14px;
		background-color: transparent;
		border: 1px solid #cbcbcb;
		padding: 4px;
		margin: 0;
		width: 50%;
		position: absolute;
		right: 10px;
	}
	
	.generic select
	{
		font-size: 14px;
		margin: 0;
		position: absolute;
		right: 10px;
	}
			
	.generic input[type=submit]
	{
		font-size: 14px;
		background-color: transparent;
		border: 0;
		padding: 0;
		margin: 0;
	}

	.generic .platform
	{
		margin-left: 3px;
	}


.dropdown {
	position: absolute;
	z-index: 9999999;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #FFF;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-bottomtip:before {
  position: absolute;
  bottom: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #CCC;
  border-top-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-bottomtip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-bottomtip:after {
  position: absolute;
  bottom: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
  display: inline-block;
}

.dropdown.dropdown-bottomtip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}

.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #da7e22;
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

#product_column
{
	float: left; 
	width: 244px; 
	clear: both;
}









#product_overlay
{
	width: 100%;
	top: 40px;
	position: absolute;
	display: none;
}

	#product_overlay .close
	{
		float: right;
		font-size: 30px;
		padding: 10px 10px 0 0;
		cursor: pointer;
	}

	#product_overlay > div.main_width
	{
		background-color: #13151a;
		border-bottom: 3px solid #b6db55;
		text-align: left;
		padding-bottom: 3px;
	}

	#product_overlay .productimage.block
	{
		width: 140px;
		min-width: 140px;
		padding: 0;
		margin: 10px;
	}

	#product_overlay .productimage img
	{
		width: 100%;
	}

	#product_overlay .productimage
	{
		position: relative;
		border: 1px solid #424242;
	}

	#product_overlay .productimage.noimage
	{
		width: 120px;
		height: 140px;
		background-color: #17191f;
		padding: 10px;
		margin: 10px;
	}

	#product_overlay .block
	{
		float: left;
		width: 25%;
		padding: 0 10px 10px 10px;
	}

	#product_overlay .upload_image
	{
		text-align: center;
		padding-top: 24px;
	}

	#product_overlay .upload_image i
	{
		font-size: 30px;
	}

	#product_overlay .metacritic
	{
		margin: 0;
		width: 100%;
		float: none;
		padding: 0;
		box-shadow: none;
		border: 0;
		margin-top: 0px;
	}

	#product_overlay .metacritic .score
	{
		font-size: 30px;
	}

	#product_overlay .metacritic > div
	{
		display: inline-block;
		margin: 0;
	}

	#product_overlay .block.productname
	{
		width: 66%;
		font-size: 20px;
		margin-top: 6px;
		padding-bottom: 0;
		padding-top: 10px;
	}

	#product_overlay .block.prices
	{
		
	}

	#product_overlay .block.productname .platform
	{

	}

	#product_overlay .thead
	{
		padding: 7px;
		background-color: #17191f;
		margin-top: 10px;
	}

	#product_overlay .price_bit
	{
		padding: 6px;
		
	}

	#product_overlay .price_bit > div
	{
		display: inline-block;
	}

	#product_overlay .price_bit .price
	{
		float: right;
	}

	#product_overlay .advice
	{
		margin: 10px 0 10px 6px;
	}

	#product_overlay .advice h2
	{
		font-size: 16px;
		color: #b6db55;
		margin-bottom: 4px;
	}


.right.column .ipsComment_comment
{
	margin-left: 150px;
}

.right.column .row2, .right.column .post_block.row2
{
	background: none !important;
}

#quick_share_menucontent
{
	z-index: 9999;
}

.ipsGlobalNotification
{
	z-index: 9999;
	position: relative;
}

.wide_panel .spacer
{
	margin-top: 40px;
}

.wide_panel, .fluid_panel
{
	margin-top: 30px;
}

.wide_panel .column
{
	float: left;
	width: 230px;
}

.narrow_panel
{
	width: 220px;
	margin-top: 30px;
}

.narrow_panel h3, .wide_panel h3, .fluid_panel h3
{
	text-transform: uppercase; 
	font-size: 13px;
	color: #999999;
	margin-left: 8px;
	font-weight: 300;
	margin-bottom: 3px;
	font-family: 'proxima-nova';
	letter-spacing: 0.03em;
}

.wide_panel h4
{
	text-transform: uppercase; 
	font-size: 12px;
	color: #aaa;
	margin-right: 8px;
	font-weight: 300;
	margin-bottom: 3px;
	float: right;
}

.wide_panel .column .cellheader
{
	padding: 16px;
	margin-bottom: 4px;
	height: 15px;
}

.wide_panel .column .cellheader .price
{
	font-size: 18px;
}

.wide_panel .column .cell
{
	margin-left: -1px;
	padding: 5px 24px 5px 24px;
}

.wide_panel .column .cell.hidden
{
	display: none;
}

.narrow_panel .topic, .wide_panel .topic, .fluid_panel .topic
{
	margin-left: -1px;
	padding: 10px 8px 10px 8px;
	border-bottom: 1px solid #383838;
}

.narrow_panel .topic
{
	width: 210px;
}

.narrow_panel .topic .description, .fluid_panel .topic .description
{
	margin: 5px 0 0 0;
	color: #c3c3c3;
}

.wide_panel .price, .fluid_panel .price
{
	float: right;
}

.wide_panel.topics
{
	width: 690px;
}

.wide_panel .column .avatar img
{
	height: 18px;
	width: 18px;
	float: left;
	margin-left: -6px;
	margin-right: 6px;
	margin-top: -1px;
}

.wide_panel .column .logo img
{
	height: 18px;
}

.wide_panel.media
{
	width: 690px;
	overflow: hidden;
	height: 140px;
	white-space: nowrap;
}
.wide_panel .media
{
	padding: 0 10px;
}
.wide_panel .screenshot
{
	display: inline-block;
}

.wide_panel .screenshot img
{
	height: 94px;
}


.padded_description
{
	padding: 0 26px 0 26px;
}

.padded_description .example, .padded_description .notification
{
	padding: 13px;
	margin: 13px;
	font-style: italic;
	background-color: #23252b;
	border: 1px solid #2d3038;
	line-height: 20px;
}

.right-link
{
	float: right;
	font-size: 14px;
}

#info_footer .bar
{
	clear: both;
	max-width: 1000px;
	background-color: transparent;
	margin: 30px 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #333333;
}
#info_footer .bar .logo img
{
	height: 30px;
}
#info_footer .bar .top
{
	float: right;
	margin-top: 10px;
	opacity: 0.5;
}
#info_footer .link_groups
{
	margin-left: 10px;
}
#info_footer .terms
{
	float: right;
	width: 490px;
	font-size: 11px;
	padding: 10px 20px 10px 10px;
	color: #b9b9b9;
}
#info_footer .terms p
{
	margin-bottom: 10px;
}
#info_footer .link_group
{
	margin-left: 20px;
	float: left;
	border-right: 1px solid #333333;
	padding: 10px 30px 10px 10px;
	font-size: 12px;
	font-weight: 300;
}
#info_footer .link_group h4
{
	margin-bottom: 6px;
}
#info_footer .link_group li
{
	list-style: none;
}
#info_footer .link_group li ul
{
	padding: 1px 0 1px 5px;
}

.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffa200;
	padding: 10px 20px;
	background-color: #17191f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #e98e32;
}


.filterBar
{
	height: 34px;
	color: #666;
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color: #f8f8f8;
	position: relative;
}

	.filterBar .pageNav
	{
		position: absolute;
		right: 0;
		z-index: 50;
		margin: 0 12px 0 12px;
		line-height: 16px;
	}
	
	.filterBar .pageNav .prev, .filterBar .pageNav .next
	{
		display: inline-block;
		margin: 6px 0 0 0;
		background-color: white;
		text-decoration: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 
		font-size: 8pt;
		padding: 2px 8px 2px 8px;
		border: 1px solid #eee;
		cursor: pointer;
		border: 1px solid #ccc;
	}
	
	.filterBar .pageNav .filterLabel
	{
		display: inline-block;
		margin: 6px 0 0 0;
		padding: 2px 2px 2px 2px;
	}

	.filters
	{
		position: relative;
		margin-left: 6px;
		text-align: center;
	}

	.filters .filterLabel
	{
		color: #c0c0c0;
		margin-right: 5px;
		padding-right: 7px;
		border-right: 1px dotted #aaa;
	}
	
	.filters .button
	{
		display: inline;
		position: absolute;
		top: 3px;
		cursor: pointer;
	}

	.filters .toggle, .filters .multiple, .filters .single
	{
		display: inline-block;
		margin: 6px 6px 0 0;
		background-color: #23252b;

		padding: 2px 12px 2px 12px;
		border: 1px solid #2d3038;
		
		line-height: 16px;
		font-size: 8pt;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 
		
		position: relative;
		cursor: pointer;
	}
	
	.filters .toggle:hover, .filters .multiple:hover, .filters .single:hover
	{
		border: 1px solid #2d3038;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
		
		.filters .toggle
		{
			padding-left: 20px;
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_off.png) no-repeat 2px 1px;
		}
		
		.filters .inlineactive
		{
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_on.png) no-repeat 2px 1px !important;
		}
	
		.filters .toggle img
		{
			position: absolute;
			top: 1px;
			left: 2px;
		}
		
	.filters .toggle:hover .menu, .filters .multiple:hover .menu, .filters .single:hover .menu
	{
		display: block;
	}
		
	.filters .menu
	{
		position: absolute;
		display: none;
		top: 21px;
		left: 3px;
		z-index: 20;
		text-align: left;
		background-color: #23252b;
		padding: 0;
	}
			
		.filters .menu ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.filters .menu li
		{
			margin: 0;
			padding: 6px 14px 6px 20px;
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_off.png) no-repeat left 5px;
			white-space: nowrap;
			border-bottom: 1px solid #2d3038;
			border-right: 1px solid #2d3038;
			border-left: 4px solid #2d3038;
			cursor: pointer;
		}
		
		.filters .menu li:hover
		{
			background-color: #3d3d40;
			color: white;
		}
		
		.filters .menu .active
		{
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_on.png) no-repeat left 5px;
		}

/* -- navigation -- */

.hoverMask
{
display: none;
position: absolute; top:30px; left: 0; width: 140px; height: 600px; z-index: 100;
}
.nav_button .dropdown-menu
{
    display: none;
    list-style: none;
    left: -6px;
    margin: 0;
    position: absolute;
    z-index: 1000;
    -webkit-padding-start: 0;
    width: 140px;
    text-align: left;
	margin-top: 5px;
	border: 5px solid #17181B;
	border-top: 0;
}

.nav_button:hover .dropdown-menu, .nav_button:hover .hoverMask
{
    display: block;
}

.nav_button > .dropdown-menu > li
{
    width: 140px;

	margin-top: -1px;
	border: 1px solid #444444;
	background-color: #23252b;
}

.nav_button > .dropdown-menu > li > a
{
	display: block;
	width: 100%;
	padding: 7px 10px;
}

#menu_panel
{
	display: none;
	color: #b9b9b9;
	font-family: 'proxima-nova';
}

#menu_panel .description
{
	font-size: 12px;
	letter-spacing: 0.01em;
}

#menu_content_panels
{
	display: none;
}

#menu_panel a:link, #menu_panel a:active, #menu_panel a:visited, #menu_panel a:hover
{
	color: #da7e22;
}

#menu_panel h3, .cag h3
{
	border-bottom: 1px solid #383838;
	text-transform: initial; 
	font-size: 14px;
	padding: 0 4px 4px 0;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	color: #ececec;
	font-weight: normal;
	text-shadow: 0 0 2px #13151a;
	line-height: 16px;
}

.cag h3 .description
{
	font-size: 11px;
	color: grey;
	margin-left: 6px;
}

#menu_panel h3 i, .cag h3 i
{
	float: right;
	margin-top: 2px;
	color: #b6db55;
}

#menu_panel h4
{
	font-size: 14px;
	margin-bottom: 4px;
}

h3 i.fa-info-circle
{
	float: right;
}

#menu_panel .group
{
	display: inline-block;
	font-size: 13px;
	line-height: 12px;
	vertical-align: top;
	width: 21.7%;
	margin: 17px 1.45%;
	letter-spacing: 0.03em;
}

#menu_panel .gameCount
{
	float: right;
}

#menu_panel .group ul
{
	list-style: disc;
}

#menu_panel .group ul li
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 19px;
}

#menu_panel .group ul li i
{
	margin-right: 3px;
	width: 12px;
	color: #b6db55;
}

#menu_panel .group ul li.description
{
	overflow: auto;
	white-space: normal;
	text-overflow: inherit;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
}

#menu_panel .group h3 a
{
	color: #da7e22;
	font-weight: normal;
	border-bottom: 0;
}
#menu_panel .group a
{
	color: #b9b9b9;
}

#menu_panel .group a:hover
{
    color: #b6db55;
}

#tab_content_forums .group div
{
     margin: 8px 0;
}

#menu_panel .podcastInfo
{
	min-height: 60px;
	padding: 10px 0 10px 145px;
	position: relative;
}

#menu_panel .podcastInfo ul
{
	list-style: none;
	margin-top: 5px;
}

#menu_panel .podcastInfo ul li
{
	display: inline-block;
	margin-right: 12px;
	font-size: 13px;
}

#menu_panel .podcastInfo ul li i
{
	color: #b6db55;
	margin-right: 3px;
}

#menu_panel .podcastImage img
{
	width: 135px;
	margin-right: 10px;
}

#menu_panel .podcastImage
{
	position: absolute;
	bottom: 0;
	left: 0;
}

#menu_panel.moderation
{
	text-transform: none;
}

#menu_panel.moderation .group
{
	font-size: 12px;
	padding: 10px 20px;
	line-height: 16px;
	color: #B4B4B4;
	margin-bottom: 10px;
}
#menu_panel.moderation .group a
{
     line-height: 22px;
}
#menu_panel.reviews
{
width: 490px !important;
text-transform: none;
}
#menu_panel.reviews .review
{
transition: height 0.5s;
-webkit-transition: height 0.5s; /* Safari */
height: 76px;
}
#menu_panel.reviews .review:hover
{
transition: height 0.5s;
-webkit-transition: height 0.5s; /* Safari */
height: 270px;
}
#menu_panel.reviews .review .rating
{
float: right;
background-color: #17191F;
border-radius: 8px;
padding: 3px 0px 0px 12px !important;
margin-right: 10px;
}
#menu_panel.reviews .review .rating img
{
margin-left: -8px;
}
#menu_panel.reviews .review .title a
{
background-color: rgba(25,27,33,0.9);
padding: 10px;
font-size: 15px;
font-weight: normal;
}
#menu_panel.reviews .review .title
{
padding: 7px 0;
}
#menu_panel.reviews .review .byline, #menu_panel.reviews .review .rating
{
padding: 10px;
}
#menu_panel.prices
{
padding: 10px 20px !important;
width: 400px !important;
}
			#menu_panel.prices .generic
			{
				text-transform: none;
			}

#menu_panel.prices .generic .title
{
max-width: 290px;
line-height: 14px;
}

		
			#menu_panel.prices .prices
			{
				height: 95px;
				width: 600px; 
				overflow: hidden; 
				position: absolute; 
				top: 0; 
				right: 0; 
				margin-top: 5px;
				white-space: nowrap;
			}

			#menu_panel.prices .prices img
			{
				height: 90px;
			}

#menu_panel.moderation .leaderboard
{
width: 45%;
float: right;
padding: 10px 20px 10px 0;
}

#menu_panel.moderation .leaderboard .featuredUser
{
	text-align: center;
	margin-bottom: 10px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/wreath.png) center center;
	background-size: 103px;
	background-repeat: no-repeat;
	height: 77px;
}

#menu_panel.moderation .leaderboard .featuredUser .name
{
	font-size: 18px;
	margin-top: 8px;
	text-shadow: 0px 0px 4px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}

#menu_panel.moderation .leaderboard .featuredUser .left
{
	float: inherit;
	height: 78px;
}

#menu_panel.moderation .leaderboard .featuredUser .left img
{
	width: 40px;
}

#menu_panel.moderation .leaderboard .score
{
	float: right;
}

.maintainHover
{
    background-color: #17191F !important;
}

tr.lastpin
{
	border-bottom: 4px solid #b6db55;
}

.post_body ol
{
	list-style: decimal;
	margin-left: 20px;
}

/* NEW CAG NAVIGATION */
ul#navBar
{
	height: 37px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

ul#navBar span.alert, .group span.alert
{
	padding: 1px 3px;
	background: #ff7f00;
	border-radius: 4px;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	line-height: 11px;
	color: white;
	margin-left: 4px;
}

div.alert.new.inline
{
	padding: 1px 3px;
	background: #ff7f00;
	border-radius: 4px;
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	line-height: 11px;
	color: white;
	margin-left: -8px;
}

ul#navBar span.alert.hidden
{
	display: none;
}

ul#navBar .right_bar
{
	border-bottom: 0 !important; 
	height: 40px;
	position: absolute; 
	right: 0; 
	top: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}
ul#navBar .right_bar li
{
	z-index: 10000;
	padding: 0;
	margin: 0;
}
ul#navBar #globalSearch
{
	background-color: transparent;
	border: 0;
	outline: none;
	font-family: 'proxima-nova';
	color: #b9b9b9;
	font-size: 14px;
}
ul#navBar #log_in_or_register
{
	padding: 0 12px;
}
ul#navBar #logo
{
	line-height: 40px;
	padding: 0 11px;
	height: 35px;
}
ul#navBar .avatar
{
	width: 37px;
	padding: 0;
}

ul#navBar .right
{
	padding: 0;
}

ul#navBar .avatar img
{
	height: 37px;
	width: 37px;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
ul#navBar #search
{
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/search.png) no-repeat 9px 14px;
	padding-left: 31px;
	width: 40%;
}

ul#navBar > li .mobile
{
	display: none;
}

ul#navBar > li a
{
	color: #ececec;
}

ul#navBar > li, ul#navBar .right_bar > ul > li
{
	display: inline-block;
	height: 37px;
	line-height: 44px;
	padding: 0 12px;
	border-bottom: 3px solid #b6db55;
	z-index: 20;
	position: relative;
	font-family: 'proxima-nova';
	text-transform: lowercase; 
	color: #ececec;
	font-size: 15px;
	font-weight: 200;
	background-color: #17191F;
	cursor: pointer;
	margin-right: 2px;
}
ul#navBar .right_bar > ul > li
{
	padding: 0;
	margin-right: 0;
	margin-left: 2px;
}
ul#navBar > li:hover, ul#navBar > li.active, ul#navBar .right_bar > ul > li:hover, ul#navBar .right_bar > ul > li.active
{
	border-bottom: 3px solid #ff7f00;
}
ul#navBar li.right, ul#navBar .right_bar > ul > li.right
{
	float: right;
}
ul#navBar #notify_link, ul#navBar #inbox_link {
	vertical-align: middle;
	width: 18px;
	height: 15px;
	padding: 9px 31px 9px 12px;
	position: relative;
}
ul#navBar #user_link:hover, ul#navBar #notify_link:hover, ul#navBar #inbox_link:hover { background-color: transparent; }
.ipsHasNotifications
{
	left: -7px !important;
}
ul#navBar .submenu
{
	background-color: #202229;
	position: absolute;
	right: 0;
	top: 40px;
	min-width: 200px;
	padding: 10px;
	display: none;
	border-radius: 0 0 10px 10px;
}
ul#navBar .submenu.right
{
	right: 0;
}
ul#navBar > li:hover .submenu
{
	display: block;
}

#menu_panel
{
	max-width: 1000px;
	width: 100%;
	background-color: #17191F;
	margin-bottom: 20px;
	clear: both;
	text-align: left;
	border-bottom: 3px solid #586836;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

#loggedInSubmenu
{
	display: none;
	float: right;
	border: 1px solid #2C2C2C;
	background-color: #17191F;
	padding: 4px 12px;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	margin-top: -4px;
	text-align: right;
	line-height: 30px;
}


#profile_menu
{
	display: none;
	float: right;
	border: 1px solid #2C2C2C;
	background-color: #17191F;
	padding: 4px 12px;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	margin-top: -4px;
	
}

#profile_menu .description
{
	font-size: 12px;
	letter-spacing: 0.01em;
}

#profile_menu a:link, #profile_menu a:active, #profile_menu a:visited, #profile_menu a:hover
{
	color: #da7e22;
}

#profile_menu h3
{
	border-bottom: 1px solid #383838;
	text-transform: initial; 
	font-size: 14px;
	padding: 0 4px 4px 0;
	margin: 10px 0 4px;
	letter-spacing: 0.03em;
	color: #ececec;
	font-weight: normal;
	text-shadow: 0 0 2px #13151a;
	line-height: 16px;
}

#profile_menu h3 i, .cag h3 i
{
	float: right;
	margin-top: 2px;
	color: #b6db55;
}

#profile_menu h4
{
	font-size: 14px;
	margin-bottom: 4px;
}

#profile_menu .group
{
	display: inline-block;
	font-size: 13px;
	line-height: 12px;
	vertical-align: top;
	letter-spacing: 0.03em;
	text-transform: none;
}

#profile_menu .label
{
	float: right;
}

#profile_menu .group ul
{
	list-style: disc;
}

#profile_menu .group ul li
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 19px;
}

#profile_menu .group ul li i
{
	margin-right: 3px;
	width: 12px;
	color: #b6db55;
}

#profile_menu .group ul li.description
{
	overflow: auto;
	white-space: normal;
	text-overflow: inherit;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
}

#profile_menu .group h3 a
{
	color: #da7e22;
	font-weight: normal;
	border-bottom: 0;
}
#profile_menu .group a
{
	color: #b9b9b9;
}

#profile_menu .group a:hover
{
    color: #b6db55;
}

ul#navBar .avatar:hover #loggedInSubmenu, ul#navBar .avatar:hover #profile_menu
{
	display: block;
}
/* END OF NEW CAG NAVIGATION */

/* CAG SEARCH RESULTS */
#genericResults
{
    text-transform: none;
    width: 735px;
    border-top: 0;
    float: right;
}

	#genericResults .result_info
	{
		padding: 6px;
		display: inline-block;
	}

	#genericResults .icon .left
	{
		float: none;
	}

	#genericResults .icon .ipsUserPhoto_medium
	{
		height: 36px;
		width: 36px;
		margin-top: -29px;
	}

	#genericResults .col_f_mod, #genericResults .right .rate_img, #genericResults .right .mini_rate
	{
		display: none;
	}

#search_type
{
	margin: 17px 1.45%;
	width: 20%;
	float: right;
}

#infoPanel
{
	float: left;
	margin: 17px 1.45%;
	line-height: 18px;
	width: 20%;
}

	#infoPanel h4
	{
		line-height: 17px;
		margin: 10px 0;
	}

	#infoPanel #product_image
	{
		width: 100%;
	}

	#infoPanel .platform
	{
		float: right;
	}

	#infoPanel .productInfo
	{
		display: none;
	}

#gameResults
{
    text-transform: none;
    width: 54%;
    border-top: 0;
    float: right;
    margin-top: 6px;
}

#gameResults .generic
{
	padding: 6px 0 6px 10px;
	margin-top: 1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	margin-left: 90px;
}
.gameResultWrapper
{
	position: relative;
	border-bottom: 1px solid #1E2129;
	width: 100%;
}
#gameResults .icons
{
	text-align: right;
	position: absolute; 
	left: 8px;
	top: 8px;
	width: 70px;
	white-space: nowrap;
}
#product_overlay .icons
{
	white-space: nowrap;
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	height: 20px;
	left: 10px;
	right: 10px;
	padding: 10px;
	text-align: center;
	background-color: rgba(23,25,31,0.8);
	border: 1px solid #424242;
}
#gameResults .icons i
{
	margin-left: 2px;
	opacity: 0.2 !important;
	filter:alpha(opacity=20) !important;
}
#product_overlay .icons i
{
	margin-left: 2px;
	opacity: 0.9 !important;
	filter:alpha(opacity=90) !important;
}

#product_overlay .icons i:hover
{
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	cursor: pointer;
}

#product_overlay .icons i.active
{
	color: #ff7f00;
}

#gameResults .icons i:hover
{
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	cursor: pointer;
}
#gameResults .icons i.active
{
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}

#gameResults .generic .title
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.03em;
    font-size: 14px;
    width: 82%;
}

#gameResults .generic .platform
{
	margin-right: 10px;
	float: right;
	font-weight: bold;
	opacity: 0.5;
}
#gameResults .generic.active
{
     background: #13151a;
}
#gameResults .generic.active .platform
{
	opacity: 1;
}
/* END OF CAG SEARCH RESULTS */


/* GLOBAL CAG OVERRIDE CHANGES */
.primaryContent
{
	background-color: #17191F;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	padding: 10px 20px;
	position: relative;
}

.ipb_table.topic_list
{
	margin-left: -20px;
	width: 100%;
}

table.ipb_table.topic_list td
{
	border-bottom: 1px solid #2B2B2B;
}
table.ipb_table .unread .topic_title
{
	font-weight: normal;
}

#forum_table
{
	margin-left: 0;
}

.primaryContent .ipsBox
{
	padding: 0;
}

.topic.hfeed
{
	margin-left: -20px;
	width: 1000px;
}

.ipsBoxTopic
{
	border: 0 !important;
}

.controlBar
{
	text-align: center;
	margin-top: 10px;
}

.followButton
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#post_feature_preview
{
	width: 202px;
	height: 230px;
	font-size: 13px;
	line-height: 18px;
	padding: 8px;
	font-family: 'proxima-nova';
}

textarea, input[type=text], .input_text
{
	background: #202229;
	border: 1px solid #303238;
	color: #b9b9b9;
}

input[type=file]
{
	color: #b9b9b9;
}

.ipsTagBox_wrapper
{
	background: #202229;
}

/* FORMS IN THE RIGHT 50% COLUMNS */
.right_column_form .form_bit
{
	padding: 10px;
}

.right_column_form .form_bit .label
{
	text-align: right;
	padding-right: 10px;
	padding-top: 14px;
}

.right_column_form .form_bit .field input[type=text]
{
	min-width: 266px;
	margin: 0;
	height: 25px;
	line-height: 25px;
}

.right_column_form .form_bit textarea
{
	min-width: 92%;
	max-width: none;
}


.right_column_form .radio
{
	padding: 6px; 
	border: 1px solid #23252b; 
	margin: 4px; 
	background-color: #23252b; 
	border-radius: 4px;
	cursor: pointer;
	float: left;
}

.right_column_form .radioGroup
{
	clear: left;
	padding: 3px 0 0 0;	
}

.right_column_form .radioGroup div
{
	display: inline-block;
}

.right_column_form .radio:hover, .right_column_form .radio.active
{
	border-color: rgba(182, 219, 85, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
}

.right_column_form .platform
{
	float: left;
	margin-right: 10px;
}

.cagButton
{
	background: -moz-linear-gradient(-45deg,  rgba(35,37,43,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(35,37,43,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(-45deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(-45deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(135deg,  rgba(35,37,43,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23252b', endColorstr='#007db9e8',GradientType=1 );

	border: 1px solid #2d3038;
	cursor: pointer;
	padding: 6px 10px;
	font-family: 'proxima-nova';
	font-size: 14px;
	color: #B6DB55;
	outline: none;
}

.author_info .avatar
{
	text-align: right;
}

.author_info .avatar .listStats
{
	float: left;
	opacity: 0.5;
	transition: opacity 0.5s;
}

.author_info .avatar .listStats:hover
{
	opacity: 1;
}

.author_info .avatar .listStats ul li
{
	padding: 4px 4px 4px 0;
	text-align: left;
	white-space: nowrap;
}
.author_info .avatar .listStats ul li i, .cagFeedbackUserPanel i
{
	width: 15px;
	display: inline-block;
	font-size: 13px;
}

.author_info .avatar .listStats ul li a
{
	color: #b9b9b9;
}

.author_info .avatar .listStats ul li:hover a
{
	color: #e98d32;
}

.author_info .avatar .listStats ul li .count
{
	display: inline-block;
}

.cagFeedbackUserPanel
{
	padding: 4px;
	cursor: pointer !important;
}

.listStats li.positive, .listStats li.positive a
{
    color: #96ca3a !important;
}

.listStats li.negative, .listStats li.negative a
{
	color: #E6574B !important;
}

.listStats .count
{

}

.hoverSwitch
{
	cursor: default;
}

#topicimage_fieldset .ipsField_title
{
	margin-bottom: 6px;
}

#topicimage_fieldset input
{
	width: 90%;
}

#topicimage_fieldset .text_field
{
	text-align: center;
}

#topicimage_fieldset img
{
	width: 100%;
}

.ipsForm hr
{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #383838;
	border-top: 0;
}

#product_tagger
{
	margin-bottom: 18px;
}

#product_tagger .left_column, #product_tagger .right_column
{
	padding: 8px;
	width: 46%;
	margin-top: 18px;
}

#product_tagger .left_column
{
	float: left;
}

#product_tagger .right_column
{
	float: right;
}

#product_tagger #search_field input
{
	width: 90%;
	font-family: 'proxima-nova';
}

#product_tagger .no_results
{
	font-size: 13px;
	padding: 0 10px;
}

#product_tagger #add_all
{
	display: none;
}

#product_tagger .add, #product_tagger .remove
{
	float: right;
	margin-top: -4px;
}

#product_tagger #mentions .add, #product_tagger #tagged .remove
{
	display: block;
}

#product_tagger #mentions .remove, #product_tagger #tagged .add,  #product_tagger #tag_search_results .remove
{
	display: none;
}

#product_tagger .generic.result
{
	cursor: pointer;
	border-color: #383838;
	margin-top: -1px;
}

#product_tagger .generic.result .fa
{
	font-size: 22px;
	margin-top: 3px;
}

#tag_search_results
{
	margin-bottom: 18px;
	display: none;
}

.cag.rating
{
	float: right;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 12px 'proxima-nova';
  text-transform: uppercase;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  z-index: 20;
  padding: 3px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #B6DB55;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B6DB55), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #B6DB55, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #B6DB55, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #B6DB55, #8EBF45); 
  background-image:      -o-linear-gradient(top, #B6DB55, #8EBF45); 
  color: #17191f;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.6);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.6);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.wiki .post_body
{
	margin: 0;
	padding: 12px 24px 24px 24px;
}

.wiki .edit_button
{
	float: right;
}

.wiki .edit_button a
{
	line-height: 37px;
	margin: 10px;
}
.wiki .well
{
	padding: 10px;
	margin-bottom: 14px;
	border-radius: 10px;
	background-color: #24262e;
}

div.bbc_spoiler_wrapper
{
	border: 0 !important;
	padding: 0 !important;
}

div.bbc_spoiler_content
{
	padding: 10px !important;
	background-color: #24262E;
	margin-top: 10px;
}

#ipsDebug_footer
{
	text-shadow: none !important;
	color: #b9b9b9 !important;
	width: auto !important;
	line-height: 20px;
}

.centerButton
{
	padding: 10px;
	text-align: center;
}

.codeGiveaways
{
	margin-top: 20px;
}

.toggleArrow
{
	display: none;
}

ul.big-tabs
{
	background-color: #13151a;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 3px solid #586836;
	list-style: none;
	padding-top: 10px;
}

ul.big-tabs > li
{
	display: inline-block;
	font-size: 16px;
	border-bottom: 3px solid #b6db55;
	margin-right: 2px;
	margin-bottom: -3px;
	height: 22px;
}

ul.big-tabs > li.title
{
	border-bottom: 3px solid transparent;
}

ul.big-tabs > li > i
{
	margin-right: 3px;
}

ul.big-tabs > li.right
{
	float: right;
	border: 0;
	color: #37393E;
	padding: 11px;
}

ul.big-tabs > li.group-divide
{
	margin-left: 3px;
}

ul.big-tabs > li > a
{
	color: #b9b9b9;
	padding: 0px 16px;
	display: block;
}

ul.big-tabs > li.linkless
{
	padding: 2px 16px;
	cursor: pointer;
	line-height: 19px;
}

ul.big-tabs > li.active
{
	border-bottom: 3px solid #ff7f00;
}

ul.big-tabs > li.search_tab
{
	border-bottom: 3px solid transparent;
	padding: 0;
}

ul.big-tabs > li.search_tab > i
{
	padding: 12px 0 0 12px;
	margin-right: 0;
}

ul.big-tabs > li.search_tab > input
{
	border: 0;
	background-color: transparent;
	padding: 4px;
	outline: none;
	width: 140px;
}

/* RESPONSIVE - 1000PX WIDTH */
@media screen and (max-width: 1000px) {

	#info_footer .terms
	{
		width: 100%;
	}
	#info_footer .terms p
	{
		margin: 0 20px;
	}
	#info_footer .link_group
	{
		border-right: 0;
		padding: 0;
		margin: 0;
		width: 33%;
	}
	#info_footer ul.ipsList_inline
	{
		clear: both;
		margin-top: 10px;
	}

	.primaryContent, #content_wrapper
	{
		max-width: none;
		width: 100%;
		padding: 0;
	}

	.app_forums .primaryContent
	{
		padding: 10px 20px;
	}

	#main_column
	{
		width: 100%;
	}

	#comments
	{
		width: 100% !important;
		float: none;
		padding: 10px;
	}

	.ad
	{
		width: 100%;
	}

	.topic.hfeed
	{
		width: 100%;
	}

}

/* RESPONSIVE - 890PX WIDTH */
@media screen and (max-width: 890px) {
	#product_overlay .block
	{
		width: 37%;
	}

	#product_overlay .metacritic
	{
		margin-top: 0;
	}
}

/* RESPONSIVE - 768PX WIDTH */
@media screen and (max-width: 768px) {

	.popupWrapper
	{
		width: 100%;
		top: 40px !important;
		left: 0 !important;
		right: 0 !important;
		border: 0 !important;
		border-bottom: 3px solid #DA7E22 !important;
		
		-webkit-box-shadow: 0px 0px 47px 6px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 47px 6px rgba(0,0,0,1);
		box-shadow: 0px 0px 47px 6px rgba(0,0,0,1);
	}

	.popupInner .fixed_inner
	{
		max-height: none !important;
		height: auto !important;
		background-color: #131419;
	}

	.popupInner
	{
		width: auto !important;
	}


	#product_overlay .block
	{
		width: 35%;
	}

	.hide-on-tablet
	{
		display: none !important;
	}

	ul.big-tabs > li.search_tab
	{
		padding-bottom: 16px !important;
		display: block !important;
	}

	ul#navBar #search.active
	{
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #13151A;
	}

	#menu_panel .group
	{
		width: 45%;
	}

	#infoPanel
	{
		display: none !important;
	}

	#gameResults
	{
		width: 60%;
	}

	#search_type
	{
		float: none;
		width: 100%;
		padding: 2px 10px;
		margin: 10px 0;
		line-height: 24px;
	}

	#search_options_menucontent li
	{
		display: inline-block;
		padding-right: 10px;
	}

	#gameResults
	{
		width: 100%;
	}

	#search_legend
	{
		display: none !important;
	}

	ul#navBar > li .full
	{
		display: none;
	}

	ul#navBar > li .mobile
	{
		display: block;
	}

	#logoText
	{
		display: none;
	}

	ul#navBar #search
	{
		width: 55%;
	}

	#content_wrapper
	{
		margin-top: -2px !important;
	}

	#user_notifications_link_menucontent
	{
		left: 0 !important;
	}

}

/* RESPONSIVE - 680PX WIDTH */
@media screen and (max-width: 680px) {
	#product_overlay .block
	{
		width: 32%;
	}

	.hide-on-small-tablet
	{
		display: none !important;
	}

	.prices-title
	{
		display: none !important;
	}

	ul.big-tabs > li.title
	{
		display: block;
		margin-bottom: 10px;
		margin-top: -10px;
		width: 100%;
		text-align: center;
	}

	#user_notifications_link_menucontent.ipsHeaderMenu,
	#user_inbox_link_menucontent.ipsHeaderMenu {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		padding: 0;
	}

	#user_notifications_link_menucontent.ipsHeaderMenu ul, #user_notifications_link_menucontent.ipsHeaderMenu h4, 
	#user_inbox_link_menucontent.ipsHeaderMenu ul, #user_inbox_link_menucontent.ipsHeaderMenu h4
	{
		margin: 0 10px 10px 10px;
	}

}

/* RESPONSIVE - 480PX WIDTH */
@media screen and (max-width: 480px) {

	#product_overlay .block
	{
		width: 100%;
		padding: 0;
	}

	.price-filters .menu li
	{
		white-space: nowrap;
	}

	.price-filters > div
	{
		width: 37% !important;
	}

	#product_overlay .block > div
	{
		padding: 10px;
	}

	#product_overlay .metacritic
	{
		border-radius: 0;
	}

	#product_overlay .block.productname
	{
		width: 100%;
		padding: 0 16px;
	}

	#product_overlay .platform
	{
		padding: 1px 3px 0px 4px !important;
	}

	#product_overlay .productimage.block
	{
		width: 100%;
		min-width: inherit;
		margin: -40px 0 0 0;
		text-align: center;
		border: 0;
	}

	#product_overlay .advice
	{
		padding-top: 0;
		margin-top: 0;
	}

	#product_overlay .icons
	{
		width: 140px;
		margin: 0 auto;
	}

	#product_overlay .popup
	{
		padding-top: 0;
	}

	#product_overlay .productimage img
	{
		width: 140px;
	}

	ul#navBar #search
	{
		width: 35%;
	}
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_home*/
.threadBar.cagcast
{
	padding-left: 160px;
}

.threadBar.cagcast img
{
	position: absolute; 
	left: 0; 
	bottom: 0;
	padding-left: 10px;
	width: 135px;
	height: 70px;
}

.threadBar
{
	height: 38px;
	background-color: #23252b;
	padding: 12px 0 0 12px;
	border: 1px solid #1c1e24;
	border-left: 0;
	border-top: 0;
	position: relative;
}

.threadBar .title{
	font-size: 16px;
	font-weight: 300;
}

#home
{
	padding-top: 20px;
}

#home .platform
{
	margin-left: 5px;
}

.shadowed
{
	box-shadow: 0px 0px 10px 1px #14161a;
	z-index: 10;
	position: relative;
}

#home .left.column
{
	float: left;
	width: 460px;
	padding-left: 20px;
}


#home .right.column
{
	float: right;
	width: 460px;
	padding-left: 20px;
}

#home .deal .arrow
{
	position: absolute;
	top: -14px;
	left: 24px;
}

#home .deal .arrow img
{
	width: 19px;
}

#home .deal
{
	
	font-weight: 300;
	margin-top: 14px;
}

#home .deal .title
{
	font-size: 13px;
}

#home .wide_panel
{
	width: 440px;
}

#home .prices
{
	overflow: hidden;
	white-space: nowrap;
}

#home .priceDrop
{
	display: inline-block;
	position: relative;
	margin: 4px;
}

#home .priceDrop .percentage
{
	font-size: 13px;
	left: -3px;
}

#home .topics
{
	z-index: 1;
	position: relative;
	float: left;
}

.newreleases
{
	
}

#home .pagination
{
	float: right !important;
	clear: both;
}

#home .topic_controls
{
	
}


#home .topics .thead
{
	padding: 8px 0 8px 43px;
	border: 1px solid #efefef;
	margin-bottom: -1px;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #f3f3f3;
	display: none;
}

#home .topics .ipsType_small
{
	font-size: 14px;
	font-weight: 300;
}

#home .wide_panel h1
{
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	font-weight: 300;
	line-height: 28px;
}

#home .featureBody
{
	line-height: 20px;
	padding: 0px 20px 0 20px;
}

#home .featureBody p
{
	margin: 10px 0 10px 0;
}

#home .featureBody .more
{
	font-size: 12px;
	text-transform: uppercase;
}

.filterbar
{
	border-top: 4px solid #b6db55;
}

.row
{
	padding: 8px;
	border: 1px solid #1c1e24;
	margin-bottom: -1px;
}
.row.row1
{
	background-color: #191b21;
}
.row.row2
{
	background-color: transparent;
}

.row .smallPhoto
{
	max-width: 23px;
	max-height: 23px;
}

.row .photoWrapper
{
	float: left;
	margin-right: 6px;
	width: 30px;
}

.row .list_content
{
	padding-left: 36px;
}

.row .value
{
	float: right;
}

#home .productimage
{
	margin: 17px;
}

#home .left .productimage
{
	position: absolute;
	top: 0;
	right: 0;
}

#home .productimage img
{
	max-height: 154px;
	box-shadow: 0px 0px 10px 1px #14161a;
	border: 1px solid rgba(100,100,100,0.75);
}

#home .right .productimage
{
	position: absolute;
	top: 0;
	left: 0;
	float: none;
}

#home .ipsComment_author, #home .ipsComment_reply_user
{
	margin-left: -30px;
}

#home .right.column .ipsComment_comment
{
	margin-left: 110px !important;
}

#backtotop
{
	position: relative !important;
	top: -10px;
	left: -10px;
}

#home .loadingBar
{
	background-color: white;
	opacity: 0.2;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #000;
}

.adFeature
{
	text-align: center;
}

.twitchIcon
{
	float: right;
	font-size: 24px;
	margin: 3px;
}

.textFeature
{
	font-family: 'proxima-nova';
	letter-spacing: 0.03em;
	font-weight: 200;
}

.tweetBar
{
	color: #b9b9b9;
}

.tweet_image img
{
	max-width: 100%;
	margin: 6px 0;
}

.textFeature .panel
{
	height: 234px;
	overflow: hidden;
	position: relative;
	padding: 8px;
	background: #17191F;
}

.textFeature .panel.hover
{
	overflow: visible;
}

.textFeature .panel.overlay
{
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	height: auto;
	/*border: 6px solid #202229;*/
	border: 6px solid #272a30;
}
.textFeature .panel.overlay .bottomMask
{
	display: none;
}

.textFeature .panel.overlay .description
{
	padding-bottom: 38px;
}

.bottomMask
{
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;

	border-bottom: 1px solid #526032;

	background: -moz-linear-gradient(top,  rgba(23,25,31,0) 0%, rgba(23,25,31,1) 70%, rgba(23,25,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,25,31,0)), color-stop(70%,rgba(23,25,31,1)), color-stop(100%,rgba(23,25,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,25,31,0) 0%,rgba(23,25,31,1) 70%,rgba(23,25,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,25,31,0) 0%,rgba(23,25,31,1) 70%,rgba(23,25,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,25,31,0) 0%,rgba(23,25,31,1) 70%,rgba(23,25,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,25,31,0) 0%,rgba(23,25,31,1) 70%,rgba(23,25,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017191f', endColorstr='#17191f',GradientType=0 ); /* IE6-9 */
}

.topMask
{
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;

	background: -moz-linear-gradient(top,  rgba(23,25,31,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,25,31,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(23,25,31,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(23,25,31,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(23,25,31,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(23,25,31,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17191f', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

.textFeature .popular
{
	color: #ff7f00;
}

.textFeature .description
{
	font-size: 13px;
	line-height: 18px;
	color: #b9b9b9;
	padding: 10px 0;
}
.textFeature h2, .textFeature h2 a
{
	font-size: 18px;
	margin-bottom: 10px;
	color: #ececec;
	line-height: 20px;
	font-weight: 200;
}

.textFeature h2 a:hover
{
	color: #da7e22;
}

.textFeature .imageBar.feature
{
	height: 100px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.textFeature .imageBar.feature.tweet
{
	height: 100px;
}

.textFeature .imageBar.feature img
{
	display: none;
}
.textFeature .imageBar
{
	border-bottom: 3px solid #b6db55;
}
.textFeature .panel.overlay .imageBar.feature
{
	height: auto;
}
.textFeature .panel.overlay .imageBar.feature img
{
	display: block;
	max-width: 100%;
}
.textFeature .panel .comments
{
	position: absolute;
	bottom: 8px;
	left: 8px;
	z-index: 50;
	font-size: 13px;
	color: #B6DB55;
	width: 100%;
}

.textFeature .panel .comments .right
{
	margin-right: 18px;
}

.genericBlock .panel
{
	margin-bottom: 30px;
}

.cagUserList > div
{
	position: relative;
}

.cagUserList, .cagUserList .panel
{
	position: relative;
	
}

.cagUserList .bottomMask, .cagUserList .topMask
{
	border: 0;
	height: 20px;
	display: none;
}

.cagUserList.scroll .bottomMask
{
	display: block;
}

.cagUserList.scroll .topMask
{
	display: none;
}

.cagUserList .panel
{
	font-size: 12px;
	line-height: 18px;
	color: #b9b9b9;
}

.cagUserList.scroll .panel
{
	height: 250px;
	overflow: hidden;
}

.cagUserList li .author
{
	font-size: 11px;
}

.cagUserList li .list_text
{
	font-size: 13px;
	margin-left: 44px;
}
.cagUserList li
{
	list-style: none;
	padding: 8px 0;
	clear: both;
	border-bottom: 1px solid #383838;
}
.cagUserList li .ipsUserPhoto
{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

#listStats .gameCount
{
	float: right;
	font-size: 18px;
	line-height: 25px;
}
#listStats .panel > div
{
	line-height: 30px;
}

#listStats .panel > div i
{
	margin-right: 4px;
}

#cagTweets .panel
{
	height: 500px;
}

.grid-container > div
{
	margin-bottom: 20px;
}

.grid-container .sliding
{
	position: relative;
	margin-bottom: 0;
}

.grid-container .sliding a
{
	color: #b9b9b9;
	opacity: 0.3;
}

.grid-container .more, .grid-container .less
{
	position: absolute;
	left: -10px;
	top: 10px;
}

.grid-container .sliding .less a
{
	opacity: 1;
	color: #B6DB55;
}

.morePanels
{
	margin: 0 auto;
	width: 60px;
	text-transform: uppercase;
	text-align: center;
}

.morePanels i:first-child
{
	float: left;
	display: block;
	margin-top: -3px;
}

.morePanels i:last-child
{
	float: right;
	display: block;
	margin-top: -3px;
}

.moreDeals
{
	width: 100% !important;
	height: auto !important;
	border: 0 !important;
	font-size: 13px;
	background-image: none !important;
	box-shadow: none !important;
}

.moreDeals i
{
	color: #B6DB55;
}

.thread_block
{
	width: 191px;
	border: 1px solid #383838;
	height: 150px;
	position: relative;
	box-shadow: 0px 0px 10px 1px #14161a;
	background-position: center center;
	background-size: cover;
	background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/no_thread_image.png);
}

.thread_block.wide
{
	width: 393px;
	background-size: 100% auto;
}

.thread_block h4 a
{
	font-family: 'proxima-nova';
	color: #b9b9b9;
	font-size: 13px;
	line-height: 18px;
}

.thread_block.wide h4 a
{
	font-size: 15px;
}

.thread_block .title
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	background-color: rgba(19, 21, 26, 0.90);
	width: 100%;
}

.thread_block.wide .title_wrapper
{
	padding: 8px 8px 6px 8px;
}

.thread_block .photoWrapper
{
	position: absolute;
	top: 2px;
	right: 2px;
}

.thread_block .photoWrapper img
{
	width: 25px;
	border: 0;
}

.thread_block .panel_link
{
	height: 100%;
	width: 100%;
	display: block;
}

.thread_blocks .date
{
	font-size: 12px;
	margin-top: 2px;
}

.thread_block .title_wrapper
{
	padding: 6px 8px;
}

.thread_blocks .title_wrapper h4
{
	max-width: 530px;
}

.thread_list .ribbon-wrapper-green
{
	display: none;
}

.thread_blocks
{
	clear: both;
}

.thread_list
{
	padding: 8px;
	background-image: none !important;
	clear: both;
	display: block;
	position: relative;
}

.thread_list h4 a
{
	font-size: 14px;
}

.thread_list .comments
{
	font-size: 15px;
	float: right;
	color: #B6DB55;
	top: 8px;
}

.thread_blocks .comments
{
	position: absolute;
	float: none;
	bottom: 4px;
	right: 4px;
	font-size: 13px;
	color: #B6DB55;
}

.thread_list .right
{
	font-size: 15px;
	margin-top: -16px;
}

.thread_list .right i
{
	margin-right: 2px;
}


#topWikiMods .ipsUserPhotoLink
{
	margin: -4px 6px 0 -4px;
}

#newReleases .value
{
	font-size: 13px;
	line-height: 18px;
}

#topWikiMods li .row
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.grid-sizer
{
	width: 191px;
}

#topWikiMods .description
{
	margin-bottom: 10px;
}

#topWikiMods .featuredUser
{
	text-align: center;
	margin-bottom: 10px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/wreath.png) center center;
	background-size: 103px;
	background-repeat: no-repeat;
	height: 77px;
}

#topWikiMods .featuredUser .name
{
	font-size: 18px;
	margin-top: 10px;
	text-shadow: 0px 0px 4px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}

#topWikiMods .featuredUser .left
{
	float: inherit;
	height: 78px;
}

#topWikiMods .featuredUser .left img
{
	width: 40px;
}

#topWikiMods .featuredUser .ipsUserPhotoLink
{
	margin: 0;
}

.blogFeature .preview
{
	font-size: 13px;
	display: block;
	padding: 0 42px;
}

.blogFeature .preview img, .blogFeature .preview iframe
{
	max-width: 100%;
	max-height: 324px;
}

.blogFeature .author
{
	font-size: 13px;
	margin-bottom: 8px;
}

.blogFeature .avatar a
{
	margin-right: 8px;
}

.fpButton i
{
	margin-right: 2px;
}
.fpButton
{
	font-size: 12px;
	color: #B6DB55;
}

.dap .grid-sizer, .dap .list_deal
{
	width: 49.5%;
}

.dap .gutter-sizer
{
	width: 1%;
}

.dap .description, .dap .title
{
	display: none;
}

.button-group button
{
	border: 1px solid #B6DB55;
	padding: 4px 8px;
	background-color: #17191f;
	display: inline-block;
	font-size: 13px;
	font-family: 'proxima-nova';
	color: #ececec;
	margin: 2px 0;
	outline: 0;
	cursor: pointer;
}

.button-group button.active
{
	border: 1px solid #da7e22;
}

.dap_filters
{
	margin: 10px 0;
	text-align: center;
}

/* RESPONSIVE - 1000PX WIDTH */
@media screen and (max-width: 1000px) {
	.textFeature .panel
	{
		height: auto;
	}
	.textFeature .bottomMask
	{
		width: 100%;
	}
	.textFeature .panel.overlay .imageBar.feature img
	{
		width: 100%;
	}
	.adFeature
	{
		padding: 10px;
	}
	.thread_block, .thread_block.wide, .grid-sizer
	{
		width: 100%;
		background-size: 100% auto !important;
		height: 100px;
	}
}


/* RESPONSIVE - 764PX WIDTH */
@media screen and (max-width: 764px) {
	.thread_block, .thread_block.wide, .grid-sizer
	{
		width: 49%;
		background-size: 100% auto !important;
	}
}


/* RESPONSIVE - 564PX WIDTH */
@media screen and (max-width: 564px) {
	.thread_block, .thread_block.wide, .grid-sizer
	{
		width: 100%;
		background-size: 100% auto !important;
	}
	.dap .grid-sizer, .dap .list_deal
	{
		width: 100%;
	}

	.dap .gutter-sizer
	{
		width: 0;
	}

}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_lists*/
#list_panels
{

}

	#list_panels .boxart
	{
		float: left;
		margin-right: 13px;
	}

.list_panel_heading
{
	/* width: 418px; */
	padding: 18px;
	margin-left: -18px;
	margin-top: -18px;
}

.list_panel_heading h1
{
	font: 300 18px/1.3 Helvetica, Arial, sans-serif;
	line-height: 22px;
}

.list_panel_heading .ipsUserPhoto
{
	float: left;
	margin: 2px 9px 9px -2px;
}

.list_panel
{
	width: 178px;
	border: 1px solid #ccc;
	margin: 9px;
	padding: 18px;
	font-size: 11px;
	background-color: white;
	box-shadow: 0px 0px 10px 1px #ccc;
}

.list_panel.clickable
{
	cursor: pointer;
}

.list_panel.clickable:hover
{
	box-shadow: 0px 0px 10px 1px #fff;
}

.list_panel .list_boxart
{
	width: 178px;
	margin-bottom: 18px;
}

.list_panel.wide
{
	width: 418px;
	font-size: 13px;
}

.list_panel.clear
{
	box-shadow: none;
	border: 0;
	background-color: transparent;
}

.ipsComment_author, .ipsComment_reply_user
{
	width: auto;
}

.ipsComment_comment
{
	margin-left: 130px;
}

.row2, .post_block.row2
{
	background-color: transparent; 
}

#list_bits
{
	margin-top: 0px;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_moderation*/
.ipsComment_author, .ipsComment_reply_user, .ipsComment_reply
{
	width: auto !important;
}

.ipsComment_comment
{
	margin-left: 64px !important;
}

.ipsComment_comment > div.comment_content
{
	margin-left: 53px;
}

#moderation .ipsComment
{
	border-bottom: 1px solid #2D3038;
}

#moderation
{
	margin-top: 20px;
	color: #b9b9b9;
}

#moderation .left .wide_panel
{
	width: 440px;
}

#moderation .right .wide_panel
{
	width: 500px;
}

#moderation div.blockquote
{
	width: 340px;
	margin-left: 50px;
}

#moderation p.citation
{
	width: 280px;
}

#moderation .row2
{
	background-color: transparent !important;
}

#moderation .action_summary
{
	padding: 0 10px;
	line-height: 24px;
}

#moderation .action_summary .panel
{
	margin-top: -10px;
	padding-left: 10px;
}

#moderation .action_summary i
{
	margin-right: 2px;
	color: #b6db55;
}

#moderation i.fa-thumbs-o-down
{
	color: #942323;
}

#moderation i.fa-thumbs-o-up
{
	color: #239429;
}


#leaderboard .featuredUser
{
	text-align: center;
	margin-bottom: 10px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/wreath.png) center center;
	background-size: 103px;
	background-repeat: no-repeat;
	height: 77px;
}

#leaderboard .featuredUser .name
{
	font-size: 18px;
	margin-top: 10px;
	text-shadow: 0px 0px 4px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}

#leaderboard .featuredUser .left
{
	float: inherit;
	height: 78px;
}

#leaderboard .featuredUser .left img
{
	width: 40px;
}

#moderation .wide_panel
{
	
}
#leaderboard .score
{
	float: right;
}

#youredits .topic
{
	
}

#moderation .imagePanel
{
	margin: 10px 0 10px 0;
	text-align: center;	
}

#moderation .imagePanel img
{
	max-width: 100%;
	border: 4px dashed #ccc;
}

#moderation .options
{
	margin-top: 13px;
	text-align: center;
}

#moderation .options label
{
	margin: 10px 2px 10px 2px; 
	padding: 8px 10px 7px 10px; 
	border: 1px solid #333;
	display: inline-block;
	border-radius: 4px;
}

#moderation .options input[type=radio]
{
	margin-right: 4px;
}

#moderation .notification
{
	margin: 23px;
}

#moderation .actions .avatar img
{
	margin-right: 6px;
}

#moderation .actions li
{
	clear: both;
}

#moderation .actions ul
{
	margin-top: -21px;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_podcasts*/
#podcasts .cover
{
	float: left;
	padding-right: 10px;
}
#podcasts .moreBar div
{
	float: left;
	padding: 10px;
}
#podcasts .block
{
	padding: 18px;
}

#podcasts .episode
{
	padding: 10px;
	border-bottom: 1px solid #efefef;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_prices*/
#filters
{
	float: left;
	width: 200px;
	margin-right: 18px;
	position: relative;
	font-size: 13px;
}

	#filters #share_link img
	{
		float: right;
		width: 15px;
		margin-left: 6px;
	}
	#filters .description
	{
		margin-top: 4px;
	}
	#filters .discuss img
	{
		margin-top: 15px;
	}

	#filters ul
	{
		margin-bottom: 18px;
	}

	#filters .label
	{
		color: #c0c0c0;
		margin-right: 10px;
	}
	
	#filters .button
	{
		display: inline;
		position: absolute;
		top: 3px;
		cursor: pointer;
	}

	#filters .toggle
	{
		position: relative;
		cursor: pointer;
		margin-top: 9px;
		padding-top: 2px;
		padding-left: 23px !important; 
	}

		.toggleAll
		{
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_off.png) no-repeat left -1px;
			cursor: pointer;
			width: 20px;
			height: 20px;
			float: left;
		}

		.toggleAll.on
		{
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_on.png) no-repeat left -1px;
		}
		
	
	#filters .multiple, #filters .single
	{
		padding: 18px;
		position: relative;
		cursor: pointer;
	}
	
	#filters .toggle:hover, #filters .multiple:hover, #filters .single:hover
	{

	}
		
		#filters .toggle
		{
			padding-left: 20px;
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_off.png) no-repeat 2px 1px;
		}
		
		#filters .inlineactive
		{
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_on.png) no-repeat 2px 1px !important;
		}
	
		#filters .toggle img
		{
			position: absolute;
			top: 1px;
			left: 2px;
		}
		
	#filters .toggle:hover .menu, #filters .multiple:hover .menu, #filters .single:hover .menu
	{
		display: block;
	}
		
	#filters .menu
	{
		z-index: 20;
		text-align: left;
		padding: 0;
		margin-top: 6px;
		font-size: 12px;
	}
			
		#filters .menu ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#filters .menu li
		{
			margin: 0;
			padding: 6px 14px 6px 20px;
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_off.png) no-repeat left 5px;
			white-space: nowrap;
			cursor: pointer;
		}
		
		#filters .menu li:hover
		{
			text-decoration: underline;
		}
		
		#filters .menu .active
		{
			background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/filter_on.png) no-repeat left 5px;
		}


#price_rows
{
	float: left;
	width: 444px;
}

#gameinfo
{
	float: right;
	width: 258px;
}

.generic.deal .info
{
	display: inline-block;
	color: #b6db55;
	cursor: pointer;
}

.generic.deal .info:hover
{
	color: #ff7f00;
}

.generic.deal .loadingBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #2d3038;
	height: 5px;
}

.generic.deal > *
{
	
}
#price_rows .generic a
{
	outline: 0;
}

.description
{
	font-size: 11px;
}

#filter_link
{
	display: none;
	padding: 6px;
}


/* RESPONSIVE - 1000PX WIDTH */
@media screen and (max-width: 1000px) {

	#secondary_column
	{
		display: none;
	}

	#price_rows
	{
		width: 70%;
	}

	#filters
	{
		width: 26%;
	}
}

/* RESPONSIVE - 768PX WIDTH */
@media screen and (max-width: 768px) {
	.generic img.boxart
	{
		display: none;
	}
}

/* RESPONSIVE - 480PX WIDTH */
@media screen and (max-width: 480px) {
	#price_rows
	{
		width: 100%;
	}

	#filters
	{
		width: 100%;
		float: none;
		display: none;
	}

	#filter_link
	{
		display: block;
	}
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_productinfo*/
#productinfo_leftcolumn
{
	float: left;
	clear: both; 
	width: 25%;
	margin-left: -20px;
}

#productinfo_rightcolumn
{
	width: 75%;
	z-index: 20;
	float: left;
	color: #b9b9b9;
}

#productinfo_rightcolumn h3
{
	clear: both;
}

#productinfo_rightcolumn p
{
	margin-bottom: 10px;
}

#productinfo_rightcolumn > div
{
	padding: 27px 13px 0 43px;
}

#editForm
{
	padding: 28px;
}

.staticNav
{
	position: absolute; 
	left: -130px; 
	top: 20px; 
	text-transform: uppercase; 
	font-size: 11px;
}

.staticNav div
{
	border-right: 5px solid #b6db55;
	padding-right: 5px;
	text-align: right;
	padding: 2px 6px 2px 2px;
	color: #ccc;
}

.staticNav div.active
{
	border-right: 5px solid #e98d32;
	color: black; 
}

.statrow
{
	margin-left: -10px;
	padding-bottom: 15px;
	text-align: center;
	margin-top: -1px;
}

.statrow .count
{
	font-size: 28px;
	text-align: center;
	padding: 7px;
}

.wide_panel.media
{
	width: 700px;
	overflow: hidden;
	height: 140px;
	white-space: nowrap;
}
.wide_panel.media #touchcarousel
{
	margin-top: 30px;
}
.wide_panel .media
{
	padding: 0 10px;
}

.tags
{
	float: right;
}

.tags .tag
{
	display: inline-block; 
	color: #555;
	border: 1px solid #555; 
	padding: 0px 3px 0px 3px; 
	font-size: 10px;
	line-height: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: aliceblue;
}

.wide_panel .spacer
{
	margin-top: 40px;
}

.wide_panel
{
	margin-top: 30px;
}

#productinfo_rightcolumn .wide_panel.topics
{
	float: left;
	padding-left: 10px;
}

.wide_panel .column
{
	float: left;
	width: 230px;
}

.wide_panel h4
{
	text-transform: uppercase; 
	font-size: 12px;
	color: #aaa;
	margin-right: 8px;
	font-weight: 300;
	margin-bottom: 3px;
	float: right;
}

.wide_panel .column .cellheader
{
	
	border: 0;
	padding: 16px;
	margin-bottom: 4px;
	height: 15px;
}

.wide_panel .column .cellheader .price
{
	font-size: 18px;
}

.wide_panel .column .cell
{
	margin-left: -1px;
	padding: 5px 24px 5px 24px;
}

.wide_panel .column .cell.hidden
{
	display: none;
}

.wide_panel .topic
{
	padding: 10px 8px 10px 8px;
	border-bottom: 1px solid #383838;
	margin-left: 8px;
}

.wide_panel .price
{
	float: right;
}

.wide_panel .column .avatar img
{
	height: 18px;
	width: 18px;
	float: left;
	margin-left: -6px;
	margin-right: 6px;
	margin-top: -1px;
}

.wide_panel .column .logo img
{
	height: 18px;
}

#productinfo_intro h1
{
     font: 300 26px/1.3 'proxima-nova', Arial, sans-serif;
     margin-bottom: -20px;
}

.background_image_wrapper
{
	position: absolute;
}

#productimage_overlay
{
	width: auto;
	left: 40px;
	top: 0;
	position: relative;
}

#productimage_overlay img
{
	width: 80%;
	border: 4px solid #23252b;
	max-height: 340px;
}

#productimage_overlay .list_block
{
	position: relative;
	z-index: 10;
	bottom: auto;
	width: 100%;
	margin-top: 42px;
	left: -20px;
}

#background_image
{

}

#content_wrapper
{
	margin-top: -15px;
	position: relative;
}

.summary_stats
{
	float: left;
}

.summary
{
	float: left; 
	width: 260px; 
	padding: 10px 20px 10px 20px;
	margin-left: 25px;
	border-left: 1px dashed #b9b9b9;
	color: #b9b9b9;
}
.summary h2
{
	margin-bottom: 6px;
	font-size: 15px;
}

.bestprice
{
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase; 
	width: 210px;
	margin-bottom: -10px;
}

.bestprice .discuss
{
	float: right;
	padding: 8px 0 0 2px;
	opacity: 0.5;
}

.bestprice .discuss:hover
{
	opacity: 1;
}

.bestprice .discuss img
{
	height: 15px;
	width: 15px;
}

.bestprice .retailer
{
	padding: 0px 0 20px 10px;
}

.bestprice .price
{
	font-size: 18px;
	float: right;
	padding: 8px;
}

.metacritic
{
	padding: 20px 20px 10px 20px;
	border: 5px solid #23252b;
	-webkit-box-shadow:  0px 0px 5px 0px #000;
	box-shadow:  0px 0px 5px 0px #000;
	float: right;
	border-radius: 5px;
	text-align: center;
	background-color: #b6db55;
	color: white;
	margin-right: 10px;
}

.metacritic a:link, .metacritic a:active, .metacritic a:visited
{
	color: white;
}

.metacritic .label img
{
	height: 15px;
	width: 15px;
}
.metacritic .label
{
	font-size: 11px;
}
.metacritic .score
{
	font-size: 34px;
	margin-bottom: 10px;
	
}

.metacritic.unknown
{
	opacity: 0.5;
	background-color: #ccc;
}

.metacritic.yellow
{
	background-color: #e9e114 !important;
}

.metacritic.red
{
	background-color: #c90d0d !important;
}

/* Fixes issue here https://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder {
	text-align: left;
	background-color: white !important;
}

.jcrop-holder img {
	max-width: inherit;
}

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#lowChart
{
	width: 100%;
	height: 200px;
	margin-left: -20px;
	padding: 0;
}

.xchart .line{stroke-width:3px;fill:none}.xchart .fill{stroke-width:0}.xchart circle{stroke:#b6db55;stroke-width:3px}.xchart .axis .domain{fill:none}.xchart .axis .tick{stroke:#444;stroke-width:1px}.xchart .axis text{font-family:Helvetica,Arial,Verdana,sans-serif;fill:#646464;font-size:12px}.xchart .color0 .line{stroke:#b6db55}.xchart .color0 rect,.xchart .color0 circle{fill:#e98d32}.xchart .color0 .fill{}.xchart .color0.comp .line{stroke:#89bbd8}.xchart .color0.comp rect{fill:#89bbd8}.xchart .color0.comp .fill{display:none}.xchart .color0.comp circle,.xchart .color0.comp .pointer{fill:#89bbd8}

.award
{
	padding: 10px;
	cursor: pointer;
	border: 1px solid #1b1d24;
	background-color: #14151a;
	margin-bottom: 8px;
	border-radius: 5px;
}

.award.active
{
	border: 1px solid #a7e44e;
}

.award .description
{
	color: grey;
}

.award h4
{
	font-weight: bold;
	margin-left: 28px;
}

.award .description
{
	margin-left: 28px;
}

.award.active i.fa-circle-o
{
	display: none;
}

.award.active i.fa-check-circle-o, .award.active i.fa-times-circle-o
{
	display: block;
	color: #a7e44e;
}

.award i.fa-circle-o
{
	display: block;
}

.award i.fa-check-circle-o, .award i.fa-times-circle-o
{
	display: none;
}

.award i.fa-times-circle-o
{
	color: #E44E4E !important;
}

.award .icon
{
	float: left;
	font-size: 25px;
}

.award input
{
	display: none;
}

.list_block .award
{
	margin: 0;
	border-radius: 0;
	margin-top: -1px;
	cursor: auto;
}

.list_block .award:hover
{
	border: 1px solid #1b1d24;
}

.list_block .award i.fa-circle-o
{
	display: none;
}

.list_block .award i.fa-check-circle-o, .list_block .award i.fa-times-circle-o
{
	display: block;
	color: #a7e44e;
}

/* RESPONSIVE - 768PX WIDTH */
@media screen and (max-width: 768px) {
	#productinfo_leftcolumn, #productinfo_rightcolumn, #productimage_overlay
	{
		width: 100%;
		float: none;
		clear: both;
	}
	#productimage_overlay img
	{
		width: auto;
		margin: 0 auto;
	}
	#productimage_overlay .productimage
	{
		text-align: center;
		margin-top: 20px;
	}
	#productimage_overlay
	{
		top: 0;
		left: 0;
	}
	.breaker .right, .breaker .left
	{
		display: none;
	}
	.primaryContent
	{
		padding: 0;
	}
	#productimage_overlay .list_block
	{
		left: 0;
		margin-top: 22px;
	}
	.breaker
	{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	#productinfo_rightcolumn > div
	{
		padding: 0 10px;
	}
	#productinfo_rightcolumn
	{
		position: relative;
	}
	.summary
	{
		margin-left: 0;
	}
	.metacritic
	{
		padding: 3px 20px 9px 20px;
	}
	.wide_panel .column
	{
		width: 100%;
	}

	.background_image_wrapper.new
	{
		max-height: 360px;
	}

	.tagGroup
	{
		clear: left;
	}

	#productimage_overlay
	{
		position: relative;
	}

	#productimage_overlay .productimage
	{
		
	}

	#productinfo_leftcolumn
	{
		margin-left: 0;
	}
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_products*/
.tagGroup
{
	float: left; 
	width: 160px; 
	margin-left: 15px;	
}
.tagGroup .tag
{
	padding: 6px; 
	border: 1px solid #23252b; 
	margin: 4px; 
	background-color: #23252b; 
	border-radius: 4px;
	cursor: pointer;
}
.tagGroup .tag input[type=checkbox]
{
	margin-right: 2px;
}
.tagGroup .tag:hover
{
	border-color: rgba(182, 219, 85, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 219, 85, 0.6);
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: calendar_select*/
.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
  color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: feedback*/
#feedbackStats li
{
	line-height: 1.75em;
}

#feedbackStats li .value
{
	line-height: 1.2em !important;
}

#feedbackStats li, .fbkProfStat, #topMembers li .value
{
	vertical-align: middle;
}

.fbkProfStat
{
	text-align: center;
	margin-bottom: 9px;
}

.fbkProfStat .value, #feedbackStats .value, #topMembers .value
{
    background: none repeat scroll 0 0 #A0A0A0;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
    padding: 2px 6px;
    padding-bottom: 0;
}

.feedbackBadge_lightgrey
{
    background: none repeat scroll 0 0 #A0A0A0;
}

.fbkProfStat .value.positive, #feedbackStats .value.positive, #topMembers .value.positive, .feedbackBadge_green
{
    background: none repeat scroll 0 0 #6FB758;
}

.feedbackBadge_green, .feedbackBadge_lightgrey, .feedbackBadge_red
{
	font-size: 12px !important;
	height: auto !important;
    padding: 2px 6px !important;
	min-width: 14px;
}

.fbkProfStat .value.negative, #feedbackStats .negative, .feedbackBadge_red
{
    background: none repeat scroll 0 0 #E6574B;
}

.fbkProfStat.uP li
{
	margin-top: 6px;
}

.fbkProfStat.uP
{
	margin-top: 3px;
}

/* Classifieds Tweaks */
#advertiser_overview .fbkProfStat a
{
	display: inline !important;
	background: none !important;
}

#advertiser_overview .fbkProfStat li
{
	text-align: center !important;
	margin-top: 6px !important;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_ckeditor*/
/***************************************************************/
/* IP.Board 3.2 Editor CSS                                       */
/* ___________________________________________________________ */
/* By Matt Mecham					                            */
/***************************************************************/
/* Styles for the editor (colors in main css) */
/***************************************************************/

.as_content {
	background: #fff;
	font-size: 1.0em;
	border: 1px solid black;
	padding: 6px;
	margin: 8px;
	overflow: auto;
	max-height: 400px;
}
.as_buttons {
	text-align: right;
	padding: 4px 0px;
}
.as_message {
	display: inline-block;
}

.ipsEditor_textarea {
	width: 99%;
	height: 200px;
	font-size: 14px;
}
.cke_browser_webkit {outline:none !important;}
	
/* Main tool bar BG */
.cke_top {
	background: #17191f !important;
}

/* Normal STD */
.cke_skin_ips textarea.cke_source {
	/* removed as causes pasted text to appear on one line: white-space: pre-line !important;*/
	background-color: #202229 !important;
}

/* Minimized RTE */
.cke_skin_ips .cke_wrapper.minimized { 
	opacity: 0.6 !important;
	background: none !important;
	border: none !important;
}

/* Minimized STD */
.cke_skin_ips .cke_wrapper.minimized.std { 
	border: 1px solid #303238 !important;
}

/* Main Editor wrapper */
.cke_skin_ips { margin-bottom: 0px !important; }

.cke_skin_ips .cke_wrapper
{
	padding: 0px 5px 0px 3px !important;
	border: 1px solid #303238 !important;
	background-color: #17191f !important;
	background-image: none !important;
}

/* OFF state for editor buttons */
.cke_skin_ips .cke_toolgroup
{
	background-color: transparent !important;
}

/* HOVER 'off' button */
.cke_skin_ips .cke_button a:hover,
.cke_skin_ips .cke_button a:focus,
.cke_skin_ips .cke_button a:active	/* IE */
{
	background-color: #d5dde5 !important;
}

/* HOVER 'on' button */
.cke_skin_ips .cke_button a:hover.cke_on,
.cke_skin_ips .cke_button a:focus.cke_on,
.cke_skin_ips .cke_button a:active.cke_on	/* IE */
{
	background-color: #86caff !important;
}

/* Button group */
.cke_skin_ips .cke_toolgroup
{
	margin-right: 0px !important;
}

/* Button separator */
.cke_skin_ips .cke_separator
{
	border-left:solid 1px #303238;
	display:inline-block !important;
	float:left;
	height:30px;
	margin:0px 1px;
}

/* DIALOG: Modal blind */
.cke_dialog_background_cover
{
	background-color: #3e3e3e !important;
}

/* DIALOG: Title - based on .maintitle */
.cke_skin_ips .cke_dialog_title
{
	background: #2c5687 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/maintitle.png) repeat-x top !important;
	color: #fff !important;
	padding: 10px 10px 11px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-weight: normal;
}

/* Dialog: Body */
.cke_skin_ips .cke_dialog_body {
	z-index: 20000 !important;
}

/* Dialog tab bg (will usually match dialog title) */
.cke_skin_ips .cke_dialog_tabs {
	background: #2C5687 !important;
}

/* Dialog Title close button */
.cke_skin_ips .cke_dialog_close_button
{
	background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/close_popup.png) no-repeat top left !important;
	width: 13px !important;
	height: 13px !important;
	top: 11px !important;
	right: 10px !important;
}

/* Dialog OK / Cancel buttons - based on ipsButton_secondary*/
.cke_skin_ips span.cke_dialog_ui_button
{
	height: 22px !important;
	line-height: 22px !important;
	font-size: 12px !important;
	color: #7c7c7c !important;
	padding: 0 10px !important;
	background: #f6f6f6 !important;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%) !important; /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)) !important; /* webkit */
	border: 1px solid #dbdbdb !important;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3) !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #616161 !important;
	display: inline-block !important;
	white-space: nowrap !important;
}


/* Turn off resizer */
.cke_skin_ips .cke_dialog_footer .cke_resizer { display: none; }

/* Emo slide out tray */
.ipsSmileyTray
{
	position: relative;
	
	text-align: center;
	overflow: auto;
	margin: 0px auto 0px auto;
	padding: 4px 24px 4px 24px;
	min-width: 600px;
	width: 75%;
	height: 32px;
	border: 1px solid #D5DDE5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	
	border-top: 0px;
	-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
	
	background: #E4EBF2;
	overflow-y: hidden;
}
	.ipsSmileyTray img.bbc_emoticon {
		opacity: 0.8;
		cursor: pointer;
		margin: 6px 3px 0px 3px;
		max-width: 30px;
		max-height: 30px;
	 }
	 	.ipsSmileyTray img.bbc_emoticon:hover {
			opacity: 1.0;
	 	}
	
	.ipsSmileyTray .ipsSmileyTray_next {
		background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/editor/next.png) no-repeat;
		background-position: 0px 10px;
		display: inline-block;
		/*float: right;
		position: relative;
		right: -20px;*/
		position: absolute;
		right: 5px;
		top: 4px;
		width: 13px;
		height: 30px;
		cursor: pointer;
	}
	
	.ipsSmileyTray .ipsSmileyTray_prev {
		background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/editor/prev.png) no-repeat;
		background-position: 0px 10px;
		display: inline-block;
		/*position: relative;
		left: -20px;
		float: left;*/
		position: absolute;
		left: 5px;
		top: 4px;
		width: 13px;
		height: 30px;
		cursor: pointer;
	}
	
	.ipsSmileyTray_all {
		display: block;
		width: auto;
		margin: 3px auto 0px auto;
		text-align: center;
		cursor: pointer;
		font-size: 10px !important;
	}
	
	
/* ACP Specific */
table.cke_editor td { padding: 0px !important; }

/* CAG Specific */
.cke_skin_ips .cke_contents iframe
{
	border: 1px solid #303238 !important;
}
.cke_skin_ips .cke_contents iframe
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_common*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_common.css														*/
/************************************************************************/

	
/************************************************************************/
/* LIGHTBOX STYLES */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 16000 !important; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/spacer.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
#overlay{ position: fixed; top: 0; left: 0; z-index: 15000 !important; width: 100%; height: 500px; background-color: #000; }

/************************************************************************/
/*  BBCODE STYLES */
/* 	NOTE: These selectors style bbcodes throughout IPB. It is recommended that you DO NOT change these 
	styles if you are creating a skin since it may interfere with user expectation
	of what certain BBCodes look like (quote boxes are an exception to this). */

strong.bbc				{	font-weight: bold !important; }
em.bbc 					{	font-style: italic !important; }
span.bbc_underline 		{ 	text-decoration: underline !important; }
acronym.bbc 			{ 	border-bottom: 1px dotted #000; }
span.bbc_center, div.bbc_center, p.bbc_center	{	text-align: center; display: block; }
span.bbc_left, div.bbc_left, p.bbc_left	{	text-align: left; display: block; }
span.bbc_right, div.bbc_right, p.bbc_right	{	text-align: right; display: block; }
div.bbc_indent 			{	margin-left: 50px; }
del.bbc 				{	text-decoration: line-through !important; }
.post.entry-content ul, ul.bbc 						{	list-style: disc outside; margin: 12px 0 12px 40px; }
	.post.entry-content ul,ul.bbc ul.bbc 			{	list-style-type: circle; }
		.post.entry-content ul,ul.bbc ul.bbc ul.bbc {	list-style-type: square; }
.post.entry-content ul.decimal,ul.bbcol.decimal 				{ margin: 12px 0 12px 40px; list-style-type: decimal; }
	.post.entry-content ul.lower-alpha,ul.bbcol.lower-alpha		{ margin-left: 40px; list-style-type: lower-alpha; }
	.post.entry-content ul.upper-alpha,ul.bbcol.upper-alpha		{ margin-left: 40px; list-style-type: upper-alpha; }
	.post.entry-content ul.lower-roman	,ul.bbcol.lower-roman		{ margin-left: 40px; list-style-type: lower-roman; }
	.post.entry-content ul.upper-roman,ul.bbcol.upper-roman		{ margin-left: 40px; list-style-type: upper-roman; }

hr.bbc 					{ 	display: block; border-top: 2px solid #777; }
div.bbc_spoiler 		{	 }
div.bbc_spoiler span.spoiler_title	{ 	font-weight: bold; }
div.bbc_spoiler_wrapper	{ 	border: 1px inset #777; padding: 4px; }
div.bbc_spoiler_content	{ 	 }
input.bbc_spoiler_show	{ 	width: 45px; font-size: .7em; margin: 0px; padding: 0px; }
pre.prettyprint 		{ padding: 5px; background: #f8f8f8; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; }
img.bbc_img { cursor: pointer; }
.signature img.bbc_img { cursor: default; }
	.signature a img.bbc_img { cursor: pointer; }
	
/* Quote boxes */

p.citation {
	font-size: 12px;
	padding: 8px 10px;
	/*background: #f3f3f3 */
	background: #2c2e34;
	background: -moz-linear-gradient(top, #2c2e34 0%, #191b21 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2e34), color-stop(100%,#191b21)); /* webkit */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

div.blockquote {
	font-size: 12px;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: rgba(255,255,255,0.02);
}

div.blockquote div.blockquote {
	margin: 0 10px 0 0;
}

div.blockquote p.citation {
	margin: 6px 10px 0 0;
}

._sharedMediaBbcode {
	width: 500px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
	border: 1px solid #dbdbdb;
	-moz-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 15px;
}

.bbcode_mediaWrap .details {
	color: #616161;
	font-size: 12px;
	line-height: 1.5;
	margin-left: 95px;
}

.bbcode_mediaWrap .details a {
	color: #616161;
	text-decoration: none;
}

.bbcode_mediaWrap .details h5, .bbcode_mediaWrap .details h5 a {
	font: 400 20px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	word-wrap: break-word;
	max-width: 420px;
}

.bbcode_mediaWrap img.sharedmedia_image {
	float: left;
	position: relative;
	/*top: 10px;
	left: 10px;*/
	max-width: 80px;
}

.bbcode_mediaWrap img.sharedmedia_screenshot {
	float: left;
	position: relative;
	/*top: 10px;
	left: 10px;*/
	max-width: 80px;
}

/* Show my media label */
.cke_button_ipsmedia span.cke_label {
	display: inline !important;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_editor*/
/***************************************************************/
/* IP.Board 3 Editor CSS                                       */
/* ___________________________________________________________ */
/* By Rikki Tissier                                            */
/* (c)2008 Invision Power Services                             */
/***************************************************************/
/* ipb_editor.css - Styles for the editor (colors in main css) */
/***************************************************************/


/*********************************************************/
/* 	THESE STYLES ARE FOR THE LEGACY RTE EDITOR.			 */
/* 	THIS EDITOR IS DEPRECATED; THESE STYLES ARE LOADED	 */
/* 	ONLY ON DEMAND FOR LEGACY PURPOSES.					 */
/*********************************************************/
#ipboard_body .input_rte {
	width: 100%;
	height: 250px;
}

	#ipboard_body .ips_editor.lite_edition .input_rte {
		height: 60px;
	}
	
	#ipboard_body .ips_editor .input_rte.unloaded_editor {
		font-family: arial, verdana, tahoma, sans-serif;
		font-style: italic;
		font-size: 11px;
		color: #b4b4b4;
		padding: 5px 0px;
		text-indent: 5px;
	}
	
#ipboard_body .ips_editor {
	margin: 8px;
	margin-right: 0px;
	padding: 6px;
	position: relative;
	line-height: 100% !important;
}

	#ipboard_body .ips_editor.with_sidebar .controls,
	#ipboard_body .ips_editor.with_sidebar .editor{
		margin-right: 200px;
	}
	
	#ipboard_body .ips_editor .controls {
		position: relative;
	}
	
	/* Sidebar go bye-bye-bye (like Keith) */
	#ipboard_body .ips_editor.with_sidebar .sidebar {
		position: absolute;
		top: 0px;
		right: 1px;
		width: 195px;
		bottom: 1px;
		margin: 0;
		border-width: 1px;
		border-style: solid;
		border-color: #f6f8fa #d5dde5 #d5dde5 #f6f8fa;
	}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar h4 {
			background-color: #e4ebf2;
			height: 25px;
			color: #1d3652;
			font-size: 10px;
			font-weight: bold;
		}
		
			#ipboard_body .ips_editor.with_sidebar .sidebar h4 span {
				padding: 6px 0 0 6px;
				display: block;
			}
			
			#ipboard_body .ips_editor.with_sidebar .sidebar h4 img {
				float: right;
				margin: 6px 6px 0 0;
				cursor: pointer;
			}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
			width: 100%;
			height: 93%;
			overflow: auto;
			position: absolute;
			bottom: 25px;
			top: 25px;
		}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder  td {
			padding: 5px 0;
		}
		
		#ipboard_body .show_all_emoticons {
			bottom: 0px;
			position: absolute;
			width: 100%;
			text-align: center;
			background: #e4ebf2;
			height: 25px;
		}
		
			#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder.no_bar {
				bottom: 0px;
			}

	#ipboard_body .ips_editor .toolbar {
		height: 30px;
		background: #e4ebf2 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/gradient_bg.png) repeat-x left 50%;
		border-width: 1px;
		border-style: solid;
		border-color: #f6f8fa #d5dde5 #d5dde5 #f6f8fa;
	}
		
		#ipboard_body .ips_editor .toolbar li {
			float: left;
			padding: 3px;
		}
		
			#ipboard_body .ips_editor .toolbar li.sep {
				padding-right: 4px;
				border-right: 1px solid #d5dde5;
				margin-right: 4px;
			}
			
			#ipboard_body .ips_editor .toolbar li.left {
				float: left;
			}
			
			#ipboard_body .ips_editor .toolbar li.right {
				float: right;
			}
		
		#ipboard_body .ips_editor .toolbar li span {
			display: block;
			padding: 3px;
		}
		
	#ipboard_body .ips_editor ul.ipbmenu_content,
	#ipboard_body .ips_editor ul.ipbmenu_content li {
		display: block;
		float: none;
		background-color: #fff;
	}
		
#ipboard_body .ips_editor .toolbar li .rte_control.rte_menu {
	font-size: 11px;
	height: 14px;
	border: 1px solid #aeb9c5;
	margin-top: 1px;
	padding: 4px 15px 2px 7px;
	background-color: #fff;
	background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/rte_icons/rte_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#ipboard_body .rte_title {
	background-color: #d5dde5;
	padding: 4px;
	margin: -4px -4px 5px -4px;
	color: #1d3652;
	font-size: 10px;
	font-weight: bold;
}

#ipboard_body .rte_fontsize {
	min-width: 50px;
}

#ipboard_body .rte_font {
	min-width: 85px;
}

#ipboard_body .rte_special {
	min-width: 90px;
}

#ipboard_body .ipb_palette {
	padding: 4px;
	background-color: #eef3f8;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #d5dde5;
	font-size: 11px;

}

	#ipboard_body .ipb_palette label {
		display: block;
		font-weight: bold;
		clear: both;
		width: auto !important;
		float: none !important;
		text-align: left !important;
	}
	
	#ipboard_body .ipb_palette input {
		clear: both;
		width: 96%;
		margin-bottom: 5px;
		font-size: 11px;
		margin-right: 6px;
	}
	
	#ipboard_body .ipb_palette input[type="submit"], 
	#ipboard_body .input_submit.emoticons {
		background-color: #d5dde5;
		border: 1px solid #d5dde5;
		margin: 5px auto 5px auto;
		text-align: center;
		padding: 2px;
		color: #1d3652;
		font-size: 11px;
		display: block;
		width: auto !important;
	}
	
	#ipboard_body .ipb_palette.extended {
		min-width: 250px;
		max-width: 320px;
	}
	
	#ipboard_body .ipb_palette pre {
		padding: 5px 7px 10px 7px;
	}

#ipboard_body ul.fontsizes li {
	padding: 0.3em 0px !important;
}

#ipboard_body .ipb_palette table.rte_colors {
	border-collapse: separate;
	background-color: #fff;
	border-spacing: 1px;
}

#ipboard_body table.rte_colors td {
	padding: 6px;
	border: 1px solid #777;
	margin: 1px;
	font-size: 1px;
	cursor: pointer;
	height: 18px;
}

#ipboard_body .rte_control {
	cursor: pointer;
	border: 1px solid #e4ebf2;
}		

#ipboard_body .rte_hover {
	background-color: #d5dde5;
}

#ipboard_body .rte_selected {
	background-color: #d5dde5;
	border: 1px solid #aeb9c5;
}

/* CAG SPECIFIC CHANGES */
.cke_skin_ips *,
.cke_skin_ips a:hover,
.cke_skin_ips a:link,
.cke_skin_ips a:visited,
.cke_skin_ips a:active
{
	color: #b9b9b9 !important;
}

.cke_skin_ips textarea.cke_source
{
	background-color: #202229;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_help*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_help.css													*/
/************************************************************************/
/*
	[ color ]
	[ font ]
	[ borders ]
	[ padding ]
	[ margin ]
	[ sizing ]
	[ other ]
*/

/************************************************************************/
/*  HELP & PORTAL STYLES */
	
#help_topics { border: 1px solid #c9c9c9; }

#help_topics li {
	background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/help.png);
	background-repeat: no-repeat;
	background-position: 9px 12px;
	padding: 10px 32px;
	margin-bottom: 2px;
}

	#help_topics li h3 { padding: 2px 0 0 0; }

.help_doc {	border: 1px solid #c9c9c9; }
	#help_topics .help_doc ul,
	#help_topics .help_doc ol {
		padding: 8px 0;
	}

	#help_topics .help_doc li {
		background: none;
		padding: 2px;
	}
	.help_doc .input_submit { background: #dfdfdf; border: 0 !important; color: #000;	font-weight: bold; font-size: inherit; padding: 1px 4px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
		.help_doc .input_submit:hover { color: #000 }
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_login_register*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_login_register.css - Login & Registration styles					*/
/************************************************************************/

#register_form { 
	width: 70%;
	margin: 0 auto;
}

#register_submit { margin-left: 200px; }
#register_form #save_time { color: #136db5; }
#register_form hr, #login_form hr {
	display: block;
	width: 95%;
	border: 1px solid #ebebeb;
	border-width: 1px 0 0 0;
	clear: both;
	margin: 10px auto;
}

#captcha .ipsField_title { padding-right: 0px; }
#captcha.recaptcha .ipsField_content { margin-left: 193px; }
#tou_popup { height: 250px !important; overflow: auto; }

#register_form .f { margin: 4px 12px 4px 0; display: inline-block; vertical-align: middle; }

	
.reg_msg {	
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 8px;
	position: absolute;
}

	.reg_msg img {
		display: none;
	}
	.reg_msg.reg_error {
		background-color: #ad2930;
	}
	.reg_msg.reg_accept {
		background-color: #6f8f52;
	}

#login_form { width: 70%; margin: 0 auto; }
#other_signin { width: 35%; }

#member_login .extra {
	font-size: 0.8em;
	color: #69727b;
	padding: 5px;
	margin-right: 10px;
	float: right;
}

#facebookComplete img.servicepic {
	float: left;
	margin-top: -2px;
	margin-left: -12px;
}

#facebookComplete p {
	margin-left: 60px;
	line-height: 150%;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_messenger*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_messenger.css - Messenger styles									*/
/************************************************************************/

#messenger_utilities { width: 19%; }	

#messenger_content { width: 80%; }

	#messenger_content h2 {
		clear: none;
		font-size: 1.4em;
	}

#folder_list, #space_allowance,
#message_search, #participants,
#invite_more {
	position: relative;
}

#space_allowance p { line-height: 150%;}
#message_list {	clear: right; }
#message_compose .input_check {	margin-left: 245px;}
#invite_more_dialogue { display: none;}
#invite_more_dialogue ul { padding: 4px;}
#invite_more_autocomplete {	width: 99%; }

#folder_list li {
	margin-bottom: 8px;
	margin-left: 4px;
	padding: 0px;
}

	#folder_list #folders {
		margin-bottom: 12px;
	}

	#folder_list .total {
		background-color: #d5dde5;
		font-size: 0.75em;
		font-weight: bold;
		padding: 3px 6px;
		margin-right: 10px;
		right: 0;
		position: absolute;
	}

	#participants #participants_list span.name.left_convo a {
		color: #8a8a8a;
		font-style: italic;
	}

	#participants #participants_list span.name.blocked a {
		color: #ad2930;
	}

#space_allowance {
	clear: both;
}

li.new_folder {
	padding-left: 20px;
}

.add_folder.input_submit {
	padding: 1px 3px;
}

.edit_folders {
	background: #eef3f8;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 2px;
	padding: 2px;
	right: 3px;
	position: absolute;
}

	.f_delete {
		color: #f00;
	}
	
.col_m_subject {
	width:40%;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_mlist*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_mlist.css - Member list styles									*/
/************************************************************************/

#mlist_tabs { margin-top: 35px; }
	#mlist_tabs li { text-align: center; }
		#mlist_tabs li a { padding: 5px 8px; }

div#member_filters {
	margin-top: 10px;
	margin-bottom: 15px;
}
	
	div#member_filters fieldset.other_filters {
		text-align: center;
		padding: 6px;
		margin-top: 10px;
		clear: both;
	}
	
	div#member_filters fieldset.submit {
		background: #d5dde5;
		padding: 6px;
	}
	
	div#member_filters ul {
		margin-bottom: 12px;
		margin-top: 8px;
		width: 49%;
		float: left;
	}
	
	div#member_filters li {
		border-bottom: 1px solid #d5dde5;
		margin-right: 20px;
		padding: 8px 0 8px 0;
		clear: both;
	}
	
		div#member_filters li .desc {
			margin: 0;
			display: inline;
		}
	
	div#member_filters label {	
		text-align: right;
		margin-right: 15px;
		width: 150px;
		display: block;
		float: left;
	}
	
	div#member_filters li.field.custom input[type=text],
	div#member_filters li.field.custom textarea {
		width: 50%;
	}
	
div#member_filters li.field.custom .input_check {
	width: 5%;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_photo_editor*/
/************************************************************************/
/* IP.Board 3 CSS - By Matt Mecham - (c)2011 Invision Power Services	*/
/************************************************************************/
/* ipb_photo_editor.css - Photo editor styles							*/
/************************************************************************/

/* New photo stuffs */
#ips_photoWrap {
	width: 700px;
	border: 1px solid #D5DDE5;
	margin: 0px auto;
	padding: 6px;
}

#ips_sidePanel {
	float: left;
	width: 200px;
}

#ips_cropperStart, #ips_cropperControls {
	
	text-align: right;
	width: 200px;
	margin-top: 8px;
}

#ips_currentPhoto {
	
	text-align: center;
}
	#ips_currentPhoto img {
		border: 1px solid #D5DDE5;
		background: white;
		max-width: 200px;
		height: auto;
	}

#gravatar, #upload_photo {
	width: 150px;
}

#ips_photoOptions {
	margin-left: 210px;
}

li.ips_option {
	border: 1px solid #D5DDE5;
	min-height: 120px;
	margin-bottom: 5px;
}

.ips_photoPreview {
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	margin: 6px;
	float: left;
	border: 1px solid #D5DDE5;
	
}

	.ips_photoPreview label {
		text-align: center;
		background: white;
	}
	
	.ips_photoPreview label img {
		max-width:120px; 
		max-height:120px; 
	}

.ips_photoControls {
	padding-top: 10px;
	margin-left: 120px;
}

.ips_photoOptionText {
	margin-left: 18px;
	line-height: 130%;
	padding-bottom: 3px;
}

.imgCrop_wrap { display: inline-block; }
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_profile*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_profile.css - Profile specific styles							*/
/************************************************************************/

#profile_photo { max-width: 138px; max-height: 138px; }
#profile_content_main {
	min-height: 75px;
	line-height: 1.3;
	margin-bottom: 20px;
}
#pane_info .ipsLayout_right { width: 260px !important; margin-right: -290px; }
#friends_overview .ipsUserPhoto_link { margin: 0 2px 5px 2px; display: inline-block; }

#profile_panes_wrap .reputation {
	float: none;
	margin: 0 0 5px 0;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	display: block;
}
	#profile_panes_wrap .reputation .number {
		font-size: 20px;
		font-weight: bold;
		display: block;
	}

#profile_panes_wrap .ipsList_data .row_data {
	display: block;
	margin-left: 130px;
}

.warn_panel { text-align: center; margin: 8px 0; }
.photo_holder { position: relative; }
#change_photo { 
	position: absolute;
	top: 0; left: 0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	opacity: 0.3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
	.photo_holder:hover #change_photo {
		opacity: 1;
		background: #000;
	}
	
#user_info_cell {
	display: table-cell;
	white-space: nowrap;
	padding-right: 15px;
}
#user_status_cell {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
#user_latest_status {
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/profile_status_stem.png ) no-repeat 0px 50%;
	padding-left: 11px;
}

#user_latest_status > div {
	padding: 10px 15px;
	background-color: #ebece5;
	color: #343434;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 45px;
	word-wrap: break-word;
}

#user_latest_status > div > span { display: block; }
#user_utility_links { margin-top: 10px; text-align: right; }
.rating { margin-top: 10px; }

#status_wrapper .ipsBox_container {
	margin-bottom: 9px;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_search*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_search.css - Search results styles								*/
/************************************************************************/

.ipsFilterbar #search_sort .submenu_indicator
{
	/* Prevent padding in sort buttons */
}

#main_search_form .ipsBox_container { margin-bottom: 10px; }
#main_search_form .ipsField { margin-bottom: 20px; }

.toggle_notify_on { display: none; }
.show_notify .toggle_notify_on { display: block; }
	.show_notify input.toggle_notify_on { display: inline; }
.show_notify .toggle_notify_off { display: none; }	

.notify_info span {
	padding: 1px 8px;
	background: #ededed;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
}
	
	.notify_info img { vertical-align: bottom; }

#main_search_form .search_app {
	font-size: 12px;
	display: inline-block;
	padding: 8px 10px 8px 0;
	margin-right: 12px;
	font-weight: bold;
	border: 1px solid transparent;
	cursor: pointer;
}

	#main_search_form .search_app.active {
		background: #2b4f74;
		border: 1px solid #1d3652;
		padding-left: 10px;
		color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

#main_search_form .search_msg {
	border-bottom: 1px solid #f0f0f0;
	display: block;
	font-size: 12px;
	padding: 0 0 5px 200px;
	margin-bottom: 15px;
	color: #5c5c5c;
}


div#search_results {
	border-bottom: 4px solid #d5dde5;
}	
	
	div#search_results span.icon {
		float: left;
		margin-right: 15px;
	}
	
	div#search_results div.result_info {
		float: left;
		width: 68%;
	}
	
		div#search_results div.result_info span.desc.breadcrumb a {
			color: #b9b9b9;
		}
	
	div#search_results h3 {
		background: none;
		font-weight: normal;
		font-size: 1.3em;
		border: 0;
		padding: 0;
	}

	div#search_results li {
		padding: 10px 15px 15px 15px;
		border-top: 1px solid #2e3035;
	}

	div#search_results p {
		color: #606060;
		margin: 4px 0 2px 0;
	}
	
	/* Further details */
	div#search_results .result_details {
		width: 30%;
		float: right;
		border-left: 1px solid #B5C0CF;
		padding-left: 15px;
		line-height: 130%;
		font-size: 11px;
	}
	
		div#search_results .result_details li {
			border: 0;
			padding: 0;
		}

	div#search_results .gutter {
		background-color: #528f6c;
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 3px 8px 2px 8px;
		margin-top: 0px;
		margin-right: 15px;
		display: none;
		float: left;
	}

		div#search_results .gutter img {
			padding-right: 4px;
		}

	div#search_results .sub div.result_info {
		padding-left: 3%;/*padding-left: 45px;*/
	}

		div#search_results .sub .gutter {
			background-color: #dedede;
			color: #1d3652;
			padding: 6px 8px 5px 8px;
			margin-left: 45px;
		}

	div#search_results ol ol {
		padding: 20px 0 0 15px;
		margin: 0 0 -15px 20px;
	}
	
	.tab_filters ul {
		padding-top: 5px;
	}
	
	.tab_filters ul.padded
	{
		padding-top: 10px;
	}
	
/* as forum stuffs */
.maintitle.links,
.maintitle a {
	text-decoration: none;
	font-size: 12px;
}
.entry-content.search {}

/* These styles are duplicated Rikki, putting a note as requested */

.search_filter_container {
	height: 440px;
	max-height: 440px;
}
.search_filter_container ul.block_list {
	height: 396px; overflow: auto;
}
.search_filter_container ul.block_list > li {
	padding: 0px;
}

.search_filter_container ul.block_list > li span {
	padding: 3px 10px 3px 25px;
	display: block;
}

	.search_filter_container ul.block_list li span.heading {
		font-weight: bold;
	}

.search_filter_container ul.block_list li.active span {
	background: #af286d url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_check_white.png ) no-repeat 6px 8px;
	color: #fff;
	font-weight: bold;
}

#vnc_filter_popup_close { 
	text-align: center;
	position: absolute;
	bottom: 0; left: 0;	right: 0;
	height: 42px;
	line-height: 42px;
	padding: 0 5px;
	background: #DBE4EF;
	background: -moz-linear-gradient(top, #DBE4EF 0%, #c7d4e4 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DBE4EF), color-stop(100%,#c7d4e4)); /* webkit */
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
	box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.5) inset;
	border-top: 1px solid #DBE4EF;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_styles*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_styles.css														*/
/************************************************************************/

/************************************************************************/
/* RESET (Thanks to YUI) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/************************************************************************/
/* CORE ELEMENT STYLES */

html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
	background: #13151a;
	color: #b9b9b9;
	font: normal 13px 'proxima-nova', helvetica, arial, sans-serif;
}

.cag
{
	font: normal 15px 'proxima-nova', serif;
	font-weight: 200;
}

body {
	position: relative;
}

input, select {
	font: normal 13px 'proxima-nova', helvetica, arial, sans-serif;
}

h3, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }

img
{
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}


a {
	color: #da7e22;
	text-decoration: none;
}

	a:hover { color: #ff8000; }

	
/************************************************************************/
/* LISTS */

.ipsList_inline > li {
	display: inline-block;
	margin: 0 3px;
}
	.ipsList_inline > li:first-child { margin-left: 0; }
	.ipsList_inline > li:last-child { margin-right: 0; }
	.ipsList_inline.ipsList_reset > li:first-child { margin-left: 3px; }
	.ipsList_inline.ipsList_reset > li:last-child { margin-right: 3px; }
	.ipsList_inline.ipsList_nowrap { white-space: nowrap; }
	
.ipsList_withminiphoto > li { margin-bottom: 8px; }
.ipsList_withmediumphoto > li .list_content { margin-left: 60px; }
.ipsList_withminiphoto > li .list_content { margin-left: 40px; }
.ipsList_withtinyphoto > li .list_content { margin-left: 30px; }
.list_content { word-wrap: break-word; }

.ipsList_data li { margin-bottom: 6px; line-height: 1.3; }
.ipsList_data .row_data { display: inline-block; word-wrap: break-word; max-width: 100%; }
.ipsList_data .row_title, .ipsList_data .ft {
	display: inline-block;
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
	width: 80px;
}

/************************************************************************/
/* TYPOGRAPHY */

.ipsType_pagetitle, .ipsType_subtitle {
	font: 300 26px/1.3 'proxima-nova', Arial, sans-serif;
	color: #C0C0C0;
}
.ipsType_subtitle { font-size: 18px; }
.ipsType_sectiontitle { 
	font-size: 16px;
	font-weight: normal;
	color: #b9b9b9;
	padding: 5px 0;
	border-bottom: 1px solid #383838;
	font-family: 'proxima-nova';
}

.ipsType_pagedesc {
	color: #b9b9b9;
	line-height: 1.5;
}

.ipsType_pagedesc a { text-decoration: underline; }

.ipsType_textblock { line-height: 1.5; }

.ipsType_small { font-size: 12px; }
.ipsType_smaller, .ipsType_smaller a { font-size: 11px !important; }

.ipsReset { margin: 0px !important; padding: 0px !important; }

/************************************************************************/
/* LAYOUT */
#content, .main_width {
	margin: 0 auto;
	/* Uncomment for fixed */
	/*width: 980px;*/
	/* Fluid */
	/* width: 87% !important; */
   	max-width: 1000px;
}

#branding, #primary_nav { min-width: 980px; }
/*#header_bar .main_width, #branding .main_width, #primary_nav .main_width { padding: 0 10px; }*/


#content {
	padding: 10px 10px;
	line-height: 120%;
}

/************************************************************************/
/* COLORS */


.row1, .post_block.row1 {	  }


.unread .altrow, .unread.altrow { background-color: #202229; }

/* primarily used for topic preview header */
.highlighted, .highlighted .altrow { background-color: #191a1f; }


.ipsBox {
	
}
	
	.ipsBox_notice, .ipsBox_highlight {
		background: #17191F;
		border-bottom: 1px solid #23252b;
	}

/* mini badges */
a.ipsBadge:hover { color: #fff; }

.ipsBadge_green { background: rgb(118, 151, 28); }
.ipsBadge_purple { background: #d67219; }
.ipsBadge_grey { background: #5b5b5b; }
.ipsBadge_lightgrey { background: #b3b3b3; }
.ipsBadge_orange { background: #ED7710; }
.ipsBadge_red {	background: #bf1d00; }


.bar {
	padding: 8px 10px;
        border-bottom: 1px solid #383838;
        font-family: 'proxima-nova';
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
}
	
	.bar.altbar {
		background: #17191F;
		color: #1d3652;
	}


.header {
	background: #17191F;
	color: #b6db55;
}

	
	body .ipb_table .header a,
	body .topic_options a {
		color: #1d3652;
	}
	

.post_block {
	background: #202229;
}

.post_body .post { color: #b4b4b4; }

.post_body .post blockquote, .comment_content blockquote
{
	font-size: 13px;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: rgba(255,255,255,0.03);
	border: 1px solid #222;
	margin-bottom: 10px;
}

.bbc_url, .bbc_email {
	color: #da7e22;
	text-decoration: underline;
}

/* Dates */
.date, .poll_question .votes {
	color: #747474;
	font-size: 11px;
}


.no_messages {
	background-color: #23252b;
	padding: 15px 10px;
}

/* Tab bars */
.tab_bar {
	background-color: #e4ebf2;
	color: #4a6784;
}

	.tab_bar li.active {
		background-color: #243f5c;
		color: #fff;
	}
	
	.tab_bar.no_title.mini {
		border-bottom: 8px solid #243f5c;
	}

/* Menu popups */
.ipbmenu_content, .ipb_autocomplete {
	background-color: #17191F;
	border: 1px solid #1c1e24;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px;
}

	.ipbmenu_content li, .ipb_autocomplete li {
		border-bottom: 1px solid #333;
	}
	
		.ipb_autocomplete li.active {
			background: #d5dde5;
		}
		
	.ipbmenu_content a:hover { background: #d5dde5; }
		
/* Forms */

.input_submit {
	background: #212121 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/topic_button.png ) repeat-x top;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	border-color: #212121;
}

	.input_submit:hover { color: #fff; }
	
	
	.input_submit.alt {
		background: #e2e9f0;
		border-color: #dae2ea;
		color: #464646;
		-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
		box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
	}
	
		.input_submit.alt:hover { color: #464646; }

	.input_submit.delete {
		background: #ad2930;
		border-color: #C8A5A4 #962D29 #962D29 #C8A5A4;
		color: #fff;
		-moz-box-shadow: inset 0 1px 0 0 #C8A5A4, 0px 2px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 1px 0 0 #C8A5A4, 0px 2px 3px rgba(0,0,0,0.2);
		box-shadow: inset 0 1px 0 0 #C8A5A4, 0px 2px 3px rgba(0,0,0,0.2);
	}
	
		.input_submit.delete:hover { color: #fff; }

	
body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	background-color: #17191F;
}

/* Moderated styles */
.moderated, body .moderated td, .moderated td.altrow, .post_block.moderated,
body td.moderated, body td.moderated {
	background-color: #17191F;
}
	
	.post_block.moderated { border-color: #e9d2d7; }	
	.moderated .row2 { background-color: #f0e0e3; }
	.moderated, .moderated a { color: #E90C0C; }
	
body#ipboard_body.redirector {
	background: #fff !important;
}

/************************************************************************/
/* HEADER */

#header_bar, #footer_bar {
	background: #17191F;
	padding: 0;
	text-align: right;
	height: 40px;
	position: relative;
	border-bottom: 2px solid #0b0c0f;
}

	
	#navButton_search
	{
		background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/search_bar.png) no-repeat;
		background-size: 241px 24px;
		border-right: 0 !important;
		width: 210px;
		margin-left: 10px;
		text-align: left;
	}

	#navButton_search input[type=text]
	{
		background-color: transparent;
		border: 0;
		font-size: 12px;
		margin-left: 24px;
		outline: none;
		color: #eee;
		width: 195px;
	}


	#header_bar .nav_button
	{
		margin-top: 6px;
		float: left;
		border-right: 1px solid #49494B;
		font: 300 13px/1.3 Helvetica, Arial, sans-serif;
		height: 34px;
		line-height: 24px;
		padding: 0 18px 0 18px;
		text-transform: lowercase;
		color: #eee;
		position: relative;
		
	}

        #header_bar .menu
        {
        	text-shadow: none;
        	filter: none;
        }

	.nav_button a:link, .nav_button a:active, .nav_button a:visited, .nav_button a:hover
	{
		color: #eee;
	}

	.nav_button .menu
	{
		display: none;
		position: absolute;
		left: 0;
		z-index: 100;
		background-color: #2b2b2f;
		text-align: left;
		margin-top: -4px;
		padding: 4px;
		line-height: 18px;
		font-size: 13px;
	}

	.nav_button:hover .menu
	{
		display: block;
	}

	.nav_button .menu .backing
	{
		background-color: white;
		white-space: nowrap;
		color: #5a5a5a;
	}

	.nav_button .menu .backing .element
	{
		width: auto;
		display: inline-block;
		vertical-align: top;
		padding: 7px 14px 8px 14px;
	}

	.nav_button .element a:link, .nav_button  .element a:active, .nav_button  .element a:visited, .nav_button  .element a:hover
	{
		color: #5a5a5a;
	}

	.nav_button .menu .backing .element div:first-child a
	{
		/*font-weight: bold;*/
	}
	
#admin_bar { font-size: 11px; line-height: 36px; }
#admin_bar li.active a { color: #fc6d35; }
#admin_bar a { color: #8a8a8a; }
	#admin_bar a:hover { color: #fff; }

#user_navigation { 
	color: #9f9f9f;
    font-size: 13px;
    line-height: 16px;
	text-transform: lowercase;
}
#user_navigation a { color: #fff; }
#user_navigation .ipsList_inline li { margin: 0;} /* remove spacing from default ipsList_inline */

#user_navigation.not_logged_in {
	height: 26px; padding: 6px 0 4px;
}

#user_link {
	color: #fff;
	padding: 0 12px;
	height: 38px;
	line-height: 40px;
	display: inline-block;
	margin-right: 15px;
	outline: 0;
	text-transform: lowercase;
}
	
	#user_link_dd, .dropdownIndicator {
		display: inline-block;
		width: 9px; height: 5px;
		background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/header_dropdown.png ) no-repeat left;
	}
	
	#user_link:hover, #notify_link:hover, #inbox_link:hover { background-color: #323232; }

#user_link_menucontent #links li { 
	width: 50%;
	float: left;
	margin: 3px 0;
	white-space: nowrap;
}


#user_link.menu_active {
	background: #fff;
	color: #323232;
}
	
	#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator { background-position: right; }
		#community_app_menu .menu_active .dropdownIndicator { background-position: left; }
			#community_app_menu li.active .menu_active .dropdownIndicator { background-position: right; }
	#user_link_menucontent #statusForm { margin-bottom: 15px; }
	#user_link_menucontent #statusUpdate {	margin-bottom: 5px; }
	
#user_link_menucontent > div {
	margin-left: 15px;
	width: 265px;
	text-align: left;
}


#statusSubmitGlobal { margin-top: 3px; color: #ddd; }

#user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
	background-position: bottom;
	background-color: #fff;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 3px 3px 0 0;
}

#notify_link, #inbox_link {
	vertical-align: middle;
	width: 18px;
	height: 15px;
	padding: 9px 24px 9px 12px;
	position: relative;
}
	
#notify_link { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_notify.png ) no-repeat top; }
#inbox_link { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_inbox.png ) no-repeat top; }


#user_navigation #register_link { 
	background: #b6db55; 
	color: #fff;
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #b6db55;
	-webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	text-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}


#branding {
	background: #0f3854 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/branding_bg.png) repeat-x;
	border-bottom: 1px solid #1b3759;
	min-height: 64px;
}


#primary_nav {
	background: #204066;
	font-size: 13px;
	padding: 4px 0 0 0;
}

	#community_app_menu > li { margin: 0px 3px 0 0; position: relative; }

	
	#community_app_menu > li > a {
		color: #c5d5e2;
		background: #1c3b5f;
		display: block;
		padding: 6px 15px 8px;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	}

		#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active { background: #173455; color: #fff; }
	
	
	#community_app_menu > li.active > a {
		background: #fff;
		color: #0b5794;
		font-weight: bold;
		margin-top: 0;
		text-shadow: none;
	}

#quickNavLaunch span { 
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_quicknav.png ) no-repeat top;
	width: 13px;
	height: 13px;
	display:block;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}

#quickNavLaunch:hover span { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_quicknav.png ) no-repeat bottom; }
#primary_nav #quickNavLaunch { padding: 6px 8px 8px; }

#more_apps_menucontent, .submenu_container {
	background: #173455;
	font-size: 12px;
	border: 0;
	min-width: 140px;
	-moz-box-shadow: none;
}
	#more_apps_menucontent li, .submenu_container li { padding: 0; border: 0; float: none !important; min-width: 150px; }
	#more_apps_menucontent a, .submenu_container a { 
		display: block;
		padding: 8px 10px;
		color: #fff;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	}

	#more_apps_menucontent li:hover, .submenu_container li:hover { background-color: #fff !important; }
	
	#more_apps_menucontent li:hover a, .submenu_container li:hover a { color: #000; text-shadow: none; }

#community_app_menu .submenu_container {
	width: 260px;
}

	#community_app_menu .submenu_container li {
		width: 260px;
	}

.breadcrumb {
	color: #777;
	font-size: 11px;
}
	.breadcrumb a { color: #777; }
	.breadcrumb li .nav_sep { margin: 0 5px 0 0; }
	.breadcrumb li:first-child{ margin-left: 0; }
	.breadcrumb.top { margin-bottom: 10px; }
	.breadcrumb.bottom { margin-top: 10px; width: 100% }

.ipsHeaderMenu {
	background: #17191F; /* Old browsers */
	padding: 10px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	width: 340px;
	border: 1px solid #2C2C2C;
	border-top: 0;
}

	.ipsHeaderMenu .ipsType_sectiontitle { 
		margin-bottom: 8px;
	}
	
	#user_notifications_link_menucontent.ipsHeaderMenu,
	#user_inbox_link_menucontent.ipsHeaderMenu {
		width: 300px;
	}
	
/************************************************************************/
/* SEARCH */	

.nav_search {
	position: relative;
	float: left;
}

#search { 
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

#main_search {
	font-size: 12px;
	border: 0;
	padding: 0;
	background: transparent;
	width: 130px;
	outline: 0;
}

	#main_search.inactive {	color: #bcbcbc;	}
	
#search_wrap {
	position: relative;
	display: block;
	padding: 0 0 0 4px;
	height: 26px;
	line-height: 25px;
	min-width: 260px;
}

#adv_search {
	width: 16px;
	height: 16px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/advanced_search.png) no-repeat right 50%;
	text-indent: -3000em;
	display: inline-block;
	margin: 4px 0 4px 4px;
	display: none;
}


#search .submit_input {
	background: #b6db55 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/search_icon.png) no-repeat 50%;
	text-indent: -3000em;
	padding: 0; border: 0;
	border: 1px solid #b6db55;
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0; top: 0; bottom: 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
	display: none;
}

#search_options {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin: 3px 1px 3px 0;
	padding: 0 8px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	display: inline-block;
	position: absolute;
	top: -1px;
	right: 30px;
	color: rgb(177,177,177);
	background-color: #2b2b2f;
}

#search_options_menucontent { min-width: 100px; }
	#search_options_menucontent input { margin-right: 10px; margin-left: 2px; }
	#search_options_menucontent li { border-bottom: 0; }
	#search_options_menucontent label { cursor: pointer; }
	
/************************************************************************/
/* FOOTER */	

#backtotop {
	width: 24px;
	height: 24px;
	line-height: 20px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	display: inline-block;
	background: #bdbdbd;
	text-align: center;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	opacity: 0.4;
	outline: 0;
	margin-top: -3px;
}

	#backtotop:hover { 
		background: #d67219;
		color: #fff;
		opacity: 1;
	}

#footer_utilities { 
	padding: 10px; 
	font-size: 11px;
	position: relative;
}
	
	#footer_utilities .ipsList_inline > li > a { margin-right: 0px; padding: 4px 10px; }
	#footer_utilities a.menu_active { 
		background: #F7F9FB;
		margin-top: -5px;
		padding: 3px 9px 4px !important;
		z-index: 20000;
		position: relative;
		display: inline-block;
		border: 1px solid #D5DDE5;
		border-bottom: 0;
	}
	
	#copyright {
		color: #848484;
		text-align: right;
	}
	
		#copyright a { color: #848484; }

#ipsDebug_footer {
	width: 900px;
	margin: 8px auto 0px auto;
	text-align: center;
	color: #404040;
	text-shadow: 0px 1px 0px #fff;
	font-size: 11px;
}
	#ipsDebug_footer strong { margin-left: 20px; }
	#ipsDebug_footer a { color: #404040; }
	
#rss_menu {
	background-color: #fef3d7;
	border: 1px solid #ed7710;
}
	
	#rss_menu li { border-bottom: 1px solid #fce19b; }
	#rss_menu a {
		color: #ed7710;
		padding: 5px 8px;
	}

		#rss_menu a:hover {
			background-color: #ed7710;
			color: #fff;
		}

/************************************************************************/
/* GENERAL CONTENT */

.ipsUserPhoto {
	padding: 1px;
	border: 1px solid #17191F;
	background: #23252b;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
	
	.ipsUserPhotoLink:hover .ipsUserPhoto {
		border-color: #7d7d7d;
	}
	
	.ipsUserPhoto_variable { max-width: 155px; }
	.ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
	.ipsUserPhoto_medium { width: 50px; height: 50px; }
	.ipsUserPhoto_mini { width: 30px; height: 30px; }
	.ipsUserPhoto_tiny { width: 20px; height: 20px;	}
	.ipsUserPhoto_icon { width: 16px; height: 16px;	}


.general_box {
	/* background: #fcfcfc; */
	margin-bottom: 10px;
}

	
	.general_box h3 {
		font: normal 14px helvetica, arial, sans-serif;
		padding: 8px 10px;
		background: #17191F;
		color: #da7e22;
	}

.general_box .none {
	color: #bcbcbc;
}

.ipsBox, .ipsPad { padding: 9px; }
	.ipsPad_double { padding: 9px 19px; } /* 19px because it's still only 1px border to account for */
	.ipsBox_withphoto { margin-left: 65px; }
	
	
	.ipsBox_container {

	}
	.ipsBox_notice {
		padding: 10px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.ipsBox_container .ipsBox_notice {	margin: -10px -10px 10px -10px;	}
.ipsPad_half { padding: 4px !important; }
.ipsPad_left { padding-left: 9px; }
.ipsPad_top { padding-top: 9px; }
.ipsPad_top_slimmer { padding-top: 7px; }
.ipsPad_top_half { padding-top: 4px; }
.ipsPad_top_bottom { padding-top: 9px; padding-bottom: 9px; }
.ipsPad_top_bottom_half { padding-top: 4px; padding-bottom: 4px; }
.ipsMargin_top { margin-top: 9px; }

.ipsBlendLinks_target .ipsBlendLinks_here {
		opacity: 0.5;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
	}
	.ipsBlendLinks_target:hover .ipsBlendLinks_here { opacity: 1; }
	
.block_list > li {
	padding: 5px 10px;
	border-bottom: 1px solid #646464;
}

.ipsModMenu {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-indent: -2000em;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/moderation_cog.png ) no-repeat;
	margin-right: 5px;
	vertical-align: middle;
}

.ipsBadge {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

	#nav_app_ipchat .ipsBadge {	position: absolute;	}
	
#ajax_loading {
	background: #95C715;
	background: -moz-linear-gradient(top, #95C715 0%, #b6db55 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95C715), color-stop(100%,#b6db55));
	background: linear-gradient(top, #95C715 0%,#b6db55 100%);
	border: 1px solid #b6db55;
	color: #fff;
	text-align: center;
	padding: 5px 0 8px;
	width: 8%;
	top: 0px;
	left: 46%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 0 0 5px 5px;
	z-index: 10000;
	position: fixed;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2), inset 0px -1px 0px rgba(255,255,255,0.2);
}

#ipboard_body.redirector {
	width: 500px;
	margin: 150px auto 0 auto;
}

#ipboard_body.minimal { margin-top: 40px; }
	#ipboard_body.minimal #content {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 20px 30px;
	}
	#ipboard_body.minimal h1 { font-size: 32px; }
	#ipboard_body.minimal .ipsType_pagedesc { font-size: 16px; }

.progress_bar {
	border: 1px solid #323339;
}

	.progress_bar span {
		background: #e98d32;
		color: #fff;
		font-size: 0em;
		font-weight: bold;
		text-align: center;
		text-indent: -2000em; /* Safari fix */
		height: 10px;
		display: block;
		overflow: hidden;
	}

	.progress_bar.limit span {
		background: #b82929 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/progressbar_warning.png) repeat-x center;
	}

	.progress_bar span span {
		display: none;
	}

.progress_bar.user_warn {	
	margin: 0 auto;
	width: 80%;
}

	.progress_bar.user_warn span {
		height: 6px;
	}

.progress_bar.topic_poll {
	border: 1px solid #323339;
	margin-top: 2px;
	width: 40%;
}

li.rating a {
	outline: 0;
}

.antispam_img { margin: 0 3px 5px 0; }
	
span.error {
	color: #ad2930;
	font-weight: bold;
	clear: both;
}

#recaptcha_widget_div { max-width: 350px; }
#recaptcha_table { border: 0 !important; }

/************************************************************************/
/* GENERIC REPEATED STYLES */
/* Inline lists */
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label,.user_controls li {
	display: inline;
}

/* Utility styles */
.right { float: right; }
.left { float: left; }
.hide { display: none; }
.short { text-align: center; }
.clear { clear: both; }
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.faded { opacity: 0.5 }
.clickable { cursor: pointer; }
.reset_cursor { cursor: default; }

/* Bullets */
.bullets ul, .bullets ol,
ul.bullets, ol.bullets {
	list-style: disc;
	margin-left: 30px;
	line-height: 150%;
	list-style-image: none;
}


.maintitle {
	color: #BBBBBB;
	padding: 10px 10px 11px;
	font-size: 16px;
	font-family: 'proxima-nova';
}

	.maintitle a {	color: #BBBBBB; }
	
	.collapsed .maintitle {
		opacity: 0.2;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
		.collapsed .maintitle:hover { opacity: 0.4; }
	
	.maintitle .toggle { 
		visibility: hidden;
		background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/cat_minimize.png) no-repeat;
		text-indent: -3000em;
		width: 25px; height: 25px;
		display: block;
		outline: 0;
	}
		.maintitle:hover .toggle { visibility: visible; }
	
	.collapsed .toggle {
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/cat_maximize.png);
	}	
	
/* Rounded corners */
#user_navigation #new_msg_count, .poll_question h4,
.rounded {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.desc, .desc.blend_links a, p.posted_info {
	font-size: 12px;
	color: #777777;
}


.desc.lighter, .desc.lighter.blend_links a {
	color: #C0C0C0;
}

/* Cancel */
.cancel {
	color: #ad2930;
	font-size: 0.9em;
	font-weight: bold;
}

/* Moderation */
em.moderated {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

/* Positive/Negative */
.positive {	color: #6f8f52; }
.negative {	color: #c7172b; }

/* Search highlighting */
.searchlite
{
	padding: 1px 4px 1px 4px;
	border-radius: 3px;
	border: 1px dashed #b6db55;
}
/* Users posting */
.activeuserposting {
	font-style: italic;
}
	
/************************************************************************/
/* COLUMN WIDTHS FOR TABLES */
/* col_f = forums; col_c = categories; col_m = messenger; col_n = notifications */

.col_f_post { width: 150px !important; }
	.is_mod .col_f_post { width: 140px !important; }

	td.col_c_post { 
		padding-top: 10px !important;
		width: 250px;
	}

.col_f_icon {
	padding: 10px 0 0 0 !important;
	width: 24px !important;
	text-align: center;
	vertical-align: top;
}

.col_n_icon { 
	vertical-align: middle;
	width: 24px;
	padding: 0 !important;
}
	
.col_f_views, .col_m_replies {
	width: 75px !important;
	text-align: right;
	white-space: nowrap;
}

.col_f_mod, .col_m_mod, .col_n_mod { width: 40px; text-align: right; }
.col_f_preview { 
	width: 10px !important; 
	text-align: right;
	padding: 10px 0 10px 0 !important;
}

.col_c_icon { padding: 10px 5px 10px 5px !important; width: 30px; vertical-align: middle; text-align: middle; }
.col_c_post .ipsUserPhoto { margin-top: 3px; }

.col_c_forum.half { width: 45%; border-left: 0; background-color: rgba(255,255,255,0.05); }
.col_c_icon.half { width: 5%; vertical-align:top; border-right: 0; border-right: 3px solid rgb(182, 219, 85); }
.col_c_icon.half.unread { border-right: 3px solid rgb(233, 141, 50); }


.col_n_date { width: 250px; }
.col_m_photo, .col_n_photo { width: 30px; }
.col_m_mod { text-align: right; }
.col_r_icon { width: 3%; }
.col_f_topic, .col_m_subject { width: 49%; }
.col_f_starter, .col_r_total, .col_r_comments {	width: 10%; }
.col_m_date, .col_r_updated, .col_r_section { width: 18%; }
.col_c_stats { width: 15%; text-align: right; }
.col_c_forum { width: auto; }
.col_mod, .col_r_mod { width: 3%; }
.col_r_title { width: 26%; }

/*.col_c_forum, .col_c_stats, .col_c_icon, .col_c_post { vertical-align: top; }*/

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	width: 100%;
	line-height: 1.3;
	border-collapse: collapse;
}
	
	
	table.ipb_table td {
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #444;
	}
		
		table.ipb_table tr.unread h4 { font-weight: bold; }
		table.ipb_table tr.highlighted td { border-bottom: 0; }
	
	table.ipb_table th {
		font-size: 11px;
		font-weight: bold;
		padding: 8px 6px;
	}
	
.last_post { margin-left: 45px; }

table.ipb_table h4,
table.ipb_table .topic_title {
	font-size: 14px;
	display: inline-block;
}

table.ipb_table  .unread .topic_title { font-weight: bold; }
table.ipb_table .ipsModMenu { visibility: hidden; }
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active { visibility: visible; }

#announcements h4 { display: inline; }
#announcements td { border-bottom: 1px solid #fff; }

.forum_data {
	font-size: 11px;
	color: #5c5c5c;
	display: inline-block;
	white-space: nowrap;
	margin: 0px 0 0 8px;
}

.desc_more {
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/desc_more.png ) no-repeat top;
	display: inline-block;
	width: 13px; height: 13px;
	text-indent: -2000em;
}
	.desc_more:hover { background-position: bottom; }

.category_block .ipb_table h4 { font-size: 15px; word-wrap: break-word; }

table.ipb_table .subforums {
	margin: 2px 0 3px 5px;
	padding-left: 20px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/subforum_stem.png ) no-repeat left 4px;
}
	table.ipb_table .subforums li.unread { font-weight: bold; }

table.ipb_table .expander { 
	visibility: hidden;
	width: 16px;
	height: 16px;
	display: inline-block;
}
table.ipb_table tr:hover .expander { visibility: visible; opacity: 0.2; }
table.ipb_table td.col_f_preview { cursor: pointer; }
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading { visibility: visible !important; opacity: 1; }
table.ipb_table .expander.closed { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_expand_close.png ) no-repeat top; }
table.ipb_table .expander.open { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_expand_close.png ) no-repeat bottom; }
table.ipb_table .expander.loading { background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/loading.gif ) no-repeat; }
table.ipb_table .preview td {
	padding: 20px 10px 20px 29px;
	z-index: 20000;
	border-top: 0;
}

	table.ipb_table .preview td > div {
		line-height: 1.4;
		position: relative;		
	}
	
	table.ipb_table .preview td {
		-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
		box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
		border: 1px solid #222;
	}

.preview_col {
	margin-left: 80px;
}

.preview_info {
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	margin: -3px 0 3px;
}

table.ipb_table .mini_pagination { opacity: 0.5; }
table.ipb_table tr:hover .mini_pagination { opacity: 1; }

/************************************************************************/
/* LAYOUT SYSTEM */

.ipsBoxTopic
{
	border: 1px solid #3c3c3c;
}

.ipsLayout.ipsLayout_withleft { padding-left: 210px; }
	.ipsBox.ipsLayout.ipsLayout_withleft { padding-left: 220px; }
.ipsLayout.ipsLayout_withright { padding-right: 210px; clear: left; }
	.ipsBox.ipsLayout.ipsLayout_withright { padding-right: 220px; }
	
/* Panes */
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right { position: relative; }
.ipsLayout_content { width: 100%; float: left; }
.ipsLayout .ipsLayout_left { width: 200px; margin-left: -210px; float: left; }
.ipsLayout .ipsLayout_right { width: 200px; margin-right: -210px; float: right; }

/* Wider sidebars */
.ipsLayout_largeleft.ipsLayout_withleft { padding-left: 280px; }
	.ipsBox.ipsLayout_largeleft.ipsLayout_withleft { padding-left: 290px; }
.ipsLayout_largeleft.ipsLayout .ipsLayout_left { width: 270px; margin-left: -280px; }
.ipsLayout_largeright.ipsLayout_withright { padding-right: 280px; }
	.ipsBox.ipsLayout_largeright.ipsLayout_withright { padding-right: 290px; }
.ipsLayout_largeright.ipsLayout .ipsLayout_right { width: 270px; margin-right: -280px; }

/* Narrow sidebars */
.ipsLayout_smallleft.ipsLayout_withleft { padding-left: 150px; }
	.ipsBox.ipsLayout_smallleft.ipsLayout_withleft { padding-left: 160px; }
.ipsLayout_smallleft.ipsLayout .ipsLayout_left { width: 140px; margin-left: -150px; }
.ipsLayout_smallright.ipsLayout_withright { padding-right: 150px; }
	.ipsBox.ipsLayout_smallright.ipsLayout_withright { padding-right: 160px; }
.ipsLayout_smallright.ipsLayout .ipsLayout_right { width: 140px; margin-right: -150px; }

/* Tiny sidebar */
.ipsLayout_tinyleft.ipsLayout_withleft { padding-left: 50px; }
	.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft { padding-left: 60px; }
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left { width: 40px; margin-left: -40px; }
.ipsLayout_tinyright.ipsLayout_withright { padding-right: 50px; }
	.ipsBox.ipsLayout_tinyright.ipsLayout_withright { padding-right: 60px; }
.ipsLayout_tinyright.ipsLayout .ipsLayout_right { width: 40px; margin-right: -40px; }

/* Big sidebar */
.ipsLayout_bigleft.ipsLayout_withleft { padding-left: 330px; }
	.ipsBox.ipsLayout_bigleft.ipsLayout_withleft { padding-left: 340px; }
.ipsLayout_bigleft.ipsLayout .ipsLayout_left { width: 320px; margin-left: -330px; }
.ipsLayout_bigright.ipsLayout_withright { padding-right: 330px; }
	.ipsBox.ipsLayout_bigright.ipsLayout_withright { padding-right: 340px; }
.ipsLayout_bigright.ipsLayout .ipsLayout_right { width: 320px; margin-right: -330px; }

/* Even Wider sidebars */
.ipsLayout_hugeleft.ipsLayout_withleft { padding-left: 380px; }
	.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft { padding-left: 390px; }
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left { width: 370px; margin-left: -380px; }
.ipsLayout_hugeright.ipsLayout_withright { padding-right: 380px; }
	.ipsBox.ipsLayout_hugeright.ipsLayout_withright { padding-right: 390px; }
.ipsLayout_hugeright.ipsLayout .ipsLayout_right { width: 370px; margin-right: -380px; }

/************************************************************************/
/* NEW FORMS */

.ipsField .ipsField_title {
	font-size: 13px;
	font-family: 'proxima-nova';
}

.ipsForm_required {
	color: #ab1f39;
	font-weight: bold;
}

.ipsForm_horizontal .ipsField_title {
	float: left;
	width: 185px;
	padding-right: 15px;
	text-align: right;
	line-height: 1.8;
}

.ipsForm_horizontal .ipsField { margin-bottom: 15px; }
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit { margin-left: 200px; }
.ipsForm_horizontal .ipsField_checkbox { margin: 0 0 5px 200px; }
.ipsForm_horizontal .ipsField_select .ipsField_title { line-height: 1.6; }

.ipsForm_vertical .ipsField { margin-bottom: 20px; }
.ipsForm_vertical .ipsField_content { margin-top: 3px; }

.ipsForm .ipsField_checkbox .ipsField_content { margin-left: 25px; }
.ipsForm .ipsField_checkbox input { float: left; margin-top: 3px; }

.ipsField_primary input { font-size: 18px; }

.ipsForm_submit {
	background: #17191F;
	border-top: 1px solid #23252b;
	padding: 5px 10px;
	text-align: right;
	margin-top: 25px;
}

.ipsForm_right { text-align: right; }
.ipsForm_left { text-align: left; }
.ipsForm_center { text-align: center; }

/************************************************************************/
/* SETTINGS SCREENS */
.ipsSettings_pagetitle { font-size: 20px; margin-bottom: 5px; }
.ipsSettings { padding: 0 0px; }
.ipsSettings_section {
	margin: 0 0 15px 0;
	border-top: 1px solid #666;
	padding: 15px 0 0 0;
}
	
	.ipsSettings_section > div { margin-left: 175px; }
	.ipsSettings_section > div ul li { margin-bottom: 10px; }
	.ipsSettings_section .desc { margin-top: 3px; }
	
.ipsSettings_sectiontitle {
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #b6db55;
	width: 165px;
	padding-left: 10px;
	float: left;
}

.ipsSettings_fieldtitle { 
	min-width: 100px;
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

/************************************************************************/
/* TOOLTIPS */

.ipsTooltip { padding: 5px; z-index: 25000;}
.ipsTooltip_inner {
	padding: 8px;
	background: #17191f;
	border: 3px solid #272a30;
	color: #b9b9b9;
	font-size: 12px;
	text-align: center;
	max-width: 250px;
}
	.ipsTooltip_inner a { color: #fff; }
	.ipsTooltip_inner span { font-size: 11px; color: #b9b9b9 }
	.ipsTooltip.top 	{ background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/tooltip_top.png) no-repeat bottom center; }
		.ipsTooltip.top_left 	{ background-position: bottom left; }
	.ipsTooltip.bottom	{ background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/tooltip_bottom.png) no-repeat top center; }
	.ipsTooltip.left 	{ background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/tooltip_left.png) no-repeat center right; }
	.ipsTooltip.right	{ background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/tooltip_right.png) no-repeat center left; }
	
/************************************************************************/
/* AlertFlag */

.ipsHasNotifications {
	padding: 0px 4px;
	height: 12px;
	line-height: 12px;
	background: #cf2020;
	color: #fff !important;
	font-size: 9px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 4px;
	left: 3px !important;
}

.ipsHasNotifications_blank { display: none; }
#chat-tab-count.ipsHasNotifications { left: auto; top: 0px; right: -1px; text-shadow: none !important; }

/************************************************************************/
/* SIDEBAR STYLE */

.ipsSideMenu { padding: 10px 0; }
.ipsSideMenu h4 { 
	margin: 0 10px 5px 25px;
	font-weight: bold;
	color: #aaa;
}

.ipsSideMenu ul {
	border-top: 1px solid #666;
	margin-bottom: 20px;
}

.ipsSideMenu ul li {
	font-size: 11px;
	border-bottom: 1px solid #666;
}

.ipsSideMenu ul li a {
	padding: 5px 10px 5px 25px;
	display: block;
}


.ipsSideMenu ul li.active a {
	background: #d67219 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_check_white.png ) no-repeat 6px 8px;
	color: #fff;
	font-weight: bold;
}

/***************************************************************************/
/* WIZARDS */
.ipsSteps {
	border-bottom: 1px solid #fff;
	background: #DBE2EC;
	overflow: hidden;
}	
	.ipsSteps ul li {
		float: left;
		padding: 11px 33px 11px 18px;
		color: #323232;
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/wizard_step_large.png );
		background-repeat: no-repeat;
		background-position: bottom right;
		position: relative;
		max-height: 53px;
	}
	
	.ipsSteps .ipsSteps_active {
		background-position: top right;
		color: #fff;
		text-shadow: 0px -1px 0 rgba(0,0,0,0.7);
	}
	
	.ipsSteps .ipsSteps_done { color: #aeaeae; }
	.ipsSteps_desc { font-size: 11px; }	
	.ipsSteps_arrow { display: none; }
	
	.ipsSteps_title {
		display: block;
		font-size: 14px;
	}
	
	.ipsSteps_active .ipsSteps_arrow {
		display: block;
		position: absolute;
		left: -23px;
		top: 0;
		width: 23px;
		height: 54px;
		background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/wizard_step_extra.png ) no-repeat;
	}
	
	.ipsSteps ul li:first-child .ipsSteps_arrow { display: none !important;	}

/************************************************************************/
/* VERTICAL TABS (profile etc.) */

.ipsVerticalTabbed { }

.ipsVerticalTabbed_content .row1
{
background: none;
}

	.ipsVerticalTabbed_content {
		min-height: 400px;
	}
	
	.ipsVerticalTabbed_tabs > ul {
		width: 149px !important;
		margin-top: 10px;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
	}
		
		.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul { width: 40px !important; }
		
		
		.ipsVerticalTabbed_tabs li {
			background: #f6f8fb;
			color: #808080;
			border-bottom: 1px solid #666;
			font-size: 13px;
		}
		
			
			.ipsVerticalTabbed_tabs li a {
				display: block;
				padding: 10px 8px;
				outline: 0;
				-webkit-transition: background-color 0.1s ease-in-out;
				-moz-transition: background-color 0.3s ease-in-out;
				background-color: #17191F;
			}
			
				
				.ipsVerticalTabbed_tabs li a:hover {
				}
			
				
				.ipsVerticalTabbed_tabs li.active a {
					width: 135px;
					position: relative;
					z-index: 8000;
					color: #efefef;
					font-weight: bold;
				}
				
					.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
						width: 24px;
					}

/************************************************************************/
/* 'LIKE' FUNCTIONS */

.ipsLikeBar { margin: 10px 0; font-size: 11px; }
	
	.ipsLikeBar_info {
		line-height: 19px;
		background: #17191F;
		padding: 0 10px;
		display: inline-block;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
.ipsLikeButton {
	line-height: 17px;
	padding: 0 6px 0 24px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff !important;
}
	.ipsLikeButton:hover { color: #fff !important; }
	
	.ipsLikeButton.ipsLikeButton_enabled {
		background: #7b96bb url(https://www.cheapassgamer.com/public/style_images/cag3_dark/like_button.png ) no-repeat top left;
		border: 1px solid #7b96bb;
	}
	
	.ipsLikeButton.ipsLikeButton_disabled {
		background: #acacac url(https://www.cheapassgamer.com/public/style_images/cag3_dark/like_button.png ) no-repeat bottom left;
		border: 1px solid #acacac;
	}

/************************************************************************/
/* TAG LIST */

.ipsTag {
	display: inline-block;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/tag_bg.png );
	height: 20px;
	line-height: 20px;
	padding: 0 7px 0 15px;
	margin: 5px 5px 0 0;
	font-size: 11px;
	color: #656565;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-radius: 0 3px 3px 0;
}

/************************************************************************/
/* TAG EDITOR STYLES */

.ipsTagBox_wrapper {
	min-height: 18px;
	width: 350px;
	line-height: 1.3;
	display: inline-block;
}
	
	.ipsTagBox_hiddeninput { background: #fff; }
	.ipsTagBox_hiddeninput.inactive {
		font-size: 11px;
		min-width: 200px;
	}
	
	.ipsTagBox_wrapper input { border: 0px;	outline: 0; }
	.ipsTagBox_wrapper li {	display: inline-block; }
	
	.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
		background: #dbf3ff;
		border-color: #a8e3ff;
		color: #136db5;
	}
	
	.ipsTagBox_tag {
		padding: 2px 1px 2px 4px;
		background: #f4f4f4;
		border: 1px solid #dddddd;
		margin: 0 3px 2px 0;
		font-size: 11px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		cursor: pointer;
	}
	
		.ipsTagBox_tag:hover {
			border-color: #bdbdbd;
		}
		
		.ipsTagBox_tag.selected {
			background: #e2e2e2 !important;
			border-color: #c0c0c0 !important;
			color: #424242 !important;
		}
		
	.ipsTagBox_closetag {
		margin-left: 2px;
		display: inline-block;
		padding: 0 3px;
		color: #c7c7c7;
		font-weight: bold;
	}
		.ipsTagBox_closetag:hover { color: #454545;	}
		.ipsTagBox_tag.selected .ipsTagBox_closetag { color: #424242; }
		.ipsTagBox_tag.selected .ipsTagBox_closetag:hover { color: #2f2f2f;	}
		.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag { color: #4f87bb; }
		.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover { color: #003b71; }
		
	.ipsTagBox_addlink {
		font-size: 10px;
		margin-left: 3px;
		outline: 0;
	}
	
	.ipsTagBox_dropdown {
		height: 100px;
		overflow: scroll;
		background: #fff;
		border: 1px solid #dddddd;
		-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
		box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
		z-index: 16000;
	}
	
		.ipsTagBox_dropdown li {
			padding: 4px;
			font-size: 12px;
			cursor: pointer;
		}
		.ipsTagBox_dropdown li:hover {
			background: #dbf3ff;
			color: #003b71;
		}

/************************************************************************/
/* TAG CLOUD */
.ipsTagWeight_1 { opacity: 1.0; }
.ipsTagWeight_2 { opacity: 0.9; }
.ipsTagWeight_3 { opacity: 0.8; }
.ipsTagWeight_4 { opacity: 0.7; }
.ipsTagWeight_5 { opacity: 0.6; }
.ipsTagWeight_6 { opacity: 0.5; }
.ipsTagWeight_7 { opacity: 0.4; }
.ipsTagWeight_8 { opacity: 0.3; }
		
/************************************************************************/
/* NEW FILTER BAR */

.ipsFilterbar
{
	margin-left: -20px;
	width: 980px;
	background-color: #13151a;
}

.ipsFilterbar li {
	margin: 0px 15px 0px 0;
	font-size: 11px;
}
	
	.ipsFilterbar li a {
		color: #fff;
		opacity: 0.5;
		text-shadow: 0px 1px 0px #0d273e;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
	}
		.ipsFilterbar.bar.altbar li a { color: #244156; text-shadow: none; opacity: .8; }
	
		.ipsFilterbar:hover li a { opacity: 0.8; }

		.ipsFilterbar li a:hover {
			color: #fff;
			opacity: 1;
		}

.ipsFilterbar li.active { opacity: 1; }

	
	.ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
		background: #2c2e34;
		opacity: 1;
		color: #fff;
		padding: 4px 10px;
		font-weight: bold;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px !important;
		border-radius: 10px;
		-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
		box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	}
		
/************************************************************************/
/* POSTING FORM STYLES */
/* Additional form styles for posting forms */

.ipsPostForm { }
	
	.ipsPostForm.ipsLayout_withright {
		padding-right: 260px !important;
	}
		
	.ipsPostForm .ipsLayout_content {
		z-index: 900;
		
		float: none;
	}
	
	.ipsPostForm .ipsLayout_right {
		width: 250px;
		margin-right: -251px;
		border-left: 0;
		z-index: 800;
	}
	
	.ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/folder_closed.png );
		background-repeat: no-repeat;
		background-position: 10px 9px;
		padding-left: 26px;
		margin-bottom: 2px;
	}

/************************************************************************/
/* MEMBER LIST STYLES */
.ipsMemberList .ipsButton_secondary { opacity: 0.3; }
.ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary { opacity: 1; }
.ipsMemberList li .reputation { margin: 5px 10px 0 0; }
.ipsMemberList > li .ipsButton_secondary { margin-top: 15px; }
.ipsMemberList li .rating {	display: inline; }

/************************************************************************/
/* COMMENT STYLES */
.ipsComment_wrap { margin-top: 10px; }
	.ipsComment_wrap .ipsLikeBar { margin: 0; }
	.ipsComment_wrap input[type='checkbox'] { vertical-align: middle; }
	
.ipsComment {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 5px;
	padding: 10px 0;
}
	
.ipsComment_author, .ipsComment_reply_user {
	width: 160px;
	text-align: right;
	padding: 0 10px;
	float: left;
	line-height: 1.3;
}

	.ipsComment_author .ipsUserPhoto { margin-bottom: 5px; }
	
.ipsComment_comment {
	margin-left: 190px;
	line-height: 1.5;
}

	.ipsComment_comment > div { min-height: 33px; }
	
.ipsComment_controls { margin-top: 10px; }
.ipsComment_controls > li { opacity: 0.2; }
	.ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right { opacity: 1; }

/************************************************************************/
/* FLOATING ACTION STYLES (comment moderation, multiquote etc.) */
.ipsFloatingAction {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #242424;
	padding: 10px;
	z-index: 15000;
	border: 4px solid #464646;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

/************************************************************************/
/* FORM STYLES */

body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	padding: 15px 6px 15px 6px;
	text-align: center;
}

.input_text, .ipsTagBox_wrapper {
	padding: 4px;
	background: #202229;
	border: 1px solid #303238;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

	.input_text:focus {
		border-color: #4e4e4e #7c7c7c #a3a3a3 #7c7c7c;
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	}
	
	input.inactive, select.inactive, textarea.inactive { color: #c4c4c4; }

	.input_text.error {
		background-color: #f3dddd;
	}
	.input_text.accept {
		background-color: #f1f6ec;
	}

.input_submit {
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 4px 10px;
	cursor: pointer;
}
	
	.input_submit.alt {
		text-decoration: none;
	}		

p.field {
	padding: 15px;
}

li.field {
	padding: 5px;
	margin-left: 5px;
}

	li.field label,
	li.field span.desc {
		display: block;
	}
	
li.field.error {
	color: #ad2930;
}

	li.field.error label {
		font-weight: bold;
	}

li.field.checkbox, li.field.cbox {
	margin-left: 0;
}

li.field.checkbox .input_check,
li.field.checkbox .input_radio,
li.field.cbox .input_check,
li.field.cbox .input_radio {
	margin-right: 10px;
	vertical-align: middle;
}

	li.field.checkbox label,
	li.field.cbox label {
		width: auto;
		float: none;
		display: inline;
	}
	
	li.field.checkbox p,
	li.field.cbox p {
		position: relative;
		left: 245px;
		display: block;
	}

	li.field.checkbox span.desc,
	li.field.cbox span.desc {
		padding-left: 27px;
		margin-left: auto;
		display: block;
	}
	
/************************************************************************/
/* MESSAGE STYLES */

.message {
	background: #ebfcdf;
	padding: 10px;
	border: 1px solid #a4cfa4;
	color: #0e440e;
	line-height: 1.6;
	font-size: 12px;
}

	.message h3 {
		padding: 0;
		color: #323232;
	}
	
	.message.error {
		background-color: #f3e3e6;
		border-color: #e599aa;
		color: #80001c;
	}
	
	.message.error.usercp {
		background-image: none;
		padding: 4px;
		float: right;
	}
	
	.message.unspecific {
		background-color: #f3f3f3;
		border-color: #d4d4d4;
		color: #515151;
		margin: 0 0 10px 0;
		clear: both;
	}
	
/************************************************************************/
/* MENU & POPUP STYLES */

.ipbmenu_content, .ipb_autocomplete {
	font-size: 12px;
	min-width: 85px;
	z-index: 2000;
}
	
	.ipbmenu_content li:last-child {
		border-bottom: 0;
		padding-bottom: 0px;
	}
	
	.ipbmenu_content li:first-child { padding-top: 0px;	}
	.ipbmenu_content.with_checks a { padding-left: 26px; } /* save room for a checkmark */
	.ipbmenu_content a .icon { margin-right: 10px; }
	.ipbmenu_content a { 
		text-decoration: none;
		text-align: left;
		display: block;
		padding: 6px 10px;
	}
	.ipbmenu_content.with_checks li.selected a {
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_check.png );
		background-repeat: no-repeat;
		background-position: 7px 10px;
	}

.popupWrapper {
	background-color: #13151A;
	padding: 1px;
	border: 6px solid #13151A;
}

	.popupInner {
		background: #17191F;
		width: 500px;
		overflow: auto;
		overflow-x: hidden;
	}
	
		.popupInner.black_mode {
			background: #000;
			border: 3px solid #b3bbc3; 
			color: #eee;
		}
		
		.popupInner.warning_mode {
			border: 3px solid #7D1B1B; 
		}
	
		.popupInner h3 {
			background-color: #202229;
			color: #fff;
			padding: 8px 10px 9px;
			font-size: 16px;
			font-weight: 300;
			text-shadow: 0 1px 2px rgba(0,0,0,0.3);
			font-family: 'proxima-nova';
		}
		
			.popupInner h3 a { color: #fff; }
		
			.popupInner.black_mode h3 {
				background-color: #545C66;
				color: #ddd;
			}
			
			.popupInner.warning_mode h3 {
				background-color: #7D1B1B;
				padding-top: 6px;
				padding-bottom: 6px;
				color: #fff;
			}
			
			.popupInner.warning_mode input.input_submit {
				background-color: #7D1B1B;
			}

.popupClose {
	position: absolute;
	right: 8px;
	top: 7px;
	font-size: 22px;
	color: #FF7F00;
}

.popupClose.light_close_button {
	background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/close_popup_light.png) no-repeat top left;
	opacity: 0.8;
	width: 13px;
	height: 13px;
	top: 17px;
}

.popupClose.light_close_button img {
	display: none;
}

.popup_footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.popup_body {
	padding: 10px;
}

.stem {
	width: 31px;
	height: 16px;
	position: absolute;
}

	.stem.topleft { background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/topleft.png);	}
	.stem.topright { background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/topright.png); }
	.stem.bottomleft { background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/bottomleft.png); }
	.stem.bottomright { background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/stems/bottomright.png);	}
	
.modal {
	background-color: #3e3e3e;
}

.userpopup h3 { font-size: 17px; }
.userpopup h3, .userpopup .side + div { padding-left: 110px; }
.userpopup .side { position: absolute; margin-top: -40px; }
	.userpopup .side .ipsButton_secondary { 
		display: block;
		text-align: center;
		margin-top: 5px;
		/* 	#32468: hacky workaround to ensure these buttons work when translated */
		max-width: 75px;
		height: auto;
		line-height: 1;
		padding: 5px 10px;
		white-space: normal;
	}
.userpopup .user_controls { text-align: left; }
.userpopup .user_status { padding: 5px; margin-bottom: 5px; }
.userpopup .reputation {
	display: block; 
	text-align: center;
	margin-top: 5px;
}

.userpopup {
	overflow: hidden;
	position: relative;
	font-size: 0.9em;
}

	.userpopup dl {
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 10px;
		margin-bottom: 4px;
	}

.info dt {
	float: left;
	font-weight: bold;
	padding: 3px 6px;
	clear: both;
	width: 30%;
}

.info dd {
	padding: 3px 6px;
	width: 60%;
	margin-left: 35%;
}

/************************************************************************/
/* BUTTONS STYLES */

.topic_buttons li {
	float: right;
	margin: 0 0 10px 10px;
}


.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important,
.topic_buttons li a, .topic_buttons li span, .ipsButton {
	background: #17191F;
	border: 1px solid #212121;
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 #191919;
	font: 300 12px/1.3 Helvetica, Arial, sans-serif;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	min-width: 125px;
	display: inline-block;
	cursor: pointer;
}

.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
	background: #812200 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/topic_button_closed.png ) repeat-x top;
	border-color: #812200;
	-moz-box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 0 #db6e46, 0px 2px 3px rgba(0,0,0,0.2);
}
	
	.topic_buttons li a:hover, .ipsButton:hover { color: #fff; }
	.topic_buttons li.non_button a {
		background: transparent !important;
		background-color: transparent !important;
		border: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		text-shadow: none;
		min-width: 0px;
		color: #777777;
		font-weight: normal;
	}
	
	.topic_buttons li.disabled a, .topic_buttons li.disabled span {
		background: #ebebeb;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		text-shadow: none;
		border: 0;
		color: #7f7f7f;
	}
	
	.topic_buttons li span { cursor: default !important; }


.ipsButton_secondary {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 10px;
	background: #2c2e34;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #aaa;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	border: 0;
}
	.ipsButton_secondary a { color: #616161; }
	.ipsButton_secondary:hover {
		color: #4c4c4c;
		border-color: #9a9a9a;
	}
	
	
	.ipsButton_secondary.important {
		background: #9f2a00;
		background: -moz-linear-gradient(top, #9f2a00 0%, #812200 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f2a00), color-stop(100%,#812200)); /* webkit */
		border: 1px solid #812200;
		color: #fbf4f4;
		-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
	}
		.ipsButton_secondary.important a { color: #fbf4f4; }
		.ipsButton_secondary.important a:hover { 
			color: #fff;
			border-color: #571700;
		}
		
		/* Used in post forms */
		.ipsField.ipsField_checkbox.ipsButton_secondary
		{
			line-height: 18px;
		}
		
		.ipsField.ipsField_checkbox.ipsButton_secondary input
		{
			margin-top: 6px
		}
		
		.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content
		{
			margin-left: 18px;
		}
		
.ipsButton_extra {
	line-height: 22px;
	height: 22px;
	font-size: 11px;
	margin-left: 5px;
	color: #b4b4b4;
}

.ipsButton_secondary.fixed_width{ min-width: 170px; }

.ipsButton.no_width { min-width: 0; }
.topic_controls { min-height: 30px; }

ul.post_controls {
	padding: 6px;
	margin: 0 0 10px 0;
	clear: both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

		ul.post_controls li {
			font-size: 12px;
			float: right;
		}

		ul.post_controls a {	
			height: 22px;
			line-height: 22px;
			padding: 0 12px;
			color: #b6db55;
			text-decoration: none;
			margin-left: 4px;
			display: block;
		}

		ul.post_controls a:hover { color: #b9ff00; }
		
		ul.post_controls a.ipsButton_secondary {
			height: 20px;
			line-height: 20px;
		}
		
		ul.post_controls li.multiquote.selected a { 
			background: #a1dc00; /* Old browsers */
			background: -moz-linear-gradient(top, #a1dc00 0%, #a9c856 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1dc00), color-stop(100%,#a9c856)); /* Chrome,Safari4+ */
			border-color: #a9c856;
			-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 1px 0px rgba(255,255,255,0.4) inset, 0px 1px 0px rgba(0,0,0,0.3);
			color: #fff;
		}

.post_block .post_controls li a { 
	opacity: 0.2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.post_block .post_controls li a.ipsButton_secondary {
	opacity: 1;
}
.post_block:hover .post_controls li a { opacity: 1; }

.hide_signature, .sigIconStay { float: right; }
.post_block:hover .signature a.hide_signature, .sigIconStay {
	background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/cross_sml.png) no-repeat top right;
	width: 13px;
	height: 13px;
	opacity: 0.6;
	position: absolute;
	right: 0px;
}

/************************************************************************/
/* PAGINATION STYLES */

.pagination { padding: 5px 0; line-height: 20px; }
.pagination.no_numbers .page { display: none; }
.pagination .pages { text-align: center; }
.pagination .back { margin-right: 6px; }
	.pagination .back li { margin: 0 2px 0 0; }
.pagination .forward { margin-left: 6px; }
	.pagination .forward li { margin: 0 0 0 2px; }


.pagination .back a,
.pagination .forward a {
	display: inline-block;
	padding: 0px 6px;
	height: 20px;
	background: #eaeaea;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
}
	
	
	.pagination .back a:hover,
	.pagination .forward a:hover {
		background: #d67219;
		color: #fff;
	}

	.pagination .disabled a {
		opacity: 0.4;
		display: none;
	}
	
.pagination .pages {
	font-size: 11px;
	font-weight: bold;
}

	.pagination .pages a, .pagejump {
		display: inline-block;
		padding: 1px 4px;
		color: #999;
	}
	
	.pagination .pages .pagejump { padding: 0px; }
	
	.pagination .pages a:hover {
		background: #ececec;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	.pagination .pages li { margin: 0 1px; }
	
		
		.pagination .pages li.active {
			background: rgb(118, 151, 28);
			color: #fff;
			font-weight: bold;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			padding: 1px 5px;
		}
		
.pagination.no_pages span {
	color: #acacac;
	display: inline-block;
	line-height: 20px;
	height: 20px;
}

ul.mini_pagination {
	font-size: 10px;
	display: inline;
	margin-left: 7px;
}

	ul.mini_pagination li a {
		background: #17191F;
		border: 1px solid #444444;
		padding: 1px 3px 2px;
		border-radius: 4px;
		
	}

	ul.mini_pagination li {
		display: inline;
		margin: 0px 2px;
	}

/************************************************************************/
/* MODERATION & FILTER STYLES */

.moderation_bar {
	text-align: right;
	padding: 8px 10px;
	/*background: #f7f7f7;*/
}

	.moderation_bar.with_action {
		background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/topic_mod_arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 35px;
	}

/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */

.author_info {
	width: 155px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 15px 10px;
}
	
	.author_info .group_title {
		color: #5a5a5a;
		margin-top: 5px;
	}
	
	.author_info .member_title { margin-bottom: 5px; word-wrap: break-word; }
	.author_info .group_icon { margin-bottom: 3px; }

	.author_info .avatar
	{
		text-align: center;
	}
	
.custom_fields {
	color: #818181;
	margin-top: 8px;
}

.custom_fields .ft { 
	color: #505050;
	margin-right: 3px;
}

.custom_fields .fc {
	word-wrap: break-word;
}


.user_controls {
	text-align: center;
	margin: 6px 0;
}

	.user_controls li a {
		display: inline-block;
		background: #f6f6f6;
		background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
		border: 1px solid #dbdbdb;
		-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		color: #616161;
	}

/************************************************************************/
/* BOARD INDEX STYLES */

#board_index #categories { overflow: hidden; } /* opera fix */

#board_index { position: relative; }
	#board_index.no_sidebar { padding-right: 0px; }
		#board_index.force_sidebar { padding-right: 290px; }
	
#toggle_sidebar {
	position: absolute;
	right: -5px;
	top: -13px;
	z-index: 8000;
	background: #333333;
	padding: 3px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
	#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar { opacity: 0.1; }
	#toggle_sidebar:hover { opacity: 1 !important; }

	
.ipsSideBlock {
	padding: 10px;
	margin-bottom: 10px;
}
		
	.ipsSideBlock h3 {
		border-bottom: 1px solid #333;
		padding: 0 4px 4px 4px;
		margin-bottom: 10px;
		text-transform: uppercase; 
		font-size: 12px;
		color: #999999;
		font-weight: 500;
	}
	
	.ipsSideBlock h3 .mod_links { opacity: 0.0; }
	.ipsSideBlock h3:hover .mod_links { opacity: 1; }

.status_list .status_list { margin: 10px 0 0 50px; }
.status_list p.index_status_update { line-height: 120%; margin:4px 0px; }
.status_list li { position: relative; }
.status_reply {
	margin-top: 8px;
}

.status_list li .mod_links { 
	opacity: 0.1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.status_list li:hover .mod_links { opacity: 1; }

/* board stats */
#board_stats ul { text-align: center; }
	#board_stats li { margin-right: 20px; }
	#board_stats .value {
		display: inline-block;
		background: #e2e2e2;
		color: #4a4a4a;
		padding: 2px 6px;
		font-weight: bold;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		margin-right: 3px;
	}

.statistics {
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: 2px solid #666;
	line-height: 1.3;
	overflow: hidden;
}

	.statistics_head {
		font-size: 14px;
		font-weight: bold;
	}

.friend_list ul li,
#top_posters li {
	text-align: center;
	padding: 8px 0 0 0;
	margin: 5px 0 0 0;
	min-width: 80px;
	height: 70px;
	float: left;
}

	.friend_list ul li span.name,
	#top_posters li span.name {
		font-size: 0.8em;
	}
	
#hook_watched_items ul li {
	padding: 8px;
}

	body#ipboard_body #hook_watched_items fieldset.submit {
		padding: 8px;
	}
	
#hook_birthdays .list_content {
	padding-top: 8px;
}

#hook_calendar .ipsBox_container { padding: 10px; }
#hook_calendar td, #hook_calendar th { text-align: center; }
#hook_calendar th { font-weight: bold; padding: 5px 0;}

/************************************************************************/
/* FORUM VIEW (& RELATED) STYLES */

#more_topics {
	text-align: center;
	font-weight: bold;
}
	#more_topics a { display: block; padding: 10px 0;}

	/* Result of the 'load more topics' link */
	.dynamic_update { border-top: 2px solid #b4db49; }

.topic_preview,
ul.topic_moderation {
	margin-top: -2px;
	z-index: 300;
}
	ul.topic_moderation li {
		float: left;
	}
	
	.topic_preview a,
	ul.topic_moderation li a {
		padding: 0 3px;
		display: block;
		float: left;
	}

span.mini_rate {
	margin-right: 12px;
	display: inline-block;
}

img.mini_rate {
	margin-right: -5px;
}

/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */

body .ip { color: #666; }
span.post_id { margin-left: 15px; }
input.post_mod { margin:12px 5px 0px 10px; }

.signature {
	clear: right;
	color: #a4a4a4;
	font-size: 0.9em;
	border-top: 1px solid #666;
	padding: 10px 0;
	margin: 6px 0 4px;
	position: relative;
}

	.signature a { text-decoration: underline; }

.post_block {
	position: relative;
}

	.post_block.no_sidebar {
		background-image: none;
	}
	
	.post_block h3 {
		background-color: #13151a !important;
		padding: 0 10px;
		height: 36px;
		line-height: 36px;
		font-weight: normal;
		font-size: 16px;
	}
	
	.post_wrap { top: 0px; }	

.post_body {
	margin: 10px 10px 0 185px;
}
	
	.post_body .post {
		line-height: 1.6;
		font-size: 15px;
	}
	
	.post_block.no_sidebar .post_body { margin-left: 10px !important; margin-top: 0 !important; }
	
.posted_info {
	padding: 0 0 10px 0;
}

	.posted_info strong.event {
		color: #1c2837;
		font-size: 1.2em;
	}

.post_ignore {	
	background: #13151A;
	color: #777;
	font-size: 0.9em;
	padding: 15px;	
}

	.post_ignore .reputation {
		text-align: center;
		padding: 2px 6px;
		float: none;
		display: inline;
	}

.rep_bar {
	white-space: nowrap;
	margin: 6px 4px;
}

	.rep_bar .reputation {
		font-size: 10px;
		padding: 2px 10px !important;
	}
		
p.rep_highlight {
	float: right;
	display: inline-block;
	margin: 5px 10px 10px 10px;
	background: #D5DEE5;
	color: #1d3652;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

	p.rep_highlight img {
		margin-bottom: 4px;
	}

.edit {
	padding: 2px 0 0 24px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_warning.png ) no-repeat left 4px;
	font-size: 12px;
	margin-top: 15px;
	line-height: 14px;
	color: #7c7c7c;
}

.poll fieldset {
	padding: 9px;
}

.poll_question {
	padding: 10px;
	margin: 10px 10px 10px 20px;
}

	.poll_question h4 {
		margin: 0 -7px;
		padding: 5px;
	}

	.poll_question ol {
		padding: 8px;
	}
	
	.poll_question li {
		font-size: 0.9em;
		margin: 6px 0;
	}
	
	.poll_question .votes {
		margin-left: 5px;
	}
	
.snapback { 
	margin-right: 5px;
	padding: 1px 0 1px 1px;
}

.rating { display: block; margin-bottom: 4px; line-height: 16px; } 
	.rating img { vertical-align: top; }
#rating_text { margin-left: 4px; }
	
/************************************************************************/
/* POSTING FORM (& RELATED) STYLES */

div.post_form label {
	text-align: right;
	padding-right: 15px;
	width: 275px;
	float: left;
	clear: both;
}

	div.post_form span.desc,
	fieldset#poll_wrap span.desc {
		margin-left: 290px;
		display: block;
		clear: both;
	}

	div.post_form .checkbox input.input_check,
	#mod_form .checkbox input.input_check {
		margin-left: 295px;
	}
	
	div.post_form .antispam_img {
		margin-left: 290px;
	}
	
	div.post_form .captcha .input_text {
		float: left;
	}
	
	div.post_form fieldset {
		padding-bottom: 15px;
	}

	div.post_form h3 {
		margin-bottom: 10px;
	}
	
fieldset.with_subhead {
	margin-bottom: 0;
	padding-bottom: 0;
}

	fieldset.with_subhead h4 {
		text-align: right;	
		margin-top: 6px;
		width: 300px;
		float: left;
	}

	fieldset.with_subhead ul {
		border-bottom: 1px solid #d5dde5;
		padding-bottom: 6px;
		margin: 0 15px 6px 320px;
	}

	fieldset.with_subhead span.desc,
	fieldset.with_subhead label {
		margin: 0;
		width: auto;
	}

	fieldset.with_subhead .checkbox input.input_check {
		margin-left: 0px;
	}

#toggle_post_options {
	background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/add.png) no-repeat;
	font-size: 0.9em;
	padding: 2px 0 2px 22px;
	margin: 15px;
	display: block;
}

#poll_wrap .question {
	margin-bottom: 10px;
}

		#poll_wrap .question .wrap ol {
			margin-left: 25px; 
			list-style: decimal;
		}
			#poll_wrap .question .wrap ol li {
				margin: 5px;
			}
	
.question_title { margin-left: 30px; padding-bottom: 0; }
	.question_title .input_text { font-weight: bold }

#poll_wrap { position: relative; }
#poll_footer { }
#poll_container_wrap { overflow: auto; }
#poll_popup_inner { overflow: hidden; }

.poll_control { margin-left: 20px; }
.post_form .tag_field ul { margin-left: 290px; }

/************************************************************************/
/* ATTACHMENT MANAGER (& RELATED) STYLES */

.swfupload {
	position: absolute;
	z-index: 1;
}
	
#attachments { }

	#attachments li {
		background-color: #e4ebf2;
		border: 1px solid #d5dde5;
		padding: 6px 20px 6px 42px;
		margin-bottom: 10px;
		position: relative;
	}
	
		#attachments li p.info {
			color: #69727b;
			font-size: 0.8em;
			width: 300px;
		}
	
		#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
			display: none;
		}
			
			#attachments li.complete .links {
				font-size: 0.9em;
				margin-right: 15px;
				right: 0px;
				top: 12px;
				display: block;
				position: absolute;
			}
			
		#attachments li .progress_bar {
			margin-right: 15px;
			width: 200px;
			right: 0px;
			top: 15px;
			position: absolute;
		}
	
		#attachments li.complete, #attachments li.in_progress, #attachments li.error {
			background-repeat: no-repeat;
			background-position: 12px 12px;
		}
	
		#attachments li.in_progress {
			background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/loading.gif);
		}
	
		#attachments li.error {
			background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/exclamation.png);
			background-color: #e8caca;
			border: 1px solid #ddafaf;
		}
		
			#attachments li.error .info {
				color: #8f2d2d;
			}
	
		#attachments li.complete {
			background-image: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/accept.png);
		}
		
		#attachments li .thumb_img {
			left: 6px;
			top: 6px;
			width: 30px;
			height: 30px;
			overflow: hidden;
			position: absolute;
		}
		
.attach_controls {
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_attach.png ) no-repeat 3px top;
	padding-left: 30px;
	min-height: 82px;
}

	.attach_controls .ipsType_subtitle { margin-bottom: 5px; }
	.attach_controls iframe { display: block; margin-bottom: 5px; }
	
.attach_button { font-weight: bold;  }
#help_msg {	margin-top: 8px; }

#attach_wrap {
	/*background: #eef3f8;
	padding: 6px;*/
	margin-top: 10px;
	overflow: hidden;
}

	#attach_wrap h4 {
		font-size: 16px;
		padding-left: 0px;
	}
	
	#attach_wrap li {
		margin: 5px 0;
		float: left;
	}
		#attach_wrap .attachment {
			float: none;
		}
		
		#attach_wrap .desc.info {
			margin-left: 24px;
		}

#attach_error_box {	margin-bottom: 10px; }

.resized_img {
	margin: 0 5px 5px 0;
	display: inline-block;
}

/************************************************************************/
/* REPUTATION STYLES */

.reputation {
	font-weight: bold;
	padding: 3px 8px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
	.reputation.positive, .members li.positive {
		background: #6f8f52;
	}
	
	.reputation.negative, .members li.negative {
		background: #b82929;
	}
	
	.reputation.positive, .reputation.negative {
		color: #fff;
	}
	
	.reputation.zero {
		background: #dedede;
		color: #6e6e6e;
	}


.status_main_content { white-space: break-word; }

.status_main_content h4 {
	font-weight:normal;
	font-size:1.2em;
}

.status_main_content h4 .su_links a { font-weight: normal; }

.status_main_content p {
	padding: 6px 0px 6px 0px;
}

.status_main_content h4 a {
	font-weight:bold;
	text-decoration: none;
}

.status_mini_wrap {
	padding: 7px;
	font-size: 0.95em;
	margin-top: 2px;
}
.status_mini_photo {
	float: left;
}


.status_textarea {
	width: 99%;
}

.status_replies_many {
	height: 300px;
	overflow: auto;
}

	
.status_update {
	color: #fff;
	padding: 15px 12px;
}

	.status_update .input_text { width: 70%; padding: 6px 4px; }
	.status_update .status_inactive { color: #bbbbbb; }	
	#status_wrapper h4 { font-weight: bold; font-size: 14px; }
	.status_content { line-height: 1.4; }
	.status_content .mod_links { opacity: 0.2; }
	.status_content:hover .mod_links { opacity: 1; }
	.status_content .h4, .status_content .status_status { font-size: 14px; word-wrap: break-word; }
	.status_feedback { margin: 10px 0 0 -10px; }
		.status_feedback .row2 { margin-bottom: 1px; }

/* Favorites */
.ips_like {
	background-color: #f1f4f7;
	padding: 8px 4px 4px 4px;
	color: #878787;
	font-size: 1em;
	min-height: 18px;
	font-size: 0.9em;
	line-height: 130%;
	clear: both;
}
.ips_like a {
	color: #878787;
}

.ips_like a.ftoggle {
	float: right;
	/*background: #e4ebf2 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icons/thumb_up.png) no-repeat left 2px;*/
	border:1px solid #CBCBCB;
	padding: 3px 4px 2px 4px;
	color: #656565;
	font-size:0.8em;
	text-decoration: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-top: -4px;
}

.ips_like a.ftoggle.on {
	/*background: #e4ebf2 url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icons/fave_on_small.png) no-repeat left 2px;*/
	margin-left: 3px;
}

.ips_like a.ftoggle._newline,
.ips_like a.ftoggle.on._newline {
	float:none;
	margin-top: 5px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	width: 70px;
	text-align: center;
}

.ips_like a:hover.ftoggle.on,
.ips_like a:hover.ftoggle {
	background-color: #d5dde5;
}

.facebook-like { margin-top: 5px; }

.boxShadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 1px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

/* New notification panel */
#ipsGlobalNotification {
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 20px;
	text-align: center;
	font-weight: bold;
}

#ips_NotificationCloseButton {
	background: transparent url(https://www.cheapassgamer.com/public/style_images/cag3_dark/close_popup.png) no-repeat top left;
	opacity: 0.8;
	width: 13px;
	height: 13px;
	top: 5px;
	left: 5px;
	position: absolute;
	cursor: pointer;
}

.googlePlusOne {
	display: inline-block;
	vertical-align:middle;
	margin-top: 1px;
}
.fbLike {
	float: right !important;
	padding-left: 2px;
}
/************************************************************************/
/* SHARED MEDIA STYLES */

#mymedia_inserted {
	position: absolute;
	top: 100px; left: 50%;
	margin-left: -200px;
	width: 400px;
	padding: 20px 0;
	background: black;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	z-index: 20000;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#mymedia_toolbar { 
	position: absolute;
	bottom: 0; left: 0;	right: 0;
	height: 42px;
	line-height: 42px;
	padding: 0 5px;
	border-top: 1px solid #303238;
}

#mymedia_finish { position: absolute; right: 5px; top: 5px; }
#mymedia_content { height: 339px; overflow: auto; }

.media_results li.result {
	width: 20%;
	height: 100px;
	padding: 15px 0;
	float: left;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.media_results li:hover { 
		background: #F9F9F9;
		background: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EDEDED));
	}
	.media_results li:active { 
		background: #EDEDED;
		background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#F9F9F9));
	}
	
	.media_image {
		padding: 1px;
		border: 1px solid #d5d5d5;
		margin-bottom: 5px;
	}

/********************************************************/
/* Template Error										*/	

.templateError {
	background: #ffffff !important;
	color: #000000 !important;
	padding: 10px !important;
	border: 1px dotted black !important;
	margin: 0px !important;
}
	
/********************************************************/
/* ModCP styles											*/

.modcp_post_controls { padding-bottom: 15px; }
.modcp_post_controls .ipsButton_secondary { opacity: 0.5; }
.post_body:hover .modcp_post_controls .ipsButton_secondary { opacity: 1; }

#modcp_content .ipsFilterbar li.active a {
	margin-bottom: 1px;
	display: inline-block;
}

/********************************************************/
/* Advertisements from Nexus							*/

.nexusad { padding: 10px; clear: both; }

#bbcode-description {
	color: #666 !important;
	white-space: normal !important;
	word-wrap: break-word;
}

/********************************************************/
/* iPad Specific									*/
@media only screen and (device-width: 768px) {
	table.ipb_table .expander,
	table.ipb_table .ipsModMenu { visibility: visible; opacity: 0.2; }
	.post_block .post_controls { opacity: 1 !important;	}
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: ipb_ucp*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_ucp.css - UserCP styles											*/
/************************************************************************/

#usercp_content { min-height: 420px; }
#fbUserBox p.desc { left: 0px; }

.ipsSettings_section .custom .wrap { display: block; padding: 8px 0 8px 15px; }
	.ipsSettings_section .custom .wrap span.f { margin-right: 10px; }

.notify_icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	background: url(https://www.cheapassgamer.com/public/style_images/cag3_dark/icon_notify_types.png ) no-repeat;
}

.notification_table td .notify_icon { visibility: hidden; }
.notification_table tr:hover td .notify_icon { visibility: visible; }

	.notify_icon.inline { background-position: left; }
	.notify_icon.mobile { background-position: center; }
	.notify_icon.email { background-position: right; }


div.avatar_gallery {	
	text-align: center;
	margin-top: 15px;
	width: 20%;
	float: left;
}

	div.avatar_gallery input,
	div.avatar_gallery label {
		margin-top: 10px;
		display: inline-block;
	}
	
/* Notify styles */
#usercp_content .notification_table td.notify_title {
	font-size: 0.9em;
	padding-left: 15px;
}

#usercp_content .notification_table td {
	border-color: #ededed;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: wiki*/
.ipsField.active
{
   border-left: 6px solid #303238;
}

#post_history .ipsField
{
   padding-left: 6px;
   border-bottom: 1px solid #303238;
   margin-bottom: 0;
   padding: 6px;
}

#post_history .ipsButton_secondary
{
   height: 18px;
   line-height: 18px;
   font-size: 11px;
   padding: 0 5px;
}

.ipsField .description
{
   font-size: 11px;
}

#post_diff del
{
   background-color: #ba0000;
   color: white;
}
#post_diff ins
{
   background-color: #2a9300;
   color: white;
}
	</style>
	

	<style type="text/css" title="Main" media="screen,print">
		/* Inline CSS */
		
/* CSS: contentRatings*/
.rating_bar{
    width: 100%;
}
.gallery_rate_bar{
    width: 98%!important;
    margin: 10px 0 10px 0;
}
.blog_rate_bar{
    width: 98%!important;
    margin: 10px 0 10px 0;
}
.rating_block{
    border-radius: 5px;
    padding: 4px;
}

.rating_totals > li{
    margin: 0 !important;
    font-size: 0.9em;
}

.ratingdesc
{
    color: #b6db55;
}

.ratingfreq{
    opacity: 0.7;
}

.ratings > li{
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;    
}

.undorating{
    opacity: 0.2;
    font-size: 0.9em;
}

.post_block:hover .undorating{
    opacity: 1;    
}

.ratings > li > a > img{
    opacity: 0.6;
}

.ratings > li > a > img:hover{
    opacity: 1;
    transition: opacity .25s ease-in;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;    
}

.content_list{
    color: #0F72DA;
    font-size: 0.9em;
}

.rating_box{
    height: 110px;
    overflow-y: auto;
    border: 1px solid #F0F0F0;
    width: 125px;
    display: inline-block;
}

.rating_header{
    border-bottom: 1px solid #F0F0F0;
    width: 100%;
    padding-bottom: 2px;
}

.rating_givers{
    padding: 3px;
}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: cag_deals_global*/
.dap .list_deal
{
	background-color: #131519;
	position: relative;
	border: 1px solid #272a30;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: cover;
}

.dap .list_deal .info_group
{
	z-index: 15;
	position: relative;
	top: 3px;
}

.dap .list_deal .info_group .retailer
{
	color: #ececec;
	margin-left: 20px;
	margin-top: -10px;
	margin-bottom: 6px;
	padding: 3px 8px;
	background-color: rgba(19,21,25,0.75);
	border-radius: 4px;
	float: left;
	font-size: 11px;
}

.dap .list_deal .info_group .price a
{
	font-size: 23px;
}

.dap .list_deal .info_group .price_info
{
	color: grey;
	font-size: 23px;
	letter-spacing: 1px;
}

.dap .list_deal .info_group .price_info span.value
{
	color: lightgrey;
}

.dap .list_deal .info_group .price i
{
	width: 14px;
	text-align: center;
}

.dap .list_deal .mask
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	
	background: rgba(19,21,25,1);
	background: -moz-linear-gradient(left, rgba(19,21,25,1) 40%, rgba(19,21,25,0) 90%);
	background: -webkit-gradient(left top, right top, color-stop(40%, rgba(19,21,25,1)), color-stop(90%, rgba(19,21,25,0)));
	background: -webkit-linear-gradient(left, rgba(19,21,25,1) 40%, rgba(19,21,25,0) 90%);
	background: -o-linear-gradient(left, rgba(19,21,25,1) 40%, rgba(19,21,25,0) 90%);
	background: -ms-linear-gradient(left, rgba(19,21,25,1) 40%, rgba(19,21,25,0) 90%);
	background: linear-gradient(to right, rgba(19,21,25,1) 40%, rgba(19,21,25,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131519', endColorstr='#131519', GradientType=1 );
}

.dap .list_deal .product_image
{
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 20;
}

.dap .list_deal .product_image img
{
	max-height: 80px;
	max-width: 90px;
	border: 3px solid rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}


.dap .list_deal h3
{
	background-color: rgba(19, 21, 25, 0.85);
	border-bottom: 1px solid #272a30;
	padding: 8px;
	z-index: 20;
	position: relative;
	margin-bottom: 0;
}

.dap .list_deal h3 a
{
	color: #B6DB55;
	font-weight: normal;
}

.dap .list_deal .price
{
	float: none;
	display: block;
	padding: 8px;
	clear: both;
}

.dap .list_deal .price a
{
	float: none;
	display: inline-block;
}

.dap .list_deal .group
{
	background-color: rgba(19, 21, 25, 0.85);
	border-top: 1px solid #272a30;
	z-index: 20;
	position: relative;
	clear: both;
}

.dap .list_deal .group .row
{
	padding: 8px;
	border: 0;
	margin-bottom: 0;
}

.dap .description
{
	position: relative;
	margin-bottom: 10px;
	padding: 6px;
}

.dap .status-drop
{
	color: #6bb615;
}

.dap .status-new
{
	color: gold;
}

.dap .status-popular
{
	color: darkmagenta;
}

.dap .status-popular-plus
{
	color: darkorange;
}

.dap .status-ending-soon
{
	color: darkred;
}

.dap .status-old-deal
{
	color: grey;
}

.dap .status-good
{
	color: #B6DB55;
}
	</style>
	

<!--[if lte IE 7]>
	<link rel="stylesheet" type="text/css" title='Main' media="screen" href="https://www.cheapassgamer.com/public/style_css/dark/ipb_ie.css" />
<![endif]-->
<!--[if lte IE 8]>
	<style type='text/css'>
		.ipb_table { table-layout: fixed; }
		.ipsLayout_content { width: 99.5%; }
	</style>
<![endif]-->

	<style type='text/css'>
		img.bbc_img { max-width: 100% !important; }
	</style>

	
		
		
			<meta name="identifier-url" content="https://www.cheapassgamer.com/forums/blog_external.php?bloguserid=" />
		
		
			<meta property="og:url" content="https://www.cheapassgamer.com/forums/blog_external.php?bloguserid=" />
		
		
		
	

<meta property="og:image" content="https://www.cheapassgamer.com/public/style_images/cag3_dark/meta_image.png"/>
		<meta property="og:title" content="Cheap Video Game Shopping, Sales and Deals"/>
		<meta property="og:site_name" content="Cheap Ass Gamer"/>
		<meta property="og:image" content="https://www.cheapassgamer.com/public/style_images/cag3_dark/meta_image.png"/>
		<meta property="og:type" content="article" />

		
		
		<script type='text/javascript' src='https://www.cheapassgamer.com/public/js/3rd_party/prototype.js'></script>
	
	<script type='text/javascript' src='https://www.cheapassgamer.com/public/js/ipb.js?ipbv=dcbf95d7bc8ed5eb32f70d1e344994bb&amp;load=quickpm,hovercard,ajaxsearch,cagPackery,cagGlobal,cagMenu'></script>
	
		<script type='text/javascript' src='https://www.cheapassgamer.com/public/js/3rd_party/scriptaculous/scriptaculous-cache.js'></script>
	
	<script type="text/javascript" src='https://www.cheapassgamer.com/cache/lang_cache/2/ipb.lang.js?nck=4b93cd7f1f76df9c2c1783aae5cc39b1' charset='UTF-8'></script>


	
		
			
				<script type="text/javascript" src="https://www.cheapassgamer.com/public/js/3rd_party/perfect-scrollbar/jquery.mousewheel.js" charset="UTF-8"></script>
			
			
			
			
		

			
				<script type="text/javascript" src="https://www.cheapassgamer.com/public/js/3rd_party/perfect-scrollbar/perfect-scrollbar.js" charset="UTF-8"></script>
			
			
			
			
		
	

		
			
			
			
			
				<script>ipb.vars['ajaxSearchMin'] = parseInt("4");</script>
			
		
	

		
			
			
				<link rel="alternate" type="application/rss+xml" title="Cheap Ass Gamer - Video Game Deals Forum" href="https://www.cheapassgamer.com/rss/forums/1-cheap-ass-gamer-video-game-deals-forum/" />
			
			
			
		

			
			
				<link rel="alternate" type="application/rss+xml" title="Blu-Ray & DVD Deals - Cheap Ass Gamer Forum" href="https://www.cheapassgamer.com/rss/forums/2-blu-ray-dvd-deals-cheap-ass-gamer-forum/" />
			
			
			
		

			
			
				<link rel="alternate" type="application/rss+xml" title="Community Blogs - Cheap Ass Gamer " href="https://www.cheapassgamer.com/rss/blog/" />
			
			
			
		

			
			
				<link rel="alternate" type="application/rss+xml" title="IP.Gallery Images RSS Feed" href="https://www.cheapassgamer.com/rss/gallery/" />
			
			
			
		
	

	


	



		
		<script type='text/javascript'>
	//<![CDATA[
		/* ---- URLs ---- */
		ipb.vars['base_url'] 			= 'https://www.cheapassgamer.com/index.php?s=a804273ad28fe7847827a632cab9d57d&';
		ipb.vars['board_url']			= 'https://www.cheapassgamer.com';
		ipb.vars['img_url'] 			= "https://www.cheapassgamer.com/public/style_images/cag3_dark";
		ipb.vars['loading_img'] 		= 'https://www.cheapassgamer.com/public/style_images/cag3_dark/loading.gif';
		ipb.vars['active_app']			= 'home';
		ipb.vars['upload_url']			= 'https://www.cheapassgamer.com/uploads';
		/* ---- Member ---- */
		ipb.vars['member_id']			= parseInt( 0 );
		ipb.vars['is_supmod']			= parseInt( 0 );
		ipb.vars['is_admin']			= parseInt( 0 );
		ipb.vars['secure_hash'] 		= '880ea6a14ea49e853634fbdc5015a024';
		ipb.vars['session_id']			= 'a804273ad28fe7847827a632cab9d57d';
		ipb.vars['twitter_id']			= 0;
		ipb.vars['fb_uid']				= 0;
		ipb.vars['auto_dst']			= parseInt( 0 );
		ipb.vars['dst_in_use']			= parseInt(  );
		ipb.vars['is_touch']			= false;
		ipb.vars['member_group']		= {"g_mem_info":"1"}
		/* ---- cookies ----- */
		ipb.vars['cookie_id'] 			= '';
		ipb.vars['cookie_domain'] 		= '.cheapassgamer.com';
		ipb.vars['cookie_path']			= '/';
		/* ---- Rate imgs ---- */
		ipb.vars['rate_img_on']			= 'https://www.cheapassgamer.com/public/style_images/cag3_dark/star.png';
		ipb.vars['rate_img_off']		= 'https://www.cheapassgamer.com/public/style_images/cag3_dark/star_off.png';
		ipb.vars['rate_img_rated']		= 'https://www.cheapassgamer.com/public/style_images/cag3_dark/star_rated.png';
		/* ---- Uploads ---- */
		ipb.vars['swfupload_swf']		= 'https://www.cheapassgamer.com/public/js/3rd_party/swfupload/swfupload.swf';
		ipb.vars['swfupload_enabled']	= true;
		ipb.vars['use_swf_upload']		= ( '' == 'flash' ) ? true : false;
		ipb.vars['swfupload_debug']		= false;
		/* ---- other ---- */
		ipb.vars['highlight_color']     = "#ade57a";
		ipb.vars['charset']				= "UTF-8";
		ipb.vars['time_offset']			= "0";
		ipb.vars['hour_format']			= "12";
		ipb.vars['seo_enabled']			= 1;
		
		ipb.vars['seo_params']			= {"start":"-","end":"\/","varBlock":"?","varPage":"page-","varSep":"&","varJoin":"="};
		
		/* Templates/Language */
		ipb.templates['inlineMsg']		= "";
		ipb.templates['ajax_loading'] 	= "<div id='ajax_loading'><img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/ajax_loading.gif' alt='" + ipb.lang['loading'] + "' /></div>";
		ipb.templates['close_popup']	= "<i class='fa fa-times-circle'></i>";
		ipb.templates['rss_shell']		= new Template("<ul id='rss_menu' class='ipbmenu_content'>#{items}</ul>");
		ipb.templates['rss_item']		= new Template("<li><a href='#{url}' title='#{title}'>#{title}</a></li>");
		
		ipb.templates['autocomplete_wrap'] = new Template("<ul id='#{id}' class='ipb_autocomplete' style='width: 250px;'></ul>");
		ipb.templates['autocomplete_item'] = new Template("<li id='#{id}' data-url='#{url}'><img src='#{img}' alt='' class='ipsUserPhoto ipsUserPhoto_mini' />&nbsp;&nbsp;#{itemvalue}</li>");
		ipb.templates['page_jump']		= new Template("<div id='#{id}_wrap' class='ipbmenu_content'><h3 class='bar'>Jump to page</h3><p class='ipsPad'><input type='text' class='input_text' id='#{id}_input' size='8' /> <input type='submit' value='Go' class='input_submit add_folder' id='#{id}_submit' /></p></div>");
		ipb.templates['global_notify'] 	= new Template("<div class='popupWrapper'><div class='popupInner'><div class='ipsPad'>#{message} #{close}</div></div></div>");
		
		
		ipb.templates['header_menu'] 	= new Template("<div id='#{id}' class='ipsHeaderMenu boxShadow'></div>");
		
		Loader.boot();
	//]]>
	</script>
		
		<!-- font support -->
		<script type="text/javascript" src="//use.typekit.net/udt6vno.js"></script>
		<script type="text/javascript">try{Typekit.load();}catch(e){}</script><script type="text/javascript">
  window["nitroAds"] = window["nitroAds"] || {
    createAd: function() {
      window.nitroAds.queue.push(["createAd", arguments]);
    },
    queue: []
  };
</script>
<script async src="https://s.nitropay.com/ads-206.js"></script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-105402-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script></head>
	<body id='ipboard_body' class="app_home">
		<p id='content_jump' class='hide'><a id='top' name='top'></a><a href='#j_content' title='Jump to content' accesskey='m'>Jump to content</a></p>
		<div id='ipbwrapper'>
			<!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->
			<div id='header_bar' class='clearfix'>
				<div id="product_overlay" style="display: none">
					<div class='main_width'></div>
				</div>
				<div class='main_width'>
					<ul id="navBar" role="menu">
						<li data-tab-id="0" id='logo' class="active activeOnLoad">
							<a href='https://www.cheapassgamer.com' title='Cheap Ass Gamer' rel="home" accesskey='1'><img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/logo.png?v=2' alt='Logo' width='160' height='38' id='logoText' /><img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/logo_cheapy.png' alt='Logo' width='33' height='38' /></a>
						</li>
						
						<li data-tab-id="1" data-tab-content="tab_content_forums">
							<span class="full"><a href="https://www.cheapassgamer.com/index.php?app=forums">Forums</a></span>
							<span class="mobile"><i class="fa fa-comments"></i></span>
						</li>
						<li data-tab-id="2" data-tab-content="tab_content_games">
							<span class="full">Games</span>
							<span class="mobile"><i class="fa fa-gamepad"></i></span>
						</li>
						<li data-tab-id="3" data-tab-content="tab_content_podcast"><span class="full">CAGcast<span class="alert hidden">new!</span></span><span class="mobile">
							<i class="fa fa-microphone"></i>
						</span></li>
						<li data-tab-id="4" id="search" data-tab-content="tab_content_search">
							<input id="globalSearch" type="text" name="search" placeholder="search" autocomplete="off" />
						</li>
						<li class="right_bar"><ul>
						<li id="log_in_or_register" class="right" data-tab-id="5">
							Log in or Register
							<div id='user_navigation' class='not_logged_in submenu right boxShadow'>
								
								<ul class='ipsList_inline right'>
									<li>
										<span class='services'>
											
												<a href='https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=login&amp;serviceClick=facebook'><img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/loginmethods/facebook.png' alt='Log in with Facebook' /></a>
											
											
												<a href='https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=login&amp;serviceClick=twitter'><img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/loginmethods/twitter.png' alt='Log in with Twitter' /></a>
											
											
										</span>
										&nbsp;&nbsp;&nbsp;&nbsp;
										<a href='https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=login' title='Sign In' id='sign_in'>Sign In</a>&nbsp;&nbsp;&nbsp;
									</li>
									<li>
										<a href="https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=register" title='Create Account' id='register_link'>Create Account</a>
									</li>
								</ul>
							</div>
						</li>
						</ul></li>
					</ul>
					
					<div id='colour_bar'></div>
				</div>
			</div>
			<div id="menu_panel" role="menu"></div>
<div id="menu_content_panels">
<div id="tab_content_forums">
	
        <div class="group">
    <h3>
    	<i class="fa fa-money"></i>
    	<a href="https://www.cheapassgamer.com/forum/4-cheap-ass-gamer-deals/">Cheap Ass Gamer Deals</a>
    </h3>
    <ul>
    
    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/10-video-game-deals/" title="Video Game Deals">Video Game Deals</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/24-blu-ray-dvd-deals/" title="Blu-ray & DVD Deals">Blu-ray & DVD Deals</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/40-regionalinternational-video-game-deals/" title="Regional/International Video Game Deals">Regional/International Video Game Deals</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/52-contests-free-stuff/" title="Contests & Free Stuff">Contests & Free Stuff</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/17-non-gaming-deals/" title="Non-gaming Deals">Non-gaming Deals</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/20-trading/" title="Trading ">Trading </a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/22-auctions/" title="Auctions">Auctions</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/13-deal-requests-advice/" title="Deal Requests & Advice">Deal Requests & Advice</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/18-shopping-discussions/" title="Shopping Discussions">Shopping Discussions</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/2187-cheap-ass-finance/" title="Cheap Ass Finance">Cheap Ass Finance</a></li>
    
    </ul>
    </div>
    

        <div class="group">
    <h3>
    	<i class="fa fa-comments"></i>
    	<a href="https://www.cheapassgamer.com/forum/3-video-game-discussions/">Video Game Discussions</a>
    </h3>
    <ul>
    
    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/21-general-gaming-news/" title="General Gaming & News">General Gaming & News</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/55-cagcast-video-game-podcast/" title="CAGcast Video Game Podcast">CAGcast Video Game Podcast</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/6-sony/" title="Sony">Sony</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/7-microsoft/" title="Microsoft">Microsoft</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/8-nintendo/" title="Nintendo">Nintendo</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/69-mobile/" title="Mobile">Mobile</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/9-pc/" title="PC">PC</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/19-retro/" title="Retro">Retro</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/14-video-game-reviews/" title="Video Game Reviews">Video Game Reviews</a></li>
    
    </ul>
    </div>
    

        <div class="group">
    <h3>
    	<i class="fa fa-plane"></i>
    	<a href="https://www.cheapassgamer.com/forum/5-cheap-ass-gamer-lifestyle/">Cheap Ass Gamer Lifestyle</a>
    </h3>
    <ul>
    
    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/16-super-secret-moderators-forum/" title="Super Secret Moderator&#039;s Forum">Super Secret Moderator&#039;s Forum</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/12-news-feedback-site-assistance/" title="News, Feedback & Site Assistance">News, Feedback & Site Assistance</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/23-vs-mode-politics-controversy/" title="Vs. mode: Politics & Controversy">Vs. mode: Politics & Controversy</a></li>
    

    	    	<li role="menuitem"><a href="https://www.cheapassgamer.com/forum/11-lifestyle-off-topic/" title="Lifestyle & Off Topic">Lifestyle & Off Topic</a></li>
    
    </ul>
    </div>
    
    <div class="group">
    <h3><i class="fa fa-external-link"></i> <a href="#">Quick Links</a></h3>
    <ul>
    <li role="menuitem"><a href='https://www.cheapassgamer.com/index.php?app=core&amp;module=search&amp;do=viewNewContent&amp;search_app=forums' accesskey='2'>What's New</a></li>
    <li role="menuitem"><a href="https://www.cheapassgamer.com/user/0-guest/"  title='Your Profile'>My Profile</a></li>
    <li role="menuitem"><a href="https://www.cheapassgamer.com/index.php?app=core&amp;module=search&amp;do=user_activity&amp;mid=0" title="My Content">My Content</a></li>
    <li role="menuitem"><a href='https://www.cheapassgamer.com/index.php?app=core&amp;module=search&amp;do=followed' title='Followed Content'>Content l Follow</a></li>
    </ul>
    <br />
    <h3><i class="fa fa-group"></i> <a href="#">Community Areas</a></h3>
    <ul>
    <li role="menuitem"><a href='https://www.cheapassgamer.com?app=blog' accesskey='2'>User Blogs</a></li>
    <li role="menuitem"><a href='https://www.cheapassgamer.com?app=gallery' accesskey='2'>User Galleries</a></li>
    </ul>
    </div>
</div>
<div id="tab_content_games">
	
	<div class="group">
		<h3><i class="fa fa-gamepad"></i> <a href="#">Games</a></h3>
		<ul>
			<li>
				<div><i class="fa fa-thumbs-o-up"></i> <a href="https://www.cheapassgamer.com/index.php?app=reviews">Reviews</a></div>
			</li>
			<li>
				<div><i class="fa fa-ticket"></i> <a href="https://www.cheapassgamer.com/index.php?app=contests">Contests</a></div>
			</li>
			<li>
				<div><i class="fa fa-gift"></i> <a href="https://www.cheapassgamer.com/index.php?app=codes">Code Giveaways</a></div>
			</li>
		</ul>
	</div>
	<div class="group">
		<h3><i class="fa fa-dollar"></i> <a href="https://www.cheapassgamer.com/index.php?app=prices">Prices</a></h3>
		<ul>
			<li>
				<div><i class="fa fa-line-chart"></i> <a href="https://www.cheapassgamer.com/index.php?app=prices">Price Tracker v3</a></div>
			</li>
			<li>
				<div><i class="fa fa-line-chart"></i> <a href="https://www.cheapassgamer.com/index.php?app=pricetracker">Price Tracker v4 Beta</a></div>
			</li>
			<li>
				<div><i class="fa fa-shopping-cart"></i> <a href="https://www.cheapassgamer.com/index.php?app=deals">Amazon Gold Box Deals <span class="alert hidden">new!</span></a></div>
			</li>
		</ul>
	</div>
	<div class="group">
		<h3><i class="fa fa-list"></i> <a href="https://www.cheapassgamer.com/index.php?app=collections">Lists</a></h3>
		<ul>
			<li>
				<div class="gameCount">0</div>
				<div><i class="fa fa-star"></i> <a href="https://www.cheapassgamer.com?app=collections">Collection</a></div>
			</li>
			<li>
				<div class="gameCount">0</div>
				<div><i class="fa fa-heart"></i> <a href="https://www.cheapassgamer.com?app=collections&amp;list=wishlist">Wishlist</a></div>
			</li>
			<li>
				<div class="gameCount">0</div>
				<div><i class="fa fa-check"></i> <a href="https://www.cheapassgamer.com?app=collections&amp;list=beaten">Beaten</a></div>
			</li>
			<li>
				<div class="gameCount">0</div>
				<div><i class="fa fa-gamepad"></i> <a href="https://www.cheapassgamer.com?app=collections&amp;list=playing">Playing</a></div>
			</li>
		</ul>
	</div>
	<div class="group">
		<h3><i class="fa fa-globe"></i> <a href="https://www.cheapassgamer.com/index.php?app=moderation">Wiki Moderation</a></h3>
		<ul>
			<li class="description">
				Our game database is maintained by the community.
			</li>
			<li>
				<div><i class="fa fa-check-square-o"></i> <a href="https://www.cheapassgamer.com/index.php?app=moderation">Moderate Edits</a></div>
			</li>
			<li>
				<div><i class="fa fa-plus-square-o"></i> <a href="https://www.cheapassgamer.com/index.php?app=productinfo&module=edit">Add Missing Product</a></div>
			</li>
		</ul>
	</div>
</div>

<!-- Podcast -->
<div id="tab_content_podcast">
	
	<div class="podcastInfo">
		<div class="podcastImage">
			<img src="https://www.cheapassgamer.com/public/style_images/cag3_dark/cagcast_trio.png" title="CAGcast - Video Game Podcast - CAGcast #777: Video Game Podcast Simulator" alt="CAGcast - Video Game Podcast - CAGcast #777: Video Game Podcast Simulator" />
		</div>
		<h4><a href="https://www.cheapassgamer.com/topic/375064-cagcast-777-video-game-podcast-simulator/">CAGcast #777: Video Game Podcast Simulator</a></h4>
		<div class="description">
			The gang talks Teardown, Game Awards, and oh so much more!
		</div>
		<ul class="icons">
			<li><a href="https://chtbl.com/track/G43DE/traffic.libsyn.com/secure/cheapyd/cagcast777.mp3"><i class="fa fa-cloud-download"></i> Download</a></li>
			<li><a href="https://phobos.apple.com/WebObjects/MZFinance.woa/wa/subscribePodcast?id=78311760"><i class="fa fa-music"></i> iTunes</a></li>
			<li><a href="http://feeds.feedburner.com/cagcast"><i class="fa fa-rss"></i> RSS</a></li>
			<li><a href="https://www.cheapassgamer.com/topic/375064-cagcast-777-video-game-podcast-simulator/"><i class="fa fa-comment"></i> Comments: </a>1</li>
		</ul>
	</div>
</div>
<div id="tab_content_search">
	<div id="search_type">
		<fieldset>
				<h3>Search Options</h3>
				
				<ul id='search_options_menucontent'>
									
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						<li class='app'>
								<label for='s_blog' title='Blogs'>
									<input type='radio' name='search_app' class='input_radio' id='s_blog' value="blog"  />Blogs
								</label>
							</li>
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						
					
				
						<li class='app'>
								<label for='s_productinfo' title='Products'>
									<input type='radio' name='search_app' class='input_radio' id='s_productinfo' value="productinfo" checked="checked" />Products
								</label>
							</li>
					
				
						<li class='app'>
								<label for='s_gallery' title='Gallery'>
									<input type='radio' name='search_app' class='input_radio' id='s_gallery' value="gallery"  />Gallery
								</label>
							</li>
					
				
						
					
				
						
					
				
						
					
				
						
					
					
					
					
					<li class='app'><label for='s_forums' title='Forums'><input type='radio' name='search_app' class='input_radio' id='s_forums' value="forums"  />Forums</label></li>
					<li class='app'><label for='s_members' title='Members'><input type='radio' name='search_app' class='input_radio' id='s_members' value="members"  />Members</label></li>
					<li class='app'><label for='s_core' title='Help Files'><input type='radio' name='search_app' class='input_radio' id='s_core' value="core"  />Help Files</label></li>
				</ul>
			
		</fieldset>
	
</div>
	
	<div id="infoPanel" class="gameResultPanel">
		<div class="productInfo">
			<h3>Product Information</h3>
			<h4 id="product_name"></h4>
			<div><img src="" id="product_image" /></div>
		</div>
		<div id="search_legend" class="gameResultPanel">
			<h3>Icon Legend</h3>
			<ul>
				<li><i class="fa fa-star" title="In Collection"></i> In Collection</li>
				<li><i class="fa fa-heart" title="In Wish List"></i> In Wish List</li>
				<li><i class="fa fa-check" title="Beaten"></i> Beaten</li>
				<li><i class="fa fa-gamepad" title="Playing"></i> Playing</li>
			</ul>
		</div>
	</div>
	<div id="gameResults" class="gameResultPanel">
		
	</div>
	<div id="genericResults"></div>
	<br class="clear" />
</div>

</div>
			
<div class="ad">
<div id="placement-1" style="max-height: 320px;"></div>
<script type="text/javascript">
  window["nitroAds"].createAd("placement-1", {
    floor: 0.05,
    
    refreshLimit: 10,
    refreshTime: 90,
    report: {
      enabled: true,
      wording: "Report Ad",
      position: "fixed-bottom-right"
    }
  });
</script>
</div>


	
	<div class="primaryContent">
					
			<!-- ::: MAIN CONTENT AREA ::: -->
			<div id='content' class='clearfix'>
				<!-- ::: NAVIGATION BREADCRUMBS ::: -->
				
				<noscript>
					<div class='message error'>
						<strong>Javascript Disabled Detected</strong>
						<p>You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.</p>
					</div>
					<br />
				</noscript>
				<!-- ::: CONTENT ::: -->
				
				<!--[if lt IE 9]>
<script src="https://www.cheapassgamer.com/public/unsemantic/javascripts/html5.js"></script>
<![endif]-->
<!--[if (gt IE 8) | (IEMobile)]><!-->
<link rel="stylesheet" href="https://www.cheapassgamer.com/public/unsemantic/stylesheets/unsemantic-grid-responsive-tablet.css" />
<!--<![endif]-->
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="https://www.cheapassgamer.com/public/unsemantic/stylesheets/ie.css" />
<![endif]-->

<div id="home">
<div class="grid-container">
<div class="sliding">
	
		<div class="more"><a href="?app=home&show=all" data-tooltip="View more featured content"><i class="fa fa-ellipsis-v fa-2x"></i></a></div>
	
	</div>
	
	<!-- feature -->
	<div class="grid-33 tablet-grid-50 mobile-grid-100 textFeature">
		<div class="panel">
		<a class="target" href='https://www.cheapassgamer.com/topic/375064-cagcast-777-video-game-podcast-simulator/' title='CAGcast #777: Video Game Podcast Simulator'>
			<h2>CAGcast #777: Video Game Podcast Simulator</h2>
			<div class="imageBar feature" style="background-image: url(/public/features/375064.jpg?updated=1700155457);"><img src="/public/features/375064.jpg?updated=1700155457" border="0" /></div>
			<div class="description">The gang talks Teardown, Game Awards, and oh so much more&#33;</div>
			<div class="bottomMask"></div>
			<div class="comments"><div class="right"><i class="fa fa-comment"></i> 1</div>Nov 16 2023 05:22 PM</div>
		</a>
		</div>
	</div>
	

	<!-- tweet -->
	<div class="grid-33 tablet-grid-50 mobile-grid-100 textFeature">
		<div class="panel">
		<a class="target" target='_blank' href='https://t.co/EqJ0GgKTR1' title='Square Enix PLAY ARTS KAI Figures Buy 1, Get 1 50% Off via Sideshow Collectibles. '>
			<h2>Square Enix PLAY ARTS KAI Figures Buy 1, Get 1 50% Off via Sideshow Collectibles. </h2>
			<div class="imageBar feature tweet" style="background-image: url(https://pbs.twimg.com/media/F1Vu-jkWAAY9LVU.jpg);"><img src="https://pbs.twimg.com/media/F1Vu-jkWAAY9LVU.jpg" border="0" /></div>
			<div class="description">
				Square Enix PLAY ARTS KAI Figures Buy 1, Get 1 50% Off via Sideshow Collectibles.  - <i class="fa fa-twitter"></i> @videogamedeals
			</div>
			<div class="bottomMask"></div>
			<div class="comments"><div class="right"><i class="fa fa-external-link"></i></div>Jul 18 2023 06:35 PM</div>
		</a>
		</div>
	</div>
	

	<!-- tweet -->
	<div class="grid-33 tablet-grid-50 mobile-grid-100 textFeature">
		<div class="panel">
		<a class="target" target='_blank' href='https://t.co/WqVDgLzAVG' title='Kirby: Hot Summer Day Shirt $16 via TeePublic. '>
			<h2><div class="right"><i class="fa fa-fire popular"></i></div>Kirby: Hot Summer Day Shirt $16 via TeePublic. </h2>
			<div class="imageBar feature tweet" style="background-image: url(https://pbs.twimg.com/media/F1VjixcWAAoeWmA.jpg);"><img src="https://pbs.twimg.com/media/F1VjixcWAAoeWmA.jpg" border="0" /></div>
			<div class="description">
				Kirby: Hot Summer Day Shirt $16 via TeePublic.  - <i class="fa fa-twitter"></i> @videogamedeals
			</div>
			<div class="bottomMask"></div>
			<div class="comments"><div class="right"><i class="fa fa-external-link"></i></div>Jul 18 2023 05:45 PM</div>
		</a>
		</div>
	</div>
	
	<div class="grid-100 mobile-grid-100 genericBlock">
		
			<div class="morePanels"><a href="?app=home&show=all"><i class="fa fa-sort-desc"></i> <span>More</span> <i class="fa fa-sort-desc"></i></a></div>
		
		<hr />
	</div>

	<div id="placement-2" style="max-height: 320px;"></div>
	<script type="text/javascript">
	  window["nitroAds"].createAd("placement-2", {
	    floor: 0.05,
	    
	    refreshLimit: 10,
	    refreshTime: 90,
	    report: {
	      enabled: true,
	      wording: "Report Ad",
	      position: "fixed-bottom-right"
	    }
	  });
	</script>

	<div class="grid-66 mobile-grid-100 grid-parent">
		<div class="grid-100 tablet-grid-50 mobile-grid-100 genericBlock cag">
		
		<h3>
			Top Deals <span class="description"> The most popular deal threads on CAG right now</span>
			
				<a href="?app=home&deals=grid"><i class="fa fa-th"></i></a>
			
		</h3>
		<div class="panel thread_blocks">
			
				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/375084-eneba-99-nintendo-eshop-gift-card-digital-delivery-85-50-psn-egift-card-43/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 3</div>
								<h4><a href="https://www.cheapassgamer.com/topic/375084-eneba-99-nintendo-eshop-gift-card-digital-delivery-85-50-psn-egift-card-43/" rel='bookmark' class='ipsType_small' title='Eneba: &#036;99 Nintendo eShop Gift Card (Digital Delivery) &#036;85, &#036;50 PSN eGift Card &#036;43  Yesterday, 03:49 PM'>Eneba: &#036;99 Nintendo eShop Gift Card (Digital Delivery) &#036;85, &#036;50 PSN eGift Card &#036;43</a></h4>
								<div class="date">
									Yesterday, 03:49 PM
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/375083-xbox-game-pass-ultimate-3-month-membership-28-also-100-amazon-gift-card-94/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 3</div>
								<h4><a href="https://www.cheapassgamer.com/topic/375083-xbox-game-pass-ultimate-3-month-membership-28-also-100-amazon-gift-card-94/" rel='bookmark' class='ipsType_small' title='Xbox Game Pass Ultimate: 3 Month Membership &#036;28 (Also &#036;100 Amazon Gift Card &#036;94)  Yesterday, 02:49 AM'>Xbox Game Pass Ultimate: 3 Month Membership &#036;28 (Also &#036;100 Amazon Gift Card &#036;94)</a></h4>
								<div class="date">
									Yesterday, 02:49 AM
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/375072-xbox-game-pass-ultimate-currentexisting-subscribers-50-day-membership-1105/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 0</div>
								<h4><a href="https://www.cheapassgamer.com/topic/375072-xbox-game-pass-ultimate-currentexisting-subscribers-50-day-membership-1105/" rel='bookmark' class='ipsType_small' title='Xbox Game Pass Ultimate Current/Existing Subscribers: 50-Day Membership - &#036;11.05  19 November 2023 - 04:39 PM'>Xbox Game Pass Ultimate Current/Existing Subscribers: 50-Day Membership - &#036;11.05</a></h4>
								<div class="date">
									19 Nov 2023 - 16:39
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/375073-70-xboxmicrosoft-gift-card-digital-delivery-59-can-be-used-to-buy-xboxmicrosoft-hardware-too/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 0</div>
								<h4><a href="https://www.cheapassgamer.com/topic/375073-70-xboxmicrosoft-gift-card-digital-delivery-59-can-be-used-to-buy-xboxmicrosoft-hardware-too/" rel='bookmark' class='ipsType_small' title='&#036;70 Xbox/Microsoft Gift Card (Digital Delivery) - &#036;59 (Can be used to buy Xbox/Microsoft hardware too)  19 November 2023 - 10:42 PM'>&#036;70 Xbox/Microsoft Gift Card (Digital Delivery) - &#036;59 (Can be used to buy Xbox/Microsoft hardware too)</a></h4>
								<div class="date">
									19 Nov 2023 - 22:42
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/375049-xbox-game-pass-ultimate-3-month-subscription-digital-delivery-stackable-2699/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 3</div>
								<h4><a href="https://www.cheapassgamer.com/topic/375049-xbox-game-pass-ultimate-3-month-subscription-digital-delivery-stackable-2699/" rel='bookmark' class='ipsType_small' title='Xbox Game Pass Ultimate: 3 Month Subscription (Digital Delivery - Stackable) &#036;26.99  12 November 2023 - 12:52 AM'>Xbox Game Pass Ultimate: 3 Month Subscription (Digital Delivery - Stackable) &#036;26.99</a></h4>
								<div class="date">
									12 Nov 2023 - 00:52
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/374953-20-to-30-off-video-games-for-new-qvc-customers/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 82</div>
								<h4><a href="https://www.cheapassgamer.com/topic/374953-20-to-30-off-video-games-for-new-qvc-customers/" rel='bookmark' class='ipsType_small' title='&#036;20 to &#036;30 off video games for new QVC customers  21 September 2023 - 11:23 AM'>&#036;20 to &#036;30 off video games for new QVC customers</a></h4>
								<div class="date">
									21 Sep 2023 - 11:23
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/374921-xbox-game-pass-ultimate-currentexisting-subscribers-50-day-membership-775/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 16</div>
								<h4><a href="https://www.cheapassgamer.com/topic/374921-xbox-game-pass-ultimate-currentexisting-subscribers-50-day-membership-775/" rel='bookmark' class='ipsType_small' title='Xbox Game Pass Ultimate Current/Existing Subscribers: 50-Day Membership &#036;7.75  26 August 2023 - 11:39 PM'>Xbox Game Pass Ultimate Current/Existing Subscribers: 50-Day Membership &#036;7.75</a></h4>
								<div class="date">
									26 Aug 2023 - 23:39
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/374935-13-months-xbox-game-pass-ultimate-for-newexpired-subscribers-digital-delivery-56/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 4</div>
								<h4><a href="https://www.cheapassgamer.com/topic/374935-13-months-xbox-game-pass-ultimate-for-newexpired-subscribers-digital-delivery-56/" rel='bookmark' class='ipsType_small' title='13-Months Xbox Game Pass Ultimate for New/Expired Subscribers (Digital Delivery) &#036;56  10 September 2023 - 09:54 PM'>13-Months Xbox Game Pass Ultimate for New/Expired Subscribers (Digital Delivery) &#036;56</a></h4>
								<div class="date">
									10 Sep 2023 - 21:54
								</div>
							</div>
						</div>
					</div>
				</div>
			

				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/374908-death-stranding-director’s-cut-playstation-5-10-best-buy/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 13</div>
								<h4><a href="https://www.cheapassgamer.com/topic/374908-death-stranding-director’s-cut-playstation-5-10-best-buy/" rel='bookmark' class='ipsType_small' title='Death Stranding Director’s Cut - PlayStation 5 &#036;10 @ Best Buy  19 August 2023 - 05:07 AM'>Death Stranding Director’s Cut - PlayStation 5 &#036;10 @ Best Buy</a></h4>
								<div class="date">
									19 Aug 2023 - 05:07
								</div>
							</div>
						</div>
					</div>
				</div>
			
			<div class="moreDeals thread_list">
				<a href="https://www.cheapassgamer.com/index.php?showforum=10">More Deals <i class="fa fa-angle-double-right"></i></a>
			</div>
			<div class="grid-sizer">&nbsp;</div>
		</div>
		

		<h3>
			Popular Today <span class="description"> The most popular deal threads from the past 24 hours</span>
			
				<a href="?app=home&deals=grid"><i class="fa fa-th"></i></a>
			
		</h3>
		<div class="panel thread_blocks">
			
				<div class='thread_list'>
					<div class="photoWrapper">
						<!-- we'll put some box art here -->
					</div>
					
					<div class="panel_link clickable" data-jslink="https://www.cheapassgamer.com/topic/375085-meijer-20-20k-mperks-points-off-50-psnxbox-credit-thru-1125/">
						<div class="title">
							<div class="title_wrapper">
								<div class="comments"><i class="fa fa-comment"></i> 4</div>
								<h4><a href="https://www.cheapassgamer.com/topic/375085-meijer-20-20k-mperks-points-off-50-psnxbox-credit-thru-1125/" rel='bookmark' class='ipsType_small' title='Meijer - &#036;20 (20k mperks points) off &#036;50+ PSN/Xbox credit thru 11/25  Yesterday, 08:25 PM'>Meijer - &#036;20 (20k mperks points) off &#036;50+ PSN/Xbox credit thru 11/25</a></h4>
								<div class="date">
									Yesterday, 08:25 PM
								</div>
							</div>
						</div>
					</div>
				</div>
			
			<div class="moreDeals thread_list">
				<a href="https://www.cheapassgamer.com/index.php?showforum=10">More Deals <i class="fa fa-angle-double-right"></i></a>
			</div>
			<div class="grid-sizer">&nbsp;</div>
		</div>
		
		
		</div>
		
		<div class="grid-100 tablet-grid-50 mobile-grid-100 genericBlock cag blogFeature">
			<h3>
				From the Community Blogs <span class="description">A featured blog post from the community.</span>
				<a href="https://www.cheapassgamer.com/blog/27/entry-24540-video-recap-the-deer-god-rive-citizens-of-earth-and-more/"><i class="fa fa-comment"></i></a>
			</h3>
			<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/1032-friskytanuki/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-1032.png?_r=0' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
			<a href="https://www.cheapassgamer.com/blog/27/entry-24540-video-recap-the-deer-god-rive-citizens-of-earth-and-more/">Video Recap: The Deer God, Rive, Citizens of Earth, and More&#33;</a>
			<div class="author">by <a hovercard-ref="member" hovercard-id="1032" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/1032-friskytanuki/' title='View Profile'><span itemprop="name">FriskyTanuki</span></a></div>
			<div class="preview">
				Rather than post a new blog for each video, I figured I would hold off and offer up a recap of my most recent videos covering a variety of games. Covered below are Citizens of Earth, The Deer God, Halo 5 Guardians' MP Beta, Rive, and Trials Fusion.<br />
<br />
I checked out the Halo 5 Guardians Beta and found out that I'm still not good at Halo MP, but still had fun... <a href="https://www.cheapassgamer.com/blog/27/entry-24540-video-recap-the-deer-god-rive-citizens-of-earth-and-more/">Read More</a>
			</div>
		</div>
	</div>
	<div class="grid-33 tablet-grid-50 mobile-grid-100 grid-parent">
		
		<div class="grid-100 mobile-grid-100 genericBlock cag cagUserList scroll" id="cagTweets">
			<h3><i class="fa fa-twitter"></i> <a href="https://twitter.com/videogamedeals/lists/cag-on-twitter" target="_blank">CAG on Twitter</a></h3>
			<div>
				<div class="panel">
					<ul>
						
						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 07:40 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								(PCDD) Broken Age: The Complete Adventure $3.74 via GOG. <a href="https://t.co/ihsQ1359B9" target="_blank" class="tweetlink">https://t.co/ihsQ1359B9</a>

PSN <a href="https://t.co/aMmA2OggB2" target="_blank" class="tweetlink">https://t.co/aMmA2OggB2</a>
Xbox… <a href="https://t.co/Oc5CsyQYH7" target="_blank" class="tweetlink">https://t.co/Oc5CsyQYH7</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 07:05 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Jade Empire (X1/360) $3.29 via Xbox. <a href="https://t.co/SOrkbwcLVc" target="_blank" class="tweetlink">https://t.co/SOrkbwcLVc</a>

$3.74 via GOG. <a href="https://t.co/OH7HMILF2J" target="_blank" class="tweetlink">https://t.co/OH7HMILF2J</a>

Ultimate Game… <a href="https://t.co/djLL8Tjitu" target="_blank" class="tweetlink">https://t.co/djLL8Tjitu</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 06:35 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Square Enix PLAY ARTS KAI Figures Buy 1, Get 1 50% Off via Sideshow Collectibles. <a href="https://t.co/EqJ0GgKTR1" target="_blank" class="tweetlink">https://t.co/EqJ0GgKTR1</a> <a href="https://t.co/JdAkc8ogd0" target="_blank" class="tweetlink">https://t.co/JdAkc8ogd0</a><div class='tweet_image'><a href='https://t.co/EqJ0GgKTR1' target='_blank'><img src='https://pbs.twimg.com/media/F1Vu-jkWAAY9LVU.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 06:15 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Kirby Clouds Ramen Bowl With Chopsticks $11.94 via Box Lunch. <a href="https://t.co/7h62XFaMCI" target="_blank" class="tweetlink">https://t.co/7h62XFaMCI</a>

Flash Sale via Box Lunch.… <a href="https://t.co/6FQQlGT8tl" target="_blank" class="tweetlink">https://t.co/6FQQlGT8tl</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 05:45 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Kirby: Hot Summer Day Shirt $16 via TeePublic. <a href="https://t.co/WqVDgLzAVG" target="_blank" class="tweetlink">https://t.co/WqVDgLzAVG</a> <a href="https://t.co/HR6j0Qptfh" target="_blank" class="tweetlink">https://t.co/HR6j0Qptfh</a><div class='tweet_image'><a href='https://t.co/WqVDgLzAVG' target='_blank'><img src='https://pbs.twimg.com/media/F1VjixcWAAoeWmA.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 05:27 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Really confused why there are three keys.  <a href="https://t.co/DdQgVQtgr8" target="_blank" class="tweetlink">https://t.co/DdQgVQtgr8</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 05:26 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Order: Metal Gear Solid Limited Edition Set of 3 key cards $79.99 via Konami Shop. <a href="https://t.co/wPP97xHTgn" target="_blank" class="tweetlink">https://t.co/wPP97xHTgn</a> <a href="https://t.co/HTn8NYXMQh" target="_blank" class="tweetlink">https://t.co/HTn8NYXMQh</a><div class='tweet_image'><a href='https://t.co/wPP97xHTgn' target='_blank'><img src='https://pbs.twimg.com/media/F1VfTQaXwAg3-jq.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 05:06 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Order: Dark Souls Statues via First 4 Figures. <a href="https://t.co/cqF6dGZT7J" target="_blank" class="tweetlink">https://t.co/cqF6dGZT7J</a> <a href="https://t.co/6VMFLEfre9" target="_blank" class="tweetlink">https://t.co/6VMFLEfre9</a><div class='tweet_image'><a href='https://t.co/cqF6dGZT7J' target='_blank'><img src='https://pbs.twimg.com/media/F1VavBPXwAUsoNo.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 05:02 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								(PCDD) The Chant $15.99 via Steam. <a href="https://t.co/QjggILvqlG" target="_blank" class="tweetlink">https://t.co/QjggILvqlG</a> <a href="https://t.co/gFcZlGGxHc" target="_blank" class="tweetlink">https://t.co/gFcZlGGxHc</a><div class='tweet_image'><a href='https://t.co/QjggILvqlG' target='_blank'><img src='https://pbs.twimg.com/media/F1VZ0T-XwAwGjbv.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 05:02 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								(PCDD) LISA: The Painful $15.99 via Steam. <a href="https://t.co/vEgAUCMVIX" target="_blank" class="tweetlink">https://t.co/vEgAUCMVIX</a> <a href="https://t.co/NxkRjLfYWx" target="_blank" class="tweetlink">https://t.co/NxkRjLfYWx</a><div class='tweet_image'><a href='https://t.co/vEgAUCMVIX' target='_blank'><img src='https://pbs.twimg.com/media/F1VZr5KXwAkDkop.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 04:51 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								A Short Hike Claire Plush $29 via Fangamer. <a href="https://t.co/RhM6N7FFTF" target="_blank" class="tweetlink">https://t.co/RhM6N7FFTF</a> <a href="https://t.co/yQPmDdp2yd" target="_blank" class="tweetlink">https://t.co/yQPmDdp2yd</a><div class='tweet_image'><a href='https://t.co/RhM6N7FFTF' target='_blank'><img src='https://pbs.twimg.com/media/F1VXN8eXwAotflv.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 04:50 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Omori Merchandise via Fangamer. <a href="https://t.co/NIdJciSfQf" target="_blank" class="tweetlink">https://t.co/NIdJciSfQf</a> <a href="https://t.co/527vQygLWB" target="_blank" class="tweetlink">https://t.co/527vQygLWB</a><div class='tweet_image'><a href='https://t.co/NIdJciSfQf' target='_blank'><img src='https://pbs.twimg.com/media/F1VXAwtXwAQh6hr.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 04:45 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Sonic the Hedgehog Tails &amp; Sonic Portrait Coin Purse $9.03 via Box Lunch. <a href="https://t.co/K1AnJlzfiB" target="_blank" class="tweetlink">https://t.co/K1AnJlzfiB</a>

Flash Sale via B… <a href="https://t.co/3Ze7iSqPYu" target="_blank" class="tweetlink">https://t.co/3Ze7iSqPYu</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 04:27 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Owned AI: The Somnium Files - nirvanA Initiative (PS4) $19.99 via GameStop. <a href="https://t.co/w2V94ogc5l" target="_blank" class="tweetlink">https://t.co/w2V94ogc5l</a> <a href="https://t.co/5xwJdvei3T" target="_blank" class="tweetlink">https://t.co/5xwJdvei3T</a><div class='tweet_image'><a href='https://t.co/w2V94ogc5l' target='_blank'><img src='https://pbs.twimg.com/media/F1VRwaLXoAEe64m.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 04:09 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								LISA: The Joyful - Definitive Edition (S) $7.99 via eShop. <a href="https://t.co/4pGbgD2soi" target="_blank" class="tweetlink">https://t.co/4pGbgD2soi</a>

LISA: The Painful - Definitive… <a href="https://t.co/71teCwRNJE" target="_blank" class="tweetlink">https://t.co/71teCwRNJE</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 04:03 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								News: Pre-Orders for Fortnite: Best of the Lobby Vinyl $31.99 Goes Up July 20th. <a href="https://t.co/KWoL7bjyjT" target="_blank" class="tweetlink">https://t.co/KWoL7bjyjT</a>

Code for… <a href="https://t.co/mU23AzYgOg" target="_blank" class="tweetlink">https://t.co/mU23AzYgOg</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 03:43 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Spend $50 &amp; Get a $12 Gift Card via The Yetee. <a href="https://t.co/lchCJh62Ph" target="_blank" class="tweetlink">https://t.co/lchCJh62Ph</a> <a href="https://t.co/NUOGZvLAuD" target="_blank" class="tweetlink">https://t.co/NUOGZvLAuD</a><div class='tweet_image'><a href='https://t.co/lchCJh62Ph' target='_blank'><img src='https://pbs.twimg.com/media/F1VHr9sXsAQzWtP.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 03:40 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Tekken 5 Original Soundtrack  $38.09 via Amazon (Prime Eligible). <a href="https://t.co/HpCT2g6FVN" target="_blank" class="tweetlink">https://t.co/HpCT2g6FVN</a> <a href="https://t.co/gJbvkq289g" target="_blank" class="tweetlink">https://t.co/gJbvkq289g</a><div class='tweet_image'><a href='https://t.co/HpCT2g6FVN' target='_blank'><img src='https://pbs.twimg.com/media/F1VG9p6XwAAXmxp.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 03:23 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Flash Sale via Box Lunch. <a href="https://t.co/T7KrK5hmWn" target="_blank" class="tweetlink">https://t.co/T7KrK5hmWn</a> <a href="https://t.co/yvyKxLCEQH" target="_blank" class="tweetlink">https://t.co/yvyKxLCEQH</a><div class='tweet_image'><a href='https://t.co/T7KrK5hmWn' target='_blank'><img src='https://pbs.twimg.com/media/F1VDCkmXoAcKaUU.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 03:03 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								(PCDD) Hot Deals via Green Man Gaming. <a href="https://t.co/SpOHfMTgTw" target="_blank" class="tweetlink">https://t.co/SpOHfMTgTw</a> <a href="https://t.co/gtQPbOKjGB" target="_blank" class="tweetlink">https://t.co/gtQPbOKjGB</a><div class='tweet_image'><a href='https://t.co/SpOHfMTgTw' target='_blank'><img src='https://pbs.twimg.com/media/F1U-hl9aYAI5RRd.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 02:49 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Tamagotchi nano x Jujutsu Kaisen - Yuji Itadori (Japanese Version) $12.49 via Amazon (Prime Eligible).… <a href="https://t.co/eK9JsWij3K" target="_blank" class="tweetlink">https://t.co/eK9JsWij3K</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 02:39 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								AMD Ryzen 9 7900 with Wraith Prism Cooler + Starfield Premium Edition (Email Delivery) $429 via AntOnline.… <a href="https://t.co/1hWNYE1dsA" target="_blank" class="tweetlink">https://t.co/1hWNYE1dsA</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 02:23 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Buy 1, Get 1 50% Off Sale via Sideshow Collectibles. <a href="https://t.co/W3FgbWMdTF" target="_blank" class="tweetlink">https://t.co/W3FgbWMdTF</a> <a href="https://t.co/XzvZdqPwGB" target="_blank" class="tweetlink">https://t.co/XzvZdqPwGB</a><div class='tweet_image'><a href='https://t.co/W3FgbWMdTF' target='_blank'><img src='https://pbs.twimg.com/media/F1U1Q05akAM6tPl.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:46 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Tales of Arise Alphen 1:8 Scale Statue $197.99 via Entertainment Earth (Free Shipping). Price Appears in Cart.… <a href="https://t.co/BDwgvLW74X" target="_blank" class="tweetlink">https://t.co/BDwgvLW74X</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:35 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Order: NEON GENESIS EVANGELION (Original Series Soundtrack) - 2 LP Vinyl $34.35 via Walmart (Walmart+ Eligible)… <a href="https://t.co/lPBNBkG1v5" target="_blank" class="tweetlink">https://t.co/lPBNBkG1v5</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:23 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								(PCDD) 11 Bit Studios Sale via Gamebillet. Use Code 2023GB5 to Save More. <a href="https://t.co/prTUed2FNb" target="_blank" class="tweetlink">https://t.co/prTUed2FNb</a> <a href="https://t.co/ybJdj985mA" target="_blank" class="tweetlink">https://t.co/ybJdj985mA</a><div class='tweet_image'><a href='https://t.co/prTUed2FNb' target='_blank'><img src='https://pbs.twimg.com/media/F1UnodDXsAQXjTl.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:19 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Order: Archetype Arcadia (PS4/PS5/S) $39.99 via Amazon (Prime Eligible). 

PS5 <a href="https://t.co/RBlgnD1FfS" target="_blank" class="tweetlink">https://t.co/RBlgnD1FfS</a>
PS4… <a href="https://t.co/wC9pmydmqc" target="_blank" class="tweetlink">https://t.co/wC9pmydmqc</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:07 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								(PCDD) Breezy Indie Sale  via GOG. <a href="https://t.co/ZbEL5H56wC" target="_blank" class="tweetlink">https://t.co/ZbEL5H56wC</a> <a href="https://t.co/oY6GWKd838" target="_blank" class="tweetlink">https://t.co/oY6GWKd838</a><div class='tweet_image'><a href='https://t.co/ZbEL5H56wC' target='_blank'><img src='https://pbs.twimg.com/media/F1Uj7oZX0AU81-8.jpg' border='' /></a></div>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:03 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Order: The Art of Captain Laserhawk: A Blood Dragon Remix $49.99 via Amazon (Prime Eligible).… <a href="https://t.co/eLvjXDoelc" target="_blank" class="tweetlink">https://t.co/eLvjXDoelc</a>
							</div>
						</li>
						

						<li>
							<div class="avatar">
								<div class="left">
									<a href="https://www.twitter.com/videogamedeals" target="_blank"><img src="https://pbs.twimg.com/profile_images/1173263009449500675/1lDesYhB_normal.jpg" class="ipsUserPhoto ipsUserPhoto_mini" /></a>
								</div>
							</div>
							<div class="list_text">
								<div class="right description">18 July 2023 - 01:01 PM</div>
								<div class="author"><a href="https://www.twitter.com/videogamedeals" target="_blank">videogamedeals</a></div>
								Pre-Order: Fatal Fury Special The King of Collectors '24 Duck King (Normal Color Ver.) $184.99 via Big Bad Toy Stor… <a href="https://t.co/cqsRVoMaMg" target="_blank" class="tweetlink">https://t.co/cqsRVoMaMg</a>
							</div>
						</li>
						
					</ul>				
				</div>
				<div class="bottomMask"></div>
				<div class="topMask"></div>
			</div>
		</div>
		<div class="grid-100 mobile-grid-100 genericBlock cag cagUserList scroll">
	<h3><i class="fa fa-sort-asc toggleArrow"></i> New CAG Blog Posts</h3>
	<div>
		<div class="panel">
			<ul>
				
				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/638853-consulting24/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/profile/default_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/4002/entry-25513-crypto-regulation-licenses/">Crypto Regulation &#38; Licenses</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="638853" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/638853-consulting24/' title='View Profile'><span itemprop="name">consulting24</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<div class='left'>

<img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/profile/default_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</div>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/4000/entry-25512-mastering-legal-essays-your-guide-to-expert-law-essay-help/">Mastering Legal Essays: Your Guide to Expert Law Essay Help</a>
						<div class="author">by 
	johndavid246
</div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/606385-wierzba/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-606385.jpg?_r=1675163548' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3998/entry-25511-the-pedestrian/">The Pedestrian</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="606385" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/606385-wierzba/' title='View Profile'><span itemprop="name">wierzba</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/259084-warreni/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-259084.jpg?_r=1388669620' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3944/entry-25509-at-last-too-much-of-a-good-thing-thoughts-on-assassins-creed-odyssey/">At last, too much of a good thing? Thoughts on Assassins Creed Odyssey</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="259084" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/259084-warreni/' title='View Profile'><span itemprop="name">warreni</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/259084-warreni/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-259084.jpg?_r=1388669620' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3944/entry-25508-enjoy-your-lockdown-inside-the-complex/">Enjoy your lockdown inside The Complex</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="259084" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/259084-warreni/' title='View Profile'><span itemprop="name">warreni</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/259084-warreni/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-259084.jpg?_r=1388669620' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3944/entry-25507-kingdom-come-deliverance-keeps-tripping-over-its-own-feet/">Kingdom Come: Deliverance keeps tripping over its own feet</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="259084" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/259084-warreni/' title='View Profile'><span itemprop="name">warreni</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/259084-warreni/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-259084.jpg?_r=1388669620' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3944/entry-25506-sonys-spider-man-ps4-is-the-best-spider-man-movie-youve-never-seen/">Sony&#39;s Spider-Man (PS4) is the best Spider-Man movie you&#39;ve never seen</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="259084" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/259084-warreni/' title='View Profile'><span itemprop="name">warreni</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/259084-warreni/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-259084.jpg?_r=1388669620' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3944/entry-25505-the-outer-worlds-is-a-brief-entertaining-ride/">The Outer Worlds is a brief, entertaining ride</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="259084" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/259084-warreni/' title='View Profile'><span itemprop="name">warreni</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/259084-warreni/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-259084.jpg?_r=1388669620' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/3944/entry-25504-assassins-creed-origins-is-an-assassins-creed-game/">Assassins Creed Origins is an Assassins Creed game</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="259084" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/259084-warreni/' title='View Profile'><span itemprop="name">warreni</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/219858-josh1billion/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-219858.png?_r=1418513254' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href="https://www.cheapassgamer.com/blog/2243/entry-25503-building-a-small-idler-tcg-mashup-game/">Building a small &#34;idler + TCG&#34; mashup game</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="219858" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/219858-josh1billion/' title='View Profile'><span itemprop="name">Josh1billion</span></a></div>
					</div>
				</li>
				
			</ul>				
		</div>
		<div class="bottomMask"></div>
		<div class="topMask"></div>
	</div>
</div><div class="grid-100 mobile-grid-100 genericBlock cag cagUserList scroll">
	<h3><i class="fa fa-sort-asc toggleArrow"></i> Top Posts by Link Traffic</h3>
	<div>
		<div class="panel">
			<ul>
				
				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/1471-ofacto/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-1471.png?_r=0' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/95328-advance-gameport-works-on-wii-plays-gba/?findpost=2340311'>Advance Gameport works on Wii (plays GBA)</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="1471" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/1471-ofacto/' title='View Profile'><span itemprop="name">ofacto</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/322603-tylerh1701/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-322603.jpg?_r=1469072482' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/316678-xbl-deals-107-terraria-zeno-clash-more-50-off-gold-free-gold-games-101-clash-of-heroes-1016-halo-3-activision-sale-rcr-33-off-more/?findpost=10882113'>XBL Deals: 10/7 Terraria, Zeno Clash, More 50% off (Gold) | FREE Gold Games: 10/1 Clash of Heroes, 10/16 Halo 3 | Activision Sale | RCR 33% off | MORE</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="322603" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/322603-tylerh1701/' title='View Profile'><span itemprop="name">tylerh1701</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/770-wario64/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-770.png?_r=0' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/318548-amazon-5-off-25-coupon-requires-facebook/?findpost=10990006'>Amazon: &#036;5 off &#036;25 Coupon (Requires Facebook)</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="770" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/770-wario64/' title='View Profile'><span itemprop="name">Wario64</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/487595-cookgamer/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/profile/default_large.png' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/330447-enter-to-win-1-out-of-25-millennium-a-new-hope-steam-keys/?findpost=11730557'>Enter to Win 1 out of 25 &#34;Millennium: A New Hope&#34; Steam keys</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="487595" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/487595-cookgamer/' title='View Profile'><span itemprop="name">cookgamer</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/370695-madjoki/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-370695.png?_r=1435320984' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/341407-steam-deals-mega-thread-all-pc-gaming-deals/?findpost=12961000'>Steam+ Deals Mega Thread (All PC Gaming Deals)</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="370695" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/370695-madjoki/' title='View Profile'><span itemprop="name">madjoki</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/10558-thorbahn3/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-10558.png?_r=0' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/357773-test/?findpost=13438754'>Test</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="10558" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/10558-thorbahn3/' title='View Profile'><span itemprop="name">thorbahn3</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/236681-grosbard/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-thumb-236681.jpg?_r=1495835822' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/365139-cagcast-520-thanks-for-the-boo-ze/?findpost=13861067'>CAGcast #520: Thanks for the Boo-ze</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="236681" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/236681-grosbard/' title='View Profile'><span itemprop="name">Grosbard</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/207136-curufinwe/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-207136.png?_r=0' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/365139-cagcast-520-thanks-for-the-boo-ze/?findpost=13862049'>CAGcast #520: Thanks for the Boo-ze</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="207136" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/207136-curufinwe/' title='View Profile'><span itemprop="name">Curufinwe</span></a></div>
					</div>
				</li>
				

				<li>
					<div class="avatar">
	<a href='https://www.cheapassgamer.com/user/60429-bloomy/' class='ipsUserPhotoLink left'>

<img src='https://www.cheapassgamer.com/uploads/profile/photo-60429.jpg?_r=1663341807' alt='Photo' class='ipsUserPhoto ipsUserPhoto_mini' />

	</a>
</div>
					<div class="list_text">
						<a href='https://www.cheapassgamer.com/topic/369244-xbl-deals-2019/?findpost=14115255'>XBL Deals - 2019</a>
						<div class="author">by <a hovercard-ref="member" hovercard-id="60429" data-ipb="noparse" class="_hovertrigger url fn name " href='https://www.cheapassgamer.com/user/60429-bloomy/' title='View Profile'><span itemprop="name">Bloomy</span></a></div>
					</div>
				</li>
				
			</ul>				
		</div>
		<div class="bottomMask"></div>
		<div class="topMask"></div>
	</div>
</div>
	</div>
</div>



<script>
jQ(document).ready(function(){
	jQ('.textFeature .panel').hover(
		function(e){
			var panel = jQ(this).clone();
			panel.addClass('overlay');
			panel.appendTo(jQ(this));
			jQ(this).addClass('hover');
			return false;
		},
		function(){
			jQ('.panel.overlay').remove();
			jQ('.panel').removeClass('hover');
			return false;
		}
	);
	jQ('.panel_link').on('click', function(){
		window.location = jQ(this).attr('data-jslink');
	});
});
jQuery(document).ready(function ($) {
        "use strict";
        $('.cagUserList.scroll .panel').perfectScrollbar();
      });
</script>

<script type="text/javascript">
function fixRowImgHeights(rowid)
{
	var totalwidth = 0;
	var border = 4;
	jQ('#' + rowid + ' img').each(function(){
		totalwidth = totalwidth + jQ(this).innerWidth() + (border*2);
	});
	var ratio = 97 / (totalwidth + (border*2));
	
	var newheight = 440 * ratio;
	
	jQ('#' + rowid + ' img').height(Math.ceil(newheight));
}
jQ(window).load(function() {
	fixRowImgHeights('prices .priceDrop');
});
</script>
				
				<ol class='breadcrumb bottom ipsList_inline left clearfix clear'>
					
						<li>&nbsp;</li>
					
					<li class='right ipsType_smaller'>
							<a href='https://www.cheapassgamer.com/index.php?app=forums&amp;module=extras&amp;section=boardrules'>Rules, Terms of Use, & Privacy</a>
						</li>	
				</ol>
			</div>
		</div>
		</div>
			<!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
			<div id='footer_utilities' class='main_width clearfix'>
			<br style="clear: both" />
<div class="ad btf_leadboard">
<div id="placement-4" style="max-height: 320px;"></div>
	<script type="text/javascript">
	  window["nitroAds"].createAd("placement-4", {
	    floor: 0.05,
	    
	    refreshLimit: 10,
	    refreshTime: 90,
	    report: {
	      enabled: true,
	      wording: "Report Ad",
	      position: "fixed-bottom-right"
	    }
	  });
	</script>
</div>
<div id="info_footer">
	<div class="bar">
		<div class="top"><a rel="nofollow" href='#top' id='backtotop' title='Go to top'><img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/top.png' alt='' /></a></div>
<ul class='ipsList_inline right'>
					<li>
						<img src='https://www.cheapassgamer.com/public/style_images/cag3_dark/feed.png' alt='RSS Feed' id='rss_feed' class='clickable' />
					</li>
					
							<li>
								<a rel="nofollow" id='new_skin' href='#'>Change Theme</a>			
								<ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'>
									
										<li class='selected'>
											<a href='#' data-clicklaunch='changeSkin' data-skinid='8'>CAG 3.0 - Desktop</a>
										</li>
									

										<li >
											<a href='#' data-clicklaunch='changeSkin' data-skinid='2'>CAG 3.0 - Mobile</a>
										</li>
									
								</ul>
							</li>
					
						<li>
							<a rel="nofollow" href='#' id='new_language'>English</a>							
							<ul id='new_language_menucontent' class='ipbmenu_content with_checks' style='display: none'>
								
									<li >
										<a href="https://www.cheapassgamer.com/index.php?bloguserid=&amp;k=880ea6a14ea49e853634fbdc5015a024&amp;setlanguage=1&amp;langurlbits=bloguserid=&amp;cal_id=&amp;langid=1">English (USA)</a>
									</li>
								

									<li class='selected'>
										<a href="https://www.cheapassgamer.com/index.php?bloguserid=&amp;k=880ea6a14ea49e853634fbdc5015a024&amp;setlanguage=1&amp;langurlbits=bloguserid=&amp;cal_id=&amp;langid=2">English</a>
									</li>
								
							</ul>
						</li>
					
					
						<li>
							<a rel="nofollow" id='mark_all_read' href="https://www.cheapassgamer.com/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k=880ea6a14ea49e853634fbdc5015a024" title='Mark all as read'>Mark Community Read</a>
							<ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'>
								
									<li>
										
									</li>
								

									<li>
										<a href="https://www.cheapassgamer.com/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=forums&amp;k=880ea6a14ea49e853634fbdc5015a024">Forums</a>
									</li>
								

									<li>
										<a href="https://www.cheapassgamer.com/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=members&amp;k=880ea6a14ea49e853634fbdc5015a024">Members</a>
									</li>
								

									<li>
										<a href="https://www.cheapassgamer.com/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=blog&amp;k=880ea6a14ea49e853634fbdc5015a024">Blogs</a>
									</li>
								

									<li>
										<a href="https://www.cheapassgamer.com/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp=gallery&amp;k=880ea6a14ea49e853634fbdc5015a024">Gallery</a>
									</li>
								
								<li>
									<a href="https://www.cheapassgamer.com/index.php?app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k=880ea6a14ea49e853634fbdc5015a024"><strong>Mark all as read</strong></a>
								</li>
							</ul>
						</li>
					
					<li>
						<a href="https://www.cheapassgamer.com/index.php?app=core&amp;module=help" title='View help' rel="help" accesskey='6'>Help</a>
					</li>				
				</ul>

		<div class="logo">
			<img src="https://www.cheapassgamer.com/public/style_images/cag3_dark/logo_footer.png" border="0" alt="" />
		</div>
	</div>
	<div class="link_groups">
		<div class="terms">
			<p>CAG may earn a commission on purchases made through our affiliate links on CheapAssGamer.com and social media channels. As an Amazon Associate, CAG earns from qualifying purchases. Thanks for your support!</p>
			<p>By providing links to other sites, CheapAssGamer.com does not guarantee, approve or endorse the information or products available at these sites, nor does a link indicate any association with or endorsement by the linked site to CheapAssGamer.com. CheapAssGamer.com is owned and operated by CAG Productions, LLC.</p>
			<p>Please read our <a href="https://www.cheapassgamer.com/index.php?app=forums&module=extras&section=boardrules">Rules, Terms of Use, &amp; Privacy Policy</a> before using CheapAssGamer.com.</p>
			<p>Forum Software by IP.Board.</p>
		</div>
		<div class="link_group">
			<h4>Around CAG</h4>
			<ul>
				<li><a href="https://www.cheapassgamer.com?">Home</a></li>
				<li><a href="https://www.cheapassgamer.com?app=contests">Contests</a></li>
				<li><a href="https://www.cheapassgamer.com?app=codes">Giveaways</a></li>
				<li><a href="/cdn-cgi/l/email-protection#81e2e9e4e0f1f8e5c1e2e9e4e0f1e0f2f2e6e0ece4f3afe2eeec">Contact Us</a></li>
			</ul>
		</div>
		<div class="link_group">
			<h4>Community</h4>
			<ul>
				<li><a href="https://www.cheapassgamer.com?app=forums">Forums</a></li>
				<li><a href="https://www.cheapassgamer.com?app=blog">Blogs</a></li>
				<li><a href="https://www.cheapassgamer.com?app=gallery">User Galleries</a></li>
			</ul>
		</div>
		<div class="link_group">
			<h4>Games &amp; Products</h4>
			<ul>
				<li><a href="https://www.cheapassgamer.com?app=prices">Price Tracker</a></li>
				<li><a href="https://www.cheapassgamer.com?app=reviews">Reviews</a></li>
				<li><a href="https://www.cheapassgamer.com?app=collections">Your Collection</a></li>
				<li><a href="https://www.cheapassgamer.com?app=collections&list=wishlist">Your Wish List</a></li>
			</ul>
		</div>
	</div>
</div>
</div>
<div id="footer"></div>

			</div>
			
			
			
			<div id='inline_login_form' style="display:none">
		<form action="https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=login&amp;do=process" method="post" id='login'>
				<input type='hidden' name='auth_key' value='880ea6a14ea49e853634fbdc5015a024' />
				<input type="hidden" name="referer" value="https://www.cheapassgamer.com/forums/blog_external.php?bloguserid=" />
				<h3>Sign In</h3>
				<div class='ipsBox_notice'>
						<ul class='ipsList_inline'>
							
								<li><a href="https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=login&amp;serviceClick=facebook" class='ipsButton_secondary'><img src="https://www.cheapassgamer.com/public/style_images/cag3_dark/loginmethods/facebook.png" alt="Facebook" /> &nbsp; Use Facebook</a></li>
							
							
								<li><a href="https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=login&amp;serviceClick=twitter" class='ipsButton_secondary'><img src="https://www.cheapassgamer.com/public/style_images/cag3_dark/loginmethods/twitter.png" alt="Twitter" /> &nbsp; Use Twitter</a></li>
							
							
							
						</ul>
					</div>
				<br />
				<div class='ipsForm ipsForm_horizontal'>
					<fieldset>
						<ul>
							<li class='ipsField'>
								<div class='ipsField_content'>
									Need an account? <a href="https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=register" title='Register now!'>Register now!</a>
								</div>
							</li>
							<li class='ipsField ipsField_primary'>
								<label for='ips_username' class='ipsField_title'>Username</label>
								<div class='ipsField_content'>
									<input id='ips_username' type='text' class='input_text' name='ips_username' size='30' tabindex='0' />
								</div>
							</li>
							<li class='ipsField ipsField_primary'>
								<label for='ips_password' class='ipsField_title'>Password</label>
								<div class='ipsField_content'>
									<input id='ips_password' type='password' class='input_text' name='ips_password' size='30' tabindex='0' /><br />
									<a href='https://www.cheapassgamer.com/index.php?app=core&amp;module=global&amp;section=lostpass' title='Retrieve password'>I've forgotten my password</a>
								</div>
							</li>
							<li class='ipsField ipsField_checkbox'>
								<input type='checkbox' id='inline_remember' checked='checked' name='rememberMe' value='1' class='input_check' tabindex='0' />
								<div class='ipsField_content'>
									<label for='inline_remember'>
										<strong>Remember me</strong><br />
										<span class='desc lighter'>This is not recommended for shared computers</span>
									</label>
								</div>
							</li>
							
								<li class='ipsField ipsField_checkbox'>
									<input type='checkbox' id='inline_invisible' name='anonymous' value='1' class='input_check' tabindex='0' />
									<div class='ipsField_content'>
										<label for='inline_invisible'>
											<strong>Sign in anonymously</strong><br />
											<span class='desc lighter'>Don't add me to the active users list</span>
										</label>
									</div>
								</li>
							
							
							<li class='ipsPad_top ipsForm_center desc ipsType_smaller'>
								<a rel="nofollow" href='https://www.cheapassgamer.com/privacypolicy/'>Privacy Policy</a>
							</li>
							
						</ul>
					</fieldset>
					
					<div class='ipsForm_submit ipsForm_center'>
						<input type='submit' class='ipsButton' value='Sign In' tabindex='0' />
					</div>
				</div>
			</form>
	</div>
		</div>
		
		<img border="0" width="1" height="1" src="https://ad.linksynergy.com/fs-bin/show?id=FKSJxY2VJAk&bids=[OID]&type=10&subid=0">
	<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>