#ajaxticker1{
                padding: 5px;
                background: url('/main/images/productTestiBg.gif') repeat-x;
                font-family:verdana;
                font-size:11px;
                color:#4f4f4f;
            }

            #ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
                              background: url('/main/images/productTestiBg.gif') repeat-x;
            }

            h2 {
                FONT-SIZE: 13px;
                FONT-FAMILY: Arial;
                FONT-WEIGHT: bold;
                color: #000000;
                text-decoration: none;
                line-height:18px;
            }

            .text { FONT-SIZE: 12px;
                    FONT-FAMILY: Arial;
                    FONT-WEIGHT: normal;
                    color: #000000;
                    text-decoration: none;
            }

            .textbig { FONT-SIZE: 15px;
                       FONT-FAMILY: Arial;
                       FONT-WEIGHT: bold;
                       color: #000000;
                       text-decoration: none;
            }

            .textbigs { FONT-SIZE: 18px;
                        FONT-FAMILY: Arial;
                        FONT-WEIGHT: bold;
                        color: #000000;
                        text-decoration: none;
            }

            .textsmall { FONT-SIZE: 11px;
                         FONT-FAMILY: Arial;
                         FONT-WEIGHT: normal;
                         color: #000000;
                         text-decoration: none;
            }

            .textsmaller { FONT-SIZE: 10px;
                           FONT-FAMILY: Arial;
                           FONT-WEIGHT: ;
                           color: #003399;
                           text-decoration: underline;
            }

            .image {border: 1px solid #999999;
            }

            a:hover {  color: #ff0000}

           

            .ddoverlap ul{
                padding: 0;
                margin: 0;
                font-family: arial;
                font-size: 12px;
                font-weight: normal;
                list-style-type: none;
            }

            .ddoverlap li{
                display: inline;
                margin: 0;
            }

            .ddoverlap li a{
                padding: 3px 7px;
                text-decoration: none;
                padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
                color: blue;
                background: transparent url(/main/images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
                border-left: 1px solid #dbdbd5;
                position: relative;
                display: block;
                float: left;
                margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
                left: 20px;
            }

            .ddoverlap li a:visited{
                color: blue;
            }

            .ddoverlap li a:hover{
                text-decoration: none;
                color:  #ff0000;
            }

            .ddoverlap li.selected a{ /*selected tab style*/
                                      color: black;
                                      z-index: 1; /*higher z-index so selected tab is topmost*/
                                      top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
                                      background: transparent url(/main/images/righttabselected.gif) 100% 0 no-repeat;
            }

            .ddoverlap li.selected a:hover{
                text-decoration: none;
            }
			#prime table tr td
			{
					padding:10px;
			}

