﻿
/*@viewport{
    zoom: 1.0;
    width: device-width;
}*/
/*@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}*/




/* resets */
*,
*:before,
*:after {
	/* Chrome 1-8, Safari 3-5 */
	-webkit-box-sizing: border-box;
	/* Firefox 1-28*/
	-moz-box-sizing: border-box;
	/* Chrome 9+, Firefox 29+, IE8+, Safari 5.1+, Opera 9.5+ */
	box-sizing: border-box;
}

#MasterMainContent_videoPlayer {
	width: 100%;
	height: auto;
}

#ytplayer {
	width: 100%;
	/*height: auto;*/
	max-width: 100vw;
	max-height: 52.25vw;
}

	#ytplayer img {
		width: 100%;
		height: auto;
	}

.clearfix:after {
	/*content: "";*/
	display: table;
	clear: both;
}

.productBox {
	float: left;
}

	.productBox.imgBox {
		width: 110px;
		height: 143px;
		/*float: left;*/
	}

	.productBox.infoBox {
		width: 100%;
		min-height: 165px; /*needed to support borders. Without this, the content boxes (with longer titles) get mis-aligned  173*/
		padding-top: 0;
	}

.prod_price {
	/*margin: 1em 0;*/
	margin: 0;
}

/*.prod_title {
	min-height: 4em;
}*/
.bundle_prod_title {
	min-height: 3em;
}
.bundleCompatibility {
	min-height: 4em;
	    margin-top: 1em;
}

/* grid */
.row {
	margin: 0; /*-10px*/
	margin-bottom: 20px;
}

	.row:last-child {
		margin-bottom: 0;
	}

[class*="column-"] {
	padding: 10px;
}

.column-videos {
	width: 20%;
	float: left;
	padding-top: 10px;
	padding-bottom: unset;
}

	.column-videos.addonsMatrix {
		padding: 0 6px;
		padding-bottom: 0;
		min-height: 280px;
	}

	.column-videos span {
		/*font-size: 0.9em;*/
	}

.column-1-2-3 {
	width: 33.33%;
	float: left;
	padding-top: 10px;
	padding-bottom: unset;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*border: 1px solid #ccc;*/
}

	.column-1-2-3.itemtemplate:nth-child(3n+3) {
		border-right: 1px solid #ccc;
	}

	.column-1-2-3.itemtemplate.blind {
		min-height: 176px;
	}
		.column-1-2-3.itemtemplate.blind:last-child {
			/*display: none;
			border: none;
			border-left: 1px solid #ccc;*/
		}

	.column-1-2-3.addonsMatrix {
		padding: 0 6px;
		padding-bottom: 0;
		min-height: 185px !important;
	}

	.column-1-2-3.searchedItem {
		width: 50%;
	}

		.column-1-2-3.searchedItem:nth-child(2n+2) {
			border-right: 1px solid #ccc;
		}

#CategoryTable .productBox, .search-grid .productBox {
	float: left;
}

	#CategoryTable .productBox.imgBox, .search-grid .productBox.imgBox {
		text-align: left;
		width: 110px;
	}

	#CategoryTable .productBox.infoBox, .search-grid .productBox.infoBox {
		padding-top: unset;
		text-align: left;
	}
	
	#col1 {
		border-top: 1px solid #ccc;
	}
.subcol-matrix {
	border-top: 0;
}

	#panelSingleArticle.box-10abcd, #supportContactSent.box-10abcd {
		border: 1px solid #CCCCCC;
		border-top: none;
		border-right: none;
	}

#CatBottomPager {
	margin: 10px auto 20px;
	text-align: center;
	font-size: 20px;
	height: 42px;
}

	#CatBottomPager .pagerButtonPrev, #CatBottomPager .pagerButtonNext {
		padding-top: 12px;
		height: 50px;
		display: inline-block;
		background: #ececec;
		width: 25%;
	}

	#CatBottomPager .pagerButtonPrev {
		float: left;
	}

	#CatBottomPager .pagerButtonNext {
		float: right;
	}

#ResultsPager3 {
}

	#ResultsPager3 .showingResults {
		padding-top: 8px;
		display: inline-table;
	}

/*#ResultsPager3 #lnkPreviousArrow {
		font-size: 20px;
		float: left;
	}

	#ResultsPager3 #lnkNextArrow {
		font-size: 20px;
		float: right;
	}*/


#phMain {
	text-shadow: 1px 1px 3px darkblue;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
}

.search-footer-borders {
	border: none;
	border-top: 1px solid #ccc;
}
.search-footer.minHeight.results2 {
	min-height: 141px;
}
.search-footer.minHeight.results4 {
	min-height: 141px;
}


/*Hide checkbox*/
#nav input[type=checkbox] {
	display: none;
}


.itemtemplateResultsListing .subcolumns {
	border: 1px grey solid;
	float: left;
	display: table;
	width: auto; /*100%;*/
	table-layout: fixed;
	padding: 15px;
}

.alternatingitemtemplateResultsListing .subcolumns {
	border: 1px grey solid;
	float: left;
	display: table;
	width: auto; /*100%;*/
	table-layout: fixed;
	padding: 15px;
}


#MasterMainContent_ProductList_plSortingHeader div.greyRoundedBox {
	float: right;
	width: 100%;
}

#MasterMainContent_UpdatePanel1 {
	padding-top: 10px;
	border: 1px solid #ccc;
	border-top-style: none;
}

.results-showing {
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
}

/* ajax validation forms */
.ajax__validatorcallout_popup_table {
    width: 50% !important;
}

.slideHeight {
	display: table-cell;
	height: 155px;
	vertical-align: middle;
	
	padding:2px !important;
}
.hide {
	display: none !important;
}

#prodPricePanel #priceDiv .price.oosMargin, #prodPricePanel2 #priceDiv2 .price.oosMargin {
	top: 0 !important;
}

#prodPricePanel #priceDiv .c50r.oosMargin, #prodPricePanel2 #priceDiv2 .c50r.oosMargin {
	width: 100% !important;
}
	





@media all and ( min-width: 600px ) {

	.greyRoundedBox {
		float: right;
		min-width: 100%;
	}

}	/* END OF ( min-width: 600px )  */ 
















	 

