Commit cb929be078515476034e24444a674f324362c9af
1 parent
452c1f2a
fix play icon
Showing
1 changed file
with
887 additions
and
4158 deletions
Show diff stats
www/css/main.css
1 | *{margin:0;padding:0} | 1 | *{margin:0;padding:0} |
2 | -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr { | ||
3 | - margin:0; | ||
4 | - padding:0; | ||
5 | - letter-spacing: normal; | ||
6 | -} | ||
7 | -table { | ||
8 | - border-collapse:collapse; | ||
9 | - border-spacing:0; | ||
10 | - | ||
11 | -} | ||
12 | -fieldset,img { | ||
13 | - border:0; | ||
14 | -} | ||
15 | -address,caption,cite,code,dfn,em,strong,th,var { | ||
16 | - font-style:normal; | ||
17 | - font-weight:normal; | ||
18 | -} | ||
19 | -caption,th { | ||
20 | - text-align:left; | ||
21 | -} | ||
22 | -q:before,q:after { | ||
23 | - content:''; | ||
24 | -} | ||
25 | -:focus{ | ||
26 | - outline:none; | ||
27 | -} | ||
28 | -abbr,acronym { | ||
29 | - border:0; | ||
30 | -} | ||
31 | -html,body { | ||
32 | - height:100%; | ||
33 | -} | ||
34 | -header,nav,section,article,aside,footer { | ||
35 | - display:block; | ||
36 | - margin:0; | ||
37 | - padding:0; | ||
38 | -} | ||
39 | -img { | ||
40 | - border:0; | ||
41 | - width: auto; | ||
42 | -} | ||
43 | -input { | ||
44 | - vertical-align:middle; | ||
45 | -} | ||
46 | -ol,ul { | ||
47 | - margin:0; | ||
48 | - padding:0; | ||
49 | - list-style:none; | ||
50 | -} | ||
51 | -ul li { | ||
52 | - margin:0; | ||
53 | - padding:0; | ||
54 | -} | ||
55 | -a { | ||
56 | - color: #4a4a4a; | ||
57 | - text-decoration:underline; | ||
58 | - display: block; | ||
59 | -} | ||
60 | - | ||
61 | -a:hover { | ||
62 | - color:#4a4a4a; | ||
63 | - text-decoration:underline; | ||
64 | -} | ||
65 | - | ||
66 | -.clearfix:after { | ||
67 | - content: ""; | ||
68 | - display: block; | ||
69 | - clear: both; | ||
70 | - visibility: hidden; | ||
71 | - line-height: 0; | ||
72 | - height: 0; | ||
73 | -} | ||
74 | - | ||
75 | -.clearfix { | ||
76 | - display: inline-block; | ||
77 | -} | ||
78 | - | ||
79 | -html[xmlns] .clearfix { | ||
80 | - display: block; | ||
81 | -} | ||
82 | - | ||
83 | -* html .clearfix { | ||
84 | - | ||
85 | -} | ||
86 | - | ||
87 | -body { | ||
88 | - font: normal 12px/14px Arial, Tahoma, sans-serif; | ||
89 | - color: #4a4a4a; | ||
90 | -} | ||
91 | - | ||
92 | -.float { | ||
93 | - display: inline; | ||
94 | - float: left; | ||
95 | -} | ||
96 | -.last { | ||
97 | - margin-right: 0 !important; | ||
98 | - padding-right: 0 !important; | ||
99 | -} | ||
100 | -.display_none { | ||
101 | - display: none!important; | ||
102 | -} | ||
103 | -.display_block { | ||
104 | - display: block!important; | ||
105 | -} | ||
106 | -.inner { | ||
107 | - width: 960px; | ||
108 | - margin: 0 auto; | ||
109 | -} | ||
110 | -.not_exist | ||
111 | -{ | ||
112 | - cursor: default; | ||
113 | - opacity: 0.3; | ||
114 | - -moz-opacity: 0.3; | ||
115 | - -khtml-opacity: 0.3; | ||
116 | -} | ||
117 | - | ||
118 | - | ||
119 | -#wrapper{ | ||
120 | - min-height: 100%; | ||
121 | - /* luv IE shit */ | ||
122 | - height: auto !important; | ||
123 | - height: 100%; | ||
124 | - margin: 0 auto -5em; | ||
125 | -} | ||
126 | -/* header */ | ||
127 | - | ||
128 | -.beta{ | ||
129 | - width:960px; | ||
130 | - overflow:hidden; | ||
131 | - margin:0 auto;padding:10px 0 0; | ||
132 | - font-size:20px; | ||
133 | - line-height:20px; | ||
134 | - text-align:center; | ||
135 | -} | ||
136 | -.beta a{ | ||
137 | - display:inline; | ||
138 | - color:#009aff; | ||
139 | -} | ||
140 | - | ||
141 | -#header { | ||
142 | - background: #ffffff; /* Old browsers */ | ||
143 | - background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%, #ececec 100%); /* FF3.6+ */ | ||
144 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec), color-stop(100%,#ececec)); /* Chrome,Safari4+ */ | ||
145 | - background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%); /* Chrome10+,Safari5.1+ */ | ||
146 | - background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%); /* Opera 11.10+ */ | ||
147 | - background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%); /* IE10+ */ | ||
148 | - background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%,#ececec 100%); /* W3C */ | ||
149 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */ | ||
150 | - position: relative; | ||
151 | -} | ||
152 | -.columns3 { | ||
153 | - margin: 10px 0; | ||
154 | -} | ||
155 | -.columns3.first_column { | ||
156 | - width: 320px; | ||
157 | -} | ||
158 | -.columns3.second_column { | ||
159 | - width: 375px; | ||
160 | -} | ||
161 | -.columns3.third_column { | ||
162 | - width: 265px; | ||
163 | - position: relative; | ||
164 | -} | ||
165 | -.switch_lang { | ||
166 | - margin: 5px 0 10px 0; | ||
167 | -} | ||
168 | - .switch_lang div { | ||
169 | - padding: 0 10px 0 20px; | ||
170 | - } | ||
171 | - .switch_lang div.ru { | ||
172 | - background: url(../images/ru_flag.gif) no-repeat 0 50%;color: #55a727; | ||
173 | - } | ||
174 | - .switch_lang div { | ||
175 | - color: #55a727; | ||
176 | - } | ||
177 | - | ||
178 | - .switch_lang div a.active, | ||
179 | - .switch_lang div a:hover{ | ||
180 | - color: #55a727; | ||
181 | - } | 2 | +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr{margin:0;padding:0;letter-spacing:normal;} |
3 | +table{border-collapse:collapse;border-spacing:0;} | ||
4 | +fieldset,img{border:0;} | ||
5 | +address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} | ||
6 | +caption,th{text-align:left;} | ||
7 | +q:before,q:after{content:'';} | ||
8 | +:focus{outline:none;} | ||
9 | +abbr,acronym{border:0;} | ||
10 | +html,body{height:100%;} | ||
11 | +header,nav,section,article,aside,footer{display:block;margin:0;padding:0;} | ||
12 | +img{border:0;width:auto;} | ||
13 | +input{vertical-align:middle;} | ||
14 | +ol,ul{margin:0;padding:0;list-style:none;} | ||
15 | +ul li{margin:0;padding:0;} | ||
16 | +a{color:#4a4a4a;text-decoration:underline;display:block;} | ||
17 | +a:hover{color:#4a4a4a;text-decoration:underline;} | ||
18 | +.clearfix:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;} | ||
19 | +.clearfix{display:inline-block;} | ||
20 | +html[xmlns] .clearfix{display:block;} | ||
21 | +* html .clearfix{} | ||
22 | +body{font:normal 12px/14px Arial, Tahoma, sans-serif;color:#4a4a4a;} | ||
23 | +.float{display:inline;float:left;} | ||
24 | +.last{margin-right:0 !important;padding-right:0 !important;} | ||
25 | +.display_none{display:none!important;} | ||
26 | +.display_block{display:block!important;} | ||
27 | +.inner{width:960px;margin:0 auto;} | ||
28 | +.not_exist{cursor:default;opacity:0.3;-moz-opacity:0.3;-khtml-opacity:0.3;} | ||
29 | +#wrapper{min-height:100%;height:auto !important;height:100%;margin:0 auto -5em;} | ||
30 | +.beta{width:960px;overflow:hidden;margin:0 auto;padding:10px 0 0;font-size:20px;line-height:20px;text-align:center;} | ||
31 | +.beta a{display:inline;color:#009aff;} | ||
32 | +#header{background:#ffffff;background:-moz-linear-gradient(top, #ffffff 0%, #ececec 100%, #ececec 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec), color-stop(100%,#ececec));background:-webkit-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%);background:-o-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%);background:-ms-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%);background:linear-gradient(to bottom, #ffffff 0%,#ececec 100%,#ececec 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0);position:relative;} | ||
33 | +.columns3{margin:10px 0;} | ||
34 | +.columns3.first_column{width:320px;} | ||
35 | +.columns3.second_column{width:375px;} | ||
36 | +.columns3.third_column{width:265px;position:relative;} | ||
37 | +.switch_lang{margin:5px 0 10px 0;} | ||
38 | +.switch_lang div{padding:0 10px 0 20px;} | ||
39 | +.switch_lang div.ru{background:url(../images/ru_flag.gif) no-repeat 0 50%;color:#55a727;} | ||
40 | +.switch_lang div{color:#55a727;} | ||
41 | +.switch_lang div a.active, | ||
42 | +.switch_lang div a:hover{color:#55a727;} | ||
182 | .contact_phones, | 43 | .contact_phones, |
183 | -.contact_mob_phones{ | ||
184 | - font: normal 17px/20px Arial, Tahoma, sans-serif !important; | ||
185 | - padding: 2px 0 2px 20px !important; | ||
186 | -} | 44 | +.contact_mob_phones{font:normal 17px/20px Arial, Tahoma, sans-serif !important;padding:2px 0 2px 20px !important;} |
187 | .contact_phones a, | 45 | .contact_phones a, |
188 | -.contact_mob_phones a{ | ||
189 | - display:inline; | ||
190 | -} | ||
191 | -.contact_phones{ | ||
192 | - background: url(../images/tel.png) no-repeat 0 50%; | ||
193 | -} | ||
194 | -.contact_mob_phones{ | ||
195 | - background: url(../images/mob.png) no-repeat 1% 50%; | ||
196 | -} | ||
197 | - span.small_digits{ | ||
198 | - font-size: 15px !important; | ||
199 | - } | ||
200 | -.callback { | ||
201 | - font-style: italic; | ||
202 | - margin: 5px 0 0 0; | ||
203 | -} | ||
204 | - | ||
205 | -.logo { | ||
206 | - margin: 10px 0 10px 0; | ||
207 | -} | ||
208 | - | ||
209 | - | ||
210 | -.menu_cabinet{ | ||
211 | - padding: 10px 10px 10px 20px; | ||
212 | -} | ||
213 | -.basket { | ||
214 | - padding: 10px 10px 10px 23px; | ||
215 | -} | ||
216 | -.compare_wrapper { | ||
217 | - min-height: 35px; | ||
218 | - position: relative; | ||
219 | -} | ||
220 | -header .navbar .compare_wrapper { | ||
221 | - display: inline-block; | ||
222 | -} | ||
223 | -.compare { | ||
224 | - padding: 5px 0 15px 20px; | ||
225 | - margin: 0 0 0 120px; | ||
226 | -} | ||
227 | -header .compare { | ||
228 | - margin: 10px 0 0 20px; | ||
229 | -} | ||
230 | - .compare_wrapper .compare_list{ | ||
231 | - position: absolute; | ||
232 | - top: 0; | ||
233 | - right: 0; | ||
234 | - padding: 0 10px 10px 10px; | ||
235 | - background: #F5F5F5; | ||
236 | - border: 2px solid #267f00; | ||
237 | - border-radius: 5px; | ||
238 | - -moz-border-radius: 5px; | ||
239 | - -webkit-border-radius: 5px; | ||
240 | - z-index: 9991; | ||
241 | - font: normal 12px/20px Arial, Tahoma, sans-serif; | ||
242 | - display: none; | ||
243 | - } | ||
244 | - | ||
245 | - header .compare_wrapper .compare_list a, header .compare_wrapper .compare_list a:hover { | ||
246 | - color: #4a4a4a; | ||
247 | - text-decoration: underline; | ||
248 | - } | ||
249 | - header .compare_wrapper .compare_list .compare a, header .compare_wrapper .compare_list .compare a:hover { | ||
250 | - text-decoration: none; | ||
251 | - } | ||
252 | - .compare_wrapper .compare_list .compare{ | ||
253 | - margin: 0; | ||
254 | - padding: 1px 0 5px 20px; | ||
255 | - } | ||
256 | - .compare_wrapper .compare_list .compare a{ | ||
257 | - text-decoration: none; | ||
258 | - } | ||
259 | - .compare_wrapper .compare_list ul li{ | ||
260 | - font: normal 12px/20px Arial, Tahoma, sans-serif; | ||
261 | - padding: 2px 0; | ||
262 | - } | ||
263 | - .compare_wrapper .compare_list ul li a{ | ||
264 | - margin: 0 5px 0 0; | ||
265 | - } | ||
266 | -.basket .active { | ||
267 | - color: #f58025; | ||
268 | -} | ||
269 | -.basket_number { | ||
270 | - padding: 7px 0 10px 0; | ||
271 | -} | ||
272 | - .basket_number a, | ||
273 | - .basket_number a:hover{ | ||
274 | - text-decoration: none; | ||
275 | - color: #ffffff; | ||
276 | - background: #67b73e; | ||
277 | - padding: 2px 5px; | ||
278 | - border-radius: 100%; | ||
279 | - -moz-border-radius: 100%; | ||
280 | - -webkit-border-radius: 100%; | ||
281 | - webkit-box-shadow: inset 2px 1px 10px 0 #417e24; | ||
282 | - -moz-box-shadow: inset 2px 1px 10px 0 #417e24; | ||
283 | - box-shadow: inset 2px 1px 10px 0 #417e24; | ||
284 | - } | ||
285 | - .menu_cabinet a, | ||
286 | - .basket a, | ||
287 | - .compare a{ | ||
288 | - font-style: italic; | ||
289 | - } | ||
290 | - #header .columns3 .menu_cabinet{ | ||
291 | - background: url(../images/cabinet.png) no-repeat 0 50%; | ||
292 | - } | ||
293 | - #header .columns3 .basket{ | ||
294 | - background: url(../images/basket.png) no-repeat 0 50%; | ||
295 | - } | ||
296 | - #header .columns3 .compare, header .compare_wrapper .compare{ | ||
297 | - background: url(../images/ico_comparison.png ) no-repeat 0 25%; | ||
298 | - } | ||
299 | - | ||
300 | -#header .columns3 .site_search, header .site_search input | ||
301 | -{ | ||
302 | - position: relative; | ||
303 | -} | ||
304 | - #header .columns3 input, | ||
305 | - .cat_center .site_search input, | ||
306 | - header .site_search input | ||
307 | - { | ||
308 | - width: 250px; | ||
309 | - margin: 0; | ||
310 | - padding: 7px 5px; | ||
311 | - border-radius: 5px; | ||
312 | - -moz-border-radius: 5px; | ||
313 | - -webkit-border-radius: 5px; | ||
314 | - border:0; | ||
315 | - -moz-box-shadow: inset 1px 1px 1px 0 #d0d0d0; | ||
316 | - -webkit-box-shadow: inset 1px 1px 1px 0 #d0d0d0; | ||
317 | - box-shadow: inset 1px 1px 1px 0 #d0d0d0; | ||
318 | - } | ||
319 | - | ||
320 | - | ||
321 | - #header .columns3 label, | ||
322 | - .cat_center .site_search label, | ||
323 | - header .site_search label | ||
324 | - { | ||
325 | - position: absolute; | ||
326 | - top: 7px; | ||
327 | - right: 7px; | ||
328 | - } | ||
329 | - header .site_search label | ||
330 | - { | ||
331 | - top: 12px; | ||
332 | - right: 12px; | ||
333 | - } | ||
334 | - | ||
335 | - /* search */ | ||
336 | - | ||
337 | - #header .columns3 .site_search.active .search_result_wrapper, | ||
338 | - #header .columns3 .site_search:active .search_result_wrapper, | ||
339 | - .cat_center .site_search.active .search_result_wrapper, | ||
340 | - header .site_search.nav-search .search_result_wrapper | ||
341 | - { | ||
342 | - position: absolute; | ||
343 | - z-index: 9999; | ||
344 | - background: #ececec; | ||
345 | - width: 260px; | ||
346 | - border-radius: 5px; | ||
347 | - -moz-border-radius: 5px; | ||
348 | - -webkit-border-radius: 5px; | ||
349 | - border: 2px solid #4fa32c; | ||
350 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
351 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
352 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
353 | - } | ||
354 | - header .site_search.nav-search .search_result_wrapper { | ||
355 | - position: static; | ||
356 | - } | ||
357 | - | ||
358 | - | ||
359 | - #header .columns3 .site_search.active .search_result_wrapper .search_result_display, | ||
360 | - header .site_search.nav-search.active .search_result_wrapper .search_result_display { | ||
361 | - display: block; | ||
362 | - } | ||
363 | - #header .columns3 .site_search .search_result_wrapper .search_result_display, | ||
364 | - header .site_search.nav-search .search_result_wrapper .search_result_display { | ||
365 | - display: none; | ||
366 | - } | ||
367 | - #header .columns3 .site_search .search_result_wrapper li, | ||
368 | - header .site_search.nav-search .search_result_wrapper li{ | ||
369 | - border-bottom: 1px solid #c4c4c4; | ||
370 | - margin: 15px; | ||
371 | - padding: 0 0 10px 0; | ||
372 | - } | ||
373 | - #header .columns3 .site_search .search_result_wrapper li img, | ||
374 | - header .site_search.nav-search .search_result_wrapper li img{ | ||
375 | - width: 100px; | ||
376 | - margin: 5px; | ||
377 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
378 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
379 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
380 | - float: left; | ||
381 | - } | ||
382 | - #header .columns3 .site_search .search_result_wrapper li p, | ||
383 | - header .site_search.nav-search .search_result_wrapper li p{ | ||
384 | - margin: 0 0 0 80px; | ||
385 | - font: normal 13px/15px Arial, Tahoma, sans-serif; | ||
386 | - color: #f58025; | ||
387 | - } | ||
388 | - #header .columns3 .site_search .search_result_wrapper li p span, | ||
389 | - header .site_search.nav-search .search_result_wrapper li p span{ | ||
390 | - font: bold 20px/22px Arial, Tahoma, sans-serif; | ||
391 | - color: #f58025; | ||
392 | - } | ||
393 | - #header .columns3 .site_search .search_result_wrapper li a.search_result_title, | ||
394 | - header .site_search.nav-search .search_result_wrapper li a.search_result_title{ | ||
395 | - font: bold 14px/20px Arial, Tahoma, sans-serif; | ||
396 | - margin: 0 0 0 80px; | ||
397 | - text-decoration: none; | ||
398 | - } | ||
399 | - #header .columns3 .site_search .search_result_wrapper .all_search_result, | ||
400 | - header .site_search.nav-search .search_result_wrapper .all_search_result{ | ||
401 | - font: italic 12px/15px Arial, Tahoma, sans-serif; | ||
402 | - text-decoration: underline; | ||
403 | - margin: 0 15px 5px 15px; | ||
404 | - } | ||
405 | - #header .columns3 .site_search .search_result_wrapper .no_search_result, | ||
406 | - header .site_search.nav-search .search_result_wrapper .no_search_result{ | ||
407 | - font: italic 12px/15px Arial, Tahoma, sans-serif; | ||
408 | - margin: 5px; | ||
409 | - } | ||
410 | - | ||
411 | - | ||
412 | -#header_nav { | ||
413 | - position: relative; | ||
414 | - height: 20px; | ||
415 | -} | ||
416 | -#header_nav ul { | ||
417 | - border: 3px solid #ececec; | ||
418 | - height: 35px; | ||
419 | - border-radius: 5px; | ||
420 | - -moz-border-radius: 5px; | ||
421 | - -webkit-border-radius: 5px; | ||
422 | - background: #67b73e; | ||
423 | - position: absolute; | ||
424 | - z-index: 999; | ||
425 | -} | ||
426 | -#header_nav ul li { | ||
427 | - display: inline; | ||
428 | - float: left; | ||
429 | - background: #67b73e; | ||
430 | - border-left: 1px solid #55a727!important; | ||
431 | -} | ||
432 | - | ||
433 | -.header_nav_1_ { | ||
434 | - width: 50px!important; | ||
435 | -} | ||
436 | -.header_nav_2_ { | ||
437 | - width: 100px!important; | ||
438 | -} | ||
439 | -.header_nav_3_ { | ||
440 | - width: 145px!important; | ||
441 | -} | ||
442 | -.header_nav_4_ { | ||
443 | - width: 175px!important; | ||
444 | -} | ||
445 | -.header_nav_5_ { | ||
446 | - width: 135px!important; | ||
447 | -} | ||
448 | -.header_nav_6_ { | ||
449 | - width: 167px!important; | ||
450 | -} | ||
451 | -.header_nav_7_ { | ||
452 | - width: 103px!important; | ||
453 | -} | ||
454 | -.header_nav_8_ { | ||
455 | - width: 60px!important; | ||
456 | -} | ||
457 | - | 46 | +.contact_mob_phones a{display:inline;} |
47 | +.contact_phones{background:url(../images/tel.png) no-repeat 0 50%;} | ||
48 | +.contact_mob_phones{background:url(../images/mob.png) no-repeat 1% 50%;} | ||
49 | +span.small_digits{font-size:15px !important;} | ||
50 | +.callback{font-style:italic;margin:5px 0 0 0;} | ||
51 | +.logo{margin:10px 0 10px 0;} | ||
52 | +.menu_cabinet{padding:10px 10px 10px 20px;} | ||
53 | +.basket{padding:10px 10px 10px 23px;} | ||
54 | +.compare_wrapper{min-height:35px;position:relative;} | ||
55 | +header .navbar .compare_wrapper{display:inline-block;} | ||
56 | +.compare{padding:5px 0 15px 20px;margin:0 0 0 120px;} | ||
57 | +header .compare{margin:10px 0 0 20px;} | ||
58 | +.compare_wrapper .compare_list{position:absolute;top:0;right:0;padding:0 10px 10px 10px;background:#F5F5F5;border:2px solid #267f00;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;z-index:9991;font:normal 12px/20px Arial, Tahoma, sans-serif;display:none;} | ||
59 | +header .compare_wrapper .compare_list a, header .compare_wrapper .compare_list a:hover{color:#4a4a4a;text-decoration:underline;} | ||
60 | +header .compare_wrapper .compare_list .compare a, header .compare_wrapper .compare_list .compare a:hover{text-decoration:none;} | ||
61 | +.compare_wrapper .compare_list .compare{margin:0;padding:1px 0 5px 20px;} | ||
62 | +.compare_wrapper .compare_list .compare a{text-decoration:none;} | ||
63 | +.compare_wrapper .compare_list ul li{font:normal 12px/20px Arial, Tahoma, sans-serif;padding:2px 0;} | ||
64 | +.compare_wrapper .compare_list ul li a{margin:0 5px 0 0;} | ||
65 | +.basket .active{color:#f58025;} | ||
66 | +.basket_number{padding:7px 0 10px 0;} | ||
67 | +.basket_number a, | ||
68 | +.basket_number a:hover{text-decoration:none;color:#ffffff;background:#67b73e;padding:2px 5px;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;webkit-box-shadow:inset 2px 1px 10px 0 #417e24;-moz-box-shadow:inset 2px 1px 10px 0 #417e24;box-shadow:inset 2px 1px 10px 0 #417e24;} | ||
69 | +.menu_cabinet a, | ||
70 | +.basket a, | ||
71 | +.compare a{font-style:italic;} | ||
72 | +#header .columns3 .menu_cabinet{background:url(../images/cabinet.png) no-repeat 0 50%;} | ||
73 | +#header .columns3 .basket{background:url(../images/basket.png) no-repeat 0 50%;} | ||
74 | +#header .columns3 .compare, header .compare_wrapper .compare{background:url(../images/ico_comparison.png) no-repeat 0 25%;} | ||
75 | +#header .columns3 .site_search, header .site_search input{position:relative;} | ||
76 | +#header .columns3 input, | ||
77 | +.cat_center .site_search input, | ||
78 | +header .site_search input{width:250px;margin:0;padding:7px 5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:0;-moz-box-shadow:inset 1px 1px 1px 0 #d0d0d0;-webkit-box-shadow:inset 1px 1px 1px 0 #d0d0d0;box-shadow:inset 1px 1px 1px 0 #d0d0d0;} | ||
79 | +#header .columns3 label, | ||
80 | +.cat_center .site_search label, | ||
81 | +header .site_search label{position:absolute;top:7px;right:7px;} | ||
82 | +header .site_search label{top:12px;right:12px;} | ||
83 | +#header .columns3 .site_search.active .search_result_wrapper, | ||
84 | +#header .columns3 .site_search:active .search_result_wrapper, | ||
85 | +.cat_center .site_search.active .search_result_wrapper, | ||
86 | +header .site_search.nav-search .search_result_wrapper{position:absolute;z-index:9999;background:#ececec;width:260px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border:2px solid #4fa32c;-webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);} | ||
87 | +header .site_search.nav-search .search_result_wrapper{position:static;} | ||
88 | +#header .columns3 .site_search.active .search_result_wrapper .search_result_display, | ||
89 | +header .site_search.nav-search.active .search_result_wrapper .search_result_display{display:block;} | ||
90 | +#header .columns3 .site_search .search_result_wrapper .search_result_display, | ||
91 | +header .site_search.nav-search .search_result_wrapper .search_result_display{display:none;} | ||
92 | +#header .columns3 .site_search .search_result_wrapper li, | ||
93 | +header .site_search.nav-search .search_result_wrapper li{border-bottom:1px solid #c4c4c4;margin:15px;padding:0 0 10px 0;} | ||
94 | +#header .columns3 .site_search .search_result_wrapper li img, | ||
95 | +header .site_search.nav-search .search_result_wrapper li img{width:100px;margin:5px;-webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);float:left;} | ||
96 | +#header .columns3 .site_search .search_result_wrapper li p, | ||
97 | +header .site_search.nav-search .search_result_wrapper li p{margin:0 0 0 80px;font:normal 13px/15px Arial, Tahoma, sans-serif;color:#f58025;} | ||
98 | +#header .columns3 .site_search .search_result_wrapper li p span, | ||
99 | +header .site_search.nav-search .search_result_wrapper li p span{font:bold 20px/22px Arial, Tahoma, sans-serif;color:#f58025;} | ||
100 | +#header .columns3 .site_search .search_result_wrapper li a.search_result_title, | ||
101 | +header .site_search.nav-search .search_result_wrapper li a.search_result_title{font:bold 14px/20px Arial, Tahoma, sans-serif;margin:0 0 0 80px;text-decoration:none;} | ||
102 | +#header .columns3 .site_search .search_result_wrapper .all_search_result, | ||
103 | +header .site_search.nav-search .search_result_wrapper .all_search_result{font:italic 12px/15px Arial, Tahoma, sans-serif;text-decoration:underline;margin:0 15px 5px 15px;} | ||
104 | +#header .columns3 .site_search .search_result_wrapper .no_search_result, | ||
105 | +header .site_search.nav-search .search_result_wrapper .no_search_result{font:italic 12px/15px Arial, Tahoma, sans-serif;margin:5px;} | ||
106 | +#header_nav{position:relative;height:20px;} | ||
107 | +#header_nav ul{border:3px solid #ececec;height:35px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#67b73e;position:absolute;z-index:999;} | ||
108 | +#header_nav ul li{display:inline;float:left;background:#67b73e;border-left:1px solid #55a727!important;} | ||
109 | +.header_nav_1_{width:50px!important;} | ||
110 | +.header_nav_2_{width:100px!important;} | ||
111 | +.header_nav_3_{width:145px!important;} | ||
112 | +.header_nav_4_{width:175px!important;} | ||
113 | +.header_nav_5_{width:135px!important;} | ||
114 | +.header_nav_6_{width:167px!important;} | ||
115 | +.header_nav_7_{width:103px!important;} | ||
116 | +.header_nav_8_{width:60px!important;} | ||
458 | #header_nav ul li:hover, | 117 | #header_nav ul li:hover, |
459 | -#header_nav ul li.active{ | ||
460 | - background:#55a727; | ||
461 | -} | ||
462 | -#header_nav ul li.left_radius { | ||
463 | - border-radius: 5px 0px 0px 5px; | ||
464 | - -moz-border-radius: 5px 0px 0px 5px; | ||
465 | - -webkit-border-radius: 5px 0px 0px 5px; | ||
466 | -} | ||
467 | -#header_nav ul li.right_radius { | ||
468 | - border-radius: 0px 5px 5px 0px; | ||
469 | - -moz-border-radius: 0px 5px 5px 0px; | ||
470 | - -webkit-border-radius: 0px 5px 5px 0px; | ||
471 | -} | ||
472 | -#header_nav ul li a{ | ||
473 | - text-transform: uppercase; | ||
474 | - text-decoration: none; | ||
475 | - color: #ffffff; | ||
476 | - font: bold 12px/15px Arial, Tahoma, sans-serif; | ||
477 | - text-align: center; | ||
478 | - padding: 10px 1.3pc;float:left;white-space: nowrap; | ||
479 | -} | ||
480 | - | ||
481 | - | ||
482 | -/* content */ | ||
483 | - | ||
484 | -/* content_nav */ | ||
485 | -#content { | ||
486 | - display: block; | ||
487 | -} | ||
488 | -#content_nav { | ||
489 | - background: url(../images/pattern.png); | ||
490 | -} | ||
491 | -#content_nav h2{ | ||
492 | - font-size: 15px; | ||
493 | - text-transform: uppercase; | ||
494 | - margin: 20px 0 0 0; | ||
495 | -} | ||
496 | -h2.types_logo_1 { | ||
497 | - color: #4fa32c; | ||
498 | -} | ||
499 | -h2.types_logo_2 { | ||
500 | - color: #bb4648; | ||
501 | -} | ||
502 | -h2.types_logo_3 { | ||
503 | - color: #f58025; | ||
504 | -} | ||
505 | -h2.types_logo_4 { | ||
506 | - color: #378a92; | ||
507 | -} | ||
508 | -h2.types_logo_5 { | ||
509 | - color: #db0565; | ||
510 | -} | ||
511 | -h2.types_logo_6 { | ||
512 | - color: #935927; | ||
513 | -} | ||
514 | -h2.types_logo_479 { | ||
515 | - color: #b1873f; | ||
516 | -} | ||
517 | -#content_nav .content_nav_first_floor { | ||
518 | - padding: 40px 0 15px 0; | ||
519 | - margin: 0 0 20px 0; | ||
520 | - border-bottom: 1px solid #cdcdcd; | ||
521 | -} | ||
522 | -#content_nav .content_nav_first_floor .content_nav_logo { | ||
523 | - padding: 0 40px 0 0; | ||
524 | - width: 150px; | ||
525 | -} | ||
526 | - #content_nav .content_nav_logo a { | ||
527 | - text-decoration: none; | ||
528 | - } | ||
529 | - | ||
530 | -#content_nav .content_nav_first_floor .content_nav_items { | ||
531 | - column-count: 4; | ||
532 | - -moz-column-count: 4; | ||
533 | - -webkit-column-count:4; | ||
534 | - column-width: 180px; /*ัะบะฐะทัะฒะฐะตะผ ัะธัะธะฝั ะบะพะปะพะฝะพะบ*/ | ||
535 | - -moz-column-width: 180px; | ||
536 | - -webkit-column-width: 180px; | ||
537 | - /* | ||
538 | - min-height: 170px; | ||
539 | - */ | ||
540 | -} | 118 | +#header_nav ul li.active{background:#55a727;} |
119 | +#header_nav ul li.left_radius{border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;} | ||
120 | +#header_nav ul li.right_radius{border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;-webkit-border-radius:0px 5px 5px 0px;} | ||
121 | +#header_nav ul li a{text-transform:uppercase;text-decoration:none;color:#ffffff;font:bold 12px/15px Arial, Tahoma, sans-serif;text-align:center;padding:10px 1.3pc;float:left;white-space:nowrap;} | ||
122 | +#content{display:block;} | ||
123 | +#content_nav{background:url(../images/pattern.png);} | ||
124 | +#content_nav h2{font-size:15px;text-transform:uppercase;margin:20px 0 0 0;} | ||
125 | +h2.types_logo_1{color:#4fa32c;} | ||
126 | +h2.types_logo_2{color:#bb4648;} | ||
127 | +h2.types_logo_3{color:#f58025;} | ||
128 | +h2.types_logo_4{color:#378a92;} | ||
129 | +h2.types_logo_5{color:#db0565;} | ||
130 | +h2.types_logo_6{color:#935927;} | ||
131 | +h2.types_logo_479{color:#b1873f;} | ||
132 | +#content_nav .content_nav_first_floor{padding:40px 0 15px 0;margin:0 0 20px 0;border-bottom:1px solid #cdcdcd;} | ||
133 | +#content_nav .content_nav_first_floor .content_nav_logo{padding:0 40px 0 0;width:150px;} | ||
134 | +#content_nav .content_nav_logo a{text-decoration:none;} | ||
135 | +#content_nav .content_nav_first_floor .content_nav_items{column-count:4;-moz-column-count:4;-webkit-column-count:4;column-width:180px;-moz-column-width:180px;-webkit-column-width:180px;} | ||
541 | #content_nav .content_nav_first_floor .content_nav_items a, | 136 | #content_nav .content_nav_first_floor .content_nav_items a, |
542 | -.content_nav_items a{ | ||
543 | - font-size: 13px; | ||
544 | - line-height: 21px; | ||
545 | - font-style: italic; | ||
546 | - width: 160px; | ||
547 | -} | ||
548 | -.content_nav_items a:hover{ | ||
549 | - color: #f36d00; | ||
550 | -} | ||
551 | - | ||
552 | -.content_nav_second_floor .float{ | ||
553 | - padding: 0 40px 20px 0; | ||
554 | - width: 150px; | ||
555 | -} | ||
556 | -.shadow_to_top{ | ||
557 | - background: url(../images/shadow.png) no-repeat center center; | ||
558 | - height: 22px; | ||
559 | - text-align: center; | ||
560 | - overflow: hidden; | ||
561 | -} | ||
562 | - | ||
563 | - /* .content_items .title */ | ||
564 | - .content_items .title{ | ||
565 | - background: url(../images/line.gif) 100% 85% repeat-x; | ||
566 | - } | ||
567 | - .content_items .title .items_title{ | ||
568 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
569 | - color: #f36d00; | ||
570 | - } | ||
571 | - .content_items .title .float { | ||
572 | - background: #ffffff; | ||
573 | - } | ||
574 | - .content_items .title .content_arrow_left, | ||
575 | - .content_items .title .content_arrow_right{ | ||
576 | - margin: 4px 6px; | ||
577 | - } | ||
578 | - .content_items .title .content_items_page{ | ||
579 | - margin: 4px 0; | ||
580 | - } | ||
581 | - | ||
582 | - .content_items .title .content_arrow_left { | ||
583 | - width: 10px; | ||
584 | - height: 18px; | ||
585 | - background: url(../images/content_arrow_left.png) no-repeat | ||
586 | - } | ||
587 | - .content_items .title .content_arrow_left:hover { | ||
588 | - width: 10px; | ||
589 | - height: 18px; | ||
590 | - background: url(../images/content_arrow_left_hover.png) no-repeat | ||
591 | - } | ||
592 | - .content_items .title .content_arrow_right { | ||
593 | - width: 10px; | ||
594 | - height: 18px; | ||
595 | - background: url(../images/content_arrow_right.png) no-repeat | ||
596 | - } | ||
597 | - .content_items .title .content_arrow_right:hover { | ||
598 | - width: 10px; | ||
599 | - height: 18px; | ||
600 | - background: url(../images/content_arrow_right_hover.png) no-repeat | ||
601 | - } | ||
602 | - .content_items .title .content_items_page{ | ||
603 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
604 | - color: #4a4a4a; | ||
605 | - } | ||
606 | - | ||
607 | - /* .content_items .items */ | ||
608 | -.align_bottom{ | ||
609 | - position: absolute; | ||
610 | - bottom: 0; | ||
611 | - width: 90%; | ||
612 | -} | ||
613 | - .items .one_item { | ||
614 | - width: 165px; | ||
615 | - min-height: 331px; | ||
616 | - height: 331px; | ||
617 | - margin: 20px 33px 45px 0; | ||
618 | - text-align: center; | ||
619 | - position: relative; | ||
620 | - } | ||
621 | - .subcategory .items .one_item, | ||
622 | - .search .items .one_item{ | ||
623 | - min-height: 410px; | ||
624 | - width: 175px; | ||
625 | - margin: 20px 95px 45px 0; | ||
626 | - } | ||
627 | - | ||
628 | - .subcategory_list .items .one_item{ | ||
629 | - min-height: 230px; | ||
630 | - width: 100%; | ||
631 | - margin: 20px 0 20px 0; | ||
632 | - } | ||
633 | - .subcategory_list .items .one_item .one_item_image{ | ||
634 | - margin: 0 0 10px 18px; | ||
635 | - float: left; | ||
636 | - } | ||
637 | - | ||
638 | - .subcategory_list .items .one_item .align_bottom{ | ||
639 | - position: absolute; | ||
640 | - text-align: left; | ||
641 | - bottom: 0; | ||
642 | - left: 200px; | ||
643 | - } | ||
644 | - .subcategory_list .items .one_item .align_bottom .one_item_buttons{ | ||
645 | - text-align: center; | ||
646 | - margin: 0; | ||
647 | - float: left; | ||
648 | - display: inline; | ||
649 | - } | ||
650 | - .subcategory_list .items .one_item .align_bottom .one_item_compare{ | ||
651 | - float: left; | ||
652 | - display: inline; | ||
653 | - margin: 15px 0 0 10px; | ||
654 | - } | ||
655 | - .subcategory_list .items .one_item .one_item_title, | ||
656 | - .subcategory_list .items .one_item .one_item_description{ | ||
657 | - text-align: left; | ||
658 | - } | ||
659 | - .subcategory_list .items .one_item .one_item_title{ | ||
660 | - margin: 0 0 15px 200px; | ||
661 | - } | ||
662 | - .subcategory_list .items .one_item .one_item_description{ | ||
663 | - display: none; | ||
664 | - } | ||
665 | - .subcategory_list .items .one_item .one_item_content_description{ | ||
666 | - display: block; | ||
667 | - text-align: left; | ||
668 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
669 | - margin: 0 0 0 200px; | ||
670 | - } | ||
671 | - .one_item_description{ | ||
672 | - overflow: hidden; | ||
673 | - height: 30px; | ||
674 | - } | ||
675 | - | ||
676 | - .items .one_item .new_top { | ||
677 | - margin: 0 0 0 23px; | ||
678 | - min-height: 18px; | ||
679 | - } | ||
680 | - .items .one_item .new_top div{ | ||
681 | - margin: 0 3px 0 0; | ||
682 | - } | ||
683 | - .items .one_item .one_item_image{ | ||
684 | - margin: 0 auto 10px auto; | ||
685 | - display:inline-block; | ||
686 | - position1:relative; | ||
687 | - overflow: hidden; | ||
688 | - min-width: 128px; | ||
689 | - max-width: 175px; | ||
690 | - height: 200px; | ||
691 | - -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75); | ||
692 | - -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75); | ||
693 | - box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75); | ||
694 | - | ||
695 | - } | ||
696 | - .items .one_item .one_item_image img{ | ||
697 | - | ||
698 | - | ||
699 | - | ||
700 | - } | ||
701 | - .one_item_description { | ||
702 | - font: normal 12px/14px Arial, Tahoma, sans-serif; | ||
703 | - margin: 5px 0 0 0; | ||
704 | - } | ||
705 | - .one_item_content_description{ | ||
706 | - display: none; | ||
707 | - } | ||
708 | - .items .one_item .one_item_title a{ | ||
709 | - text-decoration: none; | ||
710 | - } | ||
711 | - .items .one_item .one_item_title a h3{ | ||
712 | - font: bold 16px/20px Arial, Tahoma, sans-serif; | ||
713 | - color: #464646; | ||
714 | - } | ||
715 | - .items .one_item .one_item_price{ | ||
716 | - font: normal 13px/15px Arial, Tahoma, sans-serif; | ||
717 | - color: #f58025; | ||
718 | - } | ||
719 | - .items .one_item .one_item_price span{ | ||
720 | - font: bold 20px/22px Arial, Tahoma, sans-serif; | ||
721 | - color: #f58025; | ||
722 | - } | ||
723 | - | ||
724 | - .items .one_item .one_item_buttons{ | ||
725 | - width: 80px; | ||
726 | - margin: 10px; | ||
727 | - } | ||
728 | - .btn{ | ||
729 | - text-decoration: none; | ||
730 | - font-size: 12px; | ||
731 | - padding: 5px 4px; | ||
732 | - margin: 10px 0; | ||
733 | - -webkit-border-radius: 5px; | ||
734 | - | ||
735 | - -moz-border-radius: 5px; | ||
736 | - border-radius: 5px; | ||
737 | - width: 70px; | ||
738 | - } | ||
739 | - .green:hover, | ||
740 | - .btv:hover { | ||
741 | - text-decoration: none !important; | ||
742 | - } | ||
743 | - | ||
744 | - .grey{ | ||
745 | - color: rgb(70, 70, 70); | ||
746 | - background: rgb(255, 255, 255); | ||
747 | - background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%); | ||
748 | - background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%); | ||
749 | - background: -o-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%); | ||
750 | - background: -ms-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%); | ||
751 | - background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%); | ||
752 | - border: 1px solid #e1e1e1; | ||
753 | - } | ||
754 | - .green{ | ||
755 | - color: #ffffff; | ||
756 | - background: #4fa32c; | ||
757 | - border: 1px solid #4fa32c; | ||
758 | - margin: 10px 4px 10px 0; | ||
759 | - } | ||
760 | - .green:hover{ | ||
761 | - color: #ffffff; | ||
762 | - background: #f36d00; | ||
763 | - border: 1px solid #f36d00; | ||
764 | - } | ||
765 | - .green:focus{ | ||
766 | - color: #ffffff !important; | ||
767 | - } | ||
768 | - .not_available{ | ||
769 | - cursor: default; | ||
770 | - text-decoration: none; | ||
771 | - display: inline-block; | ||
772 | - } | ||
773 | - .not_available:hover{ | ||
774 | - text-decoration: none; | ||
775 | - } | ||
776 | - | ||
777 | - .one_item_compare label { | ||
778 | - text-decoration: underline; | ||
779 | - cursor: pointer; | ||
780 | - } | ||
781 | - .one_item_compare label:hover { | ||
782 | - text-decoration: underline; | ||
783 | - cursor: pointer; | ||
784 | - color: #f36d00; | ||
785 | - } | ||
786 | - | ||
787 | -/* content_accost */ | ||
788 | - | ||
789 | -.content_accost { | ||
790 | - background: #f5f5f5; | ||
791 | - padding: 0 0 40px 0; | ||
792 | - position: relative; | ||
793 | - border-bottom: 2px solid #55a727; | ||
794 | -} | ||
795 | - .content_accost .shadow_to_down { | ||
796 | - background: url(../images/shadow_to_down.png) no-repeat center center; | ||
797 | - height: 22px; | ||
798 | - text-align: center; | ||
799 | - overflow: hidden; | ||
800 | - } | ||
801 | - .content_accost .content_accost_title, | ||
802 | - .content_accost .content_accost_title h1{ | ||
803 | - padding: 18px 0 0 0; | ||
804 | - text-transform: uppercase; | ||
805 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
806 | - } | ||
807 | - .content_accost .content_accost_content h2{ | ||
808 | - font: normal 14px/16px Arial, Tahoma, sans-serif; | ||
809 | - padding: 10px 0 0 0; | ||
810 | - } | ||
811 | - .content_accost .content_accost_content h2 strong{ | ||
812 | - font-weight: bold; | ||
813 | - } | ||
814 | - .content_accost .content_accost_content p{ | ||
815 | - font: normal 13px/14px Arial, Tahoma, sans-serif; | ||
816 | - padding: 10px 0 0 0; | ||
817 | - } | ||
818 | - .content_accost .content_accost_content p strong{ | ||
819 | - font-weight: bold; | ||
820 | - } | ||
821 | - .content_accost .content_accost_content ul{ | ||
822 | - font: normal 13px/14px Arial, Tahoma, sans-serif; | ||
823 | - list-style: disc inside; | ||
824 | - } | ||
825 | - .content_accost .content_accost_content ul li{ | ||
826 | - margin: 2px 0 0 0; | ||
827 | - } | ||
828 | - | ||
829 | -/* content_blog */ | ||
830 | -.content_blog { | ||
831 | - margin: 40px 0 30px 0; | ||
832 | - min-height: 30px; | ||
833 | -} | ||
834 | - /* content_blog posts*/ | ||
835 | - .content_blog .posts{ | ||
836 | - border-bottom1: 2px solid #d3d3d3; | ||
837 | - padding: 0 0 20px 0; | ||
838 | - margin: 0 0 60px 0; | ||
839 | - } | ||
840 | - | ||
841 | - .content_blog .text_posts, | ||
842 | - .content_blog .video_posts { | ||
843 | - width: 460px; | ||
844 | - margin: 0 40px 0 0; | ||
845 | - } | ||
846 | - .content_blog .text_posts .text_posts_title a { | ||
847 | - padding: 18px 0 0 0; | ||
848 | - text-transform: uppercase; | ||
849 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
850 | - text-decoration: none; | ||
851 | - } | ||
852 | - .content_blog .text_posts .one_post.first { | ||
853 | - width: 460px; | ||
854 | - min-height: 130px; | ||
855 | - margin: 10px 0 20px 0; | ||
856 | - } | ||
857 | - .content_blog .text_posts .one_post.first .one_post_content { | ||
858 | - width: 260px; | ||
859 | - margin: 0 0 0 20px; | ||
860 | - } | ||
861 | - .content_blog .text_posts .one_post.first .one_post_content .one_post_title a { | ||
862 | - text-decoration: none; | ||
863 | - font: bold 15px/18px Arial, Tahoma, sans-serif; | ||
864 | - color: #464646; | ||
865 | - } | ||
866 | - .content_blog .text_posts .one_post.first .one_post_content .one_post_title a:hover { | ||
867 | - text-decoration: none; | ||
868 | - color: #464646; | ||
869 | - } | ||
870 | - .content_blog .text_posts .one_post.first p { | ||
871 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
872 | - color: #4a4a4a; | ||
873 | - padding: 0 0 5px 0; | ||
874 | - } | ||
875 | - .content_blog .text_posts .one_post.first a.more { | ||
876 | - display: inline; | ||
877 | - text-decoration: none; | ||
878 | - } | ||
879 | - .content_blog .text_posts .one_post { | ||
880 | - width: 140px; | ||
881 | - margin: 0 20px 0 0; | ||
882 | - } | ||
883 | - .content_blog .text_posts .one_post .one_post_image { | ||
884 | - width: 180px; | ||
885 | - } | ||
886 | - .content_blog .text_posts .one_post .one_post_content .one_post_title a { | ||
887 | - text-decoration: none; | ||
888 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
889 | - color: #4a4a4a; | ||
890 | - } | ||
891 | - .content_blog .text_posts .one_post .one_post_content .one_post_title a:hover { | ||
892 | - text-decoration: none; | ||
893 | - } | ||
894 | - .video_posts .one_video_title { | ||
895 | - width: 150px; | ||
896 | - margin: 10px 0 0 0; | ||
897 | - } | ||
898 | - .video_posts .one_video_title a, | ||
899 | - .video_posts .one_video_title a:hover{ | ||
900 | - text-decoration: none; | ||
901 | - font: normal 13px/18px Arial, Tahoma, sans-serif; | ||
902 | - color: #4a4a4a; | ||
903 | - position: relative; | ||
904 | - } | ||
905 | - .video_posts .one_video_title a img{ | ||
906 | - float:left; | ||
907 | - margin: 0px 7px 1px 0; | ||
908 | - } | ||
909 | - /* content_blog links*/ | ||
910 | - .content_blog .links{ | ||
911 | - height: 70px; | ||
912 | - } | ||
913 | - .float.share { | ||
914 | - float: right; | ||
915 | - } | ||
916 | - .float.share .share_title{ | ||
917 | - padding: 6px 0 0 0; | ||
918 | - margin: 0 5px 0 0; | ||
919 | - } | ||
920 | - .pluso-wrap { | ||
921 | - background: #ffffff !important; | ||
922 | - border: 1px solid #e9e9e9; | ||
923 | - opacity: 0.45; | ||
924 | - -moz-opacity: 0.45; | ||
925 | - -khtml-opacity: 0.45; | ||
926 | - } | ||
927 | - .pluso-wrap a { | ||
928 | - margin: 3px 0 0 5px !important; | ||
929 | - } | ||
930 | - .float.share .pluso .pluso-more{ | ||
931 | - display: none; | ||
932 | - } | ||
933 | - | ||
934 | -/* footer */ | ||
935 | -#footer { | ||
936 | - margin: 0; | ||
937 | - padding: 0; | ||
938 | - position: relative; | ||
939 | - height: 5em; | ||
940 | - | ||
941 | -} | ||
942 | -#footer .up { | ||
943 | - position: relative; | ||
944 | -} | ||
945 | -#footer .up a{ | ||
946 | - position: absolute; | ||
947 | - top: -18px; | ||
948 | - right: 0px; | ||
949 | - z-index: 9; | ||
950 | -} | ||
951 | - | ||
952 | -/* map */ | ||
953 | -.map { | ||
954 | - height: 380px; | ||
955 | - margin: 0 0 60px 0; | ||
956 | -} | 137 | +.content_nav_items a{font-size:13px;line-height:21px;font-style:italic;width:160px;} |
138 | +.content_nav_items a:hover{color:#f36d00;} | ||
139 | +.content_nav_second_floor .float{padding:0 40px 20px 0;width:150px;} | ||
140 | +.shadow_to_top{background:url(../images/shadow.png) no-repeat center center;height:22px;text-align:center;overflow:hidden;} | ||
141 | +.content_items .title{background:url(../images/line.gif) 100% 85% repeat-x;} | ||
142 | +.content_items .title .items_title{font:bold 20px/24px Arial, Tahoma, sans-serif;color:#f36d00;} | ||
143 | +.content_items .title .float{background:#ffffff;} | ||
144 | +.content_items .title .content_arrow_left, | ||
145 | +.content_items .title .content_arrow_right{margin:4px 6px;} | ||
146 | +.content_items .title .content_items_page{margin:4px 0;} | ||
147 | +.content_items .title .content_arrow_left{width:10px;height:18px;background:url(../images/content_arrow_left.png) no-repeat} | ||
148 | +.content_items .title .content_arrow_left:hover{width:10px;height:18px;background:url(../images/content_arrow_left_hover.png) no-repeat} | ||
149 | +.content_items .title .content_arrow_right{width:10px;height:18px;background:url(../images/content_arrow_right.png) no-repeat} | ||
150 | +.content_items .title .content_arrow_right:hover{width:10px;height:18px;background:url(../images/content_arrow_right_hover.png) no-repeat} | ||
151 | +.content_items .title .content_items_page{font:normal 13px/16px Arial, Tahoma, sans-serif;color:#4a4a4a;} | ||
152 | +.align_bottom{position:absolute;bottom:0;width:90%;} | ||
153 | +.items .one_item{width:165px;min-height:331px;height:331px;margin:20px 33px 45px 0;text-align:center;position:relative;} | ||
154 | +.subcategory .items .one_item, | ||
155 | +.search .items .one_item{min-height:410px;width:175px;margin:20px 95px 45px 0;} | ||
156 | +.subcategory_list .items .one_item{min-height:230px;width:100%;margin:20px 0 20px 0;} | ||
157 | +.subcategory_list .items .one_item .one_item_image{margin:0 0 10px 18px;float:left;} | ||
158 | +.subcategory_list .items .one_item .align_bottom{position:absolute;text-align:left;bottom:0;left:200px;} | ||
159 | +.subcategory_list .items .one_item .align_bottom .one_item_buttons{text-align:center;margin:0;float:left;display:inline;} | ||
160 | +.subcategory_list .items .one_item .align_bottom .one_item_compare{float:left;display:inline;margin:15px 0 0 10px;} | ||
161 | +.subcategory_list .items .one_item .one_item_title, | ||
162 | +.subcategory_list .items .one_item .one_item_description{text-align:left;} | ||
163 | +.subcategory_list .items .one_item .one_item_title{margin:0 0 15px 200px;} | ||
164 | +.subcategory_list .items .one_item .one_item_description{display:none;} | ||
165 | +.subcategory_list .items .one_item .one_item_content_description{display:block;text-align:left;font:normal 13px/16px Arial, Tahoma, sans-serif;margin:0 0 0 200px;} | ||
166 | +.one_item_description{overflow:hidden;height:30px;} | ||
167 | +.items .one_item .new_top{margin:0 0 0 23px;min-height:18px;} | ||
168 | +.items .one_item .new_top div{margin:0 3px 0 0;} | ||
169 | +.items .one_item .one_item_image{margin:0 auto 10px auto;display:inline-block;position1:relative;overflow:hidden;min-width:128px;max-width:175px;height:200px;-webkit-box-shadow:0px 0px 15px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 15px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 15px 0px rgba(50, 50, 50, 0.75);} | ||
170 | +.items .one_item .one_item_image img{} | ||
171 | +.one_item_description{font:normal 12px/14px Arial, Tahoma, sans-serif;margin:5px 0 0 0;} | ||
172 | +.one_item_content_description{display:none;} | ||
173 | +.items .one_item .one_item_title a{text-decoration:none;} | ||
174 | +.items .one_item .one_item_title a h3{font:bold 16px/20px Arial, Tahoma, sans-serif;color:#464646;} | ||
175 | +.items .one_item .one_item_price{font:normal 13px/15px Arial, Tahoma, sans-serif;color:#f58025;} | ||
176 | +.items .one_item .one_item_price span{font:bold 20px/22px Arial, Tahoma, sans-serif;color:#f58025;} | ||
177 | +.items .one_item .one_item_buttons{width:80px;margin:10px;} | ||
178 | +.btn{text-decoration:none;font-size:12px;padding:5px 4px;margin:10px 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:70px;} | ||
179 | +.green:hover, | ||
180 | +.btv:hover{text-decoration:none !important;} | ||
181 | +.grey{color:rgb(70, 70, 70);background:rgb(255, 255, 255);background:-moz-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);background:-webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);background:-o-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);background:-ms-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);background:linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);border:1px solid #e1e1e1;} | ||
182 | +.green{color:#ffffff;background:#4fa32c;border:1px solid #4fa32c;margin:10px 4px 10px 0;} | ||
183 | +.green:hover{color:#ffffff;background:#f36d00;border:1px solid #f36d00;} | ||
184 | +.green:focus{color:#ffffff !important;} | ||
185 | +.not_available{cursor:default;text-decoration:none;display:inline-block;} | ||
186 | +.not_available:hover{text-decoration:none;} | ||
187 | +.one_item_compare label{text-decoration:underline;cursor:pointer;} | ||
188 | +.one_item_compare label:hover{text-decoration:underline;cursor:pointer;color:#f36d00;} | ||
189 | +.content_accost{background:#f5f5f5;padding:0 0 40px 0;position:relative;border-bottom:2px solid #55a727;} | ||
190 | +.content_accost .shadow_to_down{background:url(../images/shadow_to_down.png) no-repeat center center;height:22px;text-align:center;overflow:hidden;} | ||
191 | +.content_accost .content_accost_title, | ||
192 | +.content_accost .content_accost_title h1{padding:18px 0 0 0;text-transform:uppercase;font:bold 16px/18px Arial, Tahoma, sans-serif;} | ||
193 | +.content_accost .content_accost_content h2{font:normal 14px/16px Arial, Tahoma, sans-serif;padding:10px 0 0 0;} | ||
194 | +.content_accost .content_accost_content h2 strong{font-weight:bold;} | ||
195 | +.content_accost .content_accost_content p{font:normal 13px/14px Arial, Tahoma, sans-serif;padding:10px 0 0 0;} | ||
196 | +.content_accost .content_accost_content p strong{font-weight:bold;} | ||
197 | +.content_accost .content_accost_content ul{font:normal 13px/14px Arial, Tahoma, sans-serif;list-style:disc inside;} | ||
198 | +.content_accost .content_accost_content ul li{margin:2px 0 0 0;} | ||
199 | +.content_blog{margin:40px 0 30px 0;min-height:30px;} | ||
200 | +.content_blog .posts{border-bottom1:2px solid #d3d3d3;padding:0 0 20px 0;margin:0 0 60px 0;} | ||
201 | +.content_blog .text_posts, | ||
202 | +.content_blog .video_posts{width:460px;margin:0 40px 0 0;} | ||
203 | +.content_blog .text_posts .text_posts_title a{padding:18px 0 0 0;text-transform:uppercase;font:bold 16px/18px Arial, Tahoma, sans-serif;text-decoration:none;} | ||
204 | +.content_blog .text_posts .one_post.first{width:460px;min-height:130px;margin:10px 0 20px 0;} | ||
205 | +.content_blog .text_posts .one_post.first .one_post_content{width:260px;margin:0 0 0 20px;} | ||
206 | +.content_blog .text_posts .one_post.first .one_post_content .one_post_title a{text-decoration:none;font:bold 15px/18px Arial, Tahoma, sans-serif;color:#464646;} | ||
207 | +.content_blog .text_posts .one_post.first .one_post_content .one_post_title a:hover{text-decoration:none;color:#464646;} | ||
208 | +.content_blog .text_posts .one_post.first p{font:normal 13px/16px Arial, Tahoma, sans-serif;color:#4a4a4a;padding:0 0 5px 0;} | ||
209 | +.content_blog .text_posts .one_post.first a.more{display:inline;text-decoration:none;} | ||
210 | +.content_blog .text_posts .one_post{width:140px;margin:0 20px 0 0;} | ||
211 | +.content_blog .text_posts .one_post .one_post_image{width:180px;} | ||
212 | +.content_blog .text_posts .one_post .one_post_content .one_post_title a{text-decoration:none;font:normal 13px/16px Arial, Tahoma, sans-serif;color:#4a4a4a;} | ||
213 | +.content_blog .text_posts .one_post .one_post_content .one_post_title a:hover{text-decoration:none;} | ||
214 | +.video_posts .one_video_title{width:150px;margin:10px 0 0 0;} | ||
215 | +.video_posts .one_video_title a, | ||
216 | +.video_posts .one_video_title a:hover{text-decoration:none;font:normal 13px/18px Arial, Tahoma, sans-serif;color:#4a4a4a;position:relative;} | ||
217 | +.video_posts .one_video_title a img{float:left;margin:0px 7px 1px 0;} | ||
218 | +.content_blog .links{height:70px;} | ||
219 | +.float.share{float:right;} | ||
220 | +.float.share .share_title{padding:6px 0 0 0;margin:0 5px 0 0;} | ||
221 | +.pluso-wrap{background:#ffffff !important;border:1px solid #e9e9e9;opacity:0.45;-moz-opacity:0.45;-khtml-opacity:0.45;} | ||
222 | +.pluso-wrap a{margin:3px 0 0 5px !important;} | ||
223 | +.float.share .pluso .pluso-more{display:none;} | ||
224 | +#footer{margin:0;padding:0;position:relative;height:5em;} | ||
225 | +#footer .up{position:relative;} | ||
226 | +#footer .up a{position:absolute;top:-18px;right:0px;z-index:9;} | ||
227 | +.map{height:380px;margin:0 0 60px 0;} | ||
957 | #content_map, | 228 | #content_map, |
958 | -#content_map2 | ||
959 | -{ | ||
960 | - padding: 10px 20px; | ||
961 | - -webkit-border-radius: 5px; | ||
962 | - -moz-border-radius: 5px; | ||
963 | - border-radius: 5px; | ||
964 | - width: 250px; | ||
965 | -} | ||
966 | - | ||
967 | -.content_map_1{ | ||
968 | - position: absolute !important; | ||
969 | - bottom: 0!important; | ||
970 | -} | ||
971 | -.map_shadow{ | ||
972 | - height: 5px; | ||
973 | - webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75); | ||
974 | - -moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75); | ||
975 | - box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75); | ||
976 | -} | ||
977 | - #content_map .content_map_title, | ||
978 | - #content_map2 .content_map_title{ | ||
979 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
980 | - color: #4fa32c; | ||
981 | - } | ||
982 | - #content_map p, | ||
983 | - #content_map2 p{ | ||
984 | - font: normal 14px/16px Arial, Tahoma, sans-serif; | ||
985 | - margin: 3px 0 0 0; | ||
986 | - } | ||
987 | - #content_map .email{ | ||
988 | - background: url(../images/mail.png) no-repeat 0 30%; | ||
989 | - padding: 0 0 10px 20px; | ||
990 | - } | ||
991 | - | ||
992 | -.copyright { | ||
993 | - background: #4fa32c; | ||
994 | - height: 5em; | ||
995 | - color: #ffffff; | ||
996 | -} | ||
997 | -.copyright .float{ | ||
998 | - margin: 25px 0 0 0; | ||
999 | -} | ||
1000 | -.copyright .float.copyright_logo_margin { | ||
1001 | - margin: 20px 50px 0 0px; | ||
1002 | -} | 229 | +#content_map2{padding:10px 20px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:250px;} |
230 | +.content_map_1{position:absolute !important;bottom:0!important;} | ||
231 | +.map_shadow{height:5px;webkit-box-shadow:inset 0px 3px 10px 0px rgba(0,0,0,0.75);-moz-box-shadow:inset 0px 3px 10px 0px rgba(0,0,0,0.75);box-shadow:inset 0px 3px 10px 0px rgba(0,0,0,0.75);} | ||
232 | +#content_map .content_map_title, | ||
233 | +#content_map2 .content_map_title{font:bold 16px/18px Arial, Tahoma, sans-serif;color:#4fa32c;} | ||
234 | +#content_map p, | ||
235 | +#content_map2 p{font:normal 14px/16px Arial, Tahoma, sans-serif;margin:3px 0 0 0;} | ||
236 | +#content_map .email{background:url(../images/mail.png) no-repeat 0 30%;padding:0 0 10px 20px;} | ||
237 | +.copyright{background:#4fa32c;height:5em;color:#ffffff;} | ||
238 | +.copyright .float{margin:25px 0 0 0;} | ||
239 | +.copyright .float.copyright_logo_margin{margin:20px 50px 0 0px;} | ||
1003 | .copyright a, | 240 | .copyright a, |
1004 | -.copyright a:hover{ | ||
1005 | - color: #ffffff; | ||
1006 | -} | 241 | +.copyright a:hover{color:#ffffff;} |
1007 | .copyright .float_right, | 242 | .copyright .float_right, |
1008 | -.float_right{ | ||
1009 | - float: right; | ||
1010 | -} | ||
1011 | - | ||
1012 | - | ||
1013 | -/*///////////////////////////////////////////////////////////////////////*/ | ||
1014 | - | ||
1015 | - | ||
1016 | - | ||
1017 | -/* catalog */ | ||
1018 | - | ||
1019 | - /* catalog_slider */ | ||
1020 | - .catalog_slider { | ||
1021 | - background: url(../images/catalog_slider.jpg) no-repeat center center; | ||
1022 | - height: 190px; | ||
1023 | - text-align: center; | ||
1024 | - overflow: hidden; | ||
1025 | - } | ||
1026 | - .catalog_slider .catalog_description { | ||
1027 | - margin: 50px 0 0 0; | ||
1028 | - width: 365px; | ||
1029 | - height: 100px; | ||
1030 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
1031 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
1032 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
1033 | - } | ||
1034 | - .catalog_slider .catalog_description.logo1 { | ||
1035 | - background: #53a726; | ||
1036 | - } | ||
1037 | - .catalog_slider .catalog_description.logo2 { | ||
1038 | - background: #b12b2c; | ||
1039 | - } | ||
1040 | - .catalog_slider .catalog_description.logo3 { | ||
1041 | - background: #f36d01; | ||
1042 | - } | ||
1043 | - .catalog_slider .catalog_description.logo4 { | ||
1044 | - background: #1b7781; | ||
1045 | - } | ||
1046 | - .catalog_slider .catalog_description.logo5 { | ||
1047 | - background: #db0565; | ||
1048 | - } | ||
1049 | - .catalog_slider .catalog_description.logo6 { | ||
1050 | - background: #935927; | ||
1051 | - } | ||
1052 | - .catalog_slider .catalog_description.logo479 { | ||
1053 | - background: #b1873f; | ||
1054 | - } | ||
1055 | - .catalog_slider .catalog_description .catalog_description_content{ | ||
1056 | - width: 225px; | ||
1057 | - margin: 20px 0 0 0; | ||
1058 | - text-align: left; | ||
1059 | - } | ||
1060 | - .catalog_slider .catalog_description .catalog_description_content .catalog_description_title{ | ||
1061 | - margin: 0 0 5px 0; | ||
1062 | - } | ||
1063 | - .catalog_slider .catalog_description .catalog_description_content .catalog_description_title a, | ||
1064 | - .catalog_slider .catalog_description .catalog_description_content .catalog_description_title a:hover{ | ||
1065 | - font-size: 15px; | ||
1066 | - text-transform: uppercase; | ||
1067 | - color: #ffffff; | ||
1068 | - text-decoration: none; | ||
1069 | - } | ||
1070 | - .catalog_slider .catalog_description .catalog_description_content p{ | ||
1071 | - color: #ffffff; | ||
1072 | - } | ||
1073 | - | ||
1074 | - /* breadcrumbs */ | ||
1075 | - .breadcrumbs { | ||
1076 | - background: #ebebeb; | ||
1077 | - } | ||
1078 | - .breadcrumbs ul{ | ||
1079 | - padding: 15px 0; | ||
1080 | - } | ||
1081 | - .breadcrumbs ul li{ | ||
1082 | - padding: 0 4px 0 0; | ||
1083 | - } | ||
1084 | - .breadcrumbs ul li a.breadcrumbs_last, | ||
1085 | - .breadcrumbs ul li a.breadcrumbs_last:hover{ | ||
1086 | - text-decoration: none; | ||
1087 | - } | ||
1088 | - | ||
1089 | - /* sidebar_content_wrapper */ | ||
1090 | - .search .sidebar_content_wrapper, | ||
1091 | - .catalog .sidebar_content_wrapper, | ||
1092 | - .subcategory .sidebar_content_wrapper, | ||
1093 | - .subcategory_list .sidebar_content_wrapper, | ||
1094 | - .cabinet .sidebar_content_wrapper{ | ||
1095 | - margin: 20px 0 0 0; | ||
1096 | - min-height: 300px; | ||
1097 | - } | ||
1098 | - /* sidebar */ | ||
1099 | - | ||
1100 | - .catalog #sidebar, | ||
1101 | - .search #sidebar, | ||
1102 | - .subcategory #sidebar, | ||
1103 | - .subcategory_list #sidebar{ | ||
1104 | - width: 185px; | ||
1105 | - margin: 0 55px 20px 0; | ||
1106 | - } | ||
1107 | - .search #sidebar ul li a, | ||
1108 | - .catalog #sidebar ul li a{ | ||
1109 | - font: italic 13px/20px Arial, Tahoma, sans-serif; | ||
1110 | - } | ||
1111 | - .search #sidebar ul li ul{ | ||
1112 | - font: italic 12px/20px Arial, Tahoma, sans-serif; | ||
1113 | - margin: 0 0 0 10px; | ||
1114 | - } | ||
1115 | - | ||
1116 | - /* content_wrapper */ | ||
1117 | - .search #content_wrapper, | ||
1118 | - .catalog #content_wrapper, | ||
1119 | - .subcategory #content_wrapper, | ||
1120 | - .subcategory_list #content_wrapper, | ||
1121 | - .cabinet #content_wrapper{ | ||
1122 | - width: 720px; | ||
1123 | - } | ||
1124 | - .catalog #content_wrapper ul li{ | ||
1125 | - margin: 0 20px 0 0; | ||
1126 | - text-align: center; | ||
1127 | - min-height: 185px; | ||
1128 | - } | ||
1129 | - .catalog #content_wrapper ul li a, | ||
1130 | - .catalog #content_wrapper ul li a:hover{ | ||
1131 | - font: bold 14px/20px Arial, Tahoma, sans-serif; | ||
1132 | - text-decoration: none; | ||
1133 | - width: 165px; | ||
1134 | - } | ||
1135 | - .catalog .content_accost, | ||
1136 | - .subcategory .content_accost, | ||
1137 | - .subcategory_list .content_accost, | ||
1138 | - .item .content_accost{ | ||
1139 | - background: #f5f5f5; | ||
1140 | - padding: 0 0 40px 0; | ||
1141 | - position: relative; | ||
1142 | - border-bottom: 0; | ||
1143 | - } | ||
1144 | - | ||
1145 | -/* subcategory */ | ||
1146 | - | ||
1147 | - /* subcategory_sidebar */ | ||
1148 | - | ||
1149 | - .subcategory_sidebar_title h3 { | ||
1150 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
1151 | - color: #4fa32c; | ||
1152 | - } | ||
1153 | - .subcategory_sidebar_title p { | ||
1154 | - font: bold 13px/15px Arial, Tahoma, sans-serif; | ||
1155 | - margin: 15px 0 10px 0; | ||
1156 | - } | ||
1157 | - .subcategory_sidebar_title .vip_icon { | ||
1158 | - float: right; | ||
1159 | - margin-left: 20px; | ||
1160 | - } | ||
1161 | - | ||
1162 | - ul#subcategory_menu { | ||
1163 | - width: 220px; | ||
1164 | - list-style: none; | ||
1165 | - } | ||
1166 | - | ||
1167 | - ul.last | ||
1168 | - { | ||
1169 | - border-bottom: 1px solid #e3e3e3; | ||
1170 | - } | ||
1171 | - ul#subcategory_menu li .main | ||
1172 | - { | ||
1173 | - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); | ||
1174 | - cursor: pointer; | ||
1175 | - margin: 0; | ||
1176 | - padding: 6px 0 6px 10px; | ||
1177 | - background: #fefefe; /* Old browsers */ | ||
1178 | - background: -moz-linear-gradient(top, #fefefe 0%, #1e5799 0%, #fefefe 0%, #ededed 100%, #ededed 100%); /* FF3.6+ */ | ||
1179 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(0%,#1e5799), color-stop(0%,#fefefe), color-stop(100%,#ededed), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ | ||
1180 | - background: -webkit-linear-gradient(top, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%); /* Chrome10+,Safari5.1+ */ | ||
1181 | - background: -o-linear-gradient(top, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%); /* Opera 11.10+ */ | ||
1182 | - background: -ms-linear-gradient(top, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%); /* IE10+ */ | ||
1183 | - background: linear-gradient(to bottom, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%); /* W3C */ | ||
1184 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ | ||
1185 | - border: 1px solid #e0e0e0; | ||
1186 | - text-decoration: none; | ||
1187 | - font: bold 13px/16px Arial, Tahoma, sans-serif; | ||
1188 | - display: block; | ||
1189 | - } | ||
1190 | - .subcategory_menu_closed.main { | ||
1191 | - border-bottom: 0 !important; | ||
1192 | - } | ||
1193 | - | ||
1194 | - ul#subcategory_menu .main .float.dropdown { | ||
1195 | - width: 25px; | ||
1196 | - height: 12px; | ||
1197 | - float: right; | ||
1198 | - background: url(../images/dropdown.png) 0% 100% no-repeat; | ||
1199 | - cursor: pointer; | ||
1200 | - } | ||
1201 | - ul#subcategory_menu .subcategory_menu_closed.main .float.dropdown { | ||
1202 | - width: 20px; | ||
1203 | - height: 12px; | ||
1204 | - float: right; | ||
1205 | - background: url(../images/dropdown_closed.png) 0% 100% no-repeat; | ||
1206 | - cursor: pointer; | ||
1207 | - } | ||
1208 | - ul#subcategory_menu li ul{ | ||
1209 | - border-left: 1px solid #e0e0e0; | ||
1210 | - border-right: 1px solid #e0e0e0; | ||
1211 | - border-top: 0; | ||
1212 | - padding: 5px 0 15px 15px; | ||
1213 | - } | ||
1214 | - ul#subcategory_menu li ul li{ | ||
1215 | - padding: 10px 0 0 0; | ||
1216 | - } | ||
1217 | - ul#subcategory_menu li ul li a{ | ||
1218 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
1219 | - text-decoration: none; | ||
1220 | - } | ||
1221 | - ul#subcategory_menu li.subcategory_menu_last_child { | ||
1222 | - padding: 0 0 27px 0; | ||
1223 | - background: url(../images/sidebar_shadow.png) 0 100% no-repeat; | ||
1224 | - } | ||
1225 | - | ||
1226 | - | ||
1227 | - input[type="checkbox"] { display:none; } | ||
1228 | - input[type="checkbox"] + label span { | ||
1229 | - display: inline-block; | ||
1230 | - vertical-align: middle; | ||
1231 | - width: 13px; | ||
1232 | - height: 13px; | ||
1233 | - margin: -1px 4px 0 0; | ||
1234 | - background: url(../images/check.png) no-repeat 0 0; | ||
1235 | - cursor: pointer; | ||
1236 | - } | ||
1237 | - input[type="checkbox"]:checked + label span { | ||
1238 | - background:url(../images/check.png) no-repeat 0 -26px; | ||
1239 | - } | ||
1240 | - | ||
1241 | - | ||
1242 | - | ||
1243 | - #slider { | ||
1244 | - margin: 5px 5px 5px 10px; | ||
1245 | - } | ||
1246 | - | ||
1247 | - .border_for_slider { | ||
1248 | - border: 1px solid #e0e0e0; | ||
1249 | - margin: 0 20px 20px 10px; | ||
1250 | - border-radius: 11px; | ||
1251 | - -moz-border-radius: 11px; | ||
1252 | - -webkit-border-radius: 11px; | ||
1253 | - webkit-box-shadow: inset 0 2px 6px 0 #e0e0e0; | ||
1254 | - -moz-box-shadow: inset 0 2px 6px 0 #e0e0e0; | ||
1255 | - box-shadow: inset 0 2px 6px 0 #e0e0e0; | ||
1256 | - } | ||
1257 | - | ||
1258 | - .ui-widget-header { | ||
1259 | - background: #57af3e !important; | ||
1260 | - } | ||
1261 | - #slider.ui-widget-content { | ||
1262 | - background: #acacac !important; | ||
1263 | - border: 0 !important; | ||
1264 | - } | ||
1265 | - .ui-slider-horizontal { | ||
1266 | - height: 8px !important; | ||
1267 | - } | ||
1268 | - .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | ||
1269 | - background: url(../images/state.png) 50% 50% no-repeat !important; | ||
1270 | - border: 0 !important; | ||
1271 | - } | ||
1272 | - .ui-state-focus { | ||
1273 | - border: 0 !important; | ||
1274 | - } | ||
1275 | - | ||
1276 | - .price_slider_container { | ||
1277 | - padding: 40px 0 40px 0; | ||
1278 | - border: 1px solid #e0e0e0; | ||
1279 | - border-top: 0; | ||
1280 | - } | ||
1281 | - | ||
1282 | - .price_ok, | ||
1283 | - .alert_button{ | ||
1284 | - margin: 0 0 0 10px; | ||
1285 | - -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; | ||
1286 | - -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; | ||
1287 | - box-shadow:inset 0px 1px 0px 0px #ffffff; | ||
1288 | - background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9)); | ||
1289 | - background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); | ||
1290 | - background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); | ||
1291 | - background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); | ||
1292 | - background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%); | ||
1293 | - background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%); | ||
1294 | - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0); | ||
1295 | - background-color:#f9f9f9; | ||
1296 | - -moz-border-radius:6px; | ||
1297 | - -webkit-border-radius:6px; | ||
1298 | - border-radius:6px; | ||
1299 | - border:1px solid #dcdcdc; | ||
1300 | - display:inline-block; | ||
1301 | - cursor:pointer; | ||
1302 | - color:#666666; | ||
1303 | - font-weight:bold; | ||
1304 | - padding:6px 8px; | ||
1305 | - text-decoration:none; | ||
1306 | - text-shadow:0px 1px 0px #ffffff; | ||
1307 | - } | ||
1308 | - .price_ok:hover { | ||
1309 | - background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9)); | ||
1310 | - background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); | ||
1311 | - background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); | ||
1312 | - background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); | ||
1313 | - background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%); | ||
1314 | - background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%); | ||
1315 | - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0); | ||
1316 | - background-color:#e9e9e9; | ||
1317 | - } | ||
1318 | - | ||
1319 | - .price_slider_container label { | ||
1320 | - font: normal 13px/14px Arial, Tahoma, sans-serif; | ||
1321 | - margin: 5px 5px 0 7px; | ||
1322 | - } | ||
1323 | - .price_slider_container input { | ||
1324 | - width: 38px; | ||
1325 | - margin: 0; | ||
1326 | - padding: 5px 6px; | ||
1327 | - border: 1px solid #c2c2c2; | ||
1328 | - border-radius: 5px; | ||
1329 | - -moz-border-radius: 5px; | ||
1330 | - -webkit-border-radius: 5px; | ||
1331 | - box-shadow: inset 1px 1px 3px #bbb; | ||
1332 | - -moz-box-shadow: inset 1px 1px 3px #bbb; | ||
1333 | - -webkit-box-shadow: inset 1px 1px 3px #bbb; | ||
1334 | - background: #f5f5f5; | ||
1335 | - } | ||
1336 | - .value { | ||
1337 | - position: absolute; | ||
1338 | - top: -30px; | ||
1339 | - left: -70%; | ||
1340 | - padding: 3px; | ||
1341 | - text-align: center; | ||
1342 | - display: block; | ||
1343 | - border: 1px solid #b7b7b7; | ||
1344 | - font: normal 12px/12px Arial, Tahoma, sans-serif; | ||
1345 | - border-radius: 5px; | ||
1346 | - -moz-border-radius: 5px; | ||
1347 | - -webkit-border-radius: 5px; | ||
1348 | - -webkit-box-shadow: 0px 0px 5px 0px #b7b7b7; | ||
1349 | - -moz-box-shadow: 0px 0px 5px 0px #b7b7b7; | ||
1350 | - box-shadow: 0px 0px 5px 0px #b7b7b7; | ||
1351 | - background: #ffffff; /* Old browsers */ | ||
1352 | - background: #ffffff; /* Old browsers */ | ||
1353 | - background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%, #eeeeee 100%, #eeeeee 100%); /* FF3.6+ */ | ||
1354 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ | ||
1355 | - background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ | ||
1356 | - background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%); /* Opera 11.10+ */ | ||
1357 | - background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%); /* IE10+ */ | ||
1358 | - background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%); /* W3C */ | ||
1359 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ | ||
1360 | - | ||
1361 | - } | ||
1362 | - .range { | ||
1363 | - position: absolute; | ||
1364 | - top: -12px; | ||
1365 | - left: 15%; | ||
1366 | - margin: 0; | ||
1367 | - width: 12px; | ||
1368 | - height: 9px; | ||
1369 | - text-align: center; | ||
1370 | - display: block; | ||
1371 | - background: url(../images/price_box.png) 100% 100% no-repeat; | ||
1372 | - } | ||
1373 | - | ||
1374 | - .price-range-both.value { | ||
1375 | - width: 100px; | ||
1376 | - margin: 0 0 0 -50px; | ||
1377 | - top: 26px; | ||
1378 | - } | ||
1379 | - | ||
1380 | - .price-range-both { | ||
1381 | - display: none; | ||
1382 | - } | ||
1383 | - | ||
1384 | - .value i { | ||
1385 | - font-style: normal; | ||
1386 | - } | ||
1387 | - | ||
1388 | - /* subcategory content_wrapper */ | ||
1389 | - | ||
1390 | - #content_wrapper .content_wrapper_header { | ||
1391 | - margin: 0 0 20px 0; | ||
1392 | - } | ||
1393 | - #content_wrapper .content_wrapper_header .content_wrapper_header_filters div { | ||
1394 | - font: normal 12px/14px Arial, Tahoma, sans-serif; | ||
1395 | - margin: 0 3px; | ||
1396 | - padding: 2px 2px 2px 5px ; | ||
1397 | - background: #efefef; | ||
1398 | - border-radius: 3px; | ||
1399 | - -moz-border-radius: 3px; | ||
1400 | - -webkit-border-radius: 3px; | ||
1401 | - } | ||
1402 | - #content_wrapper .content_wrapper_header .content_wrapper_header_filters div a, | ||
1403 | - #content_wrapper .content_wrapper_header .content_wrapper_header_filters div a:hover { | ||
1404 | - text-decoration: none; | ||
1405 | - padding: 0 15px 0 0; | ||
1406 | - background: url(../images/close_filter.png) 100% 50% no-repeat; | ||
1407 | - } | ||
1408 | - .empty_filters { | ||
1409 | - background: #ffffff !important; | ||
1410 | - } | ||
1411 | - .empty_filters a{ | ||
1412 | - text-decoration: underline!important; | ||
1413 | - color: #417e24!important; | ||
1414 | - padding: 0!important; | ||
1415 | - background: #ffffff!important; | ||
1416 | - } | ||
1417 | - | ||
1418 | - .content_wrapper_header_menu, | ||
1419 | - .item_menu_header_menu{ | ||
1420 | - margin: 20px 0 0 0; | ||
1421 | - background: url(../images/line_menu.png) 100% 100% repeat-x; | ||
1422 | - } | ||
1423 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .padding_60{ | ||
1424 | - padding-left: 57px; | ||
1425 | - } | ||
1426 | - .tabs{ | ||
1427 | - margin: 0 15px 0 0; | ||
1428 | - padding: 0 0 0 20px; | ||
1429 | - } | ||
1430 | - .tabs ul{ | ||
1431 | - | ||
1432 | - } | ||
1433 | - .tabs ul li{ | ||
1434 | - padding: 8px 20px 8px 20px; | ||
1435 | - height: 14px; | ||
1436 | - border: 2px solid transparent; | ||
1437 | - border-bottom: 2px solid #c4c4c4; | ||
1438 | - } | ||
1439 | - .tabs ul li.not_active{ | ||
1440 | - /*background: transparent url(../images/border_line.png) 100% 50% no-repeat;*/ | ||
1441 | - height: 14px; | ||
1442 | - | ||
1443 | - } | ||
1444 | - .tabs ul li.last_tab.not_active, | ||
1445 | - .tabs ul li.previous{ | ||
1446 | - | ||
1447 | - } | ||
1448 | - .tabs ul li a{ | ||
1449 | - font: bold 13px/14px Arial, Tahoma, sans-serif; | ||
1450 | - padding: 0; | ||
1451 | - text-decoration: none; | ||
1452 | - } | ||
1453 | - | ||
1454 | - .tabs ul li.active_tab{ | ||
1455 | - border: 2px solid #c4c4c4; | ||
1456 | - border-bottom: 2px solid #ffffff; | ||
1457 | - border-radius: 5px 5px 0px 0px; | ||
1458 | - -moz-border-radius: 5px 5px 0px 0px; | ||
1459 | - -webkit-border-radius: 5px 5px 0px 0px; | ||
1460 | - background: #ffffff!important; | ||
1461 | - color: #464646 !important; | ||
1462 | - } | ||
1463 | - .tabs ul li.active_tab a{ | ||
1464 | - color: #464646 !important; | ||
1465 | - } | ||
1466 | - | ||
1467 | - .tabs ul li.tabs_new_items{ | ||
1468 | - background: #b12b2c; | ||
1469 | - border-radius: 5px 5px 0px 0px; | ||
1470 | - -moz-border-radius: 5px 5px 0px 0px; | ||
1471 | - -webkit-border-radius: 5px 5px 0px 0px; | ||
1472 | - margin: 0 1px; | ||
1473 | - } | ||
1474 | - .tabs ul li.tabs_top_items{ | ||
1475 | - background: #f36c00; | ||
1476 | - border-radius: 5px 5px 0px 0px; | ||
1477 | - -moz-border-radius: 5px 5px 0px 0px; | ||
1478 | - -webkit-border-radius: 5px 5px 0px 0px; | ||
1479 | - } | ||
1480 | - .tabs ul li.tabs_all_items{ | ||
1481 | - background: #4fa32c; | ||
1482 | - border-radius: 5px 5px 0px 0px; | ||
1483 | - -moz-border-radius: 5px 5px 0px 0px; | ||
1484 | - -webkit-border-radius: 5px 5px 0px 0px; | ||
1485 | - } | ||
1486 | - | ||
1487 | - .tabs ul li.tabs_all_items a, | ||
1488 | - .tabs ul li.tabs_new_items a, | ||
1489 | - .tabs ul li.tabs_top_items a{ | ||
1490 | - color: #ffffff; | ||
1491 | - } | ||
1492 | - | ||
1493 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs, | ||
1494 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists{ | ||
1495 | - margin: 10px 20px 0 0; | ||
1496 | - cursor: pointer; | ||
1497 | - } | ||
1498 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs{ | ||
1499 | - background: url(../images/thumbs.png) 100% 50% no-repeat; | ||
1500 | - width: 11px; | ||
1501 | - height: 11px; | ||
1502 | - } | ||
1503 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs.active, | ||
1504 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs:hover{ | ||
1505 | - background: url(../images/thumbs_active.png) 100% 50% no-repeat; | ||
1506 | - width: 11px; | ||
1507 | - height: 11px; | ||
1508 | - } | ||
1509 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists{ | ||
1510 | - background: url(../images/lists.png) 100% 50% no-repeat; | ||
1511 | - width: 11px; | ||
1512 | - height: 11px; | ||
1513 | - } | ||
1514 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists.active, | ||
1515 | - #content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists:hover{ | ||
1516 | - background: url(../images/lists_active.png) 100% 50% no-repeat; | ||
1517 | - width: 11px; | ||
1518 | - height: 11px; | ||
1519 | - } | ||
1520 | - .sort_price{ | ||
1521 | - margin: 10px 10px 0 0; | ||
1522 | - } | ||
1523 | - | ||
1524 | - .sort_price a{ | ||
1525 | - color: #417e24; | ||
1526 | - } | ||
1527 | - .sort_price.last{ | ||
1528 | - padding: 0 15px 0 0; | ||
1529 | - background: url(../images/sort_arrow.png) 100% 50% no-repeat; | ||
1530 | - position: relative; | ||
1531 | - } | ||
1532 | - .sort_price.last .sort_price_dropdown { | ||
1533 | - position: absolute; | ||
1534 | - border: 1px solid #e0e0e0; | ||
1535 | - z-index: 45; | ||
1536 | - background: #fff; | ||
1537 | - font-size: 12px; | ||
1538 | - margin: 3px 0 0 0; | ||
1539 | - padding: 2px; | ||
1540 | - top: 13px; | ||
1541 | - left: 3px; | ||
1542 | - width: 140px; | ||
1543 | - } | ||
1544 | - .sort_price.last .sort_price_dropdown a{ | ||
1545 | - text-decoration: none; | ||
1546 | - padding: 0 0 2px 0; | ||
1547 | - } | ||
1548 | - .sort_price.last .sort_price_dropdown a:hover{ | ||
1549 | - color: #f58025; | ||
1550 | - } | ||
1551 | -/* paginate */ | ||
1552 | -.paginate{ | ||
1553 | - margin: 0px auto 0px auto; | ||
1554 | - display: table; | ||
1555 | - list-style: none; | ||
1556 | -} | ||
1557 | -.paginate ul{ | ||
1558 | - margin: 20px 0 20px 0px; | ||
1559 | -} | ||
1560 | - .paginate li { | ||
1561 | - float: left; | ||
1562 | - } | ||
1563 | - .paginate ul li a{ | ||
1564 | - text-decoration: none; | ||
1565 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
1566 | - color: #4fa32c; | ||
1567 | - padding: 0 10px 0 10px; | ||
1568 | - } | ||
1569 | - .paginate ul li a.current{ | ||
1570 | - text-decoration: none; | ||
1571 | - font: bold 16px/24px Arial, Tahoma, sans-serif; | ||
1572 | - color: #707070; | ||
1573 | - } | ||
1574 | - | ||
1575 | - | ||
1576 | -/* item */ | ||
1577 | - | ||
1578 | - /* breadcrumbs */ | ||
1579 | - .item_menu_shadow { | ||
1580 | - background: #ebebeb url(../images/item_menu_shadow.png) 50% 100% no-repeat; | ||
1581 | - padding: 20px 0 0 0; | ||
1582 | - width: 946px; | ||
1583 | - height: 27px; | ||
1584 | - } | ||
1585 | - | ||
1586 | - .item .breadcrumbs ul{ | ||
1587 | - padding: 5px 0 20px 0; | ||
1588 | - } | ||
1589 | - | ||
1590 | - /* item_wrapper */ | ||
1591 | - | ||
1592 | - .item .item_wrapper .item_images { | ||
1593 | - width: 400px; | ||
1594 | - margin: 20px 20px 20px 0; | ||
1595 | - } | ||
1596 | - .item .item_wrapper .item_images .width_400{ | ||
1597 | - margin: 0 0 10px 0; | ||
1598 | - position: relative; | ||
1599 | - } | ||
1600 | - .item .item_wrapper .item_images .width_400 .previous_image{ | ||
1601 | - position: absolute; | ||
1602 | - background: url(../images/main_photo_arrow_left.png) 0 0 no-repeat; | ||
1603 | - width: 28px; | ||
1604 | - height: 28px; | ||
1605 | - bottom: 8px; | ||
1606 | - left: 5px; | ||
1607 | - } | ||
1608 | - .item .item_wrapper .item_images .width_400 .next_image{ | ||
1609 | - position: absolute; | ||
1610 | - background: url(../images/main_photo_arrow_right.png) 0 0 no-repeat; | ||
1611 | - width: 28px; | ||
1612 | - height: 28px; | ||
1613 | - bottom: 8px; | ||
1614 | - left: 34px; | ||
1615 | - } | ||
1616 | - .item .item_wrapper .item_images .width_400 .zoom_image{ | ||
1617 | - position: absolute; | ||
1618 | - background: url(../images/zoom.png) 0 0 no-repeat; | ||
1619 | - width: 28px; | ||
1620 | - height: 28px; | ||
1621 | - bottom: 8px; | ||
1622 | - right: 5px; | ||
1623 | - } | ||
1624 | - .item .item_wrapper .item_images .width_128{ | ||
1625 | - margin: 0 5px 0 0; | ||
1626 | - border: 1px solid #e0e0e0; | ||
1627 | - height: 130px; | ||
1628 | - } | ||
1629 | - | ||
1630 | - .item .item_wrapper .item_content { | ||
1631 | - width: 520px; | ||
1632 | - margin: 20px 0 20px 0; | ||
1633 | - } | ||
1634 | - .item .item_wrapper .item_content .item_title{ | ||
1635 | - margin: 5px 0 5px 0; | ||
1636 | - } | ||
1637 | - .item .item_wrapper .item_content .item_decription{ | ||
1638 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
1639 | - margin: 0 0 20px 0; | ||
1640 | - } | ||
1641 | - .item .item_wrapper .item_content .properties{ | ||
1642 | - font: normal 14px/16px Arial, Tahoma, sans-serif; | ||
1643 | - margin: 5px 0 10px 0; | ||
1644 | - min-width: 100px; | ||
1645 | - } | ||
1646 | - .item .item_wrapper .item_content .properties_article{ | ||
1647 | - font: bold 14px/16px Arial, Tahoma, sans-serif; | ||
1648 | - } | ||
1649 | - .item .item_wrapper .item_content .properties_producer a{ | ||
1650 | - color: #f36d00; | ||
1651 | - } | ||
1652 | - .item .item_wrapper .item_content .properties_presence{ | ||
1653 | - color: #417e24; | ||
1654 | - } | ||
1655 | - .item .item_wrapper .item_content .properties_absent{ | ||
1656 | - font-weight: bold; | ||
1657 | - color: #ae2328; | ||
1658 | - } | ||
1659 | - | ||
1660 | - | ||
1661 | - .item .item_wrapper .item_content .minus{ | ||
1662 | - background: url(../images/minus.png) 0 100% no-repeat; | ||
1663 | - width: 12px; | ||
1664 | - height: 15px; | ||
1665 | - padding: 0 5px 0 0; | ||
1666 | - cursor: pointer; | ||
1667 | - } | ||
1668 | - .item .item_wrapper .item_content .plus{ | ||
1669 | - background: url(../images/plus.png) 50% 55% no-repeat; | ||
1670 | - width: 12px; | ||
1671 | - height: 24px; | ||
1672 | - padding: 0 0 0 10px; | ||
1673 | - cursor: pointer; | ||
1674 | - } | ||
1675 | - .item .item_wrapper .item_content .count_items{ | ||
1676 | - width: 30px; | ||
1677 | - margin: 0; | ||
1678 | - padding: 4px 6px; | ||
1679 | - border: 1px solid #c2c2c2; | ||
1680 | - border-radius: 5px; | ||
1681 | - -moz-border-radius: 5px; | ||
1682 | - -webkit-border-radius: 5px; | ||
1683 | - box-shadow: inset 1px 1px 3px #bbb; | ||
1684 | - -moz-box-shadow: inset 1px 1px 3px #bbb; | ||
1685 | - -webkit-box-shadow: inset 1px 1px 3px #bbb; | ||
1686 | - background: #f5f5f5; | ||
1687 | - text-align: center; | ||
1688 | - font: normal 15px/16px Arial, Tahoma, sans-serif; | ||
1689 | - color: #464646; | ||
1690 | - } | ||
1691 | - .item .item_wrapper .item_content .colors { | ||
1692 | - margin: 10px 0 0 0; | ||
1693 | - } | ||
1694 | - .item .item_wrapper .item_content .packing { | ||
1695 | - min-height: 60px; | ||
1696 | - position: relative; | ||
1697 | - } | ||
1698 | - .item .item_wrapper .item_content .packing .properties{ | ||
1699 | - position: absolute; | ||
1700 | - bottom: 0; | ||
1701 | - margin-bottom: 0; | ||
1702 | - } | ||
1703 | - .item .item_wrapper .item_content .packing_images{ | ||
1704 | - position: absolute; | ||
1705 | - bottom: 0; | ||
1706 | - left: 100px; | ||
1707 | - } | ||
1708 | - | ||
1709 | - .item .item_wrapper .item_content .packing_images .group_sizes, | ||
1710 | - .group_sizes, .table_cell4 .group_sizes, .basket_element_prepack .group_sizes{ | ||
1711 | - min-height: 35px; | ||
1712 | - min-width: 31px; | ||
1713 | - border: 1px solid #e0e0e0; | ||
1714 | - margin: 0 10px 0 0; | ||
1715 | - position: relative; | ||
1716 | - display: inline-block; | ||
1717 | - } | ||
1718 | - .item .item_wrapper .item_content .packing_images .group_sizes:hover, | ||
1719 | - .item .item_wrapper .item_content .packing_images .group_sizes.active, | ||
1720 | - .group_sizes:hover, | ||
1721 | - .group_sizes.active, .table_cell4 .group_sizes.active | ||
1722 | - { | ||
1723 | - border: 1px solid #4fa32c; | ||
1724 | - } | ||
1725 | - .item .item_wrapper .item_content .packing_images .group_sizes.not_exist:hover{ | ||
1726 | - border: 1px solid #e0e0e0; | ||
1727 | - } | ||
1728 | - .item .item_wrapper .item_content .packing_images .group_sizes .group_sizes_header, | ||
1729 | - .group_sizes .group_sizes_header{ | ||
1730 | - position: absolute; | ||
1731 | - top: 5px; | ||
1732 | - width: 100%; | ||
1733 | - height: 3px; | ||
1734 | - text-align: center; | ||
1735 | - background: url(../images/pack.png) 50% 0 no-repeat; | ||
1736 | - } | ||
1737 | - .item .item_wrapper .item_content .packing_images .group_sizes:hover .group_sizes_header, | ||
1738 | - .item .item_wrapper .item_content .packing_images .group_sizes.active .group_sizes_header, | ||
1739 | - .group_sizes:hover .group_sizes_header, | ||
1740 | - .group_sizes.active .group_sizes_header | ||
1741 | - { | ||
1742 | - position: absolute; | ||
1743 | - top: 5px; | ||
1744 | - width: 100%; | ||
1745 | - height: 3px; | ||
1746 | - text-align: center; | ||
1747 | - background: url(../images/pack_hover.png) 50% 0 no-repeat; | ||
1748 | - } | ||
1749 | - .item .item_wrapper .item_content .packing_images .group_sizes.not_exist:hover .group_sizes_header | ||
1750 | - { | ||
1751 | - background: url(../images/pack.png) 50% 0 no-repeat; | ||
1752 | - } | ||
1753 | - .item .item_wrapper .item_content .packing_images .group_sizes .group_sizes_content, | ||
1754 | - .group_sizes .group_sizes_content | ||
1755 | - { | ||
1756 | - position: absolute; | ||
1757 | - bottom: 0; | ||
1758 | - width: 100%; | ||
1759 | - text-align: center; | ||
1760 | - font-size: 11px; | ||
1761 | - white-space: pre-line; | ||
1762 | - line-height: 11px; | ||
1763 | - overflow: hidden; | ||
1764 | - } | ||
1765 | - .item .item_wrapper .item_content .buy_compare { | ||
1766 | - min-height: 60px; | ||
1767 | - width: 100%; | ||
1768 | - background: #f5f5f5; | ||
1769 | - margin: 15px 0; | ||
1770 | - } | ||
1771 | - .item .item_wrapper .item_content .buy_compare .one_item_price{ | ||
1772 | - font: normal 13px/15px Arial, Tahoma, sans-serif; | ||
1773 | - color: #f58025; | ||
1774 | - margin: 18px 0 0 20px; | ||
1775 | - } | ||
1776 | - .item .item_wrapper .item_content .buy_compare .one_item_price span{ | ||
1777 | - font: bold 20px/22px Arial, Tahoma, sans-serif; | ||
1778 | - /*color: #f58025;*/ | ||
1779 | - } | ||
1780 | - .item .item_wrapper .item_content .buy_compare .one_item_buttons{ | ||
1781 | - width: 80px; | ||
1782 | - margin: 18px 0 0 20px; | ||
1783 | - } | ||
1784 | - .item .item_wrapper .item_content .buy_compare .btn{ | ||
1785 | - text-decoration: none; | ||
1786 | - font-size: 12px; | ||
1787 | - padding: 5px 4px; | ||
1788 | - -webkit-border-radius: 5px; | ||
1789 | - -moz-border-radius: 5px; | ||
1790 | - border-radius: 5px; | ||
1791 | - width: 70px; | ||
1792 | - } | ||
1793 | - .green:hover, | ||
1794 | - .btv:hover { | ||
1795 | - text-decoration: none !important; | ||
1796 | - } | ||
1797 | - .item .item_wrapper .item_content .buy_compare .green{ | ||
1798 | - color: #ffffff; | ||
1799 | - background: #4fa32c; | ||
1800 | - border: 1px solid #4fa32c; | ||
1801 | - margin: 0; | ||
1802 | - text-align: center; | ||
1803 | - } | ||
1804 | - .grey { | ||
1805 | - text-decoration:none; | ||
1806 | - font-family:calibri; | ||
1807 | - font-size:14px; | ||
1808 | - color:#474747; | ||
1809 | - padding: 5px 8px 6px 7px; | ||
1810 | - border-top:1px solid #eaeaea; | ||
1811 | - border-bottom:1px solid #a3a3a3; | ||
1812 | - border-left:1px solid #d7d7d7; | ||
1813 | - border-right:1px solid #c3c3c3; | ||
1814 | - -moz-border-radius: 5px; | ||
1815 | - -webkit-border-radius: 5px; | ||
1816 | - border-radius: 5px; | ||
1817 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ececec'); | ||
1818 | - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ececec')"; | ||
1819 | - background-image: -moz-linear-gradient(top, #ffffff, #ececec); | ||
1820 | - background-image: -ms-linear-gradient(top, #ffffff, #ececec); | ||
1821 | - background-image: -o-linear-gradient(top, #ffffff, #ececec); | ||
1822 | - background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ececec)); | ||
1823 | - background-image: -webkit-linear-gradient(top, #ffffff, #ececec); | ||
1824 | - background-image: linear-gradient(top, #ffffff, #ececec); | ||
1825 | - -moz-background-clip: padding; | ||
1826 | - -webkit-background-clip: padding-box; | ||
1827 | - background-clip: padding-box; | ||
1828 | - } | ||
1829 | - .items .one_item .one_item_buttons .btn, .compare_items .compare_items_table table th .btn { | ||
1830 | - display: inline; | ||
1831 | - margin: 3px; | ||
1832 | - } | ||
1833 | - .green:hover{ | ||
1834 | - color: #ffffff; | ||
1835 | - } | ||
1836 | - .item .item_wrapper .item_content .buy_compare .one_item_compare | ||
1837 | - { | ||
1838 | - margin: 24px 0 0 20px; | ||
1839 | - } | ||
1840 | - .item .item_wrapper .item_content .buy_compare .one_item_compare label { | ||
1841 | - text-decoration: underline; | ||
1842 | - cursor: pointer; | ||
1843 | - } | ||
1844 | - .item .item_wrapper .item_content .features { | ||
1845 | - margin: 0 0 20px 0; | ||
1846 | - min-height: 30px; | ||
1847 | - } | ||
1848 | - .item .item_wrapper .item_content .features a { | ||
1849 | - margin: 0 5px 0 0; | ||
1850 | - color: #417e24; | ||
1851 | - } | ||
1852 | - .item .item_wrapper .item_content .item_menu_content { | ||
1853 | - margin: 20px 0; | ||
1854 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
1855 | - } | ||
1856 | - .item .item_wrapper .item_content .item_menu_content .tabs_properties p.key_value{ | ||
1857 | - min-width: 150px; | ||
1858 | - } | ||
1859 | - .item .item_wrapper .item_content .item_menu_content .item_menu_content_wrapper div{ | ||
1860 | - margin: 0 0 10px 0; | ||
1861 | - } | ||
1862 | - | ||
1863 | - .item .one_item { | ||
1864 | - min-height: 410px; | ||
1865 | - } | ||
1866 | - .item .other_items { | ||
1867 | - min-height: 510px; | ||
1868 | - } | ||
1869 | - | ||
1870 | - | ||
1871 | - | ||
1872 | - | ||
1873 | - | ||
1874 | -#content_subnav { | ||
1875 | - position: absolute; | ||
1876 | - top: 165px; | ||
1877 | - border: 2px solid #67b73e; | ||
1878 | - padding: 0 20px; | ||
1879 | - background: #f5f5f5; | ||
1880 | - z-index: 999; | ||
1881 | - width: 915px; | ||
1882 | - -webkit-border-radius: 5px; | ||
1883 | - -moz-border-radius: 5px; | ||
1884 | - border-radius: 5px; | ||
1885 | - -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75); | ||
1886 | - -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75); | ||
1887 | - box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75); | ||
1888 | -} | ||
1889 | -#content_subnav h2{ | ||
1890 | - font-size: 15px; | ||
1891 | - text-transform: uppercase; | ||
1892 | - margin: 20px 0 0 0; | ||
1893 | -} | ||
1894 | -#content_subnav .content_nav_first_floor { | ||
1895 | - padding: 20px 0 15px 0; | ||
1896 | - margin: 0 0 20px 0; | ||
1897 | - border-bottom: 1px solid #cdcdcd; | ||
1898 | -} | ||
1899 | -#content_subnav .content_nav_first_floor .content_nav_logo { | ||
1900 | - padding: 0 40px 0 0; | ||
1901 | - width: 150px; | ||
1902 | -} | ||
1903 | -#content_subnav .content_nav_logo a { | ||
1904 | - text-decoration: none; | ||
1905 | -} | ||
1906 | - | ||
1907 | -#content_subnav .content_nav_first_floor .content_nav_items { | ||
1908 | - text-align:justify; | ||
1909 | - column-count: 4; | ||
1910 | - -moz-column-count: 4; | ||
1911 | - -webkit-column-count:4; | ||
1912 | - column-gap: 40px; | ||
1913 | - -moz-column-gap: 40px; | ||
1914 | - -webkit-column-gap: 40px; | ||
1915 | - column-width: 150px; /*ัะบะฐะทัะฒะฐะตะผ ัะธัะธะฝั ะบะพะปะพะฝะพะบ*/ | ||
1916 | - -moz-column-width: 150px; | ||
1917 | - -webkit-column-width: 150px; | ||
1918 | - min-height: 150px; | ||
1919 | -} | 243 | +.float_right{float:right;} |
244 | +.catalog_slider{background:url(../images/catalog_slider.jpg) no-repeat center center;height:190px;text-align:center;overflow:hidden;} | ||
245 | +.catalog_slider .catalog_description{margin:50px 0 0 0;width:365px;height:100px;-webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);} | ||
246 | +.catalog_slider .catalog_description.logo1{background:#53a726;} | ||
247 | +.catalog_slider .catalog_description.logo2{background:#b12b2c;} | ||
248 | +.catalog_slider .catalog_description.logo3{background:#f36d01;} | ||
249 | +.catalog_slider .catalog_description.logo4{background:#1b7781;} | ||
250 | +.catalog_slider .catalog_description.logo5{background:#db0565;} | ||
251 | +.catalog_slider .catalog_description.logo6{background:#935927;} | ||
252 | +.catalog_slider .catalog_description.logo479{background:#b1873f;} | ||
253 | +.catalog_slider .catalog_description .catalog_description_content{width:225px;margin:20px 0 0 0;text-align:left;} | ||
254 | +.catalog_slider .catalog_description .catalog_description_content .catalog_description_title{margin:0 0 5px 0;} | ||
255 | +.catalog_slider .catalog_description .catalog_description_content .catalog_description_title a, | ||
256 | +.catalog_slider .catalog_description .catalog_description_content .catalog_description_title a:hover{font-size:15px;text-transform:uppercase;color:#ffffff;text-decoration:none;} | ||
257 | +.catalog_slider .catalog_description .catalog_description_content p{color:#ffffff;} | ||
258 | +.breadcrumbs{background:#ebebeb;} | ||
259 | +.breadcrumbs ul{padding:15px 0;} | ||
260 | +.breadcrumbs ul li{padding:0 4px 0 0;} | ||
261 | +.breadcrumbs ul li a.breadcrumbs_last, | ||
262 | +.breadcrumbs ul li a.breadcrumbs_last:hover{text-decoration:none;} | ||
263 | +.search .sidebar_content_wrapper, | ||
264 | +.catalog .sidebar_content_wrapper, | ||
265 | +.subcategory .sidebar_content_wrapper, | ||
266 | +.subcategory_list .sidebar_content_wrapper, | ||
267 | +.cabinet .sidebar_content_wrapper{margin:20px 0 0 0;min-height:300px;} | ||
268 | +.catalog #sidebar, | ||
269 | +.search #sidebar, | ||
270 | +.subcategory #sidebar, | ||
271 | +.subcategory_list #sidebar{width:185px;margin:0 55px 20px 0;} | ||
272 | +.search #sidebar ul li a, | ||
273 | +.catalog #sidebar ul li a{font:italic 13px/20px Arial, Tahoma, sans-serif;} | ||
274 | +.search #sidebar ul li ul{font:italic 12px/20px Arial, Tahoma, sans-serif;margin:0 0 0 10px;} | ||
275 | +.search #content_wrapper, | ||
276 | +.catalog #content_wrapper, | ||
277 | +.subcategory #content_wrapper, | ||
278 | +.subcategory_list #content_wrapper, | ||
279 | +.cabinet #content_wrapper{width:720px;} | ||
280 | +.catalog #content_wrapper ul li{margin:0 20px 0 0;text-align:center;min-height:185px;} | ||
281 | +.catalog #content_wrapper ul li a, | ||
282 | +.catalog #content_wrapper ul li a:hover{font:bold 14px/20px Arial, Tahoma, sans-serif;text-decoration:none;width:165px;} | ||
283 | +.catalog .content_accost, | ||
284 | +.subcategory .content_accost, | ||
285 | +.subcategory_list .content_accost, | ||
286 | +.item .content_accost{background:#f5f5f5;padding:0 0 40px 0;position:relative;border-bottom:0;} | ||
287 | +.subcategory_sidebar_title h3{font:bold 16px/18px Arial, Tahoma, sans-serif;color:#4fa32c;} | ||
288 | +.subcategory_sidebar_title p{font:bold 13px/15px Arial, Tahoma, sans-serif;margin:15px 0 10px 0;} | ||
289 | +.subcategory_sidebar_title .vip_icon{margin-left:20px; float:right;} | ||
290 | +ul#subcategory_menu{width:220px;list-style:none;} | ||
291 | +ul.last{border-bottom:1px solid #e3e3e3;} | ||
292 | +ul#subcategory_menu li .main{text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);cursor:pointer;margin:0;padding:6px 0 6px 10px;background:#fefefe;background:-moz-linear-gradient(top, #fefefe 0%, #1e5799 0%, #fefefe 0%, #ededed 100%, #ededed 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(0%,#1e5799), color-stop(0%,#fefefe), color-stop(100%,#ededed), color-stop(100%,#ededed));background:-webkit-linear-gradient(top, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%);background:-o-linear-gradient(top, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%);background:-ms-linear-gradient(top, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%);background:linear-gradient(to bottom, #fefefe 0%,#1e5799 0%,#fefefe 0%,#ededed 100%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed',GradientType=0);border:1px solid #e0e0e0;text-decoration:none;font:bold 13px/16px Arial, Tahoma, sans-serif;display:block;} | ||
293 | +.subcategory_menu_closed.main{border-bottom:0 !important;} | ||
294 | +ul#subcategory_menu .main .float.dropdown{width:25px;height:12px;float:right;background:url(../images/dropdown.png) 0% 100% no-repeat;cursor:pointer;} | ||
295 | +ul#subcategory_menu .subcategory_menu_closed.main .float.dropdown{width:20px;height:12px;float:right;background:url(../images/dropdown_closed.png) 0% 100% no-repeat;cursor:pointer;} | ||
296 | +ul#subcategory_menu li ul{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-top:0;padding:5px 0 15px 15px;} | ||
297 | +ul#subcategory_menu li ul li{padding:10px 0 0 0;} | ||
298 | +ul#subcategory_menu li ul li a{font:normal 13px/16px Arial, Tahoma, sans-serif;text-decoration:none;} | ||
299 | +ul#subcategory_menu li.subcategory_menu_last_child{padding:0 0 27px 0;background:url(../images/sidebar_shadow.png) 0 100% no-repeat;} | ||
300 | +input[type="checkbox"]{display:none;} | ||
301 | +input[type="checkbox"] + label span{display:inline-block;vertical-align:middle;width:13px;height:13px;margin:-1px 4px 0 0;background:url(../images/check.png) no-repeat 0 0;cursor:pointer;} | ||
302 | +input[type="checkbox"]:checked + label span{background:url(../images/check.png) no-repeat 0 -26px;} | ||
303 | +#slider{margin:5px 5px 5px 10px;} | ||
304 | +.border_for_slider{border:1px solid #e0e0e0;margin:0 20px 20px 10px;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;webkit-box-shadow:inset 0 2px 6px 0 #e0e0e0;-moz-box-shadow:inset 0 2px 6px 0 #e0e0e0;box-shadow:inset 0 2px 6px 0 #e0e0e0;} | ||
305 | +.ui-widget-header{background:#57af3e !important;} | ||
306 | +#slider.ui-widget-content{background:#acacac !important;border:0 !important;} | ||
307 | +.ui-slider-horizontal{height:8px !important;} | ||
308 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:url(../images/state.png) 50% 50% no-repeat !important;border:0 !important;} | ||
309 | +.ui-state-focus{border:0 !important;} | ||
310 | +.price_slider_container{padding:40px 0 40px 0;border:1px solid #e0e0e0;border-top:0;} | ||
311 | +.price_ok, | ||
312 | +.alert_button{margin:0 0 0 10px;-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);background-color:#f9f9f9;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;display:inline-block;cursor:pointer;color:#666666;font-weight:bold;padding:6px 8px;text-decoration:none;text-shadow:0px 1px 0px #ffffff;} | ||
313 | +.price_ok:hover{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);background-color:#e9e9e9;} | ||
314 | +.price_slider_container label{font:normal 13px/14px Arial, Tahoma, sans-serif;margin:5px 5px 0 7px;} | ||
315 | +.price_slider_container input{width:38px;margin:0;padding:5px 6px;border:1px solid #c2c2c2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:inset 1px 1px 3px #bbb;-moz-box-shadow:inset 1px 1px 3px #bbb;-webkit-box-shadow:inset 1px 1px 3px #bbb;background:#f5f5f5;} | ||
316 | +.value{position:absolute;top:-30px;left:-70%;padding:3px;text-align:center;display:block;border:1px solid #b7b7b7;font:normal 12px/12px Arial, Tahoma, sans-serif;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-webkit-box-shadow:0px 0px 5px 0px #b7b7b7;-moz-box-shadow:0px 0px 5px 0px #b7b7b7;box-shadow:0px 0px 5px 0px #b7b7b7;background:#ffffff;background:#ffffff;background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%, #eeeeee 100%, #eeeeee 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee), color-stop(100%,#eeeeee));background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);background:-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);background:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);background:linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%,#eeeeee 100%,#eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);} | ||
317 | +.range{position:absolute;top:-12px;left:15%;margin:0;width:12px;height:9px;text-align:center;display:block;background:url(../images/price_box.png) 100% 100% no-repeat;} | ||
318 | +.price-range-both.value{width:100px;margin:0 0 0 -50px;top:26px;} | ||
319 | +.price-range-both{display:none;} | ||
320 | +.value i{font-style:normal;} | ||
321 | +#content_wrapper .content_wrapper_header{margin:0 0 20px 0;} | ||
322 | +#content_wrapper .content_wrapper_header .content_wrapper_header_filters div{font:normal 12px/14px Arial, Tahoma, sans-serif;margin:0 3px;padding:2px 2px 2px 5px;background:#efefef;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;} | ||
323 | +#content_wrapper .content_wrapper_header .content_wrapper_header_filters div a, | ||
324 | +#content_wrapper .content_wrapper_header .content_wrapper_header_filters div a:hover{text-decoration:none;padding:0 15px 0 0;background:url(../images/close_filter.png) 100% 50% no-repeat;} | ||
325 | +.empty_filters{background:#ffffff !important;} | ||
326 | +.empty_filters a{text-decoration:underline!important;color:#417e24!important;padding:0!important;background:#ffffff!important;} | ||
327 | +.content_wrapper_header_menu, | ||
328 | +.item_menu_header_menu{margin:20px 0 0 0;background:url(../images/line_menu.png) 100% 100% repeat-x;} | ||
329 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .padding_60{padding-left:57px;} | ||
330 | +.tabs{margin:0 15px 0 0;padding:0 0 0 20px;} | ||
331 | +.tabs ul{} | ||
332 | +.tabs ul li{padding:8px 20px 8px 20px;height:14px;border:2px solid transparent;border-bottom:2px solid #c4c4c4;} | ||
333 | +.tabs ul li.not_active{height:14px;} | ||
334 | +.tabs ul li.last_tab.not_active, | ||
335 | +.tabs ul li.previous{} | ||
336 | +.tabs ul li a{font:bold 13px/14px Arial, Tahoma, sans-serif;padding:0;text-decoration:none;} | ||
337 | +.tabs ul li.active_tab{border:2px solid #c4c4c4;border-bottom:2px solid #ffffff;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;background:#ffffff!important;color:#464646 !important;} | ||
338 | +.tabs ul li.active_tab a{color:#464646 !important;} | ||
339 | +.tabs ul li.tabs_new_items{background:#b12b2c;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;margin:0 1px;} | ||
340 | +.tabs ul li.tabs_top_items{background:#f36c00;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;} | ||
341 | +.tabs ul li.tabs_all_items{background:#4fa32c;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;} | ||
342 | +.tabs ul li.tabs_all_items a, | ||
343 | +.tabs ul li.tabs_new_items a, | ||
344 | +.tabs ul li.tabs_top_items a{color:#ffffff;} | ||
345 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs, | ||
346 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists{margin:10px 20px 0 0;cursor:pointer;} | ||
347 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs{background:url(../images/thumbs.png) 100% 50% no-repeat;width:11px;height:11px;} | ||
348 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs.active, | ||
349 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .thumbs:hover{background:url(../images/thumbs_active.png) 100% 50% no-repeat;width:11px;height:11px;} | ||
350 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists{background:url(../images/lists.png) 100% 50% no-repeat;width:11px;height:11px;} | ||
351 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists.active, | ||
352 | +#content_wrapper .content_wrapper_header .content_wrapper_header_menu .lists:hover{background:url(../images/lists_active.png) 100% 50% no-repeat;width:11px;height:11px;} | ||
353 | +.sort_price{margin:10px 10px 0 0;} | ||
354 | +.sort_price a{color:#417e24;} | ||
355 | +.sort_price.last{padding:0 15px 0 0;background:url(../images/sort_arrow.png) 100% 50% no-repeat;position:relative;} | ||
356 | +.sort_price.last .sort_price_dropdown{position:absolute;border:1px solid #e0e0e0;z-index:45;background:#fff;font-size:12px;margin:3px 0 0 0;padding:2px;top:13px;left:3px;width:140px;} | ||
357 | +.sort_price.last .sort_price_dropdown a{text-decoration:none;padding:0 0 2px 0;} | ||
358 | +.sort_price.last .sort_price_dropdown a:hover{color:#f58025;} | ||
359 | +.paginate{margin:0px auto 0px auto;display:table;list-style:none;} | ||
360 | +.paginate ul{margin:20px 0 20px 0px;} | ||
361 | +.paginate li{float:left;} | ||
362 | +.paginate ul li a{text-decoration:none;font:bold 20px/24px Arial, Tahoma, sans-serif;color:#4fa32c;padding:0 10px 0 10px;} | ||
363 | +.paginate ul li a.current{text-decoration:none;font:bold 16px/24px Arial, Tahoma, sans-serif;color:#707070;} | ||
364 | +.item_menu_shadow{background:#ebebeb url(../images/item_menu_shadow.png) 50% 100% no-repeat;padding:20px 0 0 0;width:946px;height:27px;} | ||
365 | +.item .breadcrumbs ul{padding:5px 0 20px 0;} | ||
366 | +.item .item_wrapper .item_images{width:400px;margin:20px 20px 20px 0;} | ||
367 | +.item .item_wrapper .item_images .width_400{margin:0 0 10px 0;position:relative;} | ||
368 | +.item .item_wrapper .item_images .width_400 .previous_image{position:absolute;background:url(../images/main_photo_arrow_left.png) 0 0 no-repeat;width:28px;height:28px;bottom:8px;left:5px;} | ||
369 | +.item .item_wrapper .item_images .width_400 .next_image{position:absolute;background:url(../images/main_photo_arrow_right.png) 0 0 no-repeat;width:28px;height:28px;bottom:8px;left:34px;} | ||
370 | +.item .item_wrapper .item_images .width_400 .zoom_image{position:absolute;background:url(../images/zoom.png) 0 0 no-repeat;width:28px;height:28px;bottom:8px;right:5px;} | ||
371 | +.item .item_wrapper .item_images .width_128{margin:0 5px 0 0;border:1px solid #e0e0e0;height:130px;} | ||
372 | +.item .item_wrapper .item_content{width:520px;margin:20px 0 20px 0;} | ||
373 | +.item .item_wrapper .item_content .item_title{margin:5px 0 5px 0;} | ||
374 | +.item .item_wrapper .item_content .item_decription{font:normal 13px/16px Arial, Tahoma, sans-serif;margin:0 0 20px 0;} | ||
375 | +.item .item_wrapper .item_content .properties{font:normal 14px/16px Arial, Tahoma, sans-serif;margin:5px 0 10px 0;min-width:100px;} | ||
376 | +.item .item_wrapper .item_content .properties_article{font:bold 14px/16px Arial, Tahoma, sans-serif;} | ||
377 | +.item .item_wrapper .item_content .properties_producer a{color:#f36d00;} | ||
378 | +.item .item_wrapper .item_content .properties_presence{color:#417e24;} | ||
379 | +.item .item_wrapper .item_content .properties_absent{font-weight:bold;color:#ae2328;} | ||
380 | +.item .item_wrapper .item_content .minus{background:url(../images/minus.png) 0 100% no-repeat;width:12px;height:15px;padding:0 5px 0 0;cursor:pointer;} | ||
381 | +.item .item_wrapper .item_content .plus{background:url(../images/plus.png) 50% 55% no-repeat;width:12px;height:24px;padding:0 0 0 10px;cursor:pointer;} | ||
382 | +.item .item_wrapper .item_content .count_items{width:30px;margin:0;padding:4px 6px;border:1px solid #c2c2c2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:inset 1px 1px 3px #bbb;-moz-box-shadow:inset 1px 1px 3px #bbb;-webkit-box-shadow:inset 1px 1px 3px #bbb;background:#f5f5f5;text-align:center;font:normal 15px/16px Arial, Tahoma, sans-serif;color:#464646;} | ||
383 | +.item .item_wrapper .item_content .colors{margin:10px 0 0 0;} | ||
384 | +.item .item_wrapper .item_content .packing{min-height:60px;position:relative;} | ||
385 | +.item .item_wrapper .item_content .packing .properties{position:absolute;bottom:0;margin-bottom:0;} | ||
386 | +.item .item_wrapper .item_content .packing_images{position:absolute;bottom:0;left:100px;} | ||
387 | +.item .item_wrapper .item_content .packing_images .group_sizes, | ||
388 | +.group_sizes, .table_cell4 .group_sizes, .basket_element_prepack .group_sizes{min-height:35px;min-width:31px;border:1px solid #e0e0e0;margin:0 10px 0 0;position:relative;display:inline-block;} | ||
389 | +.item .item_wrapper .item_content .packing_images .group_sizes:hover, | ||
390 | +.item .item_wrapper .item_content .packing_images .group_sizes.active, | ||
391 | +.group_sizes:hover, | ||
392 | +.group_sizes.active, .table_cell4 .group_sizes.active{border:1px solid #4fa32c;} | ||
393 | +.item .item_wrapper .item_content .packing_images .group_sizes.not_exist:hover{border:1px solid #e0e0e0;} | ||
394 | +.item .item_wrapper .item_content .packing_images .group_sizes .group_sizes_header, | ||
395 | +.group_sizes .group_sizes_header{position:absolute;top:5px;width:100%;height:3px;text-align:center;background:url(../images/pack.png) 50% 0 no-repeat;} | ||
396 | +.item .item_wrapper .item_content .packing_images .group_sizes:hover .group_sizes_header, | ||
397 | +.item .item_wrapper .item_content .packing_images .group_sizes.active .group_sizes_header, | ||
398 | +.group_sizes:hover .group_sizes_header, | ||
399 | +.group_sizes.active .group_sizes_header{position:absolute;top:5px;width:100%;height:3px;text-align:center;background:url(../images/pack_hover.png) 50% 0 no-repeat;} | ||
400 | +.item .item_wrapper .item_content .packing_images .group_sizes.not_exist:hover .group_sizes_header{background:url(../images/pack.png) 50% 0 no-repeat;} | ||
401 | +.item .item_wrapper .item_content .packing_images .group_sizes .group_sizes_content, | ||
402 | +.group_sizes .group_sizes_content{position:absolute;bottom:0;width:100%;text-align:center;font-size:11px;white-space:pre-line;line-height:11px;overflow:hidden;} | ||
403 | +.item .item_wrapper .item_content .buy_compare{min-height:60px;width:100%;background:#f5f5f5;margin:15px 0;} | ||
404 | +.item .item_wrapper .item_content .buy_compare .one_item_price{font:normal 13px/15px Arial, Tahoma, sans-serif;color:#f58025;margin:18px 0 0 20px;} | ||
405 | +.item .item_wrapper .item_content .buy_compare .one_item_price span{font:bold 20px/22px Arial, Tahoma, sans-serif;} | ||
406 | +.item .item_wrapper .item_content .buy_compare .one_item_buttons{width:80px;margin:18px 0 0 20px;} | ||
407 | +.item .item_wrapper .item_content .buy_compare .btn{text-decoration:none;font-size:12px;padding:5px 4px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:70px;} | ||
408 | +.green:hover, | ||
409 | +.btv:hover{text-decoration:none !important;} | ||
410 | +.item .item_wrapper .item_content .buy_compare .green{color:#ffffff;background:#4fa32c;border:1px solid #4fa32c;margin:0;text-align:center;} | ||
411 | +.grey{text-decoration:none;font-family:calibri;font-size:14px;color:#474747;padding:5px 8px 6px 7px;border-top:1px solid #eaeaea;border-bottom:1px solid #a3a3a3;border-left:1px solid #d7d7d7;border-right:1px solid #c3c3c3;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ececec');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ececec')";background-image:-moz-linear-gradient(top, #ffffff, #ececec);background-image:-ms-linear-gradient(top, #ffffff, #ececec);background-image:-o-linear-gradient(top, #ffffff, #ececec);background-image:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ececec));background-image:-webkit-linear-gradient(top, #ffffff, #ececec);background-image:linear-gradient(top, #ffffff, #ececec);-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;} | ||
412 | +.items .one_item .one_item_buttons .btn, .compare_items .compare_items_table table th .btn{display:inline;margin:3px;} | ||
413 | +.green:hover{color:#ffffff;} | ||
414 | +.item .item_wrapper .item_content .buy_compare .one_item_compare{margin:24px 0 0 20px;} | ||
415 | +.item .item_wrapper .item_content .buy_compare .one_item_compare label{text-decoration:underline;cursor:pointer;} | ||
416 | +.item .item_wrapper .item_content .features{margin:0 0 20px 0;min-height:30px;} | ||
417 | +.item .item_wrapper .item_content .features a{margin:0 5px 0 0;color:#417e24;} | ||
418 | +.item .item_wrapper .item_content .item_menu_content{margin:20px 0;font:normal 13px/16px Arial, Tahoma, sans-serif;} | ||
419 | +.item .item_wrapper .item_content .item_menu_content .tabs_properties p.key_value{min-width:150px;} | ||
420 | +.item .item_wrapper .item_content .item_menu_content .item_menu_content_wrapper div{margin:0 0 10px 0;} | ||
421 | +.item .one_item{min-height:410px;} | ||
422 | +.item .other_items{min-height:510px;} | ||
423 | +#content_subnav{position:absolute;top:165px;border:2px solid #67b73e;padding:0 20px;background:#f5f5f5;z-index:999;width:915px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0px 1px 10px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 1px 10px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 1px 10px 0px rgba(50, 50, 50, 0.75);} | ||
424 | +#content_subnav h2{font-size:15px;text-transform:uppercase;margin:20px 0 0 0;} | ||
425 | +#content_subnav .content_nav_first_floor{padding:20px 0 15px 0;margin:0 0 20px 0;border-bottom:1px solid #cdcdcd;} | ||
426 | +#content_subnav .content_nav_first_floor .content_nav_logo{padding:0 40px 0 0;width:150px;} | ||
427 | +#content_subnav .content_nav_logo a{text-decoration:none;} | ||
428 | +#content_subnav .content_nav_first_floor .content_nav_items{text-align:justify;column-count:4;-moz-column-count:4;-webkit-column-count:4;column-gap:40px;-moz-column-gap:40px;-webkit-column-gap:40px;column-width:150px;-moz-column-width:150px;-webkit-column-width:150px;min-height:150px;} | ||
1920 | #content_subnav .content_nav_first_floor .content_nav_items a, | 429 | #content_subnav .content_nav_first_floor .content_nav_items a, |
1921 | -.content_nav_items a{ | ||
1922 | - font-size: 13px; | ||
1923 | - line-height: 21px; | ||
1924 | - font-style: italic; | ||
1925 | -} | ||
1926 | - | ||
1927 | -.content_nav_second_floor .float{ | ||
1928 | - padding: 0 40px 20px 0; | ||
1929 | - width: 150px; | ||
1930 | -} | ||
1931 | -.shadow_to_top{ | ||
1932 | - background: url(../images/shadow.png) no-repeat center center; | ||
1933 | - height: 22px; | ||
1934 | - text-align: center; | ||
1935 | - overflow: hidden; | ||
1936 | -} | ||
1937 | - | ||
1938 | - | ||
1939 | - | ||
1940 | -/* order */ | ||
1941 | - | ||
1942 | - /* breadcrumbs */ | ||
1943 | - .order_wrapper | ||
1944 | - { | ||
1945 | - margin: 0 0 65px 0; | ||
1946 | - } | ||
1947 | - .order_menu_shadow { | ||
1948 | - background: #ebebeb url(../images/item_menu_shadow.png) 50% 100% no-repeat; | ||
1949 | - padding: 20px 0 0 0; | ||
1950 | - width: 946px; | ||
1951 | - height: 27px; | ||
1952 | - } | ||
1953 | - | ||
1954 | - .order .breadcrumbs ul{ | ||
1955 | - padding: 5px 0 20px 0; | ||
1956 | - } | ||
1957 | - | ||
1958 | - /* order_form */ | ||
1959 | - .order .order_form .order_title { | ||
1960 | - margin: 20px 0 0 0; | ||
1961 | - } | ||
1962 | - .order .order_form h1, | ||
1963 | - .order .contacts_form h1{ | ||
1964 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
1965 | - } | ||
1966 | - | ||
1967 | - .order .order_form ul li.main_li { | ||
1968 | - border-top: 1px solid #cdcdcd; | ||
1969 | - padding: 15px 0 10px 0; | ||
1970 | - margin: 10px 0 0 0; | ||
1971 | - } | ||
1972 | - .order .order_form ul li.main_li:first-child { | ||
1973 | - border-top: 0; | ||
1974 | - padding: 0; | ||
1975 | - margin: 10px 0 0 0; | ||
1976 | - } | ||
1977 | - | ||
1978 | - .order .order_form ul li.order_form_header li, | ||
1979 | - .order .order_form ul li.order_last{ | ||
1980 | - font: bold 14px/18px Arial, Tahoma, sans-serif; | ||
1981 | - color: #676767; | ||
1982 | - } | ||
1983 | - .order .order_form ul li.order_form_header ul li.order_first_column, | ||
1984 | - .order .order_form ul li.order_form_content ul li.order_first_column { | ||
1985 | - width: 380px; | ||
1986 | - padding: 0 0 0 20px; | ||
1987 | - } | ||
1988 | - .order .order_form ul li.order_form_header ul li.order_second_column, | ||
1989 | - .order .order_form ul li.order_form_content ul li.order_second_column { | ||
1990 | - width: 220px; | ||
1991 | - text-align: center; | ||
1992 | - } | ||
1993 | - .order .order_form ul li.order_form_header ul li.order_third_column, | ||
1994 | - .order .order_form ul li.order_form_content ul li.order_third_column { | ||
1995 | - width: 100px; | ||
1996 | - margin: 0 0 0 65px; | ||
1997 | - } | ||
1998 | - .order .order_form ul li.order_form_header ul li.order_fourth_column, | ||
1999 | - .order .order_form ul li.order_form_content ul li.order_fourth_column { | ||
2000 | - width: 100px; | ||
2001 | - margin: 0 0 0 45px; | ||
2002 | - } | ||
2003 | - .order .order_form ul li.order_form_header ul li.order_fifth_column, | ||
2004 | - .order .order_form ul li.order_form_content ul li.order_fifth_column { | ||
2005 | - margin: 0; | ||
2006 | - } | ||
2007 | - .order .order_form ul li.order_form_content ul li.order_second_column, | ||
2008 | - .order .order_form ul li.order_form_content ul li.order_fourth_column, | ||
2009 | - .order .order_form ul li.order_form_content ul li.order_fifth_column{ | ||
2010 | - margin-top: 35px; | ||
2011 | - } | ||
2012 | - .order .order_form ul li.order_form_content ul li.order_third_column{ | ||
2013 | - margin-top: 33px; | ||
2014 | - } | ||
2015 | - .order .order_form ul li.order_last { | ||
2016 | - background: #f5f5f5; | ||
2017 | - text-align: right; | ||
2018 | - padding: 15px 75px 15px 0; | ||
2019 | - margin: 5px 0 40px 0; | ||
2020 | - } | ||
2021 | - | ||
2022 | - .order .order_form ul li ul li img.order_img{ | ||
2023 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2024 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2025 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2026 | - margin: 0 20px 0 0; | ||
2027 | - } | ||
2028 | - .order .order_form ul li ul li h2{ | ||
2029 | - font: bold 14px/18px Arial, Tahoma, sans-serif; | ||
2030 | - margin: 20px 0 4px 100px; | ||
2031 | - width: 70%; | ||
2032 | - } | ||
2033 | - .order .order_form ul li ul li p{ | ||
2034 | - margin: 0 0 0 100px; | ||
2035 | - } | ||
2036 | - .order .order_form ul li span{ | ||
2037 | - color: #f58025; | ||
2038 | - } | ||
2039 | - .order .order_form ul li span.price{ | ||
2040 | - font: bold 18px/18px Arial, Tahoma, sans-serif; | ||
2041 | - } | ||
2042 | - | ||
2043 | - .order .order_form ul li ul li .minus{ | ||
2044 | - background: url(../images/minus.png) 50% 48% no-repeat; | ||
2045 | - width: 12px; | ||
2046 | - height: 15px; | ||
2047 | - padding: 7px; | ||
2048 | - } | ||
2049 | - .order .order_form ul li ul li .plus{ | ||
2050 | - background: url(../images/plus.png) 50% 55% no-repeat; | ||
2051 | - width: 12px; | ||
2052 | - height: 24px; | ||
2053 | - padding: 0 0 0 10px; | ||
2054 | - } | ||
2055 | - .order .order_form ul li ul li .count_items{ | ||
2056 | - width: 30px; | ||
2057 | - margin: 0; | ||
2058 | - padding: 4px 6px; | ||
2059 | - border: 1px solid #c2c2c2; | ||
2060 | - border-radius: 5px; | ||
2061 | - -moz-border-radius: 5px; | ||
2062 | - -webkit-border-radius: 5px; | ||
2063 | - box-shadow: inset 1px 1px 3px #bbb; | ||
2064 | - -moz-box-shadow: inset 1px 1px 3px #bbb; | ||
2065 | - -webkit-box-shadow: inset 1px 1px 3px #bbb; | ||
2066 | - background: #f5f5f5; | ||
2067 | - text-align: center; | ||
2068 | - font: normal 15px/16px Arial, Tahoma, sans-serif; | ||
2069 | - color: #464646; | ||
2070 | - } | ||
2071 | - | ||
2072 | - /* contacts_form */ | ||
2073 | - #order_add_ua .contacts_form ul.form, | ||
2074 | - #order_add_ru .contacts_form ul.form, | ||
2075 | - ul.form{ | ||
2076 | - margin: 30px 0 0 0; | ||
2077 | - font: bold 13px/18px Arial, Tahoma, sans-serif; | ||
2078 | - } | ||
2079 | - #order_add_ua .contacts_form ul.form li, | ||
2080 | - #order_add_ru .contacts_form ul.form li, | ||
2081 | - ul.form li{ | ||
2082 | - margin: 0 0 10px 0; | ||
2083 | - } | ||
2084 | - .order .contacts_form .label, | ||
2085 | - ul.form li .label{ | ||
2086 | - width: 210px; | ||
2087 | - text-align: right; | ||
2088 | - margin: 7px 10px 0 0; | ||
2089 | - } | ||
2090 | - .order .contacts_form .input, | ||
2091 | - ul.form li .input{ | ||
2092 | - width: 720px; | ||
2093 | - font-weight: normal; | ||
2094 | - } | ||
2095 | - | ||
2096 | - .order .contacts_form .label span.required, | ||
2097 | - ul.form li .label span.required{ | ||
2098 | - font: normal 10px/14px Arial, Tahoma, sans-serif; | ||
2099 | - color: #f58025; | ||
2100 | - vertical-align: text-top; | ||
2101 | - } | ||
2102 | - | ||
2103 | - .order .contacts_form .input input[type='text'], | ||
2104 | - ul.form li .input input[type='text'], | ||
2105 | - ul.form li .input input[type='password'], | ||
2106 | - .order .contacts_form .input textarea, | ||
2107 | - ul.form li .input textarea{ | ||
2108 | - width: 280px; | ||
2109 | - margin: 0; | ||
2110 | - padding: 6px; | ||
2111 | - border: 1px solid #c2c2c2; | ||
2112 | - border-radius: 5px; | ||
2113 | - -moz-border-radius: 5px; | ||
2114 | - -webkit-border-radius: 5px; | ||
2115 | - box-shadow: inset 1px 1px 3px #bbb; | ||
2116 | - -moz-box-shadow: inset 1px 1px 3px #bbb; | ||
2117 | - -webkit-box-shadow: inset 1px 1px 3px #bbb; | ||
2118 | - text-align: left; | ||
2119 | - font: normal 15px/16px Arial, Tahoma, sans-serif; | ||
2120 | - color: #464646; | ||
2121 | - } | ||
2122 | - ul.form li .input select{ | ||
2123 | - margin: 0; | ||
2124 | - padding: 4px 6px; | ||
2125 | - border: 1px solid #c2c2c2; | ||
2126 | - border-radius: 5px; | ||
2127 | - -moz-border-radius: 5px; | ||
2128 | - -webkit-border-radius: 5px; | ||
2129 | - box-shadow: inset 1px 1px 3px #bbb; | ||
2130 | - -moz-box-shadow: inset 1px 1px 3px #bbb; | ||
2131 | - -webkit-box-shadow: inset 1px 1px 3px #bbb; | ||
2132 | - text-align: left; | ||
2133 | - font: normal 15px/16px Arial, Tahoma, sans-serif; | ||
2134 | - color: #464646; | ||
2135 | - background: #ffffff; | ||
2136 | - } | ||
2137 | - .order ul.form li .input select{ | ||
2138 | - width: 295px; | ||
2139 | - } | ||
2140 | - | ||
2141 | - .order .contacts_form .input textarea, | ||
2142 | - section #content .contacts_form .input textarea | ||
2143 | - { | ||
2144 | - max-width: 720px; | ||
2145 | - width: 720px; | ||
2146 | - min-height: 120px; | ||
2147 | - } | ||
2148 | - | ||
2149 | - .order .contacts_form li.with_radio_buttons .input{ | ||
2150 | - font: normal 13px/14px Arial, Tahoma, sans-serif; | ||
2151 | - } | ||
2152 | - .order .contacts_form li.with_radio_buttons label{ | ||
2153 | - margin: 0 10px 0 0; | ||
2154 | - } | ||
2155 | - .order .contacts_form .input .input_radio{ | ||
2156 | - margin: 0 0 10px 0; | ||
2157 | - } | ||
2158 | - .order .contacts_form .input input[type='radio']{ | ||
2159 | - margin: 0 5px 0 0; | ||
2160 | - } | ||
2161 | - | ||
2162 | - .order .contacts_form .input .description{ | ||
2163 | - margin: 5px 0 15px 0; | ||
2164 | - } | ||
2165 | - .order .contacts_form .input .description label{ | ||
2166 | - font-weight: normal; | ||
2167 | - font: italic 12px/14px Arial, Tahoma, sans-serif; | ||
2168 | - text-decoration: underline; | ||
2169 | - } | ||
2170 | - .order .contacts_form .with_radio_buttons .input{ | ||
2171 | - margin: 10px 0 0 0; | ||
2172 | - } | ||
2173 | - .order .contacts_form .with_radio_buttons .input .description, | ||
2174 | - .order .contacts_form .owner_city .input .description{ | ||
2175 | - background: #f5f5f5; | ||
2176 | - padding: 15px 0 20px 15px; | ||
2177 | - margin: 0 0 15px 0; | ||
2178 | - line-height: 16px; | ||
2179 | - } | ||
2180 | - .order .contacts_form .with_textarea .input .description{ | ||
2181 | - font: italic 12px/14px Arial, Tahoma, sans-serif; | ||
2182 | - } | ||
2183 | - | ||
2184 | - .ui-widget-content{ | ||
2185 | - position: absolute; | ||
2186 | - background: #f5f5f5 !important; | ||
2187 | - } | ||
2188 | - .ui-widget-content li{ | ||
2189 | - margin: 0!important; | ||
2190 | - padding: 5px!important; | ||
2191 | - width: 95%; | ||
2192 | - cursor: pointer; | ||
2193 | - } | ||
2194 | - .ui-widget-content li:hover{ | ||
2195 | - background: #acacac!important; | ||
2196 | - margin: 0!important; | ||
2197 | - width: 97%; | ||
2198 | - padding: 5px!important; | ||
2199 | - } | 430 | +.content_nav_items a{font-size:13px;line-height:21px;font-style:italic;} |
431 | +.content_nav_second_floor .float{padding:0 40px 20px 0;width:150px;} | ||
432 | +.shadow_to_top{background:url(../images/shadow.png) no-repeat center center;height:22px;text-align:center;overflow:hidden;} | ||
433 | +.order_wrapper{margin:0 0 65px 0;} | ||
434 | +.order_menu_shadow{background:#ebebeb url(../images/item_menu_shadow.png) 50% 100% no-repeat;padding:20px 0 0 0;width:946px;height:27px;} | ||
435 | +.order .breadcrumbs ul{padding:5px 0 20px 0;} | ||
436 | +.order .order_form .order_title{margin:20px 0 0 0;} | ||
437 | +.order .order_form h1, | ||
438 | +.order .contacts_form h1{font:bold 20px/24px Arial, Tahoma, sans-serif;} | ||
439 | +.order .order_form ul li.main_li{border-top:1px solid #cdcdcd;padding:15px 0 10px 0;margin:10px 0 0 0;} | ||
440 | +.order .order_form ul li.main_li:first-child{border-top:0;padding:0;margin:10px 0 0 0;} | ||
441 | +.order .order_form ul li.order_form_header li, | ||
442 | +.order .order_form ul li.order_last{font:bold 14px/18px Arial, Tahoma, sans-serif;color:#676767;} | ||
443 | +.order .order_form ul li.order_form_header ul li.order_first_column, | ||
444 | +.order .order_form ul li.order_form_content ul li.order_first_column{width:380px;padding:0 0 0 20px;} | ||
445 | +.order .order_form ul li.order_form_header ul li.order_second_column, | ||
446 | +.order .order_form ul li.order_form_content ul li.order_second_column{width:220px;text-align:center;} | ||
447 | +.order .order_form ul li.order_form_header ul li.order_third_column, | ||
448 | +.order .order_form ul li.order_form_content ul li.order_third_column{width:100px;margin:0 0 0 65px;} | ||
449 | +.order .order_form ul li.order_form_header ul li.order_fourth_column, | ||
450 | +.order .order_form ul li.order_form_content ul li.order_fourth_column{width:100px;margin:0 0 0 45px;} | ||
451 | +.order .order_form ul li.order_form_header ul li.order_fifth_column, | ||
452 | +.order .order_form ul li.order_form_content ul li.order_fifth_column{margin:0;} | ||
453 | +.order .order_form ul li.order_form_content ul li.order_second_column, | ||
454 | +.order .order_form ul li.order_form_content ul li.order_fourth_column, | ||
455 | +.order .order_form ul li.order_form_content ul li.order_fifth_column{margin-top:35px;} | ||
456 | +.order .order_form ul li.order_form_content ul li.order_third_column{margin-top:33px;} | ||
457 | +.order .order_form ul li.order_last{background:#f5f5f5;text-align:right;padding:15px 75px 15px 0;margin:5px 0 40px 0;} | ||
458 | +.order .order_form ul li ul li img.order_img{-webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);margin:0 20px 0 0;} | ||
459 | +.order .order_form ul li ul li h2{font:bold 14px/18px Arial, Tahoma, sans-serif;margin:20px 0 4px 100px;width:70%;} | ||
460 | +.order .order_form ul li ul li p{margin:0 0 0 100px;} | ||
461 | +.order .order_form ul li span{color:#f58025;} | ||
462 | +.order .order_form ul li span.price{font:bold 18px/18px Arial, Tahoma, sans-serif;} | ||
463 | +.order .order_form ul li ul li .minus{background:url(../images/minus.png) 50% 48% no-repeat;width:12px;height:15px;padding:7px;} | ||
464 | +.order .order_form ul li ul li .plus{background:url(../images/plus.png) 50% 55% no-repeat;width:12px;height:24px;padding:0 0 0 10px;} | ||
465 | +.order .order_form ul li ul li .count_items{width:30px;margin:0;padding:4px 6px;border:1px solid #c2c2c2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:inset 1px 1px 3px #bbb;-moz-box-shadow:inset 1px 1px 3px #bbb;-webkit-box-shadow:inset 1px 1px 3px #bbb;background:#f5f5f5;text-align:center;font:normal 15px/16px Arial, Tahoma, sans-serif;color:#464646;} | ||
466 | +#order_add_ua .contacts_form ul.form, | ||
467 | +#order_add_ru .contacts_form ul.form, | ||
468 | +ul.form{margin:30px 0 0 0;font:bold 13px/18px Arial, Tahoma, sans-serif;} | ||
469 | +#order_add_ua .contacts_form ul.form li, | ||
470 | +#order_add_ru .contacts_form ul.form li, | ||
471 | +ul.form li{margin:0 0 10px 0;} | ||
472 | +.order .contacts_form .label, | ||
473 | +ul.form li .label{width:210px;text-align:right;margin:7px 10px 0 0;} | ||
474 | +.order .contacts_form .input, | ||
475 | +ul.form li .input{width:720px;font-weight:normal;} | ||
476 | +.order .contacts_form .label span.required, | ||
477 | +ul.form li .label span.required{font:normal 10px/14px Arial, Tahoma, sans-serif;color:#f58025;vertical-align:text-top;} | ||
478 | +.order .contacts_form .input input[type='text'], | ||
479 | +ul.form li .input input[type='text'], | ||
480 | +ul.form li .input input[type='password'], | ||
481 | +.order .contacts_form .input textarea, | ||
482 | +ul.form li .input textarea{width:280px;margin:0;padding:6px;border:1px solid #c2c2c2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:inset 1px 1px 3px #bbb;-moz-box-shadow:inset 1px 1px 3px #bbb;-webkit-box-shadow:inset 1px 1px 3px #bbb;text-align:left;font:normal 15px/16px Arial, Tahoma, sans-serif;color:#464646;} | ||
483 | +ul.form li .input select{margin:0;padding:4px 6px;border:1px solid #c2c2c2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:inset 1px 1px 3px #bbb;-moz-box-shadow:inset 1px 1px 3px #bbb;-webkit-box-shadow:inset 1px 1px 3px #bbb;text-align:left;font:normal 15px/16px Arial, Tahoma, sans-serif;color:#464646;background:#ffffff;} | ||
484 | +.order ul.form li .input select{width:295px;} | ||
485 | +.order .contacts_form .input textarea, | ||
486 | +section #content .contacts_form .input textarea{max-width:720px;width:720px;min-height:120px;} | ||
487 | +.order .contacts_form li.with_radio_buttons .input{font:normal 13px/14px Arial, Tahoma, sans-serif;} | ||
488 | +.order .contacts_form li.with_radio_buttons label{margin:0 10px 0 0;} | ||
489 | +.order .contacts_form .input .input_radio{margin:0 0 10px 0;} | ||
490 | +.order .contacts_form .input input[type='radio']{margin:0 5px 0 0;} | ||
491 | +.order .contacts_form .input .description{margin:5px 0 15px 0;} | ||
492 | +.order .contacts_form .input .description label{font-weight:normal;font:italic 12px/14px Arial, Tahoma, sans-serif;text-decoration:underline;} | ||
493 | +.order .contacts_form .with_radio_buttons .input{margin:10px 0 0 0;} | ||
494 | +.order .contacts_form .with_radio_buttons .input .description, | ||
495 | +.order .contacts_form .owner_city .input .description{background:#f5f5f5;padding:15px 0 20px 15px;margin:0 0 15px 0;line-height:16px;} | ||
496 | +.order .contacts_form .with_textarea .input .description{font:italic 12px/14px Arial, Tahoma, sans-serif;} | ||
497 | +.ui-widget-content{position:absolute;background:#f5f5f5 !important;} | ||
498 | +.ui-widget-content li{margin:0!important;padding:5px!important;width:95%;cursor:pointer;} | ||
499 | +.ui-widget-content li:hover{background:#acacac!important;margin:0!important;width:97%;padding:5px!important;} | ||
2200 | .owner_city, | 500 | .owner_city, |
2201 | -.store_address{ | ||
2202 | - position: relative; | ||
2203 | -} | 501 | +.store_address{position:relative;} |
2204 | #loading_city, | 502 | #loading_city, |
2205 | -#loading_office{ | ||
2206 | - background: url(../images/loadinfo.gif) no-repeat 0 0; | ||
2207 | - height: 24px; | ||
2208 | - width: 24px; | ||
2209 | - margin: 4px 0 0 485px; | ||
2210 | - position: absolute; | ||
2211 | -} | ||
2212 | - | 503 | +#loading_office{background:url(../images/loadinfo.gif) no-repeat 0 0;height:24px;width:24px;margin:4px 0 0 485px;position:absolute;} |
2213 | .ui-menu .ui-menu-item a, | 504 | .ui-menu .ui-menu-item a, |
2214 | -.ui-menu .ui-menu-item a:hover | ||
2215 | -{ | ||
2216 | - text-decoration: none; | ||
2217 | - display: block; | ||
2218 | - padding: 2px!important; | ||
2219 | - font:normal 14px/16px Arial, Tahoma, sans-serif!important; | ||
2220 | -} | ||
2221 | -.order div.registrated_customer { | ||
2222 | - min-height: 200px; | ||
2223 | -} | ||
2224 | - .order div.registrated_customer .btn { | ||
2225 | - margin: 20px 50px 0 0; | ||
2226 | - padding: 5px 20px; | ||
2227 | - } | ||
2228 | - .order div.registrated_customer a { | ||
2229 | - margin: 25px 50px 0 0; | ||
2230 | - } | ||
2231 | - .order div.registrated_customer .do_registration, | ||
2232 | - .do_registration{ | ||
2233 | - margin: 20px 50px 0 0; | ||
2234 | - color: #4fa32c; | ||
2235 | - } | ||
2236 | - .order div.registrated_customer .do_registration:hover, | ||
2237 | - .do_registration:hover{ | ||
2238 | - color: #f58025; | ||
2239 | - } | ||
2240 | - | ||
2241 | - .order div.registrated_customer .label { | ||
2242 | - width: 250px; | ||
2243 | - } | ||
2244 | - .order div.registrated_customer .input { | ||
2245 | - width: 200px; | ||
2246 | - } | ||
2247 | - .order div.registrated_customer .input input{ | ||
2248 | - width: 190px; | ||
2249 | - } | ||
2250 | - | ||
2251 | -.order .login_with_email{ | ||
2252 | - width: 63%; | ||
2253 | - margin: 20px 40px 20px 0; | ||
2254 | - border-right: 1px solid #e2e2e2; | ||
2255 | - padding: 20px 0; | ||
2256 | -} | ||
2257 | - .order .login_with_email .form{ | ||
2258 | - margin: 0; | ||
2259 | - } | ||
2260 | -.order .login_with_social{ | ||
2261 | - width: 25%; | ||
2262 | - margin: 20px 0 20px 0; | ||
2263 | - padding: 20px 0; | ||
2264 | -} | ||
2265 | - .order .login_with_social .login_with_social_wrapper { | ||
2266 | - margin: 0 auto; | ||
2267 | - width: 116px; | ||
2268 | - } | ||
2269 | - .order .login_with_social .login_with_social_wrapper a{ | ||
2270 | - margin: 0 10px 0 0; | ||
2271 | - } | ||
2272 | - | ||
2273 | -.order .login_with_social_title { | ||
2274 | - font: bold 13px/18px Arial, Tahoma, sans-serif; | ||
2275 | - margin: 0 0 20px 0; | ||
2276 | -} | ||
2277 | - | ||
2278 | -input[type="radio"] { display:none; } | ||
2279 | -input[type="radio"] + label span { | ||
2280 | - display:inline-block; | ||
2281 | - margin:-1px 4px 0 0; | ||
2282 | - cursor:pointer; | ||
2283 | - background:url(../images/radio.png) no-repeat 0 -24px; | ||
2284 | - width: 12px; | ||
2285 | - height: 12px; | ||
2286 | -} | ||
2287 | - | ||
2288 | -input[type="radio"]:checked + label span { | ||
2289 | - background:url(../images/radio.png) no-repeat 0 0; | ||
2290 | -} | ||
2291 | -.order .btn, .contacts_form .btn { | ||
2292 | - width: auto; | ||
2293 | - float: right; | ||
2294 | - font-weight: bold; | ||
2295 | - cursor: pointer; | ||
2296 | -} | ||
2297 | - | ||
2298 | -.image_400 { | ||
2299 | - max-height: 400px; | ||
2300 | - max-width: 400px; | ||
2301 | -} | ||
2302 | -.image_128 { | ||
2303 | - max-height: 128px; | ||
2304 | - max-width: 128px; | ||
2305 | -} | ||
2306 | -.width_128 { | ||
2307 | - width: 128px; | ||
2308 | - text-align: center; | ||
2309 | -} | ||
2310 | -.width_400 { | ||
2311 | - width: 400px; | ||
2312 | - text-align: center; | ||
2313 | -} | ||
2314 | - | ||
2315 | -/* static_page */ | ||
2316 | -.static_page{ | ||
2317 | - margin-bottom: 60px; | ||
2318 | -} | ||
2319 | -.static_page_wrapper { | ||
2320 | - min-height: 200px; | ||
2321 | - margin: 30px 0 0 0; | ||
2322 | - font:normal 14px/20px Arial, Tahoma, sans-serif; | ||
2323 | -} | ||
2324 | -.static_page h2{ | ||
2325 | - text-align: center; | ||
2326 | - margin: 0 0 20px 0; | ||
2327 | -} | ||
2328 | -.static_page a{ | ||
2329 | - display: inline; | ||
2330 | -} | ||
2331 | - | ||
2332 | -/* alert */ | ||
2333 | - | ||
2334 | -.alert_button | ||
2335 | -{ | ||
2336 | - width: auto; | ||
2337 | - margin: 10px 10px 10px 0; | ||
2338 | - padding: 7px 20px; | ||
2339 | -} | ||
2340 | - | ||
2341 | -.dialogue{ | ||
2342 | - font: normal 14px/16px Arial, Tahoma, sans-serif; | ||
2343 | - padding: 20px 0 10px 10px; | ||
2344 | - min-width: 350px; | ||
2345 | -} | ||
2346 | - | ||
2347 | -.dialogue_message{ | ||
2348 | - font: normal 14px/16px Arial, Tahoma, sans-serif; | ||
2349 | -} | ||
2350 | - | ||
2351 | -/* error */ | ||
2352 | - | ||
2353 | -input.error, textarea.error{ | ||
2354 | - border:1px solid #aaa !important; | ||
2355 | - background-color: #ffffe0 !important; | ||
2356 | -} | ||
2357 | -label.error { | ||
2358 | - color: #c00; | ||
2359 | - font-weight:normal !important; | ||
2360 | - display: block; | ||
2361 | -} | ||
2362 | - | ||
2363 | -#execute { | ||
2364 | - margin: 30px 0 0 0; | ||
2365 | -} | ||
2366 | - | ||
2367 | -/* news */ | ||
2368 | - | 505 | +.ui-menu .ui-menu-item a:hover{text-decoration:none;display:block;padding:2px!important;font:normal 14px/16px Arial, Tahoma, sans-serif!important;} |
506 | +.order div.registrated_customer{min-height:200px;} | ||
507 | +.order div.registrated_customer .btn{margin:20px 50px 0 0;padding:5px 20px;} | ||
508 | +.order div.registrated_customer a{margin:25px 50px 0 0;} | ||
509 | +.order div.registrated_customer .do_registration, | ||
510 | +.do_registration{margin:20px 50px 0 0;color:#4fa32c;} | ||
511 | +.order div.registrated_customer .do_registration:hover, | ||
512 | +.do_registration:hover{color:#f58025;} | ||
513 | +.order div.registrated_customer .label{width:250px;} | ||
514 | +.order div.registrated_customer .input{width:200px;} | ||
515 | +.order div.registrated_customer .input input{width:190px;} | ||
516 | +.order .login_with_email{width:63%;margin:20px 40px 20px 0;border-right:1px solid #e2e2e2;padding:20px 0;} | ||
517 | +.order .login_with_email .form{margin:0;} | ||
518 | +.order .login_with_social{width:25%;margin:20px 0 20px 0;padding:20px 0;} | ||
519 | +.order .login_with_social .login_with_social_wrapper{margin:0 auto;width:116px;} | ||
520 | +.order .login_with_social .login_with_social_wrapper a{margin:0 10px 0 0;} | ||
521 | +.order .login_with_social_title{font:bold 13px/18px Arial, Tahoma, sans-serif;margin:0 0 20px 0;} | ||
522 | +input[type="radio"]{display:none;} | ||
523 | +input[type="radio"] + label span{display:inline-block;margin:-1px 4px 0 0;cursor:pointer;background:url(../images/radio.png) no-repeat 0 -24px;width:12px;height:12px;} | ||
524 | +input[type="radio"]:checked + label span{background:url(../images/radio.png) no-repeat 0 0;} | ||
525 | +.order .btn, .contacts_form .btn{width:auto;float:right;font-weight:bold;cursor:pointer;} | ||
526 | +.image_400{max-height:400px;max-width:400px;} | ||
527 | +.image_128{max-height:128px;max-width:128px;} | ||
528 | +.width_128{width:128px;text-align:center;} | ||
529 | +.width_400{width:400px;text-align:center;} | ||
530 | +.static_page{margin-bottom:60px;} | ||
531 | +.static_page_wrapper{min-height:200px;margin:30px 0 0 0;font:normal 14px/20px Arial, Tahoma, sans-serif;} | ||
532 | +.static_page h2{text-align:center;margin:0 0 20px 0;} | ||
533 | +.static_page a{display:inline;} | ||
534 | +.alert_button{width:auto;margin:10px 10px 10px 0;padding:7px 20px;} | ||
535 | +.dialogue{font:normal 14px/16px Arial, Tahoma, sans-serif;padding:20px 0 10px 10px;min-width:350px;} | ||
536 | +.dialogue_message{font:normal 14px/16px Arial, Tahoma, sans-serif;} | ||
537 | +input.error, textarea.error{border:1px solid #aaa !important;background-color:#ffffe0 !important;} | ||
538 | +label.error{color:#c00;font-weight:normal !important;display:block;} | ||
539 | +#execute{margin:30px 0 0 0;} | ||
2369 | .static_page .breadcrumbs ul, | 540 | .static_page .breadcrumbs ul, |
2370 | .cabinet .breadcrumbs ul, | 541 | .cabinet .breadcrumbs ul, |
2371 | .news .breadcrumbs ul, | 542 | .news .breadcrumbs ul, |
2372 | -.search .breadcrumbs ul{ | ||
2373 | - padding: 5px 0 20px 0; | ||
2374 | -} | ||
2375 | -.news_wrapper { | ||
2376 | - margin: 20px 0 65px 0; | ||
2377 | - min-height: 100px; | ||
2378 | -} | ||
2379 | -.item .news_wrapper { | ||
2380 | - min-height: 100px; | ||
2381 | - padding: 20px 0 20px 0; | ||
2382 | - border-top: 2px solid #55a727; | ||
2383 | -} | ||
2384 | - .news_wrapper .one_news { | ||
2385 | - width: 470px; | ||
2386 | - margin: 10px 20px 10px 0; | ||
2387 | - } | ||
2388 | - .news_wrapper .one_news .one_news_img { | ||
2389 | - width: 180px; | ||
2390 | - margin: 0 10px 0 0; | ||
2391 | - } | ||
2392 | - .news_wrapper .one_news .one_news_content { | ||
2393 | - width: 260px; | ||
2394 | - margin: 0 10px 0 0; | ||
2395 | - position: relative; | ||
2396 | - height: 120px; | ||
2397 | - } | ||
2398 | - .news_wrapper .one_news .one_news_content.full_width { | ||
2399 | - width: 95%; | ||
2400 | - margin: 0 10px 0 0; | ||
2401 | - position: relative; | ||
2402 | - height: 120px; | ||
2403 | - } | ||
2404 | - .news_wrapper .one_news .one_news_content a{ | ||
2405 | - text-decoration: none; | ||
2406 | - } | ||
2407 | - .news_wrapper .one_news .one_news_content h2{ | ||
2408 | - font: bold 15px/18px Arial, Tahoma, sans-serif; | ||
2409 | - } | ||
2410 | - .news_wrapper .one_news .one_news_content p{ | ||
2411 | - font: normal 13px/18px Arial, Tahoma, sans-serif; | ||
2412 | - margin: 10px 0 0 0; | ||
2413 | - } | ||
2414 | - .news_wrapper .one_news .one_news_content a.news_more{ | ||
2415 | - position: absolute; | ||
2416 | - right:0; | ||
2417 | - bottom: 0; | ||
2418 | - text-decoration: underline; | ||
2419 | - color: #4fa32c; | ||
2420 | - } | ||
2421 | - .news_wrapper .one_news .one_news_content a.news_more:hover{ | ||
2422 | - color: #f58025; | ||
2423 | - } | ||
2424 | - | ||
2425 | - | ||
2426 | -/* one_news */ | ||
2427 | - .news_img_holder { | ||
2428 | - width: 400px; | ||
2429 | - margin: 0 40px 30px 0; | ||
2430 | - float: left; | ||
2431 | - } | ||
2432 | - .news_img_holder a.news_cover{ | ||
2433 | - margin: 0 0 40px 0; | ||
2434 | - } | ||
2435 | - .news_img_holder a.news_photogallery{ | ||
2436 | - margin: 0 40px 40px 0; | ||
2437 | - } | ||
2438 | - .news_content { | ||
2439 | - | ||
2440 | - } | ||
2441 | - .news_content a{display:inline; | ||
2442 | - | ||
2443 | - } | ||
2444 | - .news_content strong{font-weight:bold; | ||
2445 | - | ||
2446 | - } | ||
2447 | - .news_content h2{ | ||
2448 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
2449 | - } | ||
2450 | - .news_content p{ | ||
2451 | - font: normal 13px/18px Arial, Tahoma, sans-serif; | ||
2452 | - margin: 10px 0 0 0; | ||
2453 | - } | ||
2454 | - .news_content .news2groups { | ||
2455 | - margin: 20px 0 0 0; | ||
2456 | - } | ||
2457 | - .news_content .news2groups div{ | ||
2458 | - font: normal 12px/14px Arial, Tahoma, sans-serif; | ||
2459 | - margin: 0 3px; | ||
2460 | - padding: 2px 2px 2px 5px; | ||
2461 | - background: #efefef; | ||
2462 | - border-radius: 3px; | ||
2463 | - -moz-border-radius: 3px; | ||
2464 | - -webkit-border-radius: 3px; | ||
2465 | - } | ||
2466 | - .news_content .news2groups div a{ | ||
2467 | - text-decoration: none; | ||
2468 | - } | ||
2469 | - | ||
2470 | -/* flash messages */ | 543 | +.search .breadcrumbs ul{padding:5px 0 20px 0;} |
544 | +.news_wrapper{margin:20px 0 65px 0;min-height:100px;} | ||
545 | +.item .news_wrapper{min-height:100px;padding:20px 0 20px 0;border-top:2px solid #55a727;} | ||
546 | +.news_wrapper .one_news{width:470px;margin:10px 20px 10px 0;} | ||
547 | +.news_wrapper .one_news .one_news_img{width:180px;margin:0 10px 0 0;} | ||
548 | +.news_wrapper .one_news .one_news_content{width:260px;margin:0 10px 0 0;position:relative;height:120px;} | ||
549 | +.news_wrapper .one_news .one_news_content.full_width{width:95%;margin:0 10px 0 0;position:relative;height:120px;} | ||
550 | +.news_wrapper .one_news .one_news_content a{text-decoration:none;} | ||
551 | +.news_wrapper .one_news .one_news_content h2{font:bold 15px/18px Arial, Tahoma, sans-serif;} | ||
552 | +.news_wrapper .one_news .one_news_content p{font:normal 13px/18px Arial, Tahoma, sans-serif;margin:10px 0 0 0;} | ||
553 | +.news_wrapper .one_news .one_news_content a.news_more{position:absolute;right:0;bottom:0;text-decoration:underline;color:#4fa32c;} | ||
554 | +.news_wrapper .one_news .one_news_content a.news_more:hover{color:#f58025;} | ||
555 | +.news_img_holder{width:400px;margin:0 40px 30px 0;float:left;} | ||
556 | +.news_img_holder a.news_cover{margin:0 0 40px 0;} | ||
557 | +.news_img_holder a.news_photogallery{margin:0 40px 40px 0;} | ||
558 | +.news_content{} | ||
559 | +.news_content a{display:inline;} | ||
560 | +.news_content strong{font-weight:bold;} | ||
561 | +.news_content h2{font:bold 20px/24px Arial, Tahoma, sans-serif;} | ||
562 | +.news_content p{font:normal 13px/18px Arial, Tahoma, sans-serif;margin:10px 0 0 0;} | ||
563 | +.news_content .news2groups{margin:20px 0 0 0;} | ||
564 | +.news_content .news2groups div{font:normal 12px/14px Arial, Tahoma, sans-serif;margin:0 3px;padding:2px 2px 2px 5px;background:#efefef;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;} | ||
565 | +.news_content .news2groups div a{text-decoration:none;} | ||
2471 | .successMessage, | 566 | .successMessage, |
2472 | .errorMessage, | 567 | .errorMessage, |
2473 | -.noticeMessage { | ||
2474 | - padding:15px 20px; | ||
2475 | - margin:10px 0 20px 0; | ||
2476 | - border-radius:5px; | ||
2477 | - -moz-border-radius:5px; | ||
2478 | - -webkit-border-radius:5px; | ||
2479 | - color:#ffffff; | ||
2480 | - font-size:14px; | ||
2481 | - display:block; | ||
2482 | -} | 568 | +.noticeMessage{padding:15px 20px;margin:10px 0 20px 0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#ffffff;font-size:14px;display:block;} |
2483 | .successMessage a, | 569 | .successMessage a, |
2484 | .errorMessage a, | 570 | .errorMessage a, |
2485 | -.noticeMessage a{ | ||
2486 | - color:#ffffff; | ||
2487 | - display: inline; | ||
2488 | -} | ||
2489 | -.successMessage { | ||
2490 | - background:url('../images/flash_success.png') repeat scroll 50% 50% #2c85ad; | ||
2491 | -} | 571 | +.noticeMessage a{color:#ffffff;display:inline;} |
572 | +.successMessage{background:url('../images/flash_success.png') repeat scroll 50% 50% #2c85ad;} | ||
2492 | .noticeMessage, | 573 | .noticeMessage, |
2493 | -.admin_review{ | ||
2494 | - background:url('../images/flash_notice.png') repeat scroll 50% 50% #f6b03d; | ||
2495 | -} | ||
2496 | -.errorMessage { | ||
2497 | - background:url('../images/flash_error.png') repeat scroll 50% 50% #be2e17; | ||
2498 | -} | ||
2499 | - | ||
2500 | -.message_holder{ | ||
2501 | - width: 960px; | ||
2502 | - height: 190px; | ||
2503 | - display: block; | ||
2504 | - position: relative; | ||
2505 | - margin: 0 auto; | ||
2506 | - padding: 0; | ||
2507 | -} | ||
2508 | -.message_holder_empty{ | ||
2509 | - width: 960px; | ||
2510 | - height: 140px; | ||
2511 | - display: block; | ||
2512 | - position: relative; | ||
2513 | - margin: 0 auto; | ||
2514 | - padding: 0; | ||
2515 | -} | ||
2516 | - | ||
2517 | -/* cabinet */ | 574 | +.admin_review{background:url('../images/flash_notice.png') repeat scroll 50% 50% #f6b03d;} |
575 | +.errorMessage{background:url('../images/flash_error.png') repeat scroll 50% 50% #be2e17;} | ||
576 | +.message_holder{width:960px;height:190px;display:block;position:relative;margin:0 auto;padding:0;} | ||
577 | +.message_holder_empty{width:960px;height:140px;display:block;position:relative;margin:0 auto;padding:0;} | ||
2518 | .cabinet, | 578 | .cabinet, |
2519 | -.cabinet_login{ | ||
2520 | - margin-bottom: 65px; | ||
2521 | -} | ||
2522 | - | 579 | +.cabinet_login{margin-bottom:65px;} |
2523 | .cabinet .sidebar_content_wrapper, | 580 | .cabinet .sidebar_content_wrapper, |
2524 | -.cabinet_login .sidebar_content_wrapper | ||
2525 | -{ | ||
2526 | - margin: 20px 0 20px 0; | ||
2527 | - | ||
2528 | -} | ||
2529 | - .cabinet #sidebar .subcategory_sidebar_title h3, | ||
2530 | - .cabinet_login #sidebar .subcategory_sidebar_title h3 | ||
2531 | - { | ||
2532 | - margin: 0 0 15px 0; | ||
2533 | - } | ||
2534 | - .cabinet #sidebar .subcategory_sidebar_title p, | ||
2535 | - .cabinet_login #sidebar .subcategory_sidebar_title p | ||
2536 | - { | ||
2537 | - font: italic 13px/15px Arial, Tahoma, sans-serif; | ||
2538 | - text-decoration: underline; | ||
2539 | - color: #f36d00; | ||
2540 | - } | ||
2541 | - .cabinet #sidebar .subcategory_sidebar_title a, | ||
2542 | - .cabinet_login #sidebar .subcategory_sidebar_title a | ||
2543 | - { | ||
2544 | - font: italic 13px/15px Arial, Tahoma, sans-serif; | ||
2545 | - text-decoration: underline; | ||
2546 | - color: #4a4a4a; | ||
2547 | - margin: 0 0 5px 0; | ||
2548 | - } | ||
2549 | - .cabinet #sidebar .subcategory_sidebar_title a:hover, | ||
2550 | - .cabinet_login #sidebar .subcategory_sidebar_title a:hover, | ||
2551 | - .cabinet #sidebar .subcategory_sidebar_title a.active, | ||
2552 | - .cabinet_login #sidebar .subcategory_sidebar_title a.active | ||
2553 | - { | ||
2554 | - color: #f36d00; | ||
2555 | - } | ||
2556 | - | ||
2557 | - .cabinet #sidebar ul, | ||
2558 | - .cabinet_login #sidebar ul | ||
2559 | - { | ||
2560 | - margin: 10px 0 10px 15px; | ||
2561 | - display: none; | ||
2562 | - } | ||
2563 | - .cabinet #content_wrapper .form, | ||
2564 | - .cabinet_login #content_wrapper .form | ||
2565 | - { | ||
2566 | - margin: 0; | ||
2567 | - } | ||
2568 | - .cabinet #content_wrapper, | ||
2569 | - .cabinet_login #content_wrapper | ||
2570 | - { | ||
2571 | - margin: 0 0 0 100px; | ||
2572 | - width: 700px; | ||
2573 | - } | ||
2574 | - .cabinet_login #content_wrapper .login_with_social, | ||
2575 | - .cabinet_login #content_wrapper .login_with_email{ | ||
2576 | - padding: 40px 40px 0 0; | ||
2577 | - } | ||
2578 | - .cabinet_login #content_wrapper .login_with_email{ | ||
2579 | - margin: 0 40px 0 0; | ||
2580 | - border-right: 1px solid #e2e2e2; | ||
2581 | - width: 57%; | ||
2582 | - } | ||
2583 | - .cabinet_login #content_wrapper .login_with_social{ | ||
2584 | - width: 30%; | ||
2585 | - margin: 0 40px 0 0; | ||
2586 | - } | ||
2587 | - .cabinet_login #content_wrapper .login_with_social_title{ | ||
2588 | - font: bold 13px/18px Arial, Tahoma, sans-serif; | ||
2589 | - margin: 0 0 20px 0; | ||
2590 | - } | ||
2591 | - .cabinet #content_wrapper .subcategory_content_wrapper_title h3, | ||
2592 | - .cabinet_login #content_wrapper .subcategory_content_wrapper_title h3 | ||
2593 | - { | ||
2594 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
2595 | - color: #4a4a4a; | ||
2596 | - } | ||
2597 | - | ||
2598 | - .cabinet_login #content_wrapper .login_with_social_wrapper | ||
2599 | - { | ||
2600 | - margin: 0 auto; | ||
2601 | - width: 116px; | ||
2602 | - } | ||
2603 | - .cabinet_login #content_wrapper .login_with_social_wrapper a{ | ||
2604 | - margin: 0 10px 0 0; | ||
2605 | - } | ||
2606 | - | ||
2607 | - .cabinet #content_wrapper .form{ | ||
2608 | - margin: 30px 0 0 30px; | ||
2609 | - } | ||
2610 | - .cabinet_login #content_wrapper .form .input{ | ||
2611 | - width: 250px; | ||
2612 | - } | ||
2613 | - .cabinet #content_wrapper .form .input{ | ||
2614 | - width: 250px; | ||
2615 | - } | ||
2616 | - .cabinet_login #content_wrapper .form .input input{ | ||
2617 | - width: 240px; | ||
2618 | - } | ||
2619 | - .cabinet #content_wrapper .form .input input{ | ||
2620 | - width: 240px; | ||
2621 | - } | ||
2622 | - .cabinet_login #content_wrapper .form li .label { | ||
2623 | - width: 135px; | ||
2624 | - text-align: right; | ||
2625 | - margin: 7px 10px 0 0; | ||
2626 | - } | ||
2627 | - .cabinet #content_wrapper .form li .label { | ||
2628 | - width: 135px; | ||
2629 | - text-align: right; | ||
2630 | - margin: 7px 10px 0 0; | ||
2631 | - } | ||
2632 | - .cabinet #content_wrapper .btn, | ||
2633 | - .cabinet_login #content_wrapper .btn | ||
2634 | - { | ||
2635 | - width: auto; | ||
2636 | - float: right; | ||
2637 | - font-weight: bold; | ||
2638 | - cursor: pointer; | ||
2639 | - margin: 20px 0 0 0; | ||
2640 | - padding: 5px 20px; | ||
2641 | - } | ||
2642 | - .cabinet .submit { | ||
2643 | - margin: 0 270px 0 0; | ||
2644 | - } | ||
2645 | - .cabinet .submit a.change_passwd{ | ||
2646 | - margin: 20px 0 40px 0; | ||
2647 | - } | ||
2648 | - .submit a{ | ||
2649 | - margin: 25px 30px 0 0; | ||
2650 | - } | ||
2651 | - | ||
2652 | - .submit a.change_passwd{ | ||
2653 | - margin: 40px 0 40px 0; | ||
2654 | - color: #4fa32c; | ||
2655 | - } | ||
2656 | - .submit a.change_passwd:hover{ | ||
2657 | - color: #f58025; | ||
2658 | - } | ||
2659 | - .submit a.do_registration{ | ||
2660 | - margin: 25px 0 0 0; | ||
2661 | - } | ||
2662 | -/* my_orders */ | ||
2663 | -.my_order_items { | ||
2664 | - margin: 40px 0 0 0; | ||
2665 | - padding: 0 0 20px 0; | ||
2666 | - border-bottom: 1px solid #e2e2e2; | ||
2667 | -} | ||
2668 | -#content_wrapper .order_number { | ||
2669 | - font: normal 14px/18px Arial, Tahoma, sans-serif; | ||
2670 | - margin: 10px 0; | ||
2671 | -} | ||
2672 | -.my_order_item { | ||
2673 | - margin: 0 30px 0 0; | ||
2674 | - min-height: 200px; | ||
2675 | -} | ||
2676 | - .my_order_item .my_order_item_image { | ||
2677 | - float: left; | ||
2678 | - } | ||
2679 | - .my_order_item .my_order_item_image img{ | ||
2680 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2681 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2682 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2683 | - } | ||
2684 | - .my_order_item .my_order_item_content { | ||
2685 | - margin: 0 0 0 90px; | ||
2686 | - width: 200px; | ||
2687 | - } | ||
2688 | - .my_order_item .my_order_item_content h2{ | ||
2689 | - font: bold 15px/18px Arial, Tahoma, sans-serif; | ||
2690 | - margin: 0 0 5px 0; | ||
2691 | - } | ||
2692 | - .my_order_item .my_order_item_content h2 a{ | ||
2693 | - text-decoration: none; | ||
2694 | - } | ||
2695 | - .my_order_item .my_order_item_content .my_order_item_price { | ||
2696 | - margin: 10px 0 10px 0; | ||
2697 | - } | ||
2698 | - .my_order_item .my_order_item_content .my_order_item_count, | ||
2699 | - .my_order_item .my_order_item_content .my_order_item_count_total{ | ||
2700 | - font: bold 13px/15px Arial, Tahoma, sans-serif; | ||
2701 | - color: #7d7d7d; | ||
2702 | - } | ||
2703 | - .my_order_item .my_order_item_content .price { | ||
2704 | - font: normal 20px/22px Arial, Tahoma, sans-serif; | ||
2705 | - } | ||
2706 | - .my_order_item .my_order_item_content span { | ||
2707 | - color: #f58025; | ||
2708 | - } | ||
2709 | -.my_order_items_description .my_order_total { | ||
2710 | - font: bold 14px/16px Arial, Tahoma, sans-serif; | ||
2711 | - margin: 20px 0 10px 0; | ||
2712 | -} | ||
2713 | - .my_order_items_description .my_order_total span { | ||
2714 | - color: #f58025; | ||
2715 | - } | ||
2716 | - .my_order_items_description .my_order_total .price { | ||
2717 | - color: #f58025; | ||
2718 | - font: normal 20px/22px Arial, Tahoma, sans-serif; | ||
2719 | - } | 581 | +.cabinet_login .sidebar_content_wrapper{margin:20px 0 20px 0;} |
582 | +.cabinet #sidebar .subcategory_sidebar_title h3, | ||
583 | +.cabinet_login #sidebar .subcategory_sidebar_title h3{margin:0 0 15px 0;} | ||
584 | +.cabinet #sidebar .subcategory_sidebar_title p, | ||
585 | +.cabinet_login #sidebar .subcategory_sidebar_title p{font:italic 13px/15px Arial, Tahoma, sans-serif;text-decoration:underline;color:#f36d00;} | ||
586 | +.cabinet #sidebar .subcategory_sidebar_title a, | ||
587 | +.cabinet_login #sidebar .subcategory_sidebar_title a{font:italic 13px/15px Arial, Tahoma, sans-serif;text-decoration:underline;color:#4a4a4a;margin:0 0 5px 0;} | ||
588 | +.cabinet #sidebar .subcategory_sidebar_title a:hover, | ||
589 | +.cabinet_login #sidebar .subcategory_sidebar_title a:hover, | ||
590 | +.cabinet #sidebar .subcategory_sidebar_title a.active, | ||
591 | +.cabinet_login #sidebar .subcategory_sidebar_title a.active{color:#f36d00;} | ||
592 | +.cabinet #sidebar ul, | ||
593 | +.cabinet_login #sidebar ul{margin:10px 0 10px 15px;display:none;} | ||
594 | +.cabinet #content_wrapper .form, | ||
595 | +.cabinet_login #content_wrapper .form{margin:0;} | ||
596 | +.cabinet #content_wrapper, | ||
597 | +.cabinet_login #content_wrapper{margin:0 0 0 100px;width:700px;} | ||
598 | +.cabinet_login #content_wrapper .login_with_social, | ||
599 | +.cabinet_login #content_wrapper .login_with_email{padding:40px 40px 0 0;} | ||
600 | +.cabinet_login #content_wrapper .login_with_email{margin:0 40px 0 0;border-right:1px solid #e2e2e2;width:57%;} | ||
601 | +.cabinet_login #content_wrapper .login_with_social{width:30%;margin:0 40px 0 0;} | ||
602 | +.cabinet_login #content_wrapper .login_with_social_title{font:bold 13px/18px Arial, Tahoma, sans-serif;margin:0 0 20px 0;} | ||
603 | +.cabinet #content_wrapper .subcategory_content_wrapper_title h3, | ||
604 | +.cabinet_login #content_wrapper .subcategory_content_wrapper_title h3{font:bold 16px/18px Arial, Tahoma, sans-serif;color:#4a4a4a;} | ||
605 | +.cabinet_login #content_wrapper .login_with_social_wrapper{margin:0 auto;width:116px;} | ||
606 | +.cabinet_login #content_wrapper .login_with_social_wrapper a{margin:0 10px 0 0;} | ||
607 | +.cabinet #content_wrapper .form{margin:30px 0 0 30px;} | ||
608 | +.cabinet_login #content_wrapper .form .input{width:250px;} | ||
609 | +.cabinet #content_wrapper .form .input{width:250px;} | ||
610 | +.cabinet_login #content_wrapper .form .input input{width:240px;} | ||
611 | +.cabinet #content_wrapper .form .input input{width:240px;} | ||
612 | +.cabinet_login #content_wrapper .form li .label{width:135px;text-align:right;margin:7px 10px 0 0;} | ||
613 | +.cabinet #content_wrapper .form li .label{width:135px;text-align:right;margin:7px 10px 0 0;} | ||
614 | +.cabinet #content_wrapper .btn, | ||
615 | +.cabinet_login #content_wrapper .btn{width:auto;float:right;font-weight:bold;cursor:pointer;margin:20px 0 0 0;padding:5px 20px;} | ||
616 | +.cabinet .submit{margin:0 270px 0 0;} | ||
617 | +.cabinet .submit a.change_passwd{margin:20px 0 40px 0;} | ||
618 | +.submit a{margin:25px 30px 0 0;} | ||
619 | +.submit a.change_passwd{margin:40px 0 40px 0;color:#4fa32c;} | ||
620 | +.submit a.change_passwd:hover{color:#f58025;} | ||
621 | +.submit a.do_registration{margin:25px 0 0 0;} | ||
622 | +.my_order_items{margin:40px 0 0 0;padding:0 0 20px 0;border-bottom:1px solid #e2e2e2;} | ||
623 | +#content_wrapper .order_number{font:normal 14px/18px Arial, Tahoma, sans-serif;margin:10px 0;} | ||
624 | +.my_order_item{margin:0 30px 0 0;min-height:200px;} | ||
625 | +.my_order_item .my_order_item_image{float:left;} | ||
626 | +.my_order_item .my_order_item_image img{-webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);} | ||
627 | +.my_order_item .my_order_item_content{margin:0 0 0 90px;width:200px;} | ||
628 | +.my_order_item .my_order_item_content h2{font:bold 15px/18px Arial, Tahoma, sans-serif;margin:0 0 5px 0;} | ||
629 | +.my_order_item .my_order_item_content h2 a{text-decoration:none;} | ||
630 | +.my_order_item .my_order_item_content .my_order_item_price{margin:10px 0 10px 0;} | ||
631 | +.my_order_item .my_order_item_content .my_order_item_count, | ||
632 | +.my_order_item .my_order_item_content .my_order_item_count_total{font:bold 13px/15px Arial, Tahoma, sans-serif;color:#7d7d7d;} | ||
633 | +.my_order_item .my_order_item_content .price{font:normal 20px/22px Arial, Tahoma, sans-serif;} | ||
634 | +.my_order_item .my_order_item_content span{color:#f58025;} | ||
635 | +.my_order_items_description .my_order_total{font:bold 14px/16px Arial, Tahoma, sans-serif;margin:20px 0 10px 0;} | ||
636 | +.my_order_items_description .my_order_total span{color:#f58025;} | ||
637 | +.my_order_items_description .my_order_total .price{color:#f58025;font:normal 20px/22px Arial, Tahoma, sans-serif;} | ||
2720 | .my_order_items_description .my_order_delivery, | 638 | .my_order_items_description .my_order_delivery, |
2721 | -.my_order_items_description .my_order_status{ | ||
2722 | - font: normal 14px/16px Arial, Tahoma, sans-serif; | ||
2723 | - margin: 0 0 5px 0; | ||
2724 | -} | ||
2725 | - .my_order_items_description .my_order_delivery span, | ||
2726 | - .my_order_items_description .my_order_status span{ | ||
2727 | - font: bold 14px/16px Arial, Tahoma, sans-serif; | ||
2728 | - color: #4fa32c; | ||
2729 | - } | ||
2730 | - | ||
2731 | - | ||
2732 | - | ||
2733 | - | ||
2734 | -/* callback_form */ | ||
2735 | -.callback_form{ | ||
2736 | - margin: 20px 0 0 20px; | ||
2737 | -} | ||
2738 | - .callback_form form{ | ||
2739 | - margin: 20px 0 0 100px; | ||
2740 | - } | ||
2741 | - .callback_form ul.form li .input { | ||
2742 | - width: 60%; | ||
2743 | - font-weight: normal; | ||
2744 | - } | ||
2745 | - .callback_form ul.form li .input input{ | ||
2746 | - width: 100%; | ||
2747 | - } | ||
2748 | - .callback_form ul.form li .input textarea{ | ||
2749 | - width: 100%; | ||
2750 | - height: 120px; | ||
2751 | - } | ||
2752 | - .callback_form ul.form li .label { | ||
2753 | - width: 30%; | ||
2754 | - font-weight: bold; | ||
2755 | - margin: 0 10px 0 0; | ||
2756 | - } | ||
2757 | - .callback_form ul.form li.with_textarea { | ||
2758 | - margin: 15px 0 0 0; | ||
2759 | - } | ||
2760 | - .callback_form .submit { | ||
2761 | - margin: 0 50px 0 0; | ||
2762 | - } | ||
2763 | - .callback_form .submit input{ | ||
2764 | - width: auto; | ||
2765 | - } | ||
2766 | - | ||
2767 | - | ||
2768 | -/* contacts */ | ||
2769 | -.contacts_wrapper { | ||
2770 | - min-height: 300px; | ||
2771 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
2772 | - color: #616161; | ||
2773 | -} | ||
2774 | - .contacts_wrapper h2{ | ||
2775 | - margin: 20px 0; | ||
2776 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
2777 | - } | ||
2778 | - .contacts_wrapper_map { | ||
2779 | - min-height: 300px; | ||
2780 | - width: 465px; | ||
2781 | - margin: 0 30px 0 0; | ||
2782 | - } | ||
2783 | - .contacts_wrapper_map .map_description{ | ||
2784 | - min-height: 165px; | ||
2785 | - | ||
2786 | - } | ||
2787 | - .contacts_wrapper_map .map_description .map_description_name{ | ||
2788 | - font-weight: bold; | ||
2789 | - } | ||
2790 | - .contacts_wrapper_map .map{ | ||
2791 | - height: 300px; | ||
2792 | - margin: 20px 0; | ||
2793 | - } | ||
2794 | - .contacts_wrapper .contacts_email_address{ | ||
2795 | - margin: 40px 0 0 0; | ||
2796 | - } | ||
2797 | - .contacts_wrapper .contacts_email_address_name{ | ||
2798 | - margin: 10px 0; | ||
2799 | - font: bold 14px/24px Arial, Tahoma, sans-serif; | ||
2800 | - } | ||
2801 | - .contacts_wrapper .contacts_list{ | ||
2802 | - width: 100%; | ||
2803 | - margin: 0 0 100px 0; | ||
2804 | - } | ||
2805 | - .contacts_wrapper .contacts_list tr{ | ||
2806 | - border-bottom: 1px solid #cdcdcd; | ||
2807 | - } | ||
2808 | - .contacts_wrapper .contacts_list tr th{ | ||
2809 | - color: #7d7d7d; | ||
2810 | - font: bold 13px/16px Arial, Tahoma, sans-serif; | ||
2811 | - padding: 15px; | ||
2812 | - background: #F5F5F5; | ||
2813 | - } | ||
2814 | - .contacts_wrapper .contacts_list tr td{ | ||
2815 | - color: #616161; | ||
2816 | - padding: 15px; | ||
2817 | - } | ||
2818 | - .contacts_wrapper .contacts_list tr td.contacts_list_phone{ | ||
2819 | - width: 90px; | ||
2820 | - } | ||
2821 | - | ||
2822 | -/* compare_items */ | 639 | +.my_order_items_description .my_order_status{font:normal 14px/16px Arial, Tahoma, sans-serif;margin:0 0 5px 0;} |
640 | +.my_order_items_description .my_order_delivery span, | ||
641 | +.my_order_items_description .my_order_status span{font:bold 14px/16px Arial, Tahoma, sans-serif;color:#4fa32c;} | ||
642 | +.callback_form{margin:20px 0 0 20px;} | ||
643 | +.callback_form form{margin:20px 0 0 100px;} | ||
644 | +.callback_form ul.form li .input{width:60%;font-weight:normal;} | ||
645 | +.callback_form ul.form li .input input{width:100%;} | ||
646 | +.callback_form ul.form li .input textarea{width:100%;height:120px;} | ||
647 | +.callback_form ul.form li .label{width:30%;font-weight:bold;margin:0 10px 0 0;} | ||
648 | +.callback_form ul.form li.with_textarea{margin:15px 0 0 0;} | ||
649 | +.callback_form .submit{margin:0 50px 0 0;} | ||
650 | +.callback_form .submit input{width:auto;} | ||
651 | +.contacts_wrapper{min-height:300px;font:normal 13px/16px Arial, Tahoma, sans-serif;color:#616161;} | ||
652 | +.contacts_wrapper h2{margin:20px 0;font:bold 20px/24px Arial, Tahoma, sans-serif;} | ||
653 | +.contacts_wrapper_map{min-height:300px;width:465px;margin:0 30px 0 0;} | ||
654 | +.contacts_wrapper_map .map_description{min-height:165px;} | ||
655 | +.contacts_wrapper_map .map_description .map_description_name{font-weight:bold;} | ||
656 | +.contacts_wrapper_map .map{height:300px;margin:20px 0;} | ||
657 | +.contacts_wrapper .contacts_email_address{margin:40px 0 0 0;} | ||
658 | +.contacts_wrapper .contacts_email_address_name{margin:10px 0;font:bold 14px/24px Arial, Tahoma, sans-serif;} | ||
659 | +.contacts_wrapper .contacts_list{width:100%;margin:0 0 100px 0;} | ||
660 | +.contacts_wrapper .contacts_list tr{border-bottom:1px solid #cdcdcd;} | ||
661 | +.contacts_wrapper .contacts_list tr th{color:#7d7d7d;font:bold 13px/16px Arial, Tahoma, sans-serif;padding:15px;background:#F5F5F5;} | ||
662 | +.contacts_wrapper .contacts_list tr td{color:#616161;padding:15px;} | ||
663 | +.contacts_wrapper .contacts_list tr td.contacts_list_phone{width:90px;} | ||
2823 | tr.even{background-color:#f1f1f1;} | 664 | tr.even{background-color:#f1f1f1;} |
2824 | tr.odd{background-color:#f9f9f9;} | 665 | tr.odd{background-color:#f9f9f9;} |
2825 | -.compare_items{ | ||
2826 | - margin: 0 0 65px 0; | ||
2827 | -} | ||
2828 | -.compare_items h2{ | ||
2829 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
2830 | - margin: 30px 0; | ||
2831 | -} | ||
2832 | -.compare_items .compare_items_table{ | ||
2833 | - overflow-x: auto; | ||
2834 | -} | ||
2835 | - | ||
2836 | - .compare_items .compare_items_table table th{ | ||
2837 | - text-align: center; | ||
2838 | - } | ||
2839 | - .compare_items .compare_items_table table th .compare_one_item { | ||
2840 | - position: relative; | ||
2841 | - min-height: 265px; | ||
2842 | - min-width: 155px; | ||
2843 | - max-width: 160px; | ||
2844 | - margin: 0 0 20px 0; | ||
2845 | - } | ||
2846 | - .compare_items .compare_items_table table td{ | ||
2847 | - text-align: center; | ||
2848 | - width: 160px; | ||
2849 | - margin: 0 20px 0 0; | ||
2850 | - padding: 15px 10px; | ||
2851 | - font: normal 13px/16px Arial, Tahoma, sans-serif; | ||
2852 | - } | ||
2853 | - .compare_items .compare_items_table table td.compare_item_property_name{ | ||
2854 | - font: bold 13px/16px Arial, Tahoma, sans-serif; | ||
2855 | - } | ||
2856 | - | ||
2857 | - .compare_items .compare_items_table table th .compare_item_image img{ | ||
2858 | - -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2859 | - -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2860 | - box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); | ||
2861 | - margin: 10px 0 20px 0; | ||
2862 | - } | ||
2863 | - .compare_items .compare_items_table table th .compare_item_delete a{ | ||
2864 | - background:url(../images/compare_item_del.jpg) no-repeat 0 0; | ||
2865 | - width: 17px; | ||
2866 | - height: 17px; | ||
2867 | - margin: 0 auto; | ||
2868 | - } | ||
2869 | - .compare_items .compare_items_table table th .compare_item_delete a:hover{ | ||
2870 | - background:url(../images/compare_item_del_hover.jpg) no-repeat 0 0; | ||
2871 | - width: 17px; | ||
2872 | - height: 17px; | ||
2873 | - margin: 0 auto; | ||
2874 | - } | ||
2875 | - .compare_items .compare_items_table table th .compare_item_title a{ | ||
2876 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
2877 | - color: #464646; | ||
2878 | - text-decoration: none; | ||
2879 | - } | ||
2880 | - .compare_items .compare_items_table table th .compare_item_price { | ||
2881 | - font: normal 13px/15px Arial, Tahoma, sans-serif; | ||
2882 | - color: #f58025; | ||
2883 | - margin: 0 0 10px 0; | ||
2884 | - } | ||
2885 | - .compare_items .compare_items_table table th .compare_item_price span{ | ||
2886 | - font: bold 20px/22px Arial, Tahoma, sans-serif; | ||
2887 | - color: #f58025; | ||
2888 | - } | ||
2889 | - | ||
2890 | -/* partners */ | ||
2891 | -.partners { | ||
2892 | - margin-bottom: 60px; | ||
2893 | -} | ||
2894 | -.partners h2{ | ||
2895 | - font: bold 20px/24px Arial, Tahoma, sans-serif; | ||
2896 | - margin: 30px 0; | ||
2897 | -} | 666 | +.compare_items{margin:0 0 65px 0;} |
667 | +.compare_items h2{font:bold 20px/24px Arial, Tahoma, sans-serif;margin:30px 0;} | ||
668 | +.compare_items .compare_items_table{overflow-x:auto;} | ||
669 | +.compare_items .compare_items_table table th{text-align:center;} | ||
670 | +.compare_items .compare_items_table table th .compare_one_item{position:relative;min-height:265px;min-width:155px;max-width:160px;margin:0 0 20px 0;} | ||
671 | +.compare_items .compare_items_table table td{text-align:center;width:160px;margin:0 20px 0 0;padding:15px 10px;font:normal 13px/16px Arial, Tahoma, sans-serif;} | ||
672 | +.compare_items .compare_items_table table td.compare_item_property_name{font:bold 13px/16px Arial, Tahoma, sans-serif;} | ||
673 | +.compare_items .compare_items_table table th .compare_item_image img{-webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);margin:10px 0 20px 0;} | ||
674 | +.compare_items .compare_items_table table th .compare_item_delete a{background:url(../images/compare_item_del.jpg) no-repeat 0 0;width:17px;height:17px;margin:0 auto;} | ||
675 | +.compare_items .compare_items_table table th .compare_item_delete a:hover{background:url(../images/compare_item_del_hover.jpg) no-repeat 0 0;width:17px;height:17px;margin:0 auto;} | ||
676 | +.compare_items .compare_items_table table th .compare_item_title a{font:bold 16px/18px Arial, Tahoma, sans-serif;color:#464646;text-decoration:none;} | ||
677 | +.compare_items .compare_items_table table th .compare_item_price{font:normal 13px/15px Arial, Tahoma, sans-serif;color:#f58025;margin:0 0 10px 0;} | ||
678 | +.compare_items .compare_items_table table th .compare_item_price span{font:bold 20px/22px Arial, Tahoma, sans-serif;color:#f58025;} | ||
679 | +.partners{margin-bottom:60px;} | ||
680 | +.partners h2{font:bold 20px/24px Arial, Tahoma, sans-serif;margin:30px 0;} | ||
2898 | .partners p.partners_name_title_internet_shops, | 681 | .partners p.partners_name_title_internet_shops, |
2899 | -.partners p.partners_name_title_dillers | ||
2900 | -{ | ||
2901 | - font: bold 16px/24px Arial, Tahoma, sans-serif; | ||
2902 | -} | ||
2903 | -.partners p.partners_name_title_dillers | ||
2904 | -{ | ||
2905 | - margin: 30px 0 0 0; | ||
2906 | -} | ||
2907 | -.partners ul.internet_shops_list | ||
2908 | -{ | ||
2909 | - margin: 0 0 0 20px; | ||
2910 | - font: normal 13px/20px Arial, Tahoma, sans-serif; | ||
2911 | -} | ||
2912 | -.partners table tr{ | ||
2913 | - border-bottom: 1px solid #cdcdcd; | ||
2914 | -} | ||
2915 | -.partners table tr.dillers_district{ | ||
2916 | - border-bottom: 0; | ||
2917 | -} | ||
2918 | - .partners table tr th{ | ||
2919 | - color: #7d7d7d; | ||
2920 | - font: bold 13px/16px Arial, Tahoma, sans-serif; | ||
2921 | - padding: 15px; | ||
2922 | - } | ||
2923 | - .partners table tr.dillers_district td{ | ||
2924 | - background: #F5F5F5; | ||
2925 | - text-transform: uppercase; | ||
2926 | - font: bold 13px/16px Arial, Tahoma, sans-serif; | ||
2927 | - } | ||
2928 | - .partners table tr td{ | ||
2929 | - color: #616161; | ||
2930 | - padding: 15px; | ||
2931 | - } | ||
2932 | - | ||
2933 | - | ||
2934 | -/* 404error */ | ||
2935 | -.error_404 .error_404_wrapper{ | ||
2936 | - width: 540px; | ||
2937 | - margin: 100px auto; | ||
2938 | -} | ||
2939 | - .error_404 .error_404_wrapper .error_404_wrapper_text{ | ||
2940 | - width: 230px; | ||
2941 | - margin: 40px auto; | ||
2942 | - text-align: center; | ||
2943 | - } | ||
2944 | - .error_404 .error_404_wrapper .error_404_wrapper_text a{ | ||
2945 | - font-style: italic; | ||
2946 | - } | ||
2947 | - | ||
2948 | - | ||
2949 | - | ||
2950 | -/* #profiler */ | ||
2951 | -#profiler { | ||
2952 | - opacity:0.90; | ||
2953 | - filter:alpha(opacity=90); | ||
2954 | - background-color:#DEDEDE; | ||
2955 | - background:-moz-linear-gradient(-90deg, #E8E8E8, #CBCBCB) repeat scroll 0 0 #DEDEDE; | ||
2956 | - color:#333333; | ||
2957 | - font:normal 12px/12px Georgia,Verdana,Arial,sans-serif; | ||
2958 | - letter-spacing:normal; | ||
2959 | - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); | ||
2960 | - margin:0; | ||
2961 | - padding:5px 15px; | ||
2962 | - width:auto; | ||
2963 | - position:fixed; | ||
2964 | - bottom:0; | ||
2965 | - right:0; | ||
2966 | - text-align:right; | ||
2967 | - z-index:99999; | ||
2968 | -} | ||
2969 | - #profiler .warning { | ||
2970 | - color:#cc0000; | ||
2971 | - } | ||
2972 | - #profiler .profiler-sql-show { | ||
2973 | - text-decoration: underline; | ||
2974 | - cursor: pointer; | ||
2975 | - } | ||
2976 | - | ||
2977 | - #profiler-sql { | ||
2978 | - display: none; | ||
2979 | - text-align:left; | ||
2980 | - margin: 20px 0 0 0; | ||
2981 | - padding:0; | ||
2982 | - overflow-x:hidden; | ||
2983 | - overflow-y:auto; | ||
2984 | - max-height:500px; | ||
2985 | - } | ||
2986 | - #profiler-sql .profiler-sql-item { | ||
2987 | - margin:0 0 15px 0; | ||
2988 | - padding:0; | ||
2989 | - } | ||
2990 | - #profiler-sql .profiler-sql-item .num { | ||
2991 | - float:left; | ||
2992 | - width:20px; | ||
2993 | - margin:0; | ||
2994 | - padding:0; | ||
2995 | - font-weight: bold; | ||
2996 | - } | ||
2997 | - #profiler-sql .profiler-sql-item .query { | ||
2998 | - float:left; | ||
2999 | - width:750px; | ||
3000 | - margin:0; | ||
3001 | - padding:0 10px 0 0; | ||
3002 | - font:normal 10px/14px Monospace,'Courier New',sans-serif; | ||
3003 | - } | ||
3004 | - #profiler-sql .profiler-sql-item .time { | ||
3005 | - float:right; | ||
3006 | - text-align:right; | ||
3007 | - width:90px; | ||
3008 | - margin:0; | ||
3009 | - padding:0 10px 0 0; | ||
3010 | - font-weight: bold; | ||
3011 | - } | ||
3012 | - | ||
3013 | -.seo-h1 { | ||
3014 | - display: inline-block; | ||
3015 | - width: 240px; | ||
3016 | - margin-bottom: 10px; | ||
3017 | - line-height: 30px; | ||
3018 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
3019 | - color: #4fa32c; | ||
3020 | -} | ||
3021 | - | ||
3022 | -/*hypercomments*/ | ||
3023 | -#hypercomments_widget .hc .hc_menu{ | ||
3024 | - font-size:14px !important; | ||
3025 | -} | ||
3026 | - | ||
3027 | - | ||
3028 | -.item_name_h1 { | ||
3029 | - line-height: 25px; | ||
3030 | -} | ||
3031 | - | ||
3032 | -.nav_menu_main li:first-child{ | ||
3033 | - border-radius: 5px 0px 0px 5px; | ||
3034 | - -moz-border-radius: 5px 0px 0px 5px; | ||
3035 | - -webkit-border-radius: 5px 0px 0px 5px; | ||
3036 | -} | ||
3037 | - | ||
3038 | - | ||
3039 | -.nav_menu_main li:last-child{ | ||
3040 | - border-radius: 0px 5px 5px 0px; | ||
3041 | - -moz-border-radius: 0px 5px 5px 0px; | ||
3042 | - -webkit-border-radius: 0px 5px 5px 0px; | ||
3043 | -} | ||
3044 | - | 682 | +.partners p.partners_name_title_dillers{font:bold 16px/24px Arial, Tahoma, sans-serif;} |
683 | +.partners p.partners_name_title_dillers{margin:30px 0 0 0;} | ||
684 | +.partners ul.internet_shops_list{margin:0 0 0 20px;font:normal 13px/20px Arial, Tahoma, sans-serif;} | ||
685 | +.partners table tr{border-bottom:1px solid #cdcdcd;} | ||
686 | +.partners table tr.dillers_district{border-bottom:0;} | ||
687 | +.partners table tr th{color:#7d7d7d;font:bold 13px/16px Arial, Tahoma, sans-serif;padding:15px;} | ||
688 | +.partners table tr.dillers_district td{background:#F5F5F5;text-transform:uppercase;font:bold 13px/16px Arial, Tahoma, sans-serif;} | ||
689 | +.partners table tr td{color:#616161;padding:15px;} | ||
690 | +.error_404 .error_404_wrapper{width:540px;margin:100px auto;} | ||
691 | +.error_404 .error_404_wrapper .error_404_wrapper_text{width:230px;margin:40px auto;text-align:center;} | ||
692 | +.error_404 .error_404_wrapper .error_404_wrapper_text a{font-style:italic;} | ||
693 | +#profiler{opacity:0.90;filter:alpha(opacity=90);background-color:#DEDEDE;background:-moz-linear-gradient(-90deg, #E8E8E8, #CBCBCB) repeat scroll 0 0 #DEDEDE;color:#333333;font:normal 12px/12px Georgia,Verdana,Arial,sans-serif;letter-spacing:normal;text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);margin:0;padding:5px 15px;width:auto;position:fixed;bottom:0;right:0;text-align:right;z-index:99999;} | ||
694 | +#profiler .warning{color:#cc0000;} | ||
695 | +#profiler .profiler-sql-show{text-decoration:underline;cursor:pointer;} | ||
696 | +#profiler-sql{display:none;text-align:left;margin:20px 0 0 0;padding:0;overflow-x:hidden;overflow-y:auto;max-height:500px;} | ||
697 | +#profiler-sql .profiler-sql-item{margin:0 0 15px 0;padding:0;} | ||
698 | +#profiler-sql .profiler-sql-item .num{float:left;width:20px;margin:0;padding:0;font-weight:bold;} | ||
699 | +#profiler-sql .profiler-sql-item .query{float:left;width:750px;margin:0;padding:0 10px 0 0;font:normal 10px/14px Monospace,'Courier New',sans-serif;} | ||
700 | +#profiler-sql .profiler-sql-item .time{float:right;text-align:right;width:90px;margin:0;padding:0 10px 0 0;font-weight:bold;} | ||
701 | +.seo-h1{display:inline-block;width:240px;margin-bottom:10px;line-height:30px;font:bold 16px/18px Arial, Tahoma, sans-serif;color:#4fa32c;} | ||
702 | +#hypercomments_widget .hc .hc_menu{font-size:14px !important;} | ||
703 | +.item_name_h1{line-height:25px;} | ||
704 | +.nav_menu_main li:first-child{border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;} | ||
705 | +.nav_menu_main li:last-child{border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;-webkit-border-radius:0px 5px 5px 0px;} | ||
3045 | .static_page_wrapper strong{font-weight:bold;} | 706 | .static_page_wrapper strong{font-weight:bold;} |
3046 | - | ||
3047 | -.video_play{ | ||
3048 | - left: 10px; | ||
3049 | - position: absolute; | ||
3050 | - top: 10px; | ||
3051 | -} | ||
3052 | - | ||
3053 | -.one_news_img{ | ||
3054 | - position: relative; | ||
3055 | -} | ||
3056 | - | ||
3057 | -.one_post{ | ||
3058 | - position: relative; | ||
3059 | -} | ||
3060 | - | ||
3061 | -.partners_dealers{ | ||
3062 | - margin-top: 25px; | ||
3063 | -} | ||
3064 | - | ||
3065 | -.question_mark { | ||
3066 | - background: url(../images/question.png) no-repeat; | ||
3067 | - background-size: cover; | ||
3068 | - width:18px; | ||
3069 | - height: 18px; | ||
3070 | - position: absolute; | ||
3071 | - top:-3px; | ||
3072 | - right: -25px; | ||
3073 | -} | ||
3074 | - | ||
3075 | -.new_customer .input_radio { | ||
3076 | - position: relative; | ||
3077 | - display: inline-block; | ||
3078 | -} | ||
3079 | - | ||
3080 | -.new_customer .input_radio .additional_info { | ||
3081 | - background-color: #ffffff; | ||
3082 | - border: 1px solid #c6c6c6; | ||
3083 | - border-radius: 5px; | ||
3084 | - right: -240px; | ||
3085 | - position: absolute; | ||
3086 | - top: -180px; | ||
3087 | - width: 400px; | ||
3088 | - padding: 10px; | ||
3089 | - z-index: 2; | ||
3090 | - display:none; | ||
3091 | - box-shadow: 1px 1px 3px; | ||
3092 | -} | ||
3093 | - | ||
3094 | -.new_customer .input_radio .additional_info:hover{ | ||
3095 | - display: block; | ||
3096 | -} | ||
3097 | - | ||
3098 | -#delivery_in_ukraine { | ||
3099 | - color: #a8a8a8; | ||
3100 | -} | ||
3101 | - | ||
3102 | -.no_marge{ | ||
3103 | - margin-top: 0px !important; | ||
3104 | -} | ||
3105 | - | ||
3106 | -.string_data { | ||
3107 | - font-style: italic; | ||
3108 | - font-weight: normal; | ||
3109 | -} | ||
3110 | - | ||
3111 | - | 707 | +.video_play{position:absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);} |
708 | +.one_news_img{position:relative;} | ||
709 | +.one_post{position:relative;} | ||
710 | +.partners_dealers{margin-top:25px;} | ||
711 | +.question_mark{background:url(../images/question.png) no-repeat;background-size:cover;width:18px;height:18px;position:absolute;top:-3px;right:-25px;} | ||
712 | +.new_customer .input_radio{position:relative;display:inline-block;} | ||
713 | +.new_customer .input_radio .additional_info{background-color:#ffffff;border:1px solid #c6c6c6;border-radius:5px;right:-240px;position:absolute;top:-180px;width:400px;padding:10px;z-index:2;display:none;box-shadow:1px 1px 3px;} | ||
714 | +.new_customer .input_radio .additional_info:hover{display:block;} | ||
715 | +#delivery_in_ukraine{color:#a8a8a8;} | ||
716 | +.no_marge{margin-top:0px !important;} | ||
717 | +.string_data{font-style:italic;font-weight:normal;} | ||
3112 | ul.prof_rubrics{list-style:none;margin-bottom:20px;padding:0px;} | 718 | ul.prof_rubrics{list-style:none;margin-bottom:20px;padding:0px;} |
3113 | ul.prof_rubrics li{float:left;} | 719 | ul.prof_rubrics li{float:left;} |
3114 | ul.prof_rubrics li a{float:left;color:#63ad3e;padding:10px;} | 720 | ul.prof_rubrics li a{float:left;color:#63ad3e;padding:10px;} |
3115 | ul.prof_rubrics li a.active{color:#ffffff;background:#4fa22c;border-radius:5px;text-decoration:none;} | 721 | ul.prof_rubrics li a.active{color:#ffffff;background:#4fa22c;border-radius:5px;text-decoration:none;} |
3116 | -.min_price_message{ | ||
3117 | - font-size: 16px; | ||
3118 | - color: red !important; | ||
3119 | - float: left; | ||
3120 | - margin-left: 20px; | ||
3121 | -} | ||
3122 | - | ||
3123 | -.popup_window_content .min_price_message{ | ||
3124 | - font-size: 14px; | ||
3125 | - color: red !important; | ||
3126 | - float: left; | ||
3127 | -} | ||
3128 | - | ||
3129 | -/*.zasobi_zakhistu_logo {*/ | ||
3130 | - /*background: url('/images/background_logo_all_01.png') repeat-y 50% -20px;*/ | ||
3131 | -/*}*/ | ||
3132 | - | ||
3133 | -/****************email-settings**********************/ | ||
3134 | -.email-settings_title { | ||
3135 | - width: 100%; | ||
3136 | - float: left; | ||
3137 | - margin-top: 15px; | ||
3138 | - margin-bottom: 40px; | ||
3139 | -} | ||
3140 | -.email-settings_title:first-child { | ||
3141 | - margin-top: 0; | ||
3142 | -} | ||
3143 | -.email-settings_title h3 { | ||
3144 | - font: bold 16px/18px Arial, Tahoma, sans-serif; | ||
3145 | - color: #4a4a4a; | ||
3146 | -} | ||
3147 | -.blocks-otstup { | ||
3148 | - height: 40px; | ||
3149 | -} | ||
3150 | -.ios { | ||
3151 | - float: left; | ||
3152 | -} | ||
3153 | -.blocks-p a { | ||
3154 | - float: left; | ||
3155 | - height: 26px; | ||
3156 | - line-height: 26px; | ||
3157 | - text-decoration: none; | ||
3158 | - margin-left: 10px; | ||
3159 | - color: #464646; | ||
3160 | - font-family: Tahoma; | ||
3161 | - font-size: 14px; | ||
3162 | -} | ||
3163 | -.blocks-p { | ||
3164 | - width: 320px; | ||
3165 | - float: left; | ||
3166 | - margin-top: 15px; | ||
3167 | - height: 26px; | ||
3168 | -} | ||
3169 | -.group-email[type="radio"] { | ||
3170 | - display: none; | ||
3171 | -} | ||
3172 | -.group-email[type="radio"] + label { | ||
3173 | - margin-left: 5px; | ||
3174 | - cursor: pointer; | ||
3175 | - font-family: Tahoma; | ||
3176 | - font-size: 14px; | ||
3177 | - color: #464646; | ||
3178 | -} | ||
3179 | -.group-email[type="radio"] + label span { | ||
3180 | - width: 12px; | ||
3181 | - height: 12px; | ||
3182 | - background: url('../images/radio-settings-off.png') no-repeat; | ||
3183 | - float: left; | ||
3184 | - margin-top: 3px; | ||
3185 | - transition: 0.3s; | ||
3186 | -} | ||
3187 | -.group-email[type="radio"]:checked + label span { | ||
3188 | - background: url('../images/radio-settings-on.png') no-repeat; | ||
3189 | - transition: 0.3s; | ||
3190 | -} | ||
3191 | -.settings-circle-wrap { | ||
3192 | - float: left; | ||
3193 | - height: 179px; | ||
3194 | - border-bottom: 1px solid #cdcdcd; | ||
3195 | - margin-top: 20px; | ||
3196 | -} | ||
3197 | -.settings-circle { | ||
3198 | - width: 230px; | ||
3199 | - float: left; | ||
3200 | - text-align: center; | ||
3201 | -} | ||
3202 | -.settings-circle.circle-two { | ||
3203 | - width: 240px; | ||
3204 | -} | ||
3205 | -.settings-circle-img { | ||
3206 | - width: 100%; | ||
3207 | - height: 80px; | ||
3208 | - float: left; | ||
3209 | - margin-bottom: 20px; | ||
3210 | -} | ||
3211 | -.settings-circle-img img { | ||
3212 | - width: 80px; | ||
3213 | - height: 80px; | ||
3214 | -} | ||
3215 | -.settings-circle-text { | ||
3216 | - width: 100%; | ||
3217 | - float: left; | ||
3218 | - text-align: center; | ||
3219 | -} | ||
3220 | -.settings-circle-text p { | ||
3221 | - color: #464646; | ||
3222 | - font-size: 14px; | ||
3223 | - font-family: calibri; | ||
3224 | - font-style: italic; | ||
3225 | - font-weight: normal; | ||
3226 | -} | ||
3227 | -.settings-circle-text span { | ||
3228 | - font-weight: bold; | ||
3229 | - font-style: normal; | ||
3230 | - font-size: 16px; | ||
3231 | -} | ||
3232 | -.settings-soc-wrap { | ||
3233 | - width: 100%; | ||
3234 | - float: left; | ||
3235 | - margin-top: 60px; | ||
3236 | -} | ||
3237 | -.settings-soc { | ||
3238 | - width: 50%; | ||
3239 | - float: left; | ||
3240 | - text-align: center; | ||
3241 | -} | ||
3242 | -.settings-soc p { | ||
3243 | - width: 100%; | ||
3244 | - float: left; | ||
3245 | - color: #464646; | ||
3246 | - font-size: 16px; | ||
3247 | - font-weight: bold; | ||
3248 | - font-family: calibri; | ||
3249 | - margin-bottom: 20px; | ||
3250 | -} | ||
3251 | -.ios-ui-select { | ||
3252 | - height: 24px; | ||
3253 | - -webkit-border-radius: 18px; | ||
3254 | - border-radius: 18px; | ||
3255 | - width: 49px; | ||
3256 | - -webkit-transition: all 0.3s ease-in-out; | ||
3257 | - -moz-transition: all 0.3s ease-in-out; | ||
3258 | - -ms-transition: all 0.3s ease-in-out; | ||
3259 | - -o-transition: all 0.3s ease-in-out; | ||
3260 | - transition: all 0.3s ease-in-out; | ||
3261 | - -webkit-box-shadow: none; | ||
3262 | - cursor: pointer; | ||
3263 | - position: relative; | ||
3264 | - display: inline-block; | ||
3265 | - border: 1px solid #cdcdcd; | ||
3266 | - box-shadow: 1px 2px 5px 0px rgba(204, 204, 204, 0.75) inset; | ||
3267 | - float: left; | ||
3268 | -} | ||
3269 | -.ios-ui-select.checked{ | ||
3270 | - border: 1px solid #67b73e; | ||
3271 | -} | ||
3272 | -.ios-ui-select.checked .inner{ | ||
3273 | - left: 27px; | ||
3274 | - background: url("../images/circle-settings.png") no-repeat; | ||
3275 | - transition: 0.2s; | ||
3276 | -} | ||
3277 | -.ios-ui-select .inner{ | ||
3278 | - width: 18px; | ||
3279 | - height: 18px; | ||
3280 | - position: absolute; | ||
3281 | - top: 3px; | ||
3282 | - left: 3px; | ||
3283 | - background: url("../images/circle-settings-off.png") no-repeat; | ||
3284 | - transition: 0.2s; | ||
3285 | -} | ||
3286 | -.email-settings_02_1-title2 { | ||
3287 | - ont-family: Tahoma; | ||
3288 | - font-size: 16px; | ||
3289 | - color: #464646; | ||
3290 | - font-weight: bold; | ||
3291 | - margin-top: 15px; | ||
3292 | - margin-bottom: 10px; | ||
3293 | -} | ||
3294 | -.blocks-p-email-02-1 { | ||
3295 | - box-sizing: border-box; | ||
3296 | - padding-left: 20px; | ||
3297 | -} | ||
3298 | -.email-settings_02_1-number-wr { | ||
3299 | - box-sizing: border-box; | ||
3300 | - padding-left: 35px; | ||
3301 | - font-family: Tahoma; | ||
3302 | - font-size: 14px; | ||
3303 | - color: #464646; | ||
3304 | -} | ||
3305 | -.email-settings_02_1-input { | ||
3306 | - height: 20px; | ||
3307 | - width: 40px; | ||
3308 | - border: 1px solid #69b840; | ||
3309 | - outline: none; | ||
3310 | - transition: 0.3s; | ||
3311 | - background: #d9edcf; | ||
3312 | -} | ||
3313 | -.email-settings_02_1-input:focus { | ||
3314 | - border: 1px solid #589b35; | ||
3315 | - background: #F1F1F1; | ||
3316 | - transition: 0.3s; | ||
3317 | -} | ||
3318 | -.email-settings_02_1-buttons-wr { | ||
3319 | - margin-top: 20px; | ||
3320 | -} | ||
3321 | -.email-buttons-1 { | ||
3322 | - float: left; | ||
3323 | - padding: 0 19px; | ||
3324 | - height: 26px; | ||
3325 | - color: #fff; | ||
3326 | - font-family: Tahoma; | ||
3327 | - font-size: 12px; | ||
3328 | - font-weight: bold; | ||
3329 | - text-align: center; | ||
3330 | - display: block; | ||
3331 | - line-height: 26px; | ||
3332 | - text-decoration: none; | ||
3333 | - border-radius: 5px; | ||
3334 | - border-top: 2px solid #74ce45; | ||
3335 | - background: #6ba94c; /* Old browsers */ | ||
3336 | - background: -moz-linear-gradient(top, #6ba94c 0%, #6ba94c 50%, #559336 50%, #559336 100%); /* FF3.6+ */ | ||
3337 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ba94c), color-stop(50%,#6ba94c), color-stop(50%,#559336), color-stop(100%,#559336)); /* Chrome,Safari4+ */ | ||
3338 | - background: -webkit-linear-gradient(top, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%); /* Chrome10+,Safari5.1+ */ | ||
3339 | - background: -o-linear-gradient(top, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%); /* Opera 11.10+ */ | ||
3340 | - background: -ms-linear-gradient(top, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%); /* IE10+ */ | ||
3341 | - background: linear-gradient(to bottom, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%); /* W3C */ | ||
3342 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba94c', endColorstr='#559336',GradientType=0 ); /* IE6-9 */ | ||
3343 | - margin-top: 1px; | ||
3344 | - text-transform: uppercase; | ||
3345 | - box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4); | ||
3346 | -} | ||
3347 | -.email-buttons-2-wr { | ||
3348 | - width: 166px; | ||
3349 | - height: 28px; | ||
3350 | - float: left; | ||
3351 | - transition: 0.4s; | ||
3352 | - border-top: 1px solid #eeeeee; | ||
3353 | - border-left: 1px solid #eeeeee; | ||
3354 | - border-right: 1px solid #eeeeee; | ||
3355 | - border-bottom: 1px solid #c2c2c2; | ||
3356 | - border-radius: 5px; | ||
3357 | - box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12); | ||
3358 | - margin-left: 20px; | ||
3359 | -} | ||
3360 | -.email-buttons-2 { | ||
3361 | - width: 166px; | ||
3362 | - height: 26px; | ||
3363 | - color: #9b9b9b; | ||
3364 | - font-family: Tahoma; | ||
3365 | - font-size: 12px; | ||
3366 | - font-weight: bold; | ||
3367 | - text-align: center; | ||
3368 | - display: block; | ||
3369 | - line-height: 26px; | ||
3370 | - text-decoration: none; | ||
3371 | - border-radius: 5px; | ||
3372 | - background: #f1f1f1; /* Old browsers */ | ||
3373 | - background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 50%, #e6e6e6 50%, #e6e6e6 100%); /* FF3.6+ */ | ||
3374 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(50%,#e6e6e6), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */ | ||
3375 | - background: -webkit-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */ | ||
3376 | - background: -o-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%); /* Opera 11.10+ */ | ||
3377 | - background: -ms-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%); /* IE10+ */ | ||
3378 | - background: linear-gradient(to bottom, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%); /* W3C */ | ||
3379 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */ | ||
3380 | - transition: 0.6s; | ||
3381 | - border-top: 2px solid #fff; | ||
3382 | - text-transform: uppercase; | ||
3383 | - text-shadow: 1px 1px 2px rgba(255, 255, 255, 1); | ||
3384 | -} | ||
3385 | - | ||
3386 | -.email-buttons-1:hover { | ||
3387 | - background: #518e31; | ||
3388 | -} | ||
3389 | -.email-buttons-2:hover { | ||
3390 | - transition: 0.6s; | ||
3391 | - background: #e8e8e8; | ||
3392 | -} | ||
3393 | -.email-set-text { | ||
3394 | - margin-top: 20px; | ||
3395 | -} | ||
3396 | -.email-set-text p { | ||
3397 | - font-family: Tahoma; | ||
3398 | - font-size: 14px; | ||
3399 | - color: #464646; | ||
3400 | -} | ||
3401 | -.email-set-soc { | ||
3402 | - width: 94px; | ||
3403 | - height: 36px; | ||
3404 | - margin: 0 auto; | ||
3405 | - padding-top: 20px; | ||
3406 | -} | ||
3407 | -.email-set-wont-wr { | ||
3408 | - width: 700px; | ||
3409 | - height: 80px; | ||
3410 | - margin-top: 20px; | ||
3411 | -} | ||
3412 | -.email-set-wont { | ||
3413 | - width: 213px; | ||
3414 | - margin: 0 auto; | ||
3415 | -} | ||
3416 | -.email-set-wont p { | ||
3417 | - float: left; | ||
3418 | - line-height: 34px; | ||
3419 | - font-family: Tahoma; | ||
3420 | - font-size: 14px; | ||
3421 | - color: #464646; | ||
3422 | - margin-right: 20px; | ||
3423 | -} | ||
3424 | -#email-buttons-1_1 { | ||
3425 | - float: right; | ||
3426 | -} | ||
3427 | -.email-set-area { | ||
3428 | - width: 700px; | ||
3429 | - float: left; | ||
3430 | - display: none; | ||
3431 | - margin-top: 20px; | ||
3432 | - transition: 0.4s; | ||
3433 | -} | ||
3434 | -#email-set-area { | ||
3435 | - width: 564px; | ||
3436 | - max-width: 564px; | ||
3437 | - height: 80px; | ||
3438 | - margin-left: 50px; | ||
3439 | - background: #d9edcf; | ||
3440 | - border: 1px solid #d9edcf; | ||
3441 | - outline: none; | ||
3442 | - box-sizing: border-box; | ||
3443 | - padding: 10px; | ||
3444 | - transition: 0.3s; | ||
3445 | -} | ||
3446 | -#email-set-area:focus { | ||
3447 | - transition: 0.3s; | ||
3448 | - background: #dadada; | ||
3449 | - border: 1px solid #dadada; | ||
3450 | -} | ||
3451 | -#email-buttons-sub { | ||
3452 | - border-bottom: none; | ||
3453 | - border-left: none; | ||
3454 | - border-right: none; | ||
3455 | - height: 28px; | ||
3456 | - outline: none; | ||
3457 | - margin: 0 auto; | ||
3458 | - float: none; | ||
3459 | -} | ||
3460 | -#email-buttons-sub2 { | ||
3461 | - border-bottom: none; | ||
3462 | - border-left: none; | ||
3463 | - border-right: none; | ||
3464 | - height: 28px; | ||
3465 | - outline: none; | ||
3466 | -} | ||
3467 | -.em-sub { | ||
3468 | - width: 700px; | ||
3469 | - height: 28px; | ||
3470 | - float: left; | ||
3471 | - margin-top: 20px; | ||
3472 | -} | ||
3473 | -#form-checked-email-02-2{ | ||
3474 | - display: none; | ||
3475 | -} | ||
3476 | -/*************************end_email_settings**************************/ | ||
3477 | - | ||
3478 | -/*******************************Float_block***************************/ | ||
3479 | -.subscription-wr-all { | ||
3480 | - z-index: 999; | ||
3481 | - width: 461px; | ||
3482 | - min-height: 287px; | ||
3483 | - background: #FFFFFF; | ||
3484 | - position: fixed; | ||
3485 | - bottom: 10px; | ||
3486 | - right: 20px; | ||
3487 | - box-sizing: border-box; | ||
3488 | - display: none; | ||
3489 | - box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); | ||
3490 | - padding: 15px 0; | ||
3491 | -} | ||
3492 | -.subscription-wr { | ||
3493 | - width: 100%; | ||
3494 | - height: 100%; | ||
3495 | - position: relative; | ||
3496 | - float: left; | ||
3497 | -} | ||
3498 | -.subscription-text { | ||
3499 | - width: 100%; | ||
3500 | - float: left; | ||
3501 | - text-align: center; | ||
3502 | -} | ||
3503 | -.subscription-text p { | ||
3504 | - line-height: 15px; | ||
3505 | - font-family: calibri; | ||
3506 | - font-size: 18px; | ||
3507 | - font-weight: bold; | ||
3508 | - color: #333333; | ||
3509 | - padding: 0 22px; | ||
3510 | - margin-bottom: 15px; | ||
3511 | -} | ||
3512 | -.subscription-sale-wr { | ||
3513 | - width: 100%; | ||
3514 | - float: left; | ||
3515 | - border-bottom: 1px dotted #363636; | ||
3516 | -} | ||
3517 | -.subscription-sale-blocks { | ||
3518 | - width: 151px; | ||
3519 | - float: left; | ||
3520 | -} | ||
3521 | -.sub-sale-blocks-img { | ||
3522 | - width: 151px; | ||
3523 | - height: 49px; | ||
3524 | - float: left; | ||
3525 | - text-align: center; | ||
3526 | -} | ||
3527 | -.sub-sale-blocks-img img { | ||
3528 | - width: 50px; | ||
3529 | - height: 49px; | ||
3530 | -} | ||
3531 | -.sub-sale-blocks-img img:hover { | ||
3532 | - opacity: 70; | ||
3533 | -} | ||
3534 | -.sub-sale-blocks-text { | ||
3535 | - width: 151px; | ||
3536 | - float: left; | ||
3537 | - height: 49px; | ||
3538 | - text-align: center; | ||
3539 | -} | ||
3540 | -.sub-sale-blocks-text a {display: block; line-height: 49px; text-decoration: none; color: #363636} | ||
3541 | -.sub-sale-blocks-text p { | ||
3542 | - height: 49px; | ||
3543 | - line-height: 49px; | ||
3544 | - text-decoration: none; | ||
3545 | - font-family: calibri; | ||
3546 | - color: #363636; | ||
3547 | - font-size: 13px; | ||
3548 | - | ||
3549 | -} | ||
3550 | -.sub-sale-forma-wr { | ||
3551 | - width: 453px; | ||
3552 | - float: left; | ||
3553 | -} | ||
3554 | -.sub-sale-forma-blocks-l { | ||
3555 | - width: 220px; | ||
3556 | - float: left; | ||
3557 | -} | ||
3558 | -.sub-sale-forma-blocks-r { | ||
3559 | - width: 220px; | ||
3560 | - float: left; | ||
3561 | -} | ||
3562 | -[class*="sub-sale-forma-blocks"] input { | ||
3563 | - width: 199px; | ||
3564 | - height: 30px; | ||
3565 | - background: #d9edcf; | ||
3566 | - outline: none; | ||
3567 | - border: none; | ||
3568 | - padding-left: 10px; | ||
3569 | - box-sizing: border-box; | ||
3570 | - color: #363636; | ||
3571 | -} | ||
3572 | -.sub-sale-forma-blocks-l input { | ||
3573 | - float: right; | ||
3574 | -} | ||
3575 | -.sub-sale-forma-blocks-r input { | ||
3576 | - float: left; | ||
3577 | -} | ||
3578 | -.sub-sale-forma-blocks-c { | ||
3579 | - width: 12px; | ||
3580 | - float: left; | ||
3581 | - height: 30px; | ||
3582 | -} | ||
3583 | -[class*="sub-sale-forma-blocks-name"] { | ||
3584 | - height: 30px; | ||
3585 | - float: left; | ||
3586 | - width: 100%; | ||
3587 | - line-height: 30px; | ||
3588 | - box-sizing: border-box; | ||
3589 | - color: #363636; | ||
3590 | - font-family: calibri; | ||
3591 | - font-size: 13px; | ||
3592 | -} | ||
3593 | -.sub-sale-forma-blocks-name-first { | ||
3594 | - padding-left: 20px; | ||
3595 | -} | ||
3596 | -.sub-submit { | ||
3597 | - margin-top: 16px; | ||
3598 | - width: 453px; | ||
3599 | - height: 28px; | ||
3600 | - float: left; | ||
3601 | - text-align: center; | ||
3602 | -} | ||
3603 | -.sub-submit input { | ||
3604 | - width: 106px; | ||
3605 | - height: 26px; | ||
3606 | - border-top: 2px solid #74ce45; | ||
3607 | - border-bottom: none; | ||
3608 | - border-right: none; | ||
3609 | - border-left: none; | ||
3610 | - background: #70ae51; /* Old browsers */ | ||
3611 | - background: -moz-linear-gradient(top, #70ae51 0%, #65a346 49%, #5b983b 50%, #4f8d30 100%); /* FF3.6+ */ | ||
3612 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70ae51), color-stop(49%,#65a346), color-stop(50%,#5b983b), color-stop(100%,#4f8d30)); /* Chrome,Safari4+ */ | ||
3613 | - background: -webkit-linear-gradient(top, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%); /* Chrome10+,Safari5.1+ */ | ||
3614 | - background: -o-linear-gradient(top, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%); /* Opera 11.10+ */ | ||
3615 | - background: -ms-linear-gradient(top, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%); /* IE10+ */ | ||
3616 | - background: linear-gradient(to bottom, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%); /* W3C */ | ||
3617 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ae51', endColorstr='#4f8d30',GradientType=0 ); /* IE6-9 */ | ||
3618 | - line-height: 24px; | ||
3619 | - color: #fff; | ||
3620 | - text-transform: uppercase; | ||
3621 | - font-size: 12px; | ||
3622 | - font-family: calibri; | ||
3623 | - font-weight: bold; | ||
3624 | - cursor: pointer; | ||
3625 | - border-radius: 5px; | ||
3626 | -} | ||
3627 | -.sub-submit input:focus { | ||
3628 | - outline: none; | ||
3629 | - border-top: 2px solid #74ce45; | ||
3630 | - border-bottom: none; | ||
3631 | - border-right: none; | ||
3632 | - border-left: none; | ||
3633 | -} | ||
3634 | -.sub-text-footer { | ||
3635 | - width: 453px; | ||
3636 | - float: left; | ||
3637 | - height: 30px; | ||
3638 | - text-align: center; | ||
3639 | -} | ||
3640 | -.sub-text-footer { | ||
3641 | - height: 30px; | ||
3642 | - line-height: 30px; | ||
3643 | - color: #363636; | ||
3644 | - font-size: 13px; | ||
3645 | - font-family: calibri; | ||
3646 | -} | ||
3647 | -.sub-closed { | ||
3648 | - width: 8px; | ||
3649 | - height: 8px; | ||
3650 | - position: absolute; | ||
3651 | - cursor: pointer; | ||
3652 | - top: 10px; | ||
3653 | - right: 10px; | ||
3654 | -} | ||
3655 | -.sub-closed img { | ||
3656 | - width: 8px; | ||
3657 | - height: 8px; | ||
3658 | - float: left; | ||
3659 | -} | ||
3660 | -.wrong { | ||
3661 | - color: #b1292b; | ||
3662 | -} | ||
3663 | -.normal { | ||
3664 | - color: #68a548; | ||
3665 | -} | ||
3666 | -/*******************************Float_block_end***********************/ | ||
3667 | - | ||
3668 | -/**********************basket**********************/ | 722 | +.min_price_message{font-size:16px;color:red !important;float:left;margin-left:20px;} |
723 | +.popup_window_content .min_price_message{font-size:14px;color:red !important;float:left;} | ||
724 | +.email-settings_title{width:100%;float:left;margin-top:15px;margin-bottom:40px;} | ||
725 | +.email-settings_title:first-child{margin-top:0;} | ||
726 | +.email-settings_title h3{font:bold 16px/18px Arial, Tahoma, sans-serif;color:#4a4a4a;} | ||
727 | +.blocks-otstup{height:40px;} | ||
728 | +.ios{float:left;} | ||
729 | +.blocks-p a{float:left;height:26px;line-height:26px;text-decoration:none;margin-left:10px;color:#464646;font-family:Tahoma;font-size:14px;} | ||
730 | +.blocks-p{width:320px;float:left;margin-top:15px;height:26px;} | ||
731 | +.group-email[type="radio"]{display:none;} | ||
732 | +.group-email[type="radio"] + label{margin-left:5px;cursor:pointer;font-family:Tahoma;font-size:14px;color:#464646;} | ||
733 | +.group-email[type="radio"] + label span{width:12px;height:12px;background:url('../images/radio-settings-off.png') no-repeat;float:left;margin-top:3px;transition:0.3s;} | ||
734 | +.group-email[type="radio"]:checked + label span{background:url('../images/radio-settings-on.png') no-repeat;transition:0.3s;} | ||
735 | +.settings-circle-wrap{float:left;height:179px;border-bottom:1px solid #cdcdcd;margin-top:20px;} | ||
736 | +.settings-circle{width:230px;float:left;text-align:center;} | ||
737 | +.settings-circle.circle-two{width:240px;} | ||
738 | +.settings-circle-img{width:100%;height:80px;float:left;margin-bottom:20px;} | ||
739 | +.settings-circle-img img{width:80px;height:80px;} | ||
740 | +.settings-circle-text{width:100%;float:left;text-align:center;} | ||
741 | +.settings-circle-text p{color:#464646;font-size:14px;font-family:calibri;font-style:italic;font-weight:normal;} | ||
742 | +.settings-circle-text span{font-weight:bold;font-style:normal;font-size:16px;} | ||
743 | +.settings-soc-wrap{width:100%;float:left;margin-top:60px;} | ||
744 | +.settings-soc{width:50%;float:left;text-align:center;} | ||
745 | +.settings-soc p{width:100%;float:left;color:#464646;font-size:16px;font-weight:bold;font-family:calibri;margin-bottom:20px;} | ||
746 | +.ios-ui-select{height:24px;-webkit-border-radius:18px;border-radius:18px;width:49px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-box-shadow:none;cursor:pointer;position:relative;display:inline-block;border:1px solid #cdcdcd;box-shadow:1px 2px 5px 0px rgba(204, 204, 204, 0.75) inset;float:left;} | ||
747 | +.ios-ui-select.checked{border:1px solid #67b73e;} | ||
748 | +.ios-ui-select.checked .inner{left:27px;background:url("../images/circle-settings.png") no-repeat;transition:0.2s;} | ||
749 | +.ios-ui-select .inner{width:18px;height:18px;position:absolute;top:3px;left:3px;background:url("../images/circle-settings-off.png") no-repeat;transition:0.2s;} | ||
750 | +.email-settings_02_1-title2{ont-family:Tahoma;font-size:16px;color:#464646;font-weight:bold;margin-top:15px;margin-bottom:10px;} | ||
751 | +.blocks-p-email-02-1{box-sizing:border-box;padding-left:20px;} | ||
752 | +.email-settings_02_1-number-wr{box-sizing:border-box;padding-left:35px;font-family:Tahoma;font-size:14px;color:#464646;} | ||
753 | +.email-settings_02_1-input{height:20px;width:40px;border:1px solid #69b840;outline:none;transition:0.3s;background:#d9edcf;} | ||
754 | +.email-settings_02_1-input:focus{border:1px solid #589b35;background:#F1F1F1;transition:0.3s;} | ||
755 | +.email-settings_02_1-buttons-wr{margin-top:20px;} | ||
756 | +.email-buttons-1{float:left;padding:0 19px;height:26px;color:#fff;font-family:Tahoma;font-size:12px;font-weight:bold;text-align:center;display:block;line-height:26px;text-decoration:none;border-radius:5px;border-top:2px solid #74ce45;background:#6ba94c;background:-moz-linear-gradient(top, #6ba94c 0%, #6ba94c 50%, #559336 50%, #559336 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ba94c), color-stop(50%,#6ba94c), color-stop(50%,#559336), color-stop(100%,#559336));background:-webkit-linear-gradient(top, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%);background:-o-linear-gradient(top, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%);background:-ms-linear-gradient(top, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%);background:linear-gradient(to bottom, #6ba94c 0%,#6ba94c 50%,#559336 50%,#559336 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ba94c', endColorstr='#559336',GradientType=0);margin-top:1px;text-transform:uppercase;box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.4);} | ||
757 | +.email-buttons-2-wr{width:166px;height:28px;float:left;transition:0.4s;border-top:1px solid #eeeeee;border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;border-bottom:1px solid #c2c2c2;border-radius:5px;box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.12);margin-left:20px;} | ||
758 | +.email-buttons-2{width:166px;height:26px;color:#9b9b9b;font-family:Tahoma;font-size:12px;font-weight:bold;text-align:center;display:block;line-height:26px;text-decoration:none;border-radius:5px;background:#f1f1f1;background:-moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 50%, #e6e6e6 50%, #e6e6e6 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(50%,#e6e6e6), color-stop(100%,#e6e6e6));background:-webkit-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%);background:-o-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%);background:-ms-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%);background:linear-gradient(to bottom, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 50%,#e6e6e6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e6e6e6',GradientType=0);transition:0.6s;border-top:2px solid #fff;text-transform:uppercase;text-shadow:1px 1px 2px rgba(255, 255, 255, 1);} | ||
759 | +.email-buttons-1:hover{background:#518e31;} | ||
760 | +.email-buttons-2:hover{transition:0.6s;background:#e8e8e8;} | ||
761 | +.email-set-text{margin-top:20px;} | ||
762 | +.email-set-text p{font-family:Tahoma;font-size:14px;color:#464646;} | ||
763 | +.email-set-soc{width:94px;height:36px;margin:0 auto;padding-top:20px;} | ||
764 | +.email-set-wont-wr{width:700px;height:80px;margin-top:20px;} | ||
765 | +.email-set-wont{width:213px;margin:0 auto;} | ||
766 | +.email-set-wont p{float:left;line-height:34px;font-family:Tahoma;font-size:14px;color:#464646;margin-right:20px;} | ||
767 | +#email-buttons-1_1{float:right;} | ||
768 | +.email-set-area{width:700px;float:left;display:none;margin-top:20px;transition:0.4s;} | ||
769 | +#email-set-area{width:564px;max-width:564px;height:80px;margin-left:50px;background:#d9edcf;border:1px solid #d9edcf;outline:none;box-sizing:border-box;padding:10px;transition:0.3s;} | ||
770 | +#email-set-area:focus{transition:0.3s;background:#dadada;border:1px solid #dadada;} | ||
771 | +#email-buttons-sub{border-bottom:none;border-left:none;border-right:none;height:28px;outline:none;margin:0 auto;float:none;} | ||
772 | +#email-buttons-sub2{border-bottom:none;border-left:none;border-right:none;height:28px;outline:none;} | ||
773 | +.em-sub{width:700px;height:28px;float:left;margin-top:20px;} | ||
774 | +#form-checked-email-02-2{display:none;} | ||
775 | +.subscription-wr-all{z-index:999;width:461px;min-height:287px;background:#FFFFFF;position:fixed;bottom:10px;right:20px;box-sizing:border-box;display:none;box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.4);padding:15px 0;} | ||
776 | +.subscription-wr{width:100%;height:100%;position:relative;float:left;} | ||
777 | +.subscription-text{width:100%;float:left;text-align:center;} | ||
778 | +.subscription-text p{line-height:15px;font-family:calibri;font-size:18px;font-weight:bold;color:#333333;padding:0 22px;margin-bottom:15px;} | ||
779 | +.subscription-sale-wr{width:100%;float:left;border-bottom:1px dotted #363636;} | ||
780 | +.subscription-sale-blocks{width:151px;float:left;} | ||
781 | +.sub-sale-blocks-img{width:151px;height:49px;float:left;text-align:center;} | ||
782 | +.sub-sale-blocks-img img{width:50px;height:49px;} | ||
783 | +.sub-sale-blocks-img img:hover{opacity:70;} | ||
784 | +.sub-sale-blocks-text{width:151px;float:left;height:49px;text-align:center;} | ||
785 | +.sub-sale-blocks-text a{display:block;line-height:49px;text-decoration:none;color:#363636} | ||
786 | +.sub-sale-blocks-text p{height:49px;line-height:49px;text-decoration:none;font-family:calibri;color:#363636;font-size:13px;} | ||
787 | +.sub-sale-forma-wr{width:453px;float:left;} | ||
788 | +.sub-sale-forma-blocks-l{width:220px;float:left;} | ||
789 | +.sub-sale-forma-blocks-r{width:220px;float:left;} | ||
790 | +[class*="sub-sale-forma-blocks"] input{width:199px;height:30px;background:#d9edcf;outline:none;border:none;padding-left:10px;box-sizing:border-box;color:#363636;} | ||
791 | +.sub-sale-forma-blocks-l input{float:right;} | ||
792 | +.sub-sale-forma-blocks-r input{float:left;} | ||
793 | +.sub-sale-forma-blocks-c{width:12px;float:left;height:30px;} | ||
794 | +[class*="sub-sale-forma-blocks-name"]{height:30px;float:left;width:100%;line-height:30px;box-sizing:border-box;color:#363636;font-family:calibri;font-size:13px;} | ||
795 | +.sub-sale-forma-blocks-name-first{padding-left:20px;} | ||
796 | +.sub-submit{margin-top:16px;width:453px;height:28px;float:left;text-align:center;} | ||
797 | +.sub-submit input{width:106px;height:26px;border-top:2px solid #74ce45;border-bottom:none;border-right:none;border-left:none;background:#70ae51;background:-moz-linear-gradient(top, #70ae51 0%, #65a346 49%, #5b983b 50%, #4f8d30 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#70ae51), color-stop(49%,#65a346), color-stop(50%,#5b983b), color-stop(100%,#4f8d30));background:-webkit-linear-gradient(top, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%);background:-o-linear-gradient(top, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%);background:-ms-linear-gradient(top, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%);background:linear-gradient(to bottom, #70ae51 0%,#65a346 49%,#5b983b 50%,#4f8d30 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70ae51', endColorstr='#4f8d30',GradientType=0);line-height:24px;color:#fff;text-transform:uppercase;font-size:12px;font-family:calibri;font-weight:bold;cursor:pointer;border-radius:5px;} | ||
798 | +.sub-submit input:focus{outline:none;border-top:2px solid #74ce45;border-bottom:none;border-right:none;border-left:none;} | ||
799 | +.sub-text-footer{width:453px;float:left;height:30px;text-align:center;} | ||
800 | +.sub-text-footer{height:30px;line-height:30px;color:#363636;font-size:13px;font-family:calibri;} | ||
801 | +.sub-closed{width:8px;height:8px;position:absolute;cursor:pointer;top:10px;right:10px;} | ||
802 | +.sub-closed img{width:8px;height:8px;float:left;} | ||
803 | +.wrong{color:#b1292b;} | ||
804 | +.normal{color:#68a548;} | ||
3669 | .w25{width:25px;} | 805 | .w25{width:25px;} |
3670 | .w30{width:30px;} | 806 | .w30{width:30px;} |
3671 | .w35{width:35px;} | 807 | .w35{width:35px;} |
@@ -3685,53 +821,11 @@ ul.prof_rubrics li a.active{color:#ffffff;background:#4fa22c;border-radius:5px;t | @@ -3685,53 +821,11 @@ ul.prof_rubrics li a.active{color:#ffffff;background:#4fa22c;border-radius:5px;t | ||
3685 | .w210{width:210px;} | 821 | .w210{width:210px;} |
3686 | .w232{width:232.5px;} | 822 | .w232{width:232.5px;} |
3687 | .bold18{font-size:18px;font-weight:bold;} | 823 | .bold18{font-size:18px;font-weight:bold;} |
3688 | -input[type="number"]{ | ||
3689 | - background-color: #f5f5f5; | ||
3690 | - border: 0; | ||
3691 | - width: 29px; | ||
3692 | - height: 18px; | ||
3693 | - padding: 4px 6px; | ||
3694 | - border: 1px solid #e0e0e0; | ||
3695 | - border-radius: 4px; | ||
3696 | - text-align:center; | ||
3697 | - -moz-box-shadow:inset 2px 2px 8px #dfdfdf; | ||
3698 | - -webkit-box-shadow:inset 2px 2px 8px #dfdfdf; | ||
3699 | - box-shadow:inset 2px 2px 8px #dfdfdf; | ||
3700 | -} | 824 | +input[type="number"]{background-color:#f5f5f5;border:0;width:29px;height:18px;padding:4px 6px;border:1px solid #e0e0e0;border-radius:4px;text-align:center;-moz-box-shadow:inset 2px 2px 8px #dfdfdf;-webkit-box-shadow:inset 2px 2px 8px #dfdfdf;box-shadow:inset 2px 2px 8px #dfdfdf;} |
3701 | .clear{clear:both;} | 825 | .clear{clear:both;} |
3702 | -.popup{ | ||
3703 | - font-family: Calibri, Tahoma, Arial, sans-serif; | ||
3704 | - background-color: #d9dade; | ||
3705 | - color: #333333; | ||
3706 | - position:fixed; | ||
3707 | - z-index:99999; | ||
3708 | - width:100%; | ||
3709 | - height:100%; | ||
3710 | - background-color:rgba(0,0,0,0.7); | ||
3711 | -} | ||
3712 | -.popup_window{ | ||
3713 | - background-color:white; | ||
3714 | - z-index:9999; | ||
3715 | - margin-left:auto; | ||
3716 | - margin-right:auto; | ||
3717 | - min-width:300px; | ||
3718 | - text-align:center; | ||
3719 | - margin-top:7%; | ||
3720 | - max-height:530px; | ||
3721 | - position:relative; | ||
3722 | - -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.7); | ||
3723 | - -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.7); | ||
3724 | - box-shadow: 0px 0px 16px rgba(0,0,0,0.7); | ||
3725 | -} | ||
3726 | -.popup_close_button{ | ||
3727 | - width:40px; | ||
3728 | - height:40px; | ||
3729 | - position:absolute; | ||
3730 | - top:0; | ||
3731 | - right:0; | ||
3732 | - background:#f5f5f5 url("../images/close.png") center center no-repeat; | ||
3733 | - cursor:pointer; | ||
3734 | -} | 826 | +.popup{font-family:Calibri, Tahoma, Arial, sans-serif;background-color:#d9dade;color:#333333;position:fixed;z-index:99999;width:100%;height:100%;background-color:rgba(0,0,0,0.7);} |
827 | +.popup_window{background-color:white;z-index:9999;margin-left:auto;margin-right:auto;min-width:300px;text-align:center;margin-top:7%;max-height:530px;position:relative;-moz-box-shadow:0px 0px 16px rgba(0,0,0,0.7);-webkit-box-shadow:0px 0px 16px rgba(0,0,0,0.7);box-shadow:0px 0px 16px rgba(0,0,0,0.7);} | ||
828 | +.popup_close_button{width:40px;height:40px;position:absolute;top:0;right:0;background:#f5f5f5 url("../images/close.png") center center no-repeat;cursor:pointer;} | ||
3735 | .popup_window_content{padding:40px;} | 829 | .popup_window_content{padding:40px;} |
3736 | .summary_price{background-color:#f5f5f5;width:100%;text-align:right;color:#5c5c5c;font-weight:bold;font-family:Calibri;padding-top:9px;padding-bottom:12px;} | 830 | .summary_price{background-color:#f5f5f5;width:100%;text-align:right;color:#5c5c5c;font-weight:bold;font-family:Calibri;padding-top:9px;padding-bottom:12px;} |
3737 | .summary_price .price{font-weight:normal;font-size:16px;} | 831 | .summary_price .price{font-weight:normal;font-size:16px;} |
@@ -3741,497 +835,132 @@ input[type="number"]{ | @@ -3741,497 +835,132 @@ input[type="number"]{ | ||
3741 | .green_but2{background-color:#4fa32c;color:#ffffff;border-radius:3px;font-weight:bold;text-decoration:none;font-size:13px;font-family:Calibri;padding:5px 13px 8px 13px;} | 835 | .green_but2{background-color:#4fa32c;color:#ffffff;border-radius:3px;font-weight:bold;text-decoration:none;font-size:13px;font-family:Calibri;padding:5px 13px 8px 13px;} |
3742 | .popup_window a{display:inline;} | 836 | .popup_window a{display:inline;} |
3743 | .cont_shop_but, #help{font-size:13px;color:#555555;padding-right:25px;padding-left:25px;} | 837 | .cont_shop_but, #help{font-size:13px;color:#555555;padding-right:25px;padding-left:25px;} |
3744 | - | ||
3745 | h4{font-size:24px;color:#464646;text-align:left;margin:0;padding:0;} | 838 | h4{font-size:24px;color:#464646;text-align:left;margin:0;padding:0;} |
3746 | -.basket_block_header{display:table;border-bottom: 1px solid #cdcdcd;line-height:1;} | ||
3747 | -.basket_block_header div{ | ||
3748 | - display:table-cell; | ||
3749 | - vertical-align:bottom; | ||
3750 | - font-size:16px; | ||
3751 | - font-weight:bold; | ||
3752 | - font-family:Calibri; | ||
3753 | - color:#7d7d7d; | ||
3754 | - padding: 15px 20px 12px; | ||
3755 | -} | ||
3756 | -.basket_block_content{max-height:270px; width: 940px} | 839 | +.basket_block_header{display:table;border-bottom:1px solid #cdcdcd;line-height:1;} |
840 | +.basket_block_header div{display:table-cell;vertical-align:bottom;font-size:16px;font-weight:bold;font-family:Calibri;color:#7d7d7d;padding:15px 20px 12px;} | ||
841 | +.basket_block_content{max-height:270px;width:940px} | ||
3757 | .basket_block_content.overflow{overflow-y:auto;} | 842 | .basket_block_content.overflow{overflow-y:auto;} |
3758 | -.basket_element_name{ | ||
3759 | - display:table-cell; | ||
3760 | - vertical-align:middle; | ||
3761 | - width:300px; | ||
3762 | - text-align:left; | ||
3763 | - padding: 15px 10px 15px 15px; | ||
3764 | -} | 843 | +.basket_element_name{display:table-cell;vertical-align:middle;width:300px;text-align:left;padding:15px 10px 15px 15px;} |
3765 | .basket_element{border-bottom:1px solid #cdcdcd;padding-left:5px;} | 844 | .basket_element{border-bottom:1px solid #cdcdcd;padding-left:5px;} |
3766 | .basket_element:last-child{border:none;} | 845 | .basket_element:last-child{border:none;} |
3767 | -.picture_element{float:left;-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.7); | ||
3768 | - -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7); | ||
3769 | - box-shadow: 0px 0px 5px rgba(0,0,0,0.7); | ||
3770 | - margin-right: 15px; | ||
3771 | -} | ||
3772 | -.title_element{font-weight:bold;font-size:18px;padding:15px;line-height: 1;} | 846 | +.picture_element{float:left;-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.7);-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.7);box-shadow:0px 0px 5px rgba(0,0,0,0.7);margin-right:15px;} |
847 | +.title_element{font-weight:bold;font-size:18px;padding:15px;line-height:1;} | ||
3773 | .title_element .subtitle_element{font-size:13px;font-weight:normal;margin-top:8px;opacity:0;} | 848 | .title_element .subtitle_element{font-size:13px;font-weight:normal;margin-top:8px;opacity:0;} |
3774 | -.basket_element_prepack{display:table-cell;vertical-align:middle;width: 195px;padding-right: 18px;position:relative;} | ||
3775 | -.basket_element_priceone{display:table-cell;vertical-align:middle;padding-right: 25px;} | ||
3776 | -.basket_element_pricenum{display:table-cell;vertical-align:middle;padding-right: 20px;padding-left: 10px;} | ||
3777 | -.basket_element_priceall{display:table-cell;vertical-align:middle;padding-left: 30px;} | ||
3778 | -.basket_element_delete{ display:table-cell;vertical-align:middle;padding-left: 12px;} | ||
3779 | -.basket_element_delete a{ | ||
3780 | - background:url("../images/delete_grey.png"); | ||
3781 | - display:table-cell; | ||
3782 | - vertical-align:middle; | ||
3783 | - width:16px; | ||
3784 | - height:16px; | ||
3785 | - cursor:pointer; | ||
3786 | -} | 849 | +.basket_element_prepack{display:table-cell;vertical-align:middle;width:195px;padding-right:18px;position:relative;} |
850 | +.basket_element_priceone{display:table-cell;vertical-align:middle;padding-right:25px;} | ||
851 | +.basket_element_pricenum{display:table-cell;vertical-align:middle;padding-right:20px;padding-left:10px;} | ||
852 | +.basket_element_priceall{display:table-cell;vertical-align:middle;padding-left:30px;} | ||
853 | +.basket_element_delete{display:table-cell;vertical-align:middle;padding-left:12px;} | ||
854 | +.basket_element_delete a{background:url("../images/delete_grey.png");display:table-cell;vertical-align:middle;width:16px;height:16px;cursor:pointer;} | ||
3787 | .basket_element_delete a:hover{background:url("../images/delete.png");} | 855 | .basket_element_delete a:hover{background:url("../images/delete.png");} |
3788 | .basket_element_priceone .price span{font-size:22px;} | 856 | .basket_element_priceone .price span{font-size:22px;} |
3789 | .basket_element_priceall .price span{font-size:22px;} | 857 | .basket_element_priceall .price span{font-size:22px;} |
3790 | -.del_but_right{margin-right: -33px;float: right;} | ||
3791 | -.prepacks_table{display:table; vertical-align:bottom;} | ||
3792 | -.prepacks_table_cell{ | ||
3793 | - display:table-cell; | ||
3794 | - line-height:0.9; | ||
3795 | - font-size:11px; | ||
3796 | - width:20px; | ||
3797 | - vertical-align:bottom; | ||
3798 | - padding:3px; | ||
3799 | -} | ||
3800 | -.prepacks_table_cell_elem{ | ||
3801 | - border:1px solid #e0e0e0; | ||
3802 | - padding-left:5px; | ||
3803 | - padding-right:5px; | ||
3804 | - padding-bottom:3px; | ||
3805 | - cursor:pointer; | ||
3806 | - color:#5c5c5c; | ||
3807 | -} | ||
3808 | -.prepacks_table_cell_elem:before{content:'';border:1px solid #e0e0e0;width:15px;height:1px;display: -webkit-inline-box;border-radius:1px;} | 858 | +.del_but_right{margin-right:-33px;float:right;} |
859 | +.prepacks_table{display:table;vertical-align:bottom;} | ||
860 | +.prepacks_table_cell{display:table-cell;line-height:0.9;font-size:11px;width:20px;vertical-align:bottom;padding:3px;} | ||
861 | +.prepacks_table_cell_elem{border:1px solid #e0e0e0;padding-left:5px;padding-right:5px;padding-bottom:3px;cursor:pointer;color:#5c5c5c;} | ||
862 | +.prepacks_table_cell_elem:before{content:'';border:1px solid #e0e0e0;width:15px;height:1px;display:-webkit-inline-box;border-radius:1px;} | ||
3809 | .prepacks_table_cell_elem.min{width:17px;padding-top:2px;} | 863 | .prepacks_table_cell_elem.min{width:17px;padding-top:2px;} |
3810 | .prepacks_table_cell_elem.two{width:22px;padding-top:4px;} | 864 | .prepacks_table_cell_elem.two{width:22px;padding-top:4px;} |
3811 | .prepacks_table_cell_elem.premax{width:23px;padding-top:4px;} | 865 | .prepacks_table_cell_elem.premax{width:23px;padding-top:4px;} |
3812 | .prepacks_table_cell_elem.max{width:27px;padding-top:4px;} | 866 | .prepacks_table_cell_elem.max{width:27px;padding-top:4px;} |
3813 | -.prepacks_table_cell_elem.min:before{margin-bottom: 3px;} | ||
3814 | -.prepacks_table_cell_elem.two:before{margin-bottom: 6px;} | ||
3815 | -.prepacks_table_cell_elem.premax:before{margin-bottom: 10px;} | ||
3816 | -.prepacks_table_cell_elem.max:before{margin-bottom: 5px;} | 867 | +.prepacks_table_cell_elem.min:before{margin-bottom:3px;} |
868 | +.prepacks_table_cell_elem.two:before{margin-bottom:6px;} | ||
869 | +.prepacks_table_cell_elem.premax:before{margin-bottom:10px;} | ||
870 | +.prepacks_table_cell_elem.max:before{margin-bottom:5px;} | ||
3817 | .prepacks_table_cell_elem.actived{border:1px solid #4fa32c;} | 871 | .prepacks_table_cell_elem.actived{border:1px solid #4fa32c;} |
3818 | .prepacks_table_cell_elem.actived:before{border:1px solid #4fa32c;} | 872 | .prepacks_table_cell_elem.actived:before{border:1px solid #4fa32c;} |
3819 | -.align_bottom {position: relative;} | 873 | +.align_bottom{position:relative;} |
3820 | .items .one_item .one_item_buttons a{display:inline;margin:3px;} | 874 | .items .one_item .one_item_buttons a{display:inline;margin:3px;} |
3821 | -.items .one_item .one_item_buttons, .compare_items_table .compare_one_item .one_item_buttons | ||
3822 | -{width: 120%;margin-top: 15px;margin-bottom: 15px;margin-left: -10px;} | ||
3823 | - | ||
3824 | - | ||
3825 | -/**********************basket**********************/ | ||
3826 | -/**********************basket**********************/ | 875 | +.items .one_item .one_item_buttons, .compare_items_table .compare_one_item .one_item_buttons{width:120%;margin-top:15px;margin-bottom:15px;margin-left:-10px;} |
3827 | input[type=number]::-webkit-inner-spin-button, | 876 | input[type=number]::-webkit-inner-spin-button, |
3828 | -input[type=number]::-webkit-outer-spin-button { | ||
3829 | - -webkit-appearance: none; | ||
3830 | - -moz-appearance: none; | ||
3831 | - appearance: none; | ||
3832 | - margin: 0; | ||
3833 | -} | ||
3834 | -input[type=number] { | ||
3835 | - -moz-appearance: textfield; | ||
3836 | -} | ||
3837 | - | ||
3838 | -.file_download_link_ {position:relative} | ||
3839 | -.file_download_link_ a { | ||
3840 | - position: absolute; | ||
3841 | - top: 32px; | ||
3842 | - right: 16px; | ||
3843 | - padding: 10px 10px 10px 22px; | ||
3844 | - background: url(../images/icon_catalog_18x18_01.png) no-repeat 0 50%; | ||
3845 | - margin-left: 23px; | ||
3846 | - z-index: 3; | ||
3847 | - font-style: italic; | ||
3848 | -} | ||
3849 | - | ||
3850 | - | ||
3851 | -.faq a{ | ||
3852 | - position: absolute; | ||
3853 | - top: 32px; | ||
3854 | - left: 0; | ||
3855 | - padding: 10px 10px 10px 22px; | ||
3856 | - background: url(../images/icon_faq_18x18_01.png) no-repeat 0 50%; | ||
3857 | - margin-left: 23px; | ||
3858 | - z-index: 3; | ||
3859 | - font-style: italic; | ||
3860 | -} | ||
3861 | - | ||
3862 | - | ||
3863 | -/**/ | ||
3864 | - | ||
3865 | - | ||
3866 | -.style { | ||
3867 | - width: 100%; | ||
3868 | - float: left; | ||
3869 | -} | ||
3870 | -.questions_ li { | ||
3871 | - width: 100%; | ||
3872 | - float: left; | ||
3873 | - border-bottom: 1px solid #c4c4c4; | ||
3874 | - min-height: 58px; | ||
3875 | - height: 58px; | ||
3876 | - position: relative; | ||
3877 | - /*overflow: hidden;*/ | ||
3878 | - | ||
3879 | -} | ||
3880 | -.questions_ li.active { | ||
3881 | - height: auto; | ||
3882 | -} | ||
3883 | -.questions_ li span.nav { | ||
3884 | - width: 18px; | ||
3885 | - height: 18px; | ||
3886 | - border-radius: 100%; | ||
3887 | - text-align: center; | ||
3888 | - line-height: 18px; | ||
3889 | - color: #fff; | ||
3890 | - font-style: italic; | ||
3891 | - font-weight: 700; | ||
3892 | - background: #f58025; | ||
3893 | - display: block; | ||
3894 | - float: left; | ||
3895 | - font-size: 12px; | ||
3896 | - position: absolute; | ||
3897 | - top:20px; | ||
3898 | - left: 0; | ||
3899 | -} | ||
3900 | -.questions_a { | ||
3901 | - float: left; | ||
3902 | - margin-left: 25px; | ||
3903 | - position: relative; | ||
3904 | - margin-top: 22px; | ||
3905 | - height: 15px; | ||
3906 | - width: 935px; | ||
3907 | - white-space: nowrap; | ||
3908 | - overflow: hidden; | ||
3909 | -} | ||
3910 | -.questions_a.long_:before { | ||
3911 | - width: 50px; | ||
3912 | - height: 58px; | ||
3913 | - top:-22px; | ||
3914 | - right: 0; | ||
3915 | - position: absolute; | ||
3916 | - content: ''; | ||
3917 | - background: #fff; | ||
3918 | - z-index: 2; | ||
3919 | - background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); | ||
3920 | - background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); | ||
3921 | - background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); | ||
3922 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); | ||
3923 | -} | ||
3924 | -.questions_ li a { | ||
3925 | - float: left; | ||
3926 | - font-size: 15px; | ||
3927 | - color: #464646; | ||
3928 | - font-weight: 700; | ||
3929 | - text-decoration: none; | ||
3930 | - border-bottom: 1px dashed #464646; | ||
3931 | - position: relative; | ||
3932 | - | ||
3933 | -} | ||
3934 | -.questions_ li a:hover { | ||
3935 | - color: #55a727; | ||
3936 | - border-bottom: 1px dashed #55a727; | ||
3937 | -} | ||
3938 | -.questions_ li.active a { | ||
3939 | - cursor: default; | ||
3940 | - color: #55a727; | ||
3941 | - border-bottom: 1px dashed #55a727; | ||
3942 | -} | ||
3943 | -.questions_answer { | ||
3944 | - background: #f5f5f5; | ||
3945 | - padding: 15px 17px; | ||
3946 | - box-sizing: border-box; | ||
3947 | - position: relative; | ||
3948 | - border-radius: 4px; | ||
3949 | - margin-top: 16px; | ||
3950 | - font-size: 13px; | ||
3951 | - color: #464646; | ||
3952 | - line-height: 18px; | ||
3953 | -} | ||
3954 | -.questions_answer:before { | ||
3955 | - position: absolute; | ||
3956 | - top:-10px; | ||
3957 | - left: 40px; | ||
3958 | - content: ''; | ||
3959 | - background: url("../images/question_arrow.png") no-repeat; | ||
3960 | - width: 12px; | ||
3961 | - height: 10px; | ||
3962 | -} | ||
3963 | -.questions_answer span { | ||
3964 | - font-weight: 700; | ||
3965 | -} | ||
3966 | -.questions_img img { | ||
3967 | - margin-left: 17px; | ||
3968 | -} | ||
3969 | -.questions_hide {display: none} | ||
3970 | -.questions_ li.active .questions_hide {display: block} | ||
3971 | -.questions_answer a { | ||
3972 | - color: inherit !important; | ||
3973 | - font-size: inherit !important; | ||
3974 | - border-bottom: 0 !important; | ||
3975 | - cursor: pointer !important; | ||
3976 | - text-decoration: underline !important; | ||
3977 | - margin-left: 0 !important; | ||
3978 | - margin-top: 0 !important; | ||
3979 | - float: none !important; | ||
3980 | - display: inline-block; | ||
3981 | -} | ||
3982 | -.questions_answer p { | ||
3983 | - width: 100%; | ||
3984 | - float: left; | ||
3985 | - margin-top: 6px; | ||
3986 | -} | ||
3987 | -.questions_answer p:first-child {margin-top: 0} | ||
3988 | -.questions_answer a:hover { | ||
3989 | - color: #f58025 !important; | ||
3990 | -} | ||
3991 | -.title_new { | ||
3992 | - width: 935px; | ||
3993 | - position: absolute; | ||
3994 | - top: 50px; | ||
3995 | - right: 0; | ||
3996 | - background: #fff; | ||
3997 | - white-space: normal; | ||
3998 | - z-index: 3; | ||
3999 | - font-size: 15px; | ||
4000 | - padding: 10px; | ||
4001 | - box-shadow: 0px 0px 5px 0px rgba(149, 149, 149, 0.75); | ||
4002 | - box-sizing: border-box; | ||
4003 | - line-height: 18px; | ||
4004 | -} | ||
4005 | -.pic_wr_ {margin-top: 35px} | ||
4006 | -.pic_wr_:last-child {margin-bottom: 35px} | ||
4007 | -.pic_txt { | ||
4008 | - width: 99px; | ||
4009 | - float: left; | ||
4010 | - font-size: 13px; | ||
4011 | - font-weight: bold; | ||
4012 | - font-style: italic; | ||
4013 | - padding-top: 15px; | ||
4014 | -} | ||
4015 | -.pic_img { | ||
4016 | - width: 861px; | ||
4017 | - float: left; | ||
4018 | -} | ||
4019 | -.pic_img img { | ||
4020 | - max-width: 100%; | ||
4021 | - height: auto; | ||
4022 | -} | ||
4023 | -.questions_img {padding-bottom: 20px} | ||
4024 | -.title_questions_ { | ||
4025 | - font-weight: bold; | ||
4026 | - color: #464646; | ||
4027 | - font-size: 22px; | ||
4028 | - text-align: center; | ||
4029 | - height: 54px; | ||
4030 | - line-height: 79px; | ||
4031 | -} | ||
4032 | - | ||
4033 | -.not_availiable { | ||
4034 | - position: absolute; | ||
4035 | - width: 100%; | ||
4036 | - height: 100%; | ||
4037 | - background-color: rgba(0,0,0,0.15); | ||
4038 | - background-position: -1px 0px; | ||
4039 | -} | ||
4040 | -.not_availiable.rus{background-image: url('/images/asd_ru_01.png');} | ||
4041 | -.not_availiable.ukr{background-image: url('/images/asd_ua_01.png');} | ||
4042 | - | ||
4043 | -.video_posts.float.last{ | ||
4044 | - position: relative; | ||
4045 | - transition:0.5s; | ||
4046 | - margin-bottom: 30px; | ||
4047 | -} | ||
4048 | -.video_posts.float.last.small{ | ||
4049 | - height: 400px; | ||
4050 | - overflow: hidden; | ||
4051 | - margin-bottom: 0px!important; | ||
4052 | -} | ||
4053 | -.video_posts.float.last .white_list{ | ||
4054 | - z-index: 1; | ||
4055 | - content: ''; | ||
4056 | - position: absolute; | ||
4057 | - width: 100%; | ||
4058 | - left: 0; | ||
4059 | - bottom: 50px; | ||
4060 | - height: 50px; | ||
4061 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#ffffff'); | ||
4062 | - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#ffffff')"; | ||
4063 | - background-image: -moz-linear-gradient(top, transparent, #ffffff); | ||
4064 | - background-image: -ms-linear-gradient(top, transparent, #ffffff); | ||
4065 | - background-image: -o-linear-gradient(top, transparent, #ffffff); | ||
4066 | - background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), to(#ffffff)); | ||
4067 | - background-image: -webkit-linear-gradient(top, transparent, #ffffff); | ||
4068 | - background-image: linear-gradient(top, transparent, #ffffff); | ||
4069 | - transition:0.3s; | ||
4070 | -} | ||
4071 | -.video_posts.float.last.small .open_list_btn{ | ||
4072 | - bottom:0!important; | ||
4073 | -} | ||
4074 | -.video_posts .open_list_btn{ | ||
4075 | - position: absolute; | ||
4076 | - bottom: -50px; | ||
4077 | - width: 100%; | ||
4078 | - text-align: center; | ||
4079 | - z-index: 2; | ||
4080 | - font-weight: bold; | ||
4081 | - padding: 11px 0px 20px 0px; | ||
4082 | - font-size: 16px; | ||
4083 | - color: gray; | ||
4084 | - background-color: rgb(255, 255, 255); | ||
4085 | - cursor: pointer; | ||
4086 | -} | ||
4087 | -.video_posts .close_list_btn{ | ||
4088 | - position: absolute; | ||
4089 | - bottom: -50px; | ||
4090 | - width: 100%; | ||
4091 | - text-align: center; | ||
4092 | - z-index: 2; | ||
4093 | - font-weight: bold; | ||
4094 | - padding: 11px 0px 20px 0px; | ||
4095 | - font-size: 16px; | ||
4096 | - color: gray; | ||
4097 | - background-color: rgb(255, 255, 255); | ||
4098 | - cursor: pointer; | ||
4099 | -} | ||
4100 | - | ||
4101 | -#content_nav .inner { | ||
4102 | - box-sizing: border-box; | ||
4103 | -} | ||
4104 | -#content_nav .content_nav_first_floor { | ||
4105 | - padding: 0 !important; | ||
4106 | - margin: 0 !important; | ||
4107 | -} | ||
4108 | -#content_nav .content_nav_first_floor.clearfix { | ||
4109 | - padding: 0; | ||
4110 | - width: 25%; | ||
4111 | - box-sizing: border-box; | ||
4112 | - text-align: center; | ||
4113 | - margin: 15px 0; | ||
4114 | -} | ||
4115 | -#content_nav .content_nav_items {display:none;} | ||
4116 | - | ||
4117 | -#content_nav .content_nav_first_floor .content_nav_logo { | ||
4118 | - width: 100% !important; | ||
4119 | - margin: 25px 0 !important; | ||
4120 | - padding: 0 !important; | ||
4121 | - height: 140px !important; | ||
4122 | -} | ||
4123 | -#content_nav .content_nav_second_floor .float { | ||
4124 | - padding: 0 !important; | ||
4125 | - width: 25%; | ||
4126 | - box-sizing: border-box; | ||
4127 | - text-align: center; | ||
4128 | - margin: 25px 0; | ||
4129 | - height: 140px; | ||
4130 | -} | ||
4131 | -#content_nav .content_nav_first_floor.clearfix{ | ||
4132 | - float: left; | ||
4133 | - border: none; | ||
4134 | -} | ||
4135 | -.stock_items { | ||
4136 | - padding-top:25px; | ||
4137 | -} | ||
4138 | - | ||
4139 | -.catalog_slider .catalog_description.logo543 { | ||
4140 | - background: #5b4a42; | ||
4141 | -} | ||
4142 | -.catalog_description.logo320{ | ||
4143 | - background-color: #00a3de; | ||
4144 | -} | 877 | +input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;} |
878 | +input[type=number]{-moz-appearance:textfield;} | ||
879 | +.file_download_link_{position:relative} | ||
880 | +.file_download_link_ a{position:absolute;top:32px;right:16px;padding:10px 10px 10px 22px;background:url(../images/icon_catalog_18x18_01.png) no-repeat 0 50%;margin-left:23px;z-index:3;font-style:italic;} | ||
881 | +.faq a{position:absolute;top:32px;left:0;padding:10px 10px 10px 22px;background:url(../images/icon_faq_18x18_01.png) no-repeat 0 50%;margin-left:23px;z-index:3;font-style:italic;} | ||
882 | +/**/.style{width:100%;float:left;} | ||
883 | +.questions_ li{width:100%;float:left;border-bottom:1px solid #c4c4c4;min-height:58px;height:58px;position:relative;} | ||
884 | +.questions_ li.active{height:auto;} | ||
885 | +.questions_ li span.nav{width:18px;height:18px;border-radius:100%;text-align:center;line-height:18px;color:#fff;font-style:italic;font-weight:700;background:#f58025;display:block;float:left;font-size:12px;position:absolute;top:20px;left:0;} | ||
886 | +.questions_a{float:left;margin-left:25px;position:relative;margin-top:22px;height:15px;width:935px;white-space:nowrap;overflow:hidden;} | ||
887 | +.questions_a.long_:before{width:50px;height:58px;top:-22px;right:0;position:absolute;content:'';background:#fff;z-index:2;background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);} | ||
888 | +.questions_ li a{float:left;font-size:15px;color:#464646;font-weight:700;text-decoration:none;border-bottom:1px dashed #464646;position:relative;} | ||
889 | +.questions_ li a:hover{color:#55a727;border-bottom:1px dashed #55a727;} | ||
890 | +.questions_ li.active a{cursor:default;color:#55a727;border-bottom:1px dashed #55a727;} | ||
891 | +.questions_answer{background:#f5f5f5;padding:15px 17px;box-sizing:border-box;position:relative;border-radius:4px;margin-top:16px;font-size:13px;color:#464646;line-height:18px;} | ||
892 | +.questions_answer:before{position:absolute;top:-10px;left:40px;content:'';background:url("../images/question_arrow.png") no-repeat;width:12px;height:10px;} | ||
893 | +.questions_answer span{font-weight:700;} | ||
894 | +.questions_img img{margin-left:17px;} | ||
895 | +.questions_hide{display:none} | ||
896 | +.questions_ li.active .questions_hide{display:block} | ||
897 | +.questions_answer a{color:inherit !important;font-size:inherit !important;border-bottom:0 !important;cursor:pointer !important;text-decoration:underline !important;margin-left:0 !important;margin-top:0 !important;float:none !important;display:inline-block;} | ||
898 | +.questions_answer p{width:100%;float:left;margin-top:6px;} | ||
899 | +.questions_answer p:first-child{margin-top:0} | ||
900 | +.questions_answer a:hover{color:#f58025 !important;} | ||
901 | +.title_new{width:935px;position:absolute;top:50px;right:0;background:#fff;white-space:normal;z-index:3;font-size:15px;padding:10px;box-shadow:0px 0px 5px 0px rgba(149, 149, 149, 0.75);box-sizing:border-box;line-height:18px;} | ||
902 | +.pic_wr_{margin-top:35px} | ||
903 | +.pic_wr_:last-child{margin-bottom:35px} | ||
904 | +.pic_txt{width:99px;float:left;font-size:13px;font-weight:bold;font-style:italic;padding-top:15px;} | ||
905 | +.pic_img{width:861px;float:left;} | ||
906 | +.pic_img img{max-width:100%;height:auto;} | ||
907 | +.questions_img{padding-bottom:20px} | ||
908 | +.title_questions_{font-weight:bold;color:#464646;font-size:22px;text-align:center;height:54px;line-height:79px;} | ||
909 | +.not_availiable{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.15);background-position:-1px 0px;} | ||
910 | +.not_availiable.rus{background-image:url('/images/asd_ru_01.png');} | ||
911 | +.not_availiable.ukr{background-image:url('/images/asd_ua_01.png');} | ||
912 | +.video_posts.float.last{position:relative;transition:0.5s;margin-bottom:30px;} | ||
913 | +.video_posts.float.last.small{height:400px;overflow:hidden;margin-bottom:0px!important;} | ||
914 | +.video_posts.float.last .white_list{z-index:1;content:'';position:absolute;width:100%;left:0;bottom:50px;height:50px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#ffffff');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#ffffff')";background-image:-moz-linear-gradient(top, transparent, #ffffff);background-image:-ms-linear-gradient(top, transparent, #ffffff);background-image:-o-linear-gradient(top, transparent, #ffffff);background-image:-webkit-gradient(linear, center top, center bottom, from(transparent), to(#ffffff));background-image:-webkit-linear-gradient(top, transparent, #ffffff);background-image:linear-gradient(top, transparent, #ffffff);transition:0.3s;} | ||
915 | +.video_posts.float.last.small .open_list_btn{bottom:0!important;} | ||
916 | +.video_posts .open_list_btn{position:absolute;bottom:-50px;width:100%;text-align:center;z-index:2;font-weight:bold;padding:11px 0px 20px 0px;font-size:16px;color:gray;background-color:rgb(255, 255, 255);cursor:pointer;} | ||
917 | +.video_posts .close_list_btn{position:absolute;bottom:-50px;width:100%;text-align:center;z-index:2;font-weight:bold;padding:11px 0px 20px 0px;font-size:16px;color:gray;background-color:rgb(255, 255, 255);cursor:pointer;} | ||
918 | +#content_nav .inner{box-sizing:border-box;} | ||
919 | +#content_nav .content_nav_first_floor{padding:0 !important;margin:0 !important;} | ||
920 | +#content_nav .content_nav_first_floor.clearfix{padding:0;width:25%;box-sizing:border-box;text-align:center;margin:15px 0;} | ||
921 | +#content_nav .content_nav_items{display:none;} | ||
922 | +#content_nav .content_nav_first_floor .content_nav_logo{width:100% !important;margin:25px 0 !important;padding:0 !important;height:140px !important;} | ||
923 | +#content_nav .content_nav_second_floor .float{padding:0 !important;width:25%;box-sizing:border-box;text-align:center;margin:25px 0;height:140px;} | ||
924 | +#content_nav .content_nav_first_floor.clearfix{float:left;border:none;} | ||
925 | +.stock_items{padding-top:25px;} | ||
926 | +.catalog_slider .catalog_description.logo543{background:#5b4a42;} | ||
927 | +.catalog_description.logo320{background-color:#00a3de;} | ||
4145 | h2.types_logo_320{color:#00a3de;} | 928 | h2.types_logo_320{color:#00a3de;} |
4146 | h2.types_logo_543{color:#5b4a42;} | 929 | h2.types_logo_543{color:#5b4a42;} |
4147 | - | ||
4148 | -.delivery-form-par{ | ||
4149 | - position: fixed; | ||
4150 | - z-index: 99991; | ||
4151 | - top: 0; | ||
4152 | - background-color: rgba(255, 255, 255, 0.75); | ||
4153 | - width: 100%; | ||
4154 | - height: 100%; | ||
4155 | - display:none; | ||
4156 | -} | ||
4157 | -.delivery-form-par .close-white{ | ||
4158 | - content:''; | ||
4159 | - position:absolute; | ||
4160 | - top:0; | ||
4161 | - left:0; | ||
4162 | - width:100%; | ||
4163 | - height:100%; | ||
4164 | - cursor:pointer; | ||
4165 | -} | ||
4166 | -.delivery-form-par .popup-main-delivery{ | ||
4167 | - width:843px; | ||
4168 | - height:400px; | ||
4169 | - background-image:url("../images/right_deliver.png"); | ||
4170 | - background-position: right center; | ||
4171 | - background-repeat:no-repeat; | ||
4172 | - background-color:#fdfaf1; | ||
4173 | - position:absolute; | ||
4174 | - font-family:'Lato-Medium'; | ||
4175 | - left: calc(50% - 421.5px); | ||
4176 | - top: 15%; | ||
4177 | -} | ||
4178 | -.delivery-form-par .content-popup .text-up{ | ||
4179 | - width:320px; | ||
4180 | - border-bottom: 1px solid #6cb33f; | ||
4181 | - color:#42210b; | ||
4182 | - text-align:center; | ||
4183 | - font-size:18px; | ||
4184 | - padding-top: 19px; | ||
4185 | - line-height: 22px; | ||
4186 | - padding-bottom: 4px; | ||
4187 | -} | ||
4188 | -.delivery-form-par .text-down .up-text{ | ||
4189 | - color: #42210b; | ||
4190 | - font-size: 13.5px; | ||
4191 | - text-align: center; | ||
4192 | - width: 323px; | ||
4193 | - padding-top: 23px; | ||
4194 | - padding-bottom: 8px; | ||
4195 | -} | ||
4196 | -.delivery-form-par .text-down .footer-text{ | ||
4197 | - color:#333333; | ||
4198 | - font-style:italic; | ||
4199 | - text-align:center; | ||
4200 | - font-family: 'Lato-Italic'; | ||
4201 | - padding-top: 8px; | ||
4202 | - padding-top: 24px; | ||
4203 | - width: 319px; | ||
4204 | - font-size: 10.8px; | ||
4205 | -} | ||
4206 | -.delivery-form-par .submit-delivery-but{ | ||
4207 | - font-size:15px; | ||
4208 | - color:#fff; | ||
4209 | - border:none; | ||
4210 | - background-color:#6cb33f; | ||
4211 | - text-transform:lowercase; | ||
4212 | - width:80px; | ||
4213 | - height:25px; | ||
4214 | - outline:none; | ||
4215 | - cursor:pointer; | ||
4216 | -} | ||
4217 | -.delivery-form-par .text-up p span{ | ||
4218 | - color:#f15a24; | ||
4219 | - font-size:28.58px; | ||
4220 | -} | ||
4221 | -.delivery-form-par .content-popup{ | ||
4222 | - padding: 38px; | ||
4223 | - width: 40%; | ||
4224 | -} | ||
4225 | -.delivery-form-par .text-down input{ | ||
4226 | - height: 23px; | ||
4227 | - width: 104px; | ||
4228 | - border: 1px solid #6cb33f; | ||
4229 | - font-size: 9px; | ||
4230 | - padding-left: 12px; | ||
4231 | - outline: none; | ||
4232 | -} | ||
4233 | -.delivery-form-par .deliver-form { | ||
4234 | - display: flex; | ||
4235 | - justify-content: space-between; | ||
4236 | - width: 327px; | 930 | +.delivery-form-par{position:fixed;z-index:99991;top:0;background-color:rgba(255, 255, 255, 0.75);width:100%;height:100%;display:none;transition:0.3s;} |
931 | +.delivery-form-par .close-white{content:'';position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;} | ||
932 | +.delivery-form-par .popup-main-delivery{width:843px;height:400px;background-image:url("../images/right_deliver.png");background-size: contain;background-position:right center;background-repeat:no-repeat;background-color:#fdfaf1;position:absolute;font-family:'Lato-Medium';left:calc(50% - 421.5px);top:15%;} | ||
933 | +.delivery-form-par .content-popup .text-up{width:100%;max-width:332px;border-bottom:1px solid #6cb33f;color:#42210b;text-align:center;font-size:18px;padding-top:19px;line-height:22px;padding-bottom:4px;} | ||
934 | +.delivery-form-par .content-popup .text-down{width:100%;max-width:332px;} | ||
935 | +.delivery-form-par .text-down .up-text{color:#42210b;font-size:13.5px;text-align:center;width:100%;padding-top:23px;padding-bottom:8px;} | ||
936 | +.delivery-form-par .text-down .footer-text{color:#333333;font-style:italic;text-align:center;font-family:'Lato-Italic';padding-top:8px;padding-top:24px;width:100%;font-size:10.8px;} | ||
937 | +.delivery-form-par .submit-delivery-but{font-size:15px;color:#fff;border:none;background-color:#6cb33f;text-transform:lowercase;width:80px;height:25px;outline:none;cursor:pointer;} | ||
938 | +.delivery-form-par .text-up p span{color:#f15a24;font-size:28.58px;} | ||
939 | +.delivery-form-par .content-popup{transition:0.3s;padding:38px;width:100%;height:100%;min-height: 400px;max-width:480px;box-sizing:border-box;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat-x: no-repeat;} | ||
940 | +.delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;} | ||
941 | +.delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;} | ||
942 | +body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;} | ||
943 | +.open-delivery-modal{opacity: 1;cursor: pointer;position: fixed;top: calc(50% - 80px);left: 0%;font-size: 24px;z-index: 10000;} | ||
944 | +.open-delivery-modal div{width: 100%;max-width: 360px;text-align: center;margin: 0 auto;position:relative;} | ||
945 | +.open-delivery-modal div img{width:100%;max-width:360px;} | ||
946 | +.modal_close{position: absolute;top: 23px;right: 10px;width: 15px;height: 15px;background-image:url('../images/close_popup.png');background-position:center center; background-repeat:no-repeat;border-radius: 50%;box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.40);cursor: default;} | ||
947 | +.popup_full{display:block;} | ||
948 | +.popup_mobile{display:none;} | ||
949 | +@media( max-width: 880px ){ | ||
950 | + .delivery-form-par .popup-main-delivery{width:96%;left:2%;} | ||
951 | + .open-delivery-modal{top: initial;bottom:0;width:100%;box-shadow: inset 0px -250px 125px -250px black;} | ||
952 | + .popup_full{display:none;} | ||
953 | + .popup_mobile{display:block;} | ||
954 | +} | ||
955 | +@media ( max-width: 480px ){ | ||
956 | + .delivery-form-par .content-popup{padding:25px;} | ||
957 | + .delivery-form-par .popup-main-delivery{background-image:none;height:initial;top:10%;} | ||
958 | + .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;} | ||
959 | + .delivery-form-par .text-down input {margin-bottom:5px;} | ||
960 | + .delivery-form-par .submit-delivery-but{margin-top:5px;} | ||
961 | + .delivery-form-par .content-popup .text-up, .delivery-form-par .content-popup .text-down{max-width:100%;} | ||
962 | +} | ||
963 | +.content_blog .text_posts .one_post .one_post_image { | ||
964 | + position: relative; | ||
965 | + width: auto; | ||
4237 | } | 966 | } |
4238 | \ No newline at end of file | 967 | \ No newline at end of file |