﻿body 
{
    background:url(../Theme/YourWiiShop/body_back.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #fff;
    font-family: Tahoma;
    text-align: center;
    padding-top: 10px;
}

#page 
{
    width: 70%;
    margin: auto;
    text-align: left;
   
}

#headerarea 
{
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 10px solid #5b7599;
}

#contentwrapper {
    border: 1px solid #5b7599;
    background-color: #eee;    
}

#content 
{
    min-height: 600px;
    margin: 10px;
    margin-left: 230px;
    background:url(../Theme/YourWiiShop/body_back.gif);
    background-repeat: repeat-x;
    background-position: top;            
    background-color: #fff;
    padding: 10px;

    
}

#rightarea {
    display: none;
}

#leftarea 
{
    float: left;
    width: 200px;
    margin-left: 10px;
    margin-top: 10px;
}



a, a:visited, a:active, a:hover 
{
    
    color: #426280;
}

#headernavs a { font-size: 0.9em; color: #fff;}

h1 
{
    font-size: 1em;
}

h2 
{
    font-size: 1em;
}

p 
{
    color: #555;
    font-size: 0.9em;
}



.articlepreview 
{
    position: relative;   
    background-color: #f5faff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.newscontent {font-size: 0.8em;}

.articlelink { font-size: 0.9em;}

#expandingmenu
{
    margin-bottom: 10px;
    font-size: 0.9em;
    padding-left: 10px;
}
#expandingmenucontent
{
    background-color: #fff;
    padding: 10px;
    
}
#expandingmenuheader { height: 15px; background:url(../Theme/YourWiiShop/body_back.gif); }
#expandingmenufooter { height: 15px; background:url(../Theme/YourWiiShop/body_front.gif); }

.navlink1, .navlink1:active, .navlink1:visited
{
    font-weight: bold;
    text-decoration: none;
}
.navlink-selected-1, .navlink-selected-1:active, .navlink-selected-1:visited
{
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}
.navlink1:hover 
{
    color: Red;
}
.navlink2, .navlink2:active, .navlink2:visited, .navlink3, .navlink3:active, .navlink3:visited
{
	font-size: 0.8em;
	padding-left: 15px;
    font-weight: bold;
    text-decoration: none;
}
.navlink-selected-2, .navlink-selected-2:active, .navlink-selected-2:visited, .navlink-selected-3, .navlink-selected-3:active, .navlink-selected-3:visited
{
	font-size: 0.8em;
	padding-left: 15px;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}
.navlink2:hover 
{
    color: Red;
}



#headernavs 
{
    background-color: #5b7599;
    color: #fff;
    float: right;
    bottom: 0px;
    margin-top: 91px;
    padding: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

#footer 
{
 clear: both;
}

#footerlist
{ 
    list-style-type: none; 
    padding-bottom: 10px;
    font-size: 0.9em;
}


#footerlist li {
    display: inline;
    margin-left: 30px;
    margin-right: 30px;
}
