/* $Id: default.css 1366 2011-07-25 22:20:03Z cmacksey $ */

body
{
    margin: 0;
    font: normal normal normal 12px Verdana, Helvetica, sans-serif;
    min-width: 937px;
    -webkit-text-stroke: 1px transparent;
}

body#home
{
    min-width: 960px;
    -webkit-text-stroke: 1px transparent;
}

h2
{
    font-family: arial, verdana, sans-serif;
    font-size: 21px;
    padding: 10px 0;
    margin: 0;
}


h3
{
    color: #9f9e9b;
    font-size: 11px;
    clear: both;
}

h4
{
    color: #537587;
}

h5
{
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

p
{
    line-height: 1.9em;
}

.hide
{
    display: none;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearall
{
    clear: both;
}

.sep
{
    margin: 0 4px;
}

.rel
{
    position: relative;
}

h2.plain
{
    font-family: "AllerRegular", "Arial", sans-serif;
    font-size: 19px;
    padding-top: 4px;
    padding-bottom: 12px;
}

h2.announceTitle
{
    font-family: "AllerBold", "Arial", sans-serif;
    color: #C2DF83;
    -moz-text-shadow: 1px 1px 1px #161616;
    -webkit-text-shadow: 1px 1px 1px #161616;
    text-shadow: 1px 1px 1px #161616;
    font-size: 19px;
    padding: 0px 0px 10px;
}

h2.announceTitle a
{
    color: #C2DF83 !important;
    -moz-text-shadow: 1px 1px 1px #161616;
    -webkit-text-shadow: 1px 1px 1px #161616;
    text-shadow: 1px 1px 1px #161616;
    text-decoration: none;
}

h2.announceTitle a:hover
{
    text-decoration: underline;
}

h3.shiny
{
    background: #B9B1A6; /* old browsers */
    background: -moz-linear-gradient(left, #B9B1A6 0%, #A49B8F 60%, #B9B1A6 80%, #A49B8F 100%); /* firefox */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#B9B1A6), color-stop(60%,#A49B8F), color-stop(80%,#B9B1A6), color-stop(100%,#A49B8F)); /* webkit */
    color: white;
    -moz-text-shadow: 1px 1px 1px #47443D;
    -webkit-text-shadow: 1px 1px 1px #47443D;
    text-shadow: 1px 1px 1px #47443D;
    border-bottom: 1px solid #7b7c79;
    /* outline: 1px solid #c1c2bd; */
    font-family: "AllerBold", "Arial", sans-serif;
    font-size: 15px;
    padding: 5px 8px;
    margin: 0px;
}

h3.shiny.wide
{
    background: -moz-linear-gradient(left, #B9B1A6 0%, #A49B8F 20%, #B9B1A6 40%, #A49B8F 60%, #B9B1A6 80%, #A49B8F 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#B9B1A6), color-stop(20%,#A49B8F), color-stop(40%,#B9B1A6), color-stop(60%,#A49B8F), color-stop(80%,#B9B1A6), color-stop(100%,#A49B8F)); /* webkit */
}

h3.shiny a
{
    color: #eeeeee !important;
    text-decoration: none !important;
	display: inline-block;
	width: 100%;
	height: 100%;
}

h3.shiny a:hover
{
    color: #8FBA32 !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #000000 !important;
}


a.boldButton
{
    color: #fff !important;
    background-color: #8FBA32;
    padding: 8px 10px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    text-align: center;
    display: block;
}

a.boldButton:hover
{
    background-color: #A0CC41;
}

a.boldButton.disabled
{
    color: #8FBA32;
    background-color: #afafaf;
    cursor: text;
}

a.viewAll
{
    color: #8a8889 !important;
    padding-left: 16px;
    background: transparent url(../images/viewall.png) no-repeat left top;
    font-style: italic;
    font-size: 10px;
    text-decoration: none;
}

/* content block widgets: */

.contentBlock
{
    float: left;
    clear: left;
    border: 1px solid #000;
    padding: 16px;
    -moz-box-shadow: 2px 2px 2px #969696;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
}

.contentBlock.prominent
{
    background-color: #f5f5f5;
}

.contentBlock a.viewAll
{
    float: right;
    margin-top: 4px;
}

.contentBlock h4
{
    font-weight: normal;
    font-size: 15px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #93B5C7;
    font-weight: bold;
    margin: 0 0 16px 0;
    float: left;
}

.contentBlock a.other
{
    float: left;
    margin: 0.65em 0 0 16px;
    color: #6d6d6d !important;
}

.contentBlock a
{
    color: #000;
}

.contentBlock.prominent a.viewAll,
.contentBlock.prominent a.seeMore
{
    color: #000 !important;
}

.contentBlock.secondary a.seeMore
{
    color: #6e6d6d !important;
}

.contentBlock.collapsed
{
    padding-top: 4px;
    padding-bottom: 6px;
}

.contentBlock.collapsed h4
{
    margin-bottom: 0;
}

form.light input, form.light textarea
{
    border: 1px solid #b1b1b1;
    padding: 4px 12px;
    margin: 3px;
    font-size: 14px;
    font-family: inherit;
    color: #747474;
}

form.light a.boldButton
{
    padding: 4px 16px;
}

.registrationBlock
{
    height: 110px;
    width: 259px;
    margin-left: 2px;
    background: url(../images/home/registration-bg.png) repeat-x left top;
    float: left;
    padding: 15px 20px;
    font-family: "Lucida Grande", "Verdana", sans-serif;
    position: relative;
}

.registrationBlock:first-child
{
    margin-left: 0px;
}

.registrationBlock h2
{
    font-size: 17px;
    padding: 0px;
    text-shadow: 2px 2px 1px #F0F1ED;
    color: #262220;
}

.registrationBlock p
{
    font-size: 11.5px;
    line-height: 1.32em;
    text-shadow: 2px 2px 1px #F0F1ED;
    color: #262220;
}

.registrationBlock .joinLine
{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-shadow: 2px 2px 1px #F0F1ED;
    position: absolute;
    bottom: 15px;
    width: 259px;
}

.registrationBlock .joinLine a
{
    text-decoration: none;
    color: #557416 !important;
}

.registrationBlock .joinLine img
{
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    border: none;
}

.featureBox
{
    width: 450px;
    height: 256px;
    background: transparent url(../images/home/feature-box-bg.png) no-repeat scroll left top;
    float: left;
    text-align: center;
    margin: 4px 0;
    padding-top: 22px;
}

.featureBox > a
{
    text-decoration: none;
    color: #000 !important;
    font-size: 13px;
    font-weight: bold;
}

.featureBox > a > span
{
    position: relative;
    top: 8px;
}

.featureBox.even
{
    margin-right: 7px;
}

.featureBox img
{
    /* border: 1px solid black; */
}

.featureBox h4
{
    text-transform: uppercase;
    color: #262220;
    margin: 0 0 4px 0;
    font-size: 13px;
}

#pagecontent .featureBox h4 > a
{
    color: #262220;
}

/* Header definitions: */

/*
#headbanner
{
    height: 108px;
    background: #332c27 url(../images/header_bg.png) repeat-x left top;
}

#header
{
    width: 934px;
    position: relative;
    margin: 0 auto;
}
*/

#homelink
{
    display: block;
    width: 471px;
    height: 37px;
    background: transparent url(../images/modenus_logo.png) no-repeat left top;
    position: absolute;
    top: 15px;
    left: 35px;
    outline: none;
}

#modenusNavigation
{
    position: absolute;
    top: 63px;
    left: 30px;
}

#modenusNavigation div
{
    float: left;
}

#globalSearch
{
    position: absolute;
    right: 50px;
    top: 27px;
}

#register
{
    max-height: none !important;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

/*
#headerSearch
{
    border: none;
    background-color: #483e39;
    color: #685b54;
    font-weight: bold;
    padding: 0 4px;
    width: 96px;
    height: 20px;
    font-size: 11px;
}

#headerSearchButton
{
    position: relative;
    top: 3px;
    left: 2px;
}
*/

#ancillary
{
    color: #938d80;
    width: 380px;
    text-align: right;
    position: absolute;
    top: 69px;
    right: 30px;
    font-weight: bold;
}

#ancillary .joinHeaderLine
{
    position: relative;
    top: 2px;
    font-size: 10px;
    font-weight: normal;
    float: left;
    color: #C1BAAA;
}

#ancillary .joinHeader
{
    color: #342D29;
    background: #C1BAAA;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-right: 5px;
    margin-left: 20px;
}

#ancillary .joinHeaderLine a
{
    color: #C1BAAA;
    text-decoration: none;
}

#ancillary .joinHeaderLine a:hover
{
    text-decoration: underline;
}

#ancillary a
{
    color: #938d80;
    text-decoration: none;
}

.indicator
{
    background: transparent none no-repeat top left;
    float: left;
    width: 34px;
    height: 20px;
    text-align: right;
    font-size: 11px;
    line-height: 165%;
    font-weight: bold;
    color: #8FBA32 !important;
    text-decoration: none;
}

#contacts
{
    background-image: url(../images/icon_community.png);
    margin-right: 20px;
}

#messages
{
    background-image: url(../images/icon_mail.png);
}

#ancillary #membership
{
    position: relative;
    top: 2px;
}

/* Horizontal CSS Drop-Down Menu Module
 *
 * Original CSS from http://www.lwis.net/free-css-drop-down-menu/
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

/*------------------------------------------------------------------------------------------------------/
 * @section        Base Drop-Down Styling
 * @structure    ul (unordered list)
 *                ul li (list item)
 *                ul li a (links)
 *                *(.class|:hover)
 * @level sep    ul
 */

/* ----- ALL LEVELS (incl. first) */

li.mymodenus > a, li.products > a, li.community > a, li.more > a
{
    outline: none;
}

ul.dropdown a:link,
 ul.dropdown a:visited { color: #c4b2b2; text-decoration: none; }
ul.dropdown a:hover { color: #fff; text-decoration: underline; }

/* ----- END LEVEL */

    /* ----- NON-FIRST LEVEL */

    ul.dropdown ul {
     width: 170px;
     color: #c4b2b2;
     font-size: 11px;
     text-transform: none;
     padding-top:28px;
     top: 21px;
     left: 1px;
     background: transparent none 50% 0 no-repeat;
    }

        ul.dropdown ul li {
         background-color: #3f3734;
         padding: 5px 15px;
         line-height: normal;
        }

        ul.dropdown ul li.last {
         padding-bottom: 16px;
         background: transparent none 50% 100% no-repeat;
        }

/* ----- END LEVEL */

/* ----- For vertical sorted layout of drop downs in the product catalog. ----- */
#productNav .dropdown > li > ul > li
{
    float: left;
}

#productNav .dropdown > li > ul > li > a
{
    display: block;
    margin-top: 4px;
}
/* ----- End vertical sorted layout of drop downs. ----- */

/*------------------------------------------------------------------------------------------------------/
 * @section    Support Class 'dir'
 * @level sep    ul, .class
 */

/* ----- ALL LEVELS (incl. first) */

ul#nav *.dir {
 padding-right: 12px;
}

/* ----- END LEVEL */

/* Components override */

ul#nav > li > a {
    background: transparent url(../images/menu_sprite.png) no-repeat top left;
}

/* Sprite offsets for mymodenus menu (guest/regular) */
ul#nav li.mymodenus a.mymodenus {
    background-position: 0 -208px;
    width: 121px;
    height: 30px;
}

ul#nav li.mymodenus:hover a.mymodenus {
    background-position: 0 -243px;
    width: 121px;
    height: 30px;
}

ul#nav li.mymodenus a.mymodenus.active {
    background-position: 0 -243px;
    width: 121px;
    height: 30px;
}

ul#nav li.mymodenus a.mymodenus.guest {
    background-position: 0 -138px;
    width: 121px;
    height: 30px;
}

ul#nav li.mymodenus:hover a.mymodenus.guest {
    background-position: 0 -173px;
    width: 121px;
    height: 30px;
}

ul#nav li.mymodenus a.mymodenus.guest.active {
    background-position: 0 -173px;
    width: 121px;
    height: 30px;
}

a.mymodenus
{
    display: block;
    width: 121px;
    height: 30px;
}

ul#nav li.mymodenus ul
{
    width: 118px;
    padding-top: 9px;
/*
    background-image: url(../images/mymodenus_menu_top.png);
*/
    background-image: url(../images/menubar_sprite.png);
    background-position: 0 -108px;
    background-repeat: no-repeat;
    width: 118px;
    height: 13px;
}

ul#nav li.mymodenus li.last
{
/*
    background-image: url(../images/mymodenus_menu_bottom.png);
*/
    background-image: url(../images/menubar_sprite.png);
    background-position: 0 -87px;
    width: 118px;
    height: 0px;
}

/* Sprite offsets for product menu */
ul#nav li.products a.products {
    background-position: 0 -278px;
    width: 99px;
    height: 30px;
}

ul#nav li.products:hover a.products {
    background-position: 0 -313px;
    width: 99px;
    height: 30px;
}

ul#nav li.products a.products.active {
    background-position: 0 -313px;
    width: 99px;
    height: 30px;
}

a.products
{
    display: block;
    width: 99px;
    height: 30px;
}

ul#nav li.products > ul
{
    width: 246px;
    /* background-image: url(../images/products_menu_top.png); */
    background-image: url(../images/menubar_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -171px;
    width: 246px;
    height: 28px;
}

ul#nav li.products li.last
{
    /* background-image: url(../images/products_menu_bottom.png); */
    background-image: url(../images/menubar_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -146px;
    width: 246px;
    height: 4px;
}

/* Sprite offsets for community menu */
ul#nav li.community a.community {
    background-position: 0 0;
    width: 121px;
    height: 30px;
}

ul#nav li.community:hover a.community {
    background-position: 0 -35px;
    width: 121px;
    height: 30px;
}

ul#nav li.community a.community.active {
    background-position: 0 -35px;
    width: 121px;
    height: 30px;
}

a.community
{
    display: block;
    width: 121px;
    height: 30px;
}

ul.dropdown li.community ul
{
    /* Community shares the width & graphics of My Modenus. */
    width: 118px;
    padding-top: 9px;
    /* background-image: url(../images/mymodenus_menu_top.png); */
    background-image: url(../images/menubar_sprite.png);
    background-position: 0 -108px;
    background-repeat: no-repeat;
    width: 118px;
    height: 13px;
}

ul.dropdown li.community li.last
{
    /* background-image: url(../images/mymodenus_menu_bottom.png); */
    background-image: url(../images/menubar_sprite.png);
    background-position: 0 -67px;
    width: 118px;
    height: 20px;
}

/* Sprite offsets for more menu */
ul#nav li.more a.more {
    background-position: 0 -70px;
    width: 108px;
    height: 30px;
}

ul#nav li.more:hover a.more {
    background-position: 0 -104px;
    width: 108px;
    height: 30px;
}

ul#nav li.more a.more.active {
    background-position: 0 -104px;
    width: 108px;
    height: 30px;
}

a.more
{
    display: block;
    width: 108px;
    height: 30px;
}

