﻿html, body, form {
    height: 100%;
    width: 100%;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 13px;
    color: #515151;
    line-height: 24px;
}
/*html elements*/

h1, h3 {
    color: #6C4E28;
    text-shadow: none;
}


h4 {
    color: #808080;
    text-shadow: 1px 1px #EEEEEE;
}


a {
    color: #009900;
    text-decoration: none;
}

    a:link, a:Visited {
        color: #009900;
        text-decoration: none;
    }

    a:Hover {
        color: #009900;
        text-decoration: underline;
    }


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');*/
    background-image: none;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

legend {
    font-size: 17px;
    font-weight: bold;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(156, 89, 16);
    padding-left: 0px;
    margin-left: 0px;
    border-bottom: solid 1px rgb(156, 89, 16);
    width: 100%;
}

/* ****************** Layout ****************** */


#HeaderBackground,#MenuBackground {

    padding: 0px;
    /*background-image: -moz-linear-gradient(center top, white, #EFDFCF);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #EFDFCF));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#EFDFCF');*/
}
#HeaderBar {
    display: block;
    height: 100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/App_Themes/finerworks/design/headergraphic2.jpg');


     

}



#HeaderLogo {
    width: 200px;
    height: 99px;
    float: left;
}


.HeaderLogoFile {
    width: 200px;
    height: 99px;
}

#MenuBar {
    padding: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#ContentTopAcross {
}

#ContentHomePage {
    padding: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#SocialMedia {
    width:200px;position:absolute;float:left;margin-left:890px;margin-top:-45px;
}

#FooterWrapper {
    width: 1002px;
    height: 250px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}

div.FooterMenu {
    text-decoration: none;
    padding-left: 10px;
}

    div.FooterMenu a:link, div.FooterMenu a:visited {
        color: #009900;
        text-decoration: none;
    }

    div.FooterMenu a:hover {
        color: #009900;
        text-decoration: underline;
    }

#NewsletterBox {
    padding: 10px;
    float: right;
    display: block;
    width: 400px;
    /*background-color: #DFC8AA;*/
    border: solid 1px #009900;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}



/* ****************** Over Ride GlobalCSS ****************** */










input[type=text], input[type=password] {
    background-position: left top;
    background-image: url('images/formfieldbackground.jpg');
    background-repeat: repeat-x;
}




textarea {
    background-position: left top;
    background-image: url('images/formfieldbackground.jpg');
    background-repeat: repeat-x;
}


SELECT {
    background-position: left top;
    background-image: url('images/formfieldbackground.jpg');
    background-repeat: repeat-x;
}






.ModalPanel {
    background-image: url('/images/graphics/modaltop.jpg');
    background-repeat: repeat-x;
}


.OptionCell {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.FormAccount,.ProfilePageBio,.ProfilePageComments,.ProfilePageThumbs,.ProfilePageBlogPosts,#NewsletterBox {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ProfilePageBio,.ProfilePageComments,.ProfilePageThumbs,.ProfilePageBlogPosts,#NewsletterBox {
   
    margin-left:-5px;
     margin-right:-2px;
    background-color: #EEEEEE;
   
}

.ProfilePageComments,.ProfilePageThumbs {
    background-color: #FFFFFF;
}


.HomePanel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.HomeSlide {
    border: 2px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    height: 400px;
    float: left;
    margin-right: 5px;
}

.HomeSlideRight {
    border: 2px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 378px;
    height: 400px;
    float: left;
    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');
}


.prodCategoryTile {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 316px;
    height: 300px;
    float: left;
    margin: 5px;
}


    .prodCategoryTile img {
        z-index: 9;
        position: absolute;
        margin-top: 50px;
    }

    .prodCategoryTile h3 {
        font-size: 18px;
        margin: 2px;
        padding: 2px;
        z-index: 10;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        width: 308px;
        color: #999999;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
        text-shadow: none;
    }

    .prodCategoryTile #prodCategoryDesc {
        margin: 30px 2px 2px 2px;
        padding: 2px;
        z-index: 11;
        position: absolute;
        width: 300px;
    }

    .prodCategoryTile #GoTo {
        top: 210px;
        left: 210px;
        z-index: 12;
        position: relative;
        width: 80px;
    }

