
/**
 * 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 
 */

/**
* User defined stylesheet
* RCMW
*/

/**
Colours:

Rasbery: 95214E
Teal: 00668a

*/

body 
{
    background-color: #5B5B5D;
    font-size: 12pt;
    font-family: Arial;
    line-height: 140%;
    color: White;    
    border: 0px;
    margin: 0px;
}


/**
Div structure
*/
.div_main
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;    
}

.div_intro
{
    width: 700px;
    float: left;
    padding-bottom: 20px;
}

.div_mag
{
    width: 300px;
    float: left;
    
}

.div_bottom
{
    width: 100%;
}

.div_left
{
    width: 350px;
    float: left;
}

.div_right
{
    width: 350px;
    float: left;
}


.strap
{
    font-family: Arial;
    font-size: large;
    font-weight: bold;
    color: #F6961E;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.topline
{
    font-family: Arial;
    font-size: x-large;
    color: Red;
}

A 
{
    color: #F6961E;
    font-size: 12pt;
    font-family: Verdana ;
}

A:link 
{
    color:#F6961E;
    font-size: 12pt;
}

A:visited 
{
    font-size: 12pt;
    color: #F6961E;
}

A:hover 
{
    font-size: 12pt;
    color: Red;
}

A:active 
{
    font-size: 12pt;
    color: #F6961E;
}


li 
{
    font-size: 12pt;
    font-family: Arial;
}

ul
{
	line-height: 130%;
	list-style-type: circle;
}





.div_block_copyright
{
    background-color: #000;
    clear: both;
}


.div_block_copyright
{
    background-color: Black;
    clear: both;
    overflow: auto;
    font-family: Verdana, Sans-Serif;
}

.div_block_copyright_inner_set
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;    
}

.div_block_copyright_column 
{
    float: left;
    width: 20%;
    padding-top: 7px;
    padding-bottom: 7px;    
}

.div_block_copyright_column p
{
    line-height: 150%;
    color: #FFFFFF;
    font-size: 8pt;    
}

.div_block_copyright_inner_set a:link 
{
    color: Gray;
    text-decoration: none;
    font-size: 8pt;  
}

.div_block_copyright_inner_set a:visited 
{
    color: Gray;
    text-decoration: none;
    font-size: 8pt;  
}

.div_block_copyright_inner_set a:active
{
    color: Gray;
    text-decoration: none;
    font-size: 8pt;  
}

.div_block_copyright_bottom
{
    clear: both;
    width: 800px;
    color: #FFF;
    text-align: center;
    padding: 10px;
    line-height: 100%;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
}

.copyright_hr
{
    color: Gray;
    height: 1px;
    width: 90%;
    clear: both;
}

hr
{    
    border: none 0; 
    border-top: 1px dashed #9E9E9E;/*the border*/
    width: 100%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


.copyright_header
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}
