/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	height: 1%;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:99%;
	visibility: hidden;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */


.qthead-basic ul {height:30px; list-style: none; float: left; width: 320px;}

.qthead-basic ul.qtabs li {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	border-style: solid;
	float: left; 
	display: block;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	background:url(../images/content/channels-icon.png) no-repeat 0 0;
	height:30px;
	text-indent:-9009px;
	margin-right: 15px; cursor: pointer;
}


.qthead-basic ul.qtabs li.open {
	
	z-index: 2;
}

div.current-basic {
	clear: both;
	width: 320px;
	height: 100px;
	color: #FFF;
}


.qtwrapper { width: 285px; padding: 0 0 10px 30px;font-weight: lighter!important }
.qtwrapper h2 { text-indent: -9000px; margin: 0px 0 0 0; padding: 0; background: url(../images/content/OurChannels.png) no-repeat;  position: relative; height: 30px;}


.qtwrapper ul li#nav_1 span{
  width: 32px;
  background-position: 0 0;
}

.qtwrapper ul li.open#nav_1 span{
  width: 32px;
  background-position: 0 -30px;
}

.qtwrapper ul li#nav_2 span{
  width: 32px;
  background-position: -50px 0;
}

.qtwrapper ul li.open#nav_2 span{
  width: 32px;
  background-position: -50px -30px;
}

.qtwrapper ul li#nav_3 span{
  width: 32px;
  background-position: -100px 0;
}

.qtwrapper ul li.open#nav_3 span{
  width: 32px;
  background-position: -100px -30px;
}

.qtwrapper ul li#nav_4 span{
  width: 32px;
  background-position: -150px 0;
}

.qtwrapper ul li.open#nav_4 span{
  width: 32px;
  background-position: -150px -30px;
}

.qtwrapper ul li#nav_5 span{
  width: 32px;
  background-position: -200px 0;
}

.qtwrapper ul li.open#nav_5 span{
  width: 32px;
  background-position: -200px -30px;
}

.qtwrapper ul li#nav_6 span{
  width: 32px;
  background-position: -250px 0;
}

.qtwrapper ul li.open#nav_6 span{
  width: 32px;
  background-position: -250px -30px;
}




.ChannelsContent-Design {

	margin-top: 10px;
}