@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------
 
 *Filename:            main.css
 *Description:        Global CSS
 *Version:               1.0.0 (26/04/2010)
 *Website:
 
 == Structure ================================================
 
 *Page width:            "TO BE DEFINED"
 $__reset:					Reset codes
 $__buttons:				Buttons Description (3 type - Primary, Secondary and Tertiary)
 $__links:						Link Description (3 type - Primary Text, Secondary Text and Tertiary Text)
 $__menu:              	    Global Site Navigation
 $__main:                    Main wrapper with shadow
 $__header:                 Common header part
 $__body:				        Main body content
 $__bottom:					Bottom white edge of the design with shadow
 $__footer:            		Footer Description
 $__colors:					Colors used through out (3 type - Black, Dark Grey, Light Grey, Dark Pink, Light Pink, Green and Blue)
 $__pagination:			Pagination Style
 
 --------------------------------------------------------------------------------------------*/
/* ======================== $__reset: ======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Times New Roman", Times, serif;
    overflow-x: hidden;
    
}

/* Different bg for different resolutions */
.bg1920 {
    background: url(../images/replay_bg_1920.jpg) no-repeat 0 0;
}

.bg1680 {
    background: url(../images/replay_bg_1680.jpg) no-repeat 0 0;
}

.bg1440 {
    background: url(../images/replay_bg_1440.jpg) no-repeat 0 0;
}

.bg1280 {
    background: url(../images/replay_bg_1280.jpg) no-repeat 0 0;
}

.bg1024 {
    background: url(../images/replay_bg_1024.jpg) no-repeat 0 0;
}

/* Different bg for different resolutions Ends */
/*  Main Wrapper  */
.main-wrapper {
    width: 960px;
    margin: 0 auto;
}

/*  Main Wrapper Ends */
/*  Header */
.header {
    width: 960px;
    height: 83px;
}

.footer ul li .header-top ul {
    float: right;
    position: relative;
    top: -3px;
    text-align: right;
    list-style-type: none;
}

.footer ul li .header-top ul li {
    float: left;
    margin-left: 10px;
}

.footer ul li .header-top-txt {
    font-size: 12px;
    color: #ce0108;
    padding-top: 4px;
}

.right-section h3 {
    position: relative;
    left: 10px;
}

.footer ul li .header-top-dropd {
    width: 69px;
    height: 14px;
    padding: 3px 5px;
    font-size: 13px;
    color: #ce0108;
    border: 2px solid #f5a89b;
    text-align: left;
    position: relative;
}

.footer ul li .header-top-dropd a {
    font-size: 13px;
    color: #ce0108;
    text-decoration: none;
}

.footer ul li .header-top-dropd a:hover {
    color: #CE0108;
    font-size: 13px;
    text-decoration: none;
}

.footer ul li .header-top-dropd a.lang {
    background-image: url(../images/de_DE/dwn-arrow.gif);
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
}

.footer ul li #header-top-dropdwn {
    position: absolute;
    width: 200px;
    height: 131px;
    visibility: hidden;
    left: -67px;
    top: 22px;
    background-color: #fff;
    /*background-image:url(images/de_DE/drop-dwn-bg.png);
     background-repeat:no-repeat;	*/
}

.dropdown {
    position: relative;
    margin-left: -72px;
    visibility: hidden;
}

/*=========custom dropdown styles  --- Don't modify  =====================*/
.Container {
    position: absolute;
    top: -135px;
    left: 0px;
    width: 163px;
    height: 131px;
    background-image: url(../images/de_DE/drop-dwn-bg.png);
    background-repeat: no-repeat;
    z-index: 0;
}

#Scroller-1 {
    position: relative;
    overflow: hidden;
    height: 106px;
    z-index: 100;
    top: 5px;
}

.Scroller-Container {
    position: absolute;
    top: 0px;
    left: 0px;
}

.Scroller-Container ul {
    text-align: left;
    float: left;
    margin-top: 5px;
}

.footer ul li .Scroller-Container ul li {
    clear: both;
}

