Skip to Content

CSS File

URL: http://ruda4nik.ru/templates/sadov/style/style.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Sun, 03 Dec 2017 14:05:14 GMT
Download Time: Less than a second
Cookies: None
Size: 43 KB
Rules: 400 style rules
Imports: 0 stylesheets
HTTP Headers:  4 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
Issue Issues: 7 issues found on 237 lines

1/* Designed by SanderArt.com

266a529

3*/

4

5* {

6margin-top:0;

7margin-bottom:0;

8margin-right:0;

9margin-left:0;

10padding:0;

11}

12image{

13border:0;

14}

15a img,:link img,

:visited img,:hover img {

16border:0;

17}

18a{

19color:#505050;

20font-size:14px;

21text-decoration:underline;

22}

23a:hover {

24color:#66a529;

25text-decoration:underline;

26}

27h1,h2,h3,h4,h6,pre,form,p,blockquote,fieldset,input {

28 margin: 10px 4px 8px 5px;

29 padding: 0px 5px 8px 0px;

30}

31textarea{

32border:1px solid #ccc;

33box-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}

37input:focus {

38 outline:none;

39}

40button:focus{

41outline:none;

42}

43html{

44padding:0px;

45background:#e5f0d7;

46}

47body{

48background:#e5f0d7 url(../images/bg01.png);

49font-family:"Arial", Tahoma sans-serif;

50font-size:12px;

51height:100%;

52margin:0px;

53padding:0 0 10px 0;

54color:#303030;

55}

56.all{

57width:100%;

58height:100%;

59margin:0;

60padding:0;

61background:url(../images/blackwave.png) top repeat-x;

62}

63.topline{

64height:35px;

65width:1000px;

66}

67.social{

68height:20px;

69padding:0;

70margin:5px 0 0 0;

71float:left;

72}

73.social ul{

74height:24px;

75font-size:14px;

76list-style:none;

77margin:0;

78display:inline;

79}

80.social li

81{

82float: left;

83position: relative;

84text-align:left;

85margin:0 15px 0 0;

86}

87.social li a{

88

font-size:11px;

89 font-weight:bold;

90color:#ccc;

91line-height:20px;

92padding:0;

93display: block;

94text-decoration:none;

95}

96.social li a:hover{

97color:#fff;

98text-decoration:underline;

99}

100

101/* ПОИСК */

102.searchblock{

103width:250px;

104height:20px;

105float:right;

106margin:5px 0 0 50px;

107background:#f1f1f1 url(../images/shadow.png) repeat-x;

108border-radius:10px;

109}

110.searchblock ul{

111height:30px;

112list-style:none;

113padding:0;

114width:170px;

115display:inline;

116}

117.searchblock li

118{

119float:left;

120position: relative;

121border:0;

122display:block;

123height:30px;

124}

125.searchblock li a

126{

127float:left;

128position: relative;

129text-align:center;

130}

131.searchblock .searchbt input{

132width:20px;

133height:20px;

134background:url(../images/searchbt.png) 0 0 no-repeat;

135}

136.searchblock .searchbt input:hover{

137background-position: 0 -25px;

138}

139.searchform{

140color:#909090;

141width:212px;

142height:16px;

143line-height:15px;

144padding:2px 8px;

145border:0px;

146font-size:12px;

147font:Verdana, Geneva, sans-serif;

148background:transparent;

149overflow:hidden;

150}

151

152/* LOGIN begin */

153.loginpanel{

154line-height:20px;

155min-width:140px;

156position:static;

157color:#909090;

158height:25px;

159padding:5px 0;

160float:right;

161text-align:right;

162}

163.loginpanel a{

164

font-size:11px;

165text-decoration:none;

166padding:1px 0 2px 0;

167color:#ccc;

168}

169.loginpanel a:hover{

170text-decoration:underline;

171color:#ccc;

172}

173#login{

174color:#909090;

175min-width:180px;

176min-height:220px;

177display:none;

178background:#f9f2df;

179position:absolute;

180top:100px;

181left:50%;

182margin-left:-90px;

183z-index:20000;

184border:3px solid #bbb;

185-moz-box-shadow: 0px 0px 10px #000;

186-webkit-box-shadow: 0px 0px 10px #000;

187box-shadow: 0px 0px 10px #000;

188border-radius:10px;

189-webkit-border-radius:10px;

190-moz-border-radius:10px;

191}

192#login a{

193color:#66a529;

194text-decoration:underline;

195}

196#login a:hover{

197color:#303030;

198text-decoration:none;

199}

