﻿
/* ****************** ratingStarGold ****************** */
.ratingStarGold {
    white-space: nowrap;
    margin: 1em;
    height: 14px;
}

    .ratingStarGold .ratingItem {
        font-size: 0pt;
        width: 13px;
        height: 12px;
        margin: 0px;
        padding: 0px;
        display: block;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ratingStarGold .Filled {
        background-image: url(graphics/ratingStarGoldFilled.png);
    }

    .ratingStarGold .Empty {
        background-image: url(graphics/ratingStarGoldEmpty.png);
    }

    .ratingStarGold .Saved {
        background-image: url(graphics/ratingStarGoldSaved.png);
    }

.star_rating {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.star_filled {
    background-image: url(graphics/ratingStarGoldFilled.png);
}

.star_empty {
    background-image: url(graphics/ratingStarGoldEmpty.png);
}

.star_saved {
    background-image: url(graphics/ratingStarGoldSaved.png);
}




.ContentTip {
    padding: 5px;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .ContentTip h3 {
        color: #578E34;
        text-shadow: 1px 1px #CCCCCC;
        font-weight: bold;
        font-size: 18px;
        padding: 0px;
        margins: 0px;
    }

div.ErrorBox {
    padding: 10px;
    vertical-align: middle;
    border: 1px dashed #FF0000;
    color: #FF0000;
    background-color: #FFFFCC;
    font-size: 13px;
}

.ActionLink {
    background-position: left center;
    background-image: url('/images/graphics/green_arrow.png');
    height: 12px;
    padding-left: 12px;
    background-repeat: no-repeat;
}

a:link.ActionLink, a:visited.ActionLink {
    text-decoration: none;
}

a:hover.ActionLink {
    text-decoration: underline;
}



.LikeLink {
    border: 1px solid #C0C0C0;
    background-position: 4px center;
    background-image: url('/images/graphics/ratingStarGoldEmpty.png');
    height: 12px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 5px;
    white-space: nowrap;
}

a:link.LikeLink, a:visited.LikeLink {
    background-position: 4px center;
    background-image: url('/images/graphics/ratingStarGoldEmpty.png');
    text-decoration: none;
}

a:hover.LikeLink {
    background-position: 4px center;
    background-image: url('/images/graphics/ratingStarGoldSaved.png');
    text-decoration: none;
}




.ILikeLink {
    border: 1px solid #C0C0C0;
    background-position: 4px center;
    background-image: url('/images/graphics/ratingStarGoldFilled.png');
    height: 12px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 5px;
    white-space: nowrap;
}

a:link.ILikeLink, a:visited.ILikeLink {
    background-position: 4px center;
    background-image: url('/images/graphics/ratingStarGoldFilled.png');
    text-decoration: none;
}

a:hover.ILikeLink {
    background-position: 4px center;
    background-image: url('/images/graphics/ratingStarGoldSaved.png');
    text-decoration: none;
}


.WriteLink {
    background-position: left center;
    background-image: url('/images/graphics/icon-write.png');
    height: 12px;
    padding-left: 16px;
    background-repeat: no-repeat;
}

a:link.PlusLink, a:visited.PlusLink {
    text-decoration: none;
}

a:hover.PlusLink {
    text-decoration: underline;
}


.PlusLink {
    background-position: left center;
    background-image: url('/images/graphics/green_plus.png');
    height: 12px;
    padding-left: 12px;
    background-repeat: no-repeat;
}

a:link.PlusLink, a:visited.PlusLink {
    text-decoration: none;
}

a:hover.PlusLink {
    text-decoration: underline;
}




.MinusLink {
    background-position: left center;
    background-image: url('/images/graphics/red_minus.png');
    height: 12px;
    padding-left: 12px;
    background-repeat: no-repeat;
}

a:link.MinusLink, a:visited.MinusLink {
    text-decoration: none;
}

a:hover.MinusLink {
    text-decoration: underline;
}

.HelpButton img {
    width: 25px;
    height: 25px;
    background-position: left top;
    background-image: url('/images/graphics/icon_help.png');
}

a:link.HelpButton img, a:visited.HelpButton img {
    width: 25px;
    height: 25px;
    background-position: left top;
    background-image: url('/images/graphics/icon_help.png');
}

a:hover.HelpButton img {
    width: 25px;
    height: 25px;
    background-position: left bottom;
    background-image: url('/images/graphics/icon_help.png');
}


.AddToCart {
    width: 190px;
    height: 60px;
    display: block;
    background-position: 0px 0px;
    background-image: url('/images/graphics/btnAddToCart.png');
}

a:link.AddToCart, a:visited.AddToCart {
    background-position: 0px 0px;
    background-image: url('/images/graphics/btnAddToCart.png');
}

a:hover.AddToCart {
    display: block;
    background-position: 0px 60px;
    background-image: url('/images/graphics/btnAddToCart.png');
}

.Order {
    width: 190px;
    height: 60px;
    display: block;
    background-position: 0px 0px;
    background-image: url('/images/graphics/btnOrder.png');
}

a:link.Order, a:visited.Order {
    background-position: 0px 0px;
    background-image: url('/images/graphics/btnOrder.png');
}

a:hover.Order {
    display: block;
    background-position: 0px 60px;
    background-image: url('/images/graphics/btnOrder.png');
}

.BuyNow {
    margin:2px;
    width: 200px;
    height: 300px;
    float: left;
    padding: 2px;
    border: 1px solid #FFCC66;
     display: block;
     overflow:hidden;
}
.BuyNowImageHolder {
    width: 100px;
    height: 120px;
    margin:auto;
}


.BuyNowDescription {
    margin-top:5px;
    padding: 5px;
    width: 100%;
    display: inline-block;
}

.BuyNowButton {
    width:110px;
    margin: auto;
}

a:link.BuyNowLink, a:visited.BuyNowLink {
    /*padding: 2px;
    border: 1px solid #FFCC66;
    background-color: #FFFFFF;
    margin: 4px;
    display: block;
    color: #996600;*/
}

a:hover.BuyNowLink {
    padding: 2px;
    border: 1px solid #996600;
    background-color: #EEEEEE;
    margin: 4px;
    display: block;
    color: #996600;
    text-decoration:none;
}

.AddAnotherPrint {
    /*margin: 2px;
    width: 200px;
    height: 100px;
    display: block;*/
   
}

a:link.AddAnotherPrint, a:visited.AddAnotherPrint {
    border: 1px dashed #33CC33;
    background-color: #FFFFFF;
    color: #33CC33;
    text-decoration: none;
    padding: 2px;
    width: 200px;
   text-align:center;
    display: block;
    white-space: normal;
}

a:hover.AddAnotherPrint {
    border: 1px dashed #33CC33;
    background-color: #FFFF99;
    color: #33CC33;
    text-decoration: none;
    padding: 2px;
    width: 200px;
    text-align:center;
    display: block;
    white-space: normal;
}


.aspNetDisabled {
    color: #C0C0C0;
    text-decoration: none;
}

a:hover.aspNetDisabled {
    color: #C0C0C0;
    text-decoration: none;
}


html, body, form {
    height: 100%;
    width: 100%;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 13px;
    color: #515151;
    line-height: 24px;
}

body {
    padding: 0px;
    margin: 0px;
}


/*
img
{
    border-style: none;
    outline: 



img
{
    border-style: none;
    outline: none;
    width: 372px;
    height: 282px;
}


, Arial, Helvetica, sans-serif;
    color: #003768;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
*/
h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

h2 {
    font-size: 16px;
}
/*h3
{
    font-size: 19px;
    font-weight: bold;
}*/
h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
}

hr {
    border-bottom: solid 1px #003768;
    width: 100%;
    color: #003768;
    height: 1px;
}


.FootNote {
    font-size: 11px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    padding-top: 5px;
}



/**/
a {
    color: #3399FF;
    text-decoration: none;
}

    a:link, a:Visited {
        color: #3399FF;
        text-decoration: none;
    }

    a:Hover {
        color: #3399FF;
        text-decoration: underline;
    }
/*
input[type=text], input[type=password]
{
    font-size: 11px;
    border: solid 1px #999999;
    height: 18px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 2px;
}
textarea
{
    font-size: 11px;
    color: #545454;
    border: solid 1px #999999;
    line-height: 18px;
    padding-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

SELECT
{
    font-size: 11px;
    color: #545454;
    border: 1px solid #999999;
    height: 20px;
    line-height: 14px;
    padding-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
*/
input[type=text], input[type=password], textarea, SELECT {
    border: solid 2px #CCCCCC;
    padding: 5px;
    font-size: 11px;
}

input[type=image] {
    padding: 0px;
    margin: 0px;
}

B {
    color: #003768;
}


.AdminBar {
    width: 100%;
      background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    padding: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    overflow:hidden;
}
    .AdminBar a {
        display:block;
        float:left;
        width:150px;
        text-align:center;
    }

     .AdminBar a:hover {
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
}

#HeaderBar {
}

#HeaderLogo {
}