ul.dropdown li.more ul
{
    width: 106px;
    padding-top: 9px;
    /* background-image: url(../images/more_menu_top.png); */
    background-image: url(../images/menubar_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -45px;
}

ul.dropdown li.more li.last
{
    /* background-image: url(../images/more_menu_bottom.png); */
    background-image: url(../images/menubar_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 106px;
    height: 4px;
}

#col1
{
    width: 100%;
}

ul.navcontent
{
    /* Reset .navcontent - we want to use it for content, not for nav menus. */
    position: static !important;
    width: auto !important;
    background: none !important;
    visibility: inherit !important;
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
}

ul.navcontent li.hover, ul.navcontent li:hover
{
    position: static;
    z-index: 0;
    cursor: auto;
}

ul.navcontent li
{
    padding: 5px !important;
}

/* Browse menu */

ul.browseMenu
{
    z-index: 400;
}

ul.browseMenu > li
{
    padding: 3px 12px 3px 5px;
    height: 15px;
    margin: 2px 5px 2px 0;
    background: #868687 url(../images/icon_browse_arrow.png) no-repeat right 6px;
    border: 1px solid #000;
    color: #fffefe !important;
    text-decoration: none;
    font: bold normal 11px Arial, Verdana, sans-serif;
}

ul.browseMenu ul
{
    padding: 0;
    left: -1px;
    top: 20px;
    border: 1px solid #000;
    background-color: #868687;
}

ul.browseMenu ul li
{
    background-color: #868687;
    padding: 6px;
}

ul.browseMenu a
{
    color: #fffefe !important;
}

ul.demoNavMenu
{
    width: 346px !important;
    padding-top: 28px !important;
}

ul.demoNavMenu a:link, ul.demoNavMenu a:hover, ul.demoNavMenu a:visited, ul.demoNavMenu a:active
{
    text-decoration: underline !important;
}

ul.demoNavMenu li.last
{
    background-image: url(../images/mymodenus_demo_bottom.png) !important;
}

ul#nav li.mymodenus ul.demoNavMenu
{
    width: 246px;
    background-image: url(../images/mymodenus_demo_top.png) !important;
}

ul#nav li.products ul.demoNavMenu
{
    width: 246px;
    background-image: url(../images/products_demo_top.png) !important;
}

ul#nav li.community ul.demoNavMenu
{
    width: 246px;
    background-image: url(../images/community_demo_top.png) !important;
}

.navCopyIndent
{
    margin-left: 20px;
    text-indent: -11px;
}

/* Footer */

/*
#footer
{
    width: 934px;
    clear: both;
    margin: 60px auto 10px auto;
    padding: 0 0 20px 0;
    font-size: 11px;
}

#footer a
{
    color: #3d3633;
}

#footer ul
{
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 650px;
}
#footer li
{
    display: inline;
    float: left;
    margin: 0 10px;
}

#footer ul li span
{
    display: inline-block;
    float: left;
    font-size: 11px;
    color: #3d3633;
    margin: 0 11px 0 10px;
    position: relative;
    top: 1px;
}

#footer ul li img
{
    border: none;
    margin-left: 5px;
}
*/

#copyright
{
    float: right;
    color: #828282;
}

.miniSocial {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent url(../images/minisocial_sprite.png) no-repeat top left;
    vertical-align: middle;
    border: none;
}

.miniSocial.facebook {
    background-position: 0 0;
}

.miniSocial.twitter {
    background-position: -40px 0;
}

.miniSocial.rss {
    background-position: -20px 0;
}

/* 'darker' UI variant. */

body.darker
{
    background-color: #332b28;
}

/*
body.darker #headbanner
{
    background-image: url(../images/header_bg_community.png);
}
*/

body.darker #crumb
{
    color: #a19d9a;
    margin-left: 12px;
    margin-bottom: 16px;
}

body.darker .activeCrumb
{
    color: #9b8e86;
}

body.darker #footer #leftLine, body.darker #footer #rightLine
{
    display: none;
}

body.darker #footer *
{
    color: #a19d9a;
}

/* Main page definitions */

#pagecontent
{
    width: 937px;
    margin: 7px auto;
    clear: both;
    position: relative;
}

#pagecontent h2
{
    clear: both;
}

#pagecontent a
{
    color: #8FBA32;
}

a.seeAll, a.follow, a.viewProfile, a.viewWebsite, a.vendorContact
{
    display: inline-block;
    padding-left: 18px;
    margin: 3px 0;
    background: transparent url(../images/small_actions_sprite.png) no-repeat left top;
    text-transform: uppercase;
    color: #958886 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    height: 14px;
    line-height: 1.35em;
}

a.seeAll
{
    background-position: 0 0;
}

a.follow
{
    background-position: 0 -38px;
}

a.viewProfile
{
    background-position: 0 -57px;
}

a.viewWebsite
{
    background-position: 0 -76px;
}

a.vendorContact
{
    background-position: 0 -19px;
}

#crumb
{
    padding: 5px 0;
    color: #9f9e9b;
    font-size: 10px;
    font-weight: bold;
    width: 550px;
    line-height: 1.4em;
    float: left;
}

.activeCrumb
{
    color: #60534d;
}

.activeCrumbEllipsize
{
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -moz-binding: url(../ellipsis.xml#ellipsis);
    vertical-align: text-bottom;
    position: relative;
    top: 1px;
}

#productContainer
{
    clear: left;
}

#refine
{
    width: 240px;
    height: 27px;
    background: #fff url(../images/refine_prefs.png) no-repeat left top;
    float: right;
}

#productNav
{
    float: left;
    width: 255px;
    margin-right: 40px;
    padding-left: 12px;
    padding-bottom: 12px;
    background: #EDE7E4;
    min-height: 1023px;
}

body.myModenus #productNav, body.product #productNav
{
    background: transparent;
    width: 309px;
    margin-right: 0px;
    padding-left: 0px;
    min-height: 0px;
}

body.productHome #productNav
{
    min-height: 771px;
}

#productNav .navComponent
{
    clear: both;
    padding: 6px 4px;
    margin-right: 4px;
}

#productImages .mainImage
{
	display: block;
	width: 299px;
	height 190px;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    text-decoration: none;
}

#productImages .mainImage img
{
    border-width: 0;
}

#productImages .thumbImage
{
    border: 1px solid #000;
    float: left;
    margin: 4px;
}

.salesContact
{
    padding: 10px;
}

.salesContact .vendorLogo
{
    float: right;
    border: 1px solid #5a5046;
    margin-bottom: 5px;
}

.salesContact hr
{
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #cfcfcf;
}

.salesContactForm label
{
    clear: left;
    float: left;
    margin-top: 10px;
    width: 120px;
}

.salesContactForm .messageLabel
{
    float: left;
}

.salesContactForm input,
.salesContactForm textarea,
.salesContactForm select
{
    font-size: 11px;
    border: 1px solid #5a5046;
    padding: 4px 10px;
    color: #776d6c;
}

.salesContactForm input,
.salesContactForm select
{
    float: left;
    width: 210px;
    margin-top: 9px;
}

.salesContactForm #sendButton,
.salesContactForm #cancelButton
{
    float: left;
    width: 100px;
}

.salesContactForm textarea#message
{
    width: 330px;
    clear: left;
    margin-bottom: 15px;
}

.salesContactForm div.messages
{
    line-height: 1em;
    padding-left: 10px;
    margin-bottom: 10px;
}

.salesContactForm div.messages.success
{
    color: #8FBA32;
    font-weight: bold;
}

.salesContactForm div.messages.error
{
    color: red;
    font-weight: bold;
}

.vendorContactInfo .vendorLogo
{
    float: right;
    border: 1px solid #5a5046;
    margin-bottom: 5px;
}

.vendorContactInfo dl
{
    width: 200px;
    margin: 0;
}

.vendorContactInfo dt
{
    clear: left;
    float: left;
    width: 5em;
}

.vendorContactInfo dd
{
    margin: 0;
    float: left;
    width: 100px;
}

#productTools
{
    clear: both;
    position: relative;
}

a.share, a.like, a.dislike, a.fave, a.print,
.st_facebook_custom, .st_twitter_custom,
.st_linkedin_custom, .st_email_custom
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url(../images/large_actions_sprite.png) no-repeat center top;
}

/*
a.share
{
    background-position: 0 -203px;
}
*/

.st_facebook_custom
{
    background-position: 0 -34px;
}

.st_twitter_custom
{
    background-position: 0 -374px;
}

.st_linkedin_custom
{
    background-position: 0 -340px;
}

.st_email_custom
{
    background-position: 0 0;
}


a.share.small
{
    width: 18px;
    height: 17px;
    background-image: url(../images/icon_share_sm.png);
}


a.likeInactive
{
    background-position: 0 -204px;
}

a.likeActive
{
    background-position: 0 -238px;
}

a.dislikeInactive
{
    background-position: 0 -68px;
}

a.dislikeActive
{
    background-position: 0 -102px;
}

a.faveFalse
{
    background-position: 0 -136px;
}

a.faveTrue
{
    background-position: 0 -170px;
}

a.print
{
    background-position: 0 -272px;
}

#savePrint
{
    position: absolute;
    right: 0;
}

#savePrint a
{
    text-transform: uppercase;
    color: #000;
    margin: 0 4px;
    line-height: 150%;
}

#whereToBuy
{
    margin: 15px 0;
}

#whereToBuy label
{
    color: #777575;
    display: block;
    margin-bottom: 4px;
}

#whereToBuy #postCode
{
    width: 150px;
}

#zipcode
{
    width: 92px;
    height: 19px;
    border: 1px solid #777575;
    padding: 0;
}

#whereToBuy input, #whereToBuy select
{
    color: #b1aeae;
    margin: 4px 0;
}

#whereToBuy a.whereToBuySubmit
{
    display: inline-block;
    background-color: #8FBA32;
    text-decoration: none;
    font-size: 13px;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}
#whereToBuy a.whereToBuySubmit span
{
    color: #fff;
}

#whereToBuy #countryCode
{
    width: 290px;
}

#vendorContactLink
{
    display:block
}

#discussions
{
    margin: 12px 0;
    padding: 12px 0;
    border-top: 1px solid #000;
}

#discussions
{
    position: relative;
    width: 246px;
    font-size: 11px;
    padding: 6px;
}

#discussions em
{
    font-style: normal;
    color: #537587;
}

#discussions a
{
    color: #a72d2d;
}

#discussions blockquote
{
    color: #9a9898;
    line-height: 1.5em;
    margin: 11px 0;
}

a#readMore
{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #8FBA32 !important;
    float: right;
    margin: 0 0 10px;
    padding-right: 14px;
    background: transparent url(../images/icon_arrw_green_down.png) no-repeat right 65%;
}

#discussions textarea
{
    border: 1px solid #85765c;
    color: #b8ae9d;
    width: 100%;
    height: 72px;
}

a.roundSubmit
{
    width: 125px;
    height: 21px;
    background: transparent url(../images/submit_comment_bg.png) no-repeat left top;
    text-align: center;
    line-height: 2em;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    margin: 15px 0;
    float: right;
}

#productInfo
{
    float: right;
    width: 621px;
}

body.product #productInfo
{
    width: 613px;
}

#productInfo > p
{
    color: #707070;
    font-size: 11px;
    margin-top: 0;
}

#productHead
{
    padding: 12px 18px;
    position: relative;
}

#productHead p
{
    clear: both;
}

#productInfo a.seeAll
{
    float: left;
}

#productInfo a.follow
{
    float: left;
    clear: left;
}

#productInfo a.viewWebsite,
#productInfo a.viewProfile
{
    float: left;
    clear: left;
}

#productInfo a.vendorContact
{
    float: left;
    clear: left;
    margin-bottom: 10px;
}

a#buy
{
    float: right;
    margin-right: 30px;
}

.specs
{
    position: relative;
    background-color: #f5f5f5;
    color: #757474;
    padding: 18px;
    font-size: 11px;
    min-height: 300px;
    line-height: 1.75em;
}

.specs h6
{
    margin: 0 0 8px 0;
    font-size: 11px;
    font-weight: normal;
}

.specs dl
{
    width: 280px;
    line-height: 1.5em;
    /* position: absolute; */
}

.specs dt
{
/*
    clear: both;
    float: left;
*/
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.specs dd
{
    margin: 0;
/*
    float: right;
*/
    width: 170px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.specs div.swatchImage
{
    text-align: center;
}

.specs div.swatchImage img
{
    max-width: 550px;
}

#specList1
{
    float: left;
}

#specList2
{
    float: right;
}

dd.bulletedFeatures
{
    display: block;
    text-align: left;
    padding-left: 10px;
    width: 265px;
}

/* Catalog */

a.categoryAd img
{
    border: none;
    margin: 16px 0;
}

#productSearchKeyword
{
    color: #bfbfbd;
    padding: 1px 6px;
}

a.productSearchSubmit
{
    display: inline-block;
    width: 10px;
    height: 19px;
    vertical-align: -5px;
    background: transparent url(../images/product_search_arrow.png) no-repeat left top;
}

#productContainer #productNav .advert
{
    width: 234px;
    background-color: #EDE7E4;
    margin: 5px 0;
    text-align: center;
    padding: 7px 0;
}

#productContainer #productNav .featured
{
    width: 238px;
    margin-bottom: 8px;
}

#productContainer #productNav .featured h3
{
    clear: both;
    font-size: 13px;
    color: #fffeff;
    width: 235px;
    height: 23px;
    margin: 0 0 0 -3px;
    padding: 5px 0 0 15px;
    background-color:#8FBA32;
 }

#productContainer #productNav .featured .container
{
    width: 226px;
    background-color: #EDE7E4;
    margin: 0 auto;
    padding: 4px;
}

#productContainer #productNav .featured .singleItem .imgContainer
{
    width: 202px;
    height: 104px;
    margin: 10px 0px 0px;
}

.imgContainer .overLabel
{
    height: 16px;
    padding: 3px 5px;
    margin-top: -25px;
    margin-right: 1px;
    background: #fff;
    z-index: 400;
    float: right;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 80);
}

.mainImage .overLabel
{
    display: none;
    background: #fff;
    color: #000 !important;
    padding: 3px 5px;
    text-decoration: none !important;
    z-index: 400;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 80);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8em;
    height: 1.6em;
    font-size: 14px;
    line-height: 1.6em;
    vertical-align: middle;
}

.mainImage:hover .overLabel
{
    display: block;
}

.imgContainer .overLabel a
{
    color: #000 !important;
    text-decoration: none;
}

#productContainer #productNav .featured .singleItem a.wrapper
{
    min-height: 150px;
    border: 1px solid #101010;
    display: table-cell;
    background-color: white;
}

#productContainer #productNav .featured .singleItem a.wrapper span.padding
{
    min-height: 150px;
    line-height: 150px;
    display: inline-block;
    vertical-align: middle;
    width: 230px;
}


#productContainer #productNav .featured .singleItem img
{
    width: 230px;
    border: none;
    vertical-align: middle;
}

#productContainer #productNav .featured .multipleItems
{
    height: 240px;
    width: 240px;
    margin-left: -3px;
}

#productContainer #productNav .newProduct
{
    position: relative;
    float: left;
    margin: 13px 4px 0 9px;
    padding: 2px;
    width: 100px;
    height: 100px;
    /* background: #fff url(../images/newproduct_bg.png) no-repeat left top; */
    background: #fff;
    -moz-box-shadow: 2px 2px 2px #969696;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
    border: 1px solid #897C73;

    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

#productContainer #productNav .newProduct img
{
    border: none;
    position: absolute;
    width: 104px;
    height: 104px;
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -52px;
    /* border: 1px solid #c3beaa; */
}

#productContainer #productNav .newProduct div
{
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 98px;
    text-align: center;
    background-color: #f5f5f5;
    color: #000;
    line-height: 2em;
    font-size: 10px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 0 3px;
    cursor: pointer;
}

#productContainer #productNav a.newProductBrand
{
    text-decoration: none;
}

#productContainer #productNav a.newProductName
{
    text-decoration: none;
    color: #7192a3 !important;
}

#productContainer a#productShuffle,
#productContainer li#seeAllProductTypes > a
{
    background-color: #9F9E9B;
    color: #fff !important;
    font-size: 10px;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: 1px;
}

#productContainer a#productShuffle
{
    float: right;
    margin-right: 24px;
    width: 33px;
}

.cat
{
    float: left;
    width: 201px;
    height: 172px;
    margin-right: 6px;
    position: relative;
}

.cat img
{
    width: 198px;
    height: 115px;
    padding: 3px 3px 5px 4px;
    background: #fff url(../images/category_bg.png) no-repeat left top;
    border: none;
}

.cat a
{
    color: #60534d !important;
    text-decoration: none;
}

.cat h6
{
    padding: 4px 0 0 12px;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

/* Category page */

body#catPage .cat
{
    height: 263px;
}

body#catPage .cat img
{
    height: 198px;
    background-image: url(../images/product_frame_198.png);
}

body#catPage .cat div, body#subcat .cat div, body.profile .cat div
{
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 190px;
    text-align: center;
    background-color: #fff;
    color: #000;
    line-height: 2em;
    font-size: 14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 0 3px;
    cursor: pointer;
}

/* Vendor profile */

body.profile .cat img
{
    width: 198px;
    height: 198px;
    background-image: url("../images/product_frame_198.png")
}

body.profile .cat
{
    height: auto;
    margin-right: 10px;
    margin-bottom: 5px;
}

body.profile .cat a
{
    position: relative;
}

body.profile .cat div
{
    bottom: 9px;
    right: 4px;
}

body.profile .productList
{
    -moz-box-shadow: 2px 2px 4px #110e0d;
    -webkit-box-shadow: 2px 2px 4px #110e0d;
    box-shadow: 2px 2px 4px #110e0d;
    border: 1px solid #000000;
    background: none repeat scroll 0 0 white;
    margin: 15px 0px;
    padding: 10px 15px;
}

body.profile #categories
{
    width: 845px;
    margin: 14px auto 0px;
}

body.profile .pager > *
{
    vertical-align: middle;
}

body.profile .pager .legend
{
    position: relative;
    top: 2px;
}

#communityDiscussions
{
    background-color: #eceaeb;
    width: 240px;
    margin: 18px 4px 8px;
    padding: 6px 0;
}

#communityDiscussions h3
{
    color: #7192a3;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 4px 16px;
}

#communityDiscussions ul
{
    list-style: none;
    padding-left: 16px;
}

#communityDiscussions ul li
{
    padding: 0 0 16px 0;
    color: #7192a3;
}

#communityDiscussions a
{
    color: #000;
}

#communityDiscussions a.seeMore
{
    margin: auto 16px auto 0;
}

.communitySocialLinks a, .communitySocialLinksSmall a
{
    margin-right: 20px;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.communitySocialLinks img, .communitySocialLinksSmall img
{
    border: none;
}

.communitySocialLinks
{
    text-align: center;
    width: 272px;
    height: 34px;
    padding-top: -15px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid blue;
}

.communitySocialLinksSmall
{
    text-align: center;
    width: 210px;
    background-image: url(../images/modenus_button_empty_small.png);
    height: 34px;
    padding-top: 5px;
}

.communitySocialLinks > span
{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -9px;
    left: -6px;
}

#categories
{
    margin-top: 14px;
}

ul.subcategoryList
{
    padding: 0;
    margin: 0 25px 0 9px;
    list-style: none;
    font-size: 11px;
}

ul.subcategoryList li
{
    float: left;
    margin: 0 0 12px 0;
    padding: 0;
    height: 20px;
}

ul.subcategoryList a
{
    display: block;
    height: 12px;
    font-size: 12px;
/*    color: #685e49 !important; */
    color: #9F9E9B !important;
    color: #777 !important;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
/*     background-color: #d2d2d2; */
}

ul.subcategoryList a:hover
{
    /* background-color: #dadada; */
    color: #8FBA32 !important;
    text-decoration: underline;
}

#featuredMans
{
    background-color: #EDE7E4;
    padding-bottom: 12px;
}

#featuredMans h3
{
    color: #a52d2c;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 0 16px;
}

#featuredMans .featuredMan
{
    float: left;
    margin: 10px 0 4px 16px;
    width: 100px;
    height: 54px;
    background-color: #fff;
}

#featuredMans .featuredMan img
{
    border: none;
}

#prodjump
{
    position: absolute;
    top: 0;
    right: 0;
}

/* Subcategory  */

body#subcat .cat
{
    height: 263px;
}

body#subcat .cat img
{
    height: 198px;
    background-image: url(../images/product_frame_198.png);
}

#productNav .filters
{
    border: 1px solid #000;
    background: #f5f5f5;
    padding: 24px 32px;
    margin-top: 24px;
    font-size: 9px;
    width: 176px;
}

.filters label
{
    color: #a85a10;
}

.filters select
{
    font-size: 9px;
    color: #818181;
}

.filters h4
{
    color: #a85a10;
    font-weight: normal;
    margin-top: 10px;
}

.filters > ul > li
{
    padding: 6px 0 16px;
}

.filters ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.1em;
}

.filters > ul
{
    margin-left: 18px;
}

.filters ul
{
    color: #a85a10;
    text-transform: uppercase;
}

.filters ul ul
{
    color: #818181;
    text-transform: none;
}

.filters #searchFilterItemDisplayOption > a
{
    color: #444;
}
/* Other catalog pages may soon also use these rules... */

body#subcat #productInfo
{
    margin-top: 24px;
}

body#subcat h2
{
    float: left;
}

body#subcat #categories
{
    margin-top: 18px;
}

body#subcat .cat h6
{
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    line-height: 1.1em;
}

body#subcat .cat a
{
    color: #8FBA32 !important;
    text-decoration: underline;
}

body#subcat .cat a.productName
{
    color: #60534D !important;
    text-decoration: underline;
    font-size:13px;
    font-weight:normal;
    text-decoration:underline;
}

body#subcat .cat a.productBrand
{
    color: #60534D !important;
    text-decoration: underline;
    font-size:10px;
    font-weight:normal;
    text-decoration:underline;
}

/* note: Safari requires a specified width on inline-block level elements to properly render the ellipis.
         it is not enough that the containing block has a width specified.  everywhere that this class is
         used with an inline-block, there should also be another style applied to the element that provides
         the width.  currently, we use JS when the document loads to do this automatically. */
.ellipsize
{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    display:inline-block;
    -moz-binding: url(../ellipsis.xml#ellipsis);
}

.pager
{
    float: right;
    padding: 5px 15px;
    margin: 8px 0;
    width: 322px;
    font-size: 9px;
}

.pager label
{
    font-weight: bold;
    margin-right: 4px;
}

.pager select
{
    font-size: 9px;
}

.pager ol
{
    display: inline-block;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
}

.pager ol li
{
    float: left;
    margin: 0 3px;
    color: #000;
}

.pager ol li a
{
    color: #000 !important;
    text-decoration: none;
    padding: 1px 3px;
}

.pager ol li.active a
{
    text-decoration: underline;
}

.pager ol li.active
{
    font-weight: bold;
}

.pager .prev
{
    display: inline-block;
    width: 4px;
    height: 8px;
    /* background: transparent url(../images/icon_arrw_left.png) no-repeat scroll left top; */
    background: transparent url(../images/arrows_sprite.png) no-repeat scroll -68px 0;
    margin-left: 32px;
}

.pager .next
{
    display: inline-block;
    width: 4px;
    height: 8px;
    /* background: transparent url(../images/icon_arrw_right.png) no-repeat scroll left top; */
    background: transparent url(../images/arrows_sprite.png) no-repeat scroll -77px 0;
}

.pager .legend
{
    float: right;
    vertical-align: middle;
    display: inline-block;
}

.pager .shuffle
{
    float: right;
    position: relative;
    left: 6px;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-color: #9F9E9B;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 2px;
    border: 1px solid #ddd;
}

.pager #pagerShuffleTop, .pager #pagerShuffleBot
{
    color: #fff;
	text-decoration: none;
	font-size: 9px;
}

.pager em
{
    font-style: normal;
}

.pager.pagerTop
{
    background-color: #dedcdd;
}

.pager.pagerBottom
{
    width: 260px;
}

.pager.pagerTop .prev
{
    margin-left: 32px;
}

/* Project Manager */

#pm
{
    width: 935px;
    clear: both;
    margin: 16px auto 8px auto;
}

#pm h4
{
    font-weight: normal;
    font-size: 17px !important;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0 0 16px 0;
}

#projectNavHolder
{
    margin: 12px 0 8px;
    clear: both;
}

.blockNav
{
    background-color: #fff;
}

.blockNav a
{
    margin: 0 1px;
    height: 25px;
    line-height: 24px;
    float: left;
    background-color: #bdbbbc !important;
    font-size: 10px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    outline-style: none;
}

.blockNav a.first
{
    margin-left: 0;
}

.blockNav a.last
{
    margin-right: 0;
}

.blockNav a.dirty
{
    background: transparent url(../images/dot.png) no-repeat scroll 8px 50%;
}

.blockNav a.active, .blockNav a.navItem:hover
{
    background-color: #78706d !important;
}

#projectNavigation-prev
{
    float: left;
    background: transparent url(../images/projects_arw_left.png) no-repeat 50% 50%;
    width: 40px;
    height: 25px;
    padding: 0 !important;
    margin-left: 0;
}

#projectNavigation-next
{
    float: right;
    background: transparent url(../images/projects_arw_right.png) no-repeat 50% 50%;
    width: 40px;
    height: 25px;
    padding: 0 !important;
}

#pageAdd
{
    float: right;
    background: #BDBBBC url(../images/projects_plus.png) no-repeat 50% 50% !important;
    width: 27px;
    height: 25px;
    padding: 0 !important;
}

#projectDates
{
    width: 269px;
    height: 160px;
    float: left;
    clear: left;
    border: 1px solid #000;
    margin: 0 0 16px 0;
    padding: 16px;
}

#projectDates h4
{
    float: left;
}

#projectDates .projectDates
{
    clear: both;
}

.projectDates
{
    font-size: 10px;
    line-height: 1.7em;
    margin: 0;
}
.projectDates dt
{
    color: #a5978e;
}
.projectDates dt .date
{
    color: #000;
}
.projectDates dt .time
{
    margin: 0 5px;
}
.projectDates dd
{
    color: #bdbdbd;
    margin: 0 0 10px 15px;
}

#projectContacts
{
    clear: none;
    width: 581px;
    height: 160px;
    margin: 0 0 16px 16px;
    padding: 16px;
    border: 1px solid #000;
}

.projectContacts
{
    font-size: 10px;
    line-height: 1.7em;
}

#projectContacts div.contactListBlock
{
    width: 100%;
    height: 120px;
    overflow-y: scroll;
}

ul.projectContact
{
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 30px;
    width: 150px;
    line-height: 1.4em;
    list-style: none;
}

ul.projectContact li
{
    color: #a4958e;
    display: block;
    font-family: arial, verdana;
}

ul.projectContact li.name
{
    color: #362b27;
    font-weight: bold;
    text-transform: uppercase;
}

#projectContent
{
    clear: both;
    border: 1px solid #000;
    background-color: #f5f5f5;
    min-height: 322px;
    padding: 0 0 15px 0;
}

.projectManagerPanel
{
    padding: 16px;
    font-size: 11px;
    clear: both;
}

.projectManagerPanel .nav
{
    margin-left: 8px;
    height: 22px;
}

.projectManagerPanel .nav select
{
    width: 150px;
    margin-right: 30px;
}

.projectManagerPanel .nav a#clearPrintSelected,
.projectManagerPanel .nav a#selectPrintAll
{
    display: inline-block;
    margin-left: 10px;
}

.projectManagerPanel .prod
{
    float: left;
    width: 180px;
    height: 226px;
    margin: 16px;
}

.projectManagerPanel .prod img
{
    border: 1px solid #85807d;
}

.projectManagerPanel .prod .name
{
    font-weight: bold;
    font-size: 11px;
    margin: 4px;
}

.projectManagerPanel .prod a
{
    margin: 6px;
    margin-left: 2px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.projectManagerPanel .prod .tools
{
    text-align: center;
    margin: 4px 0;
    margin: 0;
}

.projectManagerPanel .prod a.saved
{
    color: #6e6e6e !important;
}

.projectManagerPanel .prod .savedRooms
{
    font-style: italic;
    color: #78706d;
    text-align: center;
}

#planGrid
{
    width: 100%;
    height: 516px;
    overflow: auto;
    position: relative;
}

#planGrid .mediaPage
{
    position: absolute;
    width: 100%;
}

#photoGrid
{
    width: 100%;
    height: 516px;
    overflow: auto;
    position: relative;
}

#photoGrid .mediaPage
{
    position: absolute;
    width: 100%;
}

#projectTracker .trackerItem
{
    margin: 16px;
    clear: both;
}

.trackerItem .trackerInfo
{
    width: 177px;
    float: left;
}

.trackerInfo img
{
    border: 1px solid #78706d;
}

.trackerInfo .controls
{
    margin: 2px;
}

.trackerInfo .deleteClone
{
    float: right;
    text-align: right;
}

.trackerInfo a
{
    color: #000 !important;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.75em;
}

.trackerItem .trackerDetail
{
    width: 655px;
    float: left;
    margin-left: 16px;
}

.trackerDetail h5
{
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.trackerDetail .status
{
    float: right;
    font-weight: bold;
}

.trackerDetail .status input
{
    position: relative;
    top: 0.1em;
}

.trackerDetail .room a
{
    font-weight: bold;
    margin-right: 4px;
    color: #000 !important;
}

.trackerDetail .room em
{
    color: #747474;
}

.trackerDetail .specifics
{
    margin-top: 2em;
}

.trackerDetail .specifics label
{
    float: left;
    display: block;
    font-weight: bold;
}

.trackerDetail .specifics label span
{
    display: inline-block;
    font-weight: bold;
    width: 60px;
}

.trackerDetail .specifics input
{
    background-color: #cfcdce;
    color: black;
    margin: 2px 12px 2px 4px;
    padding: 2px 5px;
    min-width: 12px;
    border: none;
}

.trackerDetail .specifics label.notes
{
    margin-top: 1em;
    clear: both;
}

.trackerDetail .specifics label.notes input
{
    min-width: 585px;
    background-color: #e6e4e5;
}

#saveTrackerItems
{
    margin-top: 15px;
}

#trackerMessages
{
    background-color: #C1E873;
    color: #39451F;
    float: left;
    font-weight: bold;
    margin-top: 15px;
}

#projectActivity .nav
{
    text-align: center;
}

#projectActivity #editTeam
{
    margin-right: 16px;
}

#activityFeed, #todos
{
    border: 1px solid #e1dfe0;
    background-color: #faf8f9;
    margin: 16px;
    padding: 16px 32px 32px 32px;
    line-height: 2em;
}

#activityFeed
{
    float: left;
    width: 430px;
}

#todos
{
    float: right;
    width: 265px;
}

#todos .new
{
    float: right;
}

#todos .info
{
    color: #9e9996;
    margin-bottom: 6px;
}

#todos .todo.done,
#todos .todo.done .info
{
    color: #ddd;
}

#todos .todo a.markDone
{
    display: inline;
}

#todos .todo a.markUndone
{
    display: none;
}

#todos .todo.done a.markDone
{
    display: none;
}

#todos .todo.done a.markUndone
{
    display: inline;
}

#addTodo #targetDate
{
    width: 70px;
    margin-right: 6px;
}
#addTodo #targetTime
{
    width: 60px;
}

#addTodo .buttons a
{
    width: 100px;
}

#addTodo a#saveToDo
{
    float: left;
}

#addTodo a#cancelToDo
{
    float: right;
}

#editTeamForm
{
    font-size: 10px;
}

#editTeamForm .formSection
{
    margin: 10px;
}

#editTeamForm .role
{
    float: right;
}

/*
 * Project settings popup.
 */

#projectSettingsDialog .contentArea
{
    height: auto;
}

#projectSettingsDialog .settingsLeft
{
    font-size: 11px;
}

.#projectSettingsDialog .addNewContact
{
    margin-top: -10px;
}

#projectSettingsDialog .addNewContact span,
#projectSettingsDialog .addNewContact a
{
    color: #91c822
}

#projectSettingsDialog .distributionContacts .legend
{
    margin: 4px 10px 0 0;
    float: left;
    width: 89px;
}

#projectSettingsDialog .distributionContacts .legend h4
{
    font-weight: normal;
    color: #000;
    margin: 0;
}

#projectSettingsDialog .distributionContacts .legend a
{
    font-size: smaller;
}

#projectSettingsDialog .distributionContacts
{
    width: 520px;
    margin-top: 10px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #EDE7E4;
    border: 1px solid #C3BEAA;
    padding: 10px;
}

#projectSettingsDialog .editProjectAddresses .distributionContacts
{
    height: 450px;
}

.editProjectAddresses .distributionContacts .fields
{
    width: 375px;
    float: left;
}

#projectSettingsDialog .distributionContacts input
{
    float: none !important;
    margin-right: 4px;
}

#projectSettingsDialog .distributionContacts select
{
    float: none !important;
    margin-right: 4px;
}

#projectSettingsDialog .entry
{
    position: relative;
}

#projectSettingsDialog .entry .deleteRetailer
{
    position: absolute;
    right: -4px;
    top: -2px;
    background: #78706D;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 2px 2px;
    font-size: 12px;
    line-height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#projectSettingsDialog .editProjectDetails .distributionContacts
{
    height: 310px;
}

#projectSettingsDialog .editProjectDetails #deleteArchiveBox
{
    width: auto;
    position: absolute;
    top: 66px;
    right: 30px;
    text-align: center;
}

#projectSettingsDialog .editProjectDetails #deleteArchiveBox a#deleteProject
{
    margin-right: 15px;
}

#projectSettingsDialog .editProjectDetails #deleteArchiveBox a
{
    color: #888;
}

#projectSettingsDialog span.address1 input,
#projectSettingsDialog span.address2 input
{
    width: 330px;
}

#projectSettingsDialog span.stateProvince input,
#projectSettingsDialog span.postCode input,
#projectSettingsDialog span.phoneNumber input,
#projectSettingsDialog span.faxNumber input,
#projectSettingsDialog span.emailAddress input,
#projectSettingsDialog span.website input,
#projectSettingsDialog span.description input
{
    width: 150px;
}

/* MyModenus */

body.myModenus h2
{
    color: #93b5c7;
    float: left;
}

a.seeMore
{
    clear: both;
    float: right;
    margin: 10px 0 -10px 0;
    padding-right: 16px;
    background: transparent url(../images/icon_arrw_down.png) no-repeat right 50%;
    font-size: 13px;
    text-decoration: none;
}

a.grayArrow
{
    background: transparent url(../images/icon_arrw_down_gray.png) no-repeat right 50%;
}

a#viewProfile
{
    float: left;
    margin: 19px 0 13px 20px;
    text-decoration: none;
    /* padding-right: 12px; */
    padding-right: 0px;
    font-weight: bold;
    font-size: 11px;
    /* background: transparent url(../images/icon_arrw_green.png) no-repeat right 50%; */
}

a#viewProfile span.arrow {
    display: inline-block;
    vertical-align: middle;
    background: transparent url(../images/arrows_sprite.png) no-repeat -45px 0;
    width: 5px;
    height: 8px;
    margin-left: 7px;
}

a#preferences
{
    float: right;
    margin-top: 10px;
    height: 15px;
    padding: 5px 14px;
}

a#uploadProducts
{
    float: right;
    margin-top: 10px;
    height: 15px;
    padding: 5px 14px;
}

body.myModenus #productNav
{
    clear: left;
}

body.myModenus #productInfo
{
    width: 611px;
}

body.myModenus #projectDates, body.myModenus #activeProjects
{
    height: 184px;
}

#productNav .contentBlock
{
    width: 269px;
    margin-bottom: 16px;
    font-size: 10px;
}

body.myModenus #productInfo .contentBlock
{
    width: 578px;
}

#productNav .contentBlock a
{
    /* generally... */
    color: #000;
}

#productInfo .contentBlock
{
    width: 588px;
    margin-bottom: 16px;
}

#finishTrade p
{
    margin-top: 0;
    font-size: 13px;
}

#finishTrade ul
{
    padding: 0 0 0 10px;
    list-style-type: none;
}

#finishTrade ul li
{
    margin-bottom: 4px;
    font-size: 13px;
}

#finishTrade div.submitLinkWrapper
{
    text-align: left;
}

#finishTrade a
{
    color: #8FBA32 !important;
    font-size: 14px;
}

#tradeApplication fieldset
{
    border: none;
}

#tradeApplication input[type='text']
{
    background-color: #fff;
    color: #000;
    font-size: 11px;
    width: 175px;
}

#tradeApplication label.radio
{
    display: block;
    margin: 1px 0 0 6px;
}

#tradeApplication label.nowrap
{
    white-space: nowrap;
}

#tradeApplication label.text
{
    white-space: nowrap;
    display: block;
    position: relative;
    height: 2.25em;
}

#tradeApplication label.text input[type='text']
{
    position: absolute;
    right: 0;
}

#tradeApplication .formGroup
{
    margin: 12px 0;
}

#tradeApplication .left
{
    float: left;
    width: 300px;
}

#tradeApplication .right
{
    float: right;
    margin-left: 12px;
    width: 300px;
}

#tradeApplication a.boldButton
{
    float: right;
}

#myProducts .prod, .myProducts .prod
{
    float: left;
    width: 82px;
    height: 99px;
    margin-right: 7px;
    font-size: 10px;
    padding-bottom: 4px;
}

#myProducts .prod img, .myProducts .prod img
{
    width: 80px;
    height: 80px;
    border: 1px solid #000;
}

.myProducts .prod a
{
    color: #000;
}

#myMoodBoards ul
{
    margin: 0;
    padding-left: 20px;
    line-height: 2.25em;
    list-style: none;
}

#myVendors
{
    padding-right: 0;
    width: 285px !important;
}

#myVendors a.seeMore
{
    margin-right: 16px;
    color: #6e6e6e;
}

#myVendors a.viewAll
{
    margin-right: 16px;
}

#myVendors .prod, .myVendors .prod
{
    float: left;
    margin-right: 19px;
    width: 52px;
}

#myVendors .prod img, .myVendors .prod img
{
    border: 1px solid #000;
    width: 52px;
    height: 52px;
}

#myVendors .prod a, .myVendors .prod a
{
    color: #000;
    font-size: 10px;
}

#myVendors .prod a.name, .myVendors .prod a.name
{
    line-height: 17px;
    position: relative;
    left: 6px;
    padding-right: 2px;
}

#activeProjects
{
    position: relative;
}

#activeProjects ul
{
    list-style: none;
    padding: 0;
}

li.activeProject
{
    margin: 8px 0 0 1px;
    width: 143px !important;
    height: 145px !important;
    /* float: left; */
    color: #a49590;
    font-size: 9px;
    line-height: 180%;
}

.activeProject > *
{
    margin-left: 12px;
}

.activeProject img
{
    border: none;
}

.activeProject .name
{
    color: #bfbeb9;
    margin-left: 0;
}

.activeProject a
{
    text-transform: uppercase;
    color: #8fc821;
    font-weight: 600;
}

#projectPrev, #projectNext
{
    background: transparent none no-repeat left top;
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    bottom: 40px;
}

#projectPrev
{
    background-image: url(../images/icon_green_med_left.png);
    left: 6px;
}

#projectPrev.jcarousel-prev-disabled
{
    background-image: url(../images/icon_green_med_left_off.png);
}

#projectNext
{
    background-image: url(../images/icon_green_med_right.png);
    right: 6px;
}

#projectNext.jcarousel-next-disabled
{
    background-image: url(../images/icon_green_med_right_off.png);
}

#finishRegistering p
{
    clear: both;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.5em;
}

#finishRegistering a
{
    font-size: 26px;
    color: #8FBA32 !important;
}

/*
#attnVendors p
{
    font-size: 12px;
    color: #747474;
}

#attnVendors ul li
{
    font-size: 12px;
    color: #747474;
}
*/

#attnVendors, #attnVendors p
{
    font-size: 11px !important;
    line-height: 1.5em !important;
    color: #747474 !important;
}

#attnVendors ol, #attnVendors ol ul
{
    padding-left: 20px;
}

#attnVendors ol ul
{
    padding-top: 4px;
    list-style: disc;
}

#attnVendors ol li
{
    padding-bottom: 5px;
}

#attnVendors .subHeader
{
    color: #747474;
    font-size: 12px;
    font-weight: bold;
}

.jumpReminder
{
    display: block;
    font-size: 14px;
    text-align: left;
    color: #747474;
    margin-bottom: 8px;
}

.jumpReminder a
{
    font-weight: bold;
}

#blastTitle
{
    width: 205px;
}

#blastPost
{
    width: 435px;
}

#newsfeed #postBlast
{
    width: 120px;
    margin: 3px;
}

#newsfeed fieldset
{
    padding: 12px;
    border: 1px solid #aaaaaa;
}

#newsfeed .feedItem
{
    margin: 0 0 10px 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
}

#newsfeed .feedItem:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#newsfeed .feedItem h6
{
    font-size: 12px;
    margin: 16px 0;
    color: #4F4543;
}

#newsfeed .feedItem img
{
    width: 52px;
    height: 52px;
    border: 1px solid #9c918b;
    float: left;
    margin: 8px 16px;
}

#newsfeed .feedItem a
{
    color: #342a28;
}

#newsfeed .feedItem p
{
    line-height: 1.6em;
}

#newsfeed .feedItem .info
{
    font-size: 13px;
    color: #675a58;
}

#newsfeed .item .info .sender
{
    font-size: 10px;
}

#newsfeed .feedItem .tools
{
    color: #909090;
    font-size: 10px;
    margin-top: 3px;
    text-align: right;
}

#newsfeed #noFeedEvents
{
    margin-top: 20px;
    color: #7c7c7c;
    font-style: italic;
    text-align: center;
    display: block;
}

#newsfeed #viewMore
{
    text-align: center;
    font-size: 14px;
    padding: 12px;
    font-weight: bold;
}

/* Profiles */

#profileShellOuter
{
    background: #6C655B; /* transparent url(../images/profile_wrap_bg.png) no-repeat scroll left bottom *;*/
    width: 959px;
    /* padding-bottom: 12px; */
    clear: left;
}

#profileShellInner
{
    background: #6c655b; transparent url(../images/profile_wrap_bg.png) no-repeat scroll left top;
    width: 933px;
    padding: 23px 13px 0;
}

#profile
{
    padding: 18px 14px 14px;
    background-color: #d5d5d3;
}

.profileAddressBlock
{
    text-align: center;
    padding-top: 5px;
}

.profileAddressBlock p
{
    line-height: 1.2em;
}

#profileLeftColumn
{
    width: 300px;
    float: left;
    line-height: 1.5em;
}

#profileRightColumn
{
    float: right;
    /* width: 489px; */
    width: 540px;
    min-height: 300px;
    font-size: 14px;
    /* background: transparent url(../images/profile_content_bg.png) no-repeat scroll left top; */
    background: white;
    border: 1px solid #000;
    -moz-box-shadow: 2px 2px 2px #969696;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
    padding: 26px 30px 14px 14px;
}

#profileVendorRight
{
    float: right;
    width: 510px;
    height: 300px;
    font-size: 14px;
    /* background: transparent url(../images/profile_vendor_bg.png) no-repeat scroll left top; */
    background: white;
    border: 1px solid #000;
    -moz-box-shadow: 2px 2px 2px #969696;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
    padding: 26px 60px 14px 14px;
}

#profileLeftColumn img.profileLogo
{
    border: 1px solid #000;
    -moz-box-shadow: 2px 2px 2px #969696;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
}

#profile dl
{
    background: #EDE7E4;
    padding: 10px 10px 10px 10px;
    margin-left:-10px;
    margin-right: -10px;
    margin-top: 1.2em;
    width: 524px;
}

#profile dd
{
    margin-left: 0;
    color: #707070;
}

#profile dt
{
    margin-top: 0;
    color: #332b27;
    font-weight: bold;
}

#profile a.share
{
    float: left;
}

#profile .profileHead
{
    float: left;
    margin-left: 16px;
}

#profile h2
{
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

#profile h3
{
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    color: #775c51;
    margin: 6px 0 2px 8px;
}

#profile h3.artisanCategories
{
    font-size: 13px;
    font-style: italic;
}

#profile address
{
    font-style: normal;
    font-size: 15px;
    color: #775c51;
    margin: 2px 0 2px 8px;
    line-height: 1.6em;
}

#profile address a
{
    color: #775c51;
}

#profile .makeContact
{
    float: right;
    width: 190px;
}

#profile .makeContact a
{
    margin-bottom: 12px;
    float: left;
    clear: left;
}

#profile .profileContactLink
{
    font-size: 11px;
    font-weight: bold;
}

#profile .profileText
{
    margin: 20px 0 16px 16px;
    font-family: Helvetica, Arial, verdana, sans-serif;
    font-size: 12px;
    line-height: 2em;
    color: #333;
}

#aboutme h3, #aboutvendor h3
{
    color: #332b27;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 16px;
}

#aboutvendor div
{
    line-height: 1.4em;
}

body.profile
{
    min-width: 959px;
}

body.profile #pagecontent,
body.community #pagecontent
{
    width: 959px;
}

body.profile .contentBlock
{
    padding-right: 0;
    width: 285px !important;
    height: 176px;
    margin-top: 10px;
    background-color: #f4f4f4;
}

body.profile .contentBlock .viewAll
{
    margin-right: 16px;
}

#myFriends
{
    padding-right: 0;
    width: 285px !important;
}

#myFriends a.seeMore, #myFriends a.viewAll
{
    margin-right: 16px;
}

#myFriends .friend, .myFriends .friend
{
    float: left;
    width: 52px;
    margin-right: 19px;
    font-size: 10px;
}

#myFriends .friend img, .myFriends .friend img
{
    width: 52px;
    height: 52px;
    border: 1px solid #000;
}

#myFriends .friend a, .myFriends .friend a
{
    color: #000 !important;
}

#myFriends .friend a.name, .myFriends .friend a.name
{
    position: relative;
    left: 6px;
    padding-right: 2px;
    line-height: 17px;
}

body.profile .contentBlock .seeMore
{
    margin-right: 16px;
    color: #6e6e6e !important;
}

#portfolio
{
    margin: 35px 0 6em 0;
}

#portfolio h3
{
    color: #504c49;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: .25em;
    margin-bottom: .5em;
}

.portfolioItem
{
    float: left;
    width: 127px;
    margin-right: 11px;
}

.portfolioItem.last
{
    margin-right: 0;
}

.portfolioItem a.name
{
    padding-left: 13px;
    color: #504c49 !important;
}

.portfolioItem img
{
    width: 123px;
    height: 123px;
    border: 2px gray solid;
    margin: 0 0 1em 0;
}

.profileProducts
{
    margin: 13px;
}

.profileProducts .featureBox
{
    width: 450px;
    height: 330px;
    background: transparent url(../images/home/feature-box-bg2.png) no-repeat scroll left top;
    float: left;
    text-align: center;
    margin: 4px 0;
    padding-top: 22px;
}

.profileProducts .featureBox > a > span
{
    top: 0;
}

/* Styles specific to modal dialogs: */

.ui-dialog .rel a.formSubmit
{
    position: absolute;
    right: 0;
    bottom: 1px;
}

.ui-dialog .blockNav
{
    background-color: #bdbbbc;
    float: left;
    width: 99.5%; /* approximation of 100%-4px */
    margin: 2px;
}

.ui-dialog .blockNav .links
{
    background-color: #fff;
    float: left;
}

.ui-dialog .blockNav a
{
    padding-left: 2em;
    padding-right: 2em;
}

.ui-dialog .blockNav a.last
{
    margin-right: 2px;
}

.ui-dialog .contentArea
{
    padding: 40px;
}

.ui-dialog a.boldButton
{
    font-size: 10px;
    padding: .35em 1.1em;
}

.ui-dialog a.boldButton.next
{
    background-image: url(../images/projects_arw_right.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-left: .5em;
    padding-right: 1.5em;
}

.ui-dialog .settingsLeft
{
    padding-top: 18px;
}

.ui-dialog .settingsRight
{
    margin-top: 15px;
    float: right;
    min-width: 110px;
}

#preferencesDialog div.spacer
{
    display: inline;
    margin-left: 60px;
}

dl.projectInfo
{
    width: 300px;
}

dl.projectInfo dt
{
    clear: both;
    float: left;
    margin-bottom: 18px;
}

dl.projectInfo dd
{
    float: right;
}

.preferencesDialog .contentArea
{
    font-size: 11px;
    line-height: 1.75em;
    height: 370px;
}

.preferencesDialog .contentArea #purchasePrefsForm .settingsRight
{
    width: 300px;
    padding-top: 4px;
}

.preferencesDialog .contentArea #purchasePrefsForm .settingsLeft
{
    width: 400px;
    float: left;
}

.preferencesDialog .contentArea #purchasePrefsForm .settingsRight input[type="radio"]
{
    width: auto;
}

.preferencesDialog .settingsLeft label
{
    clear: left;
    float: left;
    margin-top: 10px;
    width: 9em;
}

.preferencesDialog .settingsLeft input,
.preferencesDialog .settingsLeft textarea,
.preferencesDialog .settingsLeft select
{
    float: left;
    font-size: 11px;
    width: 300px;
    margin-top: 9px;
    border: 1px solid #5a5046;
    padding: 4px 10px;
    color: #776d6c;
}

.preferencesDialog .settingsLeft select
{
    padding: 2px 10px;
    width: 125px;
}

.preferencesDialog .settingsLeft input[type="radio"],
.preferencesDialog .settingsLeft input[type="checkbox"]
{
    width: auto;
    margin-right: 10px;
    float: none;
    border: none;
}

.preferencesDialog .settingsLeft input[type="file"]
{
    border: 0;
}

.preferencesDialog .settingsLeft label.inline
{
    display: inline;
    clear: none;
    width: auto;
    margin-right: 8px;
    margin-left: 5px;
}

.preferencesDialog .settingsLeft span#aboutMeCount,
.preferencesDialog .settingsLeft span#interestsCount
{
    position: relative;
    right: -45px;
}

.preferencesDialog input#city, .preferencesDialog input#zip
{
    width: 80px;
    margin-right: 10px
}

.preferencesDialog input#state
{
    width: 91px;
}

.preferencesDialog select#country
{
    width: 152px;
}

.preferencesDialog div.messages,
 div.formMessages
{
    line-height: 1em;
    padding-left: 10px;
    padding: 2px;
    font-weight: bold;
    display: none;
}

.preferencesDialog div.messages.prefSuccess,
 div.formMessages.prefSuccess
{
    color: #39451f;
    background-color: #c1e873;
    display: block;
    float: left;
    margin-bottom: 9px;
    width: auto !important;
}

.preferencesDialog div.messages.prefError,
 div.formMessages.prefError
{
    background-color: #ffbfbf;
    color: maroon;
    border: 1px solid #e17b7b;
    display: block;
}

#preferencesDialog .prefsNotifications input,
#preferencesDialog .prefsPrivacy input
{
    margin: 1.75em 0.5em 0em 3em;
}

#preferencesDialog .prefsPrivacy input[type='radio'],
#preferencesDialog .prefsPrivacy input[type='checkbox']
{
    margin: 0 0 0 0;
    vertical-align: middle;
    float: none;
}

#preferencesDialog .prefsPrivacy div.entry
{
    margin-bottom: 1.1em;
}

#preferencesDialog .prefsPrivacy div.radioList
{
    margin-bottom: 1.1em;
}

#preferencesDialog .prefsNotifications label,
#preferencesDialog .prefsPrivacy label
{
    float: none;
}

#preferencesDialog .prefsAdmin input
{
    width: 150px;
}

#preferencesDialog .prefsAdmin label
{
    text-align: right;
    padding-right: 1em;
    width: 11em;
}

#preferencesDialog .prefsContactInfo input,
#preferencesDialog .prefsContactInfo textarea
{
    width: 375px;
}

#preferencesDialog .prefsContactInfo select#state
{
    padding: 3px 5px;
    width: 80px;
    margin-right: 10px;
}

#preferencesDialog .prefsContactInfo input#country
{
    width: 120px;
}

#preferencesDialog .prefsContactInfo input#state,
#preferencesDialog .prefsContactInfo input#zip
{
    width: 61px;
    clear: none;
}

#preferencesDialog .prefsContactInfo #stateLabel,
{
    clear: none;
    width: 9em;
}

#preferencesDialog .prefsContactInfo #countryLabel
{
    clear: none;
    width: 5em;
}

#preferencesDialog .prefsPurchases label
{
    float: none;
}

#preferencesDialog .prefsPurchases label.other
{
    float: left;
    width: 165px;
}

#preferencesDialog .prefsPurchases input[type="radio"]
{
    margin-right: 0px;
    margin-left: 1em;
    width: auto;
}

#preferencesDialog .prefsPurchases span
{
    float: left;
    width: 150px;
}

#preferencesDialog .prefsPurchases input
{
    width: 150px;
    margin-top: 4px;
}

#preferencesDialog .prefsPurchases fieldset.consumer legend
{
    margin-top: 3px;
}

#preferencesDialog .prefsPurchases fieldset.pricing
{
    float: right;
    margin-right: 50px;
}

#preferencesDialog .prefsPurchases fieldset.pricing input
{
    margin-left: 0px;
}

#preferencesDialog .prefsDistribution .settingsLeft
{
    font-size: 11px;
}

#preferencesDialog .prefsDistribution .addNewContact
{
    margin-top: -10px;
}

#preferencesDialog .prefsDistribution .addNewContact span,
#preferencesDialog .prefsDistribution .addNewContact a
{
    color: #91c822
}

#preferencesDialog .prefsDistribution .distributionContacts
{
    width: 520px;
    margin-top: 10px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #EDE7E4;
    border: 1px solid #C3BEAA;
    padding: 10px;
}

#preferencesDialog .prefsProducts
{
    font-size: 11px;
}

#preferencesDialog .productList .entry
{
    margin-top: 10px;
    min-height: 75px;
    line-height: 1.0em;
    clear: both;
}

#preferencesDialog .productList .entry .thumb
{
    display: block;
    height: 75px;
    width: 100px;
    float: left;
    border: 1px solid #000;
    margin-top: 8px;
    margin-right: 35px;
}

#preferencesDialog .prefsProducts label
{
    margin: 2px;
    padding: 2px 0px;
    clear: none;
}

#preferencesDialog .prefsProducts input
{
    font-size: 11px;
    width: 150px;
    margin: 0px;
    padding: 2px 10px;
}

#preferencesDialog .prefsProducts .field
{
    float: left;
    clear: none;
    margin-top: 14px;
}

#preferencesDialog .uploadStatus
{
    width: 160px;
    height: 13px;
    background-color: #bdbcbc;
    line-height: 1em;
    padding: 6px;
    display: block;
    margin-top: -3px;
    margin-right: 10px;
    float: left;
    font-size: 11px;
}

#preferencesDialog .addNewContact select
{
    margin-left: 40px;
    float: none;
}

#preferencesDialog .prefsDistribution select
{
    font-size: 11px;
}

#preferencesDialog .distributionContacts select
{
    /* float: right; */
}

#preferencesDialog .distributionContacts span
{
    /* float: left; */
    padding: 0px;
    margin: 0px;
}

#preferencesDialog .distributionContacts hr
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 3px;
    height: 1px;
    background-color: #C3BEAA;
    color: #C3BEAA;
    border: none;
}

#preferencesDialog .fileUploader input
{
    width: 120px;
}

span.company input, span.name input
{
    width: 150px !important;
}

span.address input
{
    width: 463px !important;
}

span.zip input
{
    width: 95px !important;
}

span.phone input, span.fax input
{
    width: 100px !important;
}

span.state input
{
    width: 75px !important;
}

span.city input
{
    width: 100px !important;
}

span.www input
{
    width: 203px !important;
}

#preferencesDialog fieldset
{
    border: 0px;
}

#preferencesDialog legend
{
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -3px;
}

#preferencesDialog .radioList
{
    padding-top: 1.8em;
}

#preferencesDialog .radioList input[type="radio"]
{
    margin-top: 0em;
}
#productAdmin
{
    font-size: 11px;
}

#productAdmin a.addProduct
{
    margin: 8px 4px;
    padding: 6px;
    float: right;
}

#productAdmin .productEntry
{
    height: 101px;
    width: 560px;
    line-height: 1.0em;
    float: left;
    border: 1px solid #aaaaaa;
    margin: 3px;
    padding: 5px;
}

#productAdmin .productEntry .thumb
{
    display: block;
    height: 75px;
    width: 75px;
    margin: 2px;
    float: right;
    border: 1px solid #aaa;
}

#productAdmin .productEntry .field
{
    float: left;
    clear: none;
    padding: 3px 2px 0 2px;
    width: 330px;
}

#productAdmin .productEntry label
{
    margin: 2px;
    padding: 2px 0px;
    clear: none;
    width: 5em;
    display: block;
    float: left;
}

#productAdmin .productEntry input
{
    font-size: 11px;
    width: 150px;
    margin: 0px;
    padding: 2px;
}

#productAdmin .productEntry select
{
    width: 156px;
}

#productAdmin .productEntry .links
{
    float: left;
    clear: left;
    height: 20px;
    width: 100%;
}

#productAdmin .productEntry .links .upload
{
    float: left;
}

#productAdmin .productEntry .links .delete,
#productAdmin .productEntry .links .saveButton
{
    float: right;
    padding: 3px;
    margin: 0 4px;
}

#productAdmin p#allProductsDisabled
{
    margin-left: 5px;
    font-weight: bold;
}

#productAdmin p#allProductsDisabled,
#productAdmin .productEntry .productDisabled
{
    color: #aa3333;
}

#addProductForm .leftCol,
#uploadPhotoForm .leftCol,
#uploadPlanForm .leftCol
{
   width: 330px;
   float: left;
   padding-top: 5px;
}

#addProductForm .leftCol label,
#addProductForm .prodAttribute label,
#uploadPhotoForm .leftCol label,
#uploadPlanForm .leftCol label
{
   width: 85px;
   padding-left: 5px;
   display: inline-block;
   vertical-align: top;
}

#importProductsContainer
{
    padding: 10px;
}

#importProductsContainer label
{
   width: 175px;
   padding-left: 5px;
   display: inline-block;
   vertical-align: top;
}

#addProductForm .leftCol .field,
#uploadPhotoForm .leftCol .field,
#uploadPlanForm .leftCol .field,
#importProductsContainer .field
{
   margin: 3px 0px;
}

#addProductForm .leftCol .field input,
#addProductForm .leftCol .field textarea,
#addProductForm .leftCol .field select
#addProductForm .prodAttribute input,
#addProductForm .prodAttribute textarea,
#addProductForm .prodAttribute select,
#uploadPhotoForm .leftCol .field input,
#uploadPhotoForm .leftCol .field textarea,
#uploadPhotoForm .leftCol .field select,
#uploadPlanForm .leftCol .field input,
#uploadPlanForm .leftCol .field textarea,
#uploadPlanForm .leftCol .field select
{
   min-width: 200px;
}

#importProductsContainer .field input[type=text],
#importProductsContainer .field select
{
    min-width: 120px;
}


#addProductForm .prodAttribute
{
   margin: 3px 0px;
}

#addProductForm .prodAttribute .helpInstructions
{
   margin-left: 10px;
   color: #868686;
}

#addProductForm .prodAttribute .multiValue
{
    display: inline-block;
    max-width: 450px;
}

#addProductForm .prodAttribute .multiValue input
{
    margin-right: 4px;
    margin-bottom: 4px;
    max-width: 138px;
}

#addProductForm .leftCol .field input.currency
{
   min-width: 0;
   width: 87px;
   text-align: right;
}

#addProductForm .leftCol .field textarea,
#uploadPhotoForm .leftCol .field textarea,
#uploadPlanForm .leftCol .field textarea
{
   font-family: Verdana,Helvetica,sans-serif;
   font-size: 12px;
}

#addProductForm .rightCol,
#uploadPhotoForm .rightCol,
#uploadPlanForm .rightCol
{
   float: right;
   width: 210px;
   margin: 5px;
   padding-top: 3px;
}

#addProductForm .rightCol .thumb img,
#uploadPhotoForm .rightCol .thumb img,
#uploadPlanForm .rightCol .thumb img
{
   border: 1px solid #000;
   -moz-box-shadow: 2px 2px 3px #868686;
   -webkit-box-shadow: 2px 2px 3px #868686;
   box-shadow: 2px 2px 3px #868686;
}

#addProductForm .flash
{
   width: 200px;
   padding: 5px;
}

#addProductForm .rightCol .flash,
#uploadPhotoForm .rightCol .flash,
#uploadPlanForm .rightCol .flash
{
   width: 190px;
}

.bottomRow
{
   clear: both;
}

#addProductForm .buttonWrapper,
#uploadPhotoForm .buttonWrapper,
#uploadPlanForm .buttonWrapper
{
   clear: both;
   height: 30px;
   padding-left: 5px;
}

#addProductForm .buttonWrapper a,
#uploadPhotoForm .buttonWrapper a,
#uploadPlanForm .buttonWrapper a,
#importProductsContainer .buttonWrapper a
{
   display: inline-block;
   vertical-align: middle;
   margin: 5px 2px 5px 0px;
}

#addProductForm div.progressName,
#addProductForm div.progressWrapper,
#addProductForm div.progressBarStatus
{
    width: 200px;
}

#addProductForm .rightCol div.progressName,
#addProductForm .rightCol div.progressWrapper,
#addProductForm .rightCol div.progressBarStatus,
#uploadPhotoForm .rightCol div.progressName,
#uploadPhotoForm .rightCol div.progressWrapper,
#uploadPhotoForm .rightCol div.progressBarStatus,
#uploadPlanForm .rightCol div.progressName,
#uploadPlanForm .rightCol div.progressWrapper,
#uploadPlanForm .rightCol div.progressBarStatus
{
    width: 190px;
}

#addProductForm .disabledOption
{
    margin-left: 8px;
    line-height: 1.2em;
    vertical-align: middle;
    margin-bottom: 5px;
}

#addProductForm .disabledOption input
{
    position: relative;
    top: 3px;
}

.ui-dialog .saveToRoom
{
    text-align: center;
}

.ui-dialog .saveToRoom > *
{
    margin: 30px;
}

/* Login and register dialogs */

div.ui-dialog.login.topRight
{
    top: 106px !important;
    left: 55% !important;
}

div.ui-dialog.login.topRightWide
{
    top: 106px !important;
    left: 39% !important;
}

div.ui-dialog.login.topLeft
{
    top: 106px !important;
    left: 12% !important;
}

.ui-dialog.login .ui-dialog-titlebar
{
    background-color: #585147;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ui-dialog.login .ui-dialog-title
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #dff994;
}

.ui-dialog.login .ui-dialog-content
{
    padding: 0;
}

.ui-dialog.login .ui-dialog-content>div
{
    margin: 20px 0;
    padding: 0 6px;
    max-height: 246px;
    width: 364px;
    overflow: auto;
}

.ui-dialog.login div.formSection
{
    margin-top: 15px;
    margin-bottom: 8px;
    clear: both;
}

.ui-dialog.login label
{
    color: #5e5953;
    text-align: right;
    width: 130px;
    font-size: 14px;
    float: left;
    padding: 8px 15px 0 0;
}

.ui-dialog.login input[type="text"], .ui-dialog.login input[type="password"]
{
    width: 165px;
    border: 1px black solid;
    background-color: #585147;
    color: #b8b1a7;
    font-size: 14px;
    padding: 5px 4px;
}

.ui-dialog.login select
{
    border: 1px solid black;
    background: #585147;
    color: #b8baa7;
    width: 176px;
    font-size: 16px;
    padding: 3px 2px;
}

.ui-dialog.login .formSection.noLabel
{
    margin-left: 50px;
    padding-right: 0;
}

.ui-dialog.login input[type="image"]
{
    float: right;
    margin-top: 0.25em;
    margin-right: 35px;
    border: 0;
}

.ui-dialog.login .registered
{
    clear: both;
    padding-right: 0.5em;
    padding-top: 1em;
    text-align: right;
    color: #d9681e;
    margin-right: 35px;
}

.ui-dialog.login .registered p
{
    margin: 0;
}

.ui-dialog.login .registered a
{
    color: #d9681e;
}

.ui-dialog .saveButtonWrapper
{
    position: absolute;
    right: 25px;
    bottom: 25px;
}

#register input[type="image"]
{
    margin-right: 20px;
}

p#registrationComplete
{
    text-align: center;
    margin: 10px 15px;
    margin-bottom: 0;
}

div.registrationCompleteNextSteps
{
    margin-top: 0;
    padding: 40px;
    padding-top: 10px;
}

/* Community variant overrides: */

#communityContainer
{
    clear: both;
    width: 959px;
    margin: 0 auto 25px;
    background: #f4f4f4 url(../images/community_content_bg.png) repeat-y scroll bottom left;
    padding-bottom: 12px;
}

.communityContent
{
    float: left;
    width: 633px;
    font-size: 9px;
}

.communityContent h3
{
    margin: 0 0 14px 1px;
    font-size: 15px;
    color: #655c4b;
}

#pagecontent .communityContent h3 a
{
    color: #655c4b;
    text-decoration: none;
}

.communityContent h5
{
    color: #bd0102;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: normal;
}

#pagecontent .communityContent a
{
    color: #000;
}

#communityContainer .sidebar
{
    float: right;
    width: 326px;
}

.communityContent > .first
{
    background: #d5d5d3;
}

.nosidebar
{
    width: 100% !important;
}

body.forums .communityContent > .first
{
    background: transparent url(../images/community_content_bg.png) repeat-y scroll top left;
}

#communityContainer .sidebar > .first
{
    background: #595248 url(../images/community_content_bg.png) repeat-y scroll top right;
}

body.forums .sidebar > .first
{
    padding-top: 30px;
}

#communityContainer .sidebar a.forumLink
{
    margin-top: 12px;
    font-family: "AllerRegular", "Arial", sans-serif;
    font-size: 14px;
}

#blogCrumbWrapper
{
    width: 1020px;
    margin: auto auto;
    overflow: hidden;
    height: 30px;
    clear: both;
}

#blogCrumbWrapper #crumb
{
    text-align: left;
}

#blogCrumbWrapper a
{
    color: #8FBA32;
}

#communityContainer .sidebar .withSeparator
{
    background: transparent url(../images/community_sep.png) repeat-x scroll top left;
    padding-top: 20px;
}

.communityContent > div
{
    padding: 10px 5px;
}

.communityContent .feature
{
    margin: 5px 7px;
    float: left;
    width: 201px;
    border: 1px solid #332B28;
    background-color: #E4E5DF;
    padding: 0px;
    -moz-box-shadow: 2px 2px 3px #767676;
    -webkit-box-shadow: 2px 2px 3px #767676;
    box-shadow: 2px 2px 3px #767676;
}

.communityContent .featureInner
{
    padding: 7px 12px 0px;
}

.communityContent .featureInner .product a:hover
{
    color: #8FBA32 !important;
}
.communityContent .feature .badge
{
    position: relative;
    width: 171px;
    height: 171px;
}

.communityContent .feature .badge img
{
    border: 1px solid black;
}

.communityContent .feature .badge div
{
    position: absolute;
    right: 1px;
    bottom: 1px;
    text-align: center;
    width: 85%;
    background-color: #fff;
    line-height: 2em;
    font-size: 14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.communityContent .feature .product
{
    float: left;
    margin: 8px 0;
    width: 175px;
    font-size: 10px;
    font-weight: bold;
}

.communityContent .product_0
{
    margin-right: 28px !important;
}

.communityContent .product_2
{
    margin-left: 28px !important;
}

.communityContent .feature h3
{
    padding-left: 2px;
}

h3 a.tiny
{
    font-size: 0.75em;
    padding-left: 20px;
}

.communityContent h3.shiny
{
    margin: 0px;
    padding: 5px 15px;
    vertical-align: middle;
}

.communityContent h3.shiny img
{
    width: auto !important;
    height: auto !important;
    border: none;
    float: none !important;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 15px;
}

/*
.communityContent h3.shiny a
{
    color: white !important;
    text-shadow: 1px 1px 1px #8a8278;
}

.communityContent h3.shiny a:hover
{
    color: #b0e842 !important;
    text-shadow: none;
}
*/

.communityContent .feature .product
{
    position: relative;
}

.communityContent .feature .product img
{
    border: 1px solid #c3beaa;
    /* -moz-box-shadow: 2px 2px 3px #767676; */
}

.communityContent .feature .product div
{
    position: absolute;
    bottom: 43px;
    right: 0;
    width: 167px;
    text-align: center;
    background-color: #fff;
    color: #000;
    line-height: 2em;
    font-size: 14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 0 3px;
    cursor: pointer;
}

.communityContent .feature .product a.productName
{
    text-decoration: underline;
    font-weight: normal;
    font-size: 13px;
}

.communityContent .feature .product a.productBrand
{
    text-decoration: underline;
    font-weight: normal;
}

.communityContent .blogExcerpt
{
    padding: 14px 12px;
}

.communityContent .blogExcerpt .blogExcerptInner
{
    background-color: #e4e5df;
    border: 1px solid #332B28;
    height: auto !important;
    -moz-box-shadow: 2px 2px 3px #767676;
    -webkit-box-shadow: 2px 2px 3px #767676;
    box-shadow: 2px 2px 3px #767676;
}

.communityContent .blogExcerpt h3
{
    position: relative;
}

.communityContent .blogExcerpt .badge
{
    position: relative;
    padding: 4px 0px 12px;
    width: 284px;
    height: 213px;
    float: left;
}

.communityContent .blogExcerpt .firstImage
{
    padding-left: 12px;
    padding-right: 7px;
}

.communityContent .blogExcerpt .secondImage
{
    padding-right: 12px;
    padding-left: 7px;
}

.communityContent .blogExcerpt .firstImage div
{
    right: 15px;
}

.communityContent .blogExcerpt .secondImage div
{
    right: 21px;
}

.communityContent .blogExcerpt .badge div
{
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 25%;
    background-color: #fff;
    line-height: 2em;
    font-size: 14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.communityContent .blogExcerpt .pagination
{
    position: absolute;
    left: 200px;
    top: 0px;
}

.communityContent .blogExcerpt .pagination a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 2px;
    padding: 0px 5px;
    color: #fff !important;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    background-image: url(../images/bg_navNumbers_box_resting.png);
    background-repeat: no-repeat;
    text-shadow: none;
    outline: none;
}

.communityContent .blogExcerpt .pagination a.active
{
    background-image: url(../images/bg_navNumbers_box_select.png);
    background-repeat: no-repeat;
}

.communityContent .blogExcerpt img
{
    float: left;
    width: 284px;
    height: 213px;
}

.communityContent .blogExcerpt .excerpt
{
    background-color: #e4e5df;
    font-size: 12px;
    margin: 0px 13px;
}

.communityContent .blogExcerpt .excerpt p
{
    font-size: 9px;
}

.communityContent .blogExcerpt .excerpt a:hover
{
    color: #8FBA32;
}

.communityContent .blogExcerpt .excerpt a.readMore
{
    color: #8FBA32 !important;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    font-size: 9px !important;
}

.communityContent .blogExcerpt .details
{
    float: left;
    margin-left: 18px;
    width: 153px;
}

.communityContent .blogExcerpt .details a
{
    font-size: 12px;
}

.communityContent .blogExcerpt .details a.readMore
{
    font-size: 10px;
    text-transform: uppercase;
}

.communityContent .blogExcerpt .details p
{
    margin: 18px 0;
}

.communityContent .modenusAtLarge .excerpt
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.communityContent .modenusAtLarge h4
{
    font-size: 13px;
}

.communityContent .modenusAtLarge img
{
    float: none;
    width: 580px;
    height: auto;
}

.communityContent .modenusAtLarge .photoTitle
{
    font-size: 10px;
    height: 30px;
}

.communityContent .modenusAtLarge .photoBox
{
    float: left;
    padding: 12px;
    margin: 12px 6px;
    border: 1px solid #000;
    width: 107px;
    background-color: #f4f4f4;
}

.communityContent .modenusAtLarge .photoBox img
{
    float: none;
    width: 107px;
    overflow-y: hidden;
    border: none;
    margin-top: 4px;
}

.communityContent .modenusAtLarge #atLargeMore
{
    font-size: 16px;
    text-align: center;
}

body#atLarge .communityContent h4.nextPrevious
{
    font-weight: normal;
    font-size: 13px;
    padding: 5px;
}

body#atLarge .communityContent h4.nextPrevious .previous
{
    float: left;
    color: #655C4B !important;
    text-decoration: none;
}

body#atLarge .communityContent h4.nextPrevious .previous:hover
{
    text-decoration: underline;
}


body#atLarge .communityContent h4.nextPrevious .next
{
    float: right;
    color: #655C4B !important;
    text-decoration: none;
}

body#atLarge .communityContent h4.nextPrevious .next:hover
{
    text-decoration: underline;
}


body#atLarge .communityContent > div
{
    padding: 10px;
}

body#atLarge .communityContent
{
    font-size: 12px;
}

body#atLarge .communityContent h2
{
    padding-bottom: 0;
}

body#atLarge .communityContent h3
{
    padding-bottom: 0;
    margin-bottom: 0;
}

body#atLarge .communityContent h5
{
    padding: 4px 0 10px;
}

body#atLarge .photoRow .photoPost
{
    margin: 14px 10px 0 0;
    padding: 6px;
    width: 286px;
    float: left;
    border: 1px dotted #999;
}

body#atLarge .photoRow .photoPost:last-child
{
    margin-right: 0;
}

body#atLarge .photoRow .photoPost img
{
    width: 100%;
    height: auto;
}


/* Cycle bar from home page. */

#pagecontent .artisanCatalog a img
{
    border: 1px solid #000;
    outline: none;
}

.artisanCatalog #feature-cycle-artisans,
.communityContent #feature-cycle {
    position:relative;
    width:100%;
    z-index:300;
}

.artisanCatalog #controller-wrap-artisans,
.communityContent #controller-wrap {
    position:absolute;
    top:235px;
    width:100%;
    z-index:900;
}

.artisanCatalog #feature-cycle-artisans img,
body.community .communityContent #feature-cycle img
{
    width: 361px !important;
    height: 270px !important;
}

.artisanCatalog .cycle-artisans,
.communityContent .cycle {
    width:100% !important;
}

.artisanCatalog .cycle-artisans .white,
.communityContent .cycle .white {
    background:url("../images/home/bg-box-white.png") repeat-x scroll left bottom transparent;
    position: relative;
}

.artisanCatalog .cycle-artisans .white .addressOverlay,
.communityContent .cycle .white .addressOverlay
{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: white;
    width: 350px;
    opacity: 0.6;
    padding-left: 4px;
    padding-bottom: 2px;
}

.artisanCatalog .cycle-artisans .black,
.communityContent .cycle .black {
    background-color:#000000 !important;
}

.artisanCatalog #controller-wrap-artisans,
.communityContent #controller-wrap * {
    text-indent:-9999px;
}

.artisanCatalog #controller-bar-artisans,
.communityContent #controller-bar {
    background:url("../images/community-controller-bar.png") no-repeat scroll left top transparent;
    height:29px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:361px;
}

.artisanCatalog #controller-bar-artisans a,
.communityContent #controller-bar a
{
    outline: 0;
}

.artisanCatalog #controller-bar-artisans #next-artisans a,
.communityContent #controller-bar #next a {
    background:url("../images/home/controller-bar-hover-btns.png") no-repeat scroll right top transparent;
    float:right;
    height:29px;
    width:30px;
}

.artisanCatalog #controller-bar-artisans #next-artisans a:hover,
.communityContent #controller-bar #next a:hover {
    background:url("../images/home/controller-bar-hover-btns.png") no-repeat scroll right bottom transparent;
}

.artisanCatalog #controller-bar-artisans #prev-artisans a,
.communityContent #controller-bar #prev a {
    background:url("../images/home/controller-bar-hover-btns.png") no-repeat scroll left top transparent;
    float:left;
    height:29px;
    width:30px;
}

.artisanCatalog #controller-bar-artisans #prev-artisans a:hover,
.communityContent #controller-bar #prev a:hover {
    background:url("../images/home/controller-bar-hover-btns.png") no-repeat scroll left bottom transparent;
}

.artisanCatalog #controller-bar-artisans #menu-artisans,
.communityContent #controller-bar #menu {
    float:left;
    height:29px;
    left:115px;
    position:absolute;
    width:140px;
    z-index:20;
}