200.logintitle{

201line-height:35px;

202text-shadow:0 1px 1px #303030;

203height:40px;

204text-align:center !important;

205background:url(../images/browntitle.png) left bottom repeat-x;

206border-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{

211font-size:14px;

212color:#fff;

213}

214.login-close{

215position:absolute;

216background:url(../images/login-close.png) 0 0 no-repeat;

217width:20px;

218height:20px;

219cursor:pointer;

220top:-20px;

221right:-20px;

222}

223.login-close:hover{

224background-position: 0 -20px;

225}

226.profile{

227width:160px;

228float:left;

229margin:0 0 10px 10px;

230}

231.profile ul{

232list-style: none;

233margin:0;

234padding:0;

235font-size:12px;

236color:#303030;

237}

238.profile li{

239position: relative;

240height:24px;

241line-height:20px;

242margin:0;

243}

244.profile li a{

245text-align:center;

246padding:0 10px;

247line-height:24px;

248font-size:13px;

249color:#66a529 !important;

250text-decoration:none !important;

251display:block;

252border-bottom:1px solid #e1e1e1;

253text-shadow:0 1px 1px #fff;

254}

255.profile li a:hover{

256color:#303030 !important;

257text-decoration:underline !important;

258}

259.login_input{

260width:200px;

261height:70px;

262margin:15px;

263text-align:center;

264}

265.login_field{

266width:200px;

267height:30px;

268line-height:35px;

269vertical-align: middle;

270font-size:15px;

271padding:0;

272color:#505050;

273background:#fff;

274margin-top:5px;

275border-radius:3px;

276-webkit-border-radius:3px;

277-moz-border-radius:3px;

278}

279.field{

280padding:5px;

281width:190px;

282height:20px;

283color:#505050;

284font-size:15px;

285font-family:Arial;

286background:none;

287border:1px solid #bbb;

288vertical-align: middle;

289border-radius:3px;

290-webkit-border-radius:3px;

291-moz-border-radius:3px;

292}

293.field:hover, .field:active, .field:focus{

294box-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{

299width:200px;

300height:30px;

301background:#fff url(../images/green.png) repeat-x;

302border:0;

303cursor:pointer;

304margin:0 0 5px 0;

305font-weight:bold;

306color:#fff;

307font-size:16px;

308line-height:30px;

309border-radius: 3px;

310-webkit-border-radius:3px;

311-moz-border-radius:3px;

312box-shadow:0 1px 3px #909090;

313-webkit-box-shadow:0 1px 3px #909090;

314moz-box-shadow:0 1px 3px #909090;

315}

316.enter:hover{

317color:#000;

318box-shadow:0 1px 2px #505050;

319-webkit-box-shadow:0 1px 2px #505050;

320moz-box-shadow:0 1px 2px #505050;

321}

322.not_save{

323font-size:12px;

324padding:0;

325margin:5px 0;

326width:200px;

327height:20px;

328}

329#login_overlay {

330 background-color: #000; /* Чёрный фон */

331 height: 100%; /* Высота максимальна */

332 left: 0; /* Нулевой отступ слева */

333 opacity: 0.50; /* Степень прозрачности */

334

-moz-opacity:0.5;

335filter:

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{

346background:#fff;

347width:1000px;

348padding:0;

349border-radius:6px;

350-webkit-border-radius:6px;

351-moz-border-radius:6px;

352position:relative;

353margin:20px 0 0 0;

354box-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{

359width:1000px;

360height:80px;

361}

362.logo{

363width:300px;

364height:80px;

365float:left;

366padding-top: 15px;

367}

368.seotext{

369width:500px;

370height:70px;

371color:#fff;

372font-size:11px;

373padding:5px 0;

374float:

seotext;

375overflow:hidden;

376position:relative;

377text-shadow:1px 1px 1px #707070;

378padding-top: 20px;

379}

380

381.seotext a{

382color:#fff;

383}

384.seotext a:hover{

385text-decoration:none;

386}

387.block468{

388width:200px;

389height:60px;

390text-align:center;

391margin:10px 0 10px 0;

392float:right;

393}

394#container{

395width:1000px;

396margin:0px auto;

397padding:0;

398position:relative;

399}

400#top{

401width:1020px;

402height:40px;

403background:url(../images/navi.png) no-repeat;

404position:relative;

405top:0;

406padding:0 0 10px 0;

407left:-10px;

408z-index:50;

409}

410/* ГОРИЗОНТАЛЬНОЕ МЕНЮ */

411.nav{

412width:1000px;

413height:30px;

414float:left;

415padding:5px 0 5px 0;

416position:relative;

417left:10px;

418}

419.nav ul{

420font-size:14px;

421list-style:none;

422margin:0;

423display:inline;

424}

425.nav li

426{

427float: left;

428/* position: relative; */

429z-index:100;

430text-align:left;

431}

432.nav li a

433{

434font-family:Verdana, Helvetica, sans-serif;

435font-size: 15px;

436color:#fff;

437text-shadow:0px 1px 1px #909090;

438line-height:30px;

439padding:0 8px 0 8px;

440display: block;

441text-decoration:underline;

442border-radius:5px;

443-webkit-border-radius:5px;

444-moz-border-radius:5px;

445}

446.nav li a:hover {

447z-index:100;

448color:#66a529;

449text-decoration:none;

450background:#fff;

451text-shadow:none;

452}

453.nav li a.link1:hover{

454 }

455.nav li.drop:hover .link1{

456color:#66a529;

457background:#fff;

458text-shadow:none;

459border-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 {

472z-index:500;

473display: none;

474position:absolute;

475width:auto;

476height:auto;

477background:#fff;

478margin:0 0 0 0;

479padding-top:5px;

480}

481.nav li li{

482margin:0;

483height:25px;

484padding: 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 {

493padding:0 5px;

494clear:both;

495min-width:150px;

496text-align:left;

497color:#66a529;

498font-weight:normal;

499font-size:12px;

500line-height:25px;

501text-decoration:none;

502text-shadow:none;

503 border-radius:0;

504

505}

506.nav li li a:hover {

507clear:both;

508color:#303030;

509background:#eee;

510text-shadow:none;

511}

512.nav li:hover ul {

513display:block;

514clear:both;

515}

516.nav li.drop:hover .corner{

517display:block;

518}

519#featured{

520width:1000px;

521height:446px;

522padding:0;

523background:#000;

524margin:-10px 0 0 0;

525}

526#finside{

527margin:0 0 0 -2px;

528width:1002px;

529}

530.featured-1{

531width:332px;

532height:221px;

533float:left;

534padding:0;

535margin:0 0 2px 2px;

536position:relative;

537overflow:hidden;

538border-radius: 15px 0 0 0;

539}

540.featured-1 a{

541text-decoration:none;

542}

543.featured-1 a span{

544position:absolute;

545line-height:18px;

546min-height:36px;

547left:0;

548bottom:0;

549width:322px;

550padding:64px 5px 0 5px;

551color:#fff;

552font-size:15px;

553font-weight:bold;

554text-shadow:0 1px 1px #000;

555overflow:hidden;

556background:url(../images/hover.png) bottom repeat-x;

557}

558.featured-1:hover a span{

559color:#66a529;

560}

561.featured-1 img{

562width:332px;

563height:221px;

564}

565.featured-1:hover a span{

566color:#66a529;

567}

568.featured-1:hover img{

569opacity:0.9;

570-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

571-moz-opacity: 0.9;

572}

573#right{

574float:right;

575width:330px;

576padding-top:10px;

577}

578#left{

579margin:0 330px 0 0;

580width:670px;

581padding-top:10px;

582}

583.sideblock{

584width:310px;

585margin:0 10px 10px 10px;

586background:#ecf9df url(../images/side.png) bottom left repeat-x;

587padding:0 0 15px 0;

588border-radius:5px;

589-webkit-border-radius:5px;

590-moz-border-radius:5px;

591}

