/* Goodrich styles April 2008 */

@import url(default.css);
@import url(layout.css);
@import url(typo.css);
@import url(navigation.css);
/*
*/

/* Functions hidden from use */
#secHome #contentColumn4 { /* home page list of different lightboxes */
	display: none;
}
#lightboxList { /* listing of different lightboxes */
	display: none;
}
#lightboxMove { /* function to move images to other lightboxes */
	display: none;
}
#secFavorites #tools { /* tools for adding, deleting, renaming lightboxes */
	display: none;
}
#campaignSelect{ /* tool for searching specific campaigns */
	display: none;
}

/* search category selectors */
#category5, #category6, #category7,#category8, #category9, #category10 {
	display: none;
}
/* hide basket and orders 
#subNav #subLink4, #subNav #subLink5 {
	display: none;
}
#function #basketAdd {
	display: none;
}*/

/* tab styles */
.mootabs_title {
        float: left;
        display: block;
        width: auto;
        list-style-image: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}
.mootabs_title li {
        float: left;
        display: block;
        width: 100px;
        text-align: center;
        padding: 4px 10px;
        margin: 0 4px 0 0 ;
        cursor: pointer;
        color: #DDEAEA;
        border-top: #DDEAEA 1px solid;
}
.mootabs_title li.active { /* visible tab */
        border-bottom: #fff 1px solid;
}
.mootabs_title a {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
}

/* panel styles */
.mootabs_panel {
        display: none;
        position: relative;
        width: 100%;
        clear: both;
        overflow: auto;
        background-color: #fff;
        border: none;
}

.mootabs_panel.active { /* visible panel */
        background-color: #fff;
        display: block;
}
.mootabs_panel h1, .mootabs_panel h2, .mootabs_panel h3, .mootabs_panel h4, .mootabs_panel p {
}
.mootabs_panel h1 {
        margin-top: 10px;
}

.user_panel {
        float:left;
        display: none;
}

/*_______________________________________________
* 09/08/2010 - adding in to accommodate aec style
*/

div .goodrich_aec .resultStatus, div .goodrich_aec .stripe {
  background:none repeat scroll 0 0 #CCEEEE;
}

.goodrich_aec th {
  color: #878787;
}