.footer ul li .Scroller-Container ul li a {
    color: #68594c;
    text-decoration: none;
    display: block;
    width: 104px;
    text-align: left;
    line-height: 17px;
    padding: 2px;
}

.header-top {
    width: 180px;
}

.footer ul li .Scroller-Container ul li a:hover {
    background-color: #eae8e6;
    color: #68594c;
}

.Scrollbar-Track {
    width: 11px;
    height: 105px;
    position: absolute;
    top: -130px;
    left: 132px;
    background-image: url(../images/de_DE/scrollbar.gif);
    background-repeat: no-repeat;
}

.Scrollbar-Handle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 29px;
    background-image: url(../images/de_DE/scrollbar.png);
    background-repeat: no-repeat;
}

/*==================== ends here ======================*/
.header-top-img {
    padding-left: 10px;
}

.header-logo-nav {
    width: 960px;
    height: 100px;
    float: left;
}

.header-nav {
    float: left;
    width: 760px;
    padding-top: 32px;
}

.header-nav ul li {
    font-size: 12px;
    color: #ce0108;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    list-style-type: none;
}

.header-nav ul li a {
    font-size: 12px;
    color: #ce0108;
    font-weight: bold;
    text-transform: uppercase;
    list-style-type: none;
    text-decoration: none;
}

.header-nav ul li a:hover, .header-nav ul li.current a{
    font-size: 12px;
    color: #ce0108;
    font-weight: bold;
    text-transform: uppercase;
    list-style-type: none;
    text-decoration: underline;
}

.header-logo {
    float: right;
    padding-top: 10px;
}

.header-nav-divider {
    padding-left: 16px;
    padding-right: 16px;
}

/* Header Ends */
/* Main Content */
.main-content {
    width: 960px;
}

.fL {
    float: left;
    display: block;
}

/* Main Content Ends */
/* Footer */
.footer {
    float: right;
    padding: 15px 0 0 0;
    margin-top: 0;
    _margin-top: 0px;   
}

.footer-nav {
    float: left;
}

.footer ul li {
    font-size: 12px;
    color: #ce0108;
    float: left;
    padding-left: 11px;
    list-style-type: none;
}

.footer ul li a {
    font-size: 12px;
    color: #ce0108;
    list-style-type: none;
    text-decoration: none;
}

.footer ul li a:hover {
    font-size: 12px;
    color: #ce0108;
    list-style-type: none;
    text-decoration: underline;
}

/*Footer Ends */
/* Home Page content */
.home-page-content {
    width: 960px;
    float: left;
}

.home-page-content-left {
    float: left;
}

.home-page-content-right {
    float: right;
    background: url(../images/global/paper-bg.png) no-repeat;
    width: 641px;
    margin: 0 0 10px 0;
    height: 446px;
}

a#reactivates-btn {
    width: 260px;
    height: 450px;
    background: url(../images/de_DE/main/packshot-new.png) no-repeat;
    text-indent: -9000px;
    display: block;
    overflow: hidden;
}

.right-content-heading-txt {
    margin-top: 33px;
    margin-left: 24px;
}

.right-content-heading2-txt {
    margin-top: 16px;
    margin-left: 24px;
    text-transform: uppercase;
    color: #63a7c6;
    font-weight: bold;
    font-size: 15pX;
	width:600px;
}

.right-content-heading2-bigtxt {
    font-size: 22px;
    color: #0060a4;
}

.join-link {
    margin-top: 15px;    
	text-align:center;
}

.photo {
    float: left;
    padding-left: 80px;
    padding-top: 2px;
}

.photo-left {
    float: left;
    margin-right: 41px;
}

.photo-right {
    float: left;
    padding-top: 46px;
}

/* Home Page content Ends */
/*Your Fragrance*/
.your_fragrance_text {
    color: #68594c;
    font-size: 14px;
}

.your_fragrance_text p {
    margin-top: 10px;
}