.artisanCatalog #controller-bar-artisans #menu-artisans a,
.communityContent #controller-bar #menu a {
    background:url("../images/home/controller-dot.png") no-repeat scroll 0 0 transparent;
    display:block;
    float:left;
    height:29px;
    width:18px;
}

.artisanCatalog #controller-bar-artisans #menu-artisans a.activeSlide,
.artisanCatalog #controller-bar-artisans #menu-artisans a:hover,
.communityContent #controller-bar #menu a.activeSlide,
.communityContent #controller-bar #menu a:hover {
    background:url("../images/home/controller-dot.png") no-repeat scroll 0 -29px transparent !important;
}

/*  end cycle bar */

.artisanCatalog #artisans,
.communityContent #designers
{
    padding-top: 0;
    padding-bottom: 0;
}

.communityContent #designers #featuredDesigners,
.artisanCatalog #artisans #featuredArtisans
{
    float: left;
    width: 363px;
    height: 270px;
}

.artisanCatalog #artisans #findArtisan,
.communityContent #designers #findDesigner
{
    float: right;
    width: 220px;
    padding: 12px;
}

.artisanCatalog #artisans .findOption,
.communityContent #designers .findOption
{
    margin: 20px 0;
    text-align: center;
}

.artisanCatalog #artisans .findOption a,
.communityContent #designers .findOption a
{
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #8FBA32;
    padding: 5px 25px;
}