.prodSubCategoryTile {
    border: 2px solid #CCCCCC;
    background-image: -moz-linear-gradient(center top, white, #999999);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #999999));
    background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#999999');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 244px;
    height: 244px;
    float: left;
    margin: 5px;
}


    .prodSubCategoryTile img {
        z-index: 9;
        position: absolute;
        margin-top: 36px;
        clip: rect(auto, auto, 208px, auto);
    }

    .prodSubCategoryTile h3 {
        font-size: 18px;
        margin: 2px;
        padding: 2px;
        z-index: 10;
        position: absolute;
        color: #999999;
    }

    .prodSubCategoryTile #prodCategoryDesc {
        margin: 30px 2px 2px 2px;
        padding: 2px;
        z-index: 11;
        position: absolute;
        width: 244px;
    }

    .prodSubCategoryTile .GoTo {
        top: 210px;
        left: 202px;
        z-index: 12;
        position: relative;
        width: 80px;
    }

#MiscHeaderSpace {
    /* position: relative;
    top: 50px;
    left: 475px;
    
    width: 270px;
    white-space: nowrap;*/
}



/*.TopMenu
{
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #EEEEEE;
    position: relative;
    top: -8px;
    padding-right: 5px;
    padding-left: 5px;
   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'); 
}
div.TopMenuItem
{
    padding: 10px 2px 2px 2px;
}*/
/* 
--------------------------------
Link Buttons 
--------------------------------


.LinkButton
{
   
    background-position: left center;
    background-image: url('images/LinkButton_f1.jpg');
   background-repeat: repeat-x;
}
a:link.LinkButton, a:visited.LinkButton
{
   
    background-image: url('images/LinkButton_f1.jpg');
    background-position: left center;
    background-repeat: repeat-x;
    
}
a:hover.LinkButton
{
   
    background-image: url('images/LinkButton_f2.jpg');
    background-position: left center;
    background-repeat: repeat-x;
   
}
*/
/*
.LinkButtonNext
{

    background-position: center center;
    background-image: url('images/LinkButtonNext_f1.jpg');
    
}
a:link.LinkButtonNext, a:visited.LinkButtonNext
{
   
    background-position: center center;
    background-image: url('images/LinkButtonNext_f1.jpg');
  
}
a:hover.LinkButtonNext
{
    
    background-position: center center;
    background-image: url('images/LinkButtonNext_f2.jpg');
  
}



*/




/* Tab Menus 



/*
div.TabMenuLinkStart
{
    border-style: none;
    outline: none;

    background-image: url('images/menu1_02.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    display: block;
    float: right;
   
   
}
div.TabMenuLinkStart img
{
    border-style: none;
    outline: none;
}
div.TabMenuLinkStart a:link, div.TabMenuLinkStart a:visited
{
    border-style: none;
    outline: none;

    background-image: url('images/menu1_02.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    display: block;
    float: right;
}
div.TabMenuLinkStart a:hover
{
    border-style: none;
    outline: none;

    background-image: url('images/menu2_02.png');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    display: block;
    float: right;

}


.SimplePanel
{
    padding: 5px;
    height: 275px;
    background-image: url('images/SimplePanelBackground.jpg');
    background-repeat: repeat-x;
}
.SimplePanelTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #009900;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    padding-bottom: 5px;
}

.FootNote
{
    font-size: 11px;
    color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    padding-top: 5px;
}
.TestimonialPanel
{
    padding: 5px;
    height: 190px;
    font-style: italic;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    overflow: hidden;
    color: #808080;
}

.CoolLink
{
    background-position: left center;
    display: block;
    width: 150px;
    height: 14px;
    background-image: url('images/CoolLink.PNG');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Slide Show CSS */
div.HomePageSlideShow {
    position: absolute;
    z-index: 1;
    vertical-align: bottom;
}

div.HomePageSlideShowButtons {
}



div.SlideShowLeft {
    width: 600px;
    height: 400px;
    float: left;
    margin-top: 10px;
}

