home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 July / PCpro_2004_07.ISO / docs / amset / printer-friendly.cfm_files / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-21  |  15.8 KB  |  537 lines

  1. /*
  2.  
  3.     global elements
  4.  
  5. */
  6.  
  7.  
  8.  
  9. body { background-color:#ffffff; color:#5e5e5f; }
  10.  
  11.  
  12.  
  13. b, strong { font-weight:bold; }
  14.  
  15.  
  16.  
  17. p,ul,ol,ul ul,ol ol,ul ol,ol ul,blockquote,blockquote p,ul li ul {
  18.  
  19.     font-size: .7em;
  20.  
  21.     line-height:150%;
  22.  
  23.     font-family:verdana, arial, helvetica, sans-serif;
  24.  
  25.     margin:5px 15px 15px 9px;
  26.  
  27. }
  28.  
  29.  
  30.  
  31. tt,p tt,tt p {
  32.  
  33.     font-size: 1em;
  34.  
  35.     font-family:monospace;
  36.  
  37. }
  38.  
  39.  
  40.  
  41. .normal {
  42.  
  43.     font-size: .7em;
  44.  
  45.     font-family:verdana, arial, helvetica, sans-serif;
  46.  
  47.     font-weight: normal;
  48.  
  49.     font-style: normal;
  50.  
  51. }
  52.  
  53.  
  54.  
  55. p.small { font: 1em arial, helvetica, sans-serif; margin:5px 15px 5px 10px; }
  56.  
  57. p.searchresults { font: bold .7em; color:#002f86; }
  58.  
  59. p.search { font:10px verdana; color:#003399; margin:0px 0px 0px 0px; }
  60.  
  61. a.advsearch:link, a.advsearch:visited { font:10px arial, helvetica, sans-serif; color:#6988BB; }
  62.  
  63.  
  64.  
  65. p.clickstream { color:#c7c7c7; font-family:arial; font-size:xx-small; }
  66.  
  67. p.clickstream a:link, p.clickstream a:visited { color:#c7c7c7; text-decoration:none; }
  68.  
  69. p.clickstream a:hover { color:#002f86; text-decoration:underline; }
  70.  
  71.  
  72.  
  73. .head1 {
  74.  
  75.     font-weight:bold;
  76.  
  77.     font-size:small;
  78.  
  79.     color:#002f86;
  80.  
  81.     margin-top:4px; margin-bottom:4px;
  82.  
  83.     word-spacing: 0.05em; letter-spacing: 0.1em;
  84.  
  85. }
  86.  
  87.  
  88.  
  89. .head2 {
  90.  
  91.     font-size:.7em;
  92.  
  93.     color:#000000;
  94.  
  95.     margin-top:-8px; margin-bottom:8px;
  96.  
  97.     word-spacing: 0.05em; letter-spacing: 0.1em;
  98.  
  99.     text-transform: uppercase;
  100.  
  101. }
  102.  
  103.     
  104.  
  105. .head3 {
  106.  
  107.     font-weight:bold;
  108.  
  109.     font-size:.7em;
  110.  
  111.     color:#000000;
  112.  
  113.     margin-top:15px; margin-bottom:4px;
  114.  
  115. }
  116.  
  117.  
  118.  
  119. .head4 {
  120.  
  121.     font-weight:bold;
  122.  
  123.     font-size:.7em;
  124.  
  125.     color:#002f86;
  126.  
  127.     margin-top:4px; margin-bottom:4px;
  128.  
  129. }
  130.  
  131.  
  132.  
  133.  
  134.  
  135. .head5 {
  136.  
  137.     font-weight:bold;
  138.  
  139.     font-size:.7em;
  140.  
  141.     color:#6a6db2;
  142.  
  143.     margin-top:4px; margin-bottom:4px;
  144.  
  145. }
  146.  
  147.  
  148.  
  149. .headSidebar {
  150.  
  151.     font-weight:bold;
  152.  
  153.     color:#002f86;
  154.  
  155.     margin-top:4px; margin-bottom:4px;
  156.  
  157. }
  158.  
  159.  
  160.  
  161. a:link { color:#164294; }
  162.  
  163. a:visited { color:#697286; }
  164.  
  165. a:hover { color:#002f86; }
  166.  
  167.  
  168.  
  169. ul { list-style-type: disc; margin-left:20px; }
  170.  
  171. ol { list-style: decimal; margin-left:20px; }
  172.  
  173. li { margin-left:6px; }
  174.  
  175.  
  176.  
  177. /*
  178.  
  179.     tabs
  180.  
  181. */
  182.  
  183.  
  184.  
  185. td.tabOn{
  186.  
  187.     text-transform: uppercase;
  188.  
  189.     font:9px arial; color:white;
  190.  
  191.     padding:3px 6px 8px 5px;
  192.  
  193.     background-image:url('/en/images/_boilerplate/backgrounds/tab_on.gif');
  194.  
  195.     cursor:hand;
  196.  
  197. }
  198.  
  199.  
  200.  
  201. td.tabOff{
  202.  
  203.     text-transform: uppercase;
  204.  
  205.     font:9px arial; color:black;
  206.  
  207.     padding:3px 6px 8px 5px;
  208.  
  209.     background-image:url('/en/images/_boilerplate/backgrounds/tab_off.gif');
  210.  
  211.     cursor:hand;
  212.  
  213. }
  214.  
  215.  
  216.  
  217. .tabOn a:link, .tabOn a:visited { color:white; text-decoration:none; }
  218.  
  219. .tabOn a:hover { color:white; text-decoration:underline; }
  220.  
  221. .tabOff a:link, .tabOff a:visited { color:black; text-decoration:none; }
  222.  
  223. .tabOff a:hover { color:black; text-decoration:underline; }
  224.  
  225.  
  226.  
  227. /*
  228.  
  229.     tables
  230.  
  231. */
  232.  
  233.  
  234.  
  235. table.plain{ margin-left: 5px; }
  236.  
  237.         .plain th { vertical-align:top;
  238.  
  239.             font: bold .7em verdana, arial, helvetica, sans-serif;
  240.  
  241.             line-height:150%;
  242.  
  243.             text-align:left; 
  244.  
  245.             }
  246.  
  247.         .plain td { vertical-align:top;
  248.  
  249.             font:.7em verdana, arial, helvetica, sans-serif;
  250.  
  251.             line-height:150%;
  252.  
  253.             }
  254.  
  255.  
  256.  
  257. table.warrantyApp{ font: 10px verdana, arial, helvetica, sans-serif; }
  258.  
  259.         
  260.  
  261.             .warrantyApp th{
  262.  
  263.  
  264.  
  265.             padding: 3px 5px 3px 3px;
  266.  
  267.  
  268.  
  269.             background-color: #efebf7;
  270.  
  271.  
  272.  
  273.             vertical-align:top;
  274.  
  275.  
  276.  
  277.             font:bold .7em verdana, arial, helvetica, sans-serif;
  278.  
  279.  
  280.  
  281.             text-align:left;
  282.  
  283.  
  284.  
  285.             color:#000000;
  286.  
  287.  
  288.  
  289.             cursor:hand;
  290.  
  291.  
  292.  
  293.         }
  294.  
  295.  
  296.  
  297.         .warrantyApp th a:link { color:white; text-decoration:none; }
  298.  
  299.  
  300.  
  301.         .warrantyApp th a:visited { color:white; text-decoration:none; }
  302.  
  303.  
  304.  
  305.         .warrantyApp th a:hover { color:#fffbb5; text-decoration:none; }
  306.  
  307.  
  308.  
  309.         .warrantyApp td { }
  310.  
  311.  
  312.  
  313.         .warrantyApp td a:link, .related td a:visited {    color:#5e5e5f; text-decoration:underline; }
  314.  
  315.  
  316.  
  317.         .warrantyApp td a:hover { color:#5e5e5f; text-decoration:underline; }
  318.  
  319.  
  320.  
  321. table.warrantyResults{ background-color: #c7c7c7; }
  322.  
  323.  
  324.  
  325.         .warrantyResults th{
  326.  
  327.  
  328.  
  329.             padding-left: 2px;
  330.  
  331.  
  332.  
  333.             background-color: #efebf7;
  334.  
  335.  
  336.  
  337.             vertical-align:top;
  338.  
  339.  
  340.  
  341.             font:bold .7em verdana, arial, helvetica, sans-serif;
  342.  
  343.  
  344.  
  345.             text-align:left;
  346.  
  347.  
  348.  
  349.             color:#000000;
  350.  
  351.  
  352.  
  353.         }
  354.  
  355.  
  356.  
  357.         .warrantyResults td{
  358.  
  359.  
  360.  
  361.             background-color:#ffffff;
  362.  
  363.  
  364.  
  365.             padding: 3px 5px 3px 3px;
  366.  
  367.  
  368.  
  369.             vertical-align:top;
  370.  
  371.  
  372.  
  373.             font: .7em verdana, arial, helvetica, sans-serif;
  374.  
  375.  
  376.  
  377.         }
  378.  
  379.  
  380.  
  381. table.related{ font: 10px verdana, arial, helvetica, sans-serif; }
  382.  
  383.         .related td { padding-top:3px; padding-bottom:3px; padding-right:18px; }
  384.  
  385.         .related td a:link, .related td a:visited {    color:#5e5e5f; text-decoration:none; }
  386.  
  387.         .related td a:hover { color:#5e5e5f; text-decoration:underline; }
  388.  
  389.  
  390.  
  391. table.overview{  }
  392.  
  393.         .overview th{
  394.  
  395.             padding: 3px 5px 3px 3px;
  396.  
  397.             background-image:url('/en/images/_boilerplate/backgrounds/header_back_2color.gif');
  398.  
  399.             vertical-align:top;
  400.  
  401.             font:bold .7em verdana, arial, helvetica, sans-serif;
  402.  
  403.             text-align:left;
  404.  
  405.             color:#ffffff;
  406.  
  407.             cursor:hand;
  408.  
  409.         }
  410.  
  411.         .overview th a:link { color:white; text-decoration:none; }
  412.  
  413.         .overview th a:visited { color:white; text-decoration:none; }
  414.  
  415.         .overview th a:hover { color:#fffbb5; text-decoration:none; }
  416.  
  417.         .overview td {
  418.  
  419.             background-color:#ffffff;
  420.  
  421.             vertical-align:top;
  422.  
  423.             font:.7em verdana, arial, helvetica, sans-serif;
  424.  
  425.         }
  426.  
  427.  
  428.  
  429. table.compare{ background-color:#c7c7c7; font:.7em verdana, arial, helvetica, sans-serif;}
  430.  
  431.         .compare th{
  432.  
  433.             padding: 3px 5px 3px 3px;
  434.  
  435.             background-color: #efebf7;
  436.  
  437.             font:bold verdana, arial, helvetica, sans-serif;
  438.  
  439.             color:black;
  440.  
  441.         }
  442.  
  443.         .compare td {
  444.  
  445.             background-color:#ffffff;
  446.  
  447.             text-align:center;
  448.  
  449.         }
  450.  
  451.         .compareHead1 { font:bold small arial, helvetica, sans-serif; color:#ffffff; }
  452.  
  453.         .compareHead2 { font:x-small verdana, arial, helvetica, sans-serif; color:#ffffff; text-transform:uppercase; }
  454.  
  455.         .compareHead3 { font:bold 1em verdana, arial, sans-serif; color:#002f86; margin:0px; }
  456.  
  457.         .compare td p { font:xx-small arial; margin:0px; }
  458.  
  459.  
  460.  
  461. table.detail{  }
  462.  
  463.         .detail th{
  464.  
  465.             padding: 3px 5px 3px 3px;
  466.  
  467.             background-color: #335AA0;
  468.  
  469.             vertical-align:top;
  470.  
  471.             font:bold .7em verdana, arial, helvetica, sans-serif;
  472.  
  473.             text-align:left;
  474.  
  475.             color:#ffffff;
  476.  
  477.         }
  478.  
  479.         .detail td {
  480.  
  481.             background-color:#ffffff;
  482.  
  483.             vertical-align:top;
  484.  
  485.         }
  486.  
  487.  
  488.  
  489. table.searchForm{  }
  490.  
  491.         .searchForm th{
  492.  
  493.             padding: 3px 5px 3px 3px;
  494.  
  495.             background-color: #335AA0;
  496.  
  497.  
  498.  
  499.             text-align:left;
  500.  
  501.             color:#ffffff;
  502.  
  503.         }
  504.  
  505.         .searchForm td {
  506.  
  507.             background-color:#ffffff;
  508.  
  509.  
  510.  
  511.         }
  512.  
  513.  
  514.  
  515. table.chart{ background-color: #c7c7c7; }
  516.  
  517.         .chart th{
  518.  
  519.             padding-left: 2px;
  520.  
  521.             background-color: #002f86;
  522.  
  523.             vertical-align:top;
  524.  
  525.             font:bold .7em verdana, arial, helvetica, sans-serif;
  526.  
  527.             text-align:left;
  528.  
  529.             color:#ffffff;
  530.  
  531.         }
  532.  
  533.         .chart td{
  534.  
  535.             background-color:#ffffff;
  536.  
  537.             padding: 3px 5px 3px 3px;
  538.  
  539.             vertical-align:top;
  540.  
  541.             font: .7em verdana, arial, helvetica, sans-serif;
  542.  
  543.         }
  544.  
  545.         
  546.  
  547. table.chartLightHeader { background-color: #c7c7c7; }
  548.  
  549.         .chartLightHeader th{
  550.  
  551.             padding: 3px 5px 3px 3px;
  552.  
  553.             background-color: #EFECF7;
  554.  
  555.             vertical-align:top;
  556.  
  557.             font:bold .7em verdana, arial, helvetica, sans-serif;
  558.  
  559.             text-align:left;
  560.  
  561.             color:#000000;
  562.  
  563.         }
  564.  
  565.         .chartLightHeader th a:link { color:#000000; text-decoration:underline; }
  566.  
  567.         .chartLightHeader th a:visited { color:#000000; text-decoration:underline; }
  568.  
  569.         .chartLightHeader th a:hover { color:#000000; text-decoration:underline; }
  570.  
  571.         .chartLightHeader td{
  572.  
  573.             background-color:#ffffff;
  574.  
  575.             padding: 3px 5px 3px 3px;
  576.  
  577.             vertical-align:top;
  578.  
  579.             font: .7em verdana, arial, helvetica, sans-serif;
  580.  
  581.         }
  582.  
  583.         
  584.  
  585. /*
  586.  
  587.     <td> styles
  588.  
  589. */
  590.  
  591.  
  592.  
  593. td.dashed{ padding:0px;    background-image:url('/en/images/_boilerplate/backgrounds/td_back_dashed_white.gif'); }
  594.  
  595. td.rtdashed{ padding:0px; background-image:url('/en/images/_boilerplate/backgrounds/td_back_dashed_gray.gif'); }
  596.  
  597. td.tdbody{ background-color:#efebf7; border:1px solid #c7c7c7; }
  598.  
  599. td.yellow { background-color:#fffcd6; }
  600.  
  601. td.lightblue { background-color:#dedfef; }
  602.  
  603. th.yellow { background-color:#fffcd6; }
  604.  
  605. th.black { background-color:#000000; }
  606.  
  607. th.blue { background-color:#000080; }
  608.  
  609. td { background-image:url('/en/images/_boilerplate/shim/pixel_clear.gif'); }
  610.  
  611. td.null { background-image:url('/en/images/_boilerplate/shim/pixel_clear.gif'); }
  612.  
  613. td.rtchannel { background-image:url('/en/images/_boilerplate/backgrounds/right_light_blue.gif'); }
  614.  
  615. td.rtchannelBlank { background-image:url('/en/images/_boilerplate/backgrounds/right_light_white.gif'); }
  616.  
  617. td.rtchanneldark { background-image:url('/en/images/_boilerplate/backgrounds/right_dark_blue.gif'); }
  618.  
  619. td.rtchannelwide { background-image:url('/en/images/_boilerplate/lines/gray_vertical_double_lines.gif'); }
  620.  
  621. td.linework { padding:0px; background-color:#c7c7c7; }
  622.  
  623. td.bracketTopRight { background-image:url('/en/images/_boilerplate/lines/bracket_top_right.gif'); }
  624.  
  625. td.bracketTopRightWide { background-image:url('/en/images/_boilerplate/lines/bracket_top_right_wide.gif'); }
  626.  
  627. td.bracketTopLeft { background-image:url('/en/images/_boilerplate/lines/bracket_top_left.gif'); }
  628.  
  629. td.bracketBottomLeft { background-image:url('/en/images/_boilerplate/lines/bracket_line_bottom_left.gif'); }
  630.  
  631. td.bracketBottomRight { background-image:url('/en/images/_boilerplate/lines/bracket_line_bottom_right.gif'); }
  632.  
  633. td.rtchannel p, td.rtchanneldark p, td.rtchannelBlank p {    margin-right:25px;}
  634.  
  635. td.normal{font-size: .7em;
  636.  
  637.     line-height:150%;
  638.  
  639.     font-family:verdana, arial, helvetica, sans-serif;
  640.  
  641.     margin:5px 15px 15px 9px;}
  642.  
  643.  
  644.  
  645. /*
  646.  
  647.     misc.
  648.  
  649. */
  650.  
  651.  
  652.  
  653. .indent { margin-left:20px; }
  654.  
  655. input { font:10px verdana; color:#5e5e5f; }
  656.  
  657. textarea { font:10px verdana; color:#5e5e5f; }
  658.  
  659. option { font:10px verdana; color:#5e5e5f; }
  660.  
  661.  
  662.  
  663. .searchForm { font:10px verdana; color:#5e5e5f; }
  664.  
  665. .searchInput { font:10px verdana; color:#5e5e5f; width:150px; }
  666.  
  667.  
  668.  
  669. .footer { background-color:#000000; color:#ABABAB; font:10px arial; }
  670.  
  671. .footer a:link, .footer a:visited { color:#ABABAB; text-decoration:none; }
  672.  
  673. .footer a:hover { color:white; text-decoration:underline; }
  674.  
  675.  
  676.  
  677. /*
  678.  
  679.     global nav
  680.  
  681. */
  682.  
  683.  
  684.  
  685.     /* empty blue rectangle */
  686.  
  687.  
  688.  
  689.     #globalNavDiv{
  690.  
  691.         position:absolute; left:196px; top:46px;
  692.  
  693.         width:565px; height:26px;
  694.  
  695.         background-color:#002c84;
  696.  
  697.         layer-background-color:#002c84;
  698.  
  699.         clip: rect( 0px 565px 26px 0px );
  700.  
  701.     }
  702.  
  703.  
  704.  
  705.     /*    the actual top nav are either 
  706.  
  707.             <div class="navT1big">PRODUCTS<span class="navPlus">+</span></div>
  708.  
  709.             - or -
  710.  
  711.             <div class="navT1small">TECHNOLOGIES</div>
  712.  
  713.     */
  714.  
  715.     
  716.  
  717.     .navT1big{
  718.  
  719.         position:absolute; top:46; visibility:visible;
  720.  
  721.         width:auto; height:16px;
  722.  
  723.  
  724.  
  725.         padding: 5px 7px;
  726.  
  727.         border-left: 1px solid #F4F4F4;
  728.  
  729.         border-bottom: 1px solid #DADBEC;
  730.  
  731.  
  732.  
  733.         font: 10px verdana, arial, helvetica, sans-serif; 
  734.  
  735.         cursor: hand;
  736.  
  737.     }
  738.  
  739.     .navT1big a:link{ color:white; text-decoration:none }
  740.  
  741.     .navT1big a:active{ color:white; text-decoration:none }
  742.  
  743.     .navT1big a:visited{color:white; text-decoration:none }
  744.  
  745.     .navT1big a:hover{ color:white; text-decoration:none }
  746.  
  747.  
  748.  
  749.     .navT1small{
  750.  
  751.         position:absolute; left:0; top:73px; visibility:visible;
  752.  
  753.         width:auto;
  754.  
  755.         padding: 2px 6px;
  756.  
  757.         border-left: 1px solid #F4F4F4;
  758.  
  759.         border-bottom: 1px solid white;
  760.  
  761.         background-color: #6A6DB2; layer-background-color: #6A6DB2;
  762.  
  763.         font: 10px verdana, arial, helvetica, sans-serif;
  764.  
  765.         cursor: hand;
  766.  
  767.     }
  768.  
  769.     .navT1small a:link{ color: #C8DEF3; text-decoration:none }
  770.  
  771.     .navT1small a:active{ color: #C8DEF3; text-decoration:none }
  772.  
  773.     .navT1small a:visited{ color: #C8DEF3; text-decoration:none }
  774.  
  775.     .navT1small a:hover{ color: #C8DEF3; text-decoration:none }
  776.  
  777.     
  778.  
  779.     .navT1smallon{
  780.  
  781.         position:absolute; left:0; top:73px; visibility:visible;
  782.  
  783.         width:auto;
  784.  
  785.         padding: 2px 6px;
  786.  
  787.         border-left: 1px solid #F4F4F4;
  788.  
  789.         border-bottom: 1px solid white;
  790.  
  791.         background-color: #6A6DB2; layer-background-color: #6A6DB2;
  792.  
  793.         font: 10px verdana, arial, helvetica, sans-serif;
  794.  
  795.         cursor: hand;
  796.  
  797.     }
  798.  
  799.     
  800.  
  801.     .navT1smallon a:link{ color: #ffffff; text-decoration:none }
  802.  
  803.     .navT1smallon a:active{ color: #ffffff; text-decoration:none }
  804.  
  805.     .navT1smallon a:visited{ color: #ffffff; text-decoration:none }
  806.  
  807.     .navT1smallon a:hover{ color: #ffffff; text-decoration:none }
  808.  
  809.     
  810.  
  811.     #navproductsDiv{     left: 196px; width:  92px; height:26px; clip: rect( 0px  92px 26px 0px ); }
  812.  
  813.     #navsupportDiv{     left: 288px; width: 167px; height:26px; clip: rect( 0px 167px 26px 0px ); }
  814.  
  815.     #navsolutionsDiv{     left: 455px; width: 156px; height:26px; clip: rect( 0px 156px 26px 0px ); }
  816.  
  817.     #navaboutDiv{         left: 611px; width: 150px; height:26px; clip: rect( 0px 150px 26px 0px ); }
  818.  
  819.     #navpartnersDiv{     left: 196px; width: 207px; height:19px; clip: rect( 0px 207px 18px 0px ); }
  820.  
  821.     #navtechnologiesDiv{    left: 403px; width: 208px; height:19px; clip: rect( 0px 208px 18px 0px ); }
  822.  
  823.     #navshopDiv{         left: 611px; width: 150px; height:19px; clip: rect( 0px 150px 18px 0px ); }
  824.  
  825.  
  826.  
  827.     .navPlus{
  828.  
  829.         font: bold 13px verdana, arial, helvetica, sans-serif;
  830.  
  831.         color: #CBB075;
  832.  
  833.     }
  834.  
  835.  
  836.  
  837.     /*    drop downs look like:
  838.  
  839.         <div class="navDrop">
  840.  
  841.             <div class="navDropRow0">Lorem Overview</div>
  842.  
  843.             <div class="navDropRow">Ipsum 1</div>
  844.  
  845.             <div class="navDropRow">Ipsum 2</div>
  846.  
  847.                 ...
  848.  
  849.             <div class="navDropRow">Ipsum n</div>
  850.  
  851.         </div>
  852.  
  853.     */
  854.  
  855.  
  856.  
  857.     .navDrop{
  858.  
  859.         position:absolute; top:91px; visibility:hidden;
  860.  
  861.         width:175; height:auto;
  862.  
  863.         background-color: #8AA8D8;
  864.  
  865.         border: 1px solid white;
  866.  
  867.     }
  868.  
  869.     .navDropRow, .navDropRow0{
  870.  
  871.         position:relative;
  872.  
  873.         font: 10px verdana, arial, helvetica, sans-serif;
  874.  
  875.         padding: 2px 6px;
  876.  
  877.         color: white;
  878.  
  879.         cursor: hand;
  880.  
  881.     }
  882.  
  883.     .navDropRow0{ border-top: none; }
  884.  
  885.     .navDropRow{  border-top: 1px solid white; }
  886.  
  887.     
  888.  
  889. /*
  890.  
  891.     leftnav 
  892.  
  893. */
  894.  
  895.  
  896.  
  897. .leftnavT1offLine{    background-color: #6E7695; }
  898.  
  899. .leftnavT1onLine{    background-color: #FFFFFF; }
  900.  
  901. .leftnavT2offLine{    background-color: #6E7695; }
  902.  
  903. .leftnavT2onLine{    background-color: #FFFFFF; }
  904.  
  905. .leftnavT3offLine{    background-color: #94AACF; }
  906.  
  907. .leftnavT3onLine{    background-color: #94AACF; }
  908.  
  909.  
  910.  
  911. .leftnavT2on { 
  912.  
  913.     font: 10px verdana, arial, helvetica, sans-serif;
  914.  
  915.     padding:3px 0px 4px 3px;
  916.  
  917.     text-transform:uppercase;
  918.  
  919.     background-color:#6B71B5;
  920.  
  921.     cursor:hand;
  922.  
  923. }
  924.  
  925.  
  926.  
  927. .leftnavT2img { 
  928.  
  929.     background-color:#6B71B5;
  930.  
  931.     cursor:hand;
  932.  
  933. }
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941. .leftnavT2on a:link, .leftnavT2on a:visited { color:white; text-decoration:none; }
  942.  
  943. .leftnavT2on a:hover { text-decoration:underline; }
  944.  
  945.  
  946.  
  947. .leftnavT2off { 
  948.  
  949.     font: 10px verdana, arial, helvetica, sans-serif;
  950.  
  951.     padding:2px 0px 4px 3px;
  952.  
  953.     cursor:hand;
  954.  
  955. }
  956.  
  957. .leftnavT2off a:link, .leftnavT2off a:visited { color:white; text-decoration:none; }
  958.  
  959. .leftnavT2off a:hover { text-decoration:underline; }
  960.  
  961.  
  962.  
  963. .leftnavT3on  {
  964.  
  965.     font: 10px verdana, arial, helvetica, sans-serif;
  966.  
  967.     padding:2px 5px 4px 13px ;
  968.  
  969.     background-image:url('/en/images/_boilerplate/backgrounds/tier3_on.gif');
  970.  
  971.     background-color:#94aacf; 
  972.  
  973.     cursor:hand;
  974.  
  975. }
  976.  
  977. .leftnavT3on a:link, .leftnavT3on a:visited { color:white; text-decoration:none; }
  978.  
  979. .leftnavT3on a:hover { text-decoration:underline; }
  980.  
  981.  
  982.  
  983. .leftnavT3off { 
  984.  
  985.     font: 10px verdana, arial, helvetica, sans-serif;
  986.  
  987.     padding:2px 5px 4px 8px ;
  988.  
  989.     background-color:#94aacf;
  990.  
  991.     cursor:hand;
  992.  
  993. }
  994.  
  995. .leftnavT3off a:link, .leftnavT3off a:visited { color:black; text-decoration:none; }
  996.  
  997. .leftnavT3off a:hover { text-decoration:underline; }
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005. /*
  1006.  
  1007.     home
  1008.  
  1009. */
  1010.  
  1011.  
  1012.  
  1013. #iconStripHolder{
  1014.  
  1015.     position:relative; top:0; left: 0; 
  1016.  
  1017.     width:auto; height:30px;
  1018.  
  1019. }
  1020.  
  1021. .iconStrip{
  1022.  
  1023.     position:absolute; left:0; top:0; visibility:visible; 
  1024.  
  1025.     width:auto; height:auto; 
  1026.  
  1027. }
  1028.  
  1029. #iconStripOnDiv{
  1030.  
  1031.     clip: rect(0px 0px 30px 0px);
  1032.  
  1033. }
  1034.  
  1035.  
  1036.  
  1037. #homeLeftFeatureDiv2{
  1038.  
  1039.     position:absolute; left: 0px; top: 124px; visibility:visible; 
  1040.  
  1041.     width:auto; height:auto; 
  1042.  
  1043. }
  1044.  
  1045.  
  1046.  
  1047. #homeLeftFeatureDiv{
  1048.  
  1049.     position:absolute; left: 0px; top: 133px; visibility:visible; 
  1050.  
  1051.     width:auto; height:auto; 
  1052.  
  1053. }
  1054.  
  1055. #homeLeftFeaturePhoto{
  1056.  
  1057.     position:absolute; left:0px; top:13px; visibility:visible; 
  1058.  
  1059.     width:auto; height:auto; 
  1060.  
  1061. }
  1062.  
  1063. #homeLeftFeatureShop{
  1064.  
  1065.     position:absolute; left:0px; top:83px; 
  1066.  
  1067.     width: 190px; 
  1068.  
  1069.     text-align:right;
  1070.  
  1071.     font:9px verdana; color:#E4E5EE;
  1072.  
  1073. }