
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */



/**********/
#garicknet {
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 31px;
	color: #ffffff;
	background: #6600a1 url('http://www.natureshelper.com/themes/natureshelper/images/toolbar/toolbar-bg.gif') repeat-x; 
}


html>body #garicknet {
	width: 100%;
} 

#garicknet img {
	float: left;
	border: 0;
	padding: 0 0 0 5px;
	margin: 0;
	
}

#garicknet a {
	text-decoration: none;
}

#garicknet a:link {
	color: #6600a1;
}

#garicknet a:visited {
	color: #6600a1;
}

#garicknet a:active {
	color: red;
}

#garicknet a:hover {
	text-decoration: underline;
}

#garicknet ul.toolbar-head {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	background: url('http://www.natureshelper.com/themes/natureshelper/images/toolbar/toolbar-div.gif') no-repeat left;
}

#garicknet #toolbar a {
	color: #ffffff;
}

#garicknet #toolbar a {
	text-decoration: none;
}

#garicknet #toolbar li li a {
	display: block;
	font-weight: normal;
	color: #6600a1;
	padding: 1px 5px;
	bottom: 1px;
	
}

#garicknet #toolbar li li a:hover {
	padding: 1px 5px;
	color: #ffffff;
	background-color: #6600a1;
}

#garicknet #toolbar li li a:active {
	padding: 1px 5px;
	color: #6600a1;
	background-color: #fbc817;
}

#garicknet ul li.toolbar-title {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	height: 31px;
	background: url('http://www.natureshelper.com/themes/natureshelper/images/toolbar/toolbar-div.gif') no-repeat right;
}

#garicknet li#first {
	border-left-width: 1em;
	
}

#garicknet li#last {
	border-right-width: 1em;
	padding-right: 10px;
	margin-right: 5px;
}

li ul.dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border: solid 1px #6600a1;
	background: #ffffff;
	list-style: none;
}

#garicknet li>ul {
	top: auto;
	left: auto;
}

#garicknet li li {
	display: block;
	float: none;
	background-color: transparent;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;

}

#garicknet li:hover ul, li.over ul {
	display: block;
}


.toolbar-anchor {
	padding-top: 15px;
	letter-spacing: .1em; 
}


/*******/

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
	height: 1%;
	display: block; /* restore block display for ie6 */
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
		text-indent: 0;
	}
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */

/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}

.fauxhide {
 color: white;
 font-size: 1em;
}





/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin: 0.6em;
    padding: 1em 1em 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.natureshelper.com/themes/natureshelper/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    color: #333;
}


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
    margin-bottom: 20px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */


.required {
    color: red;
    font-size: 1em;
}
/**
 * - navigation bar at the top
 * - 1 column (main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }
/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message {
    width: 80%;
    margin: 0 auto;
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    div.message p.message-error {
        border-color: #f30;
        color: #f30;
    }
    div.message p.message-info {
        border-color: #66a326;
        color: #66a326;
    }
    div.message p.message-warning {
        border-color: #999;
        color: #999;
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
    div#broadcastMessage a {
        position: absolute;
        right: 5px;
        top: 5px;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    background-color: #808080;
    opacity: 0.9;
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}/* CSS Document

Site  : http://www.natureshelper.com
Author : Brendan Cullen <brendan.cullen@garick.com>

*/
/* ============================== FOOTER STICK ============================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}
.foot, .push {
	height: 61px; /* .push must be the same height as .footer */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0;
	background-color:#FFFFFF;
	color: #333333;

}

/* ============================== TYPOGRAPHY ============================== */

h1, h2, h3 {
	padding: 0 10px 0 10px;
	margin: 10px 0 15px 0;
	color: #6600a0;
}

h1 {
	font-size: x-large;
	line-height: 90%;
	letter-spacing: 5px;
}

h2 {
	font-size: large;
	letter-spacing: 5px;
}

h3 {
	font-size: large;
	text-transform: uppercase;
	letter-spacing: 5px;
}

a:link {
	color: #006633;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #006633;
}

a:hover {
	text-decoration: none;
	color: #6600a0;
}

a:active {
	text-decoration: underline;
	color: #6600a0;
}

p {
	line-height: 1.5;
	padding: 0 10px 0 10px;
	margin: 12px 0 12px 0;
}

/* ============================== LAYOUT ============================== */