div.SlideShowRight {
    /*position: absolute;     z-index: 1;     padding: 5px;*/
    background-position: right top;
    width: 400px;
    height: 400px;
    background-image: url('images/SlideShowRight.jpg');
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
}

div.SlideShowBottom {
    width: 1000px;
    height: 200px;
    float: left;
    margin-top: 10px;
}

div.PanelThumbnail {
    width: 160px;
    height: 200px;
    border: 1px solid #C0C0C0;
}

.slideshow {
}

    .slideshow img {
        padding: 0px;
    }


.SlideLink {
    z-index: 100;
    position: absolute;
}

.slideframe {
    z-index: 49;
    position: absolute;
}

.SlideImage {
    z-index: 48;
    position: absolute;
}

#SlideNavLeft {
    z-index: 55;
    position: absolute;
    padding-top: 376px;
    padding-left: 10px;
}

    #SlideNavLeft a {
        width: 16px;
        height: 16px;
        background-position: 0px 0px;
        background-image: url('images/slideshowbuttons.png');
        background-repeat: no-repeat;
    }

        #SlideNavLeft a.SlideNavLeft {
            width: 16px;
            height: 16px;
            background-position: 0px -16px;
            background-image: url('images/slideshowbuttons.png');
            background-repeat: no-repeat;
        }

        #SlideNavLeft a:focus {
            width: 16px;
            height: 16px;
            background-position: 0px -32px;
            background-image: url('images/slideshowbuttons.png');
            background-repeat: no-repeat;
        }

#SlideNavBottom {
    z-index: 55;
    position: absolute;
    padding-top: 175px;
    padding-left: 10px;
}

    #SlideNavBottom a {
        width: 16px;
        height: 16px;
        background-position: 0px 0px;
        background-image: url('images/slideshowbuttons.png');
        background-repeat: no-repeat;
    }

        #SlideNavBottom a.SlideNavBottom {
            width: 16px;
            height: 16px;
            background-position: 0px -16px;
            background-image: url('images/slideshowbuttons.png');
            background-repeat: no-repeat;
        }

        #SlideNavBottom a:focus {
            width: 16px;
            height: 16px;
            background-position: 0px -32px;
            background-image: url('images/slideshowbuttons.png');
            background-repeat: no-repeat;
        }




/*
#slidenav a
{
    background-position: #66FF66;
    margin: 0 5px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background: #EEEEEE;
    text-decoration: none;
}
#slidenav a.activeSlide 
{ 
    background: #66FF66; 
}
#slidenav a:focus 
{ 
    outline: none; 
}
*/
.MenuBannerTable {
    background: #EEEEEE; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE); /* for firefox 3.6+ */
    width: 1000px;
    padding: 2px;
    border: solid 1px #6C4E28;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   margin-left:auto;
    margin-right:auto;
}

#MegaMenu {
    margin-left:auto;
    margin-right:auto;
}



div#banner {
}

    div#banner h1, div#menu h2 {
        margin: 0;
        padding: 0;
       
    }

        div#banner h1 a {
            display: block;
            width: 270px;
        }

            div#banner h1 a span, div#banner .skip {
                position: absolute;
                top: -10000px;
                left: -10000px;
            }

