/*--------------------------------*/
/*  Copyright AddMind 2007      */
/*--------------------------------*/

/* HTML Elements */
html, body, h1, h2, h3, h4, h5, h6, p, form, ul
{
    margin: 0;
}

img
{
    border: 0;
}


/* Layout Elements */

body
{
    padding: 0;
    border: 0;
    color: #333333;
    background-color: #f1f1f1;	
}
table
{
    border-collapse: collapse;
}

td
{
    padding: 0;
}


/* Type Elements */

body
{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
h3
{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
p
{
    padding: 0;
}

/* Layout Classes ____________________________________ */
.floatClear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }


/* Layout Elements ____________________________________ */

#pageWrapper
{
    background-image: url(../img/bgContent.gif);
    margin: 0 auto 0 auto;
    width: 972px;
}

#pageContainer
{
    width: 904px;
    padding: 0 34px 0 34px;
    background-color: #ffffff;
    margin: 0 auto 0 auto;
    background-image: url(../img/bgContent.gif);
}

#pageTop
{
    background-image: url(../img/bg_pagetop.jpg);
    background-repeat: no-repeat;
    width: 940px;
    height: 92px;
    padding: 0;
    margin: 0 16px 0 16px;
}
#mainNav
{
    float: left;
    width: 902px;
}

/* Page Dividers and Columns Splits ____________________________________ */

#pageBody
{
    float: left;
    width: 904px;
    margin-top: 15px;
}

#columnLeft
{
    float: left;
    width: 220px;
    margin: 15px 0 0 0;
}

#columnMain
{
    float: right;
    width: 661px;
    padding: 15px 0 0 0;
}




/* General containers and Headings __________________________________ */

h2.pageHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;	
}

h2.pageHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;	
}

/* Page Top ____________________________________ */

#pageTop #container
{
    float: right;
    width: 490px;
    margin: 11px 0 0 0;
    padding: 0;
}

#pageTop #logo
{
    float: left;
    padding: 34px 0px 0px 28px;
}


#pageTop #flags
{
    float: right;
    padding: 44px 15px 0px 0px;
}

#pageTop .flags-info
{
    background-color: #f1f1f1;
    padding: 4px 4px 4px 4px;
    border: 1px solid #ffffff;
}

#pageTop .flags-info img
{
    padding: 0px 1px 0px 1px;
}

#pageTop #usercontrolpanel
{
    float: right;
    padding: 31px 15px 0px 0px;
}

#pageTop #usercontrolpanel a
{
    padding:0 0 4px 20px;
    color:#333333;
    text-decoration: none;
}
#pageTop #usercontrolpanel .settings
{
    background: transparent url(/images/table_gear.png) no-repeat scroll left top;
}

#pageTop #usercontrolpanel .login
{
    background: transparent url(/images/door_in.png) no-repeat scroll left top;
}
#pageTop #usercontrolpanel .logout
{
    background: transparent url(/images/door_out.png) no-repeat scroll left top;
}
#pageTop #usercontrolpanel .register
{
    background: transparent url(/images/table_edit.png) no-repeat scroll left top;
}
#pageTop #usercontrolpanel .admin
{
    background: transparent url(/images/server_edit.png) no-repeat scroll left top;
}

#pageTop .user-info
{
    background-color: #f1f1f1;
    padding: 0 4px 2px;
    border: 1px solid #ffffff;
    height: 36px;
    line-height: 16px;
}



/* Navigation / Category Selector ____________________________________ */

#mainNav ul { list-style-type: none; float: left; display: block; padding: 0; border: 1px solid #B7B7B7; width: 900px; }
#mainNav ul li { float: left; display: inline; border-right: 1px solid #b7b7b7; }
#mainNav ul li a { font: normal 10px/25px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 4px 8px; line-height: 30px; color: #333; }
#mainNav ul li.img a { padding: 0 8px 5px 28px; background: url('../img/newcart.gif') no-repeat 8px 0; }
#mainNav ul li.mailto { float: right; border: none; }
#mainNav ul li.mailto a { padding: 0 4px 5px 4px; background: url('../img/icon_mailto.gif') no-repeat 8px 1px; }
#mainNav ul li.mailto a span { visibility: hidden; } 


/* Left menu search ____________________________________ */

