/*
	Pressclub CSS: BMW Group
*/


/* ========== BASICS */

/* Style Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
input,textarea {font-family:Arial,Helvetica,sans-serif;}
* { _zoom: 1; }

/* Generic Formatting */

html {
  overflow: -moz-scrollbars-vertical;
}
body, html {
	height: 100%;
}
body {
	font: 75% Arial, Helvetica, sans-serif; /* =12px */
	color: #000;
	line-height: 1.5em;
}
a {
	color: #000; text-decoration: none;
}
#container {
	position: relative;
	/*width: 570px;*/
	margin:25px auto;
}
/*@media print and (orientation: landscape) {
	#container {
	  width:1095px;
	}
}*/

/* Accesibility Features (not needed w/ screen CSS) */

.acc { display: none; }


/* ========== HEADER */

#header {
	margin-bottom: 3em;
}


/* ========== FOOTER */

#footer {
	display: none;
}


/* ========== MAIN NAVIGATION */

#nav {
	display: none;
}


/* ========== PAGE NAVIGATION */

#pagenav {
	display: none;
}


/* ========== CONTENT AREA AND COLUMNS */

#content {
/*
	float: left;
	overflow: hidden;
	width: 695px;
*/

}
#maincol {
/*
	float: left;
	overflow: hidden;
	width: 540px;
*/
}
#maincolcontent {
}
#sidecol {
	display: none;
}


/* ========== CONTENT FORMATTING */

/* Generics */

strong {
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
li {
	margin-bottom: 10px;
}
input, select {
	font-size: 100%;
}

/* Searchbox */

div.searchbox {
	height: 35px;
	background: #a6acae;
}

/* Headlines */

h2, h1#headline, h1#overviewTitle {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: bold;
	width:540px;
}
h3, h2.overviewSubTitle, h1#detailTitle {
	margin: 0 120px 15px 0;
	font-weight: bold;
	font-size:1.25em;
	width:540px;
}
h2.overviewSubTitle {
  font-size: 15px;
  width:540px;
}
h3#page-title {
  font-size: 1.5em;
  width:540px;
}
h4 {
	margin: 15px 0;
}

/* ContentHeader */

.portalbox
{
	border: none!important;
}

#contentheader {
	overflow: hidden;
}
#contentheader-icons, #contentheader-language-switch {
  display: none;
  visibility: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0;
  font-size: 0;
}
#contentheader ul {
	float: right;
}

/* Thumbnails */

div.thumblist ul {
	overflow: hidden;
	margin-left: -27px;
}
div.thumblist li {
	float: left;
	width: 122px;
	margin: 0 0 27px 27px;
}
div.thumbimg {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
div.thumbimg img {
}
div.thumbimg a {
	display: none;
}
div.thumbact {
	overflow: hidden;
	height: 27px;
	font-size: 0.917em;
}
div.thumblist div.thumbact {
    width: 152px;
}
div.thumbact-left {
	float: left;
	overflow: hidden;
	display: none;
}
div.thumbact-right {
	float: right;
	overflow: hidden;
	display: none;
}

/* Preview Images */

div.previewimg {
	overflow: hidden;
	border: 1px solid #333;
	margin-bottom: 5px;
}
div.previewimg img {
	float: left;
}

/* Form Elements */

input.input-text, textarea.input-text {
	padding: 3px;
	border-top: 1px solid #333;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #333;
}
select.input-select {
	border-top: 1px solid #333;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #333;
}
input.input-button {
	padding: 3px 10px;
	border: 0;
	background-color: #666;
	color: #FFF;
	line-height: 1.1;
}

/* Searchbox */

#topsearchbox {
	overflow: hidden;
	background-color: #9ea3a6;
	padding: 5px;
}
#topsearchbox input {
	float: left;
}
#topsearchbox-text {
	float: left;
	width: 300px;
	margin-right: 5px;
}
#topsearchbox a {
	float: right;
	margin-top: 4px;
	font-size: 0.917em;
}

/* Strikelists */

ul.strikelist {
	overflow: hidden;
}
ul.strikelist li {
	float: left;
	padding-left: 4px;
	border-left: 1px solid #333;
	margin: 0 0 0 4px;
}
ul.strikelist li.first {
	margin: 0; border: 0; padding: 0;
}
ul.strikelist li img {
	display:block;
}

/* Serial Lists */

ul.seriallist {
	overflow: hidden;
}
ul.seriallist li {
	float: left;
	margin: 0 0 0 9px;
}
ul.seriallist li.first {
	margin: 0;
}

