
        .defaultForm label {
            display: block;
        }

        .defaultForm .field {
            height: 2em;
            line-height: 1.9em;
            display: block;
            position: relative;
            margin-bottom: 5px;
        }
        /* ie has big problems with absolute positioning on ajax update */
        .defaultForm .field span {
            clear: left;
            top: 6px;
            padding-right: 5px;
			padding-left:5px;
            float: left;
            width: 200px;
            text-align: left;
        }
        .defaultForm input,
        .defaultForm textarea,
        .defaultForm select,
        .defaultForm button {
            float: left;
        }
        .defaultForm button+button {
            margin-left: 1em;
        }
        .defaultForm div.error {
            margin-left: 150px;
        }
        .defaultForm .md-row {
            margin-left: 150px;
        }
        .defaultForm label.input-rd {
            float: left;
            clear: none;
            margin-top: 4px;
            line-height: 1.2em;
            padding-right: 1em;
        }
        .defaultForm label.textarea {
            height: auto;
            padding-bottom: .5em;
        }
        /**
         * Generic Form Errors
        **/
        form label.field.error span {
            color: #910;
        }
        form div.error {
            color: #910;
        }
        form .required em:after {
            content: "*";
            color: #910;
        }

    

            #content {
                padding: 0;
                margin: 0;
            }
            #core {
                background-color: transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
            }
            #detail, #comments, .module {
                border: 1px solid #b3c8e2;
            }
            #detail, .module {
                background: white;
            }
            #detail {
                padding: 15px 10px;
                -webkit-border-top-left-radius: 8px;
                -webkit-border-top-right-radius: 8px;
                -moz-border-radius-topleft: 8px;
                -moz-border-radius-topright: 8px;
                border-width: 1px 1px 0 1px;
                font-size: 13px;
                line-height: 130%;
            }
            #detail.without-comments {
                -webkit-border-bottom-left-radius: 8px;
                -webkit-border-bottom-right-radius: 8px;
                -moz-border-radius-bottomleft: 8px;
                -moz-border-radius-bottomright: 8px;
                border-width: 1px 1px 1px 1px;
            }
            #detail .media,
            #detail .video {
                margin: 0 auto 20px auto;
                display: block;
                width: 422px;
                height: 316px;
            }
            #detail img {
                display: block;
                margin: 0 auto 20px auto;
            }
            #detail .buy img {
                margin: 0;
            }
            #detail blockquote {
                padding: 0 100px;
            }
            #detail .Bookmark .thumbnail {
                border: 2px solid #444;
                display: block;
                float: left;
                margin: 0 10px 5px 0;
                width: 224px;
                line-height: 0;
                font-size: 0;
            }
            #detail .Bookmark .thumbnail img {
                width: 224px;
                display: inline;
                margin: 0;
            }
            #detail .Bookmark .fields dl.ifield,
            #detail .Bookmark .fields dl.ifield dt,
            #detail .Bookmark .fields dl.ifield dd,
            #detail .Bookmark .fields dl.ifield br.end {
                clear: none;
                overflow: visible;
            }
            #detail #details {
                padding: 0 80px;
            }
            #detail .Note#details {
                background: #fff url(/i/page.gif) repeat-x;
                position: relative;
                margin: 0 40px;
                padding-top: 40px;
            }
            #detail .Note .dogear {
                width: 30px;
                height: 35px;
                overflow: hidden;
                background: #fff url(/i/dogear.gif) no-repeat;
                position: absolute;
                top: 0;
                right: 0;
            }
            #detail .Note .prop-description .actions {
                position: absolute;
                top: -30px;
                right: 0;
            }
            #detail .Note .prop-description {
                font: normal 16px/130% 'Trebuchet MS';
            }
            #detail .CommissionJunctionProduct .fields dl.prop-manufacturer,
            #detail .CommissionJunctionProduct .fields dl.prop-manufacturer dd {
                margin-bottom: 0;
            }
            #detail .CommissionJunctionProduct .buy {
                display: block;
                text-indent: -2000px;
                overflow: hidden;
                width: 115px;
                height: 23px;
                background: transparent url(/i/button-buy-it.gif) no-repeat 0 0;
                margin: 0 0 5px 0;
            }
            #detail .CommissionJunctionProduct .buy:hover {
                background-position: 0 -23px;
            }
            #detail .CommissionJunctionProduct .note {
                font-size: 11px;
            }
            #detail .fields dl.ifield {
                padding: 0;
                margin: 0 0 10px 0;
                position: inherit;
            }
            #detail .fields dl.ifield dt {
                text-transform: uppercase;
                font: bold 12px/100% 'Trebuchet MS';
                color: #444;
                white-space: nowrap;
                float: none;
                display: inline;
                padding: 0;
                margin: 0;
            }
            #detail .fields dl.ifield dt span.actions {
                padding: 0;
                margin: 0;
                display: inline;
            }
            #detail .fields dl dt .actions a.edit,
            #title a.edit {
                color: #F38630;
                font: bold 11px/20px 'Trebuchet MS';
                text-transform: uppercase;
                display: inline;
            }
            #detail .fields dl.editable dt .actions a.edit,
            #title a.edit {
                visibility: visible;
            }
            #detail .fields dl.ifield dd {
                padding: 0;
                margin: .5em 0 1em 0;
                font: normal 13px/130% Arial;
            }
            #detail .fields dl.ifield br.end {
                display: none;
            }
            #detail .fields img {
                display: block;
                margin: 0 auto 20px auto;
                max-width: 100%;
                max-height: 420px;
            }
            
            .ITextField, .IURLField {
                width: 468px;
            }
            #context {
                font-size: 11px;
                line-height: 25px;
                margin: 0 0 5px 0;
                padding: 0;
            }
            #detail #title {
                margin: 0 0 30px 0;
            }
            #detail #title h1 {
                margin: 0 10px 0 0;
                padding: 0;
                font: bold 19px/21px Arial;
                float: left;
            }
            #detail #title h1 a.edit {
                padding-top: 3px;
            }
            #detail #title #rss {
                width: 14px;
                height: 14px;
                overflow: hidden;
                text-indent: 2000px;
                float: right;
                background: transparent url(/i/icon/rss.gif) no-repeat;
            }
            #detail #title .remove {
                display: block;
                clear: both;
                float: left;
                background: transparent url(/i/sk2/remove-sm.gif) no-repeat scroll 0 50%;
                padding: 0 0 0 20px;
                margin: 5px 0 0 0;
            }
            #comments {
                padding: 5px;
                -webkit-border-bottom-left-radius: 8px;
                -webkit-border-bottom-right-radius: 8px;
                -moz-border-radius-bottomleft: 8px;
                -moz-border-radius-bottomright: 8px;
                border-width: 0 1px 1px 1px;
                background: #6a97be;
                list-style: none;
                margin: 0;
            }
            h2#comments_heading {
                background: #e4e4e4 url(/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 0 50%;
                color: #444;
                text-transform: uppercase;
                font: normal 12px/30px 'Trebuchet MS';
                white-space: nowrap;
                padding: 0 8px;
                border: 1px solid #999;
                height: 30px;
            }
            #comments .group {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                background: #8dafce;
                padding: 10px;
                margin: 0 0 20px 0;
            }
            #comments .group a.add-comment {
                color: #fff;
                cursor: pointer;
            }
            #comments h3 {
                text-transform: uppercase;
                font: normal 14px/25px 'Trebuchet MS';
                color: #444;
                margin: 0 0 10px 0;
                white-space: nowrap;
            }
            #comments h3 a {
                color: #444;
            }
            .comment h4 {
                margin: 0 0 0 40px;
                height: 25px;
                line-height: 25px;
                white-space: nowrap;
            }
            .comment h4,
            .comment h4 a {
                color: #fff;
            }
            .comment h4 .who {
                float: left;
            }
            .comment h4 .when {
                font: bold 9px/25px Tahoma;
                float: right;
                text-transform: uppercase;
            }
            #stats img,
            #context img,
            #comments h3 img,
            .comment h4 img,
            .activity img,
            .no-user-icon {
                display: block;
                float: left;
                width: 18px;
                height: 18px;
                margin-right: 5px;
                padding: 1px;
                border: 1px solid #676767;
                background-color: #fff;
            }
            .no-user-icon {
                background: #fff url(/i/icon/doc-type.gif) no-repeat scroll 2px -33px;
            }
            .thread {
                margin: 0 0 15px 0;
                padding: 0;
                list-style: none;
            }
            .thread .thread {
                margin: 0 0 0 40px;
            }
            .comment {
                padding: 0;
                margin: 0;
                position: relative;
            }
            .comment blockquote {
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                border: 1px solid #797979;
                border-width: 1px 1px 0 1px;
                background: white;
                padding: 10px;
                font-size: 13px;
                line-height: 130%;
            }
            .comment blockquote.removed {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-width: 1px;
                margin-bottom: 10px;
                background: #b9d0e4;
                color: #555;
            }
            .comment .tail {
                width: 11px;
                height: 11px;
                overflow: hidden;
                background: transparent url(/i/tail.gif) no-repeat 0 0;
                position: absolute;
                top: 15px;
                left: 26px;
            }
            .comment .tail-removed {
                width: 11px;
                height: 11px;
                overflow: hidden;
                background: transparent url(/i/tail.gif) no-repeat 0 -11px;
                position: absolute;
                top: 15px;
                left: 26px;
            }
            .comment textarea {
                border: 0 none;
                width: 100%;
                color: #444;
            }
            #details p,
            .comment p,
            .module p {
                margin: 0 0 1em 0;
            }
            .comment .actions {
                -webkit-border-bottom-left-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                -moz-border-radius-bottomleft: 4px;
                -moz-border-radius-bottomright: 4px;
                border: 1px solid #797979;
                border-width: 0 1px 1px 1px;
                background: #f4f4f4;
                padding: 0 20px 0 10px;
                margin: 0;
                list-style: none;
                height: 20px;
            }
            .comment .actions li {
                display: block;
                float: right;
                margin: 0 0 0 15px;
            }
            .comment .actions a,
            #add-tag,
            .remove {
                color: #F38630;
                font: bold 11px/20px 'Trebuchet MS';
                text-transform: uppercase;
            }
            #add-tag-form input.btn {
                float: none;
            }
            .comment .actions li.instructions,
            .comment .actions li.cancel,
            .comment .actions li.submit {
                display: none;
            }
            .comment .actions li.instructions {
                float: left;
                margin: 0;
            }

            .comment .actions li.instructions a {
                color: #555555;
                font-weight: normal;
                text-transform: none;
            }
            #reportIt {
                display: block;
                padding: 10px 0 0 16px;
                background: transparent url(/i/icon/report.gif) no-repeat 0 10px;
                font: normal 11px 'Trebuchet MS';
                color: #666;
                text-transform: uppercase;
                position: absolute;
                right: 236px;
            }
            .comment .actions li.instructions {
                font: normal 11px/20px 'Trebuchet MS';
            }
            .comment cite {
                background: #b9d0e4;
                color: #444;
                margin: 0 5px 10px 40px;
                display: block;
                font: normal 13px/117% Arial;
                line-height: 20px;
                padding: 0 5px;
            }
            .comment cite label {
                font-weight: bold;
                font-size: 11px;
                font-family: 'Trebuchet MS';
                text-transform: uppercase;
            }
            .comment cite a {
                color: #555;
            }
            .comment form {
                display: none;
            }
            a.add-comment {
                font: normal 14px/18px 'Trebuchet MS';
                color: #444;
                text-transform: uppercase;
                display: block;
                float: right;
            }
            .module {
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                box-shadow: 0 2px 4px #999;
                -webkit-box-shadow: 0 2px 4px #999;
                padding: 10px 10px 0 10px;
                margin: 0 0 10px 0;
                font-size: 13px;
                line-height: 130%;
            }
            .module h3 {
                font: bold 14px/18px 'Trebuchet MS';
                text-transform: uppercase;
                color: #f38630;
                margin: 0 0 10px 0;
            }
            .module h4 {
                font: normal 12px/100% 'Trebuchet MS';
                text-transform: uppercase;
                color: #666;
                margin: 0 0 5px 0;
                position: relative;
            }
            .module h4 a {
                color: #f38630;
                position: absolute;
                right: 0;
            }
            .module .empty {
                display: block;
                margin-bottom: 10px;
            }
            #stats ul {
                margin: 0 0 10px 0;
                padding: 0;
                list-style: none;
                font: normal 16px/100% 'Trebuchet MS';
            }
            #stats .user-blurb {
                display: block;
                margin: 0 0 10px 5px;
                font-weight: bold;
            }
            #collect-form {
                margin: 0;
            }
            #share ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            .panel-button {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border: 1px solid #ccc;
                background: #e5e5e5 url(/i/tools/panel-button-background.gif) repeat-x;
                padding: 5px 10px 0 10px;
                margin: 0 0 8px 0;
            }
            .panel-button a {
                font-weight: bold;
                display: block;
                margin: 0 0 5px 0;
            }
            #share .panel-button ul {
                margin: 0 0 0 5px;
            }
            #share .panel-button li {
                margin: 0 0 3px 0;
            }
            #share #twitter {
                background: transparent url(/i/tools/twitter-background.gif) no-repeat;
                padding: 2px 0 0 17px;
            }
            .tags {
                padding: 0;
                margin: 0 0 10px 0;
            }
            .tags li {
                padding: 0;
                margin: 0;
                list-style: none;
                display: inline;
            }
            #add-tag {
                display: block;
                margin: 0 0 5px 0;
            }
            #ad-block {
                text-align: center;
                display: block;
                margin: 0 auto 10px auto;
                padding: 5px 3px;
                width: 128px;
                background-color: white;
                border: 1px solid #9dbedc;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
            }

            #paginateItem { position: static; padding: 10px 5px 5px; }
            #paginateItem .arrow {
                display: block;
                width: 48%;
                font-size: 9px;
                color: #444;
                text-decoration: none;
            }
            #paginateItem a.arrow:hover { color: #226fbe; }
            #paginateItem .arrow img {
                margin-bottom: 5px;
                height: 55px;
                max-width: 80px;
                vertical-align: middle;
                border: 1px solid #e0e0e0;
            }
            #paginateItem span.arrow {
                margin-left: 10px;
                margin-right: 10px;
                padding: 10px;
                width: 50px;
                height: 35px;
                font-size: 10px;
                line-height: 12px;
                color: #aaa;
                font-family: Arial;
                border: 1px solid #e0e0e0;
                text-align: center;
            }
            #paginateItem a.arrow img:hover {
                border-color: #226fbe;
                outline: 1px solid #226fbe;
            }
            #paginateItem .prev { float: left; }
            #paginateItem .next {
                float: right;
                text-align: right;
            }
            #paginateItem .page-stats {
                padding: 5px 15px 5px;
                font-size: 12px;
            }
            #paginateItem .page-stats a {
                float: right;
                font-weight: bold;
            }
            #paginateItem .page-stats span { float: left; }
            #paginateItem .page-title {
                position: absolute;
                display: none;
                padding: 0 15px;
                width: 185px;
                font-size: 12px;
                line-height: 1.1em;
            }
        

        #join {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            box-shadow: 0 2px 4px #999;
            -webkit-box-shadow: 0 2px 4px #999;
            font-size: 13px;
            line-height: 130%;
            border-color: #C25309;
            background: #f9b981 url(/i/tools/join-background.gif) repeat-x;
            padding: 0;
            margin: 0 0 10px 0;
        }
        #join .frame {
            border: 4px solid #FCB140;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            padding: 10px;
        }
        #join p {
            color: #444;
            font: normal 14px/16px 'Trebuchet MS';
            margin: 0 0 10px 0;
        }
        #join a {
            font-weight: bold;
            display: block;
        }
        .join-button {
            background: transparent url(/i/tools/join-button.gif) no-repeat;
            display: block;
            width: 132px;
            height: 23px;
            overflow: hidden;
            text-indent: -2000px;
            margin: 0 auto;
        }
    

        .iform.default dl.ifield { font-family: 'Helvetica', helvetica, arial, sans-serif; padding: 0; margin: 0; }
        .iform.default dl.ifield dt { padding: 0; line-height: 1em; }
        .iform.default dl.ifield dd { padding: 0; line-height: 1em; }

        .iform.default dl.ifield.ou {
            font-size: 15px;
            line-height: 2em;
            position: relative;
            min-height: 2em;
            padding: .8em;
        }
        .iform.default dl.ifield.ou.edit input, .iform.default dl.ifield.ou.edit textarea { width: 100%; }
        .iform.default dl.ifield.ou dt { display: block; font-weight: bold; text-align: left; }
        .iform.default dl.ifield.ou dd { margin-left: 1.5em; padding-bottom: .2em; color: #444; }
        .iform.default dl.ifield.ou br.end { display: none; }

        .iform.default dl.ifield.sbs {
            font-size: 15px;
            line-height: 2em;
            position: relative;
            min-height: 1em;
            padding: .4em 0;
        }
        .iform.default dl.ifield.sbs.edit input, .iform.default dl.ifield.sbs.edit textarea { width: 100%; }
        .iform.default dl.ifield.sbs br.end {
            border:1px solid blue;
            line-height: 1px;
            clear: both;
        }


        .iform.default dl.ifield.sbs dt .actions { display: block; font-size: 10px; cursor: default; padding-left: .5em; }
        .iform.default dl.ifield.sbs dt .actions:before { content: ' ' }


        .iform.default dl.ifield.sbs dt { width: 10em; display: block; clear: left; float: left; font-weight: bold; text-align: right; }
        .iform.default dl.ifield.sbs dd { margin-left: 10.5em; padding-bottom: .1em; color: #444; }
        .iform.default dl.ifield.sbs dd { min-height: 1.1em; }
        .iform.default dl.ifield.sbs { margin-bottom: 3px; }


        /* style-independent stuff */
        dl.ifield.editing dt span.actions { visibility: hidden; }
        dl.ifield dt .actions { font-size: 10px; cursor: default; padding-left: .5em; }
        dl.ifield dt .actions a { cursor: pointer; font-weight: normal;}
        dl.ifield.dragging { background-color: #eee; opacity: .75; }
        dl.ifield p { margin-bottom: 1em; }



        /*
         *    Pop-up Inline Editor
         */
        div.inlineEditorBox {
            position: absolute;
            border: 1px solid #AAA;
            padding: 14px 8px 8px 8px;
            background: #e6e9ee url( /images/editor-bg.png ) 0 0 repeat-x;
            z-index: 100;
            width: 500px;
            display: none;
        }
        .inlineEditorBox div.controlWrapper { margin-bottom: 8px; }
        /* Editor Buttons */
        .inlineEditorBox div.buttons { border-top: 1px dotted #444; padding-top: 8px; min-height: 16px; }
        .inlineEditorBox a.save, .inlineEditorBox a.cancel { float: right; margin-right: 8px; }
        .inlineEditorBox a.btn { text-transform: capitalize; }
        .inlineEditorBox input.delete { float: left; margin: 4px 4px 0 0; }


        dl.ifield.sbs div.inlineEditorBox {
            margin-top: -1em;
        }
        /*dl.ifield.sbs dd{border:1px solid green;}*/


        /* Editor Rounded Corners */
        div.nwcorner, div.necorner, div.swcorner, div.secorner {
            position: absolute;
            width: 9px;
            height: 9px;
            background: url( /images/panel-corner-nw.gif ) 0 0 no-repeat;
        }
        div.nwcorner { top: -1px; left: -1px; background-image: url( /images/panel-corner-nw.gif ); }
        div.necorner { top: -1px; right: -1px; background-image: url( /images/panel-corner-ne.gif ); }
        div.swcorner { bottom: -1px; left: -1px; background-image: url( /images/panel-corner-sw.gif ); }
        div.secorner { bottom: -1px; right: -1px; background-image: url( /images/panel-corner-se.gif ); }

        dl.dzDragging {
            background-color: #CCC;
            opacity: .75;
        }
    

        input.IComboField {
        }
    

        input.IBinaryField {
        }
    

        .IObjectField input {
        }
        .ifield .IObjectField a.objectChooserButton {
            text-decoration: none;
            cursor: pointer;
            padding: 0 10px 0 20px;
            line-height: 16px;
            background: url( /images/date-sm.png ) 4px center no-repeat;
            content: ' '
        }
    

        .fields dl.ifield {
            clear: left;
            position: relative;
            padding-left: 10em;
            font-size: 12px;
            line-height: 2em;
            min-height: 1em;
        }
        .fields dl.ifield.edit input, .fields dl.ifield.edit textarea { width: 100%; }
        .fields dl.ifield br.end {
            border: 1px solid blue;
            line-height: 1px;
            clear: both;
        }
        .fields dl.ifield dt { 
            clear: left; 
            float: left; 
            display: block; 
            margin-left: -10em;
            width: 10em; 
/*            line-height: 2em;*/
            font-weight: bold; 
            text-align: left; 
        }
        .fields dl.ifield dt .actions { display: block; font-size: 10px; cursor: default; padding: 0 0 .5em 0; line-height: 1em; }
        .fields dl.ifield dt .actions:before { content: ' '; }

/*        .fields dl.ifield dt { width: 10em; display: block; clear: left; float: left; font-weight: bold; text-align: left; }*/
        
        .fields dl.ifield dd { 
            color: #444; 
/*            line-height: 2em;*/
        }
/*        .fields dl.ifield dd { min-height: 1.1em; }*/
        * html .fields dl.ifield dt { 
            position: absolute;
/*            height: 1.1em;*/
        }

        .fields dl.ifield dd { overflow: hidden; }
        /*.fields dl.ifield dd { width: 500px; }*/
        .fields dl.ifield textarea { width: 500px; }

        .fields dl.ifield a.edit { visibility: hidden; display:block; text-decoration: none; }
        .fields dl.ifield.editable dt { cursor: pointer; }
        .fields dl.ifield.editable dt:hover a.edit { visibility: visible; }
        .fields .editing dl.ifield:hover a.edit { visibility: hidden; text-decoration: none; }

        .fields dl[property=description].ifield dt { float: none; width: auto; }
        .fields dl[property=description].ifield dd { margin-left: -10em; }
        .fields dl[property=description].ifield a.edit { display:inline; }
        .fields dl[property=description].ifield span.actions { display:inline; }
        .fields dl { margin-bottom: 1em; }
        .fields span { font-size: inherit; }
    

        .ifield .IDateField a.date, .ifield .IDateField a.time {
            text-decoration: none;
            cursor: pointer;
            padding: 0 10px 0 20px;
            line-height: 16px;
            background: url( /images/date-sm.png ) 4px center no-repeat;
            content: ' '
        }
        .ifield .IDateField a.time {
            background: url( /images/clock-sm.png ) 4px center no-repeat;
        }
        .ifield .IDateField input.date {
            width: 150px;
        }
        .ifield .IDateField input.time {
            width: 100px;
        }
    

        input.IBooleanField {
        }
    

.IURLField { width: 460px; }


        .activity ul {
            list-style-type: none;
            margin: 0;
        }

        .activity ul li {
            margin: 0 0 10px 0;
        }

        .activity .who-image {
            float: left;
        }

        .activity .interest-details {
            margin: 0;
            padding: 0;
            float: left;
            width: 165px;
            font: normal 13px / 117% Arial;
        }

        .activity .interest-details .who-name {
            display: block;
            font-weight: bold;
        }

        .activity .interest-details .action {
            font-size: 11px;
            font-weight: bold;
            font-family: 'Trebuchet MS';
            text-transform: uppercase;
            color: #444;
        }

        .activity .interest-details .when {
            font-size: 9px;
            font-weight: bold;
            font-family: Tahoma;
            text-transform: uppercase;
            color: #666;
            display: block;
        }
    

        a.remove-tag, a.remove-tag:hover, a.remove-tag:visited {
            color: #666;
            cursor: pointer;
            text-decoration: none;
            font-size: 10px;
            margin-left: 2px;
            position: relative;
            bottom: 2px;
        }
    