@media all and ( min-width: 63.01em ) {

	.mobileAndTabletOnly {
		display: none !important;
	}

	.productBox {
		float: left;
	}

		.productBox.infoBox {
			width: 60%;
			padding-top: unset;
		}
		
	/*#col1 {
		border-top: none;
	}*/

	#col3 #prodPricePanel2 #priceDiv2 .c50l {
		width: 100%;
		margin-top: -40px;
	}

	#col3 #prodPricePanel2 #priceDiv2 .c50r {
		width: 100%;
		margin-top: -45px;
	}

	#col3 #prodPricePanel2 #priceDiv2 .price {
		position: relative;
		top: -44px;
	}

	#col3 #prodPricePanel2 #priceDiv2 .pricerrp {
		position: relative;
		top: -44px;
		min-height: 18px;
	}
	
	#col3 #EmailWhenAvailablePanel2 {
		top: 393px;
	}
	#col3 #EmailWhenAvailablePanel2 #priceDivEmail .c50l {
		width: 100%;
		margin-top: -40px;
	}

	#col3 #EmailWhenAvailablePanel2 #priceDivEmail .c50r {
		width: 100%;
		margin-top: -45px;
	}

	#col3 #EmailWhenAvailablePanel2 #priceDivEmail .price {
		position: relative;
		top: -44px;
	}

	#col3 #EmailWhenAvailablePanel2 #priceDivEmail .pricerrp {
		position: relative;
		top: -44px;
		min-height: 18px;
	}

	.border-right {
		border-left: 1px solid #C7C7C7;
	}

	#col3 {
		/*border-left: none;*/
	}
	
	#col3.searchresultsRightColumn {
		border-left: none;
	}

	.column-1-2-3.addonsMatrix {
		border-right: none !important;
	}
		.column-1-2-3.addonsMatrix.blind {
			display: none;
		}
	
	.greyRoundedBox {
		float: right;
		min-width: 250px;
	}

	.box .c15l {
		width: 11%;
	}

	.box .c85r {
		float: left;
		margin-left: 0px;
		width: 89%;
	}

		.box .c85r .subcolumns {
			margin-left: 10px;
			position: relative;
		}

		.box .c85r .c33l, .box .c85r .c33r {
			float: left;
		}

		.box .c85r .c33r {
			width: 34%;
		}


	/*.search-footer {
		width: 969px;
		float: right;
	}

	.search-footer-borders {
		border-top: none;
	}

	#txtLocalSearch .inputSearch {
		width: 60%;
	}*/

	/*--- Footer ------------------------------------ */
	
	#footer {
		float: none;
		padding: 0;
		margin-left: 0;
		width: auto;
	}

		#footer a,
		#footer a:visited,
		#footer a:hover,
		#footer a:active {
			display: inline-table;
			width: 99%;
			padding: 2px;
			/*background-color: rgba(102, 153, 204, 0.2);*/
		}

		/*#footer a:hover,
		#footer a:active {
			background-color: rgba(102, 153, 204, 0.4);
		}

	a:focus {
		background: rgba(102, 153, 204, 0.4);
		outline: 1px #384067 solid;
	}*/

		#footer .popular-products {
			width: 35%;
			margin: 10px 0;
			float: left;
		}

		#footer .left-foot {
			width: 20%;
			float: left;
			padding-top: 1em;
		}

		#footer .right-foot {
			width: 20%;
			float: left;
			padding-top: 1em;
		}

		#footer .gamesAid {
			float: left;
			padding: 10px;
			margin-top: 10px;
			width: 25%;
		}

			#footer .gamesAid .left-gamesAid {
				/*display: inline-table;*/
				max-width: 50%;
			}

				#footer .gamesAid .left-gamesAid a {
					padding: 0 5px 0 0;
				}

				#footer .gamesAid .left-gamesAid img {
					width: 100%;
					height: auto;
				}

			#footer .gamesAid .right-gamesAid {
				margin-top: 1em;
			}


	#ytplayer {
		height: 533px;
	}
}	/* END OF ( min-width: 63.01em )   */ 

















	 

@media all and ( max-width: 63em ) {


	.desktopOnly {
		display: none !important;
	}
	
	.column-videos {
		width: 25%;
	}

	.column-1-2-3.addonsMatrix {
		min-height: 20em !important;
	}

	.productBox.imgBox {
		text-align: center;
		width: 100%;
	}

	.productBox.infoBox {
		text-align: center;
		width: 60%;
	}
	
	.filters.sortHeader {
		position: static;
		float: right;
		width: 46%;
		top: 65px;
		/* margin-left: 3em; */
		/* margin-top: 0; */
		/* float: right; */
		/*position: relative;
		float: right;
		top: 56px;*/
		/* margin-left: 3em; */
		/*position: absolute;
			/* margin-top: 0; */
		/*width: 225px;
				top: -15px;*/
		/* margin-top: 0; */
		/* float: right; */
	}
	
	.panelItems {
		/*position: static; test */
		    position: relative;
			margin-bottom: 5px !important;
	}
		.panelItems:before { /*arrow added to uparrowdiv DIV*/
			/*position: relative;*/
			top: -24px;
		}
		
	
	#MasterMainContent_ProductList_ctlSimFilter_panelItems.panelItems {
		    top: 5px;
	}

	#MasterMainContent_ProductList_ctlFormatFilter_panelItems.panelItems {
		    top: 5px;
	}

	#divCarouselContent {
		border: none;
		height: auto;
		margin-top: 0;
	overflow: hidden;
	height:100%;
	}

	.slides_container div.slide {
		height: auto;
		/*overflow: overlay;*/
		/*display: -webkit-box;*/
	}


	/*Display 'show menu' OR the 'hamburger' menu */
	.show-menu {
		/*display: table-cell;
		background: #384067;
		text-align: center;
		line-height: 40px;
		color: #fff;
		font-weight: bold;*/
		background: url('../png/hamburger.png') 3px 3px;
		float: left;
		background-position: 0 0;
		background-size: contain;
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 0 5px;
		cursor: pointer;
	}

		.show-menu label {
			padding: 22px 15px;
		}

	#topnav {
		display: none;
	}

	#nav {
		background-image: none;
		background: #384067;
		/*background: #384067 url('/static/img/logos/jf-logo-35px.png') no-repeat 0 0;
		background-position: center;
		background-size: auto;*/
		padding-top: 5px;
		height: 42px;
		overflow: visible;
	}

		#nav ul {
			position: static;
			display: none;
		}
		/*Create vertical spacing*/
		#nav li {
			margin-bottom: 1px;
		}
			/*Make all menu links full width*/
			#nav ul li, #nav li a {
				width: 100%;
				line-height: 3em;
			}

				/*Display the dropdown on hover*/
				#nav ul li a:hover + .hidden, #nav.hidden:hover {
					display: block;
				}



		/*Show menu when invisible checkbox is checked*/
		#nav input[type=checkbox]:checked ~ #mainNav {
			display: block;
			margin-top: 5px;
		}

	#navButton {
		text-align: center;
		border: none;
	}
	
	#linx1 a {
		line-height: 32px;
		margin-right: 1em;
	}
	#linx1 br {
		display: none;
	}

	/*Display 'show menu' link*/
	.show-menu2 {
		display: block;
	}
	
	.mobileSearchInput {
		float: right;
	}

		.mobileSearchInput #mobileSearchbox {
			letter-spacing: -1px;
			padding: 0 4px;
			border: thin solid #384067;
			border-bottom-width: 2px;
			max-width: 181px;
			height: 40px;
			font-size: 18px;
			border-top: none;    
			-webkit-appearance:none;  
			-webkit-border-radius:0px;
		}

		.mobileSearchInput #searchgo2 {
			background-color: rgb(88, 97, 138);
			height: 40px;
			float: right;
			width: 60px;
			font-size: 20px;
			font-weight: bold;
			color: white;
			border-bottom: solid #384067 2px;
			border-right: solid #384067 2px;
			-webkit-appearance:none;  
			-webkit-border-radius:0px;
		}

	#search_icon {
		/*display: none;*/
	}

	.blendBG {
		background: url('../png/search_icon.png') no-repeat center center;
	}
		/*.blendBG .multiply {
				background-blend-mode: hue;
		}*/

	.menu.hlist {
		background: none;
	}

	.hlist ul li#navAddons {
		width: 100%;
		border-top: thin solid white;
		border-bottom: thin solid white;
	}

	.hlist ul li#navSims {
		width: 100%;
		border-bottom: thin solid white;
	}

	.hlist ul li#navInDev {
		width: 100%;
		border-bottom: thin solid white;
	}

	.hlist ul li#navHardware {
		width: 100%;
		border-bottom: thin solid white;
	}

	.hlist ul li#navOffers {
		width: 100%;
		border-bottom: thin solid white;
	}

	.hlist ul li#navLatest {
		width: 100%;
		border-bottom: thin solid white;
	}

	.hlist ul li#navJT {
		width: 100%;
		border-bottom: thin solid white;
	}

	/*Product info right col content */
	#productRightContent {
		/*height: 29em;*/
	}


	.tab.cart {
		display: inline-flex;
		background: none;
		float: right;
		border: none;
		/*margin: 1px 6px;
		width: 84px;*/
		padding-left: 0 !important;
	}

		.tab.cart .mobileSearch {
			/*float: left;*/
			width: 50px;
		}

		.tab.cart .mobileBasket {
			width: 38px;
			/*float: right;*/
		}

		.tab.cart span.basketCount {
			width: 17px;
			height: 17px;
			top: 0;
			right: 16px;
			left: unset;
			/*float: inherit;
			position: relative;*/
			font-weight: bold;
			padding-top: 8px;
		}

	#tools #panelSearch {
		float: left;
		width: 62%;
	}

	#MasterMainContent_ProductList_plSortingHeader .c33l {
		width: 50%;
	}

	#rcHighlights {
		height: auto;
	}

	#rcBannerSnippet {
		height: auto;
	}

	#rcFollowUs {
		height: auto;
	}

	/*#plFeaturedBottom {
		height: 10em;
		display: block;
	}*/
	
	.tinyRightMargin {
		margin-right: 0px;
	}
	#MasterMainContent_LeftColumnContent_ctl00_ResultsPager .tinyRightMargin {
		margin-right: 3px;
	}

	.navHeaderLogo {
		display: inline;
	}
	
	.navMobileLogo {
		padding-left: 40px;
	}

	ul#mainNav {
		background-color: transparent;
		/*border: none !important;*/
	}

		ul#mainNav li.test {
			border: 1px #f1f1f1 solid;
			width: 33.33%;
			/* height: 100px; */
			background-color: white;
			float: left;
			font-size: 11px;
		}

			ul#mainNav li.test a {
				background: none;
				color: #23255a;
			}
	
	#divRelatedProducts .c70r {
		padding-left: 100px;
		width: unset;
		float: none;
	}

	#divRelatedProducts .c30l {
		width: unset;
	}
		
	#panelSingleArticle.box-10abcd, #supportContactSent.box-10abcd {
		border: 1px solid #CCCCCC;
		border-top: none;
		border-bottom: none;
	}
	/*#panelSingleArticle {
		border-top: none;
	}
	#panelSingleArticle.box-10abcd {
		border: 1px solid #CCCCCC;
		border-top: none;
	}*/
	
	#CatBottomPager .pagerButtonPrev, #CatBottomPager .pagerButtonNext {
		width: 49%;
		/*float: none;*/
	}

	.linkGroup li {
		line-height: normal;
		margin-top: 5mm;
		margin-bottom: 5mm;
	}

	.filterText {
		line-height: 32px;
	}
	
	.column-1-2-3.itemtemplate.blind.invisible {
		display: none;
	}

    #footer-icons-wrapper {
        width: 100%;
    }

    #footer-links-wrapper {
        width: 100%;
    }

}	/* END OF ( max-width: 63em )   */ 
























	 



