

/*********************
** THEME PAGE STYLE
**********************/

.rss-flow {
    position: relative;
    z-index: 10;
}

#more-details {
        background: transparent url("/images/small-btn.png") no-repeat;
        border: none;
        width:107px;
        height: 21px;
        color:white;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        float:left;
        text-align:center;
        padding: 3px 0 0 0 ;
        cursor:pointer;
}

.theme-description {
	overflow-y: auto;
	max-height: 80px;
        width:655px;
        margin-right:2px;
}

div.theme-boxes {
	float:left; 
	width: 657px;
}

.theme-left-col {
	float: left;
	width: 210px;
	height: 225px;
	position: relative;	
}

.theme-right-col {
	border: 1px #ff6600 dotted;
	float: left;
	width: 445px;
	height: 225px;
	position: relative;
}

.program-listing {
	float: left;
	position: relative;
	overflow: auto;
	width: 205px;
	height: 210px;
}

.program-listing a {
	display: block;
	width: 175px;
}

.accordion-prog-items {
	background: transparent url("/images/accordion-prog-default-icon.png") no-repeat;
	background-position: 0px 2px;	
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 12px ;	
}

.program-listing div {
	display: none;
	width: 185px;
}

.current-prog-accordion {
	width: 175px;
	height: 75px;
	overflow-y: auto;
	overflow-x: hidden;	
}

.program-listing div ul {
	list-style: none; 
	width: 175px; 
	font-size: 9px; 
	margin-left: 12px;
}

.program-listing div ul li {
	display: block; 
	width: 175px;
	font-size: 9px;
}

.program-listing div ul li.prog-desc {
	height: 55px; 
	overflow-y: hidden;
}

.vid-container {
	float: left; 
	width: 100px; 
	height: 120px; 
	margin: 30px 15px 0px 15px; 
	opacity: 0.6;
}

.active-vid {
	float: left; 
	width: 150px; 
	height: 120px; 
	margin: 15px 15px 0px 15px;
	opacity: 1;
}

.active-vid .vid-preview img.smallplay-preview-btn{
	width: 34px;
}

 img.preview{
	width: 100%;
}

.vid-info a {
	font-size: 11px; 
	color: #666666;
}

.vid-info p {
	font-size: 11px; 
	color: #ff6600;
}

.vid-info p img.mark {
	width: 7px;
	margin: 0px 3px 0px 0px;
}

.active-vid .vid-info p img.mark {
	width: 10px;
	margin: 0px 3px 0px 0px;
}

div.slider {
	position: relative;
	overflow: hidden;
	width: 445px;
	height: 190px;
}

span.prevBtn, span.nextBtn {
	display: block;
	position: absolute;
	z-index: 1000;	
	width: 35px;	
	height: 35px;	
	top: 190px;	
}

span.prevBtn {
	left: 0px;
}

span.nextBtn {
	right: 0px;	
}

span.prevBtn a, span.nextBtn a{
	display: block;
	position: relative;
	width: 35px;	
	height: 35px;	
}

span.prevBtn a{
	background: transparent url("/images/picto/colored/arrow-left.png") no-repeat;
}

span.nextBtn a{
	background: transparent url("/images/picto/colored/arrow-right.png") no-repeat;
}