/* BASICS */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    background-attachment: fixed;
    font-family: arial;
    font-size: 10pt;
}

img {
    border: 0px;
}

img.margin {
    margin: 5px;
}

img.border {
    border: 1px solid black;
    margin: 6px;
}

img.plainborder {
    border: 1px solid black;
}

img.marquee {
    margin-top: 5px;
}

a:link {
    color: #10627C;
    text-decoration: none;
}

a:visited {
    color: #8D5929;
    text-decoration: none;
}

a:hover {
    color: #8D5929;
    text-decoration: underline;
}

p {
    margin: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

p.smallfont {
    font-size: 9pt;
}

div.comments {
    margin: 10px;
}

/* END BASICS */
/* DROP DOWN */
#nav, #nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    font-family: arial;
}

#nav a {
    display: block;
    margin-right: -1px;
    color: black;
    padding: 2px;
    text-decoration: none;
    border: 1px solid black;
}

#nav li {
    width: 181px;
    float: left;
    display: block;
    line-height: 1.5em;
    background-image: url(images/menu.png);
}

#nav a:after {
    content: url(images/bullet1.gif);
    float: right;
}

#nav a:hover:after {
    content: url(images/bullet.gif);
    float: right;
}

#nav li a:hover {
    background-image: url(images/menu1.png);
    font-weight: bold;
}

/*2nd layer*/
#nav li ul a {
    background-color: rgb(181, 228, 242);
}

#nav li ul a:hover {
    background-image: none;
    background-color: rgb(241, 227, 171);
}

/*3rd layer*/
#nav ul ul a {
    background-color: rgb(201, 230, 245);
}

#nav ul ul a:hover {
    background-image: none;
    background-color: rgb(243, 233, 188);
}

#nav li li {
    margin-top: -1px;
}

#nav li ul { /*hide second and third layer by default*/
    position: absolute;
    width: 181px;
    left: -999em;
}

#nav li ul ul {
    margin: -1.9em 0 0 13.6em;
}

#nav li:hover ul ul { /*hide third layer when hover first*/
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul { /*show second when hover first, third when hover second */
    left: auto;
}

/* END DROP DOWN */
/* TEMPLATE */
table.main {
    width: 720px;
    margin-left: 51px;
    margin-top: 0px;
    margin-bottom: 0px;
}

table.spotlight {
    width: 724px;
    margin-bottom: -6px;
    background-image: url(images/spotlight.png);
    background-repeat: no-repeat;
}

table.spotlight1 {
    width: 724px;
    margin-bottom: -20px;
    background-image: url(images/spotlight.png);
    background-repeat: no-repeat;
}

table.header {
    width: 100%;
    margin-bottom: -10px;
}

table.footer {
    height: 40px;
}

table.updatesandads {
    height: 100px;
    width: 720px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 2px;
}

td.banner {
    vertical-align: top;
    height: 150px;
}

td.marquee {
    background-image: url(images/marqueebg.bmp);
    border-top: 1px dashed #A3DEF1;
    height: 40px;
    text-align: center;
}

.marquee img{
	margin-left: 5px;
	margin-bottom: 2px;
}

td.nav {
    vertical-align: top;
    font-weight: bold;
}

td.spotlightintro {
    width: 220px;
    height: 125px;
    vertical-align: top;
}

td.spotlightgap {
    width: 249px;
    height: 100px;
}

td.spotlight {
    width: 245px;
    height: 100px;
    vertical-align: top;
}

td.updates {
    height: 100px;
    vertical-align: top;
    background-image: url(images/updatesbg.png);
    border-top: 1px solid #10627C;
    border-bottom: 1px solid #10627C;
}

td.intros1 {
    width: 147px;
    vertical-align: top;
    border-left: 3px double #10627C;
    border-right: 3px double #10627C;
    border-top: 1px solid #10627C;
    border-bottom: 1px solid #10627C;
    background-image: url(images/introbg.png);
    font-size: 9pt;
}

td.intros2 {
    width: 170px;
    vertical-align: top;
    border-left: 3px double #10627C;
    border-right: 3px double #10627C;
    border-top: 1px solid #10627C;
    border-bottom: 1px solid #10627C;
    background-image: url(images/introbg.png);
    font-size: 9pt;
}

td.paw {
    width: 42px;
    vertical-align: middle;
}

