/* CSS Document */

.movie_content_holder {
padding:10px 10px 0 10px;
}

.movie_section_navigation_container {
border-bottom:1px #CCCCCC dashed; 
padding:2px; 
margin:0 10px 10px 10px;
min-height:20px;
}


#my_CC_banner {
border-bottom:1px #CCCCCC dashed;
padding:10px 10px 20px 10px ;
margin:0 0 15px 0;
}

#my_CC_banner_options {
float:right;
}

/*RC TABBED NAV STARTS*/
ul.RC_tabs {
	background-image:url(../images/global/nav_mid.jpg);
	background-repeat:repeat-x;
	border-bottom:1px #999999 solid;
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 950px;
}
ul.RC_tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-bottom:1px #ffffff solid;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.RC_tabs li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	border-left:none;
	outline: none;
}
ul.RC_tabs li a:hover {
	background: #ccc;

}	
html ul.RC_tabs li.active, html ul.RC_tabs li.active a:hover  {
	background: #fff;
	border-bottom: 2px solid #fff;
}


.RC_container {
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;

	border-top: none;
/*	clear: both;
	float: left; */
	
	background: #fff;

}

.myCC_tab_content h2 {
	font-weight: normal;
	padding: 20px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.myCC_tab_content h3 a{
	color: #254588;
}

/*RC TABBED NAV ENDS*/