.HeaderLogoFile {
}

#MenuBackground {
    width: 100%;
   margin-bottom:5px;
}

#MenuBar {
}







.ContentTopAcross {
}

#ContentHomePage {
}

.ContentBackground {
    width: 100%;
    display: inline-block;
    /*overflow:hidden;*/
}

#ContentTableWrapper {
    padding: 5px 0px 5px 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#ThreeColumns {
    width: 100%;
}

#ContentBackgroundAlt1 {
    width: 100%;
}

#ContentTableWrapperAlt1 {
    padding: 5px 0px 5px 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#ThreeColumnsAlt1 {
    width: 100%;
}


#FooterBackground {
    width: 100%;
    display: inline-block;
   
}

auto{
    margin-right: auto;
    overflow:auto;
}

#FooterCredits {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#OrderDetailsDiv {
    padding: 5px;
    width: 100%;
    border-top-style: dashed;
    border-top-width: thin;
    float: left;
}




#OrderDetailsDiv {
    padding: 5px;
    width: 100%;
    border-top-style: dashed;
    border-top-width: thin;
    float: left;
}




fieldset {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}


legend {
    font-size: 17px;
    font-weight: bold;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    /*text-shadow: 0 0 10px #000000;*/
}

    legend a:link {
        color: #99CCFF;
        text-decoration: none;
    }

    legend a:hover {
        color: #99CCFF;
        text-decoration: underline;
    }