td.content {
    height: 100%;
    vertical-align: top;
    background-image: url(images/bg.png);
}

td.footer {
    height: 84px;
    vertical-align: top;
    background-image: url(images/footer.png);
    border-top: 1px dashed #F7E6B2;
}

td.footer1 {
    height: 6px;
}

h1 {
    width: 100%;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-size: 13pt;
    background-color: #D6F2FC;
    border-top: 2px solid black;
    border-bottom: 4px double black;
}

h2 {
    width: 714px;
    margin: 5px;
    font-size: 13pt;
    background-image: url(images/fadebg.bmp);
}

h3 {
    width: 90%;
    margin: 25px;
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 1px solid black;
}

p.underline {
    text-align: center;
    text-decoration: underline;
}

p.intros2 {
    margin-top: 0px;
    text-align: center;
    text-decoration: underline;
}

p.welcome {
    margin-left: 17px;
    margin-top: 10px;
    font-size: 8pt;
    text-align: left;
}

p.updates {
    width: 370px;
    margin: 0px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    border-bottom: 3px double #10627C;
}

p.linkme {
    margin: -3px;
    font-size: 8pt;
    text-align: center;
}

p.footer {
    margin: 0px;
    padding: 5px;
    margin-left: 225px;
    font-size: 8pt;
    text-align: left;
    line-height: 1px;
}

p.center {
    text-align: center;
}

p.smallcenter {
    text-align: center;
    font-size: 8pt;
}

p.margin {
    margin: 25px;
}

ul.updates {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    margin-left: 0px;
    line-height: 20px;
}

input.text {
    background-image: url(images/updatesbg.png);
    font-weight: bold;
}

input.button {
    background-color: #77D0EE;
}

/* END TEMPLATE */
table.verticalfade {
    height: 180px;
    width: 705px;
    background-image: url(images/verticalfade.bmp);
    border: 1px solid black;
}

table.tableleftright {
    width: 701px;
}

table.story {
    width: 600px;
}

table.stat {
    width: 705px;
}

table.focus {
    margin: 10px;
    border: 0px;
    height: 174px;
}

td.lists {
    width: 33%;
}

td.tableheader {
    background-image: url(images/fadebg.bmp);
    text-align: left;
    font-weight: bold;
    font-size: 11pt;
    border-bottom: 1px solid black;
}

td.imageleft {
    text-align: left;
}

td.tableleft {
    width: 254px;
    height: 250px;
    background-image: url(images/tableleft.png);
    background-repeat: no-repeat;
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
}

td.tableright {
    width: 447px;
    height: 250px;
    background-image: url(images/tableright.png);
    background-repeat: no-repeat;
    vertical-align: top;
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
}

tr.tableleftright {
    border: 1px solid black;
}

td.plainupdatesbg {
    vertical-align: top;
    background-image: url(images/updatesbg.png);
    border: 1px dashed white;
}

td.statimage {
    width: 36px;
}

td.stattext {
    width: 315px;
    vertical-align: top;
}

td.hkunlockablesl {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid black;
    font-size: 11pt;
}

td.hkunlockablesr {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid black;
    font-size: 11pt;
}

td.rct2 {
    width: 300px;
    height: 350px;
    vertical-align: top;
    background-image: url(images/rct2bg.jpg);
    border: 1px dashed white;
}

td.focus {
    width: 226px;
    height: 174px;    
    background-repeat: no-repeat;
    background-position: bottom center;
    vertical-align: top;
}

td.focus ul {
    list-style-type: circle;
    margin-left: -15px;
    font-size: 9pt;
    line-height: 1.5em;
}

td.colfocus {
    background-image: url(images/colf.gif);
}

td.gamefocus {
    background-image: url(images/gamef.gif);
}

ul.normal {
    list-style-image: url(images/bullet.gif);
    text-align: left;
}

ul.plain {
    list-style-type: none;
    margin-top: -15px;
    padding: 0px;
    margin-left: 25px;
}

ul.focusbullet {
    text-indent: -5px;
    font-size: 9pt;
}

ul.hkbullet {
    list-style-image: url(images/hkbullet.gif);
}

ul.hmbullet {
    list-style-image: url(images/hmbullet.gif);
}

ul.vgbullet {
    list-style-image: url(images/vgbullet.gif);
}

li.bold {
    font-weight: bold;
}

p.rct2header {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    border-bottom: 1px solid black;
}