#wrapper {
	background: url('/themes/natureshelper/images/main-bg.gif') repeat-y;
	width: 800px;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#main {
	background: url('http://www.natureshelper.com/themes/natureshelper/images/flower-bg.jpg') no-repeat;
	width: 758px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header {
	height: 332px;
	width: 758px;
}


#content {
	margin: 0;
	padding: 0 20px;
}

#footer {
	background: url('/themes/natureshelper/images/footer_bg.jpg') repeat-x;
	height: 61px;
	clear: both;
}

/* ============================== CONTENT ============================== */

img {
	border: 0;
}

#logo {
	width: 484px;
	padding-top: 160px;
	margin-left: auto;
    margin-right: auto;
}

#brands {
	width: 758px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#brands ul {
	padding: 4px 0 0 0;
	list-style-type: none;
}

#brands li {
	display: inline;
	padding-right: 40px;
}

.floatright {
	float: right;
}

/*************/

/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    /*border-bottom: 1px solid #bbb;
    background-color: #fff;
*/
margin-top: -3.3em;
padding-bottom: 20px;
}
    div#nav-main div.inner {

        margin-top: 3px;
        border-top: none;
         background-color: #6600a0;
         padding-left:50px;
    }
    div#nav-main ul {
        margin: 0;

        list-style: none;
        line-height:.9em;

    }
        div#nav-main ul li {
            margin: 0;
            float: left;background-color: #6600a0;
        }
            div#nav-main ul li a {
                display: block;
                border-right: 1px solid #fff;
                padding: 0.65em 1em 0.55em;
                font-weight: bold;
                color: #ffffff;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                background-color: #ffffff;
                color: #6600a0;
                text-decoration: none;
            }
/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
    border: 1px solid #bbb;
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */

/**********************/
/*   CMS MODULE       */
/**********************/
fieldset {
	background-color:#fff;
	border: 1px solid #ddd;
}

fieldset.secondary {
	background-color:#f7f7f7;
}

#ajaxIndicator {
    padding: 2px 4px;
    background: #ff3300;
    color: #fff;
    font-size: 0.9em;
}
dt {
    color: ;
}
dt .required {
    color: ;
}
dt .required:after {
    content: " *";
    color: #ff0000;
}
dt label {
    padding-right: 20px;
}
dt.onSide, dl.onSide dt {
    float: left;
    width: 110px;
    padding-right: 0;
    text-align: left;
}
dd.onSide, dl.onSide dd {
    margin-left: 110px;
    margin-bottom: 0.5em;
}
dt.onTop, dl.onTop dt {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
}
dd.onTop, dl.onTop dd {
    margin-left: 0;
    margin-bottom: 1em;
}
input[type="text"], input[type="password"] {
    font-size: 1em;
}
input.mediumButton {
    width: 8em;
}
.manager-actions {
    padding: 4px 2px;
}
.button {
    /*padding: 2px;
    background: #e5e5e5;
    border: 1px solid #999;
    border-width: 1px 2px 2px 1px;*/
    font-size: 12px;
}
.cmsBox {
    margin: 0 0 1em;
    padding: 8px 8px 4px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
tr th, tr td {
    text-align: left;
}
table thead tr, thead > tr {
    background: #339BD3;
}
.moduleContainer a,
.moduleContainer a:link,
.moduleContainer a:visited {
    font-size: 12px;
    padding: 1px;
}
.moduleContainer a:hover {
    text-decoration: underline;
}

#cmsContainer .moduleContent p {
    padding: 0 0 0.4em;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}

#cmsContainer input.text, #cmsContainer textarea.textarea, #cmsContainer select {
    font-size: 1em;
    border: 1px solid #ccc;
}
#cmsContainer input.text, #cmsContainer textarea.textarea {
    padding: 3px;
}
#cmsContainer .error {
    color: #f30;
}
#cmsContainer p.warning {
    padding-left: 4px;
    background: #f7f7f7;
    border-top: 2px solid #f90;
}

