.ocart_video_box {
	width:25%; 
	float:left; 
	height:140px; 
	text-align:center; 
	padding:10px 0; 
	margin-bottom:5px;
}
.ocart_video_box a{
	text-decoration:none;
}
.ocart_video {
	width:176px;
	height:100px;
	position:relative;
	margin:auto;
}
.ocart_video .btn-play{
	position:absolute;
	top:25px;
	left:60px;
	cursor:pointer;
}

.ocart_video_show {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.ocart_video_show iframe{
	border:1px solid #d1d1d1;
}

.htabs {

	height: 30px;		

	line-height: 16px;

	border-bottom: 1px solid #DDDDDD;	

}

.htabs a {

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD; 

	background: #FFFFFF url('../image/tab.png') repeat-x;

	padding: 7px 15px 6px 15px;

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	text-align: center;

	text-decoration: none;

	color: #000000;

	margin-right: 2px;

	display: none;

}

.htabs a.selected {

	padding-bottom: 7px;

	background: #FFFFFF;

}

.tab-content {

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

	padding: 10px;

	margin-bottom: 20px;

	z-index: 2;

	overflow: auto;

}

