@import url("reset.css");
@import url("text.css");
@import url("grid.css");
@import url("panel.css");

body {
    background: #ebe1db;
    color: #000;
    font-size: 11px;
    padding: 0 0 40px;
    /* min-width: 1040px; */
    min-width: 995px;
    word-wrap: break-word;       /* IE 5.5+ */
}


/* anchors
----------------------------------------------- */
a {
    color: #008;
    font-weight:bold;
    text-decoration: none;
}
a:hover {
    color:#800;
    cursor: pointer !important;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
    font-weight:normal;
}
/* paragraphs, quotes and lists
----------------------------------------------- */
p {
    margin-bottom:1em;
}
blockquote {
    font-family: Georgia, 'Times New Roman', serif;
    font-size:1.2em;
    padding-left:1em;
    border-left:4px solid #ccc;
}
blockquote cite {
    font-size:.9em;
}
ul, ol {
    padding-top:0;
}

/* forms
----------------------------------------------- */
form {
    overflow:hidden;
}
fieldset {
    border:1px solid #bbb;
    padding:10px;
    position:relative;
    background:#e9e9e9;
    margin-bottom:10px;
}
legend {
    font-size:1.1em;
    padding:.4em .8em;
    background:#fff;
    border:1px solid #bbb;
}
fieldset.login p {
    margin-bottom:1em;
    margin-top:0pt;
}
fieldset p label {
    width:98%;
}
fieldset p input {
    width:98%;
}
fieldset p select {
    width:99%;
}
fieldset.login p label {
    float:left;
    line-height:2em;
    margin-right:3%;
    text-align:right;
    width:32%;
}
fieldset.login p input {
    width:60%;
}
fieldset.login input.button {
    margin-left:35%;
}
form p.notice {
    font-weight:bold;
}
input.search.text {
    width:66%;
}
input.search.button {
    width:28%;
    margin-left:2%;
}

.float-right {
    float: right;
}

/* branding
----------------------------------------------- */
#branding {
    background: #8f141a url('/target/image/searchmuze.png') 0 0 no-repeat;
    height: 101px;
    color: #fff;
    margin: 0;
}

#branding h1 {
}

#branding h1 a {
	width: 480px;
	height: 101px;
	display: block;
	overflow: hidden;
}

#branding h1 a span {
    visibility: hidden;
}

#branding span.power {
    position: relative;
    width: 150px;
    height: 40px;
    background:  url('/target/image/poweredByRovi.png') 0 0 no-repeat;
    left: 850px;
    display: block;

}
#poweredby {
    float: left;
    clear: both;
    background:  url('/target/image/poweredByRovi.png') 0 0 no-repeat;
    height: 40px;
    width: 150px;
}

/* login
----------------------------------------------- */

#login {
    float: right;
}

#login * {
    text-transform: uppercase;
    font-size: 90%;
}

#login input {
    text-transform: none;
}

#login h3 {
    color: #e2001a;
    letter-spacing: 2px;
    margin: 15px 0 2px 0;
}

#login p {
    margin: 1px 0 0 0;
}

#login p label {
    display: block;
}

#login p input {
    border: 0px solid #fff !important;
    padding: 0 5px 0 5px;
    font-size: 120%;
    font-weight: bold;
    width: 80px;
    height: 15px;
}

#login p input.username {
	width: 105px;
}

#login p input.password {
    float: left;
}

#login button.submit {
    background: #8f141a url('/target/image/login-button.png') 0 0 no-repeat;
    border: none;
    width: 25px;
    height: 15px;
    float: left;
} 

#login button.submit span {
    display: none;
}

/* user account
----------------------------------------------- */

#useraccount {
    float: right;
    text-align: center;
}

#useraccount * {
    text-transform: uppercase;
    font-size: 90%;
}

#useraccount h3 {
    color: #e2001a;
    letter-spacing: 2px;
    margin: 35px 0 2px 0;
}

#useraccount a {
    color: #fff;
    margin: 0 5px;
}

#useraccount a:hover {
    color: #e2001a;
}

/* tabs
----------------------------------------------- */
#tabs {
	background: #8f141a;
	margin: 0 0 1% 0;
	height: 35px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;    
    color: #e2001a;
}

#tabs * {
	padding: 0;
	margin: 0;
}

#tabs li {
    display: block;
    float: left;
    height: 35px;
    padding: 0 0 0 16px;
    line-height: 35px;
}

#tabs li.selected {
    background: #ebe1db url('/target/image/tab-left.png') 0 0 no-repeat;
    padding: 0 0 0 16px;
}

#tabs li.selected a {
    background: transparent url('/target/image/tab-right.png') 100% 0 no-repeat;
    padding: 2px 16px 0 0;
    color: #8f141a;
}

#tabs a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    padding: 2px 0 0 0;
}

#tabs a:hover {
    text-decoration: underline;
}

#tabs li.rovi {
    margin-right: 45px;
    float: right;
}

#tabs li.search {
    margin-right: 0px;
    float: right;
}

#tabs li.search form {
    padding: 11px 16px 0 0;
    height: 35px;
}

#tabs li.search label {
    display: block;
    float: left;
	font-weight: normal;
	height: 15px;
	line-height: 15px;
}

#tabs li.search label span {
    display: block;
    float: left;
    padding: 0 3px;
    font-weight: bold;
}
#tabs li.search label em {
    display: block;
    float: left;
	color: #000;
	background: #ebe1db;
	padding: 0 3px;
}

