/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

.PopupPanel
{
	padding: 0px;
	overflow: clip;
	flow-children: none;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #333f ), to( #222f ) );
}

.Contents
{
	flow-children: down;
}

.CloseButton
{
	horizontal-align: right;
	width: 30px;
	height: 30px;
	background-size: 60%;
	background-color: #444;
	margin-top: 8px;
	margin-right: 8px;
}

.OverlayText
{
	flow-children: down;
	padding-left: 20px;
	padding-right: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: gradient( linear, 0% 0%, 100% 0%, from( #000c ), color-stop( 0.5, #000c ), to( #0000 ) );
	margin-bottom: 20px;
}

.OverlayHeader
{
	text-transform: uppercase;
	color: gradient( linear, 0% 0%, 0% 100%, from( #ffe9c0 ), to( #9e8364 ) );
	font-size: 24px;
	text-shadow: 0px 3px 4px #000000;
}

#CachePrice
{
	color: white;
	font-size: 42px;
	vertical-align: bottom;
	margin-bottom: 60px;
	margin-left: 20px;
}

.OverlayDetails
{
	max-width: 300px;
	color: #aaa;
	text-shadow: 0px 0px 4px 2.0 black;
	font-size: 18px;
}

#SplashImage
{
	horizontal-align: center;
	width: 810px;
	height: 550px;
	ui-scale: 130%;
	margin-left: 100px;
	margin-right: 50px;
	background-image: url("s2r://panorama/images/splash_ads/ti8_collectors_cache_2_png.vtex");
	background-repeat: no-repeat;
	background-size: cover;
}

.SplashImageShading
{
	vertical-align: bottom;
	width: 700px;
	height: 500px;
}

.SplashImageOverlay
{
	flow-children: down;
	margin-top: 8px;
}

#Contents
{
	flow-children: down;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #000e;
	padding: 16px 20px 20px 20px;
}

#Header
{
	width: 100%;
	height: 100px;
	background-color: gradient( linear, 0% 0%, 0% 100%, from ( backgroundDimColor ), to( bp_color12 ) );
}

#Title
{
	width: 100%;
	vertical-align: middle;
	margin-top: 12px;
	text-align: center;
	horizontal-align: center;
	color: gradient( linear, 0% 0%, 0% 100%, from( #ffe9c0 ), to( #9e8364 ) );
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0px 3px 4px #000000;
	letter-spacing: 2px;
}

#Main
{
	background-color: black;
}

#DetailsButton
{
	horizontal-align: left;
	margin-left: 20px;
	vertical-align: bottom;
	margin-bottom: 20px;
	box-shadow: black 0px 0px 8px 0px ;
	width: 220px;
}

