
/**
 * 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 
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-image: url('/template/stylesheets/images/background.jpg');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: Verdana;
    line-height: 140%;
    color: Black;    
}


.main_window
{
    background-color: #FFFFFF;
}


.mag_spread
{
    background-image: url('/template/stylesheets/images/spreads.jpg'); 
    background-repeat: no-repeat;
    width: 380px;
    height: 350px;
}


.floating_mag
{        
    position: relative;
    float: left;    
    width: 175px;
    height: 248px;    
    top: 11px; 
    left: 69px;  
}

.tbl_nav_bar
{
    background-color: #A21413;
    color: White;
}

.nav_bar_links
{
    font-size: 9pt;
    font-family: Verdana;
    color: White;
    font-weight: bold;
    text-align: center;
    /*letter-spacing: 1px;*/
}


/**
* Article css
*/

.ArticleDate
{
    font-size: 8pt;
    font-family: Verdana;
    color: #7F7F7F;
}

.ArticleListHead
{
    font-family: Verdana;
    font-size: 200%;
    font-weight: bold;
    color: #ED008C; 
    text-transform: uppercase;
    /*border-bottom: solid 1px #5E5E5E;*/
}

.ArticleListHeader
{
    font-family: Verdana;
    font-size: 100%;
    font-weight: bolder;
}


/**
* Sidebar
*/
.sidebar_p
{
    font-size: 9pt;
    font-family: Verdana;
    color: #000;
}


.download_list
{
	list-style-image: url('http://res.trapletpublications.com/trapletimages/icon_pdf.jpg');
	line-height: 130%;
}


/* 
 * CMS formatting
 */
 
.HeadingText
{
    font-family: Verdana;
    font-size: 120%;
    color: #00668a;
}

.SubHeadingText
{
    font-family: Verdana;
    /*font-size: 100%;*/
    font-weight: bold;
    color: #00668a;
}

.NormalText
{
    font-size: 10pt;
    font-family: Verdana;
    line-height: 140%;
    color: Black;
}

A 
{
    color: #104E8B;
    font-size: 10pt;
    font-family: Verdana ;
}

A:link 
{
    color:#0066CC;
    font-size: small;
}

A:visited 
{
    font-size: 10pt;
    color: #104E8B;
}

A:hover 
{
    font-size: 10pt;
    color: Red;
}

A:active 
{
    font-size: 10pt;
    color: #0066CC;
}


h1 
{
    font-family: Verdana;
    font-size: 170%;
    color: #00668a;
}

h2 
{
    font-family: Verdana;
    font-size: 130%;
    color: #00668a;
}

h3 
{
    font-family: Verdana;
    font-size: 120%;
    color: #00668a;
}
   
p 
{
    font-size: 10pt;
    font-family: Verdana;
    line-height: 140%;
    margin-right: 7px;
}

li 
{
    font-size: 10pt;
    font-family: Verdana;
}

ul
{
	line-height: 130%;
    /*list-style-image: url(/template/stylesheets/cs/bullet.jpg); */
}

ol
{
	line-height: 130%;
}

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*/
} 


.SubHeadingText
{
    font-weight: bold;
}

.HeadingText
{
    font-size: 12pt;
    font-weight: bold;
}



/**
Copyright
*/
.copyright_header
{
    font-size: 12pt;
    font-family: Verdana;
    font-weight: bold;
    text-align: left;
    color: #4F4F4F;
}

.copyright
{
    font-size: 9pt;
    font-family: Verdana;
    line-height: 100%;
    text-align: left;
    color: #4F4F4F;
}

.hr_copyright
{
    border: none 0; 
    border-top: solid 1px #4F4F4F;
    width: 95%;
    text-align: center;
    height: 1px;
} 

a:link.copyright_link
{
    font-size: 9pt;
    color: #4F4F4F;
    text-decoration: none;    
}

a:active.copyright_link
{
    font-size: 9pt;
    color: #4F4F4F;
    text-decoration: none;
    
}

a:visited.copyright_link
{
    font-size: 9pt;
    color: #9E9E9E;
    text-decoration: none;
    
}

/**
End copyright
*/

/*
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;
} 
*/


/**
Media Gallery
*/

.MediaListItem 
{
    padding-bottom :10px ;	
    float:left;
    width: 160px;
    height: 200px;
}
	
.MediaGalleryItem 
{
    padding :5px 5px 5px 5px ;	    
    float:left;
    width: 160px;
    height: 250px;    
}

.MediaListData 
{

}

.MediaListHost 
{
    text-align: center;
}

.MediaGalleryHost 
{
    text-align: center;
    width: 100%;
}