body
{
	margin: 0;
	background-color: #1f2227;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

a
{
	outline: none;
}

div#test
{
	white-space: nowrap;
	overflow: hidden;
	background-color: red;
	color: white;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 1px;
	position: fixed;
	top: 0;
	z-index: 1000;
}
div#test span
{
	padding: 0 30px;
}

div.globalAnnouncement
{
	position: relative;
	background-color: lightyellow;
	color: #1f2227;
	padding: 1px;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-align: center;
}

div.globalAnnouncement li
{
	text-align: left;
}


div.globalAnnouncement a.buttonClose
{
	position: absolute;
	top: 0px;
	right: 10px;
	text-decoration: none;
	color: #1f2227;
	display: block;
	font-size: 1.7em;
	font-weight: normal;
}

div.globalAnnouncement.blocking
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	color: #1f2227;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-align: center;
	z-index: 1000;
}

div.blockingOverlay
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.globalAnnouncement.blocking a.buttonClose
{
	display: inline;
	position: unset;
	top: unset;
	right: unset;
	text-align: center;
	font-size: 1em;
	color: white;
}

.page_content
{
	width: 940px;
	margin: 0 auto;
}

.footer_store
{
	padding: 20px 0;
}

button.btn-login{
	width: 100px;
}

@media only screen and (max-width: 940px)
{
	.page_content
	{
		width: 96%;
		margin: 0 auto;
	}
}

