#cerabox, 
#cerabox * {
  -webkitBox-sizing: content-box;
  -mozBox-sizing: content-box;
  box-sizing: content-box;
}

#cerabox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1106;
	display: none;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform: scale(1);
	transform-origin: 50% 50%;
}

#cerabox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/Layout/js/cerabox/img_cerabox/cerabox.png);
}

#cerabox-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	background: #000;
	opacity: .5;
}

#cerabox {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1101;
	display: none;
	opacity: 0;
	background: #fff;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform: scale(1);
	transform-origin: 0 0;
}

#cerabox .cerabox-content {
	width: 100%;
	height: 100%;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#cerabox .cerabox-title {
	color: #000;
}

#cerabox span.cerabox-error,
#cerabox .cerabox-title span {
	padding: 10px;
	display: block;
	font-family: Helvetica;
	font-size: 11px;
	line-height: normal;
}

#cerabox span.cerabox-error {
	text-align: justify;
}

#cerabox .cerabox-title span {
	display: none;
}

#cerabox .cerabox-title {
	z-index: 1102;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #80848a;
	text-align: left;
	background: #fff;
	width: 100%;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 100%;
	transform: scale(1);
	transform-origin: 0 100%;
}

#cerabox .cerabox-title, 
b#cerabox .cerabox-title p {
	font-weight: normal;
	font-size: 10px;
	color: #2b323c;
}

#cerabox .cerabox-close {
	position: absolute;
	top: -30px;
	right: -35px;
	width: 40px;
	height: 36px;
	background: url(/Layout/js/cerabox/img_cerabox/cerabox.png) -42px 0px no-repeat;
	cursor: pointer;
	z-index: 1105;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 100% 0;
	transform: scale(1);
	transform-origin: 100% 0;
}

#cerabox .cerabox-content img.ceraImage {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#cerabox .cerabox-content iframe.ceraIframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#cerabox a.cerabox-left, 
#cerabox a.cerabox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/Layout/js/cerabox/img_cerabox/blank.gif);
	z-index: 1104;
	display: none;
}

#cerabox a.cerabox-left {
	left: -20px;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 0 50%;
	transform: scale(1);
	transform-origin: 0 50%;
}

#cerabox a.cerabox-right {
	right: -20px;
	-webkit-transform: scale(1);
	-webkit-transform-origin: 100% 50%;
	transform: scale(1);
	transform-origin: 100% 50%;
}

#cerabox a.cerabox-left span, 
#cerabox a.cerabox-right span {	
	position: absolute;
	top: 50%;
	/*left: -9999px;*/
	width: 30px;
	height: 44px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 1104;
	display: block;
}
#cerabox a.cerabox-right span {	
	margin-top: -16px;
}


#cerabox a.cerabox-left span, 
#cerabox.mobile a.cerabox-left span {
	background-image: url(/Layout/js/cerabox/img_cerabox/cerabox.png);
	background-position: -42px -37px;
	background-repeat: no-repeat;
	left: -20px;
	height: 43px;
}


#cerabox a.cerabox-right span, 
#cerabox.mobile a.cerabox-right span {
	background-image: url(/Layout/js/cerabox/img_cerabox/cerabox.png);
	background-position: -42px -80px;
	background-repeat: no-repeat;
	right: -20px;
}

#cerabox .cerabox-content-protection {
	display: none;
	position: absolute;
	background: transparent url(/Layout/js/cerabox/img_cerabox/blank.gif);
	z-index: 1103;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*IE6*/

#cerabox-loading.ceraboxbox-ie6 {
	position: absolute;
	margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

/*Mobile*/

#cerabox.mobile {
	background: #000;
}

#cerabox.mobile .cerabox-content {
	background: #fff;
	/*CSS3*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cerabox.mobile .cerabox-content :first-child {
	background: #fff;
}

#cerabox.mobile .cerabox-close {
	top: 2px !important;
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left span {
	left: 0 !important;
}

#cerabox.mobile a.cerabox-right span {
	right: 0 !important;
}

#cerabox.mobile a.cerabox-left, #cerabox.mobile a.cerabox-right {
	width: 10%;
}

/* cerabox customs */

#cerabox.cerabox-no-border { 
	border:0; 
}

#cerabox.cerabox-no-border a.cerabox-close {
	top: -5px;
	right: -5px;
}

#cerabox .cerabox-title .cerabox-heading {
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

#cerabox .cerabox-title .floatRight {
    color: #80848A;
}

#cerabox .cerabox-title .cerabox-description {
    line-height: 16px;
}



/* @2x
-------------------------------------------------------------------------------*/

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-pixel-ratio: 2) {

    #cerabox-loading div,
        #cerabox .cerabox-close,
        #cerabox a.cerabox-left span, 
        #cerabox a.cerabox-left:hover span, 
        #cerabox.mobile a.cerabox-left span,
            
        #cerabox a.cerabox-right span, 
        #cerabox a.cerabox-right:hover span, 
        #cerabox.mobile a.cerabox-right span 
        {
        background-image: url(/Layout/js/cerabox/img_cerabox/cerabox-2x.png);
        background-size: 82px auto;
    }

}


/******************** customization code moved from css screen file *******************************/
/* cerabox */

#cerabox a.cerabox-left span, 
#cerabox.mobile a.cerabox-left span {
	background-image: url(/Layout/js/cerabox/img_cerabox/cerabox.png);
	background-position: -42px -37px;
	background-repeat: no-repeat;
	left: -20px;
	height: 43px;
}

#cerabox a.cerabox-right span, 
#cerabox.mobile a.cerabox-right span {
	background-image: url(/Layout/js/cerabox/img_cerabox/cerabox.png);
	background-position: -42px -80px;
	background-repeat: no-repeat;
	right: -10px!important;
}

#cerabox {
	border-top: 40px solid #757775;
	border-bottom: 35px solid #757775;
	border-left: 45px solid #757775;
	border-right: 45px solid #757775;
}

/*  end cerabox  */