/*
blue #006699;
50% blue #7FB2CC;
light blue background #E6EFF7;
grey #cccccc;
cream #eddfd7;
*/

* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
    color: #006699;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}

a:active {
    color: #ff3333;
    text-decoration: underline;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clearBoth {
    clear: both;
}
p {
    margin: 5px 0;
}
ul {
    list-style-position: inside;
}
hr {
    background-color: #ffffff;
    margin: 10px;
}

/*HEADER CONTROLS*/
h1 {
}
h2 {
    color: #006699;
    padding-bottom: 8px;
}
.h2 {
    background: url(../images/page/dark-grey-hr.gif) no-repeat bottom right;
    margin-bottom: 10px;
}
.h2 span {
    background: url(../images/page/light-grey-hr.gif) no-repeat bottom right;
    padding-bottom: 8px;
    padding-right: 5px;
}
h3 {
    margin: 5px 0 5px 10px;
}
h4 {
}

body {
    background-color: #E6EFF7;
    font-size: 9pt;
    color: #000000;
}

#pageWrapper {
}
#content {
    width: 1022px;
    margin: 0 auto;
    background: url(/images/page/pagebg.gif) repeat-y top left;
}
#contentLeft {
    width: 770px;
    float: left;
    margin: 10px 0 0 0;
}
#contentRight {
    background-color: #006699;
    width: 120px;
    float: left;
    padding: 7px 5px;
    text-align: center;
    color: #ffffff;
}

#bannerblock {
    float: left;
    width: 120px;
    padding-left: 2px;
    background-color: white;
}

.mainContent {
    margin: 20px 5px 0 0;
}
.mainContent p, .mainContent h3 {
    margin: 5px 0 5px 10px;
}

.mainContent h3 {
    color: #006699;
}



.moduleWrapper {
    float: left;
    width: 45%;
    margin: 0 10px 10px 0;
}
.twoThirds {
    width: 540px;
    float: left;
    padding: 0 10px 10px 0;
}
.newsBox {
    background-color: #FFE6BD;
    width: 190px;
    float: left;
    padding: 10px;
}
.newsBox h2 {
    background: none;
}
.navigation {
    width: 770px;
    height: 24px;
    background-color: #006699;
    margin: 10px 0 0 0;
}
.navigation ul {
    list-style: none;
    padding: 5px 0 0 0;
}
.navigation ul li {
    float: left;
}
.navigation ul li a {
    padding: 5px 25px 5px 25px;
    background-color: #006699;
    color: #ffffff;
    border-right: solid #ffffff 1px;
    text-decoration: none;
}
.navigation ul li a:hover {
    padding: 4px 25px 4px 24px;
    background-color: #CC0001;
    color: #ffffff;
    border: solid 1px #006699;
}

.welcomeBox {
    width: 430px;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
}

.mainImage {
    width: 320px;
    height: 190px;
    border: solid #006699 1px;
    float: left;
}
#footer {
    border-top: solid #006699 1px;
    padding: 10px;
    background-color: #E6EFF7;
    color: #006699;
}

#footer ul {
    list-style: none;
}
#footer ul li {
    float: left;
    padding: 0 10px;
    border-right: solid #006699 1px;
}

#footer .lastFooterNav {
    border-right: 10px;
}

.footerLogo {
    float: right;
}

#imageCaptionWrapper {
    margin: 6px 0px 10px 15px;
    float: right;
}

#imageCaptionWrapper img {
    border: 1px solid black;
}

#imageCaptionWrapper .caption {
    font-style: italic;
    text-align: right;
}

.standfirst {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
    font-style: italic;
}

.story {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
    font-style: normal;
    font-size: 10pt;
}
.story li {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 10px 0 10px 15px;
    font-style: normal;
    font-size: 10pt;
}

.dateSubmitted {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: smaller;
}

#storyIndex {
    border-top: solid 1px #006699;
    margin: 15px 3px 10px 3px;
    padding: 8px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-style: normal;
}