@media all and ( min-width: 515px ) and ( max-width: 63em ) {
	.productBox.infoBox {
	}

	.bigBlueLinks {
		width: 400px;
	}

/*--- Footer ------------------------------------ */
	
	#footer {
		float: none;
		padding: 0;
		margin-left: 0;
		width: auto;
	}

		#footer a,
		#footer a:visited,
		#footer a:hover,
		#footer a:active {
			display: inline-table;
			width: 99%;
			padding: 2px;
			/*background-color: rgba(102, 153, 204, 0.2);*/
		}

		/*#footer a:hover,
		#footer a:active {
			background-color: rgba(102, 153, 204, 0.4);
		}

	a:focus {
		background: rgba(102, 153, 204, 0.4);
		outline: 1px #384067 solid;
	}*/

		#footer .popular-products {
			width: 35%;
			margin: 10px 0;
			float: left;
		}

		#footer .left-foot {
			width: 22%;
			float: right;
			padding-top: 1em;
		}

		#footer .right-foot {
			width: 22%;
			float: right;
			padding-top: 1em;
		}

		/*#footer .gamesAid {
			float: left;
			padding: 10px;
			margin-top: 10px;
			width: 25%;
		}*/

			/*#footer .gamesAid .left-gamesAid {
				max-width: 50%;
			}

				#footer .gamesAid .left-gamesAid a {
					padding: 0 5px 0 0;
				}

				#footer .gamesAid .left-gamesAid img {
					width: 100%;
					height: auto;
				}

			#footer .gamesAid .right-gamesAid {
				margin-top: 1em;
			}*/
		
		#footer .gamesAid {
			float: right;
			padding: 10px;
			margin-top: 10px;
			width: 45%;
			border-top: 1px #efefef solid;
		}

			#footer .gamesAid .left-gamesAid {
				display: inline-block;
				max-width: 40%;
			}

				#footer .gamesAid .left-gamesAid a {
					padding: 0 5px 0 0;
				}

				#footer .gamesAid .left-gamesAid img {
					width: 100%;
					height: auto;
				}

			#footer .gamesAid .right-gamesAid {   
				max-width: 26%;
				position: absolute;
				display: inline-block;
				font-size: 0.9em;
				padding: 5px;
			}
}	/* END OF ( min-width: 515px ) and ( max-width: 63em )   */ 



	 






/* ---- breakpoint: Tablet View ---- */
@media all and (min-width: 321px) and (max-width: 63em) {

	.subcolumns.subcol-matrix {
		/*width: 100% !important;
		border: none;*/
		display: block;
		float: none;
	}

	.column-1-2-3 {
		width: 50%;
	}

		.column-1-2-3.itemtemplate:nth-child(3n+3) {
			border-right: none;
		}

		.column-1-2-3:nth-child(n+2):nth-child(even) {
			border-right: 1px solid #ccc;
		}

		.column-1-2-3.itemtemplate.blind  {
			/*display: none;*/
		}
		/*.column-1-2-3.itemtemplate.blind:last-child  {
			display: none;
		}*/
		
		/*.column-1-2-3.itemtemplate:last-child  {
		border-bottom: none;
		}*/

	.subcolumns:last-child .column-1-2-3:last-child {
		border-right: 1px solid #ccc;
		/*border-bottom: none;*/
	}

	.matrix.boxborder .strap {
		padding: 0;
	}

	.search-grid .articleHolder .imgHolder {
		float: left;
	}
	.search-grid .articleHolder .linkHolder {
		float: none;
		width: 100%;
	}
}	/* END OF (min-width: 321px) and (max-width: 63em)   */


