/**********************/
/*   ACCORDION LISTS  */
/**********************/
.accordionItem {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.accordionItemHead h2 {
    margin: 0 !important;
    padding: 5px !important;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.accordionItemHead h2 span, .accordionItemHead h2 a{
    font-size: 16px !important;
    font-weight: normal;
    cursor: pointer;
}
.accordionItemHead.closed h2 {
    text-indent: 16px;
    background-image: url('http://www.natureshelper.com/cms/images/arrow_closed.gif');
}
.accordionItemHead.opened h2 {
    border-bottom: 1px dotted #ddd !important;
    text-indent: 16px;
    background-image: url('http://www.natureshelper.com/cms/images/arrow_opened.gif');
}
.accordionItemHead.loading h2 {
    text-indent: 16px;
    background-image: url('http://www.natureshelper.com/cms/images/ajax-indicator-s.gif') !important;
}
.accordionItemBody {
    border:0;
}
.accordionItem fieldset{
	border:0;
}
.accordionItem h2{
    font-size: 16px;
	font-weight: normal;
    padding:10px;
    border-bottom: 1px dotted #ddd !important;
}

.accordionItemBody h3{
	color:#999;
	display:inline;
}

/**********************/
/*   LAYOUT           */
/**********************/
.moduleContainer {
    position: relative;
    padding-top: 10px;
}
/** Only one column */
.moduleContent.full {
    width: 100%;
}
/** With two columns */
.moduleContent.left {
    float: left;
    width: 75%;
}
.moduleContent.left .wrap {
    margin-right: 20px;
}
.moduleInfobar.right {
    float: right;
    width: 25%;
}
.moduleInfobar.right .wrap {
    margin-top: 25px;
    margin-left: 10px;
}

/**********************/
/*   CONTENT LIST     */
/**********************/
#contentFilterBox {
    font-size: 11px;
}
#contentFilterBox select {
    margin: 0 5px 0 2px;
    font-size: 11px;
}
#screenIntro {
    margin: 10px 0;
    padding-left: 5px;
    border-left: 4px solid #ccc;
}
#cmsContainer .moduleContent .help {
    padding: 4px 0;
    line-height: 1;
    font-size: 11px;
}
#cmsContainer .moduleContent .help a {
    font-size: 11px;
}
#contentList-items td a {
    /* If content name is too long it's table can be wider
       than it supposed to be */
    /* white-space: nowrap; */
}

#contentList fieldset.noBorder {
    background-color: #f7f4ef;
}

/**********************/
/*   CONTENT EDIT     */
/**********************/
#cmsContainer .moduleToolbar {

}
#moduleToolbarHeader {
    padding: 0 7px 2px;
    text-align: right;
}
#cmsContainer .moduleInfobar {
    text-align: left;
}
#cmsContainer .moduleInfobar h2 {
    margin: 10px 0 10px;
    padding: 4px 0 2px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #666;
}
#cmsContainer .moduleInfobar p {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}
.moduleInfobar select {
    display: block;
}

#cmsContainer ul.inline {
    display: inline;
    margin: 0;
    padding: 0;
}
#cmsContainer ul.inline li {
    display: inline;
    margin: 0;
    padding: 0;
}
.full {
    width: 100%;
}
.moduleContent table {
    width: 100%;
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
}
.moduleContent .thead th {
    padding: 4px 8px 3px;
    border: none;
    border-bottom: 1px solid #666;
    text-align: left;
}
.moduleContent tbody td {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.moduleContent .tfoot td {
    border: none;
}
.moduleContent table a {
    display: inline;
    background: none;
    font-size: inherit;
}
.moduleContent table thead a {
    text-decoration: none;
    font-weight: bold;
    opacity: 0.999;
    -moz-opacity: 0.999;
    filter:alpha(opacity=999);
}
.moduleContent tr {

}
.moduleContent th {

}
.moduleContent tr.alternateRow td {
    background: none;
}
.moduleContent tr:hover td, .moduleContent tr.rowHover td {
    background: #e5e5e5;
}
#contentEditForm input.medium, #contentEditForm textarea.medium {
    width: 70%;
}
#contentEditForm textarea.medium {
    height: 5em;
}
#contentEditForm input.large, #contentEditForm textarea.large {
    width: 95%;
}
#contentEditForm textarea.large {
    height: 10em;
}
#contentEditForm textarea.large.wysiwyg {
    height: 15em;
}
#contentEditForm div.moduleInfobar .categories select {
    height: 20em;
    width: 190px;
}