ul#menu {
    color: #336600;
    margin: 0;
    padding-left: 0px;
}


    ul#menu li {
        display: inline;
        margin: 0.1em 1em;
        position: relative;
        z-index: 2000;
    }

    ul#menu h2, ul#menu h3 {
    font-size: 18px;
    display: inline;
   
    padding-right: 10px;
    text-transform: uppercase;

    
   

}
 

    ul#menu li a {
    text-decoration: none; /*padding: 0 0.4em;*/
    font-weight: bold;
    padding-left: 20px;
   
}

        ul#menu li a:hover {
            color: #808080;
            text-decoration: none;
        }

    ul#menu li.mega a {
        /*background: transparent url('images/menudown.png') center right no-repeat;*/
        /*padding: 0 1.2em;*/
    }

        ul#menu li.mega a:hover {
            color: #808080;
            text-decoration: none;
        }

    ul#menu div {
        display: none;
    }

    ul#menu li.mega div {
        border: 1px solid #999999;
       position: absolute;
        /*top: 1.6em;*/
        /*left: 0em;*/
        /*padding: 1.3em;*/
        /*padding: 5px;
        background: #FFFFFF;
        color: #999999;*/
      
        

    }

      ul#menu li.mega div.megafloaterOuter {
      
       width:930px;
       background-color:#FFFFFF;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left:auto;
    margin-right:auto;


    }

    ul#menu li.hovering div {
        display: block;
        text-decoration: none;
    }

    ul#menu li.mega div a {
    padding: 0;
    background-image: none;
    text-decoration: none;
    color: #009900;
    font-weight: normal;
}

    ul#menu li div a.more {
        font-weight: bold;
    }

    ul#menu li div.megaproduct {
        border-style: dotted none none none;
        padding: 5px;
        display: block;
        width: 250px;
        border-top-width: 1px;
        border-top-color: #99CCFF;
        position: relative;
    }

      ul#menu li div.megafloaterHolder {
       overflow:hidden;
       position: relative; 
       border: none;
       width:950px;
    
    }
    ul#menu li div.megafloater {
        float: left;
        position: relative;
        border: none;
        width: 300px;
        background-color: none;
        margin-left:10px;
          margin-top:20px;
          margin-bottom:10px;
    }



    ul#menu div h3 {
        color: #666666;
        font-weight: bold;
        font-size: 1.1em;
    }

    ul#menu div p {
        margin: 0 0 0.8em 0;
        padding: 0;
    }



.StartOrder {
    width: 150px;
    height: 40px;
    display: block;
    background-position: 0px 0px;
    background-image: url('images/ordernowbutton.png');
}

a:link.StartOrder, a:visited.StartOrder {
    background-position: 0px 0px;
    background-image: url('images/ordernowbutton.png');
}

a:hover.StartOrder {
    display: block;
    background-position: 0px 40px;
    background-image: url('images/ordernowbutton.png');
}

#ProImage {
    margin: 2px;
    width: 200px;
    height: 170px;
    display: block;
    border: 1px solid #ADADAD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    #ProImage img {
        width: 200px;
        height: 170px;
    }

#SocialLinks {
    margin-top: -95px;
    width: 100%;
    height: 100px;
    padding-left: 540px;
}

/*ul#PrintOptions {
    width: 1000px;
   overflow-y:scroll;
   display:block;
   height:220px;
   margin-left:auto;
   margin-right:auto;
}

li#MediaIcon {
    display: table-cell;
    width: 200px;
    height: 200px;
}

ul.MountingList {
    display:none;
}*/




.TopMenu {
    float: right;
    border: solid 1px #6C4E28;

    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');

    
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.TopMenuItem {
    padding: 5px 2px 5px 2px;
    color: #009900;
    text-decoration: none;
    text-align: right;
    height: 30px;
    float: left;
}

    div.TopMenuItem a:link, div.TopMenuItem a:visited {
    text-align: right;
    color: #009900;
    text-decoration: none;
}

    div.TopMenuItem a:hover {
        color: #009900;
        text-decoration: underline;
    }

    div.TopMenuItem img {
        border-style: none;
        outline: none;
    }



#TopMenuBar_Content {
    width: 1000px;
    margin: auto;
    display: block;
}

#TopMenuBar {
    width: 100%;
    overflow: hidden;
    border-left: solid 1px #6C4E28;
    border-right: solid 1px #6C4E28;




      -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#ArrowDown {
    width: 100%;
    display: none;
    height: 22px;
    margin-top: -1px;
}

/*.TopMenuBarPanel {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    border: solid 1px #6C4E28;
    display: none;
}
*/
.TopMenuBar_Item {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    float: left;
    display: block;
    width: 186px;
    text-transform: uppercase;
    text-align: center;
    border-top: solid 1px #6C4E28;
    border-bottom: solid 1px #6C4E28;
}

    .TopMenuBar_Item a:link, .TopMenuBar_Item a:visited {
        display: block;
        color: #6C4E28;
        text-decoration: none;
        border-right: dotted 1px #6C4E28;
    }

    .TopMenuBar_Item a:hover {
        display: block;
        color: #0099FF;
        text-decoration: none;
        border-right: dotted 1px #6C4E28;
    }



