/* Default overwrites */
* { margin: 0px; padding: 0px; }

html, body {
	font-size: 62.5%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CFCBC2;
	text-align: center;	
}
p {	text-align: left; }

ul li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	line-height: 11px;
}
a {
	font-size: 10px;
	font-weight: bold;
	color: #6EBCFF;
	text-decoration: none;	
}
a:hover {
	color: #FFFFFF;
}
h2, h3 {
	font-family:"Trebuchet MS", "Arial Narrow", HelveticaNeue-Thin, Helvetica-Light, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CFCBC2;
	text-transform: uppercase;
	margin: 0px;
}

/* ================================================================================================== */
/* ---- [ Buttons ] ---- */
.btn_blue {
	font-size: 10px;
	font-weight: bold;
	color: #6EBCFF;
	border: 1px solid #44617A;
	background-color: #2A2A2A;
	text-decoration: none;
	padding: 5px 7px 5px 14px;
	background-image: url(http://cdn.store.steampowered.com/public/images/ico/ico_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.btn_blue:hover {
	color: #FFFFFF;
	border: 1px solid #999999;
}
.btn_green {
	font-size: 10px;
	font-weight: bold;
	color: #8BC53F;
	border: 1px solid #8BC53F;
	background-color: #2A2A2A;
	text-decoration: none;
	padding: 5px 7px 5px 14px;
	background-image: url(http://cdn.store.steampowered.com/public/images/ico/ico_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.btn_green:hover {
	color: #FFFFFF;
	border: 1px solid #999999;
}
.btn_disabled {
	font-size: 10px;
	font-weight: bold;
	color: #bfb9b2;
	border: 1px solid #a69f96;
	background-color: #9d968c;
	text-decoration: none;
	padding: 5px 7px 5px 14px;
	background-image: url(http://cdn.store.steampowered.com/public/images/ico/ico_arrow_disabled.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.btn_yellow {
	font-size: 10px;
	font-weight: bold;
	color: #FFC53F;
	border: 1px solid #FFC53F;
	background-color: #2A2A2A;
	text-decoration: none;
	padding: 5px 7px 5px 14px;
	background-image: url(http://cdn.store.steampowered.com/public/images/ico/ico_arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.btn_yellow:hover {
	color: #FFFFFF;
	border: 1px solid #999999;
}
/* ================================================================================================== */
/* ---- [ Column layout ] ---- */
#all_narrow {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	/*background-image: url(http://cdn.store.steampowered.com/public/images/background_narrow.gif);*/
	background-repeat: repeat-y;
	background-position: center top;
}
#col_parent {
	width: 947px;
	height: 100%;
	padding-bottom: 110px; /* needs to be set to 0 if hiding footer */
	padding-top: 4px; /* needs to be set to 0 if hiding header */
	text-align: left;
}
#col_parent_narrow {
	width: 761px;
	height: 100%;
	padding-bottom: 110px; /* needs to be set to 0 if hiding footer */
	padding-top: 4px; /* needs to be set to 0 if hiding header */
	text-align: left;
}

/* ======================================================= */
/* ---- [ Left Column ] ---- */
#col_left {
	width: 163px;
	margin-left: 25px !important;
	margin-left: 12px;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}
#col_left h2 {
	text-align: left;
	margin-bottom: 4px;
}


/* ---- [ News styles ] ---- */
.col_right_news {
	margin-top: 45px;
}
.col_right_news h3 strong {
	color: #C26413;
}
.col_right_news h4 {
	font-size: 9px;
	color: #4A4945;
	font-weight: normal;
	margin-bottom: 8px;
}
.col_right_news p {
	font-size: 11px;
	line-height: 18px;
}
.col_right_news p a {
	color: #CFCBC2;
	font-weight: normal;
	text-decoration: underline;
}

/* autocomplete */

div.autocomplete {
	margin: 0px;  
	padding: 0px;  
	width: 250px;
	background: #BBBBBB;
	border: 1px solid #ACACAC;
	position: absolute;
	color: #000000;
	z-index: 500;
}

div.autocomplete ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.autocomplete ul li.selected {
	color: white;
	background-color: #3D3D3D;
}

div.autocomplete ul li {
	margin: 0;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}