#cmsContainer table.versions {
    width: 100%;
    background: none;
    border: none;
    margin-bottom: 10px;
}
#cmsContainer table.versions tr {
    height: auto;
    line-height: normal;
}
#cmsContainer table.versions td {
    padding: 5px 2px 3px;
    vertical-align: middle;
}
#cmsContainer table.versions tr.selected td {
    background: #fff;
    border-top: 1px solid ;
    border-bottom: 1px solid ;
}
    #cmsContainer table.versions td.version_n {
        padding-left: 5px;
    }
    #cmsContainer table.versions td.version_c {
        text-align: center;
    }
    #cmsContainer table.versions td.version_a {
        font-size: 11px;
    }
    #cmsContainer table.versions tr.selected td.version_n {
        border-left: 1px solid ;
    }
    #cmsContainer table.versions tr.selected td.version_a {
        border-right: 1px solid ;
    }
#cmsContainer table.versions a:hover {
    background: none;
    color: ;
}


p.submit {
    margin: 5px 0 0;
    padding: 4px 0 0 !important;
    border-top: 1px solid #ddd;
}
p.submit input {
    vertical-align: middle;
}

/**********************/
/*   CONTENT TYPE     */
/**********************/

/* LIST */
#moduleToolbarHeader {
    margin-bottom: 10px;
}
#cmsContainer .moduleToolbar {
    position: relative;
}
.contentTypeEditForm li label {
    vertical-align: middle;
}
.contentTypeEditForm input.contentType_name {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}
#newContentTypeForm {
    float:none;
}

#newContentTypeForm input {
    vertical-align: middle;
}

/* VIEW */
.contentType {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.contentType h2 {
    margin: 0 !important;
    padding: 5px !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.contentType h2 span, .contentType h2 a{
    font-size: 16px !important;
    font-weight: normal;
    cursor: pointer;
}
.contentType.closed h2 {
    text-indent: 16px;
    background-image: url('http://www.natureshelper.com/cms/images/arrow_closed.gif');
}
.contentType.opened h2 {
    border-bottom: 1px dotted #ddd !important;
    text-indent: 16px;
    background-image: url('http://www.natureshelper.com/cms/images/arrow_opened.gif');

}
.contentType.loading h2 {
    text-indent: 16px;
    background-image: url('http://www.natureshelper.com/cms/images/ajax-indicator-s.gif') !important;
}

.contentType ol {
    padding-left: 20px;
    padding-right: 15px;
}
.contentType ol li {
    margin: 5px 0;
    overflow: hidden;
}
.contentType ol li.newAttribute {
    list-style: none;
}
.contentType a img {
    vertical-align: middle;
}
.contentType a.deleteLink {
    text-decoration: none;
}
.contentType a.deleteLink:hover, .contentType a.deleteLink:active {
    background: none;
}

.contentType form {
    padding: 5px 10px;
    background: #f8f8f8;
}
.contentType .attributeEditForm label {
    float: left;
    width: 75px;
    font-size: 0.9em;
    font-weight: normal;
}
.contentType .attributeEditForm input {
    vertical-align: middle;
}
.contentType li.attributeParams {
    background: #fff;
    border: 1px solid #ddd;
}
.contentType li.attributeParams label {
    width: 120px;
}

/**********************/
/*   QUERY            */
/**********************/
form#filterPanel {
}
    form#filterPanel fieldset label {
        float: left;
        display: block;
        margin-top: 0.2em;
        width: 170px;
        #padding-bottom: 0.2em;
    }
    form#filterPanel fieldset input.remove {
        position: absolute;
        right: 0;
        top: -2px;
    }

    /* Actions */
    form#filterPanel fieldset.actions {
        margin-top: 0.5em;
        border-top: 1px solid #ddd;
        padding: 1em 10px 0.5em;
    }
        form#filterPanel fieldset.actions label {
            float: none;
            display: inline;
            width: auto;
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions select {
            margin-right: 5px;
        }
        form#filterPanel fieldset.actions span.filterOptionsContainer {
            margin-right: 10px;
        }
        form#filterPanel fieldset.actions input.update {
            /* margin-left: 10px; */
        }

    /* Common for all filter containers */
    form#filterPanel div.filterContainer {
        position: relative;
        padding-bottom: 1.5em;
    }

    * html form#filterPanel div.filterContainer {
        height: 1%;
    }

        /* Status filter */
        form#filterPanel div#statusFilter_container {
            padding-right: 70px;
        }
            form#filterPanel div#statusFilter_container span {
                padding-left: 2px;
                margin-right: 5px;
            }


        /* Content type filter */
        form#filterPanel div#contentTypeFilter_container select#contentTypeFilter {
            width: 200px;
        }
        form#filterPanel div#contentTypeFilter_container fieldset {
            margin: 10px 0 10px 170px;
            border: 1px solid #ddd;
        }

            /* Attributes */
            form#filterPanel select#attributesFilter {
                width: 150px;
            }
            form#filterPanel div#attributeFilterPanel {
            }
                form#filterPanel div#attributeFilterPanel div.attributeContainer {
                    padding-top: 0.5em;
                    clear: left;
                }
                form#filterPanel div#attributeFilterPanel input.remove {
                    position: static;
                    margin-left: 10px;
                }