/* ---- breakpoint: Mobile View ---- */
@media all and (max-width: 41.5em) {

	.noMobile {
		display: none !important;
	}

	.page_margins {
		width: 100%;
	}

	#page-container {
		width: 100%;
	}

	.subcolumns,
	.subcolumns > div {
		/*display: inline-table;
		width:100%;*/
	}

	/*Home page - Slider*/
	#divCarouselContent div.subcolumns div.c70l {
		width: 100% !important;
	}
	/*End of Slider*/

	.equalize > div {
		display: inline-table;
	}

	#col3 {
		margin: 0;
		width: 100%;
		float: left;
		min-width: initial;
		/*display: none;*/
	}

	#col1 {
		width: 100%;
		/*padding: 10px 0;*/
		min-width: initial;
	}

	.box-10abcd {
		border-right: 1px solid #ccc;
		padding-right: 10px;
	}

	.c50l, .c50r {
		width: 49%;
	}

		.c50l.priceBtn, .c50r.priceBtn {
			width: 100%;
			margin-top: 5px;
			padding-left: unset;
		}

	#header {
		background-color: #F6F6FA;
	}


	#galleria {
		display: none;
	}

	.wt-scroller {
		width: 100%;
	}

		.wt-scroller .prev-btn, .wt-scroller .next-btn {
			width: 25px;
		}

	#panelYaml {
		/*display: none;*/
	}


	.searchresultimg {
		float: left;
		width: 35%;
		height: 143px;
		padding-right: 3px;
	}

	.searchresultdetails {
		float: left;
		width: 60%;
		height: 143px;
		padding-left: 10px;
	}

	.search-grid .item .imgHolder {
		width: 150px;
		display: block;
		float: left;
		padding-right: 10px;
	}

	.column-1-2-3.addonsMatrix {
		min-height: 20em !important;
	}

	/*.column-1-2-3.searchedItem .productBox.imgBox {
		text-align: center;
		width: 100%;
	}*/

	#CategoryTable .column-1-2-3, .search-grid .column-1-2-3 {
		width: 100%;
		border-left: none;
		border-right: none;
	}

		#CategoryTable .column-1-2-3:last-child {
			border-bottom: none;
		}

	#CategoryTable .productBox.infoBox, .search-grid .productBox.infoBox {
		width: 75%;
	}

	.search-grid .relatedSearchProduct:nth-child(1) .column-1-2-3.searchedItem {
		border-top: 1px solid #ccc;
	}

	.search-grid .relatedSearchProduct .column-1-2-3.searchedItem {
		border-left: none;
		border-right: none;
	}

	.search-grid .column-1-2-3.searchedItem {
		float: left;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}

	.column-1-2-3.searchedItem.blind {
		display: none;
	}

	.column-1-2-3.itemtemplate.blind {
		/*display: none;*/ /*fixes odd matrix box on flight-sim-add-ons - check for interference*/
	}
	
	#CategoryTable .column-1-2-3.itemtemplate.blind {
		display: none; /*fixes odd matrix box on flight-sim-add-ons - check for interference*/
	}

	/*#CategoryTable .productBox.imgBox {
		text-align: center;
		width: 100%;
	}

	#CategoryTable .productBox.infoBox {
		text-align: center;
	}*/

	/*--- Navigation ------------------------------------ */

	#tools {
		background-color: #384067;
		width: 100%;
	}

	ul#mainNav li {
		min-height: 40px;
	}

	.hlist ul li a {
		min-height: 40px;
		font-size: 1em;
	}



	.itemPlaceholderContainer {
		height: 100%;
	}

	.articleList li {
		height: auto;
	}

	.linkHolder {
		float: left;
		width: 90%;
	}

	#plArticlesListingPager {
		padding: 0 0 10px 50px;
	}

	#panelSingleArticle img {
		width: 95%;
		height: 95%;
	}

	/*Support page*/

	/*.SupportList div{
        width:100% !important;
}*/
	.supportMain h4#mainTitle {
		clear: both;
		font-size: 100%;
	}

	.supportForm input, .supportForm textarea, .supportForm select, .chzn-with-drop, .chzn-container, .chzn-drop {
		width: 100% !important;
	}

	.supportForm select, .supportForm input {
		height: 30px;
	}

	/*Email when available*/
	.subscriptionRow {
		margin-top: 10px;
	}

		.subscriptionRow p {
			margin: 0;
		}

		.subscriptionRow input {
			height: 25px;
		}

	/*Category page*/

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div {
		float: left;
		margin: 0;
	}

		#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div.subcolumns {
			clear: both;
			float: left;
		}

			#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div.subcolumns div {
				margin-top: 5px;
			}

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c30r {
		position: relative;
		left: -106px;
	}

	#col3 #prodPricePanel2 #priceDiv2 .c50l, #col3 #prodPricePanel2 #priceDiv2 .c50r {
		/*width: 50%;*/
	}

	#col3 #prodPricePanel2 #priceDiv2 .price {
		/*position: relative;
			top: -80px;
			margin-left: -34px;*/
	}

	/*#col3 #prodPricePanel2 #priceDiv2 .pricerrp {
			position: relative;
			top: -102px;
		}*/

#prodPricePanel.oosMargin, #prodPricePanel2.oosMargin {
    margin-top: 30px !important;
}

	#EmailWhenAvailablePanel1 .c50r {
		height: 0px;
		margin-top: -40px;
	}

	#prodPricePanel2, #EmailWhenAvailablePanel2 {
		position: inherit;
		width: 100%;
		margin-top: 94px;
	}

	#EmailWhenAvailablePanel2 {
		margin-top: 235px;
	}


	#prodPricePanel {
		margin-top: 90px;
	}

	#EmailWhenAvailablePanel1 {
		margin: 6em 0 2em 0;
	}

		#EmailWhenAvailablePanel1 .price {
			position: relative;
			/*top: -90px;*/
		}

	#priceDiv .c50l, #priceDiv2 .c50l, #priceDivEmail .c50l {
		width: 100%;
		margin-top: -40px;
	}

	#priceDiv .c50r, #priceDiv2 .c50r, #priceDivEmail .c50r {
		width: 100%;
		margin-top: -40px;
	}

	.price {
		position: relative;
		top: -50px;
	}

	.pricerrp {
		position: relative;
		top: -50px;
		min-height: 18px;
	}

	/*#MasterMainContent_ProductList_ctlSimFilter_panelItems.panelItems {
		top: 76px;
	}

	#MasterMainContent_ProductList_ctlFormatFilter_panelItems.panelItems {
		top: 147px;
	}*/
		
	.panelItems {
		width: 100%;
	}

	#MasterMainContent_ProductList_plSortingHeader .c33l {
		width: 100%;
	}

	#MasterMainContent_ProductList_plSortingHeader div.greyRoundedBox {
		width: 100%;
	}

	.panelFilter {
		width: 100%;
	}

	.filters.sortHeader {
		float: right !important;
		width: 70%;
	}

	.tinyRightMargin {
		margin-right: 6px;
	}

	/*#MasterMainContent_ProductList_plSortingHeader div.subcolumns{
        width:inherit;
    }*/
	/*#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c90r .greyRoundedBox {
		width: 138%;
		padding: 7px;
	}

	#MasterMainContent_ProductList_plSortingHeader div.greyRoundedBox {
		float: right;
		position: relative;
	}*/

	table#CategoryTable tr td div.subcolumns {
		clear: both;
		float: left;
		padding: 15px 0 15px 0;
		/* padding-top: 10px; */
		border-top: 1px solid #cccccc;
		display: table-caption;
		width: 100% !important;
	}

		table#CategoryTable tr td div.subcolumns > div:first-child {
			margin-left: 10px !important;
			width: 30%;
		}

	#MasterMainContent_ProductList_plCategoryResultsListing {
		border: 1px solid #ccc;
		border-top: none;
	}

		#MasterMainContent_ProductList_plCategoryResultsListing td div.subcolumns div.c62r {
			width: 60.8% !important;
		}


	/*#pnlProducts #productsList_chzn a b {
		background-position: 3px 2px !important;
	}*/


	#plFeaturedBottom div.subcolumns a img {
		width: 100%;
		height: 100%;
	}


	.swiftype-widget .autocomplete li {
		min-height: 46px;
	}

	.inputSearch {
		width: 80%;
	}

	#video h1 {
		font-size: 1.5em;
	}

	#phMain {
		width: 100%;
		height: unset;
		min-height: 303px;
		background-repeat: no-repeat;
		background-size: contain;
	}

} /* END OF (max-width: 41.5em)   */ 
