/* 
--------------------------------
GridView
--------------------------------
*/

.GridViewCSS {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
}

    .GridViewCSS td {
        margin: 5px;
        padding: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #EEEEEE;
    }

    .GridViewCSS th {
        background-position: top;
        padding: 4px 2px;
        color: #999999;
        background: #EEEEEE;
        font-size: 12px;
    }

    .GridViewCSS .Pager {
        background: #424242;
    }

        .GridViewCSS .Pager table {
            margin: 5px 0;
        }

        .GridViewCSS .Pager td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .GridViewCSS .Pager a {
            color: #666;
            text-decoration: none;
        }

            .GridViewCSS .Pager a:hover {
                color: #000;
                text-decoration: none;
            }

/* 
--------------------------------
Create a Print
--------------------------------
*/
.Shape {
    background-color: #CC0000;
}

.BigBold {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}


/* Modal */
.ModalPanel {
    border: 1px solid #000000;
    padding: 5px;
    background-color: #FFFFFF;
    white-space: normal;
    z-index: 99;
}

.ModalTitle td {
    font-weight: bold;
    height: 37px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    text-align: left;
}

.ModalText {
    color: #666666;
    text-align: left;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.3;
}

.PanelAdminStyle {
    border-top-width: 1px;
    border-color: #000000;
    border-top-style: dashed;
}