/**********************/
/*   ATTRIB LIST      */
/**********************/
#frmNewAtribList {
	float:none;
}
div#newAttribListBox textarea {
    width: 177px;
    height: 100px;
}

div#newAttribListBox input[type="text"] {
    width: 75px;
}
div#newAttribListBox input[type="text"].text {
    width: 177px;
}
div#attribListNameAndValues {
    float: left;
}
div#attribListNameValuePairs {
    float: left;
}

/* name and value inputs for attrib list */
div#attribListNameAndValues dl dd dl {
    width: 90px;
    float: left;
    display: inline;
}
form.frmEditAttribList {
    float:none;
}

/**********************/
/*   CATEGORIES       */
/**********************/
#frmCategoryMgr p label {
    width: 170px;
}
#frmCategoryMgr input.longText {
    width: 40%;
}
#frmCategoryMgr span.tipText {
    width: 300px;
}
#frmCategoryMgr fieldset#permissions, #frmCategoryMgr fieldset#description, #frmCategoryMgr fieldset#image {
    width: 80%;
    margin-top: 1em;
    border: 1px solid ;
}
#frmCategoryMgr #permissions p label, #frmCategoryMgr #description p label, #frmCategoryMgr #image p label {
    width: 160px;
}

#frmCategoryMgr fieldset#description textarea {
    width: 50%;
}

#frmCategoryMgr #image img {
    border: 1px solid;
}

/**********************/
/*   PAGES            */
/**********************/
p.errorMsg {
    color: ;
    text-align: center;
}
#pageEdit p label {
    width: 200px;
}
#pageEdit .longText {
    width: 250px;
}

/**********************/
/*   LINK MGR         */
/**********************/
form#linkerForm p label {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
}
form#linkerForm p span {
    background-color :#efefef;
    width: 150px;
}
form#linkerForm p select#content_id {
    width: 400px;
}
form#linkerForm p label.tipOwner {
    width: 130px;
}/************************************/
/*            CMS MODULE            */
/************************************/
#ajaxIndicator {
    padding: 2px 4px;
    background: #ff3300;
    color: #fff;
    font-size: 0.9em;
}
dt {
    color: ;
}
dt .required {
    color: ;
}
dt .required:after {
    content: " *";
    color: #ff0000;
}
dt label {
    padding-right: 20px;
}
dt.onSide, dl.onSide dt {
    float: left;
    width: 110px;
    padding-right: 0;
    text-align: left;
}
dd.onSide, dl.onSide dd {
    margin-left: 110px;
    margin-bottom: 0.5em;
}
dt.onTop, dl.onTop dt {
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
}
dd.onTop, dl.onTop dd {
    margin-left: 0;
    margin-bottom: 1em;
}
input[type="text"], input[type="password"] {
    font-size: 1em;
}
input.mediumButton {
    width: 8em;
}
.manager-actions {
    padding: 4px 2px;
    /*background: ;*/
}
.button {
    /*padding: 2px;
    background: #e5e5e5;
    border: 1px solid #999;
    border-width: 1px 2px 2px 1px;*/
    font-size: 12px;
}
button.combox {
    padding-right: 20px;
    background-image: url('http://www.natureshelper.com//cms/images/combox-arrow.gif');
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.cmsBox {
    margin: 0 0 1em;
    padding: 8px 8px 4px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-width: 1px 2px 2px 1px;
}
tr th, tr td {
    text-align: left;
}
thead tr {
    background: #fff;
}

/*--------------------------------------
LAYOUT
--------------------------------------*/
.moduleContainer {
    position: relative;
    padding-top: 10px;
}
/** Only one column */
.moduleContent.full {
    width: 100%;
}
/** With two columns */
.moduleContent.left {
    float: left;
    width: 75%;
}
.moduleContent.left .wrap {
    margin-right: 20px;
}
.moduleInfobar.right {
    float: right;
    width: 25%;
}
.moduleInfobar.right .wrap {
    margin-top: 25px;
    margin-left: 10px;
}

/*--------------------------------------
GENERAL
--------------------------------------*/
.moduleContainer * {
    font-family: "Lucida Grande", Verdana;
    color: #333;
}
.moduleContainer a {
    font-size: 11px;
    padding: 1px;
    text-decoration: underline;
}
.moduleContainer a:link, .moduleContainer a:visited {
    color: #999;
}
.moduleContainer a:hover, .moduleContainer a:active {
    background: #999;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.action, .moduleContainer a.actionAlt {
    font-size: 11px;
    padding: 1px;
}
.moduleContainer a.action:link, .moduleContainer a.action:visited {
    color: ;
}
.moduleContainer a.action:hover, .moduleContainer a.action:active {
    background: ;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionAlt:link, .moduleContainer a.actionAlt:visited {
    color: ;
}
.moduleContainer a.actionAlt:hover, .moduleContainer a.actionAlt:active {
    background: ;
    color: #fff;
    text-decoration: none;
}
.moduleContainer a.actionDone:link, .moduleContainer a.actionDone:visited,
.moduleContainer a.actionDone:hover, .moduleContainer a.actionDone:active {
    background: ;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
#cmsContainer .moduleContent h1 {
    position: relative;
    margin: 10px 0 10px;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#cmsContainer .moduleContent h2 {
    margin: 5px 0 20px;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    color: ;
}
#cmsContainer .moduleContent h2 span { /*the content name*/
    font-size: 18px;
    color: #000;
}
#cmsContainer .moduleContent p {
    padding: 0 0 0.4em;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}
