|
0
|
1 |
html |
|
|
2 |
{ |
|
|
3 |
background: #eee |
|
|
4 |
} |
|
|
5 |
|
|
|
6 |
body |
|
|
7 |
{ |
|
|
8 |
font: 11px Verdana, Arial, sans-serif; |
|
|
9 |
color: #333 |
|
|
10 |
} |
|
|
11 |
|
|
|
12 |
.sf-exceptionreset, .sf-exceptionreset .block, .sf-exceptionreset #message |
|
|
13 |
{ |
|
|
14 |
margin: auto |
|
|
15 |
} |
|
|
16 |
|
|
|
17 |
img |
|
|
18 |
{ |
|
|
19 |
border: 0; |
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
.clear |
|
|
23 |
{ |
|
|
24 |
clear:both; |
|
|
25 |
height:0; |
|
|
26 |
font-size:0; |
|
|
27 |
line-height:0; |
|
|
28 |
} |
|
|
29 |
|
|
|
30 |
.clear_fix:after |
|
|
31 |
{ |
|
|
32 |
content:"\0020"; |
|
|
33 |
display:block; |
|
|
34 |
height:0; |
|
|
35 |
clear:both; |
|
|
36 |
visibility:hidden; |
|
|
37 |
} |
|
|
38 |
|
|
|
39 |
.clear_fix |
|
|
40 |
{ |
|
|
41 |
display:inline-block; |
|
|
42 |
} |
|
|
43 |
|
|
|
44 |
* html .clear_fix |
|
|
45 |
{ |
|
|
46 |
height:1%; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
.clear_fix |
|
|
50 |
{ |
|
|
51 |
display:block; |
|
|
52 |
} |
|
|
53 |
|
|
|
54 |
.header |
|
|
55 |
{ |
|
|
56 |
padding:30px 30px 20px 30px; |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
.header_logo |
|
|
60 |
{ |
|
|
61 |
float:left; |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
.search |
|
|
65 |
{ |
|
|
66 |
float:right; |
|
|
67 |
} |
|
|
68 |
|
|
|
69 |
.search |
|
|
70 |
{ |
|
|
71 |
padding-top:20px; |
|
|
72 |
} |
|
|
73 |
|
|
|
74 |
.search label |
|
|
75 |
{ |
|
|
76 |
line-height:28px; |
|
|
77 |
vertical-align:middle; |
|
|
78 |
} |
|
|
79 |
|
|
|
80 |
.search input |
|
|
81 |
{ |
|
|
82 |
width:188px; |
|
|
83 |
margin-right:10px; |
|
|
84 |
font-size:12px; |
|
|
85 |
border:1px solid #dadada; |
|
|
86 |
background:#FFFFFF url(../images/input_bg.gif) repeat-x left top; |
|
|
87 |
padding:5px 6px; |
|
|
88 |
color:#565656; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
.search input[type="search"] |
|
|
92 |
{ |
|
|
93 |
-webkit-appearance: textfield; |
|
|
94 |
} |
|
|
95 |
|
|
|
96 |
.search button |
|
|
97 |
{ |
|
|
98 |
-webkit-appearance: button-bevel; |
|
|
99 |
float: none; |
|
|
100 |
padding: 0; |
|
|
101 |
margin: 0; |
|
|
102 |
overflow: visible; |
|
|
103 |
width: auto; |
|
|
104 |
text-decoration: none; |
|
|
105 |
cursor: pointer; |
|
|
106 |
white-space: nowrap; |
|
|
107 |
display: inline-block; |
|
|
108 |
text-align: center; |
|
|
109 |
vertical-align: middle; |
|
|
110 |
border: 0; |
|
|
111 |
background: none; |
|
|
112 |
} |
|
|
113 |
|
|
|
114 |
.search button:-moz-focus-inner |
|
|
115 |
{ |
|
|
116 |
padding: 0; |
|
|
117 |
border: none; |
|
|
118 |
} |
|
|
119 |
|
|
|
120 |
.search button:hover |
|
|
121 |
{ |
|
|
122 |
text-decoration: none; |
|
|
123 |
} |
|
|
124 |
|
|
|
125 |
.search button span span, |
|
|
126 |
.search button span span span |
|
|
127 |
{ |
|
|
128 |
position: static; |
|
|
129 |
} |
|
|
130 |
|
|
|
131 |
.search button span |
|
|
132 |
{ |
|
|
133 |
position: relative; |
|
|
134 |
text-decoration: none; |
|
|
135 |
display: block; |
|
|
136 |
height: 28px; |
|
|
137 |
float: left; |
|
|
138 |
padding: 0 0 0 8px; |
|
|
139 |
background: transparent url(../images/border_l.png) no-repeat top left; |
|
|
140 |
} |
|
|
141 |
|
|
|
142 |
.search button span span |
|
|
143 |
{ |
|
|
144 |
padding: 0 8px 0 0; |
|
|
145 |
background: transparent url(../images/border_r.png) right top no-repeat; |
|
|
146 |
} |
|
|
147 |
|
|
|
148 |
.search button span span span |
|
|
149 |
{ |
|
|
150 |
padding: 0 7px; |
|
|
151 |
font: bold 11px Arial, Helvetica, sans-serif; |
|
|
152 |
color: #6b6b6b; |
|
|
153 |
line-height: 28px; |
|
|
154 |
background: transparent url(../images/btn_bg.png) repeat-x top left; |
|
|
155 |
} |
|
|
156 |
|
|
|
157 |
#content |
|
|
158 |
{ |
|
|
159 |
width:970px; |
|
|
160 |
margin:0 auto; |
|
|
161 |
} |