﻿/* <![CDATA[ */
html, body
{
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    background: #E2E2E2 url(img/header_bg.png) top left repeat-x;
    font-size: 16px;
    font-family: Helvetica, 'Trebuchet MS' ,Arial,sans-serif;
    text-align: center;
    line-height: 1.4;
}
a img {
border:none;
}
h1
{
    font-weight: normal;
    margin: 0px;
}
h2
{
    font-weight: normal;
    margin: 0px;
}

.ideas h2, .ideas p
{
    font-weight: normal;
    margin: 10px 10px 0px;
}
.ideas p
{
    font-size: 14px;
}
h3
{
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
}
div#shadow
{
    text-align: left;
    width: 957px;
    margin: 0px auto;
}
div#content
{
    /*border:#000 1px solid;*/
    float: left;
    text-align: left;
    width: 717px;
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
}
div#sidebar
{
    /*border:#000 1px solid;*/
    float: right;
    text-align: left;
    width: 240px;
    padding: 0px;
}
div#title
{
    text-align: center;
    width: 675px;
    margin: 10px 0px 15px;
}
div#toptitle
{
    text-align: center;
    width: 675px;
    margin: 10px 0px 0px;
}
div#toptitle h1
{
   font-weight:bold;
   font-size:30px;
}
div.qa
{
    clear: both;
    margin: 0px 0px 35px;
    text-align: justify;
}

#photoBlackout
{
    filter: alpha(opacity=50); /*older IE*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5; /*older Safari*/
    opacity: 0.5; /*supported by current Mozilla, Safari, and Opera*/
    background-color: #000000;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    z-index: 3;
}
#signinwindow, #blackout
{
    filter: alpha(opacity=50); /*older IE*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5; /*older Safari*/
    opacity: 0.5; /*supported by current Mozilla, Safari, and Opera*/
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    z-index: 102;
}
#whitelabel, #deletelabel, #confirmLabel
{
    background: #FFF;
    width: 389px;
    height: 240px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -120px -235px;
    z-index: 103;
}
.loader {
display:none;
margin-right:3px;
}
div.venBox
        {   background:#FFF;
            float: left;
            display: inline;
            margin: 5px;
            font-size:12px;
            border:#DDD 1px solid;
            padding:8px 8px 8px;
            overflow:hidden;
            text-align:left;
        }
                div.venBox a
        {
            color: #006699;
            text-decoration: none;
            font-size: 19px;
            font-weight: bold;
            padding: 0px;
        }
         div.venImg
        {
        width:128px;
height:128px;
overflow:hidden;
            padding: 0px;
            margin: 0px;
            border: #3AB200 1px solid;
        }
div.up
{
    clear: both;
    position:relative;
    margin: 0px 0px 0px;
    text-align: justify;
}
a.action
{
    color: #199ADD;
}
a.action img
{
    border:none;
}
a.up
{
    color: #000;
    background-color: #EEE;
}
a.up:hover
{
    background-color: #CCC;
    text-decoration: none;
    cursor: pointer;
}
.upButton
{
    width: 677px;
}
div#backitup:after, div.qa:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
a
{
    color: #FFF;
    text-decoration: none;
}
.questions a
{
    display: block;
    color: #65BB00;
    line-height: 2;
}
.answers p
{
    font-size: 14px;
    line-height: 1.8;
    margin: 0px 0px 30px;
    padding: 0px;
}
.answers h3
{
    line-height: 1;
}
.highlight {
color: #65BB00;
}
a.info
{
    position: relative; /*this is the key*/
    z-index: 24;
    color: #65BB00;
    text-decoration: none;
}
a.out
{
    position: relative; /*this is the key*/
    color: #FFF;
    text-decoration: none;
    background:url(img/out.png) left center no-repeat;
    padding:0px 0px 0px 15px;
    font-size:14px;
}
a.info:hover
{
    z-index: 25;
    text-decoration: underline;
}

a.info span
{
    display: none;
}