.PanelHeaderMenu {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* Menus */

div.TopMenu {
    float: right;
}

div.TopMenuItem {
    padding: 5px 2px 5px 2px;
    color: #0099FF;
    text-decoration: none;
    text-align: right;
    height: 30px;
    float: left;
}

    div.TopMenuItem a:link, div.TopMenuItem a:visited {
        text-align: right;
        color: #0099FF;
        text-decoration: none;
    }

    div.TopMenuItem a:hover {
        color: #0099FF;
        text-decoration: underline;
    }

    div.TopMenuItem img {
        border-style: none;
        outline: none;
    }





div.MenuBarItem {
    display: block;
    float: left;
}

    div.MenuBarItem img {
        border-style: none;
        outline: none;
    }

    div.MenuBarItem a:link, div.MenuBarItem a:visited {
        margin: 5px 5px 5px 0px;
        color: #FFFFFF;
        width: 180px;
        font-size: 18px;
        display: block;
        text-decoration: none;
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #CCCCCC;
    }

    div.MenuBarItem a:hover {
        margin: 5px 5px 5px 0px;
        color: #FFFF00;
        width: 180px;
        font-size: 18px;
        display: block;
        text-decoration: none;
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #EEEEEE;
    }





div.FooterMenu {
    text-decoration: none;
}

    div.FooterMenu a:link, div.FooterMenu a:visited {
        color: #0099FF;
        text-decoration: none;
    }

    div.FooterMenu a:hover {
        color: #0099FF;
        text-decoration: underline;
    }


.hidden {
    display: none;
}

img {
    border-style: none;
    border-width: 0px;
}
/* 
--------------------------------
Link Buttons 
--------------------------------
*/




/*

.LinkButton
{
    border: 1px solid #00FF00;
    height: 18px;
    line-height: 18px;
    background-color: #CCCCCC;
    font-size: 11px;
    color: #333333;
    white-space: nowrap;
}
a:link.LinkButton, a:visited.LinkButton
{
    border: 1px solid #0033CC;
    padding: 2px 5px 2px 5px;
    height: 18px;
    line-height: 18px;
    background-color: #66FF33;
    text-decoration: none;
    font-size: 11px;
    color: #0033CC;
}
a:hover.LinkButton
{
    border: 1px solid #0033CC;
    padding: 2px 5px 2px 5px;
    height: 18px;
    line-height: 18px;
    background-color: #CCFFFF;
    text-decoration: none;
    font-size: 11px;
    color: #0033CC;
}


*/


/*

.LinkButtonNext
{
    border: 2px solid #0099FF;
    padding: 5px 10px 5px 10px;
    height: 40px;
    background-color: #66FF33;
    font-size: 14px;
    text-decoration: none;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}
a:link.LinkButtonNext, a:visited.LinkButtonNext
{
    border: 2px solid #0099FF;
    padding: 5px 10px 5px 10px;
    height: 40px;
    background-color: #66FF33;
    font-size: 14px;
    text-decoration: none;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}
a:hover.LinkButtonNext
{
    border: 2px solid #0099FF;
    padding: 5px 10px 5px 10px;
    height: 40px;
    background-color: #66FF33;
    font-size: 14px;
    text-decoration: none;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}


*/

/*
.LinkButtonNext
{
    padding: 5px 28px 5px 5px;
    background-position: right top;
    border: 1px solid #0099FF;
    height: 40px;
    background-color: #66FF33;
    font-size: 14px;
    text-decoration: none;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    background-image: url('/images/graphics/LinkButtonNextA.jpg');
    background-repeat: no-repeat;
}
a:link.LinkButtonNext, a:visited.LinkButtonNext
{
 padding: 5px 28px 5px 5px;
    background-position: right top;
    border: 1px solid #0099FF;
    height: 40px;
    background-color: #66FF33;
    font-size: 14px;
    text-decoration: none;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    background-image: url('/images/graphics/LinkButtonNextA.jpg');
    background-repeat: no-repeat;
}
a:hover.LinkButtonNext
{
padding: 5px 28px 5px 5px;
    background-position: right top;
    border: 1px solid #0099FF;
    height: 40px;
    background-color: #66FF33;
    font-size: 14px;
    text-decoration: none;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    background-image: url('/images/graphics/LinkButtonNextB.jpg');
    background-repeat: no-repeat;
}


.LinkButtonSubmit
{
    border: 2px solid #CCFFFF;
    padding: 5px 5px 5px 5px;
    height: 40px;
    background-color: #3399FF;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

*/


.OrderMenuItem {
    color: #666666;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    text-shadow: 2px 2px whiteSmoke;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    text-decoration: none;
    white-space: nowrap;
}


a:link.OrderMenuItem, a:visited.OrderMenuItem {
    color: #0081A1;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    text-shadow: 2px 2px whiteSmoke;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.OrderMenuItem {
    color: #0081A1;
    background-color: #E0E0E0;
    background-image: none;
    text-shadow: 2px 2px whiteSmoke;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
}
#StatusBar_Content {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
   
   
    
}
#StatusBar {
    width: 100%;
 
   
    overflow:hidden;
}
.StatusBarItem, a:link.StatusBarItem, a:visited.StatusBarItem {
    color: #CCCCCC;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    text-shadow: 1px 1px whiteSmoke;
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.StatusBarItem {
    color: #CCCCCC;
    background-color: #E0E0E0;
    background-image: none;
    text-shadow: 1px 1px whiteSmoke;
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}


.StatusBarItem_Done, a:link.StatusBarItem_Done, a:visited.StatusBarItem_Done {
    color: #CCCCCC;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    text-shadow: 1px 1px whiteSmoke;
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.StatusBarItem_Done {
    color: #CCCCCC;
    background-color: #E0E0E0;
    background-image: none;
    text-shadow: 1px 1px whiteSmoke;
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.Rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
}

.BuilderToolBar {
    padding: 2px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-top: 5px;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    border: solid 1px #CCCCCC;
   
}



.LinkButton, a:link.LinkButton, a:visited.LinkButton {
    color: #009933;
    background-color: #E0E0E0; /*background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');*/
    background-image: url('/images/graphics/LinkButtonBack_1.jpg');
    background-position-x: center;
    background-position-y: center; 
    background-position:center center;/*text-shadow: 1px 1px whiteSmoke;*/
    /*font-weight: bold;*/
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.LinkButton {
    color: #009933;
    background-color: #E0E0E0; /*background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');*/
    background-image: url('/images/graphics/LinkButtonBack_2.jpg');
    background-position-x: center;
    background-position-y: center;
    background-position:center center; /*text-shadow: 1px 1px whiteSmoke;*/
    /*font-weight: bold;*/
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #009933;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}




.LinkButtonNext, a:link.LinkButtonNext, a:visited.LinkButtonNext {
    color: white;
    background-color: #578E34;
    /*background-image: -moz-linear-gradient(center top, #66BC29, #578E34);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66BC29), color-stop(1, #578E34));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#66BC29', EndColorStr='#578E34');*/
      background-image:url('/images/graphics/LinkButtonNextBack_1.jpg');
    background-position-x: center;
    background-position-y: center;
    background-position:center center; /*text-shadow: 1px 1px whiteSmoke;*/
    text-shadow: 2px 2px #666;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.LinkButtonNext {
    color: white;
    background-color: #578E34;
    background-image:url('/images/graphics/LinkButtonNextBack_2.jpg');
   background-position-x: center;
    background-position-y: center;
    background-position:center center; /*text-shadow: 1px 1px whiteSmoke;*/
    text-shadow: 2px 2px #666;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.Small, a:link.Small, a:visited.Small {
    padding: 3px 10px;
    font-size: 12px;
    text-shadow: none;
    text-transform: none;
}


.Small, a:link.Small, a:visited.Small {
    padding: 3px 10px;
    font-size: 12px;
    text-shadow: none;
    text-transform: none;
}


.LinkButtonSubmit, a:link.LinkButtonSubmit, a:visited.LinkButtonSubmit {
    color: #0081A1;
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
    text-shadow: 1px 1px whiteSmoke;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

a:hover.LinkButtonSubmit {
    color: #0081A1;
    background-color: #E0E0E0;
    background-image: none;
    text-shadow: 1px 1px whiteSmoke;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}




/*
a:link.LinkButtonSubmit, a:visited.LinkButtonSubmit
{
    border: 2px solid #CCFFFF;
    padding: 5px 5px 5px 5px;
    height: 40px;
    background-color: #3399FF;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}
a:hover.LinkButtonSubmit
{
    border: 2px solid #CCFFFF;
    padding: 5px 5px 5px 5px;
    height: 40px;
    background-color: #99CCFF;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}



*/


span.DataPagerNumber {
    /*margin: 2px;*/
    background-position: center center;
    border: 1px solid #CCCCCC;
    height: 25px;
    text-decoration: none;
    font-size: 12px;
    color: #CCCCCC;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

a:link.DataPagerNumber, a:visited.DataPagerNumber {
    /*margin: 2px;*/
    background-position: center center;
    border: 1px solid #CCCCCC;
    height: 25px;
    background-color: #C0C0C0;
    text-decoration: none;
    font-size: 12px;
    color: #666666;
    background-image: url('/images/graphics/pagerbuttonbackground1.jpg');
    background-repeat: no-repeat;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

a:hover.DataPagerNumber {
    /*margin: 2px;*/
    background-position: center center;
    border: 1px solid #CCCCCC;
    height: 25px;
    background-color: #C0C0C0;
    text-decoration: none;
    font-size: 12px;
    color: #666666;
    background-image: url('/images/graphics/pagerbuttonbackground2.jpg');
    background-repeat: no-repeat;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}




.TableTopLine {
    width: 100%;
    border-top-style: solid;
    border-width: 1px;
    border-top-color: #C0C0C0;
}

.PanelSet {
}

.WatermarkExtender {
    font-style: italic;
    color: #C1C1C1;
}

.PanelOrderForm {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .PanelOrderForm fieldset {
        border: 1px solid #FF6600;
    }

    .PanelOrderForm legend {
        color: #FF9900;
    }

.EffectTitle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.ColorBoxPopup {
    padding: 5px;
}

.CreateAPrintThumbanails {
    border: 1px dashed #999999;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: #EEEEEE;
}

.CreateAPrintThumbanailsText {
    border: 1px dashed #999999;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: #EEEEEE;
}

/*Jquery readmore */
.Readmore {
    font-weight: bold;
    color: #66CCFF;
    cursor: pointer;
}

.PriceTag {
    color: #0099FF;
    font-size: 20px;
    font-weight: bold;
}

.OptionCell {
    padding: 5px;
    border: 4px solid #CCCCCC;
    background-color: #FFFFFF;
    vertical-align: top;
}
.OptionCellItem {
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
   
}

.FormAccount {
     padding: 5px;
    border: 4px solid #CCCCCC;
    background-color: #FFFFFF;
    vertical-align: top;
    margin-bottom:5px;

}

.FormAccountField {
  
    display: block;
   
}
.ProLabProductThumb {
    border: 4px solid #CCCCCC;
}
/*Slide Show on Front Page */


#featured {
    background-position: #fff;
    width: 600px;
    padding-right: 390px;
    position: relative;
    height: 400px;
    background: #fff;
    border: 5px solid #ccc;
    margin-top: 10px;
}


    #featured ul.ui-tabs-nav {
        position: absolute;
        top: 0;
        left: 600px;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 390px;
        height: 400px;
        overflow: hidden;
    }

        #featured ul.ui-tabs-nav li {
            padding-left: 13px;
            font-size: 12px;
            color: #666;
        }

            #featured ul.ui-tabs-nav li span {
                font-size: 14px;
                line-height: 24px;
            }

    #featured .ui-tabs-panel {
        width: 600px;
        height: 400px;
        background: #999;
        position: relative;
        overflow: hidden;
    }

        #featured .ui-tabs-panel img {
            width: 600px;
            height: 400px;
        }

    #featured .ui-tabs-hide {
        display: none;
    }

    #featured li.ui-tabs-nav-item a {
        /*On Hover Style*/
        display: block;
        height: 80px;
        color: #333;
        line-height: 20px;
        outline: none;
        background-image: url('/images/graphics/slideshowselections.png');
        background-repeat: repeat-x;
        text-decoration: none;
    }

        #featured li.ui-tabs-nav-item a:hover {
            background: #f2f2f2;
        }

    #featured li.ui-tabs-selected {
        /*Selected tab style*/
        background: url('/images/graphics/selected-item.gif') top left no-repeat;
    }

    #featured ul.ui-tabs-nav li.ui-tabs-selected a {
        background: #ccc;
    }

    #featured ul.ui-tabs-nav li img {
        background-position: #fff;
        float: left;
        margin: 2px 5px;
        background: #fff;
        padding: 2px;
        border: 1px solid #eee;
        height: 70px;
    }

    #featured .ui-tabs-panel .info {
        position: absolute;
        top: 330px;
        left: 0;
        height: 70px;
        width: 600px;
        background: url('/images/graphics/transparent-dark.png');
    }

    #featured .info h2 {
        font-size: 18px;
        color: #fff;
        padding: 5px;
        margin: 0;
        overflow: hidden;
    }

    #featured .info p {
        margin: 0 5px;
        font-size: 11px;
        line-height: 15px;
        color: #f0f0f0;
    }

    #featured .info a {
        text-decoration: none;
        color: #fff;
    }

        #featured .info a:hover {
            text-decoration: underline;
        }