#cmsContainer .moduleToolbar {

}
#moduleToolbarHeader {
    padding: 0 7px 2px;
    text-align: right;
}
#cmsContainer .moduleInfobar {
    text-align: left;
}
#cmsContainer .moduleInfobar h2 {
    margin: 10px 0 10px;
    padding: 4px 0 2px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #666;
}
#cmsContainer .moduleInfobar p {
    font-size: 11px;
    line-height: 1.6;
    color: #333;
}
.moduleInfobar select {
    display: block;
}

#cmsContainer ul.inline {
    display: inline;
    margin: 0;
    padding: 0;
}
#cmsContainer ul.inline li {
    display: inline;
    margin: 0;
    padding: 0;
}
.full {
    width: 100%;
}

.moduleContent table {
    width: 100%;
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
}
.moduleContent .thead th {
    padding: 4px 8px 3px;
    border: none;
    border-bottom: 1px solid #666;
}
.moduleContent tbody td {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.moduleContent .tfoot td {
    border: none;
    border-top: 2px solid #666;
}
.moduleContent table a {
    display: inline;
    background: none;
    font-size: inherit;
}
.moduleContent table thead a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
.moduleContent tr {

}
.moduleContent th {

}
.moduleContent tr.alternateRow td {
    background: none;
}
.moduleContent tr:hover td, .moduleContent tr.rowHover td {
    background: #e5e5e5;
}

#cmsContainer input.text, #cmsContainer textarea.textarea, #cmsContainer select {
    font-size: 1em;
}
#cmsContainer .error {
    color: #f30;
}
#cmsContainer p.warning {
    padding-left: 4px;
    background: #f7f7f7;
    border-top: 2px solid #f90;
}

#contentFilterBox select {
    width: 100px;
}
#contentFilterBox select#contentFilter_typeId {
    width: 200px;
}
#contentFilterBox select#contentFilter_categoryId {
    width: 150px;
}


/*========================================*/

a#contentType-combox {
    position: relative;
}

ul.combox-menu {
    position: absolute;
    margin: 0;
    padding: 5px 0;
    background: ;
    border: 1px solid ;;
}
ul.combox-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.combox-menu li a {
    display: block;
    min-width: 120px;
    padding: 4px 5px;
    text-decoration: none;
    color: ;
}
ul.combox-menu li a:hover {
    background: ;
    color: ;
}

/* Include ContentMgr stylesheet */
