
/* Toggle default */
div.rgaccord1-toggle {
	font-weight:bold;
	color: #645F63;
	line-height: 24px;
	background-image: url(../img/toggleBar-more.gif);
	height: 26px;
	width: 414px;
	border: 1px solid #FFF0B4;
	padding: 0px 0px 0px 25px;
	margin: 5px 0px 0px 0px;
	cursor:pointer;
	}

div.movieTitle {
	float: left;
	}

div.showType {
	background-image: url(../img/showTypeBG.gif);
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 1px;
	margin-right: 0px;
	text-transform: uppercase;
	color: white;
	z-index:200;
	}

/* Toggle act item */
div.act {
	color: #645f63;
	border-bottom: none;
	background-image: url(../img/toggleBar-less.gif);
	}

/* the content */
div.rgaccord1-content {
	width: 440px;
	background-color: #FFF5CC;
	}

/* remove margin of a CE */
div.rgaccord1-content .ce {
	margin:0;
	}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
	display:none;
	}

.rgaccord1-nest ul {
	margin: 0px;
	padding: 0 0 0 1px;
	}




/***************************
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/

/* wraps the hole tab */
.rgtabs-wrapper {
	padding: 5px;
	background: #fff url(../img/tab-bg.gif) repeat-y;
	overflow: hidden;
	clear:both;
	border-right: 1px solid #fff5cc;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #fff5cc;
	height: 95px;
	width: 430px;
	}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
/*  background:	url(spinner2.gif) no-repeat center; */
}

/* Tab-Menu ul */
.rgtabs-menu  {
	height: 16px;
	width: 440px;
	border-right: 1px solid #FFF5CC;
	border-left: 1px solid #FFF5CC;
	background: #fff url(../img/tab-bg2.gif) repeat-y;
	list-style:none;
	}

/* Tab-Menu li */
/* #left .rgtabs-menu  li, */
.rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../img/tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 0px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a {
	display: block;
	float: left;
	height: 14px;
	line-height: 14px;
	color: #545454;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 12px 0 0;
	text-decoration: none;
	outline:0;
	}

/* Selected Tab */
/*#left .rgtabs-menu  li.rgtabs-selected, */
.rgtabs-menu  li.rgtabs-selected {
    background: url(../img/tab-off-l.gif) top left no-repeat;
	}

/*#left .rgtabs-menu li.rgtabs-selected a, */
.rgtabs-menu  li.rgtabs-selected a {
	background: url(../img/tab-off-r.gif) top right no-repeat;
	color: #333;
	}


.rgtabs-container {
	}