.Plan {
    float: left;
}


    .Plan table td {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

.PlanGroup {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 18px;
}

.PlanDescription {
    display: block;
    text-align: right;
    height: 20px;
    vertical-align: middle;
}

.PlanData {
    width: 80px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    display: block;
    white-space: nowrap;
}

/*Thumbnail Image Caption Overlay */

div.CaptionWrapper {
    border: 1px solid #000000;
    position: relative; /* important(so we can absolutely position the description div */
}

div.CaptionDescription {
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: 0px; /* position will be on bottom */
    left: 0px;
    display: none; /* hide it */ /* styling bellow */
    background-color: black;
    color: white;
}

div.CaptionDescription_content {
    padding: 10px;
}

.TreeMenu {
    white-space: nowrap;
    display: block;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
}

.SiteMapPath {
    padding: 5px;
}

.ProLabProductForm {
    width: 725px;
}

.BlogSeperator, .MenuProfilePage {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    padding-bottom: 10px;
    /*width: 200px;*/
    width:100%;
}

.MenuProfileItem {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    padding-bottom: 10px;
    /*width: 200px;*/
    width:100%;
    display: block;
}
/* Upload Tool */
#custom-demo .uploadifyQueueItem {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    height: 50px;
    margin-top: 0;
    padding: 10px;
    width: 390px;
}