/* Breadcrumbs */

ul.breadcrumbs {
	overflow: hidden;
}
ul.breadcrumbs li {
	float: left;
	padding-left: 11px;
	margin: 0;
	background: transparent url(../img/icons.gif) no-repeat -696px 5px;
}
ul.breadcrumbs li.first {
	padding: 0;
	background: none;
}

/* Overviews */

div.cbox {
	overflow: hidden;
	/*page-break-inside: avoid; messes up picture/text relation on page-break */
}
div.overviewheader {
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 0.917em;
}
div.overviewdate {
	float: left;
}
div.overviewdata {
	clear: left;
	margin-bottom:10px;
}
div.cboximg {
	float: left;
	margin: 0 15px 0 0; padding-bottom: 15px;
}
div.cboxtext {
	overflow: hidden;
	margin-bottom: 15px;
}
div.cboxtext h3, div.cboxtext h2.overviewSubTitle {
  font-weight: normal;
	margin-top: 0;
	margin-bottom: 2px;
}
div.subact {
	margin-top: 10px;
	font-size: 0.917em;
}
div.subact p, div.subact h4 {
	margin: 0;
}

/* Icons */

/*
.icon {
	display: block;
	overflow: hidden;
}
.icon-hasdownload {
	width: 16px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) 0 -100px;
}
.icon-hasphoto {
	width: 16px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -50px -100px;
}
.icon-hasmovie {
	width: 16px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -100px -100px;
}
.icon-hasaudio {
	width: 16px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -150px -100px;
}
.icon-hassound {
	width: 16px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -200px -100px;
}
.icon-hasspeech {
	width: 16px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -250px -100px;
}
.icon-firstpage {
	width: 10px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) 0 -150px;
}
.icon-prevpage {
	width: 10px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -50px -150px;
}
.icon-nextpage {
	width: 10px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -100px -150px;
}
.icon-lastpage {
	width: 10px; height: 0px; padding-top: 14px;
	background: transparent url(../img/icons.gif) -150px -150px;
}
.icon-filterlist {
	width: 24px; height: 0px; padding-top: 18px;
	background: transparent url(../img/icons.gif) 0 -200px;
}
.icon-filterthumbs {
	width: 24px; height: 0px; padding-top: 18px;
	background: transparent url(../img/icons.gif) -50px -200px;
}

*/

/* Icons before Links/Text */

/*

.addicon {
	padding-left: 17px;
}
.addicon-download {
	background: transparent url(../img/icons.gif) no-repeat -700px -100px;
}
.addicon-fraglink {
	padding: 0 12px 0 0;
	background: transparent url(../img/icons.gif) no-repeat right -200px;
}

*/

/* Horizontal Rule */

div.hr {
	border-top: 1px solid #333;
	margin: 30px 0;
	page-break-after:avoid;
}
div.hr hr {
	display: none;
}

/* Paginator */

div.paginator {
	/*
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #333;
	margin: 15px 0;
	*/
	display: none;
  font-size: 0.917em;
}
div.paginator-pageselect {
	float: right;
}

/* Fraglinkbar */

div.fraglinkbar {
	overflow: hidden;
	background-color: #9ea3a6;
	padding: 3px 5px;
	margin-bottom: 15px;
	font-size: 0.917em;
}
div.fraglinkbar h3 {
	float: left;
	margin: 0 10px 0 0;
	font-weight: normal;
}
div.fraglinkbar ul {
	float: left;
}

/* Div. Formatierungen */
span.topitem {
  padding: 0 3px;
  margin-right: 5px;
  font-size: 0.714em;
  background-color: #333;
  color: #9ea3a6;
}
.remark {
	margin-top:1em;
	font-size: 0.917em;
	width:540px;
}
div.space {
	margin-bottom: 30px;
}

/* Portalbox */

div.portalbox {
	border-top: 1px solid #333;
}
div.portalboxhead {
	padding: 2px 5px;
	border: 1px solid #333;
	border-top: none;
	background-color: #9ea3a6;
}
div.portalboxhead h3 {
	margin: 0;
	font-weight: normal;
}
div.portalboxcontent {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #333;
	border-top: none;
}

#listForm
{
    display: block; 
}

/* SN by mra */
#topsearchbox,
#lnkPrint,
#barIncludedAVMedia
{
    display: none;
}

div.subact input
{
	display: none;
}

/* fk */
.noPrint {
  display:none;
}

