* { 
	margin:0; 
	padding: 0; 
}
* html body * { 
	overflow:visible; 
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
html * { 
	font-size: 100.01%;
}
body {
    font-size: 100.01%; /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	background: #E0DEDF url(../images/bg_body.jpg) repeat-y top center; 
	padding: 0; 
	text-align: center; /* centering layout in  IE6 */
	font-family: 'Trebuchet MS', Arial, Verdana,  Helvetica, sans-serif;
    font-size: 13px; 
    color: #343434;


}

textarea, pre, tt, code {
	font-family:  'Trebuchet MS', Arial, Verdana,  Helvetica, sans-serif;

  }

h1,h2,h3,h4,h5,h6 { 
  	font-family: 'Trebuchet MS', Arial, Verdana,  Helvetica, sans-serif;
  	font-weight: normal; 
  	color: #333333;
  	margin: 0 0 7px 0; 
}
b {
	font-weight: bold;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
h1 { 
	font-size: 30px; 
	color: #fbb104; 
	font-weight: normal; 
	margin-bottom: 30px;
}
h2 { 
	font-size: 24px; 
	color: #333; 
	margin-bottom: 12px;
}
h3 { 
	font-size: 17px; 
	color: #000; 
	margin-bottom: 5px;
}
h4 { 
	font-size: 14px; 
	color: #000; 
	font-weight: bold;
}                    
h5 { font-size: 14px; }
h6 { font-size: 12px; font-style:italic; }  

p { 
	line-height: 1.5em; 
	margin: 0 0 10px 0; 
}
ul, ol, dl { 
	line-height: 1.5em; 
	margin: 0 0 1em 1em;
}
li { 
	margin-left: 1.5em;
	line-height: 1.5em; 
}

dt { 
	font-weight: bold;
}
dd { 
	margin: 0 0 1em 2em;
}

option { padding-left: 0.4em; }
/*  text formatting */
blockquote { 
	margin: 0 0 1em 1.5em; 
	font-style:italic; 
}

strong { 
	font-weight: bold; 
}
em { 
	font-style:italic; 
}

pre, code { 
	font-family: monospace; 
	font-size: 10px; 
}

acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
}
fieldset, img { 
	border: 0 solid; 
}

 /* External Links  */
a {
	color: #000; 
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#000; 
	text-decoration:underline;
}
  
#topnav a { 
	color: #333; 
	font-weight: normal; 
	background: transparent; 
	text-decoration: none; 
	font-size: 13px;
}
#topnav a:focus, #topnav a:hover, #topnav a:active { 
	text-decoration: underline; 
	background-color: transparent;
}
  
#footer a { 
	color: #000; 
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #000;
	padding: 0 18px;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #000; 
	text-decoration:none;
}
/* Tables    */

table { 
	width: auto; 
	border-collapse:collapse; 
	margin-bottom: 0.5em; 
}
table.full { 
	width: 100%; 
}
table.fixed { 
	table-layout:fixed; 
}

th,td { 
	padding: 0.5em; 
}
thead th { 
	background: #444; 
	color: #fff;
}
tbody th { 
	background: #ccc; 
	color: #333; 
}

  
 hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
 }

 /* (en) clearfix method for clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear{
	clear:both;
}

/* (en) essential for Safari browser !! */
.clearfix { display: block; }

/* (en) overflow method for clearing floats */
.floatbox { overflow:hidden; }

/* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
#ie_clearing { display: none; }

/* (en) classes for invisible elements in the base layout - skip links and hidden content */
.skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}
/* (en) make skip links visible when using tab navigation */
.skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
}

 /*------------------------------------------------------------------------------------------------------*/

#page_margins { 
	text-align:left; 
	margin: 0 auto; 
	/*width: 984px; */width: 984px;
	overflow: hidden;
	/*background: url(../images/bg_page.jpg) top left repeat-y;*/
}
#page { 
 	padding: 0 4px 0 0;
	/*padding:0px;
	margin:0px;*/
}

/* Main layout elements */

#header, #nav, #main, #footer, #copyright { clear:both; }
#header {
	position: relative;
	color: #000;
    	padding: 0; 
	height: 286px;
	width:985px;
}

