#musclecartv {
	margin: 16px auto;
	width: 746px;
}

#musclecartv h2 {
	color: #fff;
	background: #f60 url(/images/musclecartv-h2-bg.png);;
	margin: 0 0 4px 0;
	height: 36px;
}

#musclecartv h2 a {
	display: block;
	height: 36px;
	color: #fff;
	text-decoration: none;
}

#musclecartv h2 a span {
	display: block;
	padding: 8px 0 0 12px;
	margin-top: 0;
}

#musclecartv-main {
	width: 746px;
	float: right;
	display: inline;
}

#musclecartv-item {
	width: 746px;
	height: 380px;
}

#musclecartv-item h2 {
	color: #fff;
	background: #f60 url(/images/musclecartv-h2-bg.png);;
	margin: 0 0 4px 0;
	height: 36px;
}

#musclecartv-item h2 a {
	display: block;
	height: 36px;
	color: #fff;
	text-decoration: none;
}

#musclecartv-item h2 a span {
	display: block;
	padding: 8px 0 0 12px;
	margin-top: 0;
}

#musclecartv-item-main {
	width: 592px;
	height: 340px;
	float: left;
	display: inline;
	background: #000 url(/images/musclecartv-item-main-bg.png) center;
}

#musclecartv-item-player {
	width: 576px;
	height: 324px;
	background: #000;
	margin: 8px;
}

#musclecartv-item-meta {
	width: 152px;
	height: 340px;
	float: right;
	display: inline;
	background: #f60;
	color: #fff;
	overflow: hidden;
}

#musclecartv-item-meta div {
	padding: 8px;
}



.musclecartv-dataset {
	margin-top: 4px;
	background: #fff;
	overflow: auto;
}

.musclecartv-dataset-item {
	float: left;
	display: inline;
	width: 144px;
	height: 120px;
	margin: 5px 5px 2px 0;
	background: #fff;
	font-size: 9pt;
}

.musclecartv-dataset-item:hover {
}

#musclecartv-dataset-item-active {
}

.musclecartv-dataset-item p {
	text-align: center;
	font-weight: bold;
	display: block;
	width: 144px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: #000;
	font-weight: bold;
}

.musclecartv-dataset-item p a {
	display: block;
	width: 142px;
	height: 120px;
	padding: 0;
	margin: auto;
	color: #f60;
	text-decoration: none;
	line-height: 120%;
	overflow: hidden;
}

.musclecartv-dataset-item p a span {
	display: block;
	width: 136px;
	height: 76px;
	margin: 4px auto 4px auto;
	background: #fff;
}

.musclecartv-dataset-item p a:hover {
	text-decoration: underline;
}

