a.news:link {font: bold 10pt Times New Roman Cyr; color:#9b7d5c; text-decoration:none;} a.news:visited {font: bold 10pt Times New Roman Cyr; color:#9b7d5c; text-decoration:none;} a.news:hover {font: bold 10pt Times New Roman Cyr; color:#9b7d5c; text-decoration:underline;} a.title:link {font: 12pt Times New Roman Cyr; color: #fcf7f1; text-decoration:none;} a.title:visited {font: 12pt Times New Roman Cyr; color:#fcf7f1; text-decoration:none;} a.title:hover {font: 12pt Times New Roman Cyr; color:#ffffff; text-decoration:underline;} a.titletwo:link {font: bold 12pt Times New Roman Cyr; color: #9b7d5c; text-decoration:none;} a.titletwo:visited {font: bold 12pt Times New Roman Cyr; color:#9b7d5c; text-decoration:none;} a.titletwo:hover {font: bold 12pt Times New Roman Cyr; color:#c74255; text-decoration:underline;} a.titletwo:active {font: bold 12pt Times New Roman Cyr;color: #c74255;text-decoration:underline;} a.categoryhref:link{font: 12pt Times New Roman Cyr; color:#c74255;text-decoration:none;} a.categoryhref:visited{font: 12pt Times New Roman Cyr; color:#c74255;text-decoration:none} a.categoryhref:hover{font: bold 12pt Times New Roman Cyr; color:#c74255;text-decoration:none;} a.subject:link {font: 10pt Times New Roman Cyr; color:#5e6571; text-decoration:none;} a.subject:visited {font: 10pt Times New Roman Cyr; color:#5e6571; text-decoration:none;} a.subject:hover {font: 10pt Times New Roman Cyr; color:#9b7d5c; text-decoration:underline;} .titleM {font: 12pt Times New Roman Cyr; color: #fcf7f1; text-decoration:none;} .titleMSch {font: bold 16pt Times New Roman Cyr; color: #9b7d5c; text-decoration:none;} .text {font: 12pt Times New Roman Cyr; color:#5e6571} .text1 {font: 10pt Times New Roman Cyr; color:#5e6571} .text3 {font: 10pt Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif; color:#9b7d5c} .price {font: bold 9pt Times New Roman Cyr; color: #86854a;} .category{font: bold 12pt Times New Roman Cyr; color:#c74255} .subcategory{font: bold 10pt Times New Roman Cyr; color:#9b7d5c} .sub {font: 10pt Times New Roman Cyr; color:#9b7d5c;} h1 {font: 9pt Times New Roman Cyr; color: #86854a;margin: 0 0 0px 0} input.nodisplay{display:none;} input{ color: rgb(81,81,81); border: 1px solid #f3e3cf; border-top:none; border-left:none; background-color:#fffaf0; font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif } div.menunodisp{ display:none; } input.button{ /*для кнопок */ color: #9b7d5c; border: 1px solid #f3e3cf; border-top:none; border-left:none; font:10pt Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif; background-color: #ffffff; } input.check{border:none;font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;} .date {font: 10pt Books Antigua,serif; color:#ffffff;} .copy {font: bold 9pt Times New Roman Cyr;color:#9b7d5c; text-decoration:none;} body { scrollbar-3dlight-color:#fcf7f1; scrollbar-arrow-color:#9b7d5c; scrollbar-base-color:#f3e3cf; scrollbar-darkshadow-color:#fcf7f1; scrollbar-shadow-color:#9b7d5c; scrollbar-track-color:#F7F7F7; /*scrollbar-face-color:#FFFFFF;*/ /*scrollbar-highlight-color:#FFFFFF;*/ } /* определим скроллируемую область */ div.tableContainer { clear: both; /*border: 1px solid #FFF; /* height: и width: задаются конкретно для таблицы */ overflow: auto; } /* а для non-IE browsers должен работать overflow в tbody. */ /* IE не понимает селектора html> */ html>body div.tableContainer { overflow: hidden; } /* set table header to a fixed position. WinIE 6.x only */ /* In WinIE 6.x, any element with a position property set to relative and is a child of */ /* an element that has an overflow property set, the relative value translates into fixed. */ /* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */ thead.fixedHeader tr { position:relative; top: expression(document.getElementById("data").scrollTop-2); /*IE5+ only*/ /* ОЧЕНЬ ВАЖНО !!! parent div должен называться data !!!!! */ } /* make the TH elements pretty */ thead.fixedHeader th { background: #0099CC; border-left: 1px solid #006666; border-right: 1px solid #006666; border-top: 1px solid #006666; font-weight: normal; padding: 4px 3px; text-align: center center; color:#FFFFFF; } /* make the A elements pretty. makes for nice clickable headers */ thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited { color: #FFF; display: block; text-decoration: none; width: 100% } /* make the A elements pretty. makes for nice clickable headers */ /* WARNING: swapping the background on hover may cause problems in WinIE 6.x */ thead.fixedHeader a:hover { color: #FFF; display: block; text-decoration: underline; width: 100% } /* define the table content to be scrollable */ /* set TBODY element to have block level attributes. All other non-IE browsers */ /* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */ /* induced side effect is that child TDs no longer accept width: auto */ html>body tbody.scrollContent { display: block; /* height: определите сами для конкретной таблицы*/ overflow: auto; width: 100% } /* make TD elements pretty. Provide alternating classes for striping the table */ /* http://www.alistapart.com/articles/zebratables/ */ tbody.scrollContent td, tbody.scrollContent tr.normalRow td { background: #FFF; border-bottom: none; border-left: none; border-right: 1px solid #3e3cf; border-top: 1px solid #3e3cf; padding: 2px 3px 3px 4px; cursor:default } tbody.scrollContent tr.alternateRow td { background: #F0F8FF; border-bottom: none; border-left: none; border-right: 1px solid #3e3cf; border-top: 1px solid #3e3cf; padding: 2px 3px 3px 4px; cursor:hand } textarea.message{ position:relative; /*left:3em;*/ text-align:justify; width:100%; height:20ex; color: rgb(81,81,81); border: 1px solid #f3e3cf; border-top:none; border-left:none; background-color:#fffaf0; overflow:auto; } iframe.innercatalog{ height:400px; width:100%; border:none; } iframe.innercatalog1{ height:400px; width:100px; border:none; } iframe.smallinner{ height:300px; width:100%; scrolling:no; border:none; display: none; } iframe.innercatalogaqua{ height:400px; width:100%; border:none; iframe.innerpart{ height:600px; width:100%; scrolling:no; border:none; }