#appsChannel {
}
#appsChannel ul {
	padding: 0;
	margin: 0;
}
#appsChannel li {
	list-style-type: none;
	margin: 0;
	}
.apps-channel-select {
	padding: 8px;
	padding-bottom: 9px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

	background-color: #FFF;	
	color: var(--productcolor);
}
.apps-channel-select:first-child {
	padding-top: 10px;
}
.apps-channel-select:nth-child(6) {
	padding-bottom: 10px;
}
.apps-channel-select.selected {
	background-color: var(--productcolor);	
	color: #FFF;	
}
.apps-channel-view {
	position: relative;
	top: 0px;
	height: 269px;
	border: 0px solid transparent;
	padding: 0;
	margin: 0;
}
.apps-channel-view-link:hover {
	border: 2px solid var(--productcolor);
	cursor: pointer;
}
.apps-channel-overlay {
	position: absolute;
	opacity: 0.5;
	width: 100%;
	margin-bottom: 0px;
	bottom: 0px;
	left: 0px;
	background-color: black;
	color: red;
}
.apps-channel-overlay-text {
	position: absolute;
	color: white;
	margin: 2px 4px 4px 0px;
	padding-top: 2px;
	bottom: 0px;
	left: 4px;
}
.apps-channel-link {
	position: absolute;
	color: white;
	right: 6px;
	bottom: 0px;
}
