﻿/* Top Image ============================================================================ */

div.topImageBox
    {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;            
    
    width: 750px;
    height: 300px;
    
    display: block;           
    } 

div.topImageNaviBox
    {
    width: 750px;
    height: 11px;
    padding: 2px 0px 2px 0px;
    background-color: #E8E8E8;
    }

div.topImageNavi
    {
    width: 7px;
    height: 7px;
    background-color: White;
    border: Solid 2px Pink;
    margin: 0px 2px 0px 2px;
    float: right;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    }

/* Banner Box ============================================================================ */


div.specialbannerbox2
    {
    width: 750px;
    height: 142px;
    background-color: White;
    padding: 0px 0px 0px 0px;
    }

div.specialbannerbox2 div.bannernav
    {
    width: 19px;
    height: 142px;
    float: left;
    background-color: #E8E8E8;
    cursor: pointer;
    }
    
div.specialbannerbox2 div.bannerrow
    {
    width: 711px;
    height: 70px;
    background-color: White;
    color: White;
    text-align: center;
    float: left;
    }

div.specialbannerbox2 div.bannerrow div.banneritem
    {
    width: 233px;
    height: 70px;
    margin: 0px 2px 0px 2px;
    background-color: #E8E8E8;
    float: left;
    }


div.specialbannerbox
    {
    width: 750px;
    height: 70px;
    background-color: White;
    padding: 0px 0px 0px 0px;
    }

div.specialbannerbox div.bannernav
    {
    width: 19px;
    height: 70px;
    float: left;
    background-color: #E8E8E8;
    cursor: pointer;
    }
    
div.specialbannerbox div.bannerrow
    {
    width: 711px;
    height: 70px;
    background-color: White;
    color: White;
    text-align: center;
    float: left;
    }

div.specialbannerbox div.bannerrow div.banneritem
    {
    width: 233px;
    height: 70px;
    margin: 0px 1px 0px 2px;
    background-color: #E8E8E8;
    float: left;   
    }
    
/* Rss Feed Content ============================================================================ */

div.rssbox
    {
    width: 355px;
    height: 530px;
    overflow: auto;   
    border: solid 1px #E8E8E8;
    }

div.rssbox div.rsstitlebox
    {
    width: 351px;
    height: 14px;    
    padding: 2px 2px 4px 2px;                
    background-color: #E8E8E8;      
    }

div.rssbox div.rsstitlebox div.rssicon
    {
    width: 14px;
    height: 14px; 
    float: right;
    }

div.rssbox div.rssfeedbox
    {
    padding: 5px 5px 5px 5px;
    }