/* CSS Document */

/*	headertext position	*/
body.page-type-content div#headertext-zone div.headertext-content-top {
	top:20px;
}
/*	breadcrumb	*/
dl#breadcrumb dd div
{
	min-width: 144px;
}
/*	footer	*/
div#footer-position-placeholder
{
    height:80px;
}
div#footer-zone 
{
	height:32px;
	padding-top: 10px;
/*	border-right-width:0px; _border-right:none; _border-right-width:0px;	*/
}
/* extended width because of mobi element */
#footer-zone dl#footer {
	width: 916px;
}

/*	teaser under secnav	*/
.sIFR-hasFlash div.teaser div.sifr {padding: 1px 0;*padding: 0 0 1px;}/*header script*/
div.teaser h3 {padding: 0 0 1px;margin-top:-1px;}/*header nonscript*/
/*div.teaser{padding: 0 0 2px;}*/
div.mobi-spacer{height:8px;*height:7px;}
.sIFR-hasFlash div.mobi-spacer{height:7px;*height:6px;}

/*	"explicit link" list paddings	*/
div.right-content ul.unspecified-list {
	padding:0pt 0pt 0pt;
}
/* add standard padding to last element of the unspecified list */
div.right-content ul.unspecified-list.explicit_last {
	padding:0 0 5px;
}


/* Styles for new ImageTemplate - should be global after 1.3.6 */
div.image-wrapper-left {
    display: block;
    float: left;
    padding: 4px 12px 6px 0;
}
div.image-wrapper-right {
    display: block;
    float: right;
    padding: 4px 0 6px 12px;
}
div.image-wrapper-block {
    display: block;
    float: none;
    padding: 4px 0 6px 0px;
}
div.image-wrapper-102 {
    width: 102px;
}
div.image-wrapper-144 {
    width: 144px;
}
div.image-wrapper-216 {
    width: 216px;
}
div.image-wrapper-432 {
    width: 432px;
    float: none;
    padding: 4px 0 20px;
}
div.image-wrapper-458 {
    width: 458px;
    float: none;
    padding: 4px 0 20px;
}
div.left-content div.image-wrapper-left p.caption,
div.left-content div.image-wrapper-block p.caption,
div.left-content div.image-wrapper-right p.caption{
    padding: 6px 0 0;
}
/* end - Styles for new ImageTemplate - should be global after 1.3.6 */
/* fix sIFR losing focus for ff, safari */
@-moz-document url-prefix()
{
 .sIFR-replaced:hover
 {
  outline-color: #010101 !important; /* restore mouseover after scrolling in ff */
 }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .safari.win .sIFR-replaced:hover
 {
  outline-color: #010101 !important; /* restore mouseover after scrolling in safari */
 }
}
/* end - fix sIFR losing focus for ff, safari */
/* ## styles for external-lightbox-layers iframe ## */

div.lightbox-layer.publayer-wide {
    width: 832px;
}
div.lightbox-layer.publayer-wide div.layer-content {
    padding-top: 21px;
    padding-bottom: 13px;
}
html.iframe #logo, html.iframe #header-zone, html.iframe #toolbar-zone, html.iframe #breadcrumb-zone, html.iframe #footer-zone {
    display:none;
}

html.iframe #content-zone {
    margin-left: 0px;
}


html.iframe-wide div.left-content {
    width: 458px;
    margin: 0px;
}

html.iframe-wide div.right-content {
    margin: 69px 0 0 70px;
    
}

html.iframe-wide div.wide-column {
    width: 458px;
}

html.iframe-wide div#footer-zone {
    width: 874px;
}

html.iframe-wide div#footer-pagetools-zone {
    width: 804px;
    padding-top: 12px;
}
/* News and Pressrelease Sliding Panels Layer */

div.lightbox-layer {
    width: 739px;
}

/* END styles for external-video layer  */
/* check caption styling in ctc.css */
div.p div.image-wrapper-left p.caption,
div.p div.image-wrapper-right p.caption,
div.p div.image-wrapper-block p.caption {
	padding:6px 0 3px;
	line-height: 14px;
	color: #999;
	
}

/* styles for share-layer in iframe */
html.iframe-share div#social-bookmarking {
	border:none;
	padding:0;
	width:276px;
}
html.iframe-share div.sifr-h1 {
	display:none;
}

/* General Styles */
div.right-content div.column {
    padding: 13px 0 0;
}

/* Gray Right Hand Content */
div.right-content div.custom1 {
	background: #EEEEEE url(white_border.jpg) repeat-x;
    margin: 0;
    padding: 15px 10px 5px;
    padding-top:15px !important;
    width: 256px;
}

/* TabCrumb */
div#content-zone div.tab-nav-wrapper {
	margin: 5px 0 14px !important;
}

/* Styles for layer content */
html.iframe #content-zone div.left-content {
	width: 458px;
}

div.layer-orderform {
    width: 640px;
}

/* paging */
dl.pagination dd.pages strong
{
    color: #990000;
}
/* /paging */


/* against IE loosing style in lightbox content */
div#content-zone div.left-content div.wide-column div.level-3 div p {
	min-height: 1%;
}