a.info:hover span
{
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: -12em;
    right: -2em;
    width: 15em;
    border: 1px solid #65BB00;
    background-color: #EEE;
    color: #000;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    z-index:3;
}
a.small:hover span
{
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: -10em;
    left: 0em;
    width: 15em;
    border: 1px solid #65BB00;
    background-color: #EEE;
    color: #000;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    z-index:3;
}
a:hover
{
    text-decoration: underline;
}
a.menu
{
    background: #666;
}
a.progress
{
    background: #BBB;
}
a.order
{
    background: #70AD52;
}
a.menu:hover
{
    background: #FFF;
    color: #000;
}
#steps
{
    width: 675px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}
.step
{
    float: left;
    width: 150px;
    background: #FFF url(img/step.png) top left repeat-x;
    position: relative;
    
}
.step .numbers
{
    color: #FFF;
    font-size: 48px;
    line-height: 48px;
    margin: 0px 3px 0px 0px;
}
.arrow
{
    float: left;
    display: block;
    width: 25px;
    background: #FFF;
    text-align: center;
    margin-top: 35px;
}
.icon
{
    height: 70px;
    text-align: center;
    margin-top: 15px;
}
ul.links {
margin-top:0px;
padding:0px;
position:relative;
bottom:12px;
left:-20px;
}

ul.links li{
margin:0px 0px 5px;
padding:0px;
list-style-type:none;
}

ul.links li a{
font-size:14px;
}
ul.eco
{
    padding: 0px;
    list-style: none;
    margin: 15px 0px;
}
ul.services
{
    margin: 0px 15px;
}
ul.services li
{
    padding: 0 0 0 5px;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
}
ul.eco li
{
    padding: 5px 0 15px 60px;
    background-repeat: no-repeat;
}
.li_light
{
    background-image: url(img/light.gif);
}
.li_print
{
    background-image: url(img/print.gif);
}
.li_moisture
{
    background-image: url(img/water.gif);
}
.li_friendly
{
    background-image: url(img/friendly.gif);
}
.li_scratch
{
    background-image: url(img/scratch.gif);
}
.li_nontoxic
{
    background-image: url(img/nontoxic.gif);
}
.li_crack
{
    background-image: url(img/crack.gif);
}
.footer
{
    height: 200px;
    width: 100%;
    background-color: #333;
    color: #FFF;
}
.footCol
{
    float: left;
    margin: 20px 0px 20px 20px;
    padding: 0px;
    width: 214px;
    height: 100px;
    background: url(img/footer_fade.png) top left repeat-x;
}
.footCol p
{
    margin: 10px;
}
.submit
{
    height: 22px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
div#proSignIn .submit
{
    height: 18px;
    padding: 0px 0px 0px 0px;
    position:relative;
    top:2px;
    background: #222;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    border: 1px solid #555;
    width: 30px;
}

div#proSignIn
{
    color: #999;
}
.generalButton
        {
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #000;
            padding: 5px;
            color: #3AB200;
            background-color: #FFF;
            font-family:Helvetica, Arial;
        }
.Big
        {   float: right;
            font-size: 18px;
            padding: 10px;
            color: #FFF;
            background-color: #3AB200;
        }
        .upload
        {
            float: left;
            clear: left;
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #000;
            padding: 5px;
            color: #3AB200;
            background-color: #FFF;
            margin:0px 10px 5px 0px;
        }  
      .price
        {
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #000;
            padding: 0px 5px;
            height:22px;
            color: #3AB200;
            background-color: #FFF;
            margin:0 0 0 5px;
        }  
          .uploadspace
        {
            float: left;
            clear: left;
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #000;
            padding: 5px;
            color: #3AB200;
            background-color: #FFF;
            margin:9px 10px 5px 0px;
        }  
        .uploadsubmit
        {
            float: right;
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #000;
            padding: 5px;
            color: #FFF;
            background-color: #3AB200;
            margin:0px 0px 5px 0px;
        }
        .uploadremove
        {
            float: left;
            font-size: 12px;
            font-weight: bold;
            border: 1px solid #000;
            padding: 5px;
            margin:0px 0px 5px 0px;
        }
        .generalButton a
        {
            position: relative;
            top: 1px;
            font-size: 12px;
            font-weight: bold;
            color: #FFF;
            text-decoration: none;
        }
        .generalButton a:hover
        {
            text-decoration: underline;
        }
        .generalButton:hover
        {
            color: #FFF;
            background-color: #3AB200;
            border-color: #000;
            cursor: pointer;
        }
.textOut, .text
{
    padding: 0px;
    padding-left: 5px;
    background: #222;
    color: #999;
    width: 82px;
    height: 16px;
    margin: 0px 3px 0px 0px;
    font-size: 10px;
    border: 1px solid #555;
}

label {
font-size:14px;
}
.smallLabel label {
font-size:12px;
}
#mytable
{
    width: 677px;
    padding: 0;
    margin: 0;
}
#mytable2
{
    width: 659px;
    padding: 0;
    margin: 10px 0px 0px;
}
div#UpdatePanel1 {
padding:0px 27px 20px;
}
div#UpdatePanel1:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
div#UpdatePanel1 table {
position:relative;
margin:0px auto;
border-left: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
}
caption
{
    padding: 0 0 5px 0;
    width: 677px;
    font: italic 11px Helvetica, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

th
{
    font: bold 11px Helvetica, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
}
th.prices
{
    background: #CAE8EA url(img/bg_header.jpg) no-repeat;
}
.empty
{
    border-top: 1px solid #C1DAD7;
}
th.admin
{
    font: bold 11px Helvetica, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
}
th.admin
{
    background: #CAE8EA url(img/bg_header.jpg) no-repeat;
}
th.custom
{
    background: #CAE8EA url(img/bg_header_2.png) no-repeat;
}
th.nobg
{
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}
td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    padding: 8px;
    text-align: center;
    margin:0px;
}
td.prices
{
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 8px 6px 8px 12px;
    text-align: center;
}
td a
{
    color: #35474C;
    text-decoration:underline;
}
#mytable td a, #mytable2 td a {
text-decoration:none;
}
td.alt, tr.alt
{
    background: #F5FAFA;
}
td.alt a
{
    color: #4C4841;
}
td.off
{
    background: #EFEFEF;
    color: #AAA;
    font-size: 11px;
}


