/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
    }
}

/* Skin */
.tabs-nav {
    opacity:1;
	width:400px;
	height:auto;
	padding-right:5px;
	padding-left:5px;
	list-style: none;
    margin-top: 0;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    padding-top:0;
	padding-bottom:0;
/*    background-color: #dfe5f2; */
	background-color:#848176;
	border-top: 0px transparent #AAA;
	border-bottom: 0px transparent #CCC;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px; 
	border-radius:0 0 10px 10px;
	-webkit-box-shadow: 1px 2px 2px #483A3A;
	/* Safari and Chrome */
	box-shadow: 1px 2px 2px #483A3A;
	letter-spacing:1pt;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
	width: auto;
	padding-right:5px;
	padding-left:5px;
	opacity:1;
    /*min-width: 84px;*/ /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
  /*  background: url(tab.png) no-repeat; */
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
	opacity:1;
    padding-left: 0;
    color: #483A3A;
    font-size: 12pt;
    font-weight: normal;
	letter-spacing:1pt;
    line-height: auto;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	
}
.tabs-nav .tabs-selected a {
    color: #ffffff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
	color: #ffffff;
	font-weight:normal;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: auto; /* IE 6 treats width as min-width */
    /*min-width: 80px;*/
    height: auto; /* IE 6 treats height as min-height */
    /*min-height: 18px;*/
    padding-top: 6px;
	padding-bottom: 3px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 5px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
	color:#ffffff;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: auto;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: auto;
	position:relative;
	top:3px;
	font-weight:normal;
	color:#483a3a;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 0px solid #5A74A0;
    padding: 0;
	width: 600px;
	letter-spacing:1pt;
	min-height: 600px;
    /*background: #BFCAE5;*/
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
    position:relative;
    top:3px;
	font-weight:normal;
	color:#ffffff;

}

.tabs-selected{
    position:relative;
    top:3px;
	font-weight:normal;
	color:#ffffff;
}

.myfriendplaylist {
    float: right;
    text-align: left;
	width: 170px;
}

.myfriendplaylist  div{
    padding: 10px 0 0 0;
	word-wrap: normal;
}
.playlist_video {
    float: left;
    min-height: 250px;
    width: 673px;
}

.friendsplaylists{
	color: blue;
    font-weight: bold;
}