/* Absolute positioning only within #header */
#header #topnav {
    position: absolute;
        top: 0;
	left: 0;
        /*margin-left: 243px;*/
	color: #333; 
	background: url(../images/bg_languages.png); 
	width: 523px;
	height: 36px;
        z-index: 100;
}
#logo {
	position: absolute;
	margin-top: /*68px*/80px;
	margin-left: 0;
	top: 0;
	left: 0;
	z-index: 100;
}
#header_content{
	display:inline;	
}

#main { 
	padding:10px 0 0 0; 
	width:982px;
}

#footer { 
    color: #020202; 
    background: #FFAC0C;
	width:982px;
    /*padding: 16px 12px 2px 12px; */
}
#footer div {
	padding-bottom: 15px;
}
#footer_submenu {
 	padding-left: 8px; 
}
#footer_submenu a{
 	padding: 0 10px; 
	margin: 0px;
	float: left;
	display: inline;
/* 	margin-right:10px; */
	margin-top:5px;
	font-weight:bold;
}
#footer_submenu span.submenu_el a{
	font-weight:normal;
	float:left;
        display:inline;
}
#copyrigth{
	color: #a8a8a8; 
    background: #FFf;
    padding: 24px 30px;
}
/*------------------------------------------------------------------------------------------------------*/

 /**
Formatting content container
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1    | #col2   |
   * | 450px     | 530px | 
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

#col1_content, #col2_content, #col_bottom_content, #col_top_content { position:relative; }
#col1 { 
	float: left; 
	width: 450px;
	height:390px;
	margin: 0;
}
#col1_content { 
	padding:  0 40px 0 70px; 
	margin: 0;
}

#col2 { 
	width: 532px; 
	height:390px;
	float: left; 
	margin: 0;
	background: #ffac0c;
}
#col2_content { 
	padding: 22px 33px 26px 36px;
}
#twocols_left {
	width: 50%;
	display: inline;
	float: left;
}
#twocols_right {
	width: 50%;
	display: inline;
	float: right;
}
#twocols_ads_left {
	width: 681px;
	display: inline;
	float: left;
}
#twocols_ads_right {
	width: 301px;
	display: inline;
	float: right; overflow: hidden;
}
#twocols_left_content {
	padding:  0 17px 27px 34px;
}
#twocols_right_content {
	padding:  0 34px 27px 17px;
}
#col_bottom { 
	height: 360px;
	overflow: hidden;
	clear: both;
	background: url(../images/bg_bottom.jpg) no-repeat 0 20px;
}
#col_bottom_content { 
	padding: 72px 0 15px 0; 
}
#col_top{ 
	clear: both;
	background: #FFAC0C; 
	/*margin: 0 34px 15px 34px;*/margin: 0;
}
#col_top_content { 
	padding: 25px 16px 20px 16px; 
}
#col_middle{ 
	clear: both;
	background: #FFF;
	margin: 0 34px 27px 34px;
}
#col_middle_content { 
	padding: 25px 16px 20px 16px; 
}
#col_detalii_spectacol_left {
	display: inline;
	float: left;
	width: 452px;
	margin: 12px 20px 30px 34px;
}
#col_detalii_spectacol_left_content {
	padding: 0px;
}
#col_detalii_spectacol_right {
	float: left;
	width: 446px; 
	margin: 12px 0 30px 0;
}
#col_detalii_spectacol_right_right {
	padding: 10px;
}
#fotografii {
	clear: both;
	margin: 0px 34px 27px 34px;
}
#fotografii_content {
	padding: 10px 0px 0 0px; 
}
#col2_content img { 
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 14px;
}
#col2_content h2 {
	font-size: 29px;
	margin-top: 12px;
}
#col2_content h2 a,
#col2_content h2 a:visited {
	color: #fff;
	text-decoration: none;
}
#col2_content h2 a:hover {
	text-decoration: underline;
	color: #fff;
}
#col2_content h2.small_title a,
#col2_content h2.small_title a:visited {
	font-size: 20px;
}
#col2_content h2.small_title a:hover {
	font-size: 20px;
}
#col2_content h1 {
	color: #fff;
}
#languages {
	display: inline;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#languages a, #languages span{
 	padding: 0 12px; 
	font-weight: bold;
}
#languages span{	
	color: #f5a908;
}
#languages a:hover, #languages a.active, #languages a:active{
	color: #f5a908;
	text-decoration: none;
}
#search{
	display: inline;
	float: left;
	padding: 8px 40px 8px 30px;
	padding-left:20px;
	padding-right:20px;
}
#search input {
	border: 1px solid #fff;
 	width: 164px;
	height: 16px;
	padding: 1px;
	margin-right: 20px;
	
}
#search a {
	padding-top:2px;
}
#link_newsletter {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 435px;
	margin-top: 10px;
}
.small_news {
	width: 327px;
	float: left;
}
div.news_latest p.bodytext{
	display:inline;
}
.small_news_content {
	padding: 0px 37px 20px 27px;
}
.small_news_content img {
	float:right;
	margin:0 0 10px 15px;
}
.small_news_content a {
	text-decoration: underline;
}
.news_title {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 20px;
	margin-top: 18px;
	background: #000;
	padding: 1px 20px;
}
#premiera {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 31px!important;
	margin-top: 58px!important;
	float: none!important;
	margin-right: auto!important; _margin-left:-5px!important;
}
#rezervari {
	border-top: 1px solid #d9951a;
	padding-top: 16px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 312px; 
	margin-right: 30px;
}
#rezervari strong {
	float: left;
	padding-top: 8px; 
}
a.telefon, a.telefon:hover, a.telefon:visited {
	background: #383435;
	color: #fff;
	padding: 6px 14px;
	margin-left: 7px;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 11px;
}
a.online, a.online:hover, a.online:visited  {
	background: #fff;
	color: #383435;
	padding: 6px 14px;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
	font-size: 11px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	background:  url(../images/bg_top_menu.gif) no-repeat top left;
	display: inline;
	float: left;
	width: 982px;
	position: absolute;
	top: 0;
	margin-top: 195px;
	padding-left: 5px;
	
}
#nav a {
	display: block;	
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 0 12px;
	border-right: 1px solid #FFF;
}
#nav a:hover {
	color: #020202;
	/*background: #fdb000;
	padding:7px 12px 5px 12px;*/
}
#nav li {
	float: left;
	padding: 7px 0px 5px 0px;
	margin-left: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background: #302e2f;
	margin-top: 5px;
}
#nav li ul li{
	float: left;
	display: block;
	/*padding: 4px 9px;*/
}
#nav li:hover , #nav li.active  {
	/*background: url(../images/arrow_down.gif) no-repeat bottom center;*/
	background: #fdb000;