th.spec
{
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(images/bullet1.gif) no-repeat;
    font: bold 12px Helvetica, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
}

th.specalt
{
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(images/bullet2.gif) no-repeat;
    font: bold 12px Helvetica, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}
p.css-vertical-text
{
    color: #999;
    border: 0px solid red;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 315;
    right: 5px;
    width: 20px;
    height: 20px;
    font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-shadow: 0px 0px 1px #333;
}
p.css-vertical-text a
{
    color: #65BB00;
}
img.photoCredit
{
    position: absolute;
    top: 318;
    right: 10px;
    border: none;
}
.CartTable td {
color:#000;
}
.CartTable tr > td:first-child {

border:1px solid #C1DAD7;
}
.Customer tr > td:first-child {
font-weight:bold;
}
.Review td{
text-align:left;
font-size:12px;
}
.Review tr > th:first-child {
/*border:none;*/
}
.Orders td{
text-align:left;
font-size:12px;
border:1px solid #C1DAD7;
}
.Orders tr > th:first-child {
border:none;
}
.Order td{
text-align:left;
font-size:12px;
}
.setstatus
{
    margin:0px 0px 0px 10px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    position:relative;
    bottom:2px;
    background: #FFF;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    border: 1px solid #555;
    width: 30px;
}
.ultimate {
position: absolute;
color: #EEE;
font-size: 14px;
top: 26px;
right: -240px;
text-align: right;
}
.Reviews td{
text-align:left;
font-size:11px;
}
.Reviews .left{
background: #FFF;
}
.Reviews .alt{
background: #F5FAFA;
}
.Review td{
background: #FFF;
}
.Review .alt{
background: #F5FAFA;
}
.Summary td{
background: #FFF;
}
.CartTable td.left {
text-align:left;
}
.CartTable th.blank {
border:none;
border-bottom: 1px solid #C1DAD7;
color:#65BB00;
}
.CartTable th {
    font: bold 11px Helvetica, "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 8px;
}
.CartTable tr.blank {
    height:40px;
    border: none;
}
.CartTable select.full {
    width:206px;
}
.CartTable select.half {
    width:101px;
}
td.center {
text-align:center;
}
.summary li{
color:#000;
font-size:12px;
}

/* ]]> */