.fragrance_images_main {
    overflow: hidden;
    color: #68594c;
    margin-top: 10px;
}

.fragrance_images_main-button {
    float: left;
    width: 960px;
}

.fragrance_images_main-button-left {
    float: left;
    width: 444px;
    margin: 0 auto;
	text-align:center;
}

.fR {
    float: right;
}

.fragrance_images_main-button-right {
    float: left;
    width: 515px;
    margin: 0 auto;
}

.fragrance_images_left {
    float: left;
    overflow: hidden;
}

.fragrance_images_left p {
    margin: 5px 0 10px 34px;
    color: #68594c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.fragrance_images_right {
    float: left;
    width: 540px;
    margin-left: 0px;
    overflow: hidden;
}

.innovative_tech {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=		'../images/de_DE/innovative_technology.png';)
	_background-image:none;
	background: url("../images/de_DE/innovative_technology.png") no-repeat;
	width:520px;
	height:230px;
	padding:20px 0px 0px 15px;
}
.innovative_tech p{
	width:172px;
	color:#68594c; 
	font-size:15px;
	float:right;
	margin:25px 20px 0px 0px;
	_margin-right:10px;
}
.for_him{
margin-left:36px;}
.for_him img{
	margin-left:47px;	
}
.footer_dots {
	position:absolute;
	right:104px;
	bottom:-310px;}
.for_her_left {
	float:left;
	width:480px;
	text-align:center;
	overflow:hidden;
}

.mA{
	margin:auto;
}

.clear{
	clear:both;
}

.for_her_left p{
	font-size:14px;margin:10px 0px 0px 0px;
	float:left;
		padding-right:42px;
	text-align:left;
}
.for_her_right {
	float:right;
	width:480px;
	overflow:hidden; 
}
.for_her_right p{
	font-size:14px;margin:10px 0px 0px 0px;
	padding-right:10px;
}
.visit_site {
	margin-top:30px;
	margin-left:15px;
}
.visit_site2 {
	margin-top:30px;
	margin-left:155px;
}

/* How Can You Help? */
.how-can-you{
	float:left;	
}
.how-can-you-content{
	font-size:18px;
	color:#68594c;
	width:682px;
	float:left;
	padding-right:27px;
	padding-bottom:10px;
}
.how-can-you-content p{
	font-size:14px;
	color:#68594c;
	width:682px;
	margin-top:15px;
}
.how-can-you-right{
	margin-top:0px;
	float:left;
}
.how-can-you-right-link{
	color:#0066a7;
	font-size:13px; 
	text-transform:uppercase;
	text-decoration:underline;
	margin-left:72px;
}
.how-can-you-right-link a{
	color:#0066a7;
	font-size:13px; 
	text-transform:uppercase;
	text-decoration:underline;
}
.how-can-you-right-link a:hover{
	color:#0066a7;
	font-size:13px; 
	text-transform:uppercase;
	text-decoration:underline;
}
.flash-holder{

}
.image-gall{
	background-image:url(../images/de_DE/image-gall-bg.png);
	width:531px;
	height:111px;
	margin:0 auto;
}
.image-gall-heading-text{
	padding-left:15px;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#424242;
}
.image-gall-image{
	float:left;
	padding-left:15px;
	padding-top:10px;
}
.image-gall-image ul{
	float:left;
	list-style-type:none;
}
.image-gall-image ul li{
	float:left;
	list-style-type:none;
	padding-right:5px;
}
.gall-images{
	
}
.gall-images ul{
	
	list-style-type:none;
}
.gall-images{
	
	list-style-type:none;
}
.gall-images-name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#424242;
	padding-top:6px;
	text-align:center;
}
.main-section{
	width:960px;
	float:left;
	padding-top:20px;
}
.main-section p{
	color:#68594c; 
	font-size:14px;
}
.left-section{
	width:578px;
	float:left;
}
.right-section{
	width:340px;
	float:left;
	padding-left:40px;
}
.left-section-img1{
	float:left;
}
.left-section-img2{
	padding-top:25px;
	padding-left:13px;
	float:left;
}
.por-movie{
	background-image:url(../images/de_DE/por-movie-holder.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:329px;
	height:233px;
}
.por-movie-image{
padding-left:26px;
padding-top:29px;
}

.left-section-img3{
	padding-top:30px;
	padding-left:43px;
	float:left;
}
.cb{
	clear:both;
}
.por-text{
	padding-top:60px;
	padding-left:30px;
	float:left;
	width:385px;
	color:#68594c; 
	font-size:14px;
}

.pad-top10{
	padding-top:10px;
}

.pad-top20{
	padding-top:20px;
}
.pad-top30{
	padding-top:30px;
}
.pad-top82{
	padding-top:82px;
}

.pad-top28{
	padding-top:28px;
}
.replay-chdsafe-img{
	padding-top:28px;
}

.replay-chdsafe-img a#link-gfx {
font-size:12px;
width:297px;
}

