﻿
/**
 * Traplet Publications Ltd. Online Shop
 * Developed by Sebastian Harvey, seb.harvey@traplet.com
 * April 2008
 * 
 * All code (c) Traplet Publications Ltd, 2008 
 * Registered number: GB350323104, Traplet Publications Ltd. Traplet House, Pendragon Close, Malvern, UK, WR14 1GA 
 */


html, body 
{
    height: 100%;
    margin: 0;
    padding: 0;

    background-color: #FFFFFF;
}

.main_window
{
    background-color: #FFFFFF;
}


/**
Top bar links
*/
A:link.topbar
{
    color: Gray;
    font-size: 8pt;
    text-decoration: none;
}

A:visited.topbar
{
    font-size: 8pt;
    color: Gray;
    text-decoration: none;
}

A:hover.topbar
{
    font-size: 8pt;
    color: Gray;
    text-decoration: none;
}

A:active.topbar
{
    font-size: 8pt;
    color: Gray;
    text-decoration: none;
}

/**
Other links
*/


A:link 
{
    color:#332D6D;
    font-size: small;
}

A:visited 
{
    font-size: 10pt;
    color: #332D6D;
}

A:hover 
{
    font-size: 10pt;
    color: #332D6D
}

A:active 
{
    font-size: 10pt;
    color: #332D6D;
}

h1 
{
    font-family: Verdana;
    font-size: 120%;
    font-weight: bolder;
    color: #332D6D;
}

h2 
{
    font-family: Verdana;
    font-size: 110%;
    font-weight: lighter;
    color: #332D6D;
}

h3 
{
    font-family: Verdana;
    font-size: 100%;
    font-weight: normal;
    color: #332D6D;
}
   
.copyright
{
    font-size: 8pt;
    font-family: Verdana;
    line-height: 150%;
    color: Gray;
}
   
p 
{
    font-size: 10pt;
    font-family: Verdana;
    line-height: 150%;
}

ol
{
    list-style-image: url('/template/images/wmv_icon.gif');
    font-size: 10pt;
    font-family: Verdana;
    line-height: 150%;
}

hr 
{
    background-color: #332D6D;
    width: 100%;
    border: 0;
    height: 1px;    
} 

/***left Side Bar***/

.navlist 
{     
    width: 200px; 
    margin-top: 5px; 
    margin-left: 1px;
}


.navlist ul 
{    
    list-style: none;
    padding: 0; 
    margin: 0; 
}

.navlist li a
{    
    display: block;
    line-height: 15px;
    width: 190px; 
    padding-top: 2px;
    padding-bottom: 2px;
    
    font-family: Verdana;
    background: inherit;
    border-right: 4px solid #B7C3D0;
    font-size: 12px;
}

.navlist li a:hover 
{
    color: #FFF;
    font-weight: bolder;
    background: #9EABFF;
    border-right: 4px solid #332D6D;
}

.navlist li .active 
{
    color: #FFF;
    font-weight: bolder;
    background: #005696;
    border-right: 4px solid #332D6D;
}