/*	padding-bottom: 5px; 
	padding-top:3px;*/
}
#nav li ul li.active {
	background: #fdb000;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0; 
	width: 982px;
	z-index: 1;
}
#nav li:hover ul {
	z-index: 2;
}
#nav li:hover ul li:hover , #nav li.sfhover  ul li:hover {
	/*background: transparent;*/
}
#nav li:hover ul li a, #nav li.sfhover ul li a {
	left: auto;
	display:block;
	color: #fff;
}
#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.last, .last a{
	border-right: 0 none!important;
}
.spectacole_left {
	float: left;
	width: 415px;
	margin-right: 30px;
}
.spectacole_right {
	float: left;
	/*padding: 0 16px;*/
	width: 400px;
}
.spectacol {
	border-bottom: 1px solid #DB9309;
	color: #000;
	margin-top: 16px;
}
#col_middle .spectacol {
	border-bottom: 1px solid #DBDBDB;
}
.spectacol_last {
	border-bottom: 0 none!important;
}
.spectacol_content {

}
.spectacol img {
	float: left;
	margin: 0 16px 16px 16px;
}
.spectacol_content div {

}
.spectacol_detail {
	border-bottom: 0 none!important;
	margin-top: 0;
}
.spectacol_detail img {
	margin-bottom: 0;
}
.single_view_header {
	margin-left: 34px;
	margin-bottom: 20px;
}
#col_top_content h3, #col_middle_content h3 {
		margin-left: 16px;
		margin-bottom: 0;
}
#col_top_content h3 a, #col_middle_content h3 a {
	font-size: 15px;
}
#col_middle_content .autor strong {
	color: #333;
}
.spectacol_content h3 a {
	font-size: 16px;
}
.spectacol_content a:hover {
	color: #fff;
	text-decoration: underline;
}
#col_middle .spectacol_content a:hover {
	color: #FEAC0A;
	text-decoration: underline;
}
.detalii {
	margin-top: 5px;
}
.detalii a {
	text-decoration: underline;
}
.detalii a:hover {
	text-decoration: none;
}
#fotografii h2,  #col_detalii_spectacol_left_content h2, #col_detalii_spectacol_right_content h2 {
	color: #333;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#lightbox_group h2 {
	padding-top: 20px;
}
#alte_roluri {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 4px solid #FFAC0C;
}
#main_distribution {
	padding-bottom: 20px;
}
#sec_distribution {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 4px solid #FFAC0C;
}
#others {
	border-top: 4px solid #FFAC0C;
	padding-top: 20px;
	padding-bottom: 20px;
}
#col_detalii_spectacol_left_content h2 {
	margin-bottom: 0;
}
#fotografii img {
	margin-right: 3px;
}
.last_picture {
	margin-right: 0!important;
}
.about_left {
	width: 185px;
	display: inline;
	float:left;
	margin-right: 50px;
}
.about_right {
	width: 185px;
	display: inline;
	float:left;
}
.about_bottom {
	clear: both;
}
#col_detalii_spectacol_left_content div {
	border-bottom: 1px solid #DBDBDB;
	padding: 10px;
}
#col_detalii_spectacol_left_content span.left {
	width: 235px;
	float: left;
}
#col_detalii_spectacol_left_content a, #col_detalii_spectacol_right_content a {
	font-weight: bold;
}
#col_detalii_spectacol_left_content a:hover {
	color: #FEAC0A; 
}
 #col_detalii_spectacol_right_content a:hover {

}
div.banner{
	/*width:670px;*/width: 570px;
	height:206px;
	/*background:transparent url("../images/banner_red.jpg") no-repeat;*/
	background: #333;
	float:left;
	padding:0px;
	margin:0px;
}
div.banner img{
	/*width:670px;*/width: 570px;
	height:206px;
/* 	float:left; */
	padding:0px;
	margin:0px;
}
div.dinamic_image{
	/*width:312px;*/width: 412px;
	height:206px;
	float:left;
	padding:0px;
	margin:0px;

}
div.dinamic_image img{
	/*width:200px;*/
/* 	float:left; */
	padding:0px;
	margin:0px;
	
}
/***********************tx-macinasearchbox-pi1**********************************************/
div.tx-macinasearchbox-pi1{
	
}
div.tx-macinasearchbox-pi1 input{
	background:none;
}
div.tx-macinasearchbox-pi1 input.search_item{
	background:#fff;
	margin:0px;
	padding:0px;
}
div.tx-danewslettersubscription-pi1 input{
	border:1px solid #ccc;
	background:#fff;
}
div.tx-danewslettersubscription-pi1 input.input_submit{
	background:#FDB000 none repeat scroll 0 50%;
	border:1px solid #FDB000;
	color:#FFFFFF;
/* 	margin-left:110px; */
	width:auto;
}