p.rct2text {
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

p.download {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
}

input.download {
    width: 264px;
    height: 22px;
    padding: 0px;
    margin-top: -12px;
    background-color: #FADB7F;
    color: #000000;
}

p.focusheader {
    font-size: 10pt;
    font-weight: bold;
    margin-top: -37px;
}

div.focustab img {
    vertical-align: top;
}

/*SLIDESHOW HEADERS*/
li.bag {
    background-image: url(images/hellokitty/1.header.gif);
    background-repeat: no-repeat;
}

li.clothing {
    background-image: url(images/hellokitty/2.header.gif);
    background-repeat: no-repeat;
}

li.digitalmedia {
    background-image: url(images/hellokitty/3.header.gif);
    background-repeat: no-repeat;
}

li.groomingproducts {
    background-image: url(images/hellokitty/4.header.gif);
    background-repeat: no-repeat;
}

li.homedecor {
    background-image: url(images/hellokitty/5.header.gif);
    background-repeat: no-repeat;
}

li.jewellery {
    background-image: url(images/hellokitty/6.header.gif);
    background-repeat: no-repeat;
}

li.plushes {
    background-image: url(images/hellokitty/7.header.gif);
    background-repeat: no-repeat;
}

li.stationery {
    background-image: url(images/hellokitty/8.header.gif);
    background-repeat: no-repeat;
}

li.miscellaneous {
    background-image: url(images/hellokitty/9.header.gif);
    background-repeat: no-repeat;
}

li.notepads {
    background-image: url(images/stationerycoll/1.header.gif);
    background-repeat: no-repeat;
}

li.stamps {
    background-image: url(images/stationerycoll/2.header.gif);
    background-repeat: no-repeat;
}

li.miscellaneous1 {
    background-image: url(images/stationerycoll/4.header.gif);
    background-repeat: no-repeat;
}

li.stickers {
    background-image: url(images/stationerycoll/3.header.gif);
    background-repeat: no-repeat;
}

li.animals {
    background-image: url(images/flowers/1.header.gif);
    background-repeat: no-repeat;
}

li.closeups {
    background-image: url(images/flowers/2.header.gif);
    background-repeat: no-repeat;
}

li.flowers {
    background-image: url(images/flowers/3.header.gif);
    background-repeat: no-repeat;
}

li.scenes {
    background-image: url(images/flowers/4.header.gif);
    background-repeat: no-repeat;
}

li.treesandbushes {
    background-image: url(images/flowers/5.header.gif);
    background-repeat: no-repeat;
}

li.miscellaneous2 {
    background-image: url(images/flowers/6.header.gif);
    background-repeat: no-repeat;
}

li.unocards {
    background-image: url(images/randomkitty/1.header.gif);
    background-repeat: no-repeat;
}

li.foodcharacters {
    background-image: url(images/stationeryscans/full/1.header.gif);
    background-repeat: no-repeat;
}

li.othercharacters {
    background-image: url(images/stationeryscans/full/2.header.gif);
    background-repeat: no-repeat;
}

li.otherfoods {
    background-image: url(images/stationeryscans/full/3.header.gif);
    background-repeat: no-repeat;
}

li.photographic {
    background-image: url(images/stationeryscans/full/4.header.gif);
    background-repeat: no-repeat;
}

li.sanrio {
    background-image: url(images/stationeryscans/full/5.header.gif);
    background-repeat: no-repeat;
}

li.stationery {
    background-image: url(images/stationeryscans/full/6.header.gif);
    background-repeat: no-repeat;
}

li.othercharacters {
    background-image: url(images/stationeryscans/minis/1.header.gif);
    background-repeat: no-repeat;
}

li.otherfoods {
    background-image: url(images/stationeryscans/minis/2.header.gif);
    background-repeat: no-repeat;
}

li.photographic {
    background-image: url(images/stationeryscans/minis/3.header.gif);
    background-repeat: no-repeat;
}

li.sanrio {
    background-image: url(images/stationeryscans/minis/4.header.gif);
    background-repeat: no-repeat;
}

li.stationery {
    background-image: url(images/stationeryscans/minis/5.header.gif);
    background-repeat: no-repeat;
}

li.textandsymbols {
    background-image: url(images/stationeryscans/minis/6.header.gif);
    background-repeat: no-repeat;
}

/*END SLIDESHOW HEADERS*/