.TopMenuBar_Item_Order {
    float: right;
    width: 256px;
    background-color: #33CC33;
    background-image: url('/App_Themes/finerworks/design/nav-arrow.png');
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
}

    .TopMenuBar_Item_Order a:link, .TopMenuBar_Item_Order a:visited {
        border-right: none;
        color: #FFFFFF;
        display: block;
    }

    .TopMenuBar_Item_Order a:hover {
        border-right: none;
        color: #996633;
        display: block;
    }

.Product_Prices_Panel {
    overflow: hidden;
}
/*
.InnerMenuColumn {
    float: left;
    width: 240px;
    padding: 5px;
    display: block;
}
*/
.InnerMenuItem {
   
    /*display: block;*/
    width: 200px;
    border-top: dotted 1px #6C4E28;
}

    .InnerMenuItem a:link, .InnerMenuItem a:visited {
    }

    .InnerMenuItem a:hover {
    }

#HomePageContent {
    width: 100%;
    margin: auto;
    overflow: hidden;
    border: solid 1px #6C4E28;

      -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   
}

#PersonalizedCanvasPrints {
    margin: auto;
    width: 100%;
    height: 300px;
    background-image: url('/App_Themes/finerworks/design/personalized-canvas.jpg');
    background-repeat: no-repeat;
    border-top: solid 1px #6C4E28;
    float: left;
}


.PersonalizedPrint_Item {
    width: 150px;
    vertical-align: top;
    float: left;
    padding: 5px;
    margin-left: 5px;
    border-top: dotted 1px #6C4E28;
    border-left: dotted 1px #6C4E28;
}

    .PersonalizedPrint_Item h3 {
        color: #6C4E28;
        font-size: 12px;
        text-shadow: none;
        font-style: normal;
    }

#ArtReproductions {
    margin: auto;
    width: 100%;
    height: 268px;
    background-image: url('/App_Themes/finerworks/design/reproductions.jpg');
    background-repeat: no-repeat;
    border-top: solid 1px #6C4E28;
    float: left;
}


#StatusBar_Content {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#StatusBar {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
   
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #6C4E28;
    padding-left: 20px;
    
    height: 38px;


        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;


}

.StatusBarItem, a:link.StatusBarItem, a:visited.StatusBarItem {
   
    background-position: right top;
    color: #CCCCCC;
    text-shadow: none;
    float: left;
    display: block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 150px;
    border: none;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: url('/App_Themes/finerworks/design/nav-arrow.png');
    background-repeat: no-repeat;
    padding-top: 6px;
}

a:hover.StatusBarItem {
   
    background-position: right top;
    color: #6C4E28;
    text-decoration: underline;
    text-shadow: none;
    float: left;
    display: block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 150px;
    border: none;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: url('/App_Themes/finerworks/design/nav-arrow.png');
    background-repeat: no-repeat;
    padding-top: 6px;
}


.StatusBarItem_Done, a:link.StatusBarItem_Done, a:visited.StatusBarItem_Done {
    background-position: right top;
    
    color: #6C4E28;
    text-shadow: none;
    float: left;
    display: block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 150px;
    border: none;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: url('/App_Themes/finerworks/design/nav-arrow.png');
    background-repeat: no-repeat;
    padding-top: 6px;
}

a:hover.StatusBarItem_Done {
    background-position: right top;
    color: #6C4E28;
    text-decoration: underline;
    text-shadow: none;
    float: left;
    display: block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 150px;
    border: none;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: url('/App_Themes/finerworks/design/nav-arrow.png');
    background-repeat: no-repeat;
    padding-top: 6px;
}

div.CreateAPrintThumbanails, div.CreateAPrintThumbanailsText {
    border:none;
}
div.ListViewThumbGridItemTemplate {
    border: dotted 1px #6C4E28;
}
