#tabs {
    width: 394px; 
    margin-left: 7px;
    font-size: 12px;
    float: left;
}

html>body #tabs {
	margin-left: 14px;
}

#tabs h2 {
    margin: 0;
}

#tabs h4 {
    font-size: 10px; 
    font-weight: normal;
}

.tabset_tabs	{ 
    margin:0 0 0 0; 
    padding:0; 
    list-style-type:none; 
    position:relative; 
    z-index:2; 
    white-space:nowrap;
    font-family: arial, sans-serif;
    font-size: 12px;
 }

.video_tabs {
margin-bottom: 7px;
}
 
.tabset_tabs li	{ 
    margin:0; 
    padding:0; 
    display:inline; 
}

.tabset_tabs a	{ 
    color:#fff; 
    background:#D9B55C; 
    border:1px solid #D9B55C; 
    text-decoration:none; 
    padding:0 0.6em; 
    border-bottom:none; 
}

.video_tabs a {
display: block;
float: left;
padding: 2px;
}


.tabset_tabs a:hover	{ 
    color:#000; 
}

.tabset_tabs a.active	{ 
    color:black; 
    background: #fff url(/images/tab-background.gif) repeat-x; 
    border-color:#D9B55C; 
    font-weight: bold; 
    border-left-width:1px; 
    cursor:default; 
    border-bottom:white; 
    padding-top:1px; 
    padding-bottom:1px; 
}

.tabset_tabs li.firstchild a	{ 
    border-left-width:1px; 
}

.video_tabs li.firstchild a	{ 
    border-left-width:0px; 
margin-left: 3px;
}

html>body #tabs {
	margin-left: 7px;
}

.video_tabs a, .video_tabs a.active {
    background: none;
border: 0;
}

.video_tabs a.active {
background: #D9B55C;
}

.tabset_content	{ 
    border:1px solid #D9B55C; 
    background-color:white; 
    position:relative; 
    z-index:1; 
    padding:5px 10px 0px 10px;
    display:none; 
    margin-bottom: 15px;
}

.zero-padding {
    padding: 0;
    border: 0;
}

.tabset_label	{ 
    display:none;
 }

.tabset_content_active	{ 
    display:block;
 }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}