@media all and ( max-width: 600px ) {

	.column-1-2-3.addonsMatrix {
		min-height: 18.2em !important;
	}

	/* Videos page */
	#MasterMainContent_plSortingHeader .c40r {
		width: 100%;
	}

	.results-showing {
		font-size: 14px;
	}

	.results-pages {
		font-weight: bold;
		font-size: 14px;
	}

	.tinyRightMargin {
		margin-right: 6px;
	}
	
	#video h1 {
		font-size: 1.3em;
	}

	#phMain {
		width: 100% !important;
		height: unset;
		min-height: 278px;
	}
}

















@media all and ( max-width: 514px ) {

	#plFeaturedBottom {
		height: 18.5em;
	}

	#plFeaturedBottom div.subcolumns {
		display: unset;
	}

		#plFeaturedBottom div.subcolumns div.c66r {
			width: 100%;
		}

		#plFeaturedBottom div.subcolumns a img {
			width: unset;
			height: unset;
		}
		
	.column-videos {
		width: 33.3%;
	}

	.column-1-2-3.addonsMatrix {
		min-height: 16.5em !important;
	}

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div {
		width: 100% !important;
	}

	.textCenter h2 {
		display: inline;
	}

	#txtLocalSearch.inputSearch {
		width: 80%;
	}

	/*.SupportList,*/ 
	.SupportItem {
		padding: 2px;
	}

	/*--- Footer ------------------------------------ */
	
	#footer {
		float: none;
		padding: 0;
		margin-left: 0;
		width: auto;
	}

		#footer a,
		#footer a:visited,
		#footer a:hover,
		#footer a:active {
			display: inline-table;
			width: 99%;
			padding: 10px;
			/*background-color: rgba(102, 153, 204, 0.2);*/
		}

		/*#footer a:hover,
		#footer a:active {
			background-color: rgba(102, 153, 204, 0.4);
		}

	a:focus {
		background: rgba(102, 153, 204, 0.4);
		outline: 1px #384067 solid;
	}*/

		#footer .popular-products {
			border-bottom: 1px #efefef solid;
			width: 100%;
			margin: 10px 0;
			float: left;
		}

		#footer .left-foot {
			width: 50%;
			float: left;
		}

		#footer .right-foot {
			width: 50%;
			float: left;
			border-left: 1px #efefef solid;
		}

		#footer .gamesAid {
			float: left;
			padding: 10px;
			margin-top: 10px;
			width: 100%;
			border-top: 1px #efefef solid;
		}

			#footer .gamesAid .left-gamesAid {
				/*width: 50%;
			float: left;*/
				display: inline-table;
				max-width: 50%;
				/*width: 115px;*/
			}

				#footer .gamesAid .left-gamesAid a {
					padding: 0 5px 0 0;
				}

				#footer .gamesAid .left-gamesAid img {
					width: 100%;
					height: auto;
				}

			#footer .gamesAid .right-gamesAid {
				/*width: 50%;
			float: right;*/
				position: absolute;
				display: inline;
				font-size: 0.9em;
				padding: 5px;
				min-width: 50%;
			}
}










@media all and ( min-width: 486px ) and ( max-width: 555px ) {

	#phMain {
		min-height: 258px;
	}
}


@media all and (max-width: 485px ) {

	/* Category links section */

	/*#phMain a {
		}*/

	#linx1 {
		display: none !important;
		line-height: normal;
		margin-top: 5mm;
		margin-bottom: 5mm;
	}

	#linx2 {
		display: block !important;
		padding-left: 10px;
	}

		#linx2 a {
			color: #384067;
			line-height: 32px;
			font-size: small;
		}
	/* End of Category links section */


	.SupportList, .SupportItem {
		padding: 0.5em;
	}

		.SupportList .half {
			width: 100%;
			padding: 0;
		}
}


@media all and ( min-width: 434px ) and ( max-width: 485px ) {

	#phMain {
		min-height: 226px;
	}
}

@media all and ( min-width: 401px ) and ( max-width: 433px ) {

	#phMain {
		min-height: 200px;
		/*width: unset;
		height: unset;*/
		/*background-size: cover;*/
	}
}






@media all and ( max-width: 400px ) {
	
	.navMobileLogo {
		padding-left: 0;
	}

	.column-videos {
		width: 50%;
	}

	.column-1-2-3.addonsMatrix {
		min-height: 15em !important;
	}

	#divMatrixContent h5 {
		font-size: 100%;
	}
	
	.flightSimMatrixBottom  h5 {
		font-size: 100%;
	}

	.search-header.adjForSorting {
		min-height: 60px;
	}
	
	/*#video h1 {
		font-size: 4vmin !important;
	}*/

	a#btnBuyNow1, a#btnBuyNow, a#btnEmailWhenAvailable1, a#btnEmailWhenAvailable2 {
		width: 100%;
	}
	
	/*#productsList_chzn_o_1 {
		font-size: 8px;
	}*/
	
	ul#mainNav li.test {
		width: 50%;
	}
	
	#CatBottomPager .pagerButtonPrev, #CatBottomPager .pagerButtonNext {
		height: 45px;
		width: 48%;
		font-size: 16px;
	}

	#phMain {
		width: 100%;
		/*height: 303px;*/
		min-height: 185px;
	}

	a#btnEmailWhenAvailable1	, a#btnEmailWhenAvailable2 {
		font-size: 14px;
	}
}	/* END OF ( max-width: 400px ) */ 













@media all and ( min-width: 321px ) and ( max-width: 514px ) {


	/*#plFeaturedBottom {
		border-top: 1px solid #ccc;
	}*/

	#CategoryTable .productBox.infoBox, .search-grid .productBox.infoBox {
		width: 57%;
	}

	#video h1 {
		/*font-size: 1.1em;
		font-size: 2.9vmin;*/
	}
}	/* END OF ( min-width: 321px ) and ( max-width: 514px ) */ 


















@media all and (max-width: 360px ) {

	#nav {
		background-size: 135px;
		/*background-position-x: 40px;
		background-position-y: 7px;*/
	}

	.navMobileLogo {
		width: 144px;
		height: auto;
		padding-top: 2px;
	}
	
	#divMatrixContent h5 {
		font-size: 100%;
	}
	
	.column-1-2-3.addonsMatrix {
		min-height: 14.4em !important;
	}

	.flightSimMatrixBottom  h5 {
		font-size: 100%;
	}
	
	.inputSearch {
		margin-bottom: 10px;
	}
	#txtLocalSearch.inputSearch {
		width: 100%;
	}
		
	/* Videos page */
	.results-showing {
		font-size: 12px;
	}

	.results-pages {
		font-size: 12px;
	}

	.tinyRightMargin {
		margin-right: 8px;
	}
	
	#phMain {
		min-height: 166px;
	}
}	/* END OF (max-width: 360px )*/ 




















