BTG.css
3.36 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
/* dkblue:214796 midblue:00aeef litblue:b9e5fb */
/* bolierplate stuff */
/* Clear For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
@font-face {
font-family: 'TradeGot';
src: url('../fonts/TradeGot.eot');
src: url('../fonts/TradeGot.eot?#iefix') format('embedded-opentype'),
url('../fonts/TradeGot.woff') format('woff'),
url('../fonts/TradeGot.ttf') format('truetype'),
url('../fonts/TradeGot.svg#TradeGot') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TradeGotBol';
src: url('../fonts/TradeGotBol.eot');
src: url('../fonts/TradeGotBol.eot?#iefix') format('embedded-opentype'),
url('../fonts/TradeGotBol.woff') format('woff'),
url('../fonts/TradeGotBol.ttf') format('truetype'),
url('../fonts/TradeGotBol.svg#TradeGotBol') format('svg');
font-weight: normal;
font-style: normal;
}
#BTG{
position: fixed;
left:0;
top:143px;
width:298px;
font-family: TradeGot, Arial, sans-serif;
font-style: normal;
font-size: 12px;
line-height: 12px;
color:#214796;
}
#BTG #BTG_header{
background:url('../images/btg-back.png') no-repeat top left;
padding:13px 0px 8px 33px;
float:left;
width:100%;
}
#BTG h2{
font-size:15px;
font-weight: normal;
font-style:normal;
line-height: 17px;
font-family: TradeGotBol, Arial, sans-serif;
text-transform:uppercase;
padding:0; margin:1px 0 0 0;
}
#BTG #BTG_header h2{
width: 130px;
padding:0; margin:1px 0 0 0;
float:left;
}
#BTG #BTG_header #BTG_instruct {
float: left;
clear: both;
width: 205px;
font-size: 11px;
margin: 4px 0;
}
#BTG #BTG_header #BTG_help{
display:block;
height:41px;
width:64px;
background:url('../images/btg-sprites.png') no-repeat -18px -76px;
padding:0; margin:0;
float:left;
}
#BTG #BTG_header #BTG_help:hover{background:url('../images/btg-sprites.png') no-repeat -18px -117px;}
#BTG #BTG_header #BTG_help:active{background:url('../images/btg-sprites.png') no-repeat -18px -115px;}
#BTG #BTG_header #BTG_skype{
display:block;
height:38px;
width:38px;
background:url('../images/btg-sprites.png') no-repeat -18px 0px;
padding:0; margin:1px 0 0 21px;
float:left;
}
#BTG #BTG_header #BTG_skype:hover{background:url('../images/btg-sprites.png') no-repeat -18px -38px;}
#BTG #BTG_header #BTG_skype:active{background:url('../images/btg-sprites.png') no-repeat -18px -36px;}
#BTG #BTG_content{
background:url('../images/btg-back.png') no-repeat bottom left;
padding:0 0 5px 33px;
min-height:155px;
width:265px;
float:left;
}
#BTG #BTG_footer{
width:188px;
padding:5px 0 5px 0;
}
#BTG #BTG_content ul{
padding:0;
margin:0 77px 0 0px;
border-top: solid 1px white;
list-style-type: none;
}
#BTG #BTG_content ul li{
margin:0; padding:0;
border-bottom: solid 1px white;
}
#BTG #BTG_content ul li a.BTG_user{
display:block;
padding: 8px 0 8px 8px;
text-decoration:none;
color:#214796;
}
#BTG #BTG_content ul li a.BTG_user:hover{
text-decoration:underline;
}
#BTG #BTG_content ul li a.BTG_user:active{
color:#FFF;
}
#BTG #BTG_content ul li a.BTG_user img{
border:none;
margin:-2px 5px -3px 0;
float:right;
}
#BTG #BTG_content #BTG_rightcol{
width:18px;
height:139px;
float:right;
background: url('../images/btg-sprites.png') no-repeat 0px 0px;
margin:0 23px 0 0;
}