/* qrcode (xmb) */
body.press-detail div#cover-photo-container {
	margin-right:120px;
}
body.press-detail #header-logo {
	display:none;
}
div#qrcode-content {
  position:absolute;
  top:0;
  right:0;
}
#short-link {
	margin-top: -10px;
  margin-bottom: 15px;
  width:540px;
}

/* ========== Tagging */
div.object_tagging {
	clear:both;
}
div.object_tagging > * {
	display:inline-block;
	vertical-align:middle;
}
div.object_tagging > div.model {
  display:inline-block;
  margin-right:5px;
  padding:2px 5px 2px 5px;
  background-color:#EDEBE6;
  margin-bottom: 2px;
  /* for IE7 */
  zoom: 1;
  *display:inline;
}
div.object_tagging > div.model:hover {
  background-color:#999999;
}
div.object_tagging > div.tag {
  display:inline-block;
  padding:2px;
  /* for IE7 */
  zoom: 1;
  *display:inline;
}
div.object_tagging > div.tag_delimiter{
  display:inline-block;
  padding:2px;
  font-weight: bold;
  /* for IE7 */
  zoom: 1;
  *display:inline;
}
div.object_tagging > div.model > a, div.object_tagging > div.tag > a{
  background:none;
  padding-left:0px;
}
div.object_tagging a {
	color:#999;
}
div.pre_tagging_area {
  padding-top:30px;
}
div.post_tagging_area {
  padding-top:25px;
}

/* photo detail */
.pcr_itemdata {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 11px; line-height: 16px;
}
.pcr_itemdata_left {
  float: left;
}
.pcr_itemdata_right {
  float: left;
  padding-left:5px;
  margin-left:5px;
  border-left:1px solid #000;
}
.pcr_itemdata_left li,
.pcr_itemdata_right li {
	margin:0;
}

/* article media allgemein */
.media-title,
.medium-set-header {
	font-size:15px;
	font-weight:bold;
}
.block-title {
	font-weight:bold;
	font-size:15px;
	page-break-after:avoid;
}
.mediatab {
  display:block!important;
}

/* photo lists */
.phototab .diaelement {
  page-break-inside: avoid;
}
.phototab div.thumbimg {
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
}
.phototab div.thumbimg img {
	width:240px!important;
	margin:0!important;
}
.phototab .overlay-div {
	margin: 0 0 15px 15px;
	display:inline-block;
  vertical-align:top;
  width:360px;
}
.phototab .overlay-div .title {
	font-size: 1.2em;
	font-weight: bold;
}
.phototab .overlay-div .date {
	margin:5px 0;
}
.pcr_downloads_data {
	display:block;
	min-height:10px;
}
#thumbForm {
	display:none!important;
}
#listForm {
	display:block!important;
}

/* audio lists */
.audio-title {
	font-weight:bold;
	margin-bottom:0;
	font-size:1.1em;
}

/* tv-footage lists */
.video-inpopup img {
	width:240px;
	height:auto;
}
li.sceneThumbs .pcr_thumb_img {
	display:inline-block;
	vertical-align:top;
}
li.sceneThumbs img {
  width:160px;
}
li.sceneThumbs .tv-footage-desc {
	display:inline-block;
  vertical-align:top;
  width:350px;
  margin-left:90px;
}


/* download center */
.download-center.attachments > li > * {
	display:inline-block;
}
.pictureAsset {
	clear:left;
	page-break-inside: avoid;
}
.pictureAsset img.clipping {
	width:240px;
	height:auto;
	float:left;
	margin:0 15px 15px 0;
}
.pictureAsset img.clipping.audio,
.pictureAsset img.clipping.sound,
.pictureAsset img.clipping.speech {
	display:none;
}
.pictureAsset .title {
	font-size:1.15em;
	font-weight:bold;
}
.pictureAsset .copyright {
	margin:8px 0 18px 0;
}

/* tv-footage detail page */
ul.pcr_hlist > li {
	display:inline;
}
.pcr_videodetails {
	display:none;
}
.pcr_thumb_caption_verysmall {
	display:inline-block;
	width:450px;
	margin-left:15px;
}
img.tv-footage-detail-thumb {
	width:160px;
	height:auto;
}
li.sceneThumbs {
	margin-bottom:15px;
	page-break-inside: avoid;
}
#maincolcontent {
	min-height:auto!important;
}
dt, dd {
	float:left;
	margin-right:10px;
}
dt {
	font-weight:bold;
}
dl {
	clear:left;
}

/* photo detail */
.cboxtext-title {
	font-size:1.35em;
}