bklLiudl
2024-07-23 277bbae216debe7e6c04e8cc6ee6e1ba9763e14b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
img.png {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/blank.gif"
    );
}
 
 
 
.hidden {
  display:none
}
 
 
 
div.login { width: 120px;}
div.nav-global LI,
div.nav-global LI A {  display:inline !important;  zoom: 1;}
 
div.nav-global LI A:hover,
div.nav-left li a:hover {  text-decoration: none;}
 
div.buttonSubmit {  height: 36px;}
 
div.buttonSubmit input {  position: absolute;}
 
div.offerHeader {margin-left: 3px;}
 
#col-left {  height: 340px;}
 
span#cancellation {
  position: relative;
  top: 20px;
}