.artisanCatalog #artisans .findOption.search a,
.communityContent #designers .findOption.search a
{
    display: inline-block;
    width: 14px;
    height: 24px;
    background: transparent url(../images/find.png) no-repeat scroll top left;
    vertical-align: middle;
}

.artisanCatalog #artisans .findOption #zipcode-artisans,
.communityContent #designers .findOption #zipcode
{
    width: 5em;
}

body#findADesigner .communityContent h2,
body#findADesigner .communityContent form
{
    margin: 6px 12px;
}

.communityContent .noResults
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.communityContent .designerResult
{
    font-size: 10px;
    width: 285px;
    height: 160px;
    float: left;
    border: 1px solid #999;
    margin: 6px;
    padding: 6px;
    line-height: 1.5em;
    font-family: "AllerLightRegular", "Arial", sans-serif;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    background-color: white;
}

.communityContent .designerResult img
{
    float: left;
    margin: 0 6px 6px 0;
    border: none;
}

.communityContent .designerResult p
{
    padding: 0;
}

.profileGrid, #communityContainer .sideModule .shareThis, a.forumLink,.sideModule .sidebarWidget
{
    border: 1px solid #7d756a;
    background-color: #39312c;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 7px;
}

#communityContainer .sideModule .shareThis, a.forumLink
{
    background-image: none !important;
    background-color: #39312c !important;
    width: 285px !important;
    text-align: center;
}

