summaryrefslogtreecommitdiff
path: root/style.ie7.css
blob: c0b19f6940cd1c3a0efc82c698d670f395d1489f (plain)
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
/* begin Page */
#b2-page-background-glare, #b2-page-background-glare-image
{
  zoom: 1;
}

img
{
  filter: expression(artFixPNG(this));
}/* end Page */

/* begin Menu */
.b2-nav-r
{
  clip: rect(auto auto auto 989px);
}

/* end Menu */

/* begin MenuItem */
.b2-hmenu a .r
{
  clip: rect(auto auto auto 416px);
}
/* end MenuItem */

/* begin Box, Sheet */
.b2-sheet-tl
{
  clip: rect(auto 17px 17px auto);
}

.b2-sheet-tr
{
  clip: rect(auto auto 17px 17px);
}

.b2-sheet-bl
{
  clip: rect(17px 17px auto auto);
}

.b2-sheet-br
{
  clip: rect(17px auto auto 17px);
}

.b2-sheet-tc
{
  clip: rect(auto auto 17px auto);
}

.b2-sheet-bc
{
  clip: rect(17px auto auto auto);
}

.b2-sheet-cr
{
  clip: rect(auto auto auto 17px);
}

.b2-sheet-cl
{
  clip: rect(auto 17px auto auto);
}

.b2-sheet-body
{
  zoom: 1;
}
/* end Box, Sheet */

/* begin Layout */
.b2-content-layout, .b2-content-layout-row {display: block;}
.b2-content-layout, .b2-content-layout-row {zoom: 1;}
/* end Layout */

/* begin Button */
.b2-button-wrapper .b2-button-r
{
  clip: rect(auto auto auto 404px);
}
/* end Button */

/* begin Box, Block, VMenuBlock */

.b2-vmenublock-body
{
  zoom: 1;
}
/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.b2-vmenublockheader .r
{
  clip: rect(auto auto auto 973px);
}
/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */

.b2-vmenublockcontent-body
{
  zoom: 1;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenuItem */
ul.b2-vmenu .b2-vmenu-separator, ul.b2-vmenu .b2-vmenu-separator-span, ul.b2-vmenu li.b2-vsubmenu-separator, ul.b2-vmenu .b2-vsubmenu-separator-span
{
  zoom: 1;
  overflow: hidden;
  float: left;
  width: 100%;
}

.b2-vmenu ul, .b2-vmenu li
{
  zoom: 1;
}

ul.b2-vmenu a .r
{
  clip: rect(auto auto auto 996px);
}
/* end VMenuItem */

/* begin Box, Block */

.b2-block-body
{
  zoom: 1;
}
/* end Box, Block */

/* begin BlockHeader */
.b2-blockheader .r
{
  clip: rect(auto auto auto 973px);
}
/* end BlockHeader */

/* begin Box, BlockContent */

.b2-blockcontent-body
{
  zoom: 1;
}
/* end Box, BlockContent */

/* begin Box, Post */

.b2-post-body
{
  zoom: 1;
}
/* end Box, Post */

/* begin PostContent */
.b2-postcontent
{
  height: 1%;
}
/* end PostContent */

/* begin Footer */
.b2-footer-body
{
    padding-right: 0;
  zoom:1;
}

.b2-footer{
  zoom:1;
}

.b2-footer-r
{
  clip: rect(auto auto auto 5px);
}

/* end Footer */

/* begin LayoutCell, content */
.b2-sidebar2 {width: auto;}
.b2-content-layout .b2-layout-cell, .b2-content-layout .b2-layout-cell .b2-content-layout .b2-layout-cell
{
  display: block;
  position:relative;
  float: left;
  clear: right;
}
.b2-content-layout .b2-layout-cell, .b2-content-layout .b2-layout-cell .b2-content-layout .b2-layout-cell {  zoom:1; }
.b2-layout-cell .b2-layout-cell{ float: none; clear: both;}
/* end LayoutCell, content */