#page_content {
	margin-top: 35px;
	flex-direction: column;
	align-items: center;
}

#inner_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#clearCartRef {
	position: absolute;
	left: 7px;
	top: 7px;
	cursor: pointer;
}

#closeCartRef {
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}

#productsWrapper {
	display: flex;
	border-top: 1px solid #333333;
	background: #5a799c;
	padding: 0px 5px;
	border-radius: 25px;
	flex-shrink: 0;
}

#freeTrialButton {
	position:absolute;
	top:95px; 
	right:10px;
	z-index:501;
}

#products {
	margin: 0px auto;
	width: 100%;
}

#product {
	background: #ffffff;
	width: 262px;
	margin: 10px;
	float: left;
}

#productHeader,#productFooter {
	clear: both;
	height: 10px;
}

#productHeader .left {
	background: url('/LearningCenter/icons/products_nw.gif');
	width: 10px;
	height: 10px;
	float: left;
}

#productHeader .right {
	background: url('/LearningCenter/icons/products_ne.gif');
	width: 10px;
	height: 10px;
	float: right;
}

#productFooter .left {
	background: url('/LearningCenter/icons/products_sw.gif');
	width: 10px;
	height: 10px;
	float: left;
}

#productFooter .right {
	background: url('/LearningCenter/icons/products_se.gif');
	width: 10px;
	height: 10px;
	float: right
}

#productContent {
	padding: 0px;
	height: 137px;
}

#productName {
	text-align: center;
	font-size: 14px;
	margin: 0px 10px;
}

#productPrice,#itemPrice,#posterPrice {
	font-size: 15px;
	color: #222222;
	text-align: center;
	margin: 10px;
}

.center {
	text-align: center;
}

#subscriptionsHeading {
	font-weight: bold;
}

#productImage img {
	cursor: pointer;
}

#item {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#itemCenter select {
	width: 170px;
}

#previewName, #previewPrice {
	text-align:center;
}

#previewRef {
	text-decoration: underline;
	cursor: pointer;
}

#previewWrapper.hidden {
	display: none;
}

#detailRef {
	text-decoration: underline;
	cursor: pointer;
	margin: 0px 5px;
}

#itemCenter div {
	margin: 10px 0px;
}

#itemName {
	font-weight: bold;
	font-size: 19px;
}

#itemDescription {
	margin-top: 10px;
}

#cartItemQty {
	width: 25px;
	text-align: center;
}

#updateQtyRef {
	cursor: pointer;
}

#chartButtonWrapper {
	position: absolute;
	top: 199px;
    right: 19px;
	z-index: 1000;
}

#cartButton {
	padding: 7px 5px 7px 7px;
	cursor: pointer;
	white-space:nowrap;
}

#cartItemNumbers {
	position: absolute;
	bottom: 8px;
	right: 20px;
	color: #f19228;
}

#itemNumbersWrapper {
	position: relative;
	display: inline;
	padding: 3px 3px 3px 10px;
}

#addItemToCartWrapper {
	margin: 10px 0px;
}

.posters #itemLeft #addItemToCartWrapper {
	margin: 20px 0px 10px 0px;
}

.posters #itemCenter #addItemToCartWrapper {
	display: none;
}

.posters #itemCenter {
	position: absolute;
	top: 450px;
	width: 450px;
	left: 134px;
}

#subscriptionName {
	display: none;
}

.subscriptions #subscriptionName {
	display: block;
	margin: 15px 0px 0px 0px;
}

.subscriptions #itemCenter {
	top: auto;
	margin: 5px 0 0 140px;
}

.subscriptions #itemPrice {
	float: left;
	margin: 6px 0 5px 5px;
}

.subscriptions #addItemToCartWrapper {
	text-align: right;
	margin: 7px 0px 15px 0px;
}

#overlay {
	background: none repeat scroll 0 0 #222222;
	height: 100%;
	left: 0;
	opacity: 0.7;
	filter: Alpha(Opacity = 70);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#item {
	display: none;
}

#HeaderContent {
	margin: 15px;
	height: auto;
}

#pagename {
	font-family: verdana, san-serif;
    font-size: 34px;
    text-align: center;
    color: #233D61;
}



#central_content {
	width: 100%;
	margin-left: 0;
}

.storeTitleBar {
background:transparent url("/LearningCenter/icons/title-bar.png") no-repeat 0 9px;
color:#FFFFFF;
font-size:24px;
height:57px;
padding:22px 0 0;
text-align:center;
width:838px;
display:none;
}

#introVideoButton{
	  background: url("/LearningCenter/icons/introVideoButton2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 73px;
    left: 584px;
    position: absolute;
    top: 65px;
    width: 172px;
}