#communityContainer .sideModule .shareThis
{
    padding: 3px 5px !important;
}

a.forumLink
{
    padding: 0px 5px !important;
}

a.forumLink img
{
    vertical-align: middle;
    border: none;
    margin-right: 6px;
}

.profileGrid h4
{
    color: #fff;
    font-size: 14px;
    margin: 6px 5px;
    font-family: "AllerRegular", "Arial", sans-serif;
    text-align: center;
}

.profileGrid .profileItem
{
    float: left;
    width: 70px;
    height: 80px;
    font-size: 9px;
    text-align: center;
    overflow: hidden;
    margin: 8px 0;
}

.profileGrid .profileItem img
{
    border: none;
    width: 52px;
    height: 52px;
}

.profileGrid .profileItem a.image
{
    text-decoration: none;
}

.communityContent #blogEntries
{
    padding: 14px 12px 0;
}

#blogEntries .post
{
    clear: both;
    padding: 12px;
    margin: 0 0 10px;
    background-color: #e4e5df;
    min-height: 225px;
    height: auto !important;
    position: relative;
    border-bottom: 2px groove #eee;
}

#blogEntries .post:last-child
{
    border-bottom: none;
}

#blogEntries .post img
{
    float: left;
}

#blogEntries .post a
{
    font-size: 12px;
    line-height: 1.6em;
}

#blogEntries .post a:hover,
#blogEntries h3 > a:hover
{
    color: #8FBA32;
}

#blogEntries .post p a
{
    font-size: 9px;
}

#blogEntries .post p a.readMore
{
    color: #8FBA32 !important;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
}

#blogEntries .postCategory
{
    color: #625856;
    margin: 8px 0 20px;
}

#blogEntries .post .details
{
    float: left;
    margin-left: 12px;
    width: 280px;
}

#blogEntries .post .postHeader
{
    width: 185px;
}

#blogEntries .post .tweet
{
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    height: 16px;
    width: 86px;
    padding: 4px;
}

.sidebar .sidelist h4
{
    color: #dff996;
    font-size: 14px;
    margin: 0;
    font-family: "AllerRegular", "Arial", sans-serif;
}

.sidebar .sidelist ul
{
    list-style: none;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #b4a997;
    font-size: 13px;
}