#custom-demo .uploadifyError {
    background-color: #FDE5DD !important;
    border: none !important;
    border-bottom: 1px solid #FBCBBC !important;
}

#custom-demo .uploadifyQueueItem .cancel {
    float: right;
}

#custom-demo .uploadifyQueue .completed {
    color: #C5C5C5;
}

#custom-demo .uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

#custom-demo .uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

#custom-demo #custom-queue {
    border: 1px solid #CCCCCC;
    height: 350px;
    margin-bottom: 10px;
    width: 430px;
    background-image: url('/images/graphics/uploadquegradient.png');
    background-repeat: repeat-x;
}


/* -Single Upload Tool */
#custom-demo-single .uploadifyQueueItem {
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    height: 30px;
    margin-top: 0;
    padding: 10px;
    width: 400px;
}

#custom-demo-single .uploadifyError {
    background-color: #FDE5DD !important;
    border: none !important;
    border-bottom: 1px solid #FBCBBC !important;
}

#custom-demo-single .uploadifyQueueItem .cancel {
    float: right;
}

#custom-demo-single .uploadifyQueue .completed {
    color: #C5C5C5;
}

#custom-demo-single .uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

#custom-demo-single .uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

#custom-demo-single #custom-queue-single {
    border: 1px solid #CCCCCC;
    height: 30px;
    margin-bottom: 10px;
    width: 420px;
}

