template_styles.css
9.12 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
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
html { width:100%; height: 100%; }
body
{
height:100%;
margin:0;
padding:0;
font-size: 80.01%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
form { margin:0; padding:0;}
form.main-form
{
display: block;
margin:0;
padding:0;
width:100%;
height:100%;
}
#page-wrapper
{
min-height:100%;
/*width:878px;*/
margin: 0 auto -90px;
}
* html #page-wrapper { height: 100%; }
#header { height: 106px; position: relative; z-index: 10; width:878px; margin:0 auto;}
#top-menu
{
position: absolute;
top: 46px;
width: 638px;
height: 30px;
right: 0;
}
#top-menu-inner
{
margin-left: 16px;
padding-right: 16px;
height: 30px;
}
#logo
{
width: 235px;
height: 100px;
position:absolute;
left:0;
top:0;
text-align: center;
}
#logo td { padding: 0;}
#logo a { outline: none;}
#top-icons { overflow: hidden; height: 15px; position: absolute; top: 17px; width: 200px; left: 252px; }
#top-icons a
{
float: left;
margin-right: 31px;
}
a.home-icon { width: 12px; height: 11px;}
a.search-icon { width: 12px; height: 12px;}
a.feedback-icon { width: 14px; height: 10px;}
#banner { margin:0 auto; width:878px; height: 153px; position: relative; }
#banner-layout { height: 142px; table-layout: fixed; }
#banner-overlay { height: 153px; position: absolute; width:437px; left:0; top: 0;}
#banner-image { padding:0; width: 437px; vertical-align: top;}
#banner-image div { width: 437px; height: 142px; overflow: hidden;}
#banner-slogan
{
padding:0;
width: 441px;
font-family: Arial;
font-style: italic;
font-size: 2em;
font-weight: bold;
padding:10px 0 32px;
}
#content { width:878px; overflow: hidden; margin: 20px auto 29px; zoom: 1;}
#sidebar { width: 233px; float: left; }
#workarea { padding-top:10px; width:612px; float: right;}
#footer
{
background: #F5F5F5 url(images/footer-corner.gif) no-repeat left top;
height: 90px;
width:878px;
margin:0 auto;
position: relative;
}
#copyright { width: 49%; position: absolute; top: 20px; left: 25px;}
#copyright p { margin: 0;}
.footer-links { width:50%; position:absolute; right:25px; top: 20px; }
#footer-links { margin:0; padding:0; list-style: none; text-align: right;}
#footer-links li { display: inline; padding-left:1.5em;}
#space-for-footer { height: 90px; }
#footer-design { width:300px; position:absolute; right:25px; top: 52px; text-align: right;}
#footer-design a{color:#757575; font-size:11px; text-decoration:none;}
#footer-design a:hover{text-decoration:underline;}
div.content-block { margin-bottom: 24px; }
div.content-block-inner { padding: 22px 18px 22px 21px;}
div.information-block div.top
{
height: 13px;
border-right: 1px solid;
font-size: 1px;
background: #FFF url(images/sidebar-corners-form.gif) no-repeat left top;
}
div.information-block div.bottom
{
height: 13px;
border-left: 1px solid;
font-size: 1px;
background: #FFF url(images/sidebar-corners-form.gif) no-repeat right bottom;
}
div.information-block-inner
{
border-left: 1px solid;
border-right: 1px solid;
padding: 9px 18px 9px 21px;
zoom: 1;
}
div.information-block div.top, div.information-block div.bottom, div.information-block-inner { border-color: #E3E3E3; }
#search { width:190px; overflow: hidden;}
#search div.rounded-box { float: left; width:135px;}
#search div.search-inner-box
{
border: 1px solid;
padding-left: 20px;
height: 20px;
overflow:hidden;
background: white url(images/loupe.gif) no-repeat 4px 4px;
}
#search div.search-inner-box input
{
border:1px solid;
width: 110px;
height: 18px;
padding:0;
margin:0;
}
#search input { vertical-align: top;}
#search-button { float: right; width:48px; border: 1px solid;}
#search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/
#search-button input
{
display: block;
border: none;
background: none;
width:48px;
padding:0;
margin:0;
font-family: Georgia, serif;
font-size: 12px;
height: 19px;
cursor: pointer;
cursor: hand;
outline: none;
}
div.search-item h4 { margin-bottom: 0.4em;}
dl.block-list { margin: 0; padding:0; font-size: 0.85em;}
dl.block-list dt { margin: 1.5em 0 0.5em; }
dl.block-list dd { margin:0; padding:0;}
dl.block-list a { text-decoration: none; outline: none;}
dl.block-list a:hover { text-decoration: underline;}
#sidebar h3
{
font-family: Verdana;
font-size: 1em;
font-weight: bold;
padding: 0 0 1em;
margin: 0 0 1em;
}
#left-menu
{
margin:0;
padding:0;
list-style: none;
}
#left-menu li
{
margin:0 0 0.7em;
padding: 0 0 0.7em;
display: block;
}
#left-menu a
{
text-decoration: none;
font-size: 1em;
font-weight: bold;
padding: 1em 1em 1em 0;
outline: none;
}
#left-menu li.last-item { background: none; margin-bottom: 0; padding-bottom: 0;}
#left-menu li.selected a { padding-left: 1em; }
#left-menu li.selected { text-indent: -1em; padding-left:1em;}
/* Navigation */
div.navigation { font-size:100%; line-height:200%; }
span.navigation-title { padding-right:0.65em; font-weight: bold;}
div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}
span.nav-current-page { padding:0.2em 0.3em; }
div.navigation span.arrow { font-size:100%; font-family:Times, serif; }
div.navigation span.ctrl { font-size:85%; }
/* Product List */
div.product-list { overflow: hidden; }
div.product
{
overflow: hidden;
width: 280px;
height: 105px;
margin: 0 25px 20px 0;
position: relative;
float: left;
}
div.product-alt { margin-right: 0;}
div.product-image
{
width: 250px;
height: 105px;
background-repeat: no-repeat;
background-position: left top;
position: absolute;
top:0;
left: 0;
}
div.product-overlay
{
width: 280px;
height: 105px;
position: absolute;
z-index: 1;
}
a.product-desc
{
float:right;
height:62px;
overflow:hidden;
position:absolute;
right:0;
top:0px;
width:142px;
z-index:2;
font-size: 1em;
text-decoration: none;
padding:13px 10px 30px 129px;
}
a.product-desc p { font-size: 0.85em; margin:7px 0 0;}
/* News List */
div.news-list { margin: 0 0 2em;}
div.news-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; }
div.news-date { margin: 0 0 1em;}
div.news-title { font-size: 1em; margin: 0 0 1em; font-weight: bold;}
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}
/* Catalog List */
div.catalog-list, div.catalog-detail { padding: 1em 0 0;}
div.catalog-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; overflow: hidden; zoom: 1;}
div.catalog-detail div.catalog-item { border: none; }
div.catalog-item-title { margin: 0 0 1em;}
div.catalog-item-title a { font-weight: bold; }
div.catalog-item-image { float: left; margin: 0 1em 1em 0; border:1px solid; padding: 4px; }
div.catalog-item-price {clear: left; float:left; padding: 0.5em 1em; margin:1em 0 0; font-weight: bold; }
div.catalog-item-desc { clear: left; }
div.catalog-item-desc-float { }
div.catalog-item-properties { clear: both; padding: 1em 0 0; overflow: hidden;}
div.catalog-item-property { margin: 0 0 1em; border-bottom:1px dashed; float: left; width: 100%;}
div.catalog-item-property b { float: right; position: relative; top: 0.31em; padding-left: 3px; font-style:italic; font-weight:normal; }
div.catalog-item-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; zoom: 1;}
div.catalog-item-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }
/* Special Product */
div.special-product-title { text-align: center; margin: 0 0 1em;}
div.special-product-image { text-align: center; margin: 0 0 1em;}
div.special-product { text-align: center; }
/* Top menu */
#horizontal-multilevel-menu, #horizontal-multilevel-menu ul
{
margin:0; padding:0;
min-height:27px;
width:100%;
list-style:none;
font-size:12px;
float:left;
background: none;
}
#horizontal-multilevel-menu a
{
display:block;
padding:5px 3px;
text-decoration:none;
text-align:center;
outline: none;
}
#horizontal-multilevel-menu li { float:left; }
#horizontal-multilevel-menu li a.root-item { font-weight:bold; padding:8px 12px 8px; } /*Root items*/
#horizontal-multilevel-menu a.parent { background: url(images/top-menu-arrow.gif) center right no-repeat; } /*Item-parents*/
#horizontal-multilevel-menu li a.root-item-selected { font-weight:bold; padding:8px 12px 8px; } /*Root menu selected*/
#horizontal-multilevel-menu li.last-item { border: none; }
/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
position:absolute;
top:auto;
display:none;
z-index:500;
height:auto;
width:163px;
padding: 3px 11px;
border:1px solid;
}
#horizontal-multilevel-menu li li { width:100%; border-bottom:1px solid; } /*Sub-menu item box*/
#horizontal-multilevel-menu li ul a { text-align:left; font-size: 12px;} /*Item link*/
#horizontal-multilevel-menu li ul ul { margin:-27px 0 0 160px; }
#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul
{
display:none;
}
#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li li:hover ul
{
display:block;
}
div.menu-clear-left { clear:left; }
/*Common Elements */
div.content-form { padding-left:1em; }