.sidebar .sidelist ul ul
{
    /* Subcategories */
    padding-left: 16px;
}

.sidebar .sidelist ul a
{
    color: #fff !important;
}

.sidebar .sidelist ul a:hover
{
    color: #8FBA32 !important;
}

.advert .adWrapper
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color:#39312C;
    border:1px solid #7D756A;
    padding:15px 10px;
}

.sidebar .advert img
{
    max-width: 250px;
}

#blogEntries h3
{
    padding-left: 15px;
}

#communityContainer .sideModule
{
    padding: 10px 15px 15px 25px;
}

#communityContainer .sideModule.flushLeft
{
    padding-left: 15px;
}

#phpbb .shareThis,
.textwidget .shareThis,
#communityContainer .sideModule .shareThis
{
    width: 271px;
    height: 79px;
    background: transparent url(../images/modenus_button_empty_double.png) no-repeat scroll left top;
    line-height: 3em;
    margin: 4px 0;
    padding-left: 0;
    overflow: hidden;
    text-align: center;
}

.sideModule .sidebarWidget
{
    text-align: center;
    margin: 4px 0;
}

#newsletterSignup
{
    width:610px;
    padding-left:12px;
    max-height: 450px;
    min-height: 260px;
}

#newsletterImage
{
    float: left;
    border:1px solid #C3BEAA;
    width:250px;
    height:250px;
}

#newsletterSignupForm
{
    float:right;
    width:330px;
}

#newsletterSignup .submitButton
{
    margin-right: 10px;
}

#newsletterConfirm
{
    float: right;
    width: 330px;
}

#newsletterConfirm h3
{
    font-size: 13px;
}

#communityContainer .sideModule .shareThis h2, .sideModule .sidebarWidget h2
{
    margin: 0;
    padding: 0;
    color: #eee;
    font-size: 14px;
    font-family: "AllerRegular", "Arial", sans-serif;
}

.sideModule .sidebarWidget h2 a:link, .sideModule .sidebarWidget h2 a:visited
{
    color: #eee !important;
    font-size: 14px;
    text-decoration: none;
}

.sideModule .sidebarWidget h2 a:active, .sideModule .sidebarWidget h2 a:hover
{
    color: #eee !important;
    font-size: 14px;
    text-decoration: underline;
}

.findDesigner
{
    width: 272px;
    height: 113px;
    background: transparent url(../images/find_designer_bg.png)
     no-repeat scroll top left;
    position: relative;
    margin: 10px 0;
}

.findDesigner .search
{
    position: absolute;
    top: 46px;
    left: 104px;
}

.findDesigner .search input
{
    color: #a9a9a9;
    border: none;
    width: 115px;
    padding: 2px 2px 2px 4px;
    margin-right: 14px;
    font-size: 14px;
    vertical-align: middle;
}

.findDesigner .search a
{
    display: inline-block;
    width: 14px;
    height: 24px;
    background: transparent url(../images/find.png) no-repeat scroll top left;
    vertical-align: middle;
}

.findDesigner a.inquiry
{
    position: absolute;
    color: #fff !important;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    font-size: 11px;
}

#communityContainer .sidebar .advert
{
    margin: 10px 0;
    text-align: center;
}

a.modButton, a.modButtonSmall
{
    display: block;
    height: 39px;
    line-height: 2.5em;
    text-decoration: none;
    font-weight: bold;
    color: #eee !important;
    margin: 4px 0;
    padding-left: 50px;
    overflow: hidden;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
}

a.modButton
{
    width: 221px;
    background: transparent url(../images/modenus_button.png) no-repeat scroll left top;
}

a.modButtonSmall
{
    width: 210px;
    background: transparent url(../images/modenus_button_small.png) no-repeat scroll left top;
}

.modButtonRegion
{
    display: block;
    width: 166px;
    height: 39px;
    background: transparent url(../images/modenus_button_empty.png) no-repeat scroll left top;
    line-height: 3em;
    margin: 4px 0;
    overflow: hidden;
}

.socials
{
    background: transparent url(../images/socials-small.png) no-repeat scroll center ;
    display: block;
    width: 166px;
    height: 39px;
    position: relative;
}

.socials a
{
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
}

.socials .facebook
{
    left: 13px;
}

.socials .twitter
{
    left: 70px;
}

.socials .stumbleupon
{
    left: 150px;
}

.socials .rss
{
    left: 127px;
}

/* Community -> Forums */

.communityContent ul.browseMenu a
{
    color: #fffefe !important;
}

body.forums .communityContent h4
{
    color: #9f9e9a;
    font-size: 11px;
    margin: 0 0 6px;
}

.communityContent #browseThreads
{
    float: left;
    margin: 20px 0 0 20px;
}

.communityContent #forumSearch
{
    margin: 20px 0 0 290px;
}

.communityContent div.topics
{
    background-color: #c3c1c1;
    border: 1px solid #000;
    margin: 16px;
    padding: 0;
    width: 592px;
}

.communityContent div.topics .forumBlock
{
    margin: 12px;
    padding-bottom: 12px;
}

.communityContent div.topics h3
{
    font-size: 17px;
    font-weight: medium;
    font-family: arial, verdana, sans-serif;
    background: transparent none no-repeat scroll left top;
    width: 506px;
    height: 29px;
    position: relative;
    top: 22px;
    left: 15px;
    margin-bottom: 30px;
    padding: 6px 0 0 30px;
}

ul.topicBrowse
{
    list-style: none;
    padding-left: 50px;
    margin-left: 0;
}

ul.topicBrowse > li
{
    padding: 8px 0;
    position: relative;
    clear: left;
}

ul.topicBrowse .desc
{
    display: block;
    padding: 3px 0 1px;
    font-size: 10px;
}

ul.topicBrowse .badge
{
    font-size: 11px;
    font-weight: bold;
}

ul.topicBrowse .badge em
{
    padding: 2px 8px 3px 4px;
    margin-right: 4px;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    vertical-align: text-top;
}