.searchMain
{
    background-image: url(../img/bg_search_main.gif);
    clear: left;
    overflow: hidden; /*ie 6,7 double padding bug fix*/
    width: 196px; /*ie 6 double padding bug fix*/
    padding: 20px 12px 15px 12px;
}
.searchTabLeft
{
    background-image: url(../img/bg_search_left.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 23px;
    float: left;
}

.searchTabMiddle
{
    background-image: url(../img/bg_search_middle.gif);
    background-repeat: repeat-x;
    padding-top: 4px;
    height: 19px;
    float: left;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.searchTabRight
{
    background-image: url(../img/bg_search_Right.gif);
    background-repeat: no-repeat;
    float: left;
    height: 23px;
    width: 15px;
}

#search input.searchField
{
    width: 110px;
    margin-right: 5px;
    border: 1px solid #006767;
}

#search a
{
    color: #ffffff;
}

#search a:hover
{
    color: #80D3D4;
}


#search .link
{
    background-image: url(../img/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 0 1px 0 10px;
    margin: 10px 0 0 0;
}



/* Category Tabs / Type Tabs ____________________________________ */

#tabs
{
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    margin-top: 20px;
}

.categoryTab a, .typeTab a
{
    display: block;
    float: left;
    height: 25px;
    padding: 6px 3px 2px 3px;
    text-decoration: none;
    color: #333333;
}

.categoryTabOff a, .typeTabOff a
{
    display: block;
    float: left;
    height: 25px;
    padding: 6px 3px 2px 3px;
    text-decoration: none;
    color: #808080;
    font-weight: normal;
}

.categoryTab .left, .categoryTabOff .left
{
    background-image: url(../img/bg_tab_left_sel.gif);
    background-repeat: no-repeat;
    background-color: #EAEAEA;
    width: 12px;
    height: 36px;
    float: left;
}

.categoryTab .middle, .categoryTabOff .middle
{
    background-image: url(../img/bg_tab_middle_sel.gif);
    background-repeat: repeat-x;
    background-color: #EAEAEA;
    height: 36px;
    float: left;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.categoryTab .right, .categoryTabOff .right
{
    background-image: url(../img/bg_tab_right_sel.gif);
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 12px;
    background-color: #EAEAEA;
}

.typeTab, .typeTabOff
{
    float: right;
}

.typeTab .left, .typeTabOff .left
{
    background-image: url(../img/bg_tab_left_sel.gif);
    background-repeat: no-repeat;
    background-color: #EAEAEA;
    width: 12px;
    height: 36px;
    float: left;
}

.typeTab .middle, .typeTabOff .middle
{
    background-image: url(../img/bg_tab_middle_sel.gif);
    background-repeat: repeat-x;
    background-color: #EAEAEA;
    height: 36px;
    float: left;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.typeTab .right, .typeTabOff .right
{
    background-image: url(../img/bg_tab_right_sel.gif);
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 15px;
    background-color: #EAEAEA;
}

.typeTabOff .middle, .typeTabOff .left, .typeTabOff .right, .categoryTabOff .middle, .categoryTabOff .left, .categoryTabOff .right
{
    background-image: none !important;
    background-color: #ffffff;
}

/* Startpage Teasers / pufflist ____________________________________ */

.puffList
{
    margin: 0 0 20px 0;
}

.puffList td
{
    border: 1px solid #b7b7b7;
    padding: 10px;
    width: 298px;
    vertical-align: top;
}

.puffList .space
{
    border: none;
    width: 21px;
    padding: 0;
    height: 20px;
}
.puffList h1
{
    text-decoration: none;
    color: #333333;
    padding: 0px 0px 10px 0px;
    font-size: 10px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
/*
.puffListRow
{
    margin: 0 0 20px 0;
    float: left;
    width: 661px;
}

.puffListItemLeft, .puffListItemRight
{
    width: 298px;
    padding: 10px;
    margin: 0;
    border: 1px solid #b7b7b7;
}

.puffListItemLeft
{
    float: left;
}

.puffListItemRight
{
    float: right;
}

.puffListItemLeft h1, .puffListItemRight h1
{
    text-decoration: none;
    color: #333333;
    padding: 0px 0px 10px 0px;
    font-size: 10px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
*/
.puffImage
{
    margin: 0px 15px 5px 0px;
    float: left;
}

.puffListItemNews
{
    background-image: url(../img/bg_puffnews.gif);
    background-repeat: no-repeat;
    width: 638px;
    padding: 0px 10px 10px 10px;
    margin: 0;
    border: 1px solid #b7b7b7;
    background-position: 5px 5px;
    overflow: hidden;
}
.puffListItemNews h1
{
    padding: 9px 0 15px 0;
    margin: 0;
    font-size: 10px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.puffListItemNews p
{
    padding: 0 0 5px 0;
}

.puffListItemNewsLeft
{
    float: left;
    width: 298px;
    margin: 0;
}
.puffListItemNewsRight
{
    float: right;
    width: 298px;
    margin: 0;
}


/* Category Navigation ______________________________________ */

#categoryNav, #typeNav, #pathway
{
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
}

#categoryNav ul, #typeNav ul, #pathway ul
{
    list-style-type: none;
    padding: 0;
}

#categoryNav ul li
{
    background-color: #01a496;
    color: #fff;
    margin-bottom: 1px;
}

#typeNav ul li
{
    background-color: #4382b7;
    color: #fff;
    margin-bottom: 1px;
}

#categoryNav ul li ul, #typeNav ul li ul, #pathway ul li ul
{
    border-bottom: 1px solid #757575;
    border-top: 7px solid #fff;
    background-color: #fff;
}



/* Level 1 */
#categoryNav ul li a.selected, #typeNav ul li a.selected, #pathway ul li a.selected
{
    background-image: url(../img/bg_categoryarrow_main_sel.gif);
    background-repeat: no-repeat;
}


/* General Specs */

#categoryNav a, #typeNav a, #pathway a
{
    color: #333333;
}

#categoryNav a:hover, #typeNav a:hover, #pathway a:hover
{
    color: #000000;
}

#categoryNav ul li, #typeNav ul li, #pathway ul li
{
    float: left;
    display: block;
    width: 220px;
}
#categoryNav ul li a, #typeNav ul li a, #pathway ul li a
{
    display: block;
    padding: 8px 10px 9px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../img/bg_categoryarrow_main.gif);
    background-repeat: no-repeat;
}

#categoryNav ul li a:hover, #typeNav ul li a:hover, #pathway ul li a:hover
{
    background-image: url(../img/bg_categoryarrow_main_sel.gif);
    background-repeat: no-repeat;
}

/* Pathway */

#pathway
{
    clear: both;
}

#pathway a
{
    background-image: url(../img/bg_pathwayarrow.gif) !important;
    background-repeat: no-repeat;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}


/* Product list */

#productList, .productList
{
    width: 100%;
}
#productList th, .productList th
{
    padding: 3px 5px 4px 5px;
    background-image: url(../img/bg_th.gif);
    clear: both;
}

#productList th a, .productList th a
{
    font-size: 10px;
    color: #fff;
}

th, th h1
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

#productList .groupedtitlelink, .productList .groupedtitlelink
{
    font-size: 12px;
    text-decoration: none;
}

.subTH th, .subTH th h1
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding: 10px 5px 4px 5px !important;
    background-image: none !important;
}


#productList td, .productList td
{
    padding: 2px 5px 2px 5px;
    vertical-align: top;
}

#productList td a, .productList td a
{
    /* display: block; */
    text-decoration: none;
}

#productList .filter, .productList .filter
{
    padding: 0 0 0 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
    background-color: #f8f8f8;
    background-image: none !important;
    text-decoration: none;
}
#productList .filter select, .productList .filter select
{
    color: black;
    background-color: #f8f8f8;
    font-weight: normal;
    vertical-align: top;
}
#productList .filter a, .productList .filter a
{
    /* display: block; */
    color: #e42738;
    text-decoration: none;
}

#productList .filter a:hover, .productList .filter a:hover
{
    /* display: block; */
    text-decoration: underline;
}

#productList td a:hover, .productList td a:hover
{
    /*	display: block; */
    text-decoration: underline;
}

#productList .odd, .productList .odd
{
    background-color: #f8f8f8;
}

#productList .even, .productList .even
{
    background-color: #ffffff;
}

#productList .right, .productList .right
{
    text-align: right;
}

#productList .left, .productList .left
{
    text-align: left;
}

/* Product view */

/*
#productView th, .#productView th h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding: 4px 0px 2px 0px !important;
    background-image: none !important;
    vertical-align: top;
}
#productView td
{
    padding: 4px 0px 2px 0px !important;
    vertical-align: top;
}
*/


/* Product view */

#columnMain {float:right; padding:15px 0 0; width:661px; }
            .actionRow { text-align: right; }	


.productViewStandard
{
    float: left;
    width: 400px;
}

.productView
{
    float: left;
    width: 100%;
}

.productView th, .productView th h1, .productViewStandard th, .productViewStandard th h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding: 4px 0px 2px 0px !important;
    background-image: none !important;
    vertical-align: top;
    text-align: left;
}
.productView td, .productViewStandard td
{
    padding: 4px 0px 2px 0px !important;
    vertical-align: top;
}
.left
{
    width: 120px;
}

.clear
{
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 0px 0px 0;
    clear: both;
    margin-bottom: 10px;
}

.productviewTopWrapper
{
    padding-top: 10px;
}

.icon
{
    float: left;
    width: 400px;
    padding: 0px 0 10px 0;
}

.icon img
{
    float: left;
    padding: 0 10px 0 0;
}

.icon li
{
    padding-top: 5px;
    list-style: none;
}

.print
{
    float: right;
    width: 220px;
    text-align: right;
}

.print a
{
    background: url(../img/icon_print.gif) no-repeat;
    padding: 0 0 0 20px;
}

.basket
{
    background-color: #FFFFFF; /*#F1F1F1;*/
    border: 1px solid #F1F1F1;
    padding: 4px;
    width: 250px;
    padding-left: 35px;
    clear:both;
}
.basket li
{
    padding-top: 5px;
    list-style: none;
}

.addToBasket
{
    float: right;
    width: 220px;
    text-align: right;
    padding: 15px 0px 0px 0px;
}

.addToBasket a
{
    background: url(../img/minicart.gif) no-repeat;
    padding: 0 0 0 20px;
}

.images
{
    clear: both;
    float: right;
    width: 220px;
}

.images div img
{
    padding: 0 0 5px 0px;
}

.images div
{
    padding: 0 0 10px 10px;
    float: right;
    width: 100px;
}

/* Footer */

#footer
{
    background:url("../img/bgFooter.gif") no-repeat scroll 0 bottom transparent;
    height:114px;
}
#footer .footerInfo
{
    margin: 10px 34px 10px 34px;
    background-color: #eeeeee;
    padding: 12px 15px 12px 15px;
}


#footer .footer-menu 
{
    text-align:center;   
}


#footer .footer-menu li
{

    color:#808080;
    display: inline;
    padding: 0px;
}
#footer .footer-menu li a { color: #808080; padding: 0px 3px; }
#footer .footer-menu li a:hover { color: #333333; }
#footer .footer-menu li.last { border-right: none; }

/* form */
input
{
    padding: 2px 2px 2px 2px;
    border: 1px solid #c1c1c1;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
}

select
{
    padding: 2px 2px 2px 2px;
    border: 1px solid #c1c1c1;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
}

input.radio, input.checkbox
{
    background-color: #F5F5F5;
    border: none;
}

input.button
{
    background-color: #01a496;
    border: none;
    font-weight: normal;
    padding: 0px 3px 0px 3px;
    font-size: 10px;
    color: #fff;
    border: 1px solid #c4e1e0;
}

.select
{
    padding: 0;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
}

.formError
{
    border: 1px solid #990000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 2px 2px 1px 2px;
    background-color: #C80000;
    color: #fff;
}




/* Links */

a
{
    color: #e42738;
    text-decoration: underline;
}

a:hover
{
    color: #333333;
}

/* Custon classes */

.clearBoth
{
    clear: both;
    padding: 0;
    margin: 0;
}

.error
{
    color: #990000;
}
.mandatory
{
    color: #000;
}

.hiddenText Label
{
    display: none;
}


/* --- Loading for AJAX enabled features --- */

#loading
{
    position: absolute;
    width: 500px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px -150px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 20px;
}

#searching
{
}


div#helpText
{
    border: solid 1px black;
    background-color: #fffcaa;
    padding: 10px 5px 10px 5px; /*  margin: 0px 20px 0px 20px;*/
    display: none;
}

.HelpText p
{
    margin-bottom: 10px;
}

.ContactForm p
{
    margin: 5px 0px;
}

.ContactForm .TextField
{
    width: 150px;
}

#DynamicForm
{
    border: none; /* solid 1px black; */
}

#DynamicForm h2
{
    background-color: #f8f8f8;
    padding: 4px;
    margin: 10px 0px 10px 0px;
    border-bottom: solid 1px #d0d0d0;
}
#DynamicForm .checkbox
{
    border: none;
    background-color: Transparent;
}

#DynamicForm .submit
{
    background-color: #01A496;
    border: 1px solid #444444; /* #C4E1E0; */
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 3px;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

.ViewAllLink
{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid white;
}

/* --- Loading for AJAX enabled features --- */

.productTreeView th
{
    padding: 3px 5px 4px 5px;
    background-image: url(../img/bg_th.gif);
    clear: both;
}

.productTreeView th a
{
    font-size: 10px;
    color: #fff;
}

/* Search Start */			
.searchInputWrapper { margin: 15px 0 15px 0 }
.searchInputWrapper .searchInputs { background: #e0e0e0; padding: 20px }
.searchInputWrapper .searchInputs .searchColumnLeft { width: 280px; float: left; }
.searchInputWrapper .searchInputs .searchColumnRight { width: 341px; float: left; }

.searchInputs p { padding: 5px 0; }
.searchInputs label { width: 120px; float: left; line-height: 20px  }
.searchInputs p.buttonRow { padding: 0 0 0 120px; }

.clr { clear: both; }

.searchTabs { list-style-type: none; display: block; padding: 0 }
.searchTabs li { display: inline; }
.searchTabs li a { font-weight: bold; padding: 6px 10px; font: bold 10px/22px Arial; text-transform: uppercase; text-decoration: none; color: #000 }
.searchTabs li.active a { background: #E0E0E0; }
.searchTabs.white li.active a { background: #fff;}
                
.searchHelpText { background: #fff; padding: 20px; display: block; float: left; clear: both; width: 301px; }
.searchHelpText td { vertical-align: top; }
/* Search End */

/* Order details Start */
table.orderDetails { width: 100%; }
table.orderDetails tr.alt { background: #F8F8F8; }
table.orderDetails tr td { padding: 4px 0; }
            
table p.tableTextblock { padding: 0 20px; }
.informationBlock { font-weight: bold; color: #f00; padding: 10px; }
.informationBlock .redBox { border: 1px solid #f00; width: 10px; height: 10px; float: left; margin: 0 5px 0 0; }

table input.required, p.text input.required { border: 1px solid #f00; }
p.text label { font-weight:bold; }
            
.validationMessage { font-weight: bold; color: #f00; }
/* Order details End*/

.greyButton {
    background-color: #EEEEEE;
    border: 1px solid #C1C1C1;
    color: black;
    float: left;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
}
.standAloneMenu ul {        
    list-style-type:none;
    padding:0;
}
    
.standAloneMenu li {    
    display:block;
    float:left;
    width:220px;
    background-color:#01A496;
    color:#FFFFFF;
    margin-bottom:1px;
    margin-left: 0px;    
}

.standAloneMenu li a {    
    background-image:url(../img/bg_categoryarrow_main_full.gif);
    background-repeat:no-repeat;
    background-position: 0px 0;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:8px 10px 9px 15px;
    text-decoration:none;
    color: #333333;
}

.standAloneMenu li a:hover 
{
    background-position: 0px -60px;
    background-image:url(../img/bg_categoryarrow_main_full.gif);
    background-repeat:no-repeat;
    color: #000000;
}

.greenArrow li 
{
    background-color: #01A496 !Important;
}
.blueArrow li 
{
    background-color:#4382B7 !Important;
}



.pdfsContainer div.pdf { overflow: hidden; }
.pdfsContainer div.pdf a.pdfNameLink { line-height:19px; }
.pdfsContainer div a.imageLink { float: left; }
.pdfsContainer div a.imageLink img { padding-right: 5px;  }
.pdfsContainer .divPdfColumn { padding-right:20px; float: left; }
.pdfsContainer .clearBoth { clear: both; }

ul#settingsMenu
{
    list-style-type: none;
    padding:0;
}

ul#settingsMenu a
{
    line-height:30px;
    padding:4px 8px;
}

ul#settingsMenu li
{
    float: left;
}
ul#settingsMenu li.first
{
    border-right: 1px solid #B7B7B7;
}
ul#settingsMenu li.sel
{
    background-color: #F2F2F2;
}

.ss-wrapper { width: 360px; list-style-type: none; padding: 10px 0 0; }
.ss-signup, .ss-signin { background-image:url("../img/bg_categoryarrow_login_full.gif"); background-repeat:no-repeat; clear: both; float: left; text-decoration: none; background-color: #E9E9E9; color: #323232; padding:8px 10px 9px 15px; width: 335px; font-weight: bold; }
.ss-signup:hover, .ss-signin:hover { background-image:url("../img/bg_categoryarrow_login_full.gif"); background-position:0 -60px; background-repeat:no-repeat; color:#000000; background-color:#D1D1D1;}
.ss-signup span.helpicon, .ss-signin span.helpicon { float:right; cursor:help; text-decoration: none; color: #323232; }
.ss-signup span.text, .ss-signin span.text { float:left; }
.ss-form { float: left; clear: both; width: 360px; padding: 10px 0; }
.ss-menuitem { background: #969696; margin: 0 5px; padding: 5px 10px; color: #fff; text-decoration: none; font-weight: bold; width: 170px; }
.ss-wrapper li { margin-bottom: 10px; clear: both; float: left; }
.ss-menuitem.active { color: #000; }
.ss-form-button { background: #018e85; color: #fff; float: right; clear: both; border: none; padding: 5px 10px; font-size: 12px; font-weight: bold; cursor: pointer; margin:10px 11px 10px 0;}
.ss-fieldset { border: none; padding: 0; margin: 0 0 20px; }
.ss-fieldset h3 { color: #323232; font-weight: bold; margin: 0 0 5px 0; }
.ss-fieldset .ss-required-info { font-size: 11px; font-weight: normal; }
.ss-wrapper h2 { font-weight: bold; color: #2b2b2b; margin:10px 0; }
.ss-form label { width: 150px; float: left; line-height: 20px; }
.ss-form input.ss-text { width: 180px; border: 1px solid #6b6b6b; padding: 3px; margin-right: 3px; }
.ss-form select.ss-text { width: 188px; border: 1px solid #6b6b6b; padding: 3px; margin-right: 3px; }
.ss-form span.ss-text { font-weight: bold; }
.ss-form p { clear: both; margin: 0 0 5px 0; }
.ss-info { background-color:#F8F8F8; border-bottom:1px solid #D0D0D0; margin:10px 0; padding:4px; font-weight:bold; }
.ss-wrapper .checkbox-row input { float: left; margin: 2px 10px 0 0; }
.ss-wrapper .checkbox-row { padding-left: 150px; }

h2 .helpicon { float: right; }
.helpicon-textbox  
{
    cursor:help;
    display:block;
    float:left;
    margin: 1px 0 0px 5px;
    vertical-align:text-bottom;        
}



/* Accordion */
ul.accordion { width: 620px; list-style-type: none; padding: 0; margin: 0 0 30px; overflow: hidden; }
ul.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }   
    
/* First Level */
ul.accordion li { background: #029466; cursor: pointer; list-style-type: none; padding: 0 !important; margin: 0 !important; float: left; display: block; width: 100%;}
ul.accordion li a { text-decoration: none; border-bottom: 1px solid #017476; font: bold 1.1em/2em Arial, sans-serif; color: #fff; padding: 0 10px; display: block; cursor: pointer; background: url('open.gif') no-repeat center right;}
ul.accordion li div { cursor: default; padding: 20px; background: #eee; display: block; clear: both;  }
ul.accordion li div a { color: #333333; padding: 0 0px; }
ul.accordion li div span { cursor: auto; }
ul.accordion li div span a { cursor: pointer; color:#097BC4; font-weight:bold; border: none; display: inline; padding: 0px; line-height: inherit; text-decoration:underline; font-size:100%;  }
ul.accordion li div div { padding: 0px; }
ul.accordion li.active>a { background: url('close.gif') no-repeat center right; }   
    
/* Second Level */
ul.accordion li li { background: none repeat scroll 0 0 #01A496; }
ul.accordion li li a { color: #fff; }
ul.accordion li li div a { cursor: pointer; color: #E42738; text-decoration: underline; border-bottom: none; display: inline; }   
   
    
/* Third Level */    
ul.accordion li li li { background: none repeat scroll 0 0 #7CB296; }
ul.accordion li li li a { color: #fff; }
ul.accordion li li li div a { cursor: pointer; color: #E42738; text-decoration: underline; border-bottom: none; display: inline; }   

    
/* Links */    
ul.accordion li div a.pdf, 
ul.accordion li li div a.pdf,
ul.accordion li li li div a.pdf  { background:url('/images/pdf_small.gif') no-repeat center left; padding: 3px 3px 3px 20px; }
ul.accordion li div table a, 
ul.accordion li li div table a,
ul.accordion li li li div table a {
    line-height: 14px;
}