.PanelOrderForm {
    width: 262px;
    background-color: #EEEEEE;
}

div.LeadBuilder {
    float: left;
    width: 350px;
}

    div.LeadBuilder h3 {
        margin: 0px;
        padding: 0px;
        color: #999999;
    }

.AppMenuIconDiv {
    padding: 10px 10px 30px 10px;
    float: left;
    width: 180px;
    vertical-align: top;
}

.ProfilePageBio {
    
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px dashed #CCCCCC;
    margin: 10px;
}

.ProfilePageBlogPosts {
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px dashed #CCCCCC;
    margin: 10px;
}

.ProfilePageComments {
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px dashed #CCCCCC;
    margin: 10px;
}

.CartRow {
    padding: 10px;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}

.CartRowPanel {
    display: table-cell;
    vertical-align: middle;
}

.CartItemImage {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    padding-right: 25px;
    padding-left: 25px;
}

.CartItemInfo {
    width: 100%;
    padding-left: 25px;
}

.CartRowPanelQty {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    padding-right: 25px;
}


.CartItemPrice {
    text-align: right;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
}

.CartItemActions {
    white-space: nowrap;
}

.TotalContainer {
}

.CouponDiv {
}

.TableTotals {
    float: right;
}

.ui-field-contain label.ui-input-text {
    vertical-align: top;
    display: inline-block;
    width: 40%;
    margin: 0 2% 0 0;
}

.ui-field-contain label.ui-select {
    vertical-align: top;
    display: inline-block;
    width: 40%;
    margin: 0 2% 0 0;
}

.CheckOutFieldSet {
    display: inline-block;
    vertical-align: top;
    width: 480px;
}

.CheckOutButtons {
    width: 100%;
    /*text-align: right;*/
}

/*Begin Pricing Grid*/


.PriceSet {
   width:100%;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 5px;
   
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
   
}

.MediaIcon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    text-align:center;
    zoom: 1;
    *display: inline;
    width: 150px;
    min-height: 150px;
    _height: 150px;
}


.MediaDescription {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 790px;
    min-height: 150px;
    _height: 150px;
}

.PriceColumn { 

    width: 100px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    /*Fix Whitespace marging*/
    margin: -4px;
    /*ie7*/
    zoom: 1;
    *display: inline;
}


.PriceColumn_Size {
   width: 120px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    /*Fix Whitespace marging*/
    margin: -4px;
    /*ie7*/
    zoom: 1;
    *display: inline;
   
}
.PriceColumnHeader {
   background-color: #FFFFFF;
    width: 100%;
    height:180px;
    display: block;
   text-align:center;
 
  
    padding-top: 5px;
    padding-bottom:5px;
   
}
.PriceQuantityTextBox {
   background-color: #FFFFFF;
    width: 100%;
 
   text-align:left;
 
  
    padding-top: 150px;
  
   
}
.PriceCell {
    /*display:inline;*/
    /*list-style-type: none;
     vertical-align: top;*/
     background-color: #FFFFFF;
    width: 100%;
    display: block;
   
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom:5px;
   
   
}

.PriceCell a:link, .PriceCell a:visited {
  
    text-decoration: none;
    display: block;
 
}

.PriceCell a:hover {
    
    text-decoration: none;
    display: block;
    background-color: #00CC00;
    color: #FFFFFF;
}

.PriceCell  a:link.SpecialPrice, .PriceCell  a:visited.SpecialPrice {
    color: #FF0000;
   
    text-decoration: none;
    display:block;
     background-image: url(graphics/ratingStarGoldFilled.png);
     background-repeat:no-repeat;
    background-position-x:16px;
   background-position-y:7px;
 
}

.PriceCell  a:hover.SpecialPrice {
    color: #FF0000;
    text-decoration: underline;
    display:block;
    background-repeat:no-repeat;
    background-position-x:16px;
   background-position-y:7px;
  
}



.PriceColumnSize {
    width: 120px;
}
.PriceCell_Alt {
    background-color: #F7F7F7;
}

.PriceCellSize {
    background-color: #E1E1E1;
}


.PriceColumnLabel {
    display: block;
    width: 94px;
   
    
}


.PriceHeader {
 
    width: 100%;
}



.PriceMounting {
    /*display: none;*/
}