.spotlight_dimension
{
	width: 600px;
	height: 302px;
}
.news_thumb_dimension
{
	width: 138px;
	height: 92px;
}
.product_landscape_thumb_dimension
{
	width: 178px;
	height: 102px;
}
.product_portrait_thumb_dimension
{
	width: 73px;
	height: 104px;
}
.flex_space_between
{
	display: flex;
	justify-content: space-between;
}
input,
select
{
	background-color: white;
	color: black;
	border: solid 1px black;
	border-radius: 3px;
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;!important;
	font-size: 10pt;!important;
}
div#header
{
	background: linear-gradient(to bottom, #353844, #424654);
}
div#header div.header_content
{
	position: relative;
	min-height: 110px;
}
div#header div#logo
{
	background: transparent url(../images/logo-matrix-4.png) center center no-repeat;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 90px;
	height: 100px;
}
div#header div#logo h1
{
	display: none;
}
div#globalnav
{
	text-align: right;
	position: relative;
	color: white;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-top: 5px;
}
div#globalnav a.button
{
	background-color: #22222e;
	color: #656e86;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	padding: 3px 10px;
}
div#globalnav a.testModeButtonON
{
	background-color: red;
	color: white;
}
div#globalnav a.dealerModeButtonON
{
	background-color: green;
	color: white;
}
div#globalnav img
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
div#header div#mainNav
{
	position: absolute;
	left: 150px;
	bottom: 0;
}
@media only screen and (max-width: 940px)
{
	div#header div#mainNav
	{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
	}
}
div#header div#mainNav div#mainMenu div.menuItem
{
	display: inline-block;
}

div#header div#mainNav div#mainMenuMobile div.menuItem
{
	display: inline-block;
}

div#header div#mainNav div#mainMenu a.menuItem
{
	background-color: transparent;
	color: white;
	padding: 7px 20px;
	font-size: 1.1em;
	border: none;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}
div#header div#mainNav div#mainMenuMobile a.menuItem
{
	background-color: transparent;
	color: white;
	padding: 7px 20px;
	font-size: 1.1em;
	border: none;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}
div#globalToolbar
{
	position: relative;
	background-color: #4b71b0;
}
div#globalToolbar div#subMainMenu
{
	min-width: 100%;
	z-index: 1;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	text-align: center;
	box-sizing: border-box;
	background-color: #4b71b0;
}
div#globalToolbar div#subMainMenu div.subMenu
{
	display: none;
}
div#globalToolbar div#subMainMenu div.subMenu:first-child
{
}
div#globalToolbar div#subMainMenu div.subMenu:nth-child(2)
{
}
div#globalToolbar div#subMainMenu div.subMenu:nth-child(3)
{
}
div#globalToolbar div#subMainMenu a.menuItem
{
	display: inline-block;
	padding: 7px 10px 10px 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
}
div#header div#searchbar
{
	position: absolute;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 500px)
{
	div#globalToolbar div#subMainMenu a.menuItem
	{
		display: block;
		font-size: 1.3em;
		padding: 14px 10px 20px 10px;
	}
}
@media only screen and (max-width: 940px)
{
	div#header div#searchbar
	{
		position: absolute;
		right: 20px;
		top: 40px;
		bottom: unset;
	}
}

div#header div#searchbar a#shoppingCartIcon
{
	position: relative;
	display: inline-block;
}
div#header div#searchbar a#shoppingCartIcon span.shoppingCartItemsCount
{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: white;
	border-radius: 10px;
	padding: 0 5px;
	font-weight: bold;
}
div#header div#globalnav a#messageIcon span.userNewMessagesCount
{
	display: inline-block;
	position: absolute;
	top: 5px;
	right: -10px;
	background-color: white;
	border-radius: 10px;
	padding: 0 5px;
	font-weight: bold;
}
div#globalToolbar
{
	border-top: solid 5px #4b71b0;
	height: 32px;
	margin-bottom: 10px;
}
div#pageTwoColumnContainer
{
	display: flex;
	justify-content: space-between;
}
div#contentColumn
{
	display: inline-block;
	width: 650px;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 20px;
}
div#rightColumn
{
	display: inline-block;
	width: 280px;
	box-sizing: border-box;
	vertical-align: top;
	box-sizing: border-box;
}
div.content
{
	background-color: #3c3f4c;
	color: white;
}
div.errorcontainer
{
	background-color: red;
	color: white;
	padding: 3px;
	margin-bottom: 20px;
}
div.loginPage
{
	text-align: center;
	color: white;
}
div.loginPage h2
{
	font-weight: normal;
}
div.loginForm
{
	text-align: center;
	padding: 40px;
	background-color: #565F73;
	width: 300px;
	margin: 0 auto 20px auto;
}
div.loginForm h3
{
	font-weight: normal;
}
div.loginForm input
{
	padding: 5px;
	background-color: white;
	color: #1F2227;
	border: solid 1px #1F2227;
	width: 80%;
}
div.loginForm  div
{
	margin-bottom: 10px;
}
div#footer
{
	background-color: #565f73;
	text-align: center;
	padding: 10px;
}
div#footermenu
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
div#footermenu ul li
{
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	border-right: solid 2px white;
}
div#footermenu ul li:last-child
{
	border-right: none;
}
div#footermenu a
{
	text-decoration: none;
	color: white;
	display: inline-block;
	vertical-align: middle;
}
div#footertoolbar
{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
div#copyright
{
	background-color: #4b5061;
	color: #151515;
	padding: 5px;
	text-align: center;
	font-size: 0.7em;
}
a.buynow,
a.joinbeta
{
	display: inline-block;
	background-color: #fce003;
	text-decoration: none;
	color: black;
	padding: 5px 20px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}

a.buynowDLCs {
	display: inline-block;
	background-color: #fce003;
	text-decoration: none;
	color: black;
	padding: 5px 20px;
	font-weight: bold;
	border-radius: 0px 5px 0px 0px;
	min-height: 20px;
}

a.joinbeta {
    background-color: #4671a3;
    color: white;
}
a.discontinued
{
	background-color: #4b4e57;
	color: white;
}
a.coming-soon
{
	background-color: white;
	color: black;
}
div.discountPercent
{
	display: inline-block;
/*	background-color: white; */
	padding: 2px 20px;
	color: black;
	font-weight: bold;
}
div.originalPrice
{
	color: white;
	text-decoration: line-through;
}

/* Homepage */
div.products div.products
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
div.products div.sortOrder
{
	text-align: right;
	color: white;
	width: 100%;
	margin-bottom: 10px;
}
div.products div.sortOrder label
{
	margin-right: 10px;
}
div.products div.products div.game
{
	margin: 0 10px 20px 10px;
}
div.products div#firstSpotlight
{
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
div.products div#firstSpotlight a.buttonleft,
div.products div#firstSpotlight a.buttonright
{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	text-decoration: none;
	line-height: 400px;
	outline: none;
}
div.products div#firstSpotlight a.buttonleft
{
	left: 0;
}
div.products div#firstSpotlight a.buttonright
{
	right: 0;
}
div.productlistitem,
div.bundlelistitem
{
	background-color: #4b4e57;
	width: 100%;
	min-height: 70px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
div.downloaditem:hover {
    background: linear-gradient(to bottom, #456EA2, #285B7A);
}
/*div.bundlelistitem {*/
/*    background: linear-gradient(to bottom, #456EA2, #285B7A);*/
/*}*/
a.productlistitem,
a.bundlelistitem
{
	display: inline-block;
	width: 67%;
	box-sizing: border-box;
	text-decoration: none;
}

div.productlistitem div.leftsection,
div.bundlelistitem div.leftsection
{
	vertical-align: top;
	position: relative;
	min-height: 70px;
}
div.productlistitem div.rightsection,
div.bundlelistitem div.rightsection
{
	display: inline-block;
	width: 30%;
	border-left: solid 2px #343338;
	min-height: 70px;
	padding-left: 10px;
	position: relative;
	vertical-align: top;
}
div.productlistitem div.leftsection img.screenshot,
div.bundlelistitem div.leftsection img.screenshot
{
	width: 150px;
	height: 70px;
	vertical-align: top;
	margin-right: 20px;
	float: left;
}
div.productlistitem div.rightsection span.releasedate,
div.bundlelistitem div.rightsection span.releasedate
{
	color: white;
	font-size: 0.8em;
}
div.productlistitem div.leftsection span.name,
div.bundlelistitem div.leftsection span.name
{
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
div.productlistitem div.smallerrightsection {
    width: 15%;
}
div.productlistitem a.largerleftsection {
    width: 80%;
}
div.downloaditem a.largerleftsection
{
	display: inline-block;
}
div.downloaditem a.smallerrightsection
{
	display: inline-block;
	width: 15%;
}
div.downloaditem a.smallerrightsection div.rightsection
{
	width: 100%;
}
span.name span.dlc
{
    background-color: #547dbf;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: black;
    text-decoration: none;
}
span.name span.bundle
{
	background-color: #547dbf;
	padding: 2px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	text-decoration: none;
}
span.name span.manual {
    background-color: #f7b312;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: black;
    text-decoration: none;
}
span.name span.patch {
    background-color: #9da86c;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: black;
    text-decoration: none;
}
span.name span.installer {
    background-color: #e33a3d;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: black;
    text-decoration: none;
}
div.bundlelistitem div.leftsection a.name span.bundletype
{
	color: black;
	background-color: white;
	padding: 1px 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
div.productlistitem div.leftsection a.name span.dlc
{
	color: black;
	background-color: #577DBE;
	padding: 1px 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
div.productlistitem div.leftsection a.name span.bundle
{
	color: black;
	background-color: #577DBE;
	padding: 1px 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
div.productlistitem div.leftsection div.platforms img.platform,
div.bundlelistitem div.leftsection div.platforms img.platform
{
	width: 32px;
	height: 32px;
}
div.productlistitem a.buynow,
div.bundlelistitem a.buynow
{
	display: inline-block;
	background-color: #fce003;
	text-decoration: none;
	color: black;
	padding: 5px 20px;
	position: absolute;
	right: 0;
	bottom: 10px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}
div.productlistitem a.discontinued,
div.bundlelistitem a.discontinued
{
	background-color: #4b4e57;
	color: white;
}
div.productlistitem a.in-development, div.bundlelistitem a.in-development,
div.productlistitem a.coming-soon, div.bundlelistitem a.coming-soon
{
    background-color: #4b4e57;
    color: white;
}
div.productlistitem div.discountPercent
{
	display: inline-block;
	background-color: white;
	position: absolute;
	left: 10px;
	bottom: 12px;
	padding: 2px 20px;
	color: black;
	font-weight: bold;
}
div.productlistitem div.originalPrice
{
	color: white;
	text-decoration: line-through;
	position: absolute;
	right: 0;
	bottom: 40px;
}
div.bundlelistitem div.discountPercent
{
	display: inline-block;
	background-color: white;
	position: absolute;
	left: 10px;
	bottom: 12px;
	padding: 2px 20px;
	color: black;
	font-weight: bold;
}
div.bundlelistitem div.originalPrice
{
	color: white;
	text-decoration: line-through;
	position: absolute;
	right: 0;
	bottom: 40px;
}
div.products div.bundledproducts
{
	background-color: #292c2c;
	padding: 10px 10px 3px 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	display: none;
	min-width: 50%;
}
div.products button.showbundledproducts
{
	display: inline-block;
	color: white;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 0.8em;
	font-style: italic;
	background-color: transparent;
	border: none;
}
div.products div.bundledproducts img.screenshot
{
	height: 50px;
}
div.products div.discounts
{
}
div.products div.discount
{
	background-color: #5f6a7b;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: white;
	display: none;
	min-height: 292px;
}

div.products div.discount div.discountImageContainer
{
	position: relative;
	height: 100%;
}

div.products div.discount img.discount
{
	width: 100%;
	max-height: 200px;
}
div.products div.discount h4.title
{
	margin: 10px 20px 0 20px;
	text-transform: uppercase;
}
div.products div.discount div.endDate
{
	margin: 0 20px;
}
div.products div.discount div.discountPercent
{
	padding: 3px 10px;
	background-color: white;
	color: black;
	margin: 10px 0 0 20px;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
}
/* Quick Search */
div.products div.quicksearch h3.quicksearch,
div.products div.advancedsearch h3.advancedsearch,
div.products div.discount h3.caption
{
	padding: 7px 20px;
	color: white;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0;
	background: linear-gradient(to bottom, #4c71b0, #506c9e);
	text-transform: uppercase;
}
div.products div.quicksearch a
{
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 40px;
	border-left: 1px solid #4c71b0;
	border-right: 1px solid #4c71b0;
	border-bottom: 1px solid #4c71b0;
}
div.products div.quicksearch a:hover
{
	background-color: #555d71;
}
div.products div.advancedsearch div.row
{
	padding: 10px 10px;
	border-left: 1px solid #4c71b0;
	border-right: 1px solid #4c71b0;
	color: white;
}
div.products div.advancedsearch div.submitButton
{
	border-bottom: 1px solid #4c71b0;
	text-align: center;
}
div.products div.advancedsearch div.row label
{
	display: inline-block;
	width: 100px;
	font-size: 0.9em;
}
div.products div.advancedsearch div.row input,
div.products div.advancedsearch div.row select
{
	max-width: 150px;
}

div.products div.paginator
{
    margin-bottom: 10px;
    text-align: center;
	width: 100%;
}

div.products a.pageNumber,
div.products a.pageNumberActive
{
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    color: white;
    background-color: #4b4e57;
    margin: 1px;
    border-radius: 2px;
}

div.products a.pageNumberActive
{
    background-color: #0d6aad;
}

.blueButton
{
	background-color: #547dbf;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px;
	display: inline-block;
	box-sizing: border-box;
}
.yellowButton
{
	background: linear-gradient(to bottom, #fbe20b, #c2af3a);
	color: black;
	border: none;
	border-radius: 5px;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px;
	display: inline-block;
	box-sizing: border-box;
}
.silverButton
{
	background-color: #e6ebf1;
	border: solid 1px black;
	border-radius: 5px;
	padding: 5px 20px;
}
.whiteButton {
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin: 5px;
    display: inline-block;
    box-sizing: border-box;
}
.disabled
{
	background-color: #dddddd !important;
}
div#globalMessages
{
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	z-index: 1000;
}
div.globalMessage
{
	text-align: center;
	padding: 10px;
	margin-bottom: 3px;
}
div#globalMessages div.notice
{
	background-color: darkgreen;
	color: white;
}
div#globalMessages div.warning
{
	background-color: yellow;
	color: black;
}
div#globalMessages div.error
{
	background-color: red;
	color: white;
}

table.sonata-ba-list img.admin-product-list-thumbnail
{
    width: 150px;
    height: auto;
    max-width: 150px;
    max-height: 76px;
    margin: 0 auto;
}

img.admin-product-edit-conver-portrait
{
    width: 300px;
    max-height: 450px;
}

img.admin-product-edit-conver-logo
{
	width: 300px;
	max-height: 169px;
}

img.admin-product-edit-conver-icon
{
	width: 30px;
	max-height: 30px;
}

table.sonata-ba-list img.admin-product-edit-conver-landscape
{
    width: 150px;
    height: auto;
    max-width: 150px;
    max-height: 76px;
}

div.admin-news-list-thumbnail
{
    text-align: center;
}

img.admin-news-list-thumbnail
{
    width: 150px;
    height: auto;
    max-width: 150px;
    max-height: 100px;
}

.title
{
    font-size: 1.5em;
    font-weight: bold;
}

img.admin-product-edit-screen
{
    max-width: 50%;
}

div.col-half
{
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 0 0 0 2%;
}

div.col-full
{
    width: 100%;
}

tr.sonata-ba-view-container th
{
    white-space: nowrap;
}

div.select2-container
{
	width: 100% !important;
}

body.sonata-bc ul.navbar-nav ul.menu_level_1
{
	list-style: none;
	position: relative;
	left: -100px;
	display: block;
}

body.sonata-bc ul.navbar-nav ul.menu_level_1 > li
{
	display: inline-block;
}

body.sonata-bc ul.navbar-nav ul.menu_level_1 > li > a
{
	color: #777;
	display: block;
	padding-right: 30px;
	padding-bottom: 3px;
}

img.NewsAdminImage,
img.NewsAdminSpotlight,
img.NewsAdminHomepageBanner
{
	max-width: 100%;
	height: auto;
}

img.SkinAdminImage
{
	max-width: 80%;
	max-height: 300px;
}

.headerGrey
{
	background: linear-gradient(to bottom, #393c49, #404452);
	padding: 5px 10px;
	color: white;
	font-weight: normal;
	margin: 0 0 10px 0;
	display: block;
	position: relative;
}
.headerBlue
{
	background: #4c71b0;
	padding: 5px 10px;
	color: white;
	font-weight: normal;
	margin: 0 0 10px 0;
	display: block;
	position: relative;
}
.headerGrey img,
.headerBlue img
{
	vertical-align: middle;
	margin: 0 10px;
}

.headerGrey a,
.headerBlue a
{
	position: absolute;
	right: 10px;
	color: white;
	text-decoration: none;
	font-size: 0.9em;
}

span.dlcMarker {
	background-color: #547dbf;
	padding: 2px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	text-decoration: none;
}
/*LOGIN PAGE*/
a.loginButtons {
    color: white;
    text-decoration: none;
}
a.loginButtons.underlined{
	text-decoration: underline !important;
}
div.alert-danger.alert-red-background{
	background-color: red;
	color:white;
	padding: 2px;
}
/*SEARCH BAR*/
.header_content .search-container {
    /*float: right;*/
    display: inline-block;
}

.header_content input[type=text] {
    padding: 6px;
    margin-bottom: 4px;
    font-size: 17px;
    border: none;
    background-color: #22222e;
    color: #656e86;
    margin-right: 2px;
    font-style: italic;
}
.header_content .search-container button.button-search {
    float: left;
    padding: 6px 10px;
    margin-right: -2px;
    background-color: #22222e;
    color: #656e86;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.header_content .search-container button.button-search:hover {
    background: black;
}
img.image-shoppingcart {
    margin-bottom: -12px;
}
div.shoppingcart-icon{
    display:inline-block;
}

div.message-icon{
	display:inline-block;
	padding-top: 5px;
}

div.bannerContainer {
    align-content: center;
    text-align: center;
    background-color: #4b4e57;
    margin-bottom: 10px;
}
span.downloadDescription {
    color: white;
    font-size: 9pt;
}

div.breadcrumbs {
	color: white;
	margin-bottom: 10px;
}

div.breadcrumbs a {
	color: white;
	text-decoration: none;
}

table.sonata-ba-list img {
	width: 150px;
	max-width: 150px;
}
div#header div#globalnav a#shoppingCartIcon span.unreadNotificationsCount {
    display: inline-block;
    /*position: absolute;
    top: -10px;
    right: -10px;*/
    background-color: red;
    color: white;
    border-radius: 10px;
    padding: 0 5px;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
}
div#header div#globalnav a#shoppingCartIcon span.unreadNotificationsCount:hover {
    background-color: yellow;
    color: black;
}
@media only screen and (max-width: 500px)
{
	div#header div.header_content
	{
		position: relative;
		min-height: 130px;
	}

	div#header div#logo
	{
		background: transparent url(../images/logo-matrix-4.png) center center no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		width: 90px;
		height: 100px;
	}
	div#header div#mainNav div#mainMenu a.menuItem
	{
		padding: 7px 10px;
	}

	div#header div#mainNav div#mainMenuMobile a.menuItem
	{
		padding: 7px 10px;
	}

	div#footermenu
	{
		display: block;
		margin-right: 0;
	}

	div#footermenu ul
	{
		padding: 0;
	}

	div#footermenu ul li
	{
		display: block;
		list-style: none;
		border: none;
		padding: 5px;
	}
	div#footermenu a
	{
		font-size: 1.3em;
	}

	div#footertoolbar
	{
		margin-left: 0;
		display: block;
	}

	div#footertoolbar img
	{
		width: 30px;
		margin: 0 10px;
	}
}

@media only screen and (max-width: 940px)
{
	div#header div.header_content
	{
		position: relative;
		min-height: 130px;
	}

	div.search-container input#advanced_filter_form_keywords
	{
		width: 130px;
	}

	div#pageTwoColumnContainer
	{
		display: block;
	}

	div#contentColumn
	{
		display: block;
		width: 100%;
	}

	div#rightColumn
	{
		display: block;
		width: 100%;
	}

	.headerGrey,
	.headerBlue
	{
		line-height: 1.3em;
	}

	.headerGrey a,
	.headerBlue a
	{
		font-size: 1.3em;
	}

	div#copyright
	{
		color: black;
		font-size: 1em;
	}

	div#header div#searchbar
	{
		right: 0;
		top: unset;
		bottom: 36px;
	}
}

@media only screen and (max-width: 534px)
{
	div.productlistitem, div.bundlelistitem
	{
		flex-wrap: wrap;
	}

	a.productlistitem, a.bundlelistitem
	{
		width: 100%;
	}

	div.productlistitem div.leftsection img.screenshot, div.bundlelistitem div.leftsection
	{
		min-height: 70px;
		margin-bottom: 10px;
	}

	div.productlistitem div.rightsection, div.bundlelistitem div.rightsection
	{
		border-left: none;
		display: flex;
		justify-content: space-between;
		min-height: unset;
		width: 100%;
	}

	div.productlistitem div.rightsection span.releasedate, div.bundlelistitem div.rightsection span.releasedate
	{
		display: inline-block;
	}

	div.productlistitem a.buynow, div.bundlelistitem a.buynow
	{
		position: relative;
	}

	div.globalAnnouncement.blocking
	{
		position: fixed;
		top: 10%;
		left: 5%;
		right: 5%;
		transform: translate(0, 0);
	}
}

@media only screen and (max-width: 360px)
{
	div#header div#logo
	{
		top: 0;
		left: 0;
		width: 90px;
		height: 100px;
	}

	div#globalnav a.button
	{
		display: inline-block;
		margin-bottom: 5px;
	}

	div#header div#searchbar
	{
		right: 0;
		top: unset;
		bottom: 36px;
	}

	div.search-container input#advanced_filter_form_keywords
	{
		width: 100px;
	}
}

img#leftSkin
{
	position: absolute;
	right: 50%;
	margin-right: 470px;
	top: 150px;
}

img#rightSkin
{
	position: absolute;
	left: 50%;
	margin-left: 470px;
	top: 150px;
}

@media only screen and (max-width: 1580px)
{
	img#leftSkin,
	img#rightSkin
	{
		display: none;
	}
}

a.helpButton
{
	color: red !important;
	text-transform: uppercase;
	padding: 2px 5px;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	background-color: #eeeeee;
	letter-spacing: 0.1em;
}