/* ---- breakpoint: Mobile & Tablet View ---- */
@media all and (max-width: 63em) {
	.noTabletMobile {
		display: none !important;
	}

	#col3 {
		margin: 0;
		width: 100%;
		float: left;
		min-width: initial;
		display: none;
		/*border-bottom: none;*/
	}
	#col3.defaultRightColumn {
		border-bottom: 1px solid #ccc;
	}
	/*#col3 #DefaultRightColumn {
		border-bottom: 1px solid #ccc;
	}*/
	#col1.searchresultsLeftColumn {
		min-height: unset;
	}
	#col3.searchresultsRightColumn {
		border-top: none;
		border-bottom: 1px solid #ccc;
	}
	#col3_content.searchresultsRightColumn {
		padding: 0;
	}
	#col3_content.searchresultsRightColumn .title {
		padding: 10px;
	}

	#ctl01 #col3 {
		/*display: block !important;*/
		display: block;
	}

	/*#plArticlesListingPager {
		border: 1px solid #CCC;
		border-top: 0;
	}*/
	
	.searchResult {
		/*padding: 10px;*/
	}
	.searchresultimg {
		float: left;
		width: 35%;
		height: 143px;
		padding-right: 3px;
	}

	.searchresultdetails {
		float: left;
		width: 60%;
		height: 240px;
		padding-left: 10px;
	}

	#MasterMainContent_RightColumnContent_rptRelatedResultsFooter {
		padding: 10px;

	}

	.search-grid .item {
		padding: 6px;
	}
	
	.search-grid .item .articleHolder .linkHolder {
		display: table-row;
	}

	/* Product page */
	div#EmailWhenAvailablePanel2 {
		position: unset;
	}

	a#btnEmailWhenAvailable1 {
		width: 96%;
		left: -10px;
		font-size: 14px;
	}

	a#btnEmailWhenAvailable2 {
		width: 100%;
	}

	/*Support Page*/
	/*.SupportList div {
		width: 100% !important;
	}*/

	.supportForm {
		margin-left: 0;
	}

		.supportForm input, .supportForm textarea, .supportForm select, .chzn-with-drop, .chzn-container, .chzn-drop {
			width: 100% !important;
		}

		.supportForm select, .supportForm input {
			height: 30px;
		}

	/*Addon pages*/

	div#main_content_header1 h1 {
		margin: 0 auto;
	}

	div#main {
		margin: 0;
		/*background: none;*/
	}

	#plFeaturedBottom {
		/*border-top: 1px solid #ccc;*/
		border-bottom: none;
		border-right: 1px solid #ccc;
	}

	div#MasterMainContent_plCatMenu .subcolumns div.cr , div#plCatMenu .subcolumns div.cr {
		display: none;
	}

	div#MasterMainContent_plCatMenu .subcolumns div.cl, div#plCatMenu .subcolumns div.cl {
		width: 100% !important;
	}

		div#MasterMainContent_plCatMenu .subcolumns div.cl div, div#plCatMenu .subcolumns div.cl div {
			max-height: 313px;
			width: 100% !important;
			/* width: 645px; */
		}

	.subcol-matrix div a img {
		width: 100%;
		height: 100%;
	}

	.subcol-matrix .matrix {
		width: 50%;
		/*border: none;*/
		padding: 4px;
		border: 1px solid #ccc;
	}

		.subcol-matrix .matrix.right {
			/*margin-left: 0px;*/
		}

	/*.flightSimMatrixBottom .subcolumns.subcol-matrix {
		width: auto;
		border: 1px solid #ccc;
		padding: 10px;
	}*/
	.flightSimMatrixBottom {
		border: none;
	}

	.linkGroup {
		font-size: 100%;
	}

	/*Category page*/

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div {
		float: left;
		margin: 0;
	}

		#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div.subcolumns {
			clear: both;
			float: left;
		}

			#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div.subcolumns div {
				margin-top: 5px;
			}

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c30r {
		position: relative;
		left: -114px;
	}

	/*#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c90r .greyRoundedBox {
		width: 138%;
		padding: 7px;
	}

		#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c90r .greyRoundedBox div {
			padding: 0;
		}*/


	table#CategoryTable tr td div.subcolumns {
		clear: both;
		float: left;
		padding: 15px 0px 15px 0px;
		/* padding-top: 10px; */
		border-top: 1px solid #cccccc;
		display: table-caption;
		width: 100% !important;
	}

		table#CategoryTable tr td div.subcolumns > div:first-child {
			margin-left: 10px !important;
			width: 30%;
		}

	#MasterMainContent_ProductList_plCategoryResultsListing {
		/*border: 1px solid #cccccc;*/
		border-top: none;
	}

	/*.flightSimMatrixBottom .subcolumns.subcol-matrix {
		width: 100% !important;
		border: none;
		display: block;
		float: none;
	}*/

	/*Bundle page*/
	#panelBundleOff div img {
		width: 100%;
	}

	#MasterMainContent_LeftColumnContent_panelSubscribe .subscribetable {
		margin-left: 0px;
		padding: 0px;
	}

		#MasterMainContent_LeftColumnContent_panelSubscribe .subscribetable input[type=text] {
			height: 20px;
		}

		#MasterMainContent_LeftColumnContent_panelSubscribe .subscribetable table {
			width: 100%;
			border: none !important;
		}

	#MasterMainContent_LeftColumnContent_panelSubscribe div img {
		width: 100% !important;
	}

	#supportForm #ddlProductName_chzn .chzn-drop {
		width: 100% !important;
	}

		#supportForm #ddlProductName_chzn .chzn-drop input {
			background-position-y: -19px;
			background-position-x: 452px;
			width: 100% !important;
		}

	div#plSupport div#pnlProducts {
		width: 92%;
	}

	/*#pnlProducts #productsList_chzn a b {
		background-position: 3px 2px !important;
	}*/

	/*Home page - Newsletter signup column*/
	#divCarouselContent div.subcolumns div.c30r {
		display: none;
	}
}	/* END OF (max-width: 63em) */ 









	 




