
@import "tabmenu/tabs.css";
@import "../content/home.css";
@import "../content/sensotouch.css";
@import "../content/aquatouch.css";
@import "../content/powertouch.css";
@import "../content/advice.css";
@import "../content/classic.css";
@import "../content/nivea.css";

/* These are sIFR equivalents to make the titles look roughly the same when sIFR does not work (offline editing) */
#p-rcb h2 {				color:#ffffff;font-size: 34px; padding:0px; margin:0px;letter-spacing:3px;}
#p-rcb h2.green {		color:#76a505;font-size: 34px; padding:0px; margin:0px;letter-spacing:3px;}
#p-rcb h2.small_green{ 	color:#76a505;font-size: 24px; padding:0px; margin:0px;letter-spacing:4px;}
#p-rcb h2.overview {	color:#ffffff;font-size: 34px; padding:0px; margin:0px;letter-spacing:3px;line-height:1; text-align:center;}
#p-rcb h3 {				color:#999999;font-size: 30px; padding:0px; margin:0px;letter-spacing:4px;}
#p-rcb h4 {				color:#ffffff;font-size: 22px; padding:0px; margin:0px;letter-spacing:3px;}
#p-rcb h5 {				color:#ffffff;font-size: 26px; padding:0px; margin:0px;letter-spacing:3px;}
#p-rcb h6 {				color:#ffffff;font-size: 16px; padding:0px; margin:0px;letter-spacing:3px;}
#p-rcb h7 {				color:#ffffff;font-size: 16px; padding:0px; margin:0px;letter-spacing:3px;}

/* Flash Header */
#p-rcb #cp_header { background-repeat: no-repeat; background-position: 0px 0px; background-color: #fff; position: relative;}
#p-rcb #cp_header,
#p-rcb #cp_headerAnimation { height:275px; min-height:275px; }
#p-rcb #cp_header object   { outline: none; }

/* general CP styles */
#p-rcb { color:#ffffff;}
#p-rcb a{cursor:pointer;}
#p-rcb a:hover{text-decoration: none;}

p.centered{
	text-align: center;
}

#cp_content {
	font-size: 12px;
	
}

.clear {
	clear: both;
}

/* popup */
.popup{
	
	display:none;
	background:#fff;
	border:1px solid black;
	padding:4px;
}

.popup a {
	cursor: pointer;
}
	

.popup .navigation {
	float:right;	
}

.popup .content{
	padding:10px;
}

#popup360{
	height:550px;
}