/**
 * Duplicated from smugmugBlack since we aren't using it here
 */
 body {
    background: #000000;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    height: 100%;
    ~cursor: default;
    }

.nav {
    color: #666666;
    }

a {
    color: #A1A5A9;
    }

a.nav {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    }

a.down {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    }

a.nav:hover {
    text-decoration: underline;
    }

.text {
    font-size: 12px;
    }

form {
    display: inline;
    margin: 0;
    padding: 0;
    }

#header_wrapper {
    border-top: none;
    margin-bottom: 10px;
    }

#footer_wrapper {
    margin-top: 10px;
    }

#header, #footer {
    margin: 0 auto;
    width: 750px;
    padding: 5px 0;
    text-align: left;
    }

#readOnlyMode {
    position: relative;
    z-index: 10;
    border: solid #cc0000 3px;
    padding: 5px;
    font-size: 100%;
    color: #cc0000;
    width: 720px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    background: black;
    }

/* added by mike for centering footer */
#footer {
    text-align:center;
}

input, select {
    font-size: 13px;
    }

.smuglogo {
    display: inline;
    float: left;
    width: 118px;
    height: 25px;
    vertical-align: bottom;
        background: url(http://www.fullercenterphotopartner.com/img/header/smugmug_black.png) no-repeat;
        }

#toolbar {
    display:inline;
    float:right;
    }

#searchWords {
    width: 150px;
    }

.searchglass {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
        background: transparent url(http://www.fullercenterphotopartner.com/img/header/searchglass_combined_black.png) no-repeat;
        }
    
.searchglass:hover {
		background: transparent url(http://www.fullercenterphotopartner.com/img/header/searchglass_combined_black.png) no-repeat 0px -16px;
		}

.shoppingcart {
    width: 21px;
    height: 18px;
    vertical-align: middle;
    margin-left: 3px;
        background: transparent url(http://www.fullercenterphotopartner.com/img/header/cart_view_combined_black.png) no-repeat;
        }

a:hover .shoppingcart {
		background: transparent url(http://www.fullercenterphotopartner.com/img/header/cart_view_combined_black.png) no-repeat 0px -18px;
		}

.spacer {
    clear: both;
    }

.top_border {
    border-top: solid 1px #666666;
    }

.bottom_border {
    border-bottom: solid 1px #666666;
    }
    
.try_it {
    width: 152px;
	height: 48px;
	font-size: 0px;
    		background: transparent url(http://www.fullercenterphotopartner.com/img/try_it_combined.png) no-repeat;
	    }
    
a:hover .try_it {
		background: transparent url(http://www.fullercenterphotopartner.com/img/try_it_combined.png) no-repeat 0px -48px;
	    }
    
a.title {
    color: #8CCA1E;
    font-weight: bold;
    }

.imgBorder {
    border: solid 1px #999999;
    }


a:hover .imgBorder, .imgBorderOn {
    border: solid 1px #8CCA1E;
    }
    
#throbber {
        background: transparent url(http://www.fullercenterphotopartner.com/img/throbber_bg.png) top left no-repeat;
    position: fixed;
    top: 0px;
        float: left;
    left: 0px;
    display: inline;
    width: 60px;
    height: 70px;
    visibility: hidden;
}

#feeds.nav, #feedHelp.nav, #footer.nav, #cobrand_footer.nav, #toolbar.nav {
    font-size: 16px;
    }