592.sideheader{

593background: url(../images/greentitle.png) bottom left repeat-x;

594width:310px;

595color:#fff;

596font-size:15px;

597font-weight:bold;

598height:35px;

599line-height:30px;

600text-align:center;

601margin-bottom:10px;

602border-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{

608background: url(../images/greentitle.png) bottom left repeat-x;

609width:310px;

610color:

#00000;

611font-size:15px;

612font-weight:bold;

613height:35px;

614line-height:30px;

615text-align:center;

616margin-bottom:10px;

617border-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{

623padding:0 10px;

624}

625.hblock{

626width:650px;

627margin:0 10px 20px 10px;

628position:relative;

629background:#f9f2df;

630border-radius:5px;

631-webkit-border-radius:5px;

632-moz-border-radius:5px;

633}

634.brownheader{

635height:35px;

636line-height:30px;

637padding:0 10px;

638width:630px;

639text-align:center;

640background:url(../images/browntitle.png) left bottom repeat-x;

641color:#fff;

642font-size:16px;

643font:Verdana, Geneva, sans-serif;

644border-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{

649text-decoration:underline;

650color:#fff;

651font-size:16px;

652font-weight:bold;

653}

654.brownheader a:hover{

655color:#000;

656text-decoration:none;

657}

658.custom-1{

659overflow:hidden;

660position:relative;

661width:150px;

662height:140px;

663margin:5px 0 10px 10px;

664font-size:12px;

665line-height:15px;

666color:#707070;

667float:left;

668border-radius: 15px 0 0 0;

669}

670.custom-1 a{

671color:#66a529;

672font-size:13px !important;

673padding:0;

674text-decoration:none;

675}

676.custom-1 a:hover{

677text-decoration:underline;

678color:#303030;

679}

680.custom-1 a:hover img{

681opacity:0.9;

682-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

683-moz-opacity: 0.9;

684}

685.custom-1 img{

686width:150px;

687height:100px;

688margin:0 0 5px 0;

689}

690.custom-title a{

691

font-size:13px;

692overflow:hidden;

693color:#303030;

694font-weight:bold;

695clear:both;

696line-height:15px;

697max-height:30px;

698}

699.custom-title:hover{

700color:#303030;

701text-decoration:none;

702}

703.custom-1 a:hover .custom-title{

704color:#66a529;

705text-decoration:underline;

706}

707.c1data{

708position:absolute;

709left:0;

710top:0;

711background:url(../images/white-button.png) repeat-x;

712color:#303030;

713height:20px;

714max-width:215px;

715line-height:20px;

716padding:0 5px;

717}

718.sdata{

719color:#303030;

720height:20px;

721max-width:215px;

722line-height:20px;

723padding:0 5px;

724margin:5px 0 0 0;

725}

726.c1data a, sdata a{

727

font-size:12px !important;

728color:#000;

729text-decoration:none;

730font-weight:bold;

731}

732.c1data a:hover, sdata a:hover{

733color:#505050;

734text-decoration:underline;

735}

736.c1view{

737background:url(../images/view.png) 3px 3px no-repeat;

738padding:0 0 0 18px;

739color:#303030;

740float:left;

741margin:0 5px 0 0;

742}

743.c1comment{

744float:left;

745}

746.c1comment a{

747background:url(../images/comment.png) 3px 4px no-repeat;

748padding:0 0 0 18px;

749color:#303030;

750float:left;

751}

752.vblock{

753width:320px;

754margin:0 0 20px 10px;

755padding:0 0 10px 0;

756float:left;

757background:#f5f5f5;

758border-radius:5px;

759-webkit-border-radius:5px;

760-moz-border-radius:5px;

761}

762

763

764.vheader{

765width:320px;

766padding:5px 0 0 0;

767height:40px;

768color:#66a529;

769line-height:30px;

770background:url(../images/vheader.png) ;

771text-align:center;

772}

773

774

775.vheader a{

776color:#000;

777font-size:16px;

778font-weight:bold;

779text-decoration:underline;

780}

781

782.vheader a:hover{

783color:#505050;

784text-decoration:none;

785}

786.custom-2{

787overflow:hidden;

788position:relative;

789width:300px;

790height:45px;

791padding:10px 10px 10px 10px;

792margin:0 0 0 0;

793font-size:12px;

794color:#909090;

795line-height:15px;

796border-bottom:1px dashed #ccc;

797}

798.custom-2 a{

799text-decoration:none;

800}

801.custom-2 a span{

802color:#303030;

803text-shadow:0 1px 1px #fff;

804font-size:14px !important;

805padding:0;

806text-decoration:none !important;

807max-height:45px;

808overflow:hidden !important;

809display:block;

810line-height:15px;

811}

812.custom-2 a:hover{

813text-decoration:underline;

814color:#303030;

815}

816.custom-2 a:hover img{

817opacity:0.9;

818-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

819-moz-opacity: 0.90;

820}

821.custom-2 img{

822width:68px;

823height:45px;

824margin-right:10px;

825float:left;

826}

827.block330{

828width:310px;

829padding:0 10px;

830margin:0 0 10px 0;

831}

832.custom-3{

833overflow:hidden;

834width:290px;

835margin:10px 0;

836padding:0 10px 10px 10px;

837min-height:35px;

838color:#707070;

839line-height:15px;

840border-bottom:1px dashed #66a529;

841}

842.custom-3 a{

843color:#303030;

844text-decoration:none;

845font-size:14px;

846}

847.custom-3 a span{

848line-height:15px;

849display:block;

850margin-bottom:3px;

851font-size:14px;

852}

853.custom-3 a:hover{

854color:#000;

855text-decoration:underline;

856text-shadow:none;

857}

858.custom-3 img {

859width:80px;

860height:55px;

861margin-right:10px;

862float:left;

863}

864.custom-3 a:hover img{

865opacity:0.90;

866-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

867-moz-opacity: 0.90;

868}

869.link-category a{

870color:#66a529 !important;

871text-decoration:underline;

872font-size:11px;

873}

874

875

876/* 2016 обводка*/

877.custom-4{

878float:

center;

879overflow:hidden;

880width:290px;

881margin: auto; /* Выравниваем по центру */

882

883

884padding:0 10px 10px 10px;

885min-height:35px;

886color:#707070;

887line-height:15px;

888border-bottom:1px dashed #66a529;

889}

890.custom-4 a{

891color:#303030;

892text-decoration:none;

893font-size:15px;

894border: 1px solid black;

895padding: 0 10px;

896line-height: 1.8;

897border-radius: 40px 10px

898

899}

900.custom-4 a span{

901line-height:15px;

902display:block;

903margin-bottom:3px;

904}

905.custom-4 a:hover{

906color:#000;

907text-decoration:underline;

908text-shadow:none;

909}

910.custom-4 img {

911width:80px;

912height:55px;

913margin-right:10px;

914float:left;

915}

916.custom-4 a:hover img{

917opacity: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 {

925float:right;

926margin:5px 5px 5px 5px;

927font-size:15px;

928padding: 0 10px 2px 10px;

929border-radius: 40px 10px;

930border: 1px solid white;

931color:#fff;

932}

933.gl a {

934float:left;

935margin:5px 5px 5px 5px;

936font-size:15px;

937padding: 0 10px 2px 10px;

938border-radius: 40px 10px;

939border: 1px solid white;

940color:#fff;

941}

942

943.vheadermenu{

944width:320px;

945padding:5px 0 0 0;

946font-size:16px;

947height:40px;

948color:#000;

949line-height:30px;

950background:url(../images/vheader.png) ;

951text-align:center;

952font-weight: bold;

953text-decoration:underline;

954}

955

956.vheadermenu:hover {

957cursor:pointer;

958color:#505050;

959text-decoration:none;

960}

961

962.vheadermenu a{

963color:#000;

964font-size:16px;

965font-weight:bold;

966text-decoration:underline;

967}

968.vheadermenu a:hover{

969color:#505050;

970text-decoration:none;

971}

972

973

974.vheader1{

975width:320px;

976padding:5px 0 0 0;

977font-size:16px;

978height:40px;

979color:#000;

980line-height:30px;

981background:url(../images/vheader1.png);

982text-align:center;

983font-weight: bold;

984}

985

986

987.vheader1 a{

988color:#000;

989font-size:16px;

990font-weight:bold;

991text-decoration:underline;

992}

993.vheader1 a:hover{

994color:#505050;

995text-decoration:none;

996}

997

998.aba {

999width:332px;

1000height:221px;

1001overflow:hidden;

1002}

1003

1004

1005h1 {

1006font-size:30px !important;

1007margin: auto;

1008line-height: 1em;

1009text-align: center;

1010}

1011

1012h2 {

1013font-size:22px;

1014color:#000;

1015}

1016

1017h3 {

1018font-size:18px;

1019color:#000;

1020}

1021

1022h4 {

1023font-size:16px;

1024color:#000;

1025}

1026

1027.pohozh a{

1028text-decoration:none;

1029color:#000;

1030font-size:16px;

1031font-family: Verdana;

1032}

1033

1034.pohozh a img{

1035border-radius: 15px;

1036}

1037

1038

1039

1040.pohozh a:hover {

1041color:#66a529;

1042text-decoration:underline;

1043}

1044

1045.centerpostimg {

1046padding:4px;

1047}

1048

1049.centerpostimg textarea {

1050height: 125px;

1051}

1052

1053.centerpostimg img {

1054margin: 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{

1082width:650px;

1083padding:0 15px 10px 15px;

1084color:#000;

1085font-size:14px;

1086line-height:150%;

1087text-align:justify;

1088overflow: hidden;

1089

1090}

1091.cat-story a {

1092color:#66a529;

1093font-size:13px;

1094}

1095.cat-story a:hover {

1096color:#000;

1097text-decoration:none;

1098}

1099.cat-story img {

1100margin:0 10px 10px 0;

1101border-radius: 15px;

1102}

1103.cat-story ul {

1104margin-left:15px;

1105}

1106

1107.preview-show {

1108padding: 0 15px 15px 25px;

1109color: #252525;

1110font-size:14px;

1111}

1112

1113

1114

1115

1116

1117

1118

1119

1120.link-category a:hover{

1121text-decoration:none;

1122}

1123/* КНОПКИ */

1124.vbutton{

1125font-family:Arial;

1126background:#fff url(../images/w30.png) repeat-x;

1127cursor:pointer;

1128width:100px;

1129height:25px;

1130border:3px double red;

1131text-decoration:none;

1132font-size:12px;

1133font-weight:bold;

1134display:block;

1135margin:5px auto 10px auto;

1136color:#505050;

1137text-shadow:0 1px 1px #fff;

1138border-radius:5px;

1139-moz-border-radius:5px;

1140-webkit-border-radius:5px;

1141box-shadow:0 1px 2px #909090;

1142-moz-box-shadow:0 1px 2px #909090;

1143-webkit-box-shadow:0 1px 2px #909090;

1144float:left;

1145}

1146.vbutton1{

1147font-family:Arial;

1148background:#fff url(../images/w30.png) repeat-x;

1149cursor:pointer;

1150width:100px;

1151height:25px;

1152border:3px double red;

1153text-decoration:none;

1154font-size:12px;

1155font-weight:bold;

1156display:block;

1157margin:5px auto 10px auto;

1158text-shadow:0 1px 1px #fff;

1159border-radius:5px;

1160-moz-border-radius:5px;

1161-webkit-border-radius:5px;

1162box-shadow:0 1px 2px #909090;

1163-moz-box-shadow:0 1px 2px #909090;

1164-webkit-box-shadow:0 1px 2px #909090;

1165float:left;

1166}

1167.vbutton2{

1168font-family:Arial;

1169background:#fff url(../images/w30.png) repeat-x;

1170cursor:pointer;

1171width:100px;

1172height:25px;

1173border:0 !important;

1174text-decoration:none;

1175font-size:12px;

1176font-weight:bold;

1177display:block;

1178margin:5px auto 10px auto;

1179color:#505050;

1180text-shadow:0 1px 1px #fff;

1181border-radius:5px;

1182-moz-border-radius:5px;

1183-webkit-border-radius:5px;

1184box-shadow:0 1px 2px #909090;

1185-moz-box-shadow:0 1px 2px #909090;

1186-webkit-box-shadow:0 1px 2px #909090;

1187float:left;

1188}

1189.vbutton:hover{

1190color:#000;

1191cursor: pointer;

1192border:0;

1193box-shadow:0 1px 2px #909090;

1194-moz-box-shadow:0 1px 2px #909090;

1195-webkit-box-shadow:0 1px 2px #909090;

1196background:#fff url(../images/white.png) repeat-x;

1197}

1198.vbutton1:hover{

1199color:#f70101;

1200cursor: pointer;

1201border:0;

1202box-shadow:0 1px 2px #909090;

1203-moz-box-shadow:0 1px 2px #909090;

1204-webkit-box-shadow:0 1px 2px #909090;

1205background:#fff url(../images/white.png) repeat-x;

1206}

1207.cbutton{

1208font-family:Arial;

1209background:#fff url(../images/green.png) repeat-x;

1210cursor:pointer;

1211width:100px;

1212height:25px;

1213border:0 !important;

1214text-decoration:none;

1215font-size:12px;

1216font-weight:bold;

1217display:block;

1218margin:5px auto 10px 10px;

1219color:#fff;

1220text-shadow:0 -1px -1px #707070;

1221border-radius:5px;

1222-moz-border-radius:5px;

1223-webkit-border-radius:5px;

1224box-shadow:0 1px 2px #909090;

1225-moz-box-shadow:0 1px 2px #909090;

1226-webkit-box-shadow:0 1px 2px #909090;

1227text-align:center;

1228line-height:25px;

1229float:left;

1230}

1231.cbutton:hover{

1232color:#000;

1233cursor: pointer;

1234border:0;

1235box-shadow:0 1px 2px #909090;

1236-moz-box-shadow:0 1px 2px #909090;

1237-webkit-box-shadow:0 1px 2px #909090;

1238text-shadow:none;

1239}

1240.resbutton{

1241font-family:Arial;

1242cursor:pointer;

1243text-decoration:none;

1244margin:5px 0 0 10px;

1245font-size:12px;

1246font-weight:bold;

1247color:#66a529;

1248text-decoration:underline;

1249float:left;

1250line-height:25px;

1251}

1252.resbutton:hover{

1253color:#000;

1254cursor: pointer;

1255border:0;

1256}

1257/* FOOTER */

1258.footer {

1259margin:0 auto;

1260width:980px;

1261padding:30px 10px 10px 10px;

1262background:url(../images/footerb.png) repeat-x;

1263color:#909090;

1264position:relative;

1265text-align: center;

1266border-radius:0 0 5px 5px;

1267-webkit-border-radius:0 0 5px 5px;

1268-moz-border-radius:0 0 5px 5px;

1269}

1270.slogo{

1271margin:-5px 0 0 0;

1272width:150px;

1273height:40px;

1274float:left;

1275}

1276.slogo img{

1277width:150px;

1278height:40px;

1279}

1280.sub-footer{

1281text-align:center;

1282color:#707070;

1283padding:0 0;

1284position:relative;

1285font-size:12px;

1286float:

center;

1287margin-left:200px;

1288}

1289.sub-footer a{

1290padding:0 0;

1291color:#66a529;

1292font-size:12px;

1293text-decoration:none;

1294}

1295.sub-footer a:hover{

1296text-decoration:none;

1297color:#fff;

1298}

1299.counters{

1300height:31px;

1301float:right;

1302}

1303.counters span{

1304margin-right:10px;

1305}

1306.counters span.sanderart{

1307}

1308.counters span.sanderart img{

1309width:88px;

1310height:31px;

1311border:0;

1312background:url(../images/sanderart.png) no-repeat;

1313margin-left:10px;

1314}

1315/* NEWS POST */

1316.story{

1317width:670px;

1318padding-bottom:1px;

1319margin-bottom:10px;

1320}

1321.post-title{

1322font-size:16px !important;

1323color:#298500;

1324text-decoration:none;

1325font-family:"Arial";

1326line-height:20px;

1327margin-bottom:10px;

1328padding:5px 0;

1329position:relative;

1330font-weight:bold;

1331text-align:center;

1332}

1333

1334.post-title a{

1335font-weight:bold;

1336color:#66a529;

1337font-size:16px !important;

1338text-decoration:underline;

1339font-family:"Arial";

1340}

1341.post-title a:hover{

1342color:#505050;

1343text-decoration:underline;

1344}

1345.full-story{

1346width:650px;

1347padding:0 15px 10px 15px;

1348color:#505050;

1349font-size:14px;

1350line-height:150%;

1351text-align:justify;

1352color:#000;

1353}

1354

1355.full-story td{

1356

1357padding:10px;

1358background:#f9f2df;

1359border: solid;

1360border-color:#67ad27;

1361border-style: double;

1362text-color:#000000;

1363border-radius: 8px;

1364}

1365

1366.full-story iframe{

1367width:620px;

1368height:370px;

1369allowfullscreen

="allowfullscreen"

1370display: block;

1371 margin: 0 auto;

1372}

1373

1374

1375.hblock iframe {

1376width:650px;

1377height:430px;

1378allowfullscreen

="allowfullscreen"

1379display: block;

1380 margin: 0 auto;

1381}

1382

1383

1384

1385.full-story a {

1386color:#118000;

1387font-size:14px;

1388}

1389.full-story a:hover {

1390color:#66a529;

1391text-decoration:underline;

1392font-weight:bold;

1393}

1394.full-story img {

1395margin:0 10px 10px 0;

1396border-radius: 15px;

1397display:block;

1398margin: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 {

1412line-height: 20px;

1413 background: url(../images/li-bullet.png) no-repeat 0px 7px;

1414padding: 0 0 0 15px;

1415}

1416

1417

1418

1419.ramk {

1420margin-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;

1431font-weight:bold;

1432}

1433

1434.full-story ol {

1435margin-left:30px;

1436line-height:12px;

1437}

1438.full-story li {

1439line-height:22px;

1440}

1441

1442

1443

1444

1445.full-story br {

1446line-height:0px;

1447}

1448.post-data{

1449font-size:12px;

1450color:#909090;

1451min-height:28px;

1452overflow:hidden;

1453line-height:28px;

1454padding:0 5px 5px 3px;

1455background:#fafafa;

1456margin:0 5px 10px 15px;

1457position:relative;

1458border:1px solid #f1f1f1;

1459border-radius:5px;

1460-moz-border-radius:5px;

1461-webkit-border-radius:5px;

1462}

1463.post-data a{

1464color:#66a529;

1465font-size:12px;

1466text-decoration:none;

1467}

1468.post-data a:hover{

1469color:#000;

1470text-decoration:none;

1471}

1472.plusobut{

1473position:absolute;

1474top:-1px;

1475right:5px;

1476width:190px;

1477}

1478.tags{

1479font-size:13px;

1480color:#909090;

1481line-height:15px;

1482}

1483.tags a{

1484font-size:12px;

1485color:#66a529;

1486line-height:15px;

1487text-decoration:underline;

1488}

1489.tags a:hover{

1490color:#66a529;

1491background:#eee;

1492}

1493.related-block{

1494position:relative;

1495overflow:hidden !important;

1496padding:4px 5px;

1497color:#303030;

1498width:660px;

1499}

1500.related-title{

1501color:#303030;

1502font-size:13px;

1503font-weight:bold;

1504padding:0 10px;

1505}

1506.related{

1507overflow:hidden;

1508width:153px;

1509height:115px;

1510padding:5px 0 5px 10px;

1511font-size:12px;

1512color:#909090;

1513position:relative;

1514float:left;

1515overflow:hidden;

1516}

1517.related a{

1518color:#303030;

1519font-size:12px;

1520padding:0;

1521text-decoration:none;

1522}

1523.related a:hover{

1524text-decoration:underline !important;

1525}

1526.related a .rltd{

1527bottom:5px;

1528left:5px;

1529width:155px;

1530max-height:30px;

1531overflow:hidden;

1532line-height:15px;

1533text-align:center;

1534font-weight:bold;

1535}

1536.related a:hover .rltd{

1537text-decoration:underline;

1538}

1539.related img{

1540width:153px;

1541height:80px;

1542margin:0 0 5px 0 ;

1543}

1544.related a:hover img{

1545opacity:0.9;

1546-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

1547-moz-opacity: 0.9;

1548}

1549.rltd-cat{

1550position:absolute;

1551left:10px;

1552bottom:40px;

1553background:url(../images/black75.png);

1554color:#fff;

1555min-height:20px;

1556max-width:155px;

1557line-height:20px !important;

1558padding:0 5px;

1559}

1560.rltd-cat a{

1561color:#fff;

1562text-decoration:none;

1563font-weight:normal;

1564font-size:11px;

1565}

1566.rltd-cat a:hover{

1567color:#fff;

1568text-decoration:underline;

1569}

1570.short-story{

1571overflow:hidden;

1572position:relative;

1573font-size:13px;

1574color:#505050;

1575margin:0 0 10px 20px;

1576width:310px;

1577height:265px;

1578line-height:18px;

1579border-bottom:1px solid #ccc;

1580float:left;

1581}

1582.short-story a{

1583color:#66a529;

1584font-size:15px;

1585line-height:15px;

1586padding:0;

1587text-decoration:underline;

1588}

1589.short-story a:hover{

1590text-decoration:none;

1591color:#000;

1592}

1593.short-story img{

1594margin:5px;

1595}

1596.short-img{

1597width:310px;

1598height:233px;

1599overflow:hidden;

1600margin:0 0 5px 0;

1601border-radius: 8px;

1602}

1603.short-img img{

1604margin:0;

1605width:310px;

1606height:233px;

1607}

1608.short-story a:hover .short-img img{

1609opacity:0.9;

1610-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

1611-moz-opacity: 0.9;

1612}

1613.short-title{

1614text-decoration:none !important;

1615position:absolute;

1616line-height:18px;

1617min-height:36px;

1618left:0;

1619bottom:30px;

1620width:300px;

1621padding:64px 5px 0 5px;

1622color:#fff;

1623font-size:16px;

1624font-weight:bold;

1625text-shadow:0 1px 1px #000;

1626overflow:hidden;

1627background:url(../images/hover.png) bottom repeat-x;

1628border-radius: 8px;

1629}

1630.short-story:hover .short-title{

1631color:#66a529;

1632}

1633.short-title a:hover{

1634

1635}

1636.short-data{

1637font-size:11px;

1638color:#aaa;

1639margin-top:5px;

1640height:18px !important;

1641line-height:18px !important;

1642}

1643.short-data a{

1644font-size:11px;

1645color:#66a529;

1646font-weight:normal;

1647text-decoration:none;

1648}

1649.short-cat{

1650color:#fff;

1651font-size:11px !important;

1652padding:0 5px;

1653float:left;

1654margin:0 5px 0 0;

1655height:25px;

1656position:absolute;

1657top:0;

1658left:0;

1659background:url(../images/green.png) repeat-x;

1660}

1661.short-cat a{

1662font-size:12px !important;

1663color:#fff !important;

1664font-weight:normal !important;

1665text-decoration:none !important;

1666height:25px;

1667line-height:25px;

1668}

1669.short-cat a:hover{

1670text-decoration:underline !important;

1671}

1672.white-bottom{

1673height:10px;

1674width:100%;

1675background:url(../images/white-bottom.png) repeat-x;

1676position:absolute;

1677left:0;

1678bottom:0;

1679}

1680.views{

1681height:18px;

1682background:url(../images/view.png) 0 1px no-repeat;

1683padding:0 0 0 18px;

1684margin-left:5px;

1685}

1686.comms{

1687height:18px;

1688}

1689.comms a{

1690

1691font-size:11px;

1692line-height:18px;

1693background:url(../images/comment.png) 0 3px no-repeat;

1694padding:0 0 0 18px !important;

1695color:#66a529;

1696font-weight:normal;

1697margin-left:5px;

1698}

1699.comms a:hover{

1700color:#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;

1709text-align:center;

1710}

1711.speedbar a{

1712color: #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{

1722color:#505050;

1723text-decoration:none;

1724}

1725.tagscloud{

1726width:650px;

1727padding:0 15px 10px 15px;

1728}

1729/* COMMENTS */

1730.addcomment{

1731width:520px;

1732padding:0;

1733background:#fff;

1734text-align:center;

1735margin:10px auto 0 auto;

1736border:1px solid #eee;

1737border-radius:6px;

1738-webkit-border-radius:6px;

1739-moz-border-radius:6px;

1740}

1741.title{

1742line-height:20px;

1743padding:5px 25px;

1744color:#fff;

1745border-bottom:2px solid #ddd;

1746font-size:14px;

1747font-weight:bold;

1748background:url(../images/green.png) repeat-x;

1749text-align:center;

1750border-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{

1755padding:0 10px;

1756}

1757.comments{

1758width:670px;

1759}

1760textarea#comments{

1761height:150px;

1762}

1763.comm-title{

1764line-height:20px;

1765padding:5px 10px;

1766color:#66a529;

1767border-bottom:2px solid #66a529;

1768border-top:1px solid #eee;

1769border-left:1px solid #eee;

1770border-right:1px solid #eee;

1771font-size:14px;

1772font-weight:bold;

1773background:url(../images/white.png) repeat-x;

1774margin:0 10px 10px 10px;

1775}

1776.comment{

1777width:650px;

1778color:#303030;

1779background:#fff;

1780border:1px solid #ccc;

1781margin:0 10px 10px 10px;

1782}

1783.comment a{

1784color:#66a529;

1785text-decoration:none;

1786}

1787.comment a:hover{

1788text-decoration:underline;

1789}

1790.comment table{

1791margin:0;

1792padding:0;

1793}

1794.comment-left{

1795max-height:50px;

1796width:50px;

1797padding:5px;

1798color:#909090;

1799font-size:11px;

1800float:left;

1801}

1802.comment-left a{

1803color:#000;

1804font-weight:bold;

1805}

1806.comment-left img{

1807width:50px;

1808max-height:50px;

1809}

1810.comment-right{

1811width:580px;

1812color:#505050;

1813padding:5px;

1814font-size:13px;

1815min-height:40px;

1816float:left;

1817margin:0;

1818position:relative;

1819}

1820.comment-right a{

1821color:#66a529;

1822font-weight:bold;

1823}

1824.comm-data{

1825color:#909090;

1826margin-bottom:5px !important;

1827display:block;

1828font-size:11px;

1829}

1830.comment-right span a{

1831font-size:11px;

1832}

1833.comment:hover .comment-title-hover{

1834display:block;

1835}

1836.comment-title-hover{

1837height:15px;

1838line-height:15px;

1839width:400px;

1840padding:0;

1841font-size:12px;

1842color:#505050;

1843display:none;

1844position:absolute;

1845top:5px;

1846right:5px;

1847z-index:10;

1848text-align:right;

1849}

1850.comment-title-hover a{

1851color:#66a529;

1852font-size:11px;

1853text-decoration:none;

1854}

1855.comment-title-hover a:hover{

1856color:#303030;

1857text-decoration:underline;

1858}

1859.comment-title-hover span{

1860float:right;

1861}

1862.comment-number{

1863color:#fff !important;

1864padding:0 3px;

1865font-weight:bold;

1866font-size:12px;

1867line-height:15px;

1868float:right;

1869background:#505050;

1870}

1871.mass-action{

1872padding:0 5px;

1873height:15px;

1874float:right;

1875}

1876.mass_comments_action{

1877padding:0 5px 5px 10px;

1878color:#909090;

1879}

1880.comment-news{

1881margin:5px 0 !important;

1882}

1883.comment-news a{

1884text-decoration:underline;

1885font-size:13px !important;

1886}

1887.comment-news a:hover{

1888text-decoration:none;

1889color:#303030;

1890}

1891.editor-row{

1892color:#909090;

1893padding:5px 15px;

1894font-weight:bold;

1895}

1896.info{

1897min-height:30px;

1898margin:10px;

1899color:#909090;

1900background:#f1f1f1 url(../images/sign.png) 5px 5px no-repeat;

1901padding:5px 5px 5px 50px;

1902border-left:3px solid #66a529;

1903font-size:12px;

1904line-height:15px;

1905text-shadow:0 1px 1px #fff;

1906}

1907.info a{

1908color:#66a529;

1909}

1910.navigation{

1911height:30px;

1912width:100%;

1913color:#000;

1914padding:5px 0 5px 0;

1915margin:5px auto;

1916font-size:15px;

1917clear:both;

1918text-align: center;

1919}

1920.navigation b{

1921font-size:25px !important;

1922}

1923.navigation a:link,

1924.navigation a:visited,

1925.navigation a:active {

1926margin:1px;

1927line-height:25px !important;

1928height:25px;

1929text-decoration:none;

1930padding:2px 6px;

1931color:#fff;

1932font-size:15px;

1933background:#66a529;

1934border-radius:2px;

1935-webkit-border-radius:2px;

1936-moz-border-radius:2px;

1937}

1938.navigation a:hover{

1939text-decoration:none;

1940color:#909090;

1941background:#202020;

1942}

1943.navigation span {

1944line-height:25px !important;

1945height:25px;

1946text-decoration:none;

1947padding:2px 6px;

1948color:#707070;

1949font-size:15px;

1950background:#f1f1f1;

1951border-radius:2px;

1952-webkit-border-radius:2px;

1953-moz-border-radius:2px;

1954}

1955.line{

1956margin:5px;

1957color:#505050;

1958padding:5px 15px;

1959border:1px solid #e1e1e1;

1960background:#fafafa;

1961min-height:20px;

1962text-align:left;

1963}

1964.sline{

1965min-width:100px;

1966min-height:20px;

1967line-height:20px;

1968float:left;

1969padding:2px 0;

1970text-align:left;

1971}

1972.line a{

1973color:#66a529;

1974}

1975.row{

1976 margin:5px;

1977color:#505050;

1978padding:5px;

1979border:1px solid #e1e1e1;

1980background:#fafafa;

1981}

1982.row a{

1983color:#66a529;

1984}

1985.row h{

1986min-width:150px;

1987padding:3px;

1988margin: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 {

2006margin:0 10px 10px 0;

2007border-radius: 15px;

2008display:initial;

2009margin:0 auto;

2010}

2011

2012

2013.poll b{

2014border-bottom:1px solid #303030;

2015}

2016.userstop{

2017font-family:Tahoma;

2018font-size:11px;

2019color:#505050;

2020border-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 {

2031border-collapse:collapse;

2032}

2033.userstop td {

2034text-align:center;

2035height: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;

2049font-size:13px;

2050font-weight:bold;

2051min-height:15px;

2052margin:0 20px 0 20px;

2053padding:2px 0 5px 0;

2054border-bottom:1px solid #ccc;

2055}

2056.stat span{

2057float:right;

2058font-weight:normal;

2059}

2060.stat a{

2061font-size:13px;

2062text-decoration:none;

2063}

2064.h-row{

2065color:#505050;

2066background:#f1f1f1;

2067font-weight:bold;

2068padding:0 0 0 15px;

2069margin:10px 0 0 0;

2070}

2071textarea, .txsh, .input1, .input2, .input3{

2072border:1px solid #ccc;

2073height:22px;

2074}

2075.input1{

2076width:312px;

2077font-family:verdana;

2078font-size:12px;

2079}

2080.input2{

2081width:100px;

2082

2083padding:3px 0;

2084font-size:12px;

2085}

2086.input3{

2087width:223px;

2088font-family:"Tahoma";

2089font-size:12px;

2090}

2091.input4{

2092width:312px;

2093height:100px;

2094font-family:verdana;

2095font-size:12px;

2096border:1px solid #ccc;

2097}

2098.clear {

2099margin:0;

2100padding:0;

2101height:1px;

2102clear:both;

2103width:100%;

2104float:

center;

2105}

2106table{

2107background:transparent;

2108border:0px;

2109border-collapse:separate;

2110}

2111table td{

2112text-align:left;

2113padding:0px;

2114background:transparent;

2115}

2116select {

2117font-size: 11px;

2118font-family: tahoma;

2119}

2120.stext {

2121color: #727272;

2122font-size: 11px;

2123font-family: tahoma;

2124}

2125.stext a:active,

2126.stext a:visited,

2127.stext a:link {

2128color: #0084ff;

2129text-decoration:none;

2130}

2131.stext a:hover {

2132color: #FFFFFF;

2133text-decoration: underline;

2134}

2135.ntitle {

2136color: #CC00FF;

2137font-size: 15px;

2138font-family: tahoma;

2139font-weight: bold;

2140padding:11px 0 0 6px;

2141}

2142.ntitle a {

2143color: #0084ff;

2144text-decoration: underline;

2145}

2146.ntitle a:hover {

2147text-decoration:none;

2148}

2149.ui-dialog fieldset{

2150padding:5px;

2151color:#66a529;

2152border: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 {

2180margin:20px 0px 0px 10px;

2181}

2182

2183 .sitemap_categories{

2184margin:0px 0px 0px 10px;

2185padding: 16px 0 6px 0;

2186font-size: 16px;

2187font-weight: bold;

2188color: #222222;

2189display: block;

2190}

2191 .sitemap_categories li {

2192margin:0px 0px 0px 10px;

2193font-size: 16px;

2194font-weight: bold;

2195color: #222222;

2196display: block;

2197}

2198 .sitemap_items {

2199margin:0px 0px 0px 20px;

2200font-size: 13px;

2201color: #333333;

2202display:block;

2203}

2204 .sitemap_items li {

2205margin:0px 0px 0px 20px;

2206font-size: 13px;

2207color: #333333;

2208display:block;

2209}

2210 .sitemap_static_pages{

2211margin:0px 0px 0px 10px;

2212font-size: 16px;

2213font-weight: bold;

2214color: #222222;

2215display: block;

2216}

2217 .sitemap_static_pages li {

2218margin:0px 0px 0px 10px;

2219font-size: 16px;

2220font-weight: bold;

2221color: #222222;

2222display: block;

2223}

2224 .root {

2225margin:0px 0px 0px 10px;

2226padding: 5px 0 2px 0;

2227font-size: 16px;

2228font-weight: bold;

2229color: #222222;

2230display: block;

2231}

2232 .sitemap_categories a {

2233margin:0px 0px 0px 10px;

2234font-size: 16px;

2235font-weight: bold;

2236color: #222222;

2237display: block;

2238}

2239 .sitemap_categories span {

2240margin:0px 0px 0px 10px;

2241font-size: 16px;

2242font-weight: bold;

2243color: #222222;

2244display: block;

2245}

2246 .sitemap_items a {

2247margin:0px 0px 0px 20px;

2248font-size: 13px;

2249color: #333333;

2250display:block;

2251}

2252 .sitemap_static_pages a {

2253margin:0px 0px 0px 10px;

2254font-size: 13px;

2255font-weight: bold;

2256color: #222222;

2257display: 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 {

2331width:669px;

2332height:11px;

2333background:url(../images/indexoneblog_top.jpg);

2334background-repeat:no-repeat;

2335font-size:1px;

2336}

2337

2338#addcform {

2339 display: none;

2340}

2341

2342.blogpost_wrapper,.blogpost_single {

2343position:relative;

2344width:649px;/*669*/

2345padding:10px;

2346padding-top:0px;

2347color:#444444;

2348overflow:hidden; /*important*/

2349}

2350

2351.blogpost_wrapper_btm {

2352background:url(../images/indexoneblog_btm.jpg);

2353margin-bottom:25px;

2354}

2355

2356.forindex {

2357background-image:url(../images/indexoneblog.jpg);

2358background-repeat:repeat-y;

2359}

2360

2361.index_bloginfotop {

2362padding:5px;

2363background:#f1f7ff;

2364border:1px solid #d3d3d3;

2365margin-bottom:10px;

2366}

2367

2368.index_blogtitle,.title {

2369margin-top:0px;

2370padding-bottom: 20px;

2371font-weight:normal;

2372font-size:18px;

2373}

2374

2375.the_content {

2376padding:0px;

2377margin:0px;

2378margin-bottom:5px;

2379font-family:verdana;

2380}

2381

2382.the_content a {

2383text-decoration:underline

2384}

2385

2386.slink {

2387width:140px;

2388valign

="top";

2389}

2390

2391.comnews {

2392valign

="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 {

2409background: url(/foto/koment2.png);

2410 width: 626px;

2411 height: 29px;

2412 display: block;

2413}

2414

2415#gocomment:hover {

2416background: url(/foto/koment2.png);

2417background-position: 0 -29px;

2418}

2419

2420.uptolike-buttons ul {

2421 border: none;

2422}

2423

2424

2425

2426

2427.tablekol {

2428border-spacing: 0 10px;

2429font-family: 'Open Sans', sans-serif;

2430font-weight: bold;

2431}

2432.tablekol th {

2433padding: 10px 20px;

2434background: #56433D;

2435color: #F9C941;

2436border-right: 2px solid;

2437font-size: 0.9em;

2438}

2439.tablekol th:first-child {

2440text-align: left;

2441}

2442.tablekol th:last-child {

2443border-right: none;

2444}

2445.tablekol td {

2446vertical-align: middle;

2447padding: 10px;

2448font-size: 14px;

2449text-align: center;

2450border-top: 2px solid #56433D;

2451border-bottom: 2px solid #56433D;

2452border-right: 2px solid #56433D;

2453}

2454.tablekol td:first-child {

2455border-left: 2px solid #56433D;

2456border-right: none;

2457}

2458.tablekol td:nth-child(2){

2459text-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

2484article, 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{

2554color:#66a529;

2555font-size:13px !important;

2556padding:0;

2557text-decoration:none;

2558}

2559.custom-n a:hover{

2560text-decoration:underline;

2561color:#303030;

2562}

2563.custom-n a:hover img{

2564opacity:0.9;

2565-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

2566-moz-opacity: 0.9;

2567}

2568.custom-n img{

2569width:150px;

2570height:100px;

2571margin:0 0 5px 0;

2572}

2573

2574

2575

2576.baner img {

2577margin:0 10px 10px 0;

2578display:block;

2579margin: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}