﻿
/**
 * 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 
 */
 

body 
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #FFFFFF;
}

A 
{
    font-family:verdana;
}

A:link 
{
    color:#0066CC;
    font-size: small;
}

A:visited 
{
    color: #0066CC;
}

A:hover 
{
    color: #FF6600
}

A:active 
{
    color: #0066CC;
}

h1 
{
    font-family: Verdana;
    font-size: 120%;
    color: #8B7765;
}

h2 
{
    font-family: Verdana;
    font-size: 110%;
    color: #8B7765;
}

h3 
{
    font-family: Verdana;
    font-size: 105%;
    color: #8B7765;
}
   
p 
{
    font-size: 10pt;
    font-family: Verdana;
    line-height: 150%;
}

li 
{
    font-size: 10pt;
    font-family: Verdana;
}

ul
{
    list-style-image: url('goto.jpg');
	line-height: 130%;
}

hr 
{
    border: none 0; 
    border-top: 1px dashed #8B7765; /*the border*/
    
    width: 90%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.faq
{
    border-style: dashed;
    border-width: 1px;
    border-color: #9E9E9E;
    background-color: #E8E8E8;  
}


.error
{
    border-style: dashed;
    border-width: 1px;
    border-color: #EB5E66;
    background-color: #F6C9CC;  
}

.cart
{
    border-style: dashed;
    border-width: 1px;
    border-color: #CDAD00;
    background-color: #FFFACD;  
}

.cols
{
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #9E9E9E; 
}

.mytop
{
    background-color: #366fa4;      
}

/*
input
{
   font-size:12px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#000066;
   background-color:#3366CC;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ff3366CC');
   border-style:solid;
   border-width:1px;
} 
*/