#introVideoButton:hover{
	background: url(/LearningCenter/icons/introVideoButton2_hovered.png) no-repeat ;
	cursor:pointer;
}

.ui-dialog .ui-dialog-content {
padding:0;
}

#videoDialog {
	background: url('/LearningCenter/icons/ajax-loader.gif') 50% 50% no-repeat;
}

a.videoPlayer{
display:inline-block;
width:700px;
height:400px;
margin:10px 0px 10px 10px;
text-align:center;
}
.videoTOC {
width:234px;
height:410px;
float:right;
background-color:#fff;
}

.videoTOCTitle {
font-weight:bold;
font-size: 18px;
background-color:#fff;
padding: 10px 5px 3px;
color:#333;

}

.videoTOCList {
background-color:#ddd;
padding:0 5px 0 0;
}



.videoInfoBox {
height:106px;
width:234px;
background-color:#DDDDDD;
color:#333;
font-size:12px;
padding:3px 0px;
border-bottom:3px solid #fff;
} 

.videoInfoBox:hover {
background-color:#333333;
color:#fff;
}

.videoSelected .videoInfoBox {
background-color:#666666;
color:#fff;
}

.videoThumbnail {
  height:106px;
  width:109px;
  float:left;
  margin:0px 5px 0 0;
}

#video1 .videoThumbnail {
background: #ccc url('/LearningCenter/videos/play-video-1.png') no-repeat;
z-index:99;
}

#video2 .videoThumbnail {
background: #ccc url('/LearningCenter/videos/play-video-2.png') no-repeat;
}

#video3 .videoThumbnail {
background: #ccc url('/LearningCenter/videos/play-video-3.png') no-repeat;
}

#video1.videoSelected .videoThumbnail {
background: #ccc url('/LearningCenter/videos/playing-video-1.png') no-repeat;
}

#video2.videoSelected .videoThumbnail {
background: #ccc url('/LearningCenter/videos/playing-video-2.png') no-repeat;
}

#video3.videoSelected .videoThumbnail {
background: #ccc url('/LearningCenter/videos/playing-video-3.png') no-repeat;
}

.videoTitle {
  font-weight:bold;
  padding:3px;
}
.videoDescription {
  padding:3px;
}
.videoTime {
  padding:3px;
  display:none;
}


@media only screen and (max-width: 1200px) {
	
	#TopNavigation .center {
		text-align: left;
	}
	
	#freeTrialButton,
	#introVideoButton {
		display: none;
	}
	
	#chartButtonWrapper {
		top: 102px;
	}
	
	#products {
		display: flex;
		flex-direction: column;
	}
	
	#previewRef {
		display: none !important;
	}
	
	#itemImg {
		width: 90%;
	}
	
	#items {
		max-width: 500px;
	}
	
	#shoppingCart {
		position: fixed;
		top: 0;
		left: 0;
		padding: 0px;
		width: 100%;
		z-index: 1200;
	}
	
	#shoppingCart .cartMiddle {
		background: #ffffff;
		border-width: 0px 1px;
		border-color: #cccccc;
		border-style: none solid;
		padding: 15px 5px 10px 5px;
	}
	
	#continueShoppingLink {
		margin-right: 5px !important;
	}
	
	#cartItemNumbers {
		bottom: 8px;
	}
	
}

@media only screen and (min-width: 1201px) {
	
	#MainContent {
	    border-radius: 25px;
	    box-shadow: 0px 0px 7px 3px #bbb;
	    padding: 15px 0px;
	}
	
	#itemRight {
		float: right;
	    width: 490px;
	    margin: 35px 22px 0 0;
	}
	
	#itemLeft {
		margin: 15px;
		min-width: 186px;
	}
	
	#itemCenter {
		width: 185px;
		align-self: flex-start;
		position: relative;
		top: 70px;
	}
	
	.posters #itemRight {
		width: 490px;
	}
	.posters #itemLeft {
		width: 150px;
		margin-left: 20px;
	}
	
	#itemDescription-short-34 {
		height: 170px;
	}
	
	#shoppingCart {
		position: fixed;
		top: 150px;
		left: 400px;
		padding: 0px;
		width: 420px;
		z-index: 1200;
	}
	
	#shoppingCart .middle {
		width: 400px;
	}
	
	#shoppingCart .cartMiddle {
		width: 408px;
		background: #ffffff;
		border-width: 0px 1px;
		border-color: #cccccc;
		border-style: none solid;
		padding: 15px 5px 10px 5px;
	}
	
	#shoppingCart #cartTable {
		width: 408px;
	}
	
	#products {
		white-space: nowrap;
	    flex-wrap: nowrap;
	    display: flex;
	}
	
}