.CustomPriceDDL {
    /*clear default style*/
    background-image: none;
    border: solid #CCCCCC 1px;
    padding: 0px;
    margin: 0px;
}

.CustomPrice {
    border: solid 1px #CCCCCC;
    /*padding-left:9px;
    padding-right:9px;*/
    margin-bottom:-1px;
    width:44px;
    margin-left:auto;
    margin-right:auto;
}

/*End Pricing Grid*/

.ui-field-contain {
    padding-top:2px;
    padding-bottom:2px;
    display:block;
    width:100%;
}


/*Gallery / Portfolios*/
h1.ImageDisplayTitle  {
    padding:0px;
    margin:0px;
/*override user agent stylesheet*/
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0em;
-webkit-margin-end: 0em;

}


/*Begin Thumbnails Grid*/
.ThumbnailRow {
    display: block;
    width:100%;
    float:left;
}
.ThumbnailGalleryStatus {
     padding:2px;
    width:100%;
    display:block;
    border-bottom:solid 1px #CCCCCC;
    overflow:hidden;
    
}



.ThumbPayPalPrintCount {
    
    padding:1px;
    height:22px;
    width:100%;
    display:block;
   
    overflow:hidden;
    
}

.ThumbnailPortfolioStatus {
     padding:2px;
    width:100%;
    display:block;
    border-bottom:solid 1px #CCCCCC;
    overflow:hidden;
    
}
.ThumbActiveStatus {
    overflow:hidden;
     padding:2px;
    width:100%;
    display:block;
    border-bottom:solid 1px #CCCCCC;
    
}

.ThumbImageStatus {
    padding:2px;
      width:100%;
    display:block;
    border-bottom:solid 1px #CCCCCC;
}
.ThumbnailGridCell {
    display: block;
    border: 1px solid #CCCCCC;
    text-align: center;
    width: 190px;
    float:left;
    overflow:hidden;
   
    margin:2px;
    padding:2px;
}
.ThumbStars {
    float:left;
}
.ThumbCheckbox {
    float:right;
}
.ThumbCellHolder {
   width:100%;
      height:160px;
      padding:5px;
  
}
.ThumbCell {
   
     margin:auto;
}

.ThumbnailTitle {
    overflow:hidden;
    width:100%;
    height:50px;
}

.ThumbnailPortfolio  h3 {
    overflow:hidden;
    width:100%;
    height:50px;
}


.ThumbnailHolderOrder {
  
    width:100%;
   
}


.ThumbPager {
    display: block;
    width: 100%;
}


.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

   .RoundedCorners {

               -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
        }

.UploadedImg {
    border: 1px solid #CCCCCC;
}



/*End Thumbnails Grid*/




.UploadButton {
    width:250px;
    height:48px;
    display:block;
   padding:2px;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
   
    

    border:solid 1px #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    font-size:14px;
    margin-bottom:5px;
}

a:link.UploadButton, a:visited.UploadButton
{
     width:250px;
    height:48px;
    display:block;
   padding:2px;
    background-image: -moz-linear-gradient(center top, white, #E0E0E0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E0E0E0));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#E0E0E0');
   
    

    border:solid 1px #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    font-size:14px;
    margin-bottom:5px;
}
a:hover.UploadButton
{
 width:250px;
    height:48px;
    display:block;
   padding:2px;
    background-image: -moz-linear-gradient(center top, white, #CCCCCC);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #CCCCCC));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#CCCCCC');
   
    

    border:solid 1px #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    font-size:14px;
    margin-bottom:5px;
}
.ProductOrderFormFields {
    overflow:hidden;
    width:300px;
     display:block;
}
.ProductOrderFormLabel {
    
  
    
   
}
.ProductOrderFormField {
   
}

img.BlackWhite {

filter: grayscale(100%);
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(1);

}

img.Sepia {

-moz-filter: sepia(100%);
-ms-filter: sepia(100%);
-o-filter: sepia(100%); 
-webkit-filter: sepia(1);
-webkit-filter: sepia(100%); 
filter: sepia(100%);
filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0,0.12 0.39 0.04 0 0,0.08 0.28 0.03 0 0,0 0 0 1 0\'/></filter></svg>#sepiatone); 
background-color: #5E2612;
filter: alpha(opacity = 50);
zoom:1; 
}

.LightGrayGradient {
    background-image: -moz-linear-gradient(center top, white, #EEEEEE);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #EEEEEE));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#EEEEEE');
}

/*Used for product pages in the impact graphic area*/
.ImpactGraphicHTML_row {
    width: 80%;
}

.ImpactGraphicHTML_Text {
    padding-top: 50px;
}