/* ---- breakpoint: Tablet View ---- */
@media all and (min-width: 41.51em) and (max-width: 63em) {
	.page_margins {
		width: 660px;
	}

	#page-container {
		width: 100%;
	}

	.subcolumns,
	.subcolumns > div {
		/*display: inline-table;
		width: 100%;*/
	}

	.equalize > div {
		display: inline-table;
	}

	#col1 {
		width: 100%;
		/*padding: 10px 0;*/
		min-width: initial;
		/*min-height: 1202px;*/
		/*border: 1px solid #ccc;*/
		/*background-color: #f6f6f6;
        border: 1px solid #ccc;
        border-right-style:none;*/
	}

	
	.relatedSearchProduct:nth-child(1) .column-1-2-3.searchedItem, .relatedSearchProduct:nth-child(2) .column-1-2-3.searchedItem{
			border-top: 1px solid #ccc;
	}
	.relatedSearchProduct:nth-child(odd) .column-1-2-3.searchedItem {
			border-left: none;
	}


	.wt-scroller {
		width: 100%;
	}

	#panelYaml {
		/*display: none;*/
	}


	/*ul#mainNav li {
		min-height: 38px;
	}

	.hlist ul li a {
		min-height: 38px;
		font-size: 0.85em;
	}

	.hlist ul li#navAddons {
		width: 19%;
	}

	.hlist ul li#navSims {
		width: 19%;
	}

	.hlist ul li#navInDev {
		width: 20%;
	}

	.hlist ul li#navHardware {
		width: 16%;
	}

	.hlist ul li#navOffers {
		width: 15%;
	}

	.hlist ul li#navLatest {
		width: 16%;
	}

	.hlist ul li#navJT {
		width: 11%;
	}*/

	#tools {
		width: 59%;
	}

		#tools .tab {
			padding: 10px;
		}

		#tools #panelSearch {
			float: none;
		}

	#nav {
		background-image: none;
	}
		/*#nav .tab.cart {
			width: 52px;
		}*/
			/*#nav .tab.cart .mobileSearch {
				display: none;
			}*/

	#btnViewAccount2 {
		display: none;
	}

	/*Support Page*/
	/*.SupportList div {
		width: 100% !important;
	}*/

	.supportForm {
		margin-left: 0;
	}

		.supportForm input, .supportForm textarea, .supportForm select, .chzn-with-drop, .chzn-container, .chzn-drop {
			width: 100% !important;
		}

		.supportForm select, .supportForm input {
			height: 30px;
		}

	/*Email when available*/
	.subscriptionRow {
		margin-top: 10px;
	}

		.subscriptionRow p {
			margin: 0;
		}

		.subscriptionRow input {
			height: 25px;
		}

	/*Category page*/

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div {
		float: left;
		margin: 0;
	}

		#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div.subcolumns {
			clear: both;
			float: left;
		}

			#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.subcolumns div.subcolumns div {
				margin-top: 5px;
			}

	#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c30r {
		position: relative;
		left: -106px;
	}

	/*#MasterMainContent_ProductList_plSortingHeader div.subcolumns div.c90r .greyRoundedBox {
		width: 129%;
	}

	#MasterMainContent_ProductList_plSortingHeader div.greyRoundedBox {
		float: right;
		width: 100%;
	}*/

	table#CategoryTable tr td div.subcolumns {
		clear: both;
		float: left;
		padding: 15px 0px 15px 0px;
		/* padding-top: 10px; */
		border-top: 1px solid #cccccc;
		display: table-caption;
		width: 100% !important;
	}

		table#CategoryTable tr td div.subcolumns > div:first-child {
			margin-left: 10px !important;
			width: 30%;
		}

	#MasterMainContent_ProductList_plCategoryResultsListing {
		/*border: 1px solid #cccccc;*/
		border-top: none;
	}

	.subcol-matrix {
		float: left;
	}

	div#plSupport div#pnlProducts {
		width: 92%;
	}

	/*#pnlProducts #productsList_chzn a b {
		background-position: 3px 2px !important;
	}*/
	
	/*#MasterMainContent_ProductList_ctlSimFilter_panelItems.panelItems {
		top: 76px; test 
		    top: 5px;
	}

	#MasterMainContent_ProductList_ctlFormatFilter_panelItems.panelItems {
		top: 147px; test 
		    top: 5px;
	}*/

	#prodPricePanel2, #EmailWhenAvailablePanel2 {
		position: inherit;
		width: 100%;
	}
	#col3 #prodPricePanel2 #priceDiv2 .c50l, #priceDiv2 .c50r {
		width: 50%;
	}
	#col3 #prodPricePanel2 #priceDiv2 .price {
		position: relative;
		 top: unset; 
	}

	.c50r.priceBtn {
		padding-left: 1em;
	}
		.c50r.priceBtn.oosMargin {
			padding-left: 0;
		}
	.box .c85r .subcolumns .c33l {
		margin-right: 1em !important;
	}
	.box .c15l .textCenter {
		float: none !important;
	}
	
	#EmailWhenAvailablePanel1 .c50r.priceBtn {
		padding-left: 0;
	}
	/*#col3 #prodPricePanel2 {
		position: inherit;
		width: 100%;
		margin-top: 40px;
	}

		#col3 #prodPricePanel2 #priceDiv2 .c50l, #col3 #prodPricePanel2 #priceDiv2 .c50r {
			width: 50%;
		}

		 .price {
			position: relative;
			top: -80px;
			margin-left: -34px;
		}

		 .pricerrp {
			position: relative;
			top: -102px;
		}*/

	/*.price {
		position: inherit;
		top: unset;
	}*/
}	/* END OF (min-width: 41.51em) and (max-width: 63em) */ 








	 




/* ---- breakpoint: Tablet & Desktop View ---- */
@media all and (min-width: 41.5em) {

	#logoMobile {
		display: none;
	}

	.mobileOnly {
		display: none !important;
	}

	.supportForm {
		margin-left: 0;
	}

		.supportForm input, .supportForm textarea, .supportForm select, .chzn-with-drop, .chzn-container, .chzn-drop {
			width: 100% !important;
		}

		.supportForm select, .supportForm input {
			height: 30px;
		}

	.searchresultimg {
		float: left;
		width: 35%;
		height: 143px;
	}

	.searchresultdetails {
		float: left;
		width: 60%;
		height: 143px;
	}

	.column-1-2-3.searchedItem {
		padding: 10px;
		min-height: 195px;
	}

		.column-1-2-3.searchedItem .productBox.imgBox {
			text-align: left;
			width: 110px;
		}

		.column-1-2-3.searchedItem .productBox.infoBox {
			text-align: left;
			width: 60%;
			padding-top: unset;
			min-height: unset;
		}

	.relatedSearchProduct .column-1-2-3.searchedItem {
		min-height: 153px;
	}

	/*.relatedSearchProduct .prod_price {
		margin: 1em 0;
	}*/

	.column-1-2-3.searchedArticleItem .productBox.infoBox {
		width: 100%;
	}
	
	/*Email when available*/
	.subscriptionRow {
		margin-top: 10px;
	}

		.subscriptionRow p {
			margin: 0;
		}

		.subscriptionRow input {
			height: 25px;
		}

	/*Category Page*/
	#MasterMainContent_ProductList_plCategoryResultsListing {
		/*border: 1px solid #ccc;*/
	}

	/*#MasterMainContent_ProductList_CategoryListView_Td1 div.subcolumns{
        float: left;
        width: 30.6% !important;
        padding: 12px;
        border: 1px solid #ccc;
        display: table-caption;
        border-bottom: none;
        border-right: none;
    }*/

	/*#MasterMainContent_ProductList_plCategoryResultsListing #CategorySubTablePlaceholderContainer{
        display:none;
    }*/

	#supportForm #ddlProductName_chzn .chzn-drop {
		width: 100% !important;
	}

		#supportForm #ddlProductName_chzn .chzn-drop input {
			background-position-y: -19px;
			background-position-x: 452px;
			width: 100% !important;
		}
	

	/*.mobileSearchInput {
		display: none !important;
	}*/
}	/* END OF (min-width: 41.5em) */ 

















/* ---- breakpoint: Desktop Only View ---- */
@media all and (min-width: 63.01em) {

	/*.supportForm input, .supportForm textarea, .supportForm select, .chzn-with-drop, .chzn-container, .chzn-drop {
		width: 55% !important;
	}*/


	/*Email when available*/
	.subscriptionRow {
		margin-top: 10px;
	}

		.subscriptionRow p {
			margin: 0;
		}

		.subscriptionRow input {
			height: 25px;
		}

	.searchresultimg {
		float: left;
		width: 35%;
		height: 143px;
	}

	.searchresultdetails {
		float: left;
		width: 65%;
		height: 143px;
	}
	
	.relatedSearchProduct {
		overflow: hidden;
		/*margin-bottom: 10px;*/
	}

	.relatedSearchProduct .column-1-2-3.searchedItem {
		width: 100%;
		float: none;
		padding: 0;
		border: none;
	}

	/*#pnlProducts #productsList_chzn {
		width: 75% !important;
	}*/
}	/* END OF (min-width: 63.01em)  */ 


















	 

