1
/* Designed by SanderArt.com
2
66a529
3
*/
4
5
* {
6
margin-top:0;
7
margin-bottom:0;
8
margin-right:0;
9
margin-left:0;
10
padding:0;
11
}
12
image{
13
border:0;
14
}
15
a img,:link img,
:visited img,:hover img {
16
border:0;
17
}
18
a{
19
color:#505050;
20
font-size:14px;
21
text-decoration:underline;
22
}
23
a:hover {
24
color:#66a529;
25
text-decoration:underline;
26
}
27
h1,h2,h3,h4,h6,pre,form,p,blockquote,fieldset,input {
28
margin: 10px 4px 8px 5px;
29
padding: 0px 5px 8px 0px;
30
}
31
textarea{
32
border:1px solid #ccc;
33
box-shadow:inset 0 1px 3px #ccc;
34
-webkit-box-shadow:inset 0 1px 3px #ccc;
35
-moz-box-shadow:inset 0 1px 3px #ccc;
36
}
37
input:focus {
38
outline:none;
39
}
40
button:focus{
41
outline:none;
42
}
43
html{
44
padding:0px;
45
background:#e5f0d7;
46
}
47
body{
48
background:#e5f0d7 url(../images/bg01.png);
49
font-family:"Arial", Tahoma sans-serif;
50
font-size:12px;
51
height:100%;
52
margin:0px;
53
padding:0 0 10px 0;
54
color:#303030;
55
}
56
.all{
57
width:100%;
58
height:100%;
59
margin:0;
60
padding:0;
61
background:url(../images/blackwave.png) top repeat-x;
62
}
63
.topline{
64
height:35px;
65
width:1000px;
66
}
67
.social{
68
height:20px;
69
padding:0;
70
margin:5px 0 0 0;
71
float:left;
72
}
73
.social ul{
74
height:24px;
75
font-size:14px;
76
list-style:none;
77
margin:0;
78
display:inline;
79
}
80
.social li
81
{
82
float: left;
83
position: relative;
84
text-align:left;
85
margin:0 15px 0 0;
86
}
87
.social li a{
88
font-size:11px;
89
font-weight:bold;
90
color:#ccc;
91
line-height:20px;
92
padding:0;
93
display: block;
94
text-decoration:none;
95
}
96
.social li a:hover{
97
color:#fff;
98
text-decoration:underline;
99
}
100
101
/* ПОИСК */
102
.searchblock{
103
width:250px;
104
height:20px;
105
float:right;
106
margin:5px 0 0 50px;
107
background:#f1f1f1 url(../images/shadow.png) repeat-x;
108
border-radius:10px;
109
}
110
.searchblock ul{
111
height:30px;
112
list-style:none;
113
padding:0;
114
width:170px;
115
display:inline;
116
}
117
.searchblock li
118
{
119
float:left;
120
position: relative;
121
border:0;
122
display:block;
123
height:30px;
124
}
125
.searchblock li a
126
{
127
float:left;
128
position: relative;
129
text-align:center;
130
}
131
.searchblock .searchbt input{
132
width:20px;
133
height:20px;
134
background:url(../images/searchbt.png) 0 0 no-repeat;
135
}
136
.searchblock .searchbt input:hover{
137
background-position: 0 -25px;
138
}
139
.searchform{
140
color:#909090;
141
width:212px;
142
height:16px;
143
line-height:15px;
144
padding:2px 8px;
145
border:0px;
146
font-size:12px;
147
font:Verdana, Geneva, sans-serif;
148
background:transparent;
149
overflow:hidden;
150
}
151
152
/* LOGIN begin */
153
.loginpanel{
154
line-height:20px;
155
min-width:140px;
156
position:static;
157
color:#909090;
158
height:25px;
159
padding:5px 0;
160
float:right;
161
text-align:right;
162
}
163
.loginpanel a{
164
font-size:11px;
165
text-decoration:none;
166
padding:1px 0 2px 0;
167
color:#ccc;
168
}
169
.loginpanel a:hover{
170
text-decoration:underline;
171
color:#ccc;
172
}
173
#login{
174
color:#909090;
175
min-width:180px;
176
min-height:220px;
177
display:none;
178
background:#f9f2df;
179
position:absolute;
180
top:100px;
181
left:50%;
182
margin-left:-90px;
183
z-index:20000;
184
border:3px solid #bbb;
185
-moz-box-shadow: 0px 0px 10px #000;
186
-webkit-box-shadow: 0px 0px 10px #000;
187
box-shadow: 0px 0px 10px #000;
188
border-radius:10px;
189
-webkit-border-radius:10px;
190
-moz-border-radius:10px;
191
}
192
#login a{
193
color:#66a529;
194
text-decoration:underline;
195
}
196
#login a:hover{
197
color:#303030;
198
text-decoration:none;
199
}
200
.logintitle{
201
line-height:35px;
202
text-shadow:0 1px 1px #303030;
203
height:40px;
204
text-align:center !important;
205
background:url(../images/browntitle.png) left bottom repeat-x;
206
border-radius:7px 7px 0 0;
207
-webkit-border-radius:7px 7px 0 0;
208
-moz-border-radius:7px 7px 0 0;
209
}
210
.logintitle span{
211
font-size:14px;
212
color:#fff;
213
}
214
.login-close{
215
position:absolute;
216
background:url(../images/login-close.png) 0 0 no-repeat;
217
width:20px;
218
height:20px;
219
cursor:pointer;
220
top:-20px;
221
right:-20px;
222
}
223
.login-close:hover{
224
background-position: 0 -20px;
225
}
226
.profile{
227
width:160px;
228
float:left;
229
margin:0 0 10px 10px;
230
}
231
.profile ul{
232
list-style: none;
233
margin:0;
234
padding:0;
235
font-size:12px;
236
color:#303030;
237
}
238
.profile li{
239
position: relative;
240
height:24px;
241
line-height:20px;
242
margin:0;
243
}
244
.profile li a{
245
text-align:center;
246
padding:0 10px;
247
line-height:24px;
248
font-size:13px;
249
color:#66a529 !important;
250
text-decoration:none !important;
251
display:block;
252
border-bottom:1px solid #e1e1e1;
253
text-shadow:0 1px 1px #fff;
254
}
255
.profile li a:hover{
256
color:#303030 !important;
257
text-decoration:underline !important;
258
}
259
.login_input{
260
width:200px;
261
height:70px;
262
margin:15px;
263
text-align:center;
264
}
265
.login_field{
266
width:200px;
267
height:30px;
268
line-height:35px;
269
vertical-align: middle;
270
font-size:15px;
271
padding:0;
272
color:#505050;
273
background:#fff;
274
margin-top:5px;
275
border-radius:3px;
276
-webkit-border-radius:3px;
277
-moz-border-radius:3px;
278
}
279
.field{
280
padding:5px;
281
width:190px;
282
height:20px;
283
color:#505050;
284
font-size:15px;
285
font-family:Arial;
286
background:none;
287
border:1px solid #bbb;
288
vertical-align: middle;
289
border-radius:3px;
290
-webkit-border-radius:3px;
291
-moz-border-radius:3px;
292
}
293
.field:hover, .field:active, .field:focus{
294
box-shadow:inset 0 0 5px #ccc;
295
-webkit-box-shadow:inset 0 0 5px #ccc;
296
-moz-box-shadow:inset 0 0 5px #ccc;
297
}
298
.enter{
299
width:200px;
300
height:30px;
301
background:#fff url(../images/green.png) repeat-x;
302
border:0;
303
cursor:pointer;
304
margin:0 0 5px 0;
305
font-weight:bold;
306
color:#fff;
307
font-size:16px;
308
line-height:30px;
309
border-radius: 3px;
310
-webkit-border-radius:3px;
311
-moz-border-radius:3px;
312
box-shadow:0 1px 3px #909090;
313
-webkit-box-shadow:0 1px 3px #909090;
314
moz-box-shadow:0 1px 3px #909090;
315
}
316
.enter:hover{
317
color:#000;
318
box-shadow:0 1px 2px #505050;
319
-webkit-box-shadow:0 1px 2px #505050;
320
moz-box-shadow:0 1px 2px #505050;
321
}
322
.not_save{
323
font-size:12px;
324
padding:0;
325
margin:5px 0;
326
width:200px;
327
height:20px;
328
}
329
#login_overlay {
330
background-color: #000; /* Чёрный фон */
331
height: 100%; /* Высота максимальна */
332
left: 0; /* Нулевой отступ слева */
333
opacity: 0.50; /* Степень прозрачности */
334
-moz-opacity:0.5;
335
filter:
progid:DXImageTransform.Microsoft.Alpha(opacity=50);
336
position: fixed; /* Фиксированное положение */
337
top: 0; /* Нулевой отступ сверху */
338
width: 100%; /* Ширина максимальна */
339
z-index: 10000; /* Заведомо быть НАД другими элементами */
340
display:none;
341
}
342
/* LOGIN end */
343
344
345
#content{
346
background:#fff;
347
width:1000px;
348
padding:0;
349
border-radius:6px;
350
-webkit-border-radius:6px;
351
-moz-border-radius:6px;
352
position:relative;
353
margin:20px 0 0 0;
354
box-shadow: 0 0 10px rgba(0,0,0,0.3);
355
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
356
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
357
}
358
#header{
359
width:1000px;
360
height:80px;
361
}
362
.logo{
363
width:300px;
364
height:80px;
365
float:left;
366
padding-top: 15px;
367
}
368
.seotext{
369
width:500px;
370
height:70px;
371
color:#fff;
372
font-size:11px;
373
padding:5px 0;
374
float:
seotext;
375
overflow:hidden;
376
position:relative;
377
text-shadow:1px 1px 1px #707070;
378
padding-top: 20px;
379
}
380
381
.seotext a{
382
color:#fff;
383
}
384
.seotext a:hover{
385
text-decoration:none;
386
}
387
.block468{
388
width:200px;
389
height:60px;
390
text-align:center;
391
margin:10px 0 10px 0;
392
float:right;
393
}
394
#container{
395
width:1000px;
396
margin:0px auto;
397
padding:0;
398
position:relative;
399
}
400
#top{
401
width:1020px;
402
height:40px;
403
background:url(../images/navi.png) no-repeat;
404
position:relative;
405
top:0;
406
padding:0 0 10px 0;
407
left:-10px;
408
z-index:50;
409
}
410
/* ГОРИЗОНТАЛЬНОЕ МЕНЮ */
411
.nav{
412
width:1000px;
413
height:30px;
414
float:left;
415
padding:5px 0 5px 0;
416
position:relative;
417
left:10px;
418
}
419
.nav ul{
420
font-size:14px;
421
list-style:none;
422
margin:0;
423
display:inline;
424
}
425
.nav li
426
{
427
float: left;
428
/* position: relative; */
429
z-index:100;
430
text-align:left;
431
}
432
.nav li a
433
{
434
font-family:Verdana, Helvetica, sans-serif;
435
font-size: 15px;
436
color:#fff;
437
text-shadow:0px 1px 1px #909090;
438
line-height:30px;
439
padding:0 8px 0 8px;
440
display: block;
441
text-decoration:underline;
442
border-radius:5px;
443
-webkit-border-radius:5px;
444
-moz-border-radius:5px;
445
}
446
.nav li a:hover {
447
z-index:100;
448
color:#66a529;
449
text-decoration:none;
450
background:#fff;
451
text-shadow:none;
452
}
453
.nav li a.link1:hover{
454
}
455
.nav li.drop:hover .link1{
456
color:#66a529;
457
background:#fff;
458
text-shadow:none;
459
border-radius:5px 5px 0 0;
460
-webkit-border-radius:5px 5px 0 0;
461
-moz-border-radius:5px 5px 0 0;
462
}
463
.nav li.drop{
464
465
position:relative;
466
display:block;
467
}
468
.nav li.drop:hover{
469
470
}
471
.nav li ul {
472
z-index:500;
473
display: none;
474
position:absolute;
475
width:auto;
476
height:auto;
477
background:#fff;
478
margin:0 0 0 0;
479
padding-top:5px;
480
}
481
.nav li li{
482
margin:0;
483
height:25px;
484
padding: 0 5px;
485
min-width: 250px;
486
text-align: left;
487
font-weight: normal;
488
font-size: 12px;
489
line-height: 25px;
490
border-radius: 0;
491
}
492
.nav li li a {
493
padding:0 5px;
494
clear:both;
495
min-width:150px;
496
text-align:left;
497
color:#66a529;
498
font-weight:normal;
499
font-size:12px;
500
line-height:25px;
501
text-decoration:none;
502
text-shadow:none;
503
border-radius:0;
504
505
}
506
.nav li li a:hover {
507
clear:both;
508
color:#303030;
509
background:#eee;
510
text-shadow:none;
511
}
512
.nav li:hover ul {
513
display:block;
514
clear:both;
515
}
516
.nav li.drop:hover .corner{
517
display:block;
518
}
519
#featured{
520
width:1000px;
521
height:446px;
522
padding:0;
523
background:#000;
524
margin:-10px 0 0 0;
525
}
526
#finside{
527
margin:0 0 0 -2px;
528
width:1002px;
529
}
530
.featured-1{
531
width:332px;
532
height:221px;
533
float:left;
534
padding:0;
535
margin:0 0 2px 2px;
536
position:relative;
537
overflow:hidden;
538
border-radius: 15px 0 0 0;
539
}
540
.featured-1 a{
541
text-decoration:none;
542
}
543
.featured-1 a span{
544
position:absolute;
545
line-height:18px;
546
min-height:36px;
547
left:0;
548
bottom:0;
549
width:322px;
550
padding:64px 5px 0 5px;
551
color:#fff;
552
font-size:15px;
553
font-weight:bold;
554
text-shadow:0 1px 1px #000;
555
overflow:hidden;
556
background:url(../images/hover.png) bottom repeat-x;
557
}
558
.featured-1:hover a span{
559
color:#66a529;
560
}
561
.featured-1 img{
562
width:332px;
563
height:221px;
564
}
565
.featured-1:hover a span{
566
color:#66a529;
567
}
568
.featured-1:hover img{
569
opacity:0.9;
570
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
571
-moz-opacity: 0.9;
572
}
573
#right{
574
float:right;
575
width:330px;
576
padding-top:10px;
577
}
578
#left{
579
margin:0 330px 0 0;
580
width:670px;
581
padding-top:10px;
582
}
583
.sideblock{
584
width:310px;
585
margin:0 10px 10px 10px;
586
background:#ecf9df url(../images/side.png) bottom left repeat-x;
587
padding:0 0 15px 0;
588
border-radius:5px;
589
-webkit-border-radius:5px;
590
-moz-border-radius:5px;
591
}
592
.sideheader{
593
background: url(../images/greentitle.png) bottom left repeat-x;
594
width:310px;
595
color:#fff;
596
font-size:15px;
597
font-weight:bold;
598
height:35px;
599
line-height:30px;
600
text-align:center;
601
margin-bottom:10px;
602
border-radius:5px 5px 0 0;
603
-webkit-border-radius:5px 5px 0 0;
604
-moz-border-radius:5px 5px 0 0;
605
}
606
607
.sideheader1{
608
background: url(../images/greentitle.png) bottom left repeat-x;
609
width:310px;
610
color:
#00000;
611
font-size:15px;
612
font-weight:bold;
613
height:35px;
614
line-height:30px;
615
text-align:center;
616
margin-bottom:10px;
617
border-radius:5px 5px 0 0;
618
-webkit-border-radius:5px 5px 0 0;
619
-moz-border-radius:5px 5px 0 0;
620
}
621
622
.sidei{
623
padding:0 10px;
624
}
625
.hblock{
626
width:650px;
627
margin:0 10px 20px 10px;
628
position:relative;
629
background:#f9f2df;
630
border-radius:5px;
631
-webkit-border-radius:5px;
632
-moz-border-radius:5px;
633
}
634
.brownheader{
635
height:35px;
636
line-height:30px;
637
padding:0 10px;
638
width:630px;
639
text-align:center;
640
background:url(../images/browntitle.png) left bottom repeat-x;
641
color:#fff;
642
font-size:16px;
643
font:Verdana, Geneva, sans-serif;
644
border-radius:5px 5px 0 0;
645
-webkit-border-radius:5px 5px 0 0;
646
-moz-border-radius:5px 5px 0 0;
647
}
648
.brownheader a{
649
text-decoration:underline;
650
color:#fff;
651
font-size:16px;
652
font-weight:bold;
653
}
654
.brownheader a:hover{
655
color:#000;
656
text-decoration:none;
657
}
658
.custom-1{
659
overflow:hidden;
660
position:relative;
661
width:150px;
662
height:140px;
663
margin:5px 0 10px 10px;
664
font-size:12px;
665
line-height:15px;
666
color:#707070;
667
float:left;
668
border-radius: 15px 0 0 0;
669
}
670
.custom-1 a{
671
color:#66a529;
672
font-size:13px !important;
673
padding:0;
674
text-decoration:none;
675
}
676
.custom-1 a:hover{
677
text-decoration:underline;
678
color:#303030;
679
}
680
.custom-1 a:hover img{
681
opacity:0.9;
682
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
683
-moz-opacity: 0.9;
684
}
685
.custom-1 img{
686
width:150px;
687
height:100px;
688
margin:0 0 5px 0;
689
}
690
.custom-title a{
691
font-size:13px;
692
overflow:hidden;
693
color:#303030;
694
font-weight:bold;
695
clear:both;
696
line-height:15px;
697
max-height:30px;
698
}
699
.custom-title:hover{
700
color:#303030;
701
text-decoration:none;
702
}
703
.custom-1 a:hover .custom-title{
704
color:#66a529;
705
text-decoration:underline;
706
}
707
.c1data{
708
position:absolute;
709
left:0;
710
top:0;
711
background:url(../images/white-button.png) repeat-x;
712
color:#303030;
713
height:20px;
714
max-width:215px;
715
line-height:20px;
716
padding:0 5px;
717
}
718
.sdata{
719
color:#303030;
720
height:20px;
721
max-width:215px;
722
line-height:20px;
723
padding:0 5px;
724
margin:5px 0 0 0;
725
}
726
.c1data a, sdata a{
727
font-size:12px !important;
728
color:#000;
729
text-decoration:none;
730
font-weight:bold;
731
}
732
.c1data a:hover, sdata a:hover{
733
color:#505050;
734
text-decoration:underline;
735
}
736
.c1view{
737
background:url(../images/view.png) 3px 3px no-repeat;
738
padding:0 0 0 18px;
739
color:#303030;
740
float:left;
741
margin:0 5px 0 0;
742
}
743
.c1comment{
744
float:left;
745
}
746
.c1comment a{
747
background:url(../images/comment.png) 3px 4px no-repeat;
748
padding:0 0 0 18px;
749
color:#303030;
750
float:left;
751
}
752
.vblock{
753
width:320px;
754
margin:0 0 20px 10px;
755
padding:0 0 10px 0;
756
float:left;
757
background:#f5f5f5;
758
border-radius:5px;
759
-webkit-border-radius:5px;
760
-moz-border-radius:5px;
761
}
762
763
764
.vheader{
765
width:320px;
766
padding:5px 0 0 0;
767
height:40px;
768
color:#66a529;
769
line-height:30px;
770
background:url(../images/vheader.png) ;
771
text-align:center;
772
}
773
774
775
.vheader a{
776
color:#000;
777
font-size:16px;
778
font-weight:bold;
779
text-decoration:underline;
780
}
781
782
.vheader a:hover{
783
color:#505050;
784
text-decoration:none;
785
}
786
.custom-2{
787
overflow:hidden;
788
position:relative;
789
width:300px;
790
height:45px;
791
padding:10px 10px 10px 10px;
792
margin:0 0 0 0;
793
font-size:12px;
794
color:#909090;
795
line-height:15px;
796
border-bottom:1px dashed #ccc;
797
}
798
.custom-2 a{
799
text-decoration:none;
800
}
801
.custom-2 a span{
802
color:#303030;
803
text-shadow:0 1px 1px #fff;
804
font-size:14px !important;
805
padding:0;
806
text-decoration:none !important;
807
max-height:45px;
808
overflow:hidden !important;
809
display:block;
810
line-height:15px;
811
}
812
.custom-2 a:hover{
813
text-decoration:underline;
814
color:#303030;
815
}
816
.custom-2 a:hover img{
817
opacity:0.9;
818
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
819
-moz-opacity: 0.90;
820
}
821
.custom-2 img{
822
width:68px;
823
height:45px;
824
margin-right:10px;
825
float:left;
826
}
827
.block330{
828
width:310px;
829
padding:0 10px;
830
margin:0 0 10px 0;
831
}
832
.custom-3{
833
overflow:hidden;
834
width:290px;
835
margin:10px 0;
836
padding:0 10px 10px 10px;
837
min-height:35px;
838
color:#707070;
839
line-height:15px;
840
border-bottom:1px dashed #66a529;
841
}
842
.custom-3 a{
843
color:#303030;
844
text-decoration:none;
845
font-size:14px;
846
}
847
.custom-3 a span{
848
line-height:15px;
849
display:block;
850
margin-bottom:3px;
851
font-size:14px;
852
}
853
.custom-3 a:hover{
854
color:#000;
855
text-decoration:underline;
856
text-shadow:none;
857
}
858
.custom-3 img {
859
width:80px;
860
height:55px;
861
margin-right:10px;
862
float:left;
863
}
864
.custom-3 a:hover img{
865
opacity:0.90;
866
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
867
-moz-opacity: 0.90;
868
}
869
.link-category a{
870
color:#66a529 !important;
871
text-decoration:underline;
872
font-size:11px;
873
}
874
875
876
/* 2016 обводка*/
877
.custom-4{
878
float:
center;
879
overflow:hidden;
880
width:290px;
881
margin: auto; /* Выравниваем по центру */
882
883
884
padding:0 10px 10px 10px;
885
min-height:35px;
886
color:#707070;
887
line-height:15px;
888
border-bottom:1px dashed #66a529;
889
}
890
.custom-4 a{
891
color:#303030;
892
text-decoration:none;
893
font-size:15px;
894
border: 1px solid black;
895
padding: 0 10px;
896
line-height: 1.8;
897
border-radius: 40px 10px
898
899
}
900
.custom-4 a span{
901
line-height:15px;
902
display:block;
903
margin-bottom:3px;
904
}
905
.custom-4 a:hover{
906
color:#000;
907
text-decoration:underline;
908
text-shadow:none;
909
}
910
.custom-4 img {
911
width:80px;
912
height:55px;
913
margin-right:10px;
914
float:left;
915
}
916
.custom-4 a:hover img{
917
opacity:0.90;
918
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
919
-moz-opacity: 0.90;
920
}
921
922
/* 2016*/
923
/* 2016 текст о нас*/
924
.kontakt a {
925
float:right;
926
margin:5px 5px 5px 5px;
927
font-size:15px;
928
padding: 0 10px 2px 10px;
929
border-radius: 40px 10px;
930
border: 1px solid white;
931
color:#fff;
932
}
933
.gl a {
934
float:left;
935
margin:5px 5px 5px 5px;
936
font-size:15px;
937
padding: 0 10px 2px 10px;
938
border-radius: 40px 10px;
939
border: 1px solid white;
940
color:#fff;
941
}
942
943
.vheadermenu{
944
width:320px;
945
padding:5px 0 0 0;
946
font-size:16px;
947
height:40px;
948
color:#000;
949
line-height:30px;
950
background:url(../images/vheader.png) ;
951
text-align:center;
952
font-weight: bold;
953
text-decoration:underline;
954
}
955
956
.vheadermenu:hover {
957
cursor:pointer;
958
color:#505050;
959
text-decoration:none;
960
}
961
962
.vheadermenu a{
963
color:#000;
964
font-size:16px;
965
font-weight:bold;
966
text-decoration:underline;
967
}
968
.vheadermenu a:hover{
969
color:#505050;
970
text-decoration:none;
971
}
972
973
974
.vheader1{
975
width:320px;
976
padding:5px 0 0 0;
977
font-size:16px;
978
height:40px;
979
color:#000;
980
line-height:30px;
981
background:url(../images/vheader1.png);
982
text-align:center;
983
font-weight: bold;
984
}
985
986
987
.vheader1 a{
988
color:#000;
989
font-size:16px;
990
font-weight:bold;
991
text-decoration:underline;
992
}
993
.vheader1 a:hover{
994
color:#505050;
995
text-decoration:none;
996
}
997
998
.aba {
999
width:332px;
1000
height:221px;
1001
overflow:hidden;
1002
}
1003
1004
1005
h1 {
1006
font-size:30px !important;
1007
margin: auto;
1008
line-height: 1em;
1009
text-align: center;
1010
}
1011
1012
h2 {
1013
font-size:22px;
1014
color:#000;
1015
}
1016
1017
h3 {
1018
font-size:18px;
1019
color:#000;
1020
}
1021
1022
h4 {
1023
font-size:16px;
1024
color:#000;
1025
}
1026
1027
.pohozh a{
1028
text-decoration:none;
1029
color:#000;
1030
font-size:16px;
1031
font-family: Verdana;
1032
}
1033
1034
.pohozh a img{
1035
border-radius: 15px;
1036
}
1037
1038
1039
1040
.pohozh a:hover {
1041
color:#66a529;
1042
text-decoration:underline;
1043
}
1044
1045
.centerpostimg {
1046
padding:4px;
1047
}
1048
1049
.centerpostimg textarea {
1050
height: 125px;
1051
}
1052
1053
.centerpostimg img {
1054
margin: 0 10px 0 0;
1055
}
1056
1057
.feed-story {
1058
margin: 25px 10px 10px 200px;
1059
padding: 15px 30px 20px 30px;
1060
width: 450px;
1061
color: #505050;
1062
font-size: 14px;
1063
text-align: justify;
1064
background: #f9f9f9;
1065
border: solid 1px;
1066
border-radius: 20px;
1067
}
1068
1069
.o_nas {
1070
margin: 25px 10px 10px 150px;
1071
padding: 15px 30px 20px 30px;
1072
width: 550px;
1073
color: #505050;
1074
font-size: 14px;
1075
text-align: justify;
1076
background: #f9f9f9;
1077
border: solid 1px;
1078
border-radius: 20px;
1079
}
1080
1081
.cat-story{
1082
width:650px;
1083
padding:0 15px 10px 15px;
1084
color:#000;
1085
font-size:14px;
1086
line-height:150%;
1087
text-align:justify;
1088
overflow: hidden;
1089
1090
}
1091
.cat-story a {
1092
color:#66a529;
1093
font-size:13px;
1094
}
1095
.cat-story a:hover {
1096
color:#000;
1097
text-decoration:none;
1098
}
1099
.cat-story img {
1100
margin:0 10px 10px 0;
1101
border-radius: 15px;
1102
}
1103
.cat-story ul {
1104
margin-left:15px;
1105
}
1106
1107
.preview-show {
1108
padding: 0 15px 15px 25px;
1109
color: #252525;
1110
font-size:14px;
1111
}
1112
1113
1114
1115
1116
1117
1118
1119
1120
.link-category a:hover{
1121
text-decoration:none;
1122
}
1123
/* КНОПКИ */
1124
.vbutton{
1125
font-family:Arial;
1126
background:#fff url(../images/w30.png) repeat-x;
1127
cursor:pointer;
1128
width:100px;
1129
height:25px;
1130
border:3px double red;
1131
text-decoration:none;
1132
font-size:12px;
1133
font-weight:bold;
1134
display:block;
1135
margin:5px auto 10px auto;
1136
color:#505050;
1137
text-shadow:0 1px 1px #fff;
1138
border-radius:5px;
1139
-moz-border-radius:5px;
1140
-webkit-border-radius:5px;
1141
box-shadow:0 1px 2px #909090;
1142
-moz-box-shadow:0 1px 2px #909090;
1143
-webkit-box-shadow:0 1px 2px #909090;
1144
float:left;
1145
}
1146
.vbutton1{
1147
font-family:Arial;
1148
background:#fff url(../images/w30.png) repeat-x;
1149
cursor:pointer;
1150
width:100px;
1151
height:25px;
1152
border:3px double red;
1153
text-decoration:none;
1154
font-size:12px;
1155
font-weight:bold;
1156
display:block;
1157
margin:5px auto 10px auto;
1158
text-shadow:0 1px 1px #fff;
1159
border-radius:5px;
1160
-moz-border-radius:5px;
1161
-webkit-border-radius:5px;
1162
box-shadow:0 1px 2px #909090;
1163
-moz-box-shadow:0 1px 2px #909090;
1164
-webkit-box-shadow:0 1px 2px #909090;
1165
float:left;
1166
}
1167
.vbutton2{
1168
font-family:Arial;
1169
background:#fff url(../images/w30.png) repeat-x;
1170
cursor:pointer;
1171
width:100px;
1172
height:25px;
1173
border:0 !important;
1174
text-decoration:none;
1175
font-size:12px;
1176
font-weight:bold;
1177
display:block;
1178
margin:5px auto 10px auto;
1179
color:#505050;
1180
text-shadow:0 1px 1px #fff;
1181
border-radius:5px;
1182
-moz-border-radius:5px;
1183
-webkit-border-radius:5px;
1184
box-shadow:0 1px 2px #909090;
1185
-moz-box-shadow:0 1px 2px #909090;
1186
-webkit-box-shadow:0 1px 2px #909090;
1187
float:left;
1188
}
1189
.vbutton:hover{
1190
color:#000;
1191
cursor: pointer;
1192
border:0;
1193
box-shadow:0 1px 2px #909090;
1194
-moz-box-shadow:0 1px 2px #909090;
1195
-webkit-box-shadow:0 1px 2px #909090;
1196
background:#fff url(../images/white.png) repeat-x;
1197
}
1198
.vbutton1:hover{
1199
color:#f70101;
1200
cursor: pointer;
1201
border:0;
1202
box-shadow:0 1px 2px #909090;
1203
-moz-box-shadow:0 1px 2px #909090;
1204
-webkit-box-shadow:0 1px 2px #909090;
1205
background:#fff url(../images/white.png) repeat-x;
1206
}
1207
.cbutton{
1208
font-family:Arial;
1209
background:#fff url(../images/green.png) repeat-x;
1210
cursor:pointer;
1211
width:100px;
1212
height:25px;
1213
border:0 !important;
1214
text-decoration:none;
1215
font-size:12px;
1216
font-weight:bold;
1217
display:block;
1218
margin:5px auto 10px 10px;
1219
color:#fff;
1220
text-shadow:0 -1px -1px #707070;
1221
border-radius:5px;
1222
-moz-border-radius:5px;
1223
-webkit-border-radius:5px;
1224
box-shadow:0 1px 2px #909090;
1225
-moz-box-shadow:0 1px 2px #909090;
1226
-webkit-box-shadow:0 1px 2px #909090;
1227
text-align:center;
1228
line-height:25px;
1229
float:left;
1230
}
1231
.cbutton:hover{
1232
color:#000;
1233
cursor: pointer;
1234
border:0;
1235
box-shadow:0 1px 2px #909090;
1236
-moz-box-shadow:0 1px 2px #909090;
1237
-webkit-box-shadow:0 1px 2px #909090;
1238
text-shadow:none;
1239
}
1240
.resbutton{
1241
font-family:Arial;
1242
cursor:pointer;
1243
text-decoration:none;
1244
margin:5px 0 0 10px;
1245
font-size:12px;
1246
font-weight:bold;
1247
color:#66a529;
1248
text-decoration:underline;
1249
float:left;
1250
line-height:25px;
1251
}
1252
.resbutton:hover{
1253
color:#000;
1254
cursor: pointer;
1255
border:0;
1256
}
1257
/* FOOTER */
1258
.footer {
1259
margin:0 auto;
1260
width:980px;
1261
padding:30px 10px 10px 10px;
1262
background:url(../images/footerb.png) repeat-x;
1263
color:#909090;
1264
position:relative;
1265
text-align: center;
1266
border-radius:0 0 5px 5px;
1267
-webkit-border-radius:0 0 5px 5px;
1268
-moz-border-radius:0 0 5px 5px;
1269
}
1270
.slogo{
1271
margin:-5px 0 0 0;
1272
width:150px;
1273
height:40px;
1274
float:left;
1275
}
1276
.slogo img{
1277
width:150px;
1278
height:40px;
1279
}
1280
.sub-footer{
1281
text-align:center;
1282
color:#707070;
1283
padding:0 0;
1284
position:relative;
1285
font-size:12px;
1286
float:
center;
1287
margin-left:200px;
1288
}
1289
.sub-footer a{
1290
padding:0 0;
1291
color:#66a529;
1292
font-size:12px;
1293
text-decoration:none;
1294
}
1295
.sub-footer a:hover{
1296
text-decoration:none;
1297
color:#fff;
1298
}
1299
.counters{
1300
height:31px;
1301
float:right;
1302
}
1303
.counters span{
1304
margin-right:10px;
1305
}
1306
.counters span.sanderart{
1307
}
1308
.counters span.sanderart img{
1309
width:88px;
1310
height:31px;
1311
border:0;
1312
background:url(../images/sanderart.png) no-repeat;
1313
margin-left:10px;
1314
}
1315
/* NEWS POST */
1316
.story{
1317
width:670px;
1318
padding-bottom:1px;
1319
margin-bottom:10px;
1320
}
1321
.post-title{
1322
font-size:16px !important;
1323
color:#298500;
1324
text-decoration:none;
1325
font-family:"Arial";
1326
line-height:20px;
1327
margin-bottom:10px;
1328
padding:5px 0;
1329
position:relative;
1330
font-weight:bold;
1331
text-align:center;
1332
}
1333
1334
.post-title a{
1335
font-weight:bold;
1336
color:#66a529;
1337
font-size:16px !important;
1338
text-decoration:underline;
1339
font-family:"Arial";
1340
}
1341
.post-title a:hover{
1342
color:#505050;
1343
text-decoration:underline;
1344
}
1345
.full-story{
1346
width:650px;
1347
padding:0 15px 10px 15px;
1348
color:#505050;
1349
font-size:14px;
1350
line-height:150%;
1351
text-align:justify;
1352
color:#000;
1353
}
1354
1355
.full-story td{
1356
1357
padding:10px;
1358
background:#f9f2df;
1359
border: solid;
1360
border-color:#67ad27;
1361
border-style: double;
1362
text-color:#000000;
1363
border-radius: 8px;
1364
}
1365
1366
.full-story iframe{
1367
width:620px;
1368
height:370px;
1369
allowfullscreen
="allowfullscreen"
1370
display: block;
1371
margin: 0 auto;
1372
}
1373
1374
1375
.hblock iframe {
1376
width:650px;
1377
height:430px;
1378
allowfullscreen
="allowfullscreen"
1379
display: block;
1380
margin: 0 auto;
1381
}
1382
1383
1384
1385
.full-story a {
1386
color:#118000;
1387
font-size:14px;
1388
}
1389
.full-story a:hover {
1390
color:#66a529;
1391
text-decoration:underline;
1392
font-weight:bold;
1393
}
1394
.full-story img {
1395
margin:0 10px 10px 0;
1396
border-radius: 15px;
1397
display:block;
1398
margin:0 auto;
1399
}
1400
1401
1402
1403
.full-story ul {
1404
1405
list-style: none;
1406
margin: 0 0 10px;
1407
padding: 0 0 0 33px;
1408
1409
}
1410
1411
.full-story ul li {
1412
line-height: 20px;
1413
background: url(../images/li-bullet.png) no-repeat 0px 7px;
1414
padding: 0 0 0 15px;
1415
}
1416
1417
1418
1419
.ramk {
1420
margin-left:34px;
1421
1422
float: left;
1423
width: 220px;
1424
1425
background: #a9da4b;
1426
1427
1428
padding: 5px 5px 5px 10px;
1429
margin: 5px 20px 5px 0;
1430
border: 1px solid #333;
1431
font-weight:bold;
1432
}
1433
1434
.full-story ol {
1435
margin-left:30px;
1436
line-height:12px;
1437
}
1438
.full-story li {
1439
line-height:22px;
1440
}
1441
1442
1443
1444
1445
.full-story br {
1446
line-height:0px;
1447
}
1448
.post-data{
1449
font-size:12px;
1450
color:#909090;
1451
min-height:28px;
1452
overflow:hidden;
1453
line-height:28px;
1454
padding:0 5px 5px 3px;
1455
background:#fafafa;
1456
margin:0 5px 10px 15px;
1457
position:relative;
1458
border:1px solid #f1f1f1;
1459
border-radius:5px;
1460
-moz-border-radius:5px;
1461
-webkit-border-radius:5px;
1462
}
1463
.post-data a{
1464
color:#66a529;
1465
font-size:12px;
1466
text-decoration:none;
1467
}
1468
.post-data a:hover{
1469
color:#000;
1470
text-decoration:none;
1471
}
1472
.plusobut{
1473
position:absolute;
1474
top:-1px;
1475
right:5px;
1476
width:190px;
1477
}
1478
.tags{
1479
font-size:13px;
1480
color:#909090;
1481
line-height:15px;
1482
}
1483
.tags a{
1484
font-size:12px;
1485
color:#66a529;
1486
line-height:15px;
1487
text-decoration:underline;
1488
}
1489
.tags a:hover{
1490
color:#66a529;
1491
background:#eee;
1492
}
1493
.related-block{
1494
position:relative;
1495
overflow:hidden !important;
1496
padding:4px 5px;
1497
color:#303030;
1498
width:660px;
1499
}
1500
.related-title{
1501
color:#303030;
1502
font-size:13px;
1503
font-weight:bold;
1504
padding:0 10px;
1505
}
1506
.related{
1507
overflow:hidden;
1508
width:153px;
1509
height:115px;
1510
padding:5px 0 5px 10px;
1511
font-size:12px;
1512
color:#909090;
1513
position:relative;
1514
float:left;
1515
overflow:hidden;
1516
}
1517
.related a{
1518
color:#303030;
1519
font-size:12px;
1520
padding:0;
1521
text-decoration:none;
1522
}
1523
.related a:hover{
1524
text-decoration:underline !important;
1525
}
1526
.related a .rltd{
1527
bottom:5px;
1528
left:5px;
1529
width:155px;
1530
max-height:30px;
1531
overflow:hidden;
1532
line-height:15px;
1533
text-align:center;
1534
font-weight:bold;
1535
}
1536
.related a:hover .rltd{
1537
text-decoration:underline;
1538
}
1539
.related img{
1540
width:153px;
1541
height:80px;
1542
margin:0 0 5px 0 ;
1543
}
1544
.related a:hover img{
1545
opacity:0.9;
1546
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
1547
-moz-opacity: 0.9;
1548
}
1549
.rltd-cat{
1550
position:absolute;
1551
left:10px;
1552
bottom:40px;
1553
background:url(../images/black75.png);
1554
color:#fff;
1555
min-height:20px;
1556
max-width:155px;
1557
line-height:20px !important;
1558
padding:0 5px;
1559
}
1560
.rltd-cat a{
1561
color:#fff;
1562
text-decoration:none;
1563
font-weight:normal;
1564
font-size:11px;
1565
}
1566
.rltd-cat a:hover{
1567
color:#fff;
1568
text-decoration:underline;
1569
}
1570
.short-story{
1571
overflow:hidden;
1572
position:relative;
1573
font-size:13px;
1574
color:#505050;
1575
margin:0 0 10px 20px;
1576
width:310px;
1577
height:265px;
1578
line-height:18px;
1579
border-bottom:1px solid #ccc;
1580
float:left;
1581
}
1582
.short-story a{
1583
color:#66a529;
1584
font-size:15px;
1585
line-height:15px;
1586
padding:0;
1587
text-decoration:underline;
1588
}
1589
.short-story a:hover{
1590
text-decoration:none;
1591
color:#000;
1592
}
1593
.short-story img{
1594
margin:5px;
1595
}
1596
.short-img{
1597
width:310px;
1598
height:233px;
1599
overflow:hidden;
1600
margin:0 0 5px 0;
1601
border-radius: 8px;
1602
}
1603
.short-img img{
1604
margin:0;
1605
width:310px;
1606
height:233px;
1607
}
1608
.short-story a:hover .short-img img{
1609
opacity:0.9;
1610
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
1611
-moz-opacity: 0.9;
1612
}
1613
.short-title{
1614
text-decoration:none !important;
1615
position:absolute;
1616
line-height:18px;
1617
min-height:36px;
1618
left:0;
1619
bottom:30px;
1620
width:300px;
1621
padding:64px 5px 0 5px;
1622
color:#fff;
1623
font-size:16px;
1624
font-weight:bold;
1625
text-shadow:0 1px 1px #000;
1626
overflow:hidden;
1627
background:url(../images/hover.png) bottom repeat-x;
1628
border-radius: 8px;
1629
}
1630
.short-story:hover .short-title{
1631
color:#66a529;
1632
}
1633
.short-title a:hover{
1634
1635
}
1636
.short-data{
1637
font-size:11px;
1638
color:#aaa;
1639
margin-top:5px;
1640
height:18px !important;
1641
line-height:18px !important;
1642
}
1643
.short-data a{
1644
font-size:11px;
1645
color:#66a529;
1646
font-weight:normal;
1647
text-decoration:none;
1648
}
1649
.short-cat{
1650
color:#fff;
1651
font-size:11px !important;
1652
padding:0 5px;
1653
float:left;
1654
margin:0 5px 0 0;
1655
height:25px;
1656
position:absolute;
1657
top:0;
1658
left:0;
1659
background:url(../images/green.png) repeat-x;
1660
}
1661
.short-cat a{
1662
font-size:12px !important;
1663
color:#fff !important;
1664
font-weight:normal !important;
1665
text-decoration:none !important;
1666
height:25px;
1667
line-height:25px;
1668
}
1669
.short-cat a:hover{
1670
text-decoration:underline !important;
1671
}
1672
.white-bottom{
1673
height:10px;
1674
width:100%;
1675
background:url(../images/white-bottom.png) repeat-x;
1676
position:absolute;
1677
left:0;
1678
bottom:0;
1679
}
1680
.views{
1681
height:18px;
1682
background:url(../images/view.png) 0 1px no-repeat;
1683
padding:0 0 0 18px;
1684
margin-left:5px;
1685
}
1686
.comms{
1687
height:18px;
1688
}
1689
.comms a{
1690
1691
font-size:11px;
1692
line-height:18px;
1693
background:url(../images/comment.png) 0 3px no-repeat;
1694
padding:0 0 0 18px !important;
1695
color:#66a529;
1696
font-weight:normal;
1697
margin-left:5px;
1698
}
1699
.comms a:hover{
1700
color:#505050;
1701
}
1702
.speedbar{
1703
font-size:14px;
1704
color:#909090;
1705
overflow:hidden;
1706
max-height:56px;
1707
line-height:15px;
1708
margin:0 1px 1px 1px;
1709
text-align:center;
1710
}
1711
.speedbar a{
1712
color: #054601;
1713
text-decoration: none;
1714
font-size: 14px;
1715
border: 1px solid black;
1716
padding: 4px 1px;
1717
line-height: 1.9;
1718
border-radius: 8px 8px;
1719
background-color: #dfe2ef;
1720
}
1721
.speedbar a:hover{
1722
color:#505050;
1723
text-decoration:none;
1724
}
1725
.tagscloud{
1726
width:650px;
1727
padding:0 15px 10px 15px;
1728
}
1729
/* COMMENTS */
1730
.addcomment{
1731
width:520px;
1732
padding:0;
1733
background:#fff;
1734
text-align:center;
1735
margin:10px auto 0 auto;
1736
border:1px solid #eee;
1737
border-radius:6px;
1738
-webkit-border-radius:6px;
1739
-moz-border-radius:6px;
1740
}
1741
.title{
1742
line-height:20px;
1743
padding:5px 25px;
1744
color:#fff;
1745
border-bottom:2px solid #ddd;
1746
font-size:14px;
1747
font-weight:bold;
1748
background:url(../images/green.png) repeat-x;
1749
text-align:center;
1750
border-radius:5px 5px 0 0;
1751
-webkit-border-radius:5px 5px 0 0;
1752
-moz-border-radius:5px 5px 0 0;
1753
}
1754
.addcomment-post{
1755
padding:0 10px;
1756
}
1757
.comments{
1758
width:670px;
1759
}
1760
textarea#comments{
1761
height:150px;
1762
}
1763
.comm-title{
1764
line-height:20px;
1765
padding:5px 10px;
1766
color:#66a529;
1767
border-bottom:2px solid #66a529;
1768
border-top:1px solid #eee;
1769
border-left:1px solid #eee;
1770
border-right:1px solid #eee;
1771
font-size:14px;
1772
font-weight:bold;
1773
background:url(../images/white.png) repeat-x;
1774
margin:0 10px 10px 10px;
1775
}
1776
.comment{
1777
width:650px;
1778
color:#303030;
1779
background:#fff;
1780
border:1px solid #ccc;
1781
margin:0 10px 10px 10px;
1782
}
1783
.comment a{
1784
color:#66a529;
1785
text-decoration:none;
1786
}
1787
.comment a:hover{
1788
text-decoration:underline;
1789
}
1790
.comment table{
1791
margin:0;
1792
padding:0;
1793
}
1794
.comment-left{
1795
max-height:50px;
1796
width:50px;
1797
padding:5px;
1798
color:#909090;
1799
font-size:11px;
1800
float:left;
1801
}
1802
.comment-left a{
1803
color:#000;
1804
font-weight:bold;
1805
}
1806
.comment-left img{
1807
width:50px;
1808
max-height:50px;
1809
}
1810
.comment-right{
1811
width:580px;
1812
color:#505050;
1813
padding:5px;
1814
font-size:13px;
1815
min-height:40px;
1816
float:left;
1817
margin:0;
1818
position:relative;
1819
}
1820
.comment-right a{
1821
color:#66a529;
1822
font-weight:bold;
1823
}
1824
.comm-data{
1825
color:#909090;
1826
margin-bottom:5px !important;
1827
display:block;
1828
font-size:11px;
1829
}
1830
.comment-right span a{
1831
font-size:11px;
1832
}
1833
.comment:hover .comment-title-hover{
1834
display:block;
1835
}
1836
.comment-title-hover{
1837
height:15px;
1838
line-height:15px;
1839
width:400px;
1840
padding:0;
1841
font-size:12px;
1842
color:#505050;
1843
display:none;
1844
position:absolute;
1845
top:5px;
1846
right:5px;
1847
z-index:10;
1848
text-align:right;
1849
}
1850
.comment-title-hover a{
1851
color:#66a529;
1852
font-size:11px;
1853
text-decoration:none;
1854
}
1855
.comment-title-hover a:hover{
1856
color:#303030;
1857
text-decoration:underline;
1858
}
1859
.comment-title-hover span{
1860
float:right;
1861
}
1862
.comment-number{
1863
color:#fff !important;
1864
padding:0 3px;
1865
font-weight:bold;
1866
font-size:12px;
1867
line-height:15px;
1868
float:right;
1869
background:#505050;
1870
}
1871
.mass-action{
1872
padding:0 5px;
1873
height:15px;
1874
float:right;
1875
}
1876
.mass_comments_action{
1877
padding:0 5px 5px 10px;
1878
color:#909090;
1879
}
1880
.comment-news{
1881
margin:5px 0 !important;
1882
}
1883
.comment-news a{
1884
text-decoration:underline;
1885
font-size:13px !important;
1886
}
1887
.comment-news a:hover{
1888
text-decoration:none;
1889
color:#303030;
1890
}
1891
.editor-row{
1892
color:#909090;
1893
padding:5px 15px;
1894
font-weight:bold;
1895
}
1896
.info{
1897
min-height:30px;
1898
margin:10px;
1899
color:#909090;
1900
background:#f1f1f1 url(../images/sign.png) 5px 5px no-repeat;
1901
padding:5px 5px 5px 50px;
1902
border-left:3px solid #66a529;
1903
font-size:12px;
1904
line-height:15px;
1905
text-shadow:0 1px 1px #fff;
1906
}
1907
.info a{
1908
color:#66a529;
1909
}
1910
.navigation{
1911
height:30px;
1912
width:100%;
1913
color:#000;
1914
padding:5px 0 5px 0;
1915
margin:5px auto;
1916
font-size:15px;
1917
clear:both;
1918
text-align: center;
1919
}
1920
.navigation b{
1921
font-size:25px !important;
1922
}
1923
.navigation a:link,
1924
.navigation a:visited,
1925
.navigation a:active {
1926
margin:1px;
1927
line-height:25px !important;
1928
height:25px;
1929
text-decoration:none;
1930
padding:2px 6px;
1931
color:#fff;
1932
font-size:15px;
1933
background:#66a529;
1934
border-radius:2px;
1935
-webkit-border-radius:2px;
1936
-moz-border-radius:2px;
1937
}
1938
.navigation a:hover{
1939
text-decoration:none;
1940
color:#909090;
1941
background:#202020;
1942
}
1943
.navigation span {
1944
line-height:25px !important;
1945
height:25px;
1946
text-decoration:none;
1947
padding:2px 6px;
1948
color:#707070;
1949
font-size:15px;
1950
background:#f1f1f1;
1951
border-radius:2px;
1952
-webkit-border-radius:2px;
1953
-moz-border-radius:2px;
1954
}
1955
.line{
1956
margin:5px;
1957
color:#505050;
1958
padding:5px 15px;
1959
border:1px solid #e1e1e1;
1960
background:#fafafa;
1961
min-height:20px;
1962
text-align:left;
1963
}
1964
.sline{
1965
min-width:100px;
1966
min-height:20px;
1967
line-height:20px;
1968
float:left;
1969
padding:2px 0;
1970
text-align:left;
1971
}
1972
.line a{
1973
color:#66a529;
1974
}
1975
.row{
1976
margin:5px;
1977
color:#505050;
1978
padding:5px;
1979
border:1px solid #e1e1e1;
1980
background:#fafafa;
1981
}
1982
.row a{
1983
color:#66a529;
1984
}
1985
.row h{
1986
min-width:150px;
1987
padding:3px;
1988
margin:0 0 10px 0;
1989
}
1990
.poll {
1991
background: #fafafa;
1992
padding: 15px 15px 40px 20px;
1993
margin: 1px 0 10px 0;
1994
border: 22px solid #1d5205;
1995
border-radius: 11px;
1996
-webkit-border-radius: 10px;
1997
-moz-border-radius: 3px;
1998
background-image: url("http://mannaya-kasha.ru/foto/povaryat.jpg");
1999
background-repeat: no-repeat;
2000
background-position: right 0px;
2001
background-color: #fff;
2002
}
2003
2004
2005
.poll img {
2006
margin:0 10px 10px 0;
2007
border-radius: 15px;
2008
display:initial;
2009
margin:0 auto;
2010
}
2011
2012
2013
.poll b{
2014
border-bottom:1px solid #303030;
2015
}
2016
.userstop{
2017
font-family:Tahoma;
2018
font-size:11px;
2019
color:#505050;
2020
border-collapse:collapse;
2021
}
2022
.userstop thead {
2023
font-family:Arial;
2024
padding:5px 0 0 5px;
2025
height:20px;
2026
font-size:12px;
2027
color:#303030;
2028
background:url(../images/white.png) repeat-x;
2029
}
2030
.userstop table {
2031
border-collapse:collapse;
2032
}
2033
.userstop td {
2034
text-align:center;
2035
height:25px;
2036
padding:0px;
2037
border:1px solid #ccc;
2038
}
2039
.userstop a {
2040
font-size:11px;
2041
text-decoration:none;
2042
color:#66a529;
2043
}
2044
.userstop a:hover {
2045
text-decoration: none;
2046
}
2047
.stat{
2048
color:#707070;
2049
font-size:13px;
2050
font-weight:bold;
2051
min-height:15px;
2052
margin:0 20px 0 20px;
2053
padding:2px 0 5px 0;
2054
border-bottom:1px solid #ccc;
2055
}
2056
.stat span{
2057
float:right;
2058
font-weight:normal;
2059
}
2060
.stat a{
2061
font-size:13px;
2062
text-decoration:none;
2063
}
2064
.h-row{
2065
color:#505050;
2066
background:#f1f1f1;
2067
font-weight:bold;
2068
padding:0 0 0 15px;
2069
margin:10px 0 0 0;
2070
}
2071
textarea, .txsh, .input1, .input2, .input3{
2072
border:1px solid #ccc;
2073
height:22px;
2074
}
2075
.input1{
2076
width:312px;
2077
font-family:verdana;
2078
font-size:12px;
2079
}
2080
.input2{
2081
width:100px;
2082
2083
padding:3px 0;
2084
font-size:12px;
2085
}
2086
.input3{
2087
width:223px;
2088
font-family:"Tahoma";
2089
font-size:12px;
2090
}
2091
.input4{
2092
width:312px;
2093
height:100px;
2094
font-family:verdana;
2095
font-size:12px;
2096
border:1px solid #ccc;
2097
}
2098
.clear {
2099
margin:0;
2100
padding:0;
2101
height:1px;
2102
clear:both;
2103
width:100%;
2104
float:
center;
2105
}
2106
table{
2107
background:transparent;
2108
border:0px;
2109
border-collapse:separate;
2110
}
2111
table td{
2112
text-align:left;
2113
padding:0px;
2114
background:transparent;
2115
}
2116
select {
2117
font-size: 11px;
2118
font-family: tahoma;
2119
}
2120
.stext {
2121
color: #727272;
2122
font-size: 11px;
2123
font-family: tahoma;
2124
}
2125
.stext a:active,
2126
.stext a:visited,
2127
.stext a:link {
2128
color: #0084ff;
2129
text-decoration:none;
2130
}
2131
.stext a:hover {
2132
color: #FFFFFF;
2133
text-decoration: underline;
2134
}
2135
.ntitle {
2136
color: #CC00FF;
2137
font-size: 15px;
2138
font-family: tahoma;
2139
font-weight: bold;
2140
padding:11px 0 0 6px;
2141
}
2142
.ntitle a {
2143
color: #0084ff;
2144
text-decoration: underline;
2145
}
2146
.ntitle a:hover {
2147
text-decoration:none;
2148
}
2149
.ui-dialog fieldset{
2150
padding:5px;
2151
color:#66a529;
2152
border:1px solid #505050;
2153
}
2154
.pm_status {
2155
float:left;
2156
2157
padding: 0px;
2158
2159
width: 280px;
2160
height: 100px;
2161
margin-left: 20px;
2162
margin-right: 5px;
2163
}
2164
2165
.pm_status_head {
2166
font-size: 0.9em;
2167
background: #fff url("../images/white.png") repeat-x 0 100%;
2168
height: 22px;
2169
padding: 0;
2170
font-weight: bold;
2171
text-align: center;
2172
color: #000;
2173
}
2174
2175
.pm_status_content {
2176
padding: 5px;
2177
}
2178
2179
.sitemap {
2180
margin:20px 0px 0px 10px;
2181
}
2182
2183
.sitemap_categories{
2184
margin:0px 0px 0px 10px;
2185
padding: 16px 0 6px 0;
2186
font-size: 16px;
2187
font-weight: bold;
2188
color: #222222;
2189
display: block;
2190
}
2191
.sitemap_categories li {
2192
margin:0px 0px 0px 10px;
2193
font-size: 16px;
2194
font-weight: bold;
2195
color: #222222;
2196
display: block;
2197
}
2198
.sitemap_items {
2199
margin:0px 0px 0px 20px;
2200
font-size: 13px;
2201
color: #333333;
2202
display:block;
2203
}
2204
.sitemap_items li {
2205
margin:0px 0px 0px 20px;
2206
font-size: 13px;
2207
color: #333333;
2208
display:block;
2209
}
2210
.sitemap_static_pages{
2211
margin:0px 0px 0px 10px;
2212
font-size: 16px;
2213
font-weight: bold;
2214
color: #222222;
2215
display: block;
2216
}
2217
.sitemap_static_pages li {
2218
margin:0px 0px 0px 10px;
2219
font-size: 16px;
2220
font-weight: bold;
2221
color: #222222;
2222
display: block;
2223
}
2224
.root {
2225
margin:0px 0px 0px 10px;
2226
padding: 5px 0 2px 0;
2227
font-size: 16px;
2228
font-weight: bold;
2229
color: #222222;
2230
display: block;
2231
}
2232
.sitemap_categories a {
2233
margin:0px 0px 0px 10px;
2234
font-size: 16px;
2235
font-weight: bold;
2236
color: #222222;
2237
display: block;
2238
}
2239
.sitemap_categories span {
2240
margin:0px 0px 0px 10px;
2241
font-size: 16px;
2242
font-weight: bold;
2243
color: #222222;
2244
display: block;
2245
}
2246
.sitemap_items a {
2247
margin:0px 0px 0px 20px;
2248
font-size: 13px;
2249
color: #333333;
2250
display:block;
2251
}
2252
.sitemap_static_pages a {
2253
margin:0px 0px 0px 10px;
2254
font-size: 13px;
2255
font-weight: bold;
2256
color: #222222;
2257
display: block;
2258
}
2259
2260
.incut {
2261
float: left; /* Обтекание врезки по правому краю */
2262
width: 200px; /* Ширина врезки */
2263
background: #a9da4b; /* Цвет фона */
2264
padding: 5px; /* Поля вокруг картинки */
2265
margin: 5px 20px 5px 0; /* Отступы вокруг рисунка */
2266
border: 1px solid #333; /* Параметры рамки */
2267
}
2268
2269
.ramka {
2270
padding: 10px;
2271
margin: 0;
2272
padding-top: 1em!important;
2273
padding-bottom: 1em!important;
2274
width: 95%;
2275
display: block;
2276
font-weight: bold;
2277
background-color: #FFFFFF;
2278
border: 0!important;
2279
border-left: 4px solid #27AE60!important;
2280
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
2281
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
2282
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
2283
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
2284
text-decoration: none;
2285
}
2286
/*
2287
* ========================================
2288
* BB коды
2289
* ========================================
2290
*/
2291
.bbcodes {
2292
background: #FFF;
2293
border: 1px solid #E0E0E0;
2294
color: #666666;
2295
font-family: Verdana, Tahoma, helvetica, sans-serif;
2296
padding: 2px;
2297
vertical-align: middle;
2298
font-size: 10px;
2299
vertical-align: middle;
2300
margin:2px;
2301
height: 21px;
2302
}
2303
2304
.editor_button {
2305
float:left;
2306
cursor:pointer;
2307
padding-left: 2px;
2308
padding-right: 2px;
2309
}
2310
.editor_buttoncl {
2311
float:left;
2312
cursor:pointer;
2313
padding-left: 1px;
2314
padding-right: 1px;
2315
border-left: 1px solid #BBB;
2316
border-right: 1px solid #BBB;
2317
}
2318
.editbclose {
2319
float:right;
2320
cursor:pointer;
2321
}
2322
.editor_button select {
2323
font-family: tahoma;
2324
font-size: 11px;
2325
}
2326
.editor_button img {margin: 0; padding: 0;}
2327
.editbclose img {margin: 0; padding: 0;}
2328
.editor_button_brk img {margin: 0; padding: 0;}
2329
2330
.blogpost_wrapper_top,.blogpost_wrapper_btm {
2331
width:669px;
2332
height:11px;
2333
background:url(../images/indexoneblog_top.jpg);
2334
background-repeat:no-repeat;
2335
font-size:1px;
2336
}
2337
2338
#addcform {
2339
display: none;
2340
}
2341
2342
.blogpost_wrapper,.blogpost_single {
2343
position:relative;
2344
width:649px;/*669*/
2345
padding:10px;
2346
padding-top:0px;
2347
color:#444444;
2348
overflow:hidden; /*important*/
2349
}
2350
2351
.blogpost_wrapper_btm {
2352
background:url(../images/indexoneblog_btm.jpg);
2353
margin-bottom:25px;
2354
}
2355
2356
.forindex {
2357
background-image:url(../images/indexoneblog.jpg);
2358
background-repeat:repeat-y;
2359
}
2360
2361
.index_bloginfotop {
2362
padding:5px;
2363
background:#f1f7ff;
2364
border:1px solid #d3d3d3;
2365
margin-bottom:10px;
2366
}
2367
2368
.index_blogtitle,.title {
2369
margin-top:0px;
2370
padding-bottom: 20px;
2371
font-weight:normal;
2372
font-size:18px;
2373
}
2374
2375
.the_content {
2376
padding:0px;
2377
margin:0px;
2378
margin-bottom:5px;
2379
font-family:verdana;
2380
}
2381
2382
.the_content a {
2383
text-decoration:underline
2384
}
2385
2386
.slink {
2387
width:140px;
2388
valign
="top";
2389
}
2390
2391
.comnews {
2392
valign
="top";
2393
}
2394
2395
.totop {
2396
padding: 7px 5px 7px 10px;
2397
background: #fff;
2398
border: 1px solid #eee6e6;
2399
border-radius: 10px 0 0 10px;
2400
font: 700 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
2401
color: #777;
2402
position: fixed;
2403
right: 0;
2404
top: 50%;
2405
margin-top: 200px;
2406
}
2407
2408
#gocomment {
2409
background: url(/foto/koment2.png);
2410
width: 626px;
2411
height: 29px;
2412
display: block;
2413
}
2414
2415
#gocomment:hover {
2416
background: url(/foto/koment2.png);
2417
background-position: 0 -29px;
2418
}
2419
2420
.uptolike-buttons ul {
2421
border: none;
2422
}
2423
2424
2425
2426
2427
.tablekol {
2428
border-spacing: 0 10px;
2429
font-family: 'Open Sans', sans-serif;
2430
font-weight: bold;
2431
}
2432
.tablekol th {
2433
padding: 10px 20px;
2434
background: #56433D;
2435
color: #F9C941;
2436
border-right: 2px solid;
2437
font-size: 0.9em;
2438
}
2439
.tablekol th:first-child {
2440
text-align: left;
2441
}
2442
.tablekol th:last-child {
2443
border-right: none;
2444
}
2445
.tablekol td {
2446
vertical-align: middle;
2447
padding: 10px;
2448
font-size: 14px;
2449
text-align: center;
2450
border-top: 2px solid #56433D;
2451
border-bottom: 2px solid #56433D;
2452
border-right: 2px solid #56433D;
2453
}
2454
.tablekol td:first-child {
2455
border-left: 2px solid #56433D;
2456
border-right: none;
2457
}
2458
.tablekol td:nth-child(2){
2459
text-align: left;
2460
}
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
.center-content {width: 1000px;padding:0 10px;margin: 0 auto;}
2474
.head-line .center-content{position:relative;}
2475
.top-header .center-content:after{content:'';clear:both;display:block;}
2476
.subsprod-block .center-content{padding:1px 0;}
2477
.footer-rekv .center-content{overflow:hidden;}
2478
2479
2480
2481
2482
2483
2484
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
2485
margin: 0;
2486
padding: 0;
2487
border: 0;
2488
outline: 0;
2489
font-size: 100%;
2490
vertical-align: baseline;
2491
background: transparent;
2492
}
2493
2494
2495
.primary-nav{position:relative;}
2496
.bottom-header nav.primary-nav{position:absolute;top:0;right:0;z-index:10;z-index:999;}
2497
.bottom-header nav.open.primary-nav{height:100%;width:100%;}
2498
.bottom-header nav.primary-nav{position:absolute;top:0;right:0;width:100%;height:100%;}
2499
2500
2501
2502
2503
.head-catalog{width:1000px;box-sizing:border-box;padding:1px 0 0;margin:0 0 -2px;float:left;}
2504
.bottom-header {border-bottom:2px solid #ff9c44;}
2505
.head-catalog li {display: inline;float: left;
2506
-moz-border-radius: 12px 12px 0px 0px;
2507
-webkit-border-radius: 12px 12px 0px 0px;
2508
border-radius: 12px 12px 0px 0px;}
2509
.head-catalog li.hidden{display:block !important;}
2510
.head-catalog > li:first-child > a{padding: 13px 10px 14px 14px;}
2511
.head-catalog > li > a {color:#fff;font:bold 16px/16px Arial, Helvetica, sans-serif;padding: 12px 8px 16px;margin:0;display: block;transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;}
2512
.head-catalog > li:hover{background:#fff;color:#ff9c44;}
2513
.head-catalog > li:hover > a{color:#ff9c44;}
2514
2515
.head-catalog > li:last-child:after{display:none;}
2516
.head-catalog > li:hover .subnav{display:block;}
2517
.head-catalog > li .subnav{position:absolute;width:100%;top:40px;left:0; /*max-height:320px;*/ box-sizing:border-box;background:#fff; padding: 26px 30px;}
2518
2519
.subnav > li > a{display: block;margin: 0 0 9px;color:#55585b;font:bold 14px/14px 'arial';}
2520
.head-catalog .subnav > li{float: left;width:23%;margin: 0 1.9% 18px 0;}
2521
.subnav > li > ul{}
2522
.subnav ul li{position:relative;padding: 0 0 0 15px;margin: 0 0 9px;position: relative;}
2523
.subnav ul li:after{display:block;content:'';height:3px;width:3px;position:absolute;background:#ff9c44;border-radius:50%;top:7px;left:5px;}
2524
.subnav li{text-align:left;letter-spacing:0;}
2525
.subnav ul a{font:14px/14px 'arial';color:#55585b;}
2526
2527
.head-catalog a.active, .head-catalog a:hover {color:#ff9c44;text-decoration: none;}
2528
.head-catalog a.active {color:#ff9c44;}
2529
.head-catalog > ul {position: absolute;left: 0;top: 46px;display: none;width: 180px;padding: 10px 10px;z-index: 200;background:#ff9c44;}
2530
.head-catalog ul li {float: none;display: block;}
2531
.head-catalog ul li a {height: auto;line-height: 16px;
font-size: 13px;}
2532
.head-catalog > li > ul{display:none;}
2533
.head-catalog .nav-control{display:none;}
2534
2535
.supy {
2536
background: url(menu/supy.png) left center no-repeat;
2537
padding: 5px 24px 5px 48px;
2538
}
2539
2540
2541
.custom-n {
2542
overflow: hidden;
2543
position: relative;
2544
width: 150px;
2545
height: 148px;
2546
margin: 2px 0 0 6px;
2547
/* font-size: 12px; */
2548
line-height: 15px;
2549
color: #707070;
2550
float: left;
2551
border-radius: 15px 0 0 0;
2552
}
2553
.custom-n a{
2554
color:#66a529;
2555
font-size:13px !important;
2556
padding:0;
2557
text-decoration:none;
2558
}
2559
.custom-n a:hover{
2560
text-decoration:underline;
2561
color:#303030;
2562
}
2563
.custom-n a:hover img{
2564
opacity:0.9;
2565
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
2566
-moz-opacity: 0.9;
2567
}
2568
.custom-n img{
2569
width:150px;
2570
height:100px;
2571
margin:0 0 5px 0;
2572
}
2573
2574
2575
2576
.baner img {
2577
margin:0 10px 10px 0;
2578
display:block;
2579
margin:0 auto;
2580
}
2581
2582
2583
2584
2585
.sticky {
2586
position: fixed;
2587
z-index: 101;
2588
}
2589
.stop {
2590
position: relative;
2591
z-index: 101;
2592
}