body{background-color:#000000;margin:0;padding:0;}
.celebri{font-family:Verdana;font-size:12px;font-style:normal;text-decoration:none;text-align:left;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:none;}
.backlangbar{
background-image:url(../images/clangtopback.gif);
background-repeat:repeat;
}
.search{background: url("../css/sprites/1.png");background-position: -10px -10px;font-size:12px;font-family:Verdana;border:0;background-repeat:no-repeat;padding-left:15px;padding-top:3px;height:23px;}
.search2{background: url("../css/sprites/1.png");background-position: -10px -10px;font-size:12px;font-family:Verdana;border:0;background-repeat:no-repeat;padding-left:40px;padding-top:3px;height:23px;}
.search3{background:url(../images/bsversuri.gif);font-size:12px;font-family:Verdana;border:0;background-repeat:no-repeat;padding-left:25px;padding-top:6px;height:23px;}
ul, li{border:0;padding:0;margin:0;list-style:none;}
#top-navigation{background:url(../images/topnav-bg.gif) repeat-x;width:auto;height:48px;margin:0 auto;}
#navigation{background:url(../images/nav-bg.gif) repeat-x;height:32px;margin:0 auto;width:auto;}
#navigation .right_link{float:right;font-size:11px;line-height:32px;margin:0 10px;}
#navigation ul{height:32px;line-height:32px;}
#navigation ul li{display:inline;}
#navigation ul li a, #navigation ul li a:visited{background: url("../css/sprites/1.png");background-position: 98px -50.5px;padding:0 20px;display:block;text-decoration:none;float:left;color:#000000;font-weight:bold;}
#navigation ul li a:hover{color:#FFFFFF;background:#A5A5A5;}
#sublinks{width:auto;margin:0 auto;background:#888888 url(../images/sublink.gif);height:30px;font-size:11px;}
#sublinks ul{height:32px;line-height:31px;}
#sublinks ul li{display:inline;}
#sublinks ul li a, #sublinks ul li a:visited{padding:0 20px;display:block;text-decoration:none;float:left;color:#FFFFFF;}
#sublinks ul li a:hover{text-decoration:underline;}
.backaepp{font-family:Verdana;font-size:12px;background:url(../images/backaepp.jpg);background-repeat:no-repeat;}
.backnews{font-family:Verdana;font-size:12px;background:url(../images/backgroundnews.jpg);}
.fieldset{-moz-border-radius-bottomleft:7px;-moz-border-radius-bottomright:7px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:7px;-webkit-border-radius:7px;-chrome-border-radius:7px;border-radius:5px;}
.backbottom{font-family:Verdana;font-size:12px;font-style:normal;text-decoration:none;text-align:left;background-image:url(../images/backbottom.jpg);}
.formbutton{font-family:Verdana;font-size:12px;cursor:pointer;border:outset 1px #ccc;background:#999;color:#666;font-weight:bold;padding:1px 2px;background:url(../images/formbg.gif) repeat-x left top}
.ddpanel .ddpanelcontent{color:white;background:#838383;}
.ddpanel .ddpaneltab{margin-right:20px;font:normal 12px Verdana;}
.ddpanel .ddpaneltab a{float:right;color:white;background:#838383 url("../css/sprites/1.png");background-position: -10px -129px;text-decoration:none;letter-spacing:1px;}
.ddpanel .ddpaneltab a span{float:left;display:block;background-image: url("../css/sprites/1.png");background-position: 89px -197px;padding:1px 12px 4px 13px;cursor:pointer;}
.ddpanel .ddpaneltab a span img.pointerimage{margin-top:2px;margin-left:5px;}
.ddpanel .ddpaneltab a:hover{background-color:#838383;}
.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{outline:0;}
.ddpanel .ddpaneltab a:hover span{background-color:transparent;}

.cdcase{
background-image:url(../images/backcdcase.jpg);
background-repeat:no-repeat;
}

.shadow {
	padding: 5px;
	border: 1px solid #f0f0f0;
/*  border-bottom: 2px solid #ccc; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a:hover img.shadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

#tabs-min {
	background: transparent;
	border: none;
}
#tabs-min .ui-widget-header {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
}
#tabs-min .ui-state-default {
	background: transparent;
	border: none;
}
#tabs-min .ui-state-active {
	background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center;
	border: none;
}
#tabs-min .ui-state-default a {
	color: #c0c0c0;
}
#tabs-min .ui-state-active a {
	color: #459E00;
}

/* Main menu */
#menu
{
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        background: #EEE;
		background-image:url(../images/background-menu.jpg);
		background-repeat:repeat;
		-moz-border-radius-topright: 0.5em;
        -moz-border-radius-topleft: 0.5em;
		-webkit-border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
}

#menu li
{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
}

#menu a
{
        float: left;
        height: 25px;
        padding: 0 25px;
        color: #FFF;
        text-transform: uppercase;
        font: bold 12px/25px Verdana;
        text-decoration: none;
}

#menu li:hover > a
{
        color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu ul a:hover
{
        background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

/* Search Form */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Verdana;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 402px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .moviesearchfield {
	background: #fff;
	padding: 2px 2px 2px 2px;
	width: 200px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .moviesearchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 8px;
	height: 20px;
	width: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border-radius: 100px 100px 100px 100px;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border-radius: 100px 100px 100px 100px;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.shadow-text {font-family:Verdana;font-size: 12px;line-height: 20px;color: #333;text-shadow: #ffffff 1px 1px 1px;}
.background-oops{background-image:url(../oops/images/background.jpg);background-repeat:no-repeat}
.celebri-mania-frame {
font-family:Verdana;
font-size:12px;
background-image:url(/mania/images/frame.jpg);
background-repeat:no-repeat;
}
/* Ribbons */
h1,h2{
	clear:both;
	position:relative;
	color:#fff;
	background:url(/images/back-ribbon.jpg);
}
h1{
	font-size:16px;
	text-align:center;
	margin:0 -10px 40px -0px;
	padding:5px 0;
	
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:0 2px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
}
h1:before,
h1:after,
h2:before{
	content:" ";
	background:url(/images/ribbon.png);
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-10px;
	z-index:-1;
}
h1:after{
	background:url(/images/ribbon-2.png);
	right:0;
	left:auto;
}
h2{
	font-size:14px;
	float:left;
	padding:10px 150px 10px 20px;
	margin-left:-10px;
	margin-bottom:20px;
	
	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	box-shadow:2px 2px 0 rgba(0,0,0,0.1);
}
h2:nth-of-type(even){
	float:right;
	padding:10px 20px 10px 10px;
	margin-right:-20px;
	
	-moz-box-shadow:-2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:-2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:-2px 2px 0 rgba(0,0,0,0.1);
	box-shadow:-2px 2px 0 rgba(0,0,0,0.1);
}
h2:nth-of-type(even):before{
	background:url(/images/ribbon-2.png);
	right:0;
	left:auto;
}
p{
	clear:both;
	margin-bottom:20px;
}
.floatLeft{
	padding: 5px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	float: left;
	padding: 3px 3px 0px 3px;
}
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.infobox-container {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}
.infobox {
    width: 250px;
    padding: 10px 5px 5px 5px;
    margin:10px;
    position: relative;
    z-index: 90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6b6b), to(#EEEEEE));
    background-image: -moz-linear-gradient(top,#6a6a6a,#EEEEEE);
    color: #fff;
    font-size: 90%;
}
.infobox h3 {
    position: relative;
    width: 270px;
    color: #fff;
    padding: 10px 5px;
    margin: 0;
    left: -15px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background: #D9DA74;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D9DA74), to(#D9DA74));
    background-image: -moz-linear-gradient(top,#D9DA74,#D9DA74);
    font-size: 160%;
    text-align: center;
    text-shadow: #D9DA74 0 -1px 1px;
    font-weight: bold;
}
 
.infobox-container .triangle-l {
    border-color: transparent #D9DA74 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    left: -14px;
    top: 47px;
    z-index: 0; /* displayed under infobox */
}
.infobox-container .triangle-r {
    border-color: transparent transparent transparent #D9DA74;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    left: 267px;
    top: 47px;
    z-index: 0; /* displayed under infobox */
}
/* Play Trailer Button */
.playtrailerbutton {
	font-family: Verdana;
	font-size: 12px;
	color: #ffa200;
	padding: 10px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffbf00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
dl {
	width: 240px;
	margin: 0 0 20px 20px;
	padding: 0;
	background: #ccc url(/music/images/box_bottom.gif) no-repeat bottom left;
	}

dt {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #999 url(/music/images/box_top.gif) no-repeat top left;
	}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background: url(/music/images/arrow.gif) no-repeat 0 3px;
	}
	
.background-trailer-player{
	width: 775px;
	height: 80px;
	background-image: url(/movies/images/back-trailer-title.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
