/*
Theme Name: Trade interchange
Theme URI: http://www.koodoocreative.co.uk
Version: 1.0
Author: Sam Whisker
Author URI: http://bwww.koodoocreative.co.uk
Tags: koodoo
*/


@import "reset.css";
@import "frame.css";
@import "navigation.css";
@import "home.css";
@import "news.css";
@import "contact.css";
@import "SIMRegistration.css";
@import "customers.css";
@import "services.css";

.h3title
{
    text-decoration:none;
}

.divide
{
    width:90%;
    padding: 0;
    margin-left:5%;
    margin-right:5%;
    margin-top:5px;
    margin-bottom: 5px;
    border-top: solid 1px #b8b5d4;
    background-color: #e2e2e7;
    line-height: 1px;
    height:1px;
    font-size: 1px;
}

.divide2
{
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-top:5px;
    margin-bottom: 5px;
    border-top: solid 4px #373475;
    height:0px;
}

.divide2full
{
    width:100%;
    margin-top:5px;
    margin-bottom: 5px;
    border-top: solid 4px #373475;
    height:0px;
}

 .tableRowSpacer
{
    padding-top:10px;
}

.serviceicon
{   
    position:absolute;
    top:0;
    right:0;
    width:55px;
    height:55px;
}
.articleicon
{
    position:absolute;
    margin-right:30px;
    top:0;
    right:0;
    width:55px;
    height:55px;
}

.articleiconlarge
{
    position:absolute;
    margin-right:30px;
    top:0;
    right:0;
    width:100px;
    height:100px;
}
.articletext p img
{
   border:3px solid #343071; 
}



.CBulletList
{
    font-size:12px;
    color:#4c4c4c;
    line-height: 1.5em;    
    Display:block;   
    overflow:auto;
    margin-left:25px;
}


/* Headings */
.CTitle
{
    color:#27235d;
    font-size:170%;
    text-decoration:none;
    font-weight:bolder;    
}

.CBold{font-weight:bold;}

.CStandardTextSize
{
    font-size:12px;
    color:#4c4c4c;
    line-height: 1.5em;
}
.CStandardTextSize tr td
{
    padding-right:10px;
}

/* CheckBoxListLayout */
.CCheckBoxListWidth250 td
{
    width:250px;
}
.CCheckBoxListWidth250 label
{
    margin-left:5px;
}

.CStandardTextSizeTable {margin-top:15px;font-size:0.9em;color:#4c4c4c;margin-left:30px;line-height: 1.3em;} 