#newsIndex ul, #linkIndex ul, #storyIndex ul, .links {
    list-style: none;
    list-style-image: url(/images/standing/gt_li.png);
    list-style-position: inside;
    margin: 0 0 0 2em;
}

#newsIndex li, #linkIndex li {
    padding: 0 0 .8em 0;
}

#newsIndex a, #linkIndex a {
    text-decoration: underline;
}

#newsIndex p, #linkIndex p {
    padding-bottom: 1em;
}

.storeitem {
    background-color: #006699;
    margin: 5px;
    color: white;
    width: 230px;
    padding: 5px;
}
.storeitem a {
    color: white;
}
.storeitem img {
    padding: 10px;
    float: left;
}

table#ConfirmTheIssues {
    width: 100%;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
}

.RowBackIssues, .RowOfferTitle {
    background: url(/pix/nav/mainHeaderBackground.gif) repeat top left;
    color: white;
    height: 3em;
}

td.Postage {
    font-size: 70%;
    line-height: .9em;
}

#loadingpostage {
    position: absolute;
    top: 40%;
    left: 40%;
    margin-left: -100px;
    background: white url(/pix/loading.gif) center bottom no-repeat;
    padding: 2px 2px 10px 2px;
    font-size: 110%;
    font-weight: bolder;
    height: 30px;
    width: 250px;
    border: 1px solid gray;
    font-family: verdana,arial;
}

#loadingpostage p {
    margin: 0;
    padding: 0;
}

.home dt {
    font-weight: bold;
    font-size: 9pt;
}

.home .ddDate {
    font-size: 8pt;
    color: #006699;
}

.home dd {
    font-size: 8pt;
}

.ddStandfirst {
    margin-bottom: 8pt;
}

.ddStandfirst a:link {
    text-decoration: none;
    color: #000000;
}

.ddStandfirst a:visted {
    text-decoration: none;
    color: #666666;
}

.ddStandfirst a:hover {
    text-decoration: underline;
    color: #006699;
}

.ddStandfirst a:active {
    text-decoration: underline;
    color: #ff6699;
}

th {
    color: #006699;
}

.subsTable {
    background-color: #006699;
    color: #ffffff;
}

.smallBasket {
    width: 120px;
    color: #FFE6BD;
    font-size: 7pt;
    font-family: Arial helvetica, sans-serif;
    border: solid 1px #FFE6BD;
    margin: 0 0 8px 0;
    background-color: #7FB2CC;
}

.smallBasket a:link {
    color: #ffffff;
    text-decoration: none;
}

.smallBasket a:visited {
    color: #ffffff;
    text-decoration: none;
}

.smallBasket a:hover {
    color: #ffffff;
    text-decoration: underline;
}

active {
    color: #cc0000;
    text-decoration: underline;
}

.orderInstructions {
    background-color: #7FB2CC;
    width: 75%;
    padding: 8px 0;
    margin: 10px auto;
    text-align: center;
    color: #000000;
}

.store #backIssues {
    margin: 20px 0;
}

.issueContent h2 {
}

.issueContent dt {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 0 5px;
}

.issueContent dd {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 0 0 0 15px;
}

#staffContactTable td {
    vertical-align: text-top;
    padding: 2px;
}

.oddRow {
    background-color: #cccccc;
}

.evenRow {
    background-color: #eddfd7;
}


/* done on the em tag to help SEO*/
em.traction {
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}

.clearBoth {
    clear: both;
}

#backIssuesBanner {
    margin: 6px;
    height: 60px;
    width: 738px;
}

.nextIssue .image {
    margin: 0 0 0 5px;
    float: right;
}

.nextIssue .onSaleDate {
    margin: 15px 0 0 10px;
    width: 100%;
    font-weight: bold;
    font-size: larger;
    text-align: center;
    background-color: #eddfd7;
    padding: 4px;
}

.astrisk{
    color: #ff0000;
}

.productWrapper img{
margin: 5px;
}