ul.topicBrowse > li > a
{
    text-transform: none;
    margin-right: 4px;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

ul.topicBrowse ul
{
    list-style: none;
    padding: 0 0 14px 0;
    margin: 0;
}

ul.topicBrowse ul:empty
{
    display: none;
}

ul.topicBrowse ul li
{
    float: left;
    text-transform: none;
    font-size: 10px;
    padding-right: 9px;
    margin-right: 9px;
    border-right: 1px solid #c8c4c1;
    line-height: 1.7em;
    white-space: nowrap;
}

ul.topicBrowse ul li:last-child
{
    padding: 0;
    margin: 0;
    border: none;
}

.communityContent ul.topicBrowse ul a
{
    font-weight: bold;
}

/* dark-style forum overrides: */

.forumStyleDark
{
    border: 1px solid #000;
    background-color: #87827b;
}

body .communityContent .forumStyleDark h3
{
    background-image: url(../images/forum_header_dark_bg.png);
    text-shadow: #d4d0c7 1px 1px;
    color: #332b27;
}

.communityContent .forumStyleDark ul.topicBrowse > li > a
{
    color: #e9e3da !important;
}

.forumStyleDark ul.topicBrowse .badge
{
    color: #fffffe;
}

.forumStyleDark ul.topicBrowse .badge em
{
    background-color: #dc8e06;
}

.forumStyleDark ul.topicBrowse .desc
{
    color: #dbd2c6;
}

.communityContent .forumStyleDark ul.topicBrowse ul a
{
    color: #dbd2c6 !important;
}

/* light-style forum overrides: */

.forumStyleLight
{
    border: 1px solid #000;
    background-color: #fff;
}

.communityContent .forumStyleLight h3
{
    background-image: url(../images/forum_header_light_bg.png) !important;
    text-shadow: #ece7de 1px 1px;
    color: #837b72;
}

.communityContent .forumStyleLight ul.topicBrowse > li > a
{
    color: #7b7266 !important;
}

.forumStyleLight ul.topicBrowse .badge
{
    color: #bf7a01;
}

.forumStyleLight ul.topicBrowse .badge em
{
    background-color: #bf7a01;
    color: #fff;
}

.forumStyleLight ul.topicBrowse .desc
{
    color: #595248;
}

.communityContent .forumStyleLight ul.topicBrowse ul a
{
    color: #7b7266 !important;
}

.forumBody
{
    font-size: 11px;
    padding: 10px !important;
    position: relative;
}

.forumBody table
{
    width: 100%;
    font-size: 11px;
    text-align: left;
    margin: 0px;
    border-collapse: collapse;
}

.forumBody td, .forumBody th
{
    padding: 3px 5px;
}

.forumBody th
{
    font-variant: small-caps;
}

.forumBody .topicBlock
{
    padding: 0px 0px 5px;
    margin: 10px 5px;
}

.forumBody .forumDescription
{
    padding: 5px 10px;
    margin: 10px 5px;
}

.forumBody .forumDescription p
{
    padding: 0px;
    margin: 0px;
}

.forumBody .topic-actions .buttons
{
    float: left;
}

.forumBody .topic-actions .pagination
{
    float: right;
}

.forumBody .forumReturn
{
    float: left;
}

.forumBody .forumJump
{
    float: right;
}

.forumBody .forumMcp
{
    position: absolute;
    right: 5px;
    top: 0px;
}

.forumBody .display-options
{
    text-align: center;
}

.forumBody fieldset
{
    border: none;
}

.forumBody td.posts, .forumBody th.posts
{
    text-align: center;
}

.forumLight .communityContent
{
    background: #fff !important;
    color: #595248;
}

.forumLight #communityContainer
{
    background: #fff;
}

.forumLight .communityContent > .first
{
    background: #fff !important;
}

.forumLight .forumBody h3 a:link, .forumLight .forumBody h3 a:visited, .forumLight .forumBody h3 a:active
{
    color: #7b7266 !important;
    text-decoration: none !important;
}

.forumLight .forumBody h3 a:hover
{
    color: #7b7266 !important;
    text-decoration: underline !important;
}

.forumLight .forumBody .topicBlock
{
    border: 4px solid #7b7266;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.forumLight .forumBody .forumDescription
{
    background: #dbd2c6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.forumLight .forumBody tr.topicHeader
{
    background: #7b7266;
    color: #fff;
}

.forumLight a.username-coloured
{
    color: #8FBA32 !important;
    font-weight: bold;
}

.forumDark .communityContent
{
    background: #87827b !important;
    color: #FFF5E7;
}

.forumDark #communityContainer
{
    background: #87827b;
}

.forumDark .communityContent > .first
{
    background: #87827b !important;
}

.forumDark .communityContent a
{
    color: #FFF5E7;
    text-decoration: underline;
}

.forumDark .communityContent .forumBody td
{
    color: #FFF5E7;
}

.forumDark .forumBody h3 a:link, .forumDark .forumBody h3 a:visited, .forumDark .forumBody h3 a:active
{
    color: #e9e3da !important;
    text-decoration: none !important;
}

.forumDark .forumBody h3 a:hover
{
    color: #e9e3da !important;
    text-decoration: underline !important;
}

.forumDark .forumBody .topicBlock
{
    border: 4px solid #e9e3da;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.forumDark .forumBody .forumDescription
{
    background: #b7afa5;
    color: #352d2f;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.forumDark .forumBody tr.topicHeader
{
    background: #e9e3da;
    color: #87827b;
}

.forumDark a.username-coloured
{
    color: #dbd2c6 !important;
    font-weight: bold;
}

body.forums .sidebar h3
{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0;
}

body.forums .sidebar .ind
{
    margin-left: 38px;
}

body.forums .sidebar p
{
    color: #DBD2C6;
}

ul.topicNav, ul.topicNav ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 10px;
    line-height: 1.7em;
}

ul.topicNav > li
{
    margin: 6px 0;
}

ul.topicNav > li > a
{
    margin-right: 4px;
    font-weight: bold;
}

ul.topicNav li li a
{
    color: #000 !important;
}


body#join
{
    background-color: #282320;
}

body#join #pagecontent
{
    width: 877px;
    margin-top: 0px;
    padding: 20px 30px;
	background-color: #595248;
	background: -moz-linear-gradient(top, #534D43, #595248 45%, #595248 65%, #443D36);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #534D43), color-stop(0.45, #595248), color-stop(0.60, #595248), color-stop(1.0, #443D36));
    color: white;
    font-family: "AllerLightRegular", "Arial", sans-serif;
    font-size: 14px;
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

body#join .homeBlock
{
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	margin-left: 8px;
	margin-right: 12px;
    background-color: #e4e5df;
	border: 1px solid #332b28;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #282320;

    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);

    float: left;
    width: 415px;

    position: relative;
    padding-bottom: 15px;
}

body#join .homeBlock ul
{
    padding: 10px 15px 0px;
    margin-left: 15px;
    height: 150px;
}

body#join .homeBlock p
{
    padding: 0px 15px;
    line-height: 1.4em;
}

body#join .socialsRow
{
    text-align: center;
}

body#join .socialsRow span
{
    margin: 0px 5px;
    cursor: pointer;
}

p.miniLine
{
    font-size: 10px;
    height: 40px;
    display: table-cell;
    vertical-align: bottom;
}

body#join .joinLine
{
    text-align: center;
}

body#join .joinLine a
{
    text-transform: uppercase;
    font-family: "AllerBold", "Arial", sans-serif;
    text-decoration: none;
    color: #282320;
    display: inline-block;
    -moz-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #85C20F;
    background: -moz-linear-gradient(top, #C0E477, #85C20F);
    background: -webkit-gradient(linear, left top, left bottom, from(#C0E477), to(#85C20F));
    padding: 5px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #282320;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

body#join .joinLine a:active,
body#join .joinLine a:focus
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body#join .homeBlock ul li
{
    padding-bottom: 10px;
    list-style: none;
    text-indent: -1.2em;
    padding-left: 5px;
}

ul li span.bullet:before
{
    content: '\25a1\00a0\00a0';
}


body#join .blockRow
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

body#join .homeBlock h3.shiny
{
	text-align: center;
}

body#join .followup
{
    margin: 0px 12px;
}



/* About pages: */

body#about
{
    background-color: #282320;
}

body#about div.followup p
{
    color: #666666;
}

body#about #footer #leftLine, body#about #footer #rightLine,
body#join #footer #leftLine, body#join #footer #rightLine
{
    display: none;
}

body#about #footer *,
body#join #footer *
{
    color: #938D80;
}

body#about #pagecontent
{
    background: #f3f3f3 /*url(../images/about_bg.png) */  none no-repeat scroll bottom left;
    margin-top: 30px;
}

body#about h2
{
    /* background-color: #595248; */
    /*
    color: #C2DF83;
    font-family: "LeagueGothicRegular", "arial narrow", helvetica, verdana, sans-serif;
    font-size: 30px;
    font-weight: normal;
    */
    padding: 20px 0 12px 30px;

	background-color: #595248;
	background: -moz-linear-gradient(top, #534D43, #595248 45%, #595248 65%, #443D36);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #534D43), color-stop(0.45, #595248), color-stop(0.60, #595248), color-stop(1.0, #443D36));

    /*
    text-shadow: 1px 1px 1px #161616;
    */
}

body#about #aboutContent
{
    padding: 40px 32px 100px;
}

#aboutContent h3
{
    width: 225px;
    float: left;
    clear: left;
    color: #333;
    font-size: 16px;
    font-family: "AllerRegular", "Arial", sans-serif;
    margin: 0;
}

#aboutContent .chunk
{
    width: 610px;
    float: left;
    color: #666;
    /* font-size: 13px; */
    margin-bottom: 26px;

    font-family: "AllerLightRegular", "Arial", sans-serif;
    font-size: 14px;
}

#aboutContent .chunk-fullwidth
{
    color: #666;
    /* font-size: 13px; */
    margin-bottom: 26px;
    font-family: "AllerLightRegular", "Arial", sans-serif;
    font-size: 14px;
}

#aboutContent p
{
    line-height: 1.5em;
    margin: 0 0 26px 0;
    font-family: "AllerLightRegular", "Arial", sans-serif;
    font-size: 14px;
}

#aboutContent h4
{
    color: #282320;
    font-family: "AllerRegular", "Arial", sans-serif;
    font-size: 14px;
}

#aboutContent .chunk ol
{
    margin: 24px 0;
    color: #000;
    font-weight: bold;
}

#aboutContent ul li
{
    padding-bottom: 4px;
}

#aboutContent #shareTools
{
    float: right;
}

/* Validation related CSS */
.errorField input
{
    background-color: pink;
    border-color: red;
}

/* Info for manufacturers page */
.copy label
{
    clear: left;
    display: block;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin-right: 1em;
    margin-top: 10px !important;
    text-align: left;
    text-transform: uppercase;
    width: 16em;
}

.copy input[type="text"], .copy input[type="password"]
{
    border: 1px solid #666666;
    padding: 5px;
}

.copy textarea, .copy input, .copy select, .copy label,
.copy button, .copy optgroup
{
    margin-top: 5px;
}

.copy .small
{
    font-size: smaller;
}

#flash
{
    width: 300px;
    margin: 20px auto;
}

#flash div.warning
{
    padding: 5px;
    background-color: pink;
}

.mainAuthForm form
{
    width: 300px;
    margin: auto;
    min-height: 250px;
}

.mainAuthForm input[type="text"],
.mainAuthForm input[type="password"]
{
    border: 1px solid black;
    height: 20px;
    float: right;
    clear: right;
    margin-top: 3px;
    margin-right: 18px;
}

.mainAuthForm label
{
    float: left;
    clear: left;
    margin-top: 3px;
    line-height: 24px;
}

.mainAuthForm input[type="image"]
{
    border: 0;
    float: right;
    clear: right;
    margin-top: 8px;
}

.mainAuthForm div.formLinks
{
    clear: both;
    float: right;
}

.mainAuthForm div.formLinks,
.mainAuthForm div.formLinks p a
{
    color: #d9681e !important;
}

.mainAuthForm#resetPassword
{
    margin: auto;
    width: 350px;
}

.disabledBlock
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #efefef;
    z-index: 400;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 80);
}

#preferencesDialog div.fieldset
{
    padding: 0px;
    margin-left: 63px;
    border: 0px;
}

.logoUploader div.fieldset
{
    width: 225px;
    margin-left: 0px !important;
}

.logoUploader div.progressName,
.logoUploader div.progressWrapper,
.logoUploader div.progressBarStatus
{
    width: 225px;
}

span.characterCount
{
    color: #776d6c;
    line-height: .5em;
}

.inputLimit
{
    color: #776d6c;
}

.required
{
    color: maroon;
}

.prefsDistribution .distributionContacts input
{
    float: none !important;
    margin-right: 4px;
}

.prefsDistribution .distributionContacts select
{
    float: none !important;
    margin-right: 4px;
}

.prefsDistribution .retailerEntry
{
    position: relative;
}

.prefsDistribution .retailerEntry .deleteRetailer
{
    position: absolute;
    right: -4px;
    top: -2px;
    background: #78706D;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 2px 2px;
    font-size: 12px;
    line-height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.error
{
    background: #FF9B9B !important;
    color: maroon !important;
}

.retailLocations h2
{
    color: #332C27;
    font-weight: bold;
    font-size: 18px;
}

body.viewProfiles table
{
    font-size: 11px;
}

body.viewProfiles table a.boldButton
{
    margin-right: 0;
    padding: 2px 3px;
    font-size: 11px;
}

body.viewProfiles table em
{
    color: #999;
    font-style: normal;
}

body.tradeProApproval tr a.boldButton
{
    width: 80px;
}

body.tradeProApproval tr.approved
{
    color: #999;
}

body.tradeProApproval tr.approved a.boldButton
{
    cursor: text;
    background-color: #c1e873;
}

div#masqueradeBox
{
    text-align: center;
    background-color: #c55219;
    padding: 10px;
    border-bottom: 2px groove #c55219;
}

div#masqueradeBox a
{
    color: #fff;
}

#retailerSearchNoResults .vendorContactInfo
{
    width: 300px;
}

h3.newOnModenusLink a
{
    color:white !important;
    text-decoration: none;
}

h3.newOnModenusLink a:hover
{
    text-decoration: underline;
    text-shadow: none;
}

/******** phpbb overrides **************/
/***************************************/
#phpbb #page-body a,
#phpbb #pagecontent .outside a
{
    color: #7b7266;
}

#phpbb #page-body .corners-top,
#phpbb #page-body .corners-top span,
#phpbb #page-body .corners-bottom span,
#phpbb #page-body .corners-bottom
{
    background: none !important;
}

#phpbb .sidebar ul.linklist
{
    padding: 0;
    margin-left: 0;
}

#phpbb .sidebar a
{
    color: #ddd;
}

#phpbb .sidebar ul.ten_topics
{
    margin: 0;
    padding: 0;
}

#phpbb .sidebar .ten_topics li
{
    list-style: none;
    margin-top: 2px;
}

#phpbb #page-body h2 a
{
    color: #8FBA32;
}

#phpbb #page-body > h2
{
    margin-bottom: 25px;
}

#phpbb #page-body #topic-actions
{
/*    margin-bottom: 24px; */
}

#phpbb #page-body #topicActionsTop
{
    background-color: #474848;
    padding: 4px;
    overflow: hidden;
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

#phpbb #page-body #topicActionsTop *
{
    margin: 0;
    padding: 0;
}

#phpbb #page-body #topicActionsTop h2
{
    margin-bottom: 10px;
    color: #eee;
    font-size: 19px;
}

#phpbb #page-body #topicActionsTop h2 > a
{
    color: #eee;
    text-transform: capitalize;
    font-weight: bold;
    font-variant: small-caps;
}

#phpbb #page-body #topicActionsTop .search-box
{
    margin-left: 10px;
}

#phpbb #page-body #topicActionsTop .search-box .inputbox
{
    height: 21px;
    padding-left: 20px;
    padding-top: 2px;
    width: 149px !important;
}

#phpbb #page-body #topicActionsTop .search-box .button2
{
    margin-left: 2px;
    padding-left: 4px;
    padding-right: 4px;
    height: 25px;
}

#phpbb #page-body #topicActionsTop .pagination
{
    padding-top: 5px;
}

#phpbb #page-body #topicActionsTop .pagination,
#phpbb #page-body #topicActionsTop .pagination a,
#phpbb #page-body #topicActionsTop .pagination a:visited,
#phpbb #page-body #topicActionsTop .pagination a:link,
#phpbb #page-body #topicActionsTop .pagination a:hover,
#phpbb #page-body #topicActionsTop .pagination a:active
{
    color: #eee;
    background-color: #474848;
    border: none;
}

#phpbb #page-header .navbar ul.linklist,
#phpbb #page-footer .navbar ul.linklist
{
    padding-left: 0;
}

#phpbb #page-body ul.topiclist
{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    margin: 0;
}

#phpbb #bottomBoxContainer,
#phpbb #bottomBoxContainerViewTopic
{
    background-color: #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#phpbb #bottomBoxContainer *,
#phpbb #bottomBoxContainerViewTopic *
{
    margin: 0;
    padding: 0;
}

#phpbb #bottomBoxContainer h3
{
    margin-bottom: 8px;
}

#phpbb #forumControlsBox
{
    margin-top: 20px;
    overflow: hidden;
}
#phpbb #forumControlsBox *
{
    line-height: 20px;
}

#phpbb #forumControlsBox #form1
{
    float: left;
    width: 455px;
    margin: 0 !important;
    padding: 0 !important;
}

#phpbb #forumControlsBox #form1 fieldset.display-options
{
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: 460px;
}

#phpbb #forumControlsBox #form1 fieldset.display-options label
{
    margin: 0 !important;
    padding: 0 !important;
}

#phpbb #forumControlsBox #form2
{
    padding: 0;
    margin: 0;
    float: right;
    width: 300px;
    margin-right: 55px !important;
}

#phpbb #forumControlsBox #form2 fieldset.jumpbox
{
    padding: 0;
    margin: 0;
    height: auto !important;
    margin-right: 20px;
    border: 1px solid #fff;
    margin-top: -1px;
    white-space: nowrap;
}

#phpbb #jumpBoxNav p
{
    margin-bottom: 20px;
}

#phpbb #page-body hr
{
    margin-top: 20px;
}

#phpbb #forumControlsBox .leftPager
{
    line-height: 25px;
}

#phpbb #forumControlsBox .rightPager
{
    line-height: 25px;
}

#phpbb #page-footer
{
    margin-top: 20px;
}

/**************** phpbb overrides - dark version. */
/**************************************************/
.forumDark .outside,
.forumDark .inside,
.forumDark .top-left,
.forumDark .top-center,
.forumDark .top-right
{
    background: none;
    background-color: #87827b !important;
}

.forumDark #page-header div.navbar
{
    background-color: #b9b1a6 !important;
}

.forumDark #page-body p > a,
.forumDark #page-header div.navbar ul.navlinks > li > a,
.forumDark #page-body ul.linklist a
{
    color: #333 !important;
}

.forumDark #page-body div#topicActionsTop div.pagination > a:link,
.forumDark #page-body div#topicActionsTop div.pagination > a:visited,
.forumDark #page-body div#topicActionsTop div.pagination > a:active,
.forumDark #page-body div#topicActionsTop div.pagination > a:hover,
.forumDark #page-body div#topicActionsTop div.pagination
{
    color: #aaa !important;
}

.forumDark #page-body div.topics a
{
    color: #333 !important;
}

.forumDark #page-body div#topicActionsTop h2 a
{
    color: #ccc !important;
}

.forumDark input
{
    background-color: #ddd;
}

.forumDark a.topictitle
{
    color: #333 !important;
}

.forumDark a.username-coloured
{
    color: #333 !important;
}

.forumDark #bottomBoxContainer fieldset.quickmod
{
    position: relative;
    top: -30px;
}

.forumDark #bottomBoxContainer fieldset.quickmod label
{
    color: #222;
}

.forumDark #bottomBoxContainer h3 a
{
    color: #333 !important;
}

.forumDark #page-footer .navbar ul.linklist li a
{
    color: #333 !important;
}

.forumDark li.row
{
    border-top: #7b7266;
}

.forumDark .bg1
{
    background-color: #b9b1a6;
}

.forumDark .bg2
{
    background-color: #b9b1a6;
}

.forumDark #form1 *,
.forumDark #form2 *
{
    color: #000;
}

.forumDark #form2
{
    margin-right: 45px !important;
}

.forumDark #forumControlsBox #form2 fieldset.jumpbox
{
    border: 1px solid #87827b !important;
}

.forumDark #bottomBoxContainer
{
    background-color: #b9b1a6 !important;
}

.forumDark #page-footer div.navbar
{
    background-color: #b9b1a6 !important;
}

.forumDark .bottom-left,
.forumDark .bottom-center,
.forumDark .bottom-right
{
    background: none;
}

.forumDark li.header dt,
.forumDark li.header dd
{
    color: #ddd !important;
}

.forumDark #page-body strong,
.forumDark #page-body label,
.forumDark #page-body h2 > a,
.forumDark #page-body h3 > a,
.forumDark #page-body span > a,
.forumDark #page-body strong > a
{
    color: #111 !important;
}

/************** end phpbb overrides **************************/
/*************************************************************/

body.admin h1
{
    clear: both;
    padding: 16px 0;
}

div.loginRegister
{
    margin-top: 5px;
    margin-left: 5px;
}

div.loginRegister > a
{
   color: #d9681e;
}

li#seeAllProductTypes
{
    float: right;
    margin-top: 7px;
}
li#seeAllProductTypes a
{
    line-height: 11px;
    font-size: 11px;
    font-family: arial,verdana,sans-serif;
    font-weight: bold;
    vertical-align: 1px;
    padding-right: 7px;
}

.ui-dialog.productPopup .ui-dialog-titlebar
{
    background-color: #B0A79C;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}

.productPopup .titles h2
{
    color: #fff;
    text-shadow: -1px -1px 1px #8A8278;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.productPopup .titles h3
{
    color: #fff;
    text-shadow: -1px -1px 1px #8A8278;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.productPopup .titles
{
    position: absolute;
    top: 15px;
    left: 20px;
    width: 540px;
}

.productPopup
{
    font-size: 10px;
}

.productPopup .description
{
    margin: 10px;
}

.productPopup .specs
{
    position: static;
    min-height: 0;
    padding: 8px;
    margin: 10px;
}

.productPopup .specs h6
{
    font-weight: bold;
}

.productPopup .specs a
{
    font-size: smaller;
    color: #000;
    float: right;
}

.productPopup .specs a:hover
{
    color: #8FBA32;
}


/*
#features #block1 #beforeAfter,
{
    background-color: #e4e5df;
    height: 270px;
    border: 1px solid #332b28;
    overflow: hidden;
}

#features #block1 #beforeAfter h3,
#features #block1 #mostRecent h3,
#features #block1 #newOnModenus h3
{
    margin: 0;
    padding: 4px 4px 4px 8px;
    font-size: 16px;
    background-color: #70675c;
    text-align: center;
}
*/

#features #block1 #beforeAfter h3 a,
#features #block1 #mostRecent h3 a,
#features #block1 #newOnModenus h3 a
{
    color: #eee;
    text-decoration: none;
}

#features #block1 #beforeAfter h3 a:hover,
#features #block1 #mostRecent h3 a:hover,
#features #block1 #newOnModenus h3 a:hover
{
    color: #8FBA32;
}

#features #block1 #beforeAfter ul,
#features #block1 #mostRecent ul,
#features #block1 #newOnModenus ul
{
    width: 830px;
    margin: 15px auto 0 auto;
    text-align: center;
    overflow: hidden;
}

#features #block1 #newOnModenus ul
{
    padding-left: 30px;
}

#features #block1 #beforeAfter li,
#features #block1 #mostRecent li,
#features #block1 #newOnModenus li
{
    display: block;
    float: left;
    width: 177px;
    margin-right: 30px;
}

#features #block1 #beforeAfter li a,
#features #block1 #mostRecent li a,
#features #block1 #newOnModenus li a
{
    display: inline-block;
    color: #000;
}

#features #block1 #beforeAfter li a img,
#features #block1 #mostRecent li a img,
#features #block1 #newOnModenus li a img
{
    border: 1px solid #c3beaa;
}

/*
#features #block1 #beforeAfter
{
    padding: 0;
    margin: 0;
    margin-top: 15px;
    height: 315px;
    width: 590px;
    float: left;
}
*/

#features #block1 #beforeAfter ul
{
    overflow: hidden;
    padding-left: 30px;
}

#features #block1 #beforeAfter li
{
    width: 260px;
    padding: 0;
    margin: 0 25px 0 -12px;
}

#features #block1 #beforeAfter img,
#features #block1 #mostRecent img
{
    width: 250px;
    height: 250px;
    margin-right: 0;
    border: none;
}


#features #block1 #mostRecent ul
{
    padding: 0;
}

#features #block1 #mostRecent li
{
    width: 280px;
    margin: 0;
}

a#disableAccount
{
    color: #999;
    text-decoration: none;
    float: left;
    font-size: 11px;
    margin: 19px 0 13px 20px;
}

div#disableAccountAjax p
{
    color: #555;
    font-size: 12px;
}

div#disableAccountAjax div.buttonContainer
{
    text-align: center;
    overflow: hidden;
}

div#disableAccountAjax a.yes,
div#disableAccountAjax a.no
{
    width: 30px;
    float: left;
}

div#disableAccountAjax p.note
{
    font-size: 11px;
    color: #777;
    margin-top: 15px;
}

ul.browseMenu > li.brandDropDown
{
}

ul.browseMenu > li.brandDropDown > ul
{
    height: 200px;
    padding: 0 0 0 9px;
}

ul.browseMenu > li.brandDropDown > ul > li
{
    margin-right: 8px;
}

ul.browseMenu > li.brandDropDown > ul > li span
{
    display: inline-block;
    margin-top: 4px;
}

ul.browseMenu > li.brandDropDown div#brandsList
{
    overflow: hidden;
}

ul.browseMenu > li.brandDropDown div#brandsList ul.column
{
    float: left;
    display: block;
    height: auto;
    width: auto;
    margin: 0 30px 0 0px;
    padding: 0;
    visibility: visible;
    position: static;
    border: none;
}

ul.browseMenu > li.brandDropDown div#brandsList ul.column li
{
    width: 140px;
    padding: 0;
}

ul.browseMenu > li.brandDropDown div#brandsList ul.column li a
{
    display: block;
    margin-bottom: 5px;
}

dl.projectDates
{
    overflow-y: auto;
    height: 130px;
}

div#projectDates a.addDate
{
    background: url('../images/projects_plus.png') no-repeat scroll 50% 50% #BDBBBC !important;
    width:  18px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

div#ajaxSeeAllDates dl.projectDates > a
{
    color: #85807D;
}

span#ui-dialog-title-addDateAjax
{
    display: inline-block;
    margin-left: 7px;
}

/* General ".settings.little" style. */

.ui-dialog.settings.little div.fields > div
{
    position: relative;
    width: 300px;
    overflow: hidden;
    margin-top: 8px;
    vertical-align: middle;
}

.ui-dialog.settings.little div.fields label
{
    width: 45px;
    float: left;
    margin-top: 3px;
}

.ui-dialog.settings.little div.fields label.time
{
    width: 35px;
}

.ui-dialog.settings.little div.fields input[type='text']
{
    float: left;
    width: 150px;
    border: 1px solid #ddd;
    padding: 2px;
}

.ui-dialog.settings.little select.ampm
{
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.ui-dialog.settings.little div.fields textarea
{
    width: 95%;
    height: 50px;
    padding: 3px;
    border: 1px solid #ddd;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
}

.ui-dialog.settings.little div.messages p
{
   color: #a33;
}

.ui-dialog.settings.little div.messages ul
{
    list-style-type: none;
    padding: 0 0 0 15px;
}

form#addProjectDateForm div.fields input#dateName[type='text']
{
    width: 230px;
}

form#addProjectDateForm div.fields input#date[type='text']
{
    width: 70px;
    float: left;
    margin-right: 15px;
}

form#addProjectDateForm div.fields input#time[type='text']
{
    width: 40px;
}

form#addProjectDateForm div.fields div.projectSelector
{
    padding-bottom: 4px;
}

form#addProjectDateForm div.fields span.description
{
    display: block;
    margin-top: 14px;
    margin-bottom: 5px;
}

div#projectDateButtons
{
    text-align: center;
}

div#addProjectDate a.boldButton
{
    margin-top: 10px;
    width: 100px;
    float: left;
}

div#addProjectDate a.cancelAddDate
{
    margin-top: 10px;
    width: 100px;
    float: right;
}

.ui-datepicker
{
    font-size: 95%;
    padding: 0 5px 5px 5px;
}

.ui-datepicker a.ui-datepicker-next,
.ui-datepicker a.ui-datepicker-prev
{
    display: none;
}

button.ui-datepicker-close
{
    margin-left: 25px;
}

.ui-datepicker-buttonpane
{
    margin-top: 5px;
    padding: 4px;
    border: none;
}

.ui-datepicker .ui-widget-content
{
    border: none;
}

.ui-datepicker-title
{
    font-size: 10px;
}

.ui-datepicker-next
{
    display: none;
}

.ui-datepicker-title
{
    margin-top: 10px;
    text-align: center;
}

.ui-datepicker-title select
{
    margin-right: 8px;
}

.ui-datepicker a
{
    text-decoration: none;
    display: inline-block;
    width: 18px;
    text-align: center
}

#ajaxSaveToRoom #saveToRoomForm
{
    overflow: hidden;
    text-align: left;
}

#ajaxSaveToRoom #saveToRoomForm ul#roomList
{
    float: left;
    width: 170px;
    height: 170px;
    overflow-y: auto;
    text-align: left;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #85807D;
}

#ajaxSaveToRoom #saveToRoomForm ul#roomList > li
{
    margin: 0 0 0 0;
}

#ajaxSaveToRoom #saveToRoomForm .boldButton
{
    width: 140px;
}

#ajaxSaveToRoom #addNewRoom
{
    clear: both;
    margin: 0 0 15px 0;
}

#ajaxSaveToRoom #addNewRoom > a
{
    color: #85807D;
}

#ajaxSaveToRoom #productImage
{
    margin: 0;
    padding: 0;
    float: right;
    width: 200px;
}

#ajaxSaveToRoom #productImage img
{
    border: 1px solid #85807D;
}

#productPlanner .prod
{
    margin-top: 30px;
}

#productPlanner .prod .name
{
    text-align: center;
}

#productPlanner div#savedRoomList
{
    width: 168px;
    height: 1.6em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#productPlanner div#savedRoomList > span
{
    display: block;
    padding: 0;
    margin: 0 0 0 10px;
    width: 160px;
    height: 1.6em;
    text-align: center;
    float: left;
    whitespace: nowrap;
}

#projectPanelContainer
{
    margin-bottom: 20px;
    height: 560px;
}

#projectContacts #editProject
{
    margin-left: 5px;
}

.quickViewBadge {
    position: absolute;
    width: 161px;
    bottom: 4px;
    left: 7px;
    padding: 4px;
    text-align: center;
    background: white;
    color:#000000;
    cursor:pointer;
    font-size:14px;
    line-height:2em;
    opacity:0.6;
    display: none;
    text-transform: none;
}

.projectManagerPanel .prod .tools img
{
    vertical-align: middle;
}

#savePrint .projectAddWidget span {
    text-transform:uppercase;
}

.projectAddWidget select {
    width:200px;
    margin-top:2px;
}

.projectAddWidget select option {
    max-width: 300px;
    margin-top:2px;
}

.projectAddWidget .submitButton {
    background: #8FBA32;
    color: white !important;
    text-decoration: none;
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

#projectConfirmMessage {
    color: #8FBA32;
    font-weight: bold;
    margin-top: -16px;
    margin-left: 4px;
    padding: 0;
}

#roomSetupTab,
div#documentsSetupTab
{
    clear: both;
    overflow: hidden;
    position: relative;
}

#roomSetupTab #newRoomForm,
div#documentsSetupTab form#uploadDocumentForm
{
    width: 330px;
    margin: 20px 0 25px 25px;
}

#roomSetupTab #newRoomForm div#messages
{
    background-image: none;
}

#roomSetupTab #newRoomForm div#messages ul
{
    list-style-type: none;
}

#roomSetupTab #newRoomForm div#messages ul li
{
    color: #dd4444;
}

#roomSetupTab #newRoomForm fieldset,
div#documentsSetupTab form#uploadDocumentForm fieldset
{
    border: none;
}

#roomSetupTab #newRoomForm input[type='text'],
div#documentsSetupTab form#uploadDocumentForm input[type='text']
{
    width: 180px;
}

#roomSetupTab #newRoomForm textarea,
div#documentsSetupTab form#uploadDocumentForm textarea
{
    width: 180px;
    height: 120px;
}

#roomSetupTab #newRoomForm a.boldButton
{
    float: right;
    margin-right: 20px;
}

#roomSetupTab div#roomList,
div#documentsSetupTab div#documentsList
{
    float: right;
    width: 350px;
    height: 460px;
    margin: 50px 40px 25px 0;
    border: 1px solid #5a5046;
    overflow-y: auto;
}

#roomSetupTab h2#roomListHeading,
div#documentsSetupTab h2#documentListHeading
{
    position: absolute;
    top: 17px;
    left: 377px;
    font-size: 16px;
    color: #5a5046;
}

#roomSetupTab div#roomList ul,
div#documentsSetupTab div#documentsList ul
{
    padding: 0 10px 0 10px;
    list-style-type: none;
}

#roomSetupTab div#roomList ul li p,
div#documentsSetupTab div#documentsList ul li p
{
    margin: 0;
    padding: 0;
}

#roomSetupTab div#roomList ul li p.roomDescription,
div#documentsSetupTab div#documentsList ul li p.documentDescription
{
    margin: 0 0 15px 8px;
    color: #777;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 3px;
}

#roomSetupTab div#roomList a,
div#documentsSetupTab div#documentsList a
{
    color: #5a5046;
}

#roomSetupTab div#roomList a.delete,
div#documentsSetupTab div#documentsList a.delete,
div#documentsSetupTab div#documentsList a.edit
{
    color: #8FBA32;
    display: inline-block;
    margin-left: 12px;
}

form#roomSetupEditRoomForm,
form#documentsSetupEditDocumentForm
{
    clear: both;
    padding: 25px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

form#roomSetupEditRoomForm label,
form#documentsSetupEditDocumentForm label
{
    float: left;
    clear: left;
    width: 9em;
    margin-top: 15px;
}

form#roomSetupEditRoomForm input[type='text'],
form#documentsSetupEditDocumentForm input[type='text']
{
    float: left;
    width: 206px;
    border: 1px solid #5a5046;
    padding: 4px 9px;
    margin-top: 8px;
    color: #776d6c;
}

form#roomSetupEditRoomForm textarea,
form#documentsSetupEditDocumentForm textarea
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    float: left;
    width: 206px;
    margin-top: 15px;
    padding: 4px 9px;
    border: 1px solid #5a5046;
    color: #776d6c;
    overflow-y: auto;
}

form#roomSetupEditRoomForm a.boldButton,
form#documentsSetupEditDocumentForm a.boldButton
{
    width: 70px;
    display: block;
    margin-top: 25px;
    clear: both;
    float: right;
}

div#documentsSetupTab div.flash
{
    width: 260px;
}

div#documentsSetupTab .progressContainer
{
    width: 240px;
}

#viewArchivedProjects
{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

div#archivedProjects
{
    height: 250px;
    overflow-y: auto;
}

ul#archivedProjectsList
{
    list-style-type: none;
    padding-left: 8px;
}

ul#archivedProjectsList li
{
    margin-bottom: 5px;
}

ul#archivedProjectsList a
{
    color: #666;
}

div#projectTeams
{
    height: 370px;
}

div#projectTeams input[type='text']
{
    background-color: white;
    color: #555;
}
#projectTeams #memberList
{
    padding: 0;
}

#projectTeams #memberList li
{
    margin-bottom: 4px;
    overflow: hidden;
}

#projectTeams #memberList label
{
    float: left;
    width: 200px;
    font-size: 11px;
}

#projectTeams #memberList .field
{
    float: left;
    width: 240px;
    margin: 0 0 0 50px;
    font-size: 11px;
}

#projectTeams #memberList #newMemberLink,
#projectTeams #memberList #editRolesLink
{
    margin-top: 35px;
    width: 150px;
    float: left;
}

#projectTeams #memberList a.editMemberPermissions,
#projectTeams #memberList a.deleteMember
{
    margin-left: 8px;
    color: #8FBA32;
}

#projectTeams #addNewTeamMember label
{
    float: left;
    width: 150px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#projectTeams #addNewTeamMember input[type='text']
{
    float: left;
    width: 150px;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#projectTeams #addNewTeamMember a#findMember
{
    float: left;
    width: 50px;
    margin-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#projectTeams #addNewTeamMember #findMemberMessages
{
    margin-top: 8px;
    margin-bottom: 8px;
    color: #a33;
}

#projectTeams #addNewTeamMember .buttons
{
    margin-top: 25px;
    overflow: hidden;
    text-align: center;
}

#projectTeams #addNewTeamMember .buttons a
{
    display: inline-block;
    float: none;
    width: 100px;
}

#projectTeams #addNewTeamMember a.roleLink
{
    color: #8FBA32;
}

#projectTeams #addNewTeamMember #memberInfo
{
    margin-top: 8px;
    margin-bottom: 8px;
}

#projectTeams #editTeamRoles #newRoleMessages
{
    margin-bottom: 8px;
    color: #a33;
}

#projectTeams #editTeamRoles #newRoleInput
{
    font-size: 11px;
}

#projectTeams #editTeamRoles #newRoleLink
{
    display: inline;
}

#projectTeams #editTeamRoles #teamRolesForm
{
    height: 100px;
    overflow-y: auto;
    margin-top: 10px;
}

#projectTeams #editTeamRoles #teamRolesForm ul
{
    list-style-type: none;
    padding: 0;
}

#projectTeams #editTeamRoles #teamRolesForm ul li
{
    margin-bottom: 4px;
}

#projectTeams #editTeamRoles #teamRolesForm ul input[type='text']
{
    font-size: 11px;
    background-color: white;
    color: #555;
}

#projectTeams #editTeamRoles #teamRolesForm ul a
{
    color: #8FBA32;
}

#projectTeams #editTeamRoles .buttons
{
    margin-top: 8px;
    text-align: center;
}

#projectTeams #editTeamRoles .buttons a
{
    width: 100px;
    float: left;
}

#projectTeams #editTeamRoles .teamRoleMessages
{
    color: #a33;
    margin-bottom: 3px;
}

#projectTeams #editTeamRoles #messagesSummary
{
    color: #a33;
    margin-top: 8px;
}

#projectTeams form
{
    font-size: 11px;
}

#projectTeams form  input[type='text']
{
    width: 170px;
    font-size: 11px;
}

#projectTeams form .buttons
{
    margin-top: 37px;
    text-align: center;
}

#projectTeams form .buttons a.boldButton
{
    width: 100px;
    float: left;
    display: inline-block;
}

#settingsTeamRoles #projectTeams
{
    border: 1px solid #e1e1e1;
    width: 500px;
    height: 370px;
    margin: 50px auto 10px auto;
    padding: 20px;
    clear: both;
    overflow-y: auto;
}

#projectTeams ul#permissionsList
{
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

#projectTeams ul#permissionsList li
{
    margin-bottom: 3px;
    overflow: hidden;
    background: #ececec;
    padding: 2px;
}

#projectTeams ul#permissionsList li span
{
    clear: left;
    float: left;
}

#projectTeams ul#permissionsList div.field
{
    clear: right;
    float: right;
    width: 200px;
}

.admin div#vendorAnalytics
{
    float: right;
    height: 800px;
}

.admin #vendorAnalytics #analytics .tablesWrapper
{
    height: 750px;
}

#vendorAnalytics a.productName, #vendorAnalytics a.brandName {
    color: #000;
    text-decoration: none;
}

#vendorAnalytics a.brandName
{
    font-size: 9px;
}

#vendorAnalytics a.productName:hover, #vendorAnalytics a.productName:active,
#vendorAnalytics a.brandName:hover, #vendorAnalytics a.brandName:active
{
    color: #8FBA32;
    text-decoration: underline;
}

#adminTools
{
    width: 300px;
    float: left;
}

div#analytics
{
    position: relative;
}

div#analytics .tablesWrapper
{
    height: 240px;
    width: 555px;
    overflow-y: auto;
    overflow-x: hidden;
}

div#analytics th
{
    padding: 4px;
    font-size: 11px;
    font-weight: normal;
}

div#analytics td
{
    text-align: center;
    font-size: 11px;
    border-bottom: 1px solid #aaa;
}

div#analytics td.first,
div#analytics th.first
{
    width: 200px;
    text-align: left;
}

div#analytics td.last,
{
    border: none;
}

div#analytics h4.heading
{
    float: none;
}

div#analytics h4.subHeading
{
    float: none;
    text-decoration: underline;
}

div#analytics h4.subHeading
{
    margin: 0;
    margin-top: 35px;
    font-size: 12px !important;
    color: #4F4543;
    font-weight: bold;
    text-decoration: none;
}

div#analytics div#controls
{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 390px;
    padding: 4px;
    text-align: right;
}

div#analytics div#controls select
{
   margin-right: 6px;
}

div#analytics table.productSpecific,
div#analytics table.general
{
    width: 540px;
    margin-top: 20px;
}

div#analytics table.productSpecific
{
    margin-top: 0;
}

div#analytics table.general td
{
    padding: 3px;
}

div#analytics p.legendHeading
{
    margin: 25px 0 4px 0;
}

div#analytics ul.legend
{
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
}

div#analytics ul.legend span
{
    display: inline-block;
    width: 25px;
}

div#analytics .boldButton
{
    display: inline-block;
    padding: 3px 8px;
    font-weight: bold;
    position: relative;
    top: 1px;
}

.adminViewRecentForumPosts h1
{
    color: #555;
    font-size: 16px;
}

.adminViewRecentForumPosts table
{
    width: 900px;
    border: 1px solid #f0f0f0;
    margin: 0;
    padding: 4px;
}

.adminViewRecentForumPosts table th
{
    text-align: left;
    font-weight: bold;
    color: #555;
}

.adminViewRecentForumPosts table tr.bg
{
    background-color: #f5f5f5;
}

.adminViewRecentForumPosts table th,
.adminViewRecentForumPosts table td
{
    line-height: 2em;
}

.Hoteditor_Main_Border td[align="left"]
{
    visibility: hidden;
}

.Hoteditor_TitleBar
{
    visibility: hidden;
}

.Hoteditor_Main_Border  {
background-color:#BFB9B2 !important;
border:1px solid #7B7266 !important;
}

.Hoteditor_Button_Out, .Hoteditor_Button {
background-image: none !important;
border: 1px solid #7B7266 !important;
}

.Hoteditor_iFrame {
border: 1px solid #7B7266 !important;
}

div#badges
{
    height: 700px;
    max-width: 335px;
}

div#badges .boldButton
{
    width: 273px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
}

div#badges h4
{
    display: block;
    float: none;
    text-align: center;
}

div#badges ul
{
    list-style-type: none;
    padding: 0;
    height: 596px;
    overflow-y: auto;
}

div#pressBadges ul
{
   width: 335px;
   text-align: center;
}

div#badges ul li
{
    margin-bottom: 45px;
}

div#badges ul li img
{
    display: block;
    margin: 0 auto;
}

div#badges ul li label.size
{
    display: block;
    margin-top: 7px;
    text-align: center;
}

div#badges ul li textarea
{
    width: 275px;
    margin-top: 8px;
}

.newsTitle a:link, .newsTitle a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #342A28 !important;
}

.newsTitle a:hover, .newsTitle a:active {
    font-size: 11px;
    text-decoration: none;
    color: #8FBA32 !important;
}

ul#newsItems
{
    width: 440px;
    min-height: 700px;
    float: left;
    list-style-type: none;
    margin: 0;
    height: auto;
}

ul#newsItems li
{
    margin-bottom: 25px;
}

ul#newsItems h4
{
    margin: 0 0 16px;
    padding: 0;
    font-size: 14px;
}

ul#newsItems p
{
    margin: 0;
    padding: 0;
}

ul#newsItems p.time
{
    color: #625856;
    font-size: 11px;
    font-style: italic;
}

ul#newsItems p.content
{
    margin-top: 5px;
}

.findADesignerAdvanced
{
    font-size: 12px;
}

.findADesignerAdvanced h2
{
    color: #332B28;
}

.findADesignerAdvanced p.description
{
    margin-left: 15px;
    width: 80%;
}

.findADesignerAdvanced p.summary
{
    margin-top: 35px;
}

.findADesignerAdvanced .row
{
    margin-bottom: 35px;
    width: 500px;
    overflow: hidden;
}

.findADesignerAdvanced .row label
{
    float: left;
    width: 150px;
}

.findADesignerAdvanced .row textarea,
.findADesignerAdvanced .row input[type='text']
{
    float: right;
    width: 300px;
    border: 1px solid #5a5046;
}

.findADesignerAdvanced .row.budget input[type='text']
{
    width: 100px;
    float: none;
    margin-left: 15px;
}

.findADesignerAdvanced .row.budget label
{
    width: auto;
}

.findADesignerAdvanced .row.personalInfo label
{
    width: auto;
    float: left;
    margin-right: 8px;
}

.findADesignerAdvanced .row.personalInfo
{
    width: 580px;
}

.findADesignerAdvanced .row.personalInfo .wrapperLeft
{
    float: left;
    position: relative;
    margin-right: 15px;
}

.findADesignerAdvanced .row.personalInfo .wrapperRight
{
    float: left;
    position: relative;
}

.findADesignerAdvanced .row.personalInfo .wrapperRight label
{
    width: 115px;
}

.findADesignerAdvanced .row.personalInfo input[type='text']
{
    float: left;
    width: 150px;
}

.findADesignerAdvanced p.label
{
}

.findADesignerAdvanced div.checkboxWrapper
{
    margin-bottom: 35px;
}

.findADesignerAdvanced div.checkboxWrapper label
{
    display: inline-block;
    min-width: 200px;
}

.findADesignerAdvanced #uploadedImages
{
    margin-top: 25px;
}

.findADesignerAdvanced .uploadNew
{
    display: inline-block;
    margin-right: 15px;
}

.findADesignerAdvanced .imageItem
{
    margin-bottom: 35px;
}

.findADesignerAdvanced .imageItem img
{
    display: block;
    margin-bottom: 10px;
}

.findADesignerAdvanced .imageItem label
{
    width: 80px;
}

.findADesignerAdvanced .imageItem textarea
{
    float: none;
}

.findADesignerAdvanced #terms
{
    margin-top: 15px;
    margin-bottom: 25px;
}

#about #aboutContent.press
{
    padding-top: 20px;
}

#standardErrorPage div#flash div.error
{
    padding: 5px;
}

#artisanAddNewCategoryBox
{
    padding: 5px;
}

#artisanAddNewCategoryBox label
{
    display: block;
}

#artisanAddNewCategoryBox select
{
    margin-top: 5px;
    display: block;
    min-width: 200px;
}

#artisanAddNewCategoryBox .multiple
{
    margin-bottom: 8px;
}

#artisanAddNewCategoryBox a.boldButton
{
    margin-top: 15px;
}

a#findArtisanLink,
a#findArtisanLink:active,
a#findArtisanLink:visited
{
    background-color: #EDE7E4;
    color: #9F9E9B !important;
    color: #555 !important;
}
a#findArtisanLink:hover
{
    background-color: #EFECE9;

}

a#findArtisanLink
{
    font-size: 15px;
}

a#findArtisanLink > span
{
    display: inline-block;
    padding-right: 15px;
    background: transparent url(../images/product_search_arrow_sm.png) no-repeat scroll right 5px;
}

#finddesignerform
{
}

#finddesignerform .search
{
    width: 350px;
}

#finddesignerform .search .row
{
    margin-bottom: 8px;
    overflow: hidden;
}

#finddesignerform .search .row label
{
    float: left;
    width: 130px;
    display: inline-block;
    font-family: "AllerRegular", "Arial", sans-serif;
    font-size: 12px;
}

#finddesignerform .search .row input[type='submit'],
#finddesignerform .search .row input[type='text']
{
    float: left;
    width: 150px;
}
#finddesignerform .search .row input[type='submit']
{
    width: auto;
}

#finddesignerform .search .row select
{
    width: 150px;
}

li#artisanMenuItem
{
    border-top: 1px solid #5F5754;
    padding-top: 12px;
}

li#productstuff
{
    padding-bottom: 12px;
}

a.cardName
{
    font-family: "AllerBold", "Arial", sans-serif;
    /* font-weight:bold; */
    font-size: 13px;
    color: #332B27 !important;
}

h3.cardCategory
{
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    clear: none;
}

#contestDialog
{
    overflow: hidden;
}

#disqus_thread
{
    padding: 0px 15px;
}

.dsq-brlink
{
    margin-left: 15px;
    padding-bottom: 15px;
    display: block;
}


.findExplanation
{
    font-family: "AllerLightRegular", "Arial", sans-serif;
    font-size: 13px;
    padding: 0px 15px 10px;
    line-height: 1.5em;
}

.findExplanation p
{
    margin-top: 0px;
}

#tradeRegistrationForm {
    width: 500px;
    margin-left: 0px;
    margin-right: auto;
}

#tradeRegistrationForm .submitRow {
    text-align: right;
    margin-top: 10px;
}

#tradeRegistrationForm .rowElem label {
    clear: left;
    float: left;
    display: block;
    margin-top: 10px !important;
    margin-right: 10px;
    width: 175px;
    font-weight: bold;
}

#tradeRegistrationForm .rowElem input[type="text"],
#tradeRegistrationForm .rowElem input[type="password"],
#tradeRegistrationForm .rowElem select {
    border: 1px solid #666666;
    margin-top: 8px;
    padding: 5px;
    width: 300px;
}

#tradeRegistrationForm .prefError
{
    background-color: #FFC0CB;
    border: 1px solid red;
    color: maroon;
    padding: 0px 15px;
}

.uploadFileInfo
{
    padding: 5px 10px;
    margin: 10px 0px 5px;
    background-color: #EDE7E4;
    border: 1px solid #C3BEAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    color: #78706D;
}

.uploadFileInfo .progressMeter
{
    height: 6px;
    border: 1px solid #C3BEAA;
    margin: 15px 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
}

.uploadFileInfo .progressMeter .progressInner
{
    height: 6px;
    width: 0%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #C3BEAA;
}

.importProgressOuter
{
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 6px;
    width: 100px;
    height: 8px;
    background-color: white;
    position:relative;
    top:1px;
    border: 1px solid #8f8f8f;
}

.importProgressInner
{
    display: inline-block;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    background-color: #93B5C7;
}

.manufPanel
{
    clear: both;
    min-height: 400px;
    padding: 5px 15px;
}

.manufPanel h1
{
    font-family: "Lucida Grande", "Lucida Sans", "Verdana", "Arial", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.manufPanel .actionButtons
{
    text-align: right;
}

.manufPanel .actionButtons a.boldButton
{
    display: inline-block;
    width: auto;
    min-width: 100px;
    margin-right: 8px;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    top: 2px;
}

.manufPanel .actionButtons a.boldButton.acted
{
    background-color: #78706D;
}

.manufPanel table
{
    width: 100%;
    margin-bottom: 15px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-collapse: collapse;
}

.manufPanel table tr td, .manufPanel table tr th
{
    padding: 2px 5px;
}

.manufPanel table tbody tr:nth-child(odd)
{
    background-color: #D9D0C5;
}

.manufPanel table tbody tr:nth-child(even)
{
    background-color: #ffffff;
}

.manufPanel table input[name="productLimit"]
{
    width: 80px;
    margin-right: 2px;
    text-align: right;
}

#activeManufacturers td
{
    text-align: center;
}

