﻿body
{
    background-color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}


H1, H2, H3, H4
{
    color: #990099;
}


a img
{
    border: none;
}


#stampers_menu ul
{
    padding: 0px;
    margin: 0px;
}

#stampers_menu li
{
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

#stampers_menu li a
{
    border: 0px;
    text-decoration: none;
}
#stampers_menu img
{

    border: 0px;
}

.highlight
{
    color: #990099;
}

.highlight_bold
{
    color: #990099;
    font-weight: bold;
}

.highlight_bold a
{
    color: #990099;
    font-weight: bold;
}

.subtle
{
    color: #666666;
}

.standout
{
    font-size: 12pt;
    font-weight: bold;
}

#footer
{
    clear: both;
    margin-top: 50px;
}

#footer img
{
    border: 0px;
    padding: 0px;
    margin: -2px;
}

div.maincontent
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    text-align:center;
}

div.leftcolumn
{
    clear: both;
    display: block;
    margin-right: 10px;
    float: left;
    padding: 20px;
    text-align: justify;
    width: 45%;
}

div.rightcolumn
{
    display: block;
    background-color: #F7EEF7;
    padding: 20px;
    text-align: justify;
    float: right;
    width: 45%;
}




div.FAQ
{
    margin-right: 100px;
    background-color:#F7EEF7;
    padding:10px;
}

p.faqQ
{
    margin-bottom: 3px;
    color: #4F2354;
    font-weight: bold;
}
p.faqA
{
    margin-top: 0px;
}

ul.bullet
{
    padding: 0px;
    margin: 20px;
}

li.bullet
{
    list-style-image: url(images/bullet_purple.png);
    margin-bottom: 5px;
    padding-left: 5px;
    list-style-position: outside;
}

img.contact
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

td.centred
{
    text-align: center;
    vertical-align: middle;
}

table.stamperlist
{
    border-top: solid 1px #990099;
    border-collapse: collapse;
    width:1000px;
}

tr.altrow
{
    background-color: #F7EEF7;
}

table.stamperlist td
{
    border-bottom: solid 1px #990099;
    padding: 15px;
}

table.stamperlist img
{
    border: none;
}
table.stamperlist a
{
    text-decoration: none;
}


.stampersizes
{
    border-style: dotted;
    border-width: 2px;
    border-color: Black;
    background-color: #F7EEf7;
    color: #990099;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: smaller;
}

.useslist
{
    list-style-type: none;
    margin: 0px;
    font-size: 8pt;
    font-weight: bold;
}

.useslist_detail
{
    list-style-type: none;
    margin: 0px;
    font-weight: bold;
    padding-bottom: 3px;
}

.button
{
    background-color: #996699;
    border-style:outset;
    border-width: 2px;
    border-color: #F7EEF7;
    color: #F7EEF7;
    cursor: pointer;
}

div.sampleImages
{
    clear: both;
    padding: 10px;
    border-top: solid 1px #990099;
}


.fieldlabel
{
    clear: left;
    width: 100px;
    text-align: left;
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 15px;
}

.fieldinput
{
    margin-top: 5px;
    margin-bottom: 5px;
}




/* -- Shopping Basket Styles -- */

.gridview
{
    border: solid 1px #996699;
    width: 1000px;
}

.gridviewalt
{
    background-color: #f7eef7;
}

.gridhead
{
    background-color: #996699;
    color: White;
    border: solid 1px #996699;
}
.gridfoot
{
    background-color: #996699;
    color: White;
    border: solid 1px #996699;
}

.gridview td, th
{
    border-top: dotted 1px #996699;
    border-bottom: dotted 1px #996699;
    padding: 3px;
}

.errorlist
{
    list-style-type:none;
    color:Red;
    font-weight:bold;
}


/* --- Shopping Basket Control --- */


#shoppingbasket
{
    font-size: 8pt;
    color: #990099;
    text-align: center;
    padding: 10px;
}

#shoppingbasket a
{
    border: none;
    color: #990099;
    text-decoration: none;
}


.sbitem
{
    padding-left: 20px;
    padding-right: 20px;
}


table.orderdetails
{
    border:none;
}
table.orderdetails td
{
    border:none;
    padding:0px;
}

div.shaded
{
    background-color: #F7EEF7;
    padding:10px;
}

/* --- Login Page --- */

.loginbutton
{
    background-color: #990099;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    color: #F7EEF7;
    cursor: pointer;
}

.loginarea
{
    background-color: #F7EEF7;
    font-size: 8pt;
    font-family: Arial;
    border: double 3px #990099;
    color: #990099;
}

.loginarea td
{
    padding: 5px;
    color: #990099;
}
