* --------------------------------- * * --------------------------------- * /* ######### CSS for Shade Tabs. ######### */ .shadetabs{padding: 3px 0;margin-left: 3;margin-top: 1px;margin-bottom: 0;font: bold 10px Verdana;list-style-type: none;text-align: left; /*set to left, center, or right to align the menu as desired*/ } .shadetabs li{display: inline;margin: 0;solid navy} .shadetabs li a{margin-top: 1px;text-decoration: none;position: relative;z-index: 1; top: 0px;padding: 5px 5px;margin-top: 10px;border: 1px solid #323232;color: #a1a1a1;background: white url("../../s50.radikal.ru/i129/1003/ad/2115a60153c9.jpg")/*tpa=http://s50.radikal.ru/i129/1003/ad/2115a60153c9.jpg*/;solid navy} .shadetabs li a:visited{color: #a1a1a1;} .shadetabs li a:hover{text-decoration: none;color: #e10101;} .shadetabs li a.selected{ /*selected main tab style */ position: relative;top: 0px;padding: 5px 5px;color: #e10101;} .shadetabs li a.selected{ /*selected main tab style */ background-image: url("../../s50.radikal.ru/i129/1003/ad/2115a60153c9.jpg")/*tpa=http://s50.radikal.ru/i129/1003/ad/2115a60153c9.jpg*/; border-bottom-color: url("../../s50.radikal.ru/i129/1003/ad/2115a60153c9.jpg")/*tpa=http://s50.radikal.ru/i129/1003/ad/2115a60153c9.jpg*/; } .shadetabs li a.selected:hover{ /*selected main tab style */ text-decoration: none;} .tabcontent{display:none;} @media print { .tabcontent { display:block !important; } }