a#link-gfx{
	background:url(../images/de_DE/CSDW_program/link-gfx.png) left center no-repeat;
	line-height:35px;
	display:block;
	margin-top:30px;
	padding: 0 0 0 35px;
	width:275px;
	font-size:14px;
	float:right;
	color:#CE0108;
	text-transform:uppercase;
}

a#link-gfx:hover{
	text-decoration:none;
}

.main-section-dufte{
	width:960px;
	/*float:left;*/
	padding-top:30px;
	overflow: hidden;
}
.main-section-dufte p{
	color:#68594c; 
	font-size:18px;
}
.left-section-dufte{
		width:421px;
		float:left;
		}
.left-section-dufte p{
		color:#68594c; 
		font-size:14px;

}
.right-section-dufte{
		width:539px;
		height:360px;
		float:left;
		background-image:url(../images/de_DE/purifier-of-water-mov-holder.png);
		background-repeat:no-repeat;
}
.right-section-dufte-mov{
	padding-top:15px;
	padding-left:103px;
}
.right-section-dufte-img{
		float:left;
}
.mar-cen{
	text-align:center;
}
.main-section-dufte2{
	width:960px;
	/*float:left;*/
	padding-top:10px;
	overflow: hidden;
}
.main-section-dufte2 p{
	color:#68594c; 
	font-size:14px;
}
.left-section-dufte2{
	width:350px;
	float:left;
	padding-top:30px;
		}
.left-section-dufte2 p{
	color:#68594c; 
	font-size:14px;

}
.right-section-dufte2{
	float:left;
	padding-top:30px;
		}
.replay-10-ltr-img{
	padding-top:24px;
}
.Erwerben-img{
	text-align:center;
	padding-top:10px;	
}
.Erwerben-img-de{
	text-align:center;
	padding-top:10px;	
}
.duft-bottom-main{
	width:960px;
	float:left;
	padding-top:30px;
	clear:both;
}
.duft-bottom-main-left{
	float:left;
	width:523px;
	padding-top:30px;
}
.duft-bottom-main-right{
	width:435px;
	float:left;
	text-align:center;
}
.duft-bottom-main p{
	color:#68594c; 
		font-size:14px;
}
.csdw{
	clear:both;
	width: 100%;
}

.csdw .how-can-you-right{ 
	float: none; 
	margin: 0 auto; 
	margin-top:30px; 
	width: 243px;
}
.popup{
	width:348px;
	height:71px;
	/*float:left;*/
	border: solid 1px #d21f3c;
	background-color:#fff;
	display: none;
	position:absolute;
	top: -63px; 
	left: 0px;
	overflow:hidden;
}
.popup1{
	width:348px;
	height:71px;
	/*float:left;*/
	border: solid 1px #d21f3c;
	background-color:#fff;
	display: none;
	position:absolute;
	top: -63px; 
	left: 30px;
	overflow:hidden;
}
.popup-left-img{
	float:left;
	width:218px;
	height:71px;
}
.popup-right-img{
	margin-top:2px;
	float:left;
	width:130px;
	height:71px;
}