/*Video Subchannel Overides*/

#featuredVideoForm .content_list li h3 {
	margin: 3px 10px 0 14px;
	display: block;
	
}
#featuredVideoForm .content_list li img {
	margin: auto;
}
#featuredVideoForm .content_list {
	border-bottom: none;
	padding-bottom: 0;
}

#featuredVideoForm .playlists {
	width: 150px;
	float: left;
	margin-left: 10px;
}

#featuredVideoForm .playlists li {
	line-height: 16px;
}


.now_playing ul {
	height: 220px;
	overflow-y: scroll;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}
.now_playing li {
	height: 55px;
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 255px;
}
.now_playing img {
	width: 65px;
	height: 49px;
	border: 1px solid;
	display: block;
	float: left;
}
.now_playing a,
.now_playing p {
	line-height: 49px;
	margin-left: 20px;
}

.now_playing li .playicon {
	position: absolute;
	top: 12px;
	left: 35px;
	width: 25px;
	height: 25px;
	background: url(http://images.marthastewart.com/images/assets/channel/pets/video_play_icon.png) no-repeat;
}
.now_playing .nowp {
	color:#3D3D3D;
	display:block;
	font-style:italic;
	margin-top:-35px;
	padding-left:85px;
	text-decoration:none;
}
.now_playing li.active .playicon {
	display: none;
}
.now_playing li.active,
.now_playing li:hover {
	background: #ededed;
}
.now_playing h2 {
	display: block;
	background: none;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-weight: bold;
}
.now_playing {
	background: url(http://images.marthastewart.com/images/assets/channel/pets/vidplaylistbg.png) no-repeat;
	padding:0 0 10px;
}
.now_playing ul {
	height: 175px;
	width: 275px;
}

.now_playing li span {
    display: block;
    position: relative;
    top: -15px;
    left: 40px;
}


.now_playing li.active a.title {
	position: absolute;
	top: 15px;
	left: 90px;
}

#featuredVideoForm .content_list {
	width: 645px;
	margin-left: 10px;
}

#featuredVideoForm #tab1 .pagination {
	margin-left: 10px;
	width: 650px;
}

#featuredVideoForm .pagination .next {
	float: left;
	margin-left: 10px;
	background: transparent url(http://images.marthastewart.com/images/assets/channel/pets/sprites-16.png) no-repeat right -260px;
	width: 75px;
}
#featuredVideoForm .pagination {
	line-height: 16px;
}

.vidinfo {
	background: url(http://images.marthastewart.com/images/assets/channel/pets/vid_bigbg2.png) no-repeat bottom left;
	min-height:80px;
	padding:10px 0 0 30px;
	width: 980px;
	margin-top: -70px;
	margin-bottom: 5px;
}
.vidinfo div,
.vidinfo a {
	width: 630px;
}
.vidinfo #videoTitle {
	font-size: 17px;
	color: #5b5542;
	margin-bottom: 5px;
}
.vidinfo #videoDesc {
	color: #5b5542;
	margin-bottom: 10px;
}
.vidinfo .returnto {
	background: transparent url(http://images.marthastewart.com/images/assets/channel/pets/sprites-16.png) no-repeat left -260px;
	padding-left: 20px;
	line-height: 16px;
}

#featuredVideoForm img.border130x100 {
	background: transparent url(http://images.marthastewart.com/images/assets/channel/pets/border130x100.png) no-repeat;
	width: 120px;
	height: 90px;
	padding: 5px;
	display: block;
}


#featuredVideoForm .tabs {
	background: url(http://images.marthastewart.com/images/assets/channel/pets/tab_border_up.png) repeat-x bottom left;
	margin-bottom: 0;
}
#featuredVideoForm .tabs,
#featuredVideoForm #tab1,
#featuredVideoForm #tab2 {
	width: 675px;
	margin-left: 5px;
	margin-right: 5px;
}

#featuredVideoForm #tab1,
#featuredVideoForm #tab2 {
	width: 690px;
	padding-top: 20px;
	background: transparent url(http://images.marthastewart.com/images/assets/channel/pets/col1.png) repeat-y 675px 0

}
#featuredVideoForm #tab2 .content_list {
	width: 500px;
	float: left;
	overflow: hidden;
}
#featuredVideoForm .content_list li {
	min-height: 140px;
}

ul.tabs {
	margin-bottom: 7px;
	margin-top: 4px;
}

ul.tabs,
ul.content_list {
	overflow: hidden;
}
.tabs li {
	display: block;
	float: left;
	background: url('http://images.marthastewart.com/images/assets/channel/pets/tabs.png');
	margin: 0px;
	height: 27px;
}

.tabs li.active {
	background:transparent url(http://images.marthastewart.com/images/assets/channel/pets/tabs.png) left 27px;
}
.tabs li.active a {
	color: #ef783b;
	background:transparent url(http://images.marthastewart.com/images/assets/channel/pets/tabs.png) right 27px;
}
.tabs li.active a:hover {
	text-decoration: none;
}
.tabs li a {
	background:transparent url(http://images.marthastewart.com/images/assets/channel/pets/tabs.png) right top;
	display:block;
	height:27px;
	line-height:30px;
	margin:0 0 0 10px;
	padding-right:10px;
	text-align:center;
	color: #5a5030;
	font-size: 10px;
	text-transform: uppercase;
}

.content_list {
	border-bottom: 1px dotted #bebebe;
	margin-bottom: 13px;
	padding-bottom: 2px;
}
.content_list li {
	display: block;
	float: left;
	width: 150px;
	margin: 0 11px 0 0;
/*	margin: 0 5px 0 0;*/
	
}
.content_list li h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
.content_list li h3,
.content_list li p {
	margin-left: 9px;
}




#featuredVideoForm #tab1 li:hover img.border130x100,
#featuredVideoForm #tab2 li:hover img.border130x100  {
	background:transparent url(http://images.marthastewart.com/images/assets/channel/pets/hovervidbg.png) no-repeat scroll 0 0;
}
#featuredVideoForm #tab1 li,
#featuredVideoForm #tab2 li {
	position: relative;
} 
#featuredVideoForm #tab1 li .hoverimg,
#featuredVideoForm #tab2 li .hoverimg {
	height:100px;
	left:10px;
	position:absolute;
	top:0;
	width:130px;
	background: url(http://images.marthastewart.com/images/assets/channel/pets/hoverplay.png);
	cursor: pointer;
}