/* ---- breakpoint: iPhone Mobile View ---- */
@media all and (max-width: 320px ) {

	
	#col1 {
		border-top: 1px solid #ccc;
	}
	
	#col3 {
		/*display: block !important;
		border-bottom: 1px solid #ccc !important;*/
	}

	.subcolumns,
	.subcolumns > div {
		/*display: inline-block;*/
		width: 100%;
	}

	/* Category & Addons Pages */
	.column-1-2-3 {
		width: 100%;
		padding-top: 10px;
		padding-bottom: unset;
		border-right: 1px solid #ccc;
	}

		.column-1-2-3.addonsMatrix {
			min-height: 18.5em !important;
		}

			.column-1-2-3.addonsMatrix.blind {
				display: none;
			}

		.column-1-2-3.searchedItem {
			width: 100%;
			padding: 6px;
		}

	.productBox.infoBox {
		min-height: unset;
	}

	.bigBlueLinks a, .bigBlueLinks a:visited {
		font-size: 1.1em;
	}

	.panelFilter {
		width: 100%;
	}

	.border-right {
		border: none;
		width: initial;
	}

	#MasterMainContent_ProductList_ctlSimFilter_panelItems.panelItems {

		/*top: 76px; test */
		    top: 5px;
		width: 100%;
	}

	#MasterMainContent_ProductList_ctlFormatFilter_panelItems.panelItems {

		/*top: 147px; test */
		    top: 5px;
		width: 100%;
	}

	.panelItems .filterText {
		font-size: 0.9em;
	}

	.panelItems .countText {
		font-size: 0.9em;
	}

	#MasterMainContent_ProductList_plSortingHeader .c33l {
		width: 100%;
	}

	.filters.sortHeader {
		width: 100%;
	}
	
	.tinyRightMargin {
		margin-right: 4px;
	}

	#CategoryTable .productBox.imgBox, .search-grid .productBox.imgBox {
		width: 65px;
		height: auto;
	}

		#CategoryTable .productBox.imgBox img, .search-grid .productBox.imgBox img {
			width: 60px;
			height: auto;
		}

	#CategoryTable .productBox.infoBox, .search-grid .productBox.infoBox {
		width: 60%;
	}

	.search-grid .item .imgHolder {
		width: 100%;
		max-width: 100%;
		padding: unset;
	}
	.search-grid .item .imgHolder.hide {
		display: none;
	}

	.search-grid .item .articleImg {
		width: 100%;
		height: 100%;
		max-height: unset;
	}

	.linkHolder {
		float: left;
		width: 100%;
		/*padding: unset;*/
	}

	.subcol-matrix .matrix {
		width: 100% !important;
		border: none;
		/*padding: 10px !important;*/
	}

	#MasterMainContent_ProductList_plSortingHeader div.greyRoundedBox {
		width: 100%;
	}
	
	div#main_content_header1 h1 {
		font-size: 180%;
	}
	/*#video h1 {
		font-size: 4.4vmin !important;
	}*/

	/* End of Category & Addons Pages */
	
	#plFeaturedBottom {
		height: 20em;
	}

	#plArticlesListingPager {
		padding-left: 0;
		padding-right: 5px;
	}

	.listingPager {
		padding: 0;
	}

	.navMobileLogo {
		width: 113px;
		height: auto;
		padding-top: 4px;
	}

	.tab.cart .mobileSearch {
		width: 33px;
	}

	#phMain {
		min-height: 148px;
	}

	/*--- Footer ------------------------------------ */
	
	/*#footer {
		float: none;
		padding: 0;
		margin-left: 0;
		width: auto;
	}

		#footer a,
		#footer a:visited,
		#footer a:hover,
		#footer a:active {
			display: inline-table;
			width: 99%;
			padding: 10px;
		}*/

		/*#footer a:hover,
		#footer a:active {
			background-color: rgba(102, 153, 204, 0.4);
		}

	a:focus {
		background: rgba(102, 153, 204, 0.4);
		outline: 1px #384067 solid;
	}*/

		/*#footer .popular-products {
			border-bottom: 1px #ccc solid;
			width: 100%;
			margin-bottom: 10px;
			float: left;
		}

		#footer .left-foot {
			width: 50%;
			float: left;
		}

		#footer .right-foot {
			width: 50%;
			float: left;
			border-left: 1px #ccc solid;
		}

		#footer .gamesAid {
			float: left;
			padding: 10px;
			margin-top: 10px;
			width: 100%;
			border-top: 1px #ccc solid;
		}

			#footer .gamesAid .left-gamesAid {
				display: inline-table;
				max-width: 50%;
			}

				#footer .gamesAid .left-gamesAid a {
					padding: 0 5px 0 0;
				}

				#footer .gamesAid .left-gamesAid img {
					width: 100%;
					height: auto;
				}

			#footer .gamesAid .right-gamesAid {
				position: absolute;
				display: inline;
				font-size: 0.9em;
				padding: 5px;
				min-width: 50%;
			}*/
}	/* END OF (max-width: 320px )  */ 










	 

@media all and (max-width: 260px ) {

	
	#nav {
		background-image: none;
	}

	.navMobileLogo {
		display: none;
	}
	
	.mobileSearchInput #mobileSearchbox {
		max-width: 130px;
	}

	.column-1-2-3.addonsMatrix {
		min-height: 16em !important;
	}
	
	.bigBlueLinks a, .bigBlueLinks a:visited {
		font-size: 0.9em;
	}

	.linkGroup {
		font-size: 90%;
	}
	.search-header.adjForSorting {
		min-height: 80px;
	}
	h5 {
		font-size: 100%;
	}
	body {
		font-size: 66%;
	}
	
	a#btnBuyNow1, a#btnBuyNow, a#btnEmailWhenAvailable1, a#btnEmailWhenAvailable2 {
		font-size: 12px;
	}

	#phMain {
		min-height: 118px;
	}
	/*--- Footer ------------------------------------ */
	
	#footer {
		    text-align: center;
	}

		#footer a,
		#footer a:visited,
		#footer a:hover,
		#footer a:active {
			display: inline-table;
			width: 99%;
			padding: 10px;
			/*background-color: rgba(102, 153, 204, 0.2);*/
		}

		/*#footer a:hover,
		#footer a:active {
			background-color: rgba(102, 153, 204, 0.4);
		}

	a:focus {
		background: rgba(102, 153, 204, 0.4);
		outline: 1px #384067 solid;
	}*/

		#footer .popular-products {
			border: none;
			margin: 10px 0;
		}

		#footer .left-foot {
			width: unset;
			float: none;
		}

		#footer .right-foot {
			width: unset;
			float: none;
			border: none;
		}

		#footer .gamesAid {
			float: none;
			padding: 10px;
			margin-top: 10px;
			width: 100%;
			border-top: 1px #efefef solid;
		}

			#footer .gamesAid .left-gamesAid {
				width: 100%;
				float: none;
			}

				#footer .gamesAid .left-gamesAid a {
					padding: 0 5px 0 0;
				}

				#footer .gamesAid .left-gamesAid img {
					width: auto;
					height: auto;
				}

			#footer .gamesAid .right-gamesAid {
				position: unset;
				display: block;
			}
}	/* END OF (max-width: 260px )  */ 












@media all and (max-width: 200px ) {
	body {
		font-size: 66%;
	}
}
