
body{background-color: #f7ce04; text-align: center; font-size: 68.75%}
*, html, body{border: 0;padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif;}
li{
   list-style: none;
}
#liptonContainer{
   position: relative;
   width: 960px;
   height: 635px;
   border: solid 1px #dbaa10;
   margin: 5px auto 0 auto;
   background: url(../img/bg.jpg) no-repeat top left;
   text-align: left;
}
.logo{
   /*margin: 18px 0 35px 26px;*/   margin: 0px 0 53px   
}
.selectBlock{
   margin-left: 145px;
   width: 253px;
}
.selectBlockContent{
   width: 775px;
   padding: 1px 20px 30px 20px;
   background: url(../img/bg_select.png) no-repeat left top;
   _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/img/bg_select.png', sizingMethod='crop'); /* chemin de l'image par rapport a la page et non au css */
}
.regions li.level1{   
   background: url(../img/bg_button.gif) no-repeat;
   padding: 0 0 0 10px;
   margin-top: 5px;
   width: 201px;
}
.regions a.openCountries, .regions a.activeRegion{
   display: block;
   background: url(../img/arrow.gif) no-repeat 0 5px;
   padding: 6px 14px;
   height: 9px;
   margin-bottom: 5px;
   position: relative;
}
.regions a.openCountries:hover{
   background-image: url(../img/arrow_on.gif);
}
.regions a.activeRegion{
   background: url(../img/arrow_active.gif) no-repeat 0 7px;
}
.regions li li a{
   background: url(../img/arrow_s.gif) no-repeat 5px 5px;
   padding-left: 14px;
   color: #497113;
   text-decoration: none;
   height: 18px;
   font-size: 1.18em;
   display: block;
   position: relative;
}
.regions li li a:hover{
   background-image: url(../img/arrow_s_on.gif);
   background-color: #e9e8de;
   color: #e2001a;
}
#copyright{
   position: absolute;
   top: 600px;
   left: 0;
   width: 100%;
   color: #fff;
   text-align: center;
   z-index: 5000;
}
.teaColor{
   font-weight: normal;
   color: #e2001a;
}

#footer{
   width: 920px;
   color: #fff;
   margin: 0 auto;
   padding-bottom: 20px;
   text-align: left;
}
#footer .footerCountry1{
   margin-bottom: 20px;
}
#footer .footerCountry1 h2{
   margin-top: 20px;
   color: #f2840b;
   font-size: 1em;
}
#footer .footerCountry1 h2 a, #footer .footerCountry2, #footer .footerCountry2 a{
   color: #f2840b;
}
#footer .footerCountry1 a{
   color: #fff;
   font-weight: bold;
}
#footer ul.footerCountry2{
   text-align: center;
}
#footer .footerCountry2 li{
   display: inline;
}

/* Scroll */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/arrow_up.gif) no-repeat 0 3px;
	height: 9px;
   padding: 0;
}
a.jScrollArrowUp:hover {
	background: url(../img/arrow_up_on.gif) no-repeat 0 3px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/arrow_down.gif) no-repeat 0 3px;
	height: 9px;
   padding: 0;
}
a.jScrollArrowDown:hover {
	background: url(../img/arrow_down_on.gif) no-repeat 0 3px;
}
.holder{
   margin: 10px 0 15px 0;
}
* html .holder{
   margin-bottom: 10px;
}
*+html .holder{
   margin-bottom: 10px;
}
.scroll-pane {
	width: 215px;
	overflow: auto;
	height: 100px;
}
/* END Scroll */

/* Push */
.push{
   width: 440px;
   position: absolute;
   top: 460px;
   right: 0;
   display: none;
}
.listOfPush li{
   background: url(../img/push/bg_push.gif) no-repeat 0 0;
   width: 197px;
   height: 87px;
   float: left;
   margin-right: 5px;
   padding: 8px;
   z-index: 1;
}
.overPush{
   width: 445px;
   position: absolute;
   top: 526px;
   right: 0;
   z-index: 2;
}
/* END Push */