tr.tx-danewslettersubscription-pi1-listrow-header td {
	background: transparent!important;
}
tr.tx-danewslettersubscription-pi1-listrow-header td p {
	border-bottom:1px solid #A5A083;
}
.tx-danewslettersubscription-pi1-listrow table {
/* 	width: 100%; */
}
div.tx-danewslettersubscription-pi1 td {
	padding-left: 0;
}
.news-list-container {
	padding-left: 0!important;
}
.tx-tgecontact-pi1 label {
	float: left;
	width: 110px;
}
 #rezervari_form label {
	float: left;
	width: 135px;
}
.tx-tgecontact-pi1 .form_item, #rezervari_form .form_item {
	margin-bottom: 8px;
}
.tx-tgecontact-pi1 .form_item input, .tx-tgecontact-pi1 .form_item select, .tx-tgecontact-pi1 .form_item textarea,
#rezervari_form .form_item input, #rezervari_form .form_item select, #rezervari_form .form_item textarea { 
	border: 1px solid #CCC;
	width: 280px;
}
.form_radios input {
	width: auto!important;
}
.tx-tgecontact-pi1 .form_item input.input_submit, #rezervari_form .form_item input#submitButton {
	width: auto;
	margin-left: 110px;
	background: #FDB000;
	border: 1px solid #FDB000;
	color: #fff;
}
#rezervari_form .form_item input#submitButton {
	margin-left: 135px;
}
#personal a {
    font-weight: bold;
}
#personal a:hover {
    color: #FEAC0A; 
}
#personal h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
#personal img {
    float: left;
    margin-right: 10px;
}
#personal #col_detalii_spectacol_left {
    margin-left: 0;
    width: 446px;
}
#personal #col_detalii_spectacol_left_content div {
    border-bottom: 0;
}
#lightbox_group {
	margin-bottom: 20px;
}

/* ### Lista spectacole ### */
.premiere,
.reluari,
.orange_area { 
	clear: both;
	background: #FFAC0C;
	padding: 25px 20px 20px 0px; 
	overflow: hidden;
	color: #000;
}
.orange_padding {
   padding: 0 20px;
}
.reluari {
	background: #fff;
}
.premiere h3,
.reluari h3 {
	padding-left: 40px;
	font-size: 20px;
}
.premiere_item,
.reluari_item {
	display: inline;
	float: left;
	width: 415px;
	margin-left: 20px; 
	font-size: 12px;
	height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #DB9309;
}
.reluari_item {
	border-bottom: 1px solid #DBDBDB;
}
.premiere_item_padding,
.reluari_item_padding {
  padding: 15px 20px 15px;
}
#fotografii .premiere_image a img,
#fotografii .reluari_image a img {
  display: inline;
  float: left;
  margin-right: 20px;
}
.reluari_texts,
.premiere_texts {
	float: right;
	width: 285px;
}
.premiere_title a,
.premiere_title a:visited,
.reluari_title a,
.reluari_title a:visited {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.premiere_title a:hover {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.reluari_title a:hover {
  font-size: 16px;
  text-decoration: none;
  color: #FFAC0C;
}
.data_premiera {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.data_reluare {
  color: #000;
  font-weight: bold;
}
.premiere_more a,
.premiere_more a:visited {
  color: #000;
  text-decoration: underline;
  font-size: 13px;
}
.premiere_more a:hover {
  text-decoration: underline;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.reluari_more a,
.reluari_more a:visited {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}
.reluari_more a:hover {
  text-decoration: underline;
  font-size: 13px;
  color: #FFAC0C;
}
.left_side {
  width: 50%;
  display: inline;
  float: left;
}
.left_side {
  width: 50%;
  display: inline;
  float: left;
}
.right_side {
  width: 50%;
  display: inline;
  float: right;
  text-align: left;
}
.right_side_padding {
	padding-left: 20px;
}
.left_side .image {
  display: inline;
  float: left;
  margin-right: 20px;
}

.personal_spectacol,
.descriere_spectacol {
  display: inline;
  float: left;
  padding-top: 20px;
}
.personal_spectacol {
	width: 40%;
}
.descriere_spectacol {
	width: 60%;
	float: right;
	text-align: left;
}
.personal_spectacol_padding {
  padding-right: 15px;
}
.descriere_spectacol_padding {
  padding-left: 15px;
}
.personal_spectacol .actor-wrapper {
	clear: both;
	padding-top: 0px;
	padding-bottom: 2px;
	height: 1%;
} 
.personal_spectacol div.actor-wrapper div.actor-role {
	width: 180px;
	display: inline;
	float: left;
	line-height: 18px;
}
.personal_spectacol .actor-wrapper .actor_name {
  display: inline;
  float: right;
  text-align: left; 
  width: 160px;
}
.personal_spectacol h3 {
	padding-top: 15px;
}
.actor_name a,
.actor_name a:visited,
.actor_name a:hover {
  font-weight: bold;
  color: #000;
  line-height: 18px;
  font-size: 13px;
  display: block;
}
.actor_name a:hover {
  color: #FFAC0C;
  font-weight: bold;
  line-height: 18px;
  font-size: 13px;
}
.red_star {
  color: red;
}
#program_reprezentatii,
#archive_form {
  padding: 40px 0px 20px;
}
#photo_group a {
  display: inline;
  float: left;
  margin-right: 15px;
}
h2.alte_roluri_header {
	padding-top: 20px;
}
h3.reserve_ticket a {
	color: #fff;
	text-decoration: underline;
}
.news-single-image {
	display:inline;
	float:right;
	padding:45px 0 10px 10px;
}.news-single-item a {
	text-decoration: underline;
}
#info-contact {
	padding-top: 25px;
}

ol table {
	display: none;
}
.r {
	font-weight: 20px!important;
	color: #333;
}



#patch {
    display: none;
}

#cse-search-results {
    width: 650px !important;
    overflow: hidden !important;
}

#cse-search-results iframe {
 margin-top: -30px;   
}
 
#cse-search-results iframe {
    max-height: 900px;
}