#tabs li.search form input {
    display: block;
    float: left;
	border: 0px solid #fff !important;
    padding: 0 5px 0 5px;
    font-size: 120%;
    font-weight: bold;
    width: 110px;
    height: 15px;
}

#tabs li.search form button.submit {
    display: block;
    float: left;
	background: #8f141a url('/target/image/keyword-search-button.png') 0 0 no-repeat;
    border: none;
    width: 25px;
    height: 15px;
} 

#tabs li.search form button.submit span {
    display: none;
}

#tabs li.selected form {
    background: transparent url('/target/image/tab-right.png') 100% 0 no-repeat;
    color: #8f141a;
}


/* panel
----------------------------------------------- */
#panel {
}

#panel li {
    line-height: 1.25em;
    margin-left: 0;
}

#panel li a {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;    
    color: #797170;
    text-decoration: none;
}

#panel li a:hover {
    text-decoration: underline;
}

/* document
----------------------------------------------- */


div.document h4 {
	color: #8f141a;
	 font-size: 28px;
    text-transform: lowercase; 
    /* font-size: 1.9em;
    font-weight: bold;*/
}

div.document h5 {
	font-size:1.1em;
	color: #8f141a;
	font-weight: bold;
}

div.document ul {
	margin: 0.5em; 
}

div.document li {
	background: transparent url('/target/image/red-bullet.png') 0 4px no-repeat;
	margin-left: 0;
    padding-left: 20px;
}

div.document div.newsitem
{
    margin: 0.75em 0;
    border-top: 1px solid #A09E9D;
}
div.document span.newsdate
{
    float: right;
    font-size: 1.1em;
}

div.document div.bbfc
{
    text-align: top;
    min-height: 55px;
}
div.document div.bbfc span
{
    /* float: left; */
    margin-left: 0px;
}
div.document div.bbfc img
{
    float: left;
    width: 28px;
    margin-right: 15px;
    padding-left: 7px;
    padding-bottom: 25px;
}


div.document div.pegi
{
    text-align: top;
    min-height: 65px;
}
div.document div.pegi span
{
    /* float: left; */
    margin-left: 0px;
}
div.document div.pegi img
{
    float: left;
    width: 40px;
    margin-right: 10px;
    padding-left: 7px;
    padding-bottom: 25px;
}


/* link highlights
----------------------------------------------- */
a.highlight000, span.highlight000 {
    background: #e2001a url('/target/image/link-highlight000-left.png') 0 0 no-repeat;
    line-height: 11px;
    font-size: 7px;
    padding: 0 0 0 6px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

a.highlight000 em, span.highlight000 em {
    background: transparent url('/target/image/link-highlight000-right.png') 100% 0 no-repeat;
    padding: 0 6px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 11px;
}

a.highlight001, span.highlight001 {
    background: #e2001a url('/target/image/link-highlight001-left.png') 0 0 no-repeat;
    line-height: 15px;
    font-size: 8px;
    padding: 0 0 0 6px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

a.highlight001 em, span.highlight001 em {
    background: transparent url('/target/image/link-highlight001-right.png') 100% 0 no-repeat;
    padding: 0 6px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 15px;
}


a.highlight002, span.highlight002 {
    background: #0E285C url('/target/image/link-highlight002-left.png') 0 0 no-repeat;
    line-height: 15px;
    font-size: 8px;
    padding: 0 0 0 6px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

a.highlight002 em, span.highlight002 em {
    background: transparent url('/target/image/link-highlight002-right.png') 100% 0 no-repeat;
    padding: 0 8px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 15px;
}

a.highlight003, span.highlight003 {
    background: #888888 url('/target/image/link-highlight003-left.png') 0 0 no-repeat;
    line-height: 15px;
    font-size: 8px;
    padding: 0 0 0 6px;
    color: #CCCCCC;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

a.highlight003 em, span.highlight003 em {
    background: transparent url('/target/image/link-highlight003-right.png') 100% 0 no-repeat;
    padding: 0 8px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 15px;
}

a.highlight004, span.highlight004 {
    background: #000000 url('/target/image/link-highlight004-left.png') 0 0 no-repeat;
    line-height: 15px;
    font-size: 8px;
    padding: 0 0 0 6px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

a.highlight004 em, span.highlight004 em {
    background: transparent url('/target/image/link-highlight004-right.png') 100% 0 no-repeat;
    padding: 0 8px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 15px;
    color: #ffffff;
}
/* Highlight keywords from search
--------------------------------------------------*/
.highlight {
	width: auto;
	display: inline;
    /* border: 1px solid #000000; */
    background-color: #ffd6d6;
    margin-bottom: 10px;
    padding: 2px;
    /* padding: 1px; */
    /*padding: 5px 5px 5px 5px; */
}
.aaaaaaaaa {
	width: auto;
	display: inline;
    /* border: 1px solid #000000; */
    background-color: #ffd6d6;
    margin-bottom: 10px;
    padding: 2px;
    /* padding: 1px; */
    /*padding: 5px 5px 5px 5px; */
}


.copyright, .copyright a {
    color: #000000;
}
.copyright {
    float: left;
    position: relative;
    left: 2px;
    bottom: 0px;
    text-align: left;
    color: #000000;
    font-size: 9px;
}
