@charset "UTF-8";
/* CSS Document */

.shadetabs{
padding: 3px 0;
margin-left: 3px;
margin-top: 1px;
margin-bottom: 3px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:110%;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 9px 0;
margin-right: 0;
color: #EB6E1F;
background: url(../images/tab-nav_right.gif) no-repeat top right;
outline:none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a span{
background: url(../images/tab-nav_left.gif) no-repeat top left;
padding: 9px 10px;
}

.shadetabs li a:hover{
background: url(../images/tab-nav_right_h.gif) no-repeat top right;
}
.shadetabs li a:hover span{
background: url(../images/tab-nav_left_h.gif) no-repeat top left;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
} 

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/tab-nav_right_h.gif) no-repeat top right;
border-bottom-color: white;
padding: 11px 0;
}

.shadetabs li a.selected span { /*selected main tab style */
background: url(../images/tab-nav_left_h.gif) no-repeat top left;
padding: 11px 10px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent{
display:none;
}

#tabbed {
	background:url(../images/multimedia.jpg) no-repeat top center;
	width:327px;
}
#tabbedfooter {
	background:url(../images/welcome-bottom.jpg) no-repeat bottom center;
	height:8px;
}

#multimedia {
	margin:10px 0 0 0;	
}

.tabcontent{
	padding:20px 15px 10px 15px;
}


/*-------------------------- Videos ---------------------------- */

#tabbed #videos, #tabbed #ebooks, #tabbed #casestudies{
	overflow:hidden;
}

#tabbed #videos .content, #tabbed #ebooks .content, #tabbed #casestudies .content {
	float:left;
	width:296px;
	overflow:hidden;
}
#tabbed #videos .thumbnail, #tabbed #ebooks .thumbnail, #tabbed #casestudies .thumbnail {
	float:left;
	width:80px;
	height:80px;
	padding:4px;
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
}
#tabbed #videos .details, #tabbed #ebooks .details, #tabbed #casestudies .details {
	float:right;
	margin:0 12px 0 10px;
	padding:0;
	width:182px;
}

#tabbed .details h4 {
	border-bottom:1px solid #CCCCCC;
	color:#0068B3;
	line-height:1.3em;
	margin:0;
	padding:0 0 3px;
	font-size:100%;
}
#tabbed .details p {
	clear:both;
	float:left;
	font-size:90%;
	line-height:1.3em;
	margin:0;
	padding:5px 0 0 18px;
}
#tabbed .details p.date {
	line-height:1.3em;
	font-size:80%;
	margin:0;
	padding:0;
	color:#999999;
	text-align:right;
	float:none !important;
}

#tabbed #videos hr, #tabbed #ebooks hr, #tabbed #casestudies hr {
	float:left;
	width:100%;
	height:1px;
	border: 1px solid #e7e7e7;
	margin:12px 0 12px 0;
	clear:both;
}

* html #tabbed #videos hr {
	float:left;
	width:100%;
	height:1px;
	border: 1px solid #e7e7e7;
	margin:12px 0 12px 0;
	clear:none !Important;
}
	

* html #tabbed #ebooks hr {
float:left;
	width:100%;
	height:1px;
	border: 1px solid #e7e7e7;
	margin:12px 0 12px 0;
	clear:none !Important;
}

* html #tabbed #casestudies hr {
	float:left;
	width:100%;
	height:1px;
	border: 1px solid #e7e7e7;
	margin:12px 0 12px 0;
	clear:none !Important;
}


.content .details p.download {
	background-image:url(../images/menu-icon.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}

