.ssEditFormFields{
	display:inline;
	float:left;
	padding-left:0;
}

.imageContainer{
	display:inline;
	float:left;
}

.ssPlaceHolder{
	height:100px;
	background-color: #FEF5CA;
	border: thin dashed black;
    position:relative;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.ssEditLi{
	border: thin solid black;
	padding: 5px;
	background-color: #FEF6E4;
	margin-bottom: 5px;
    position:relative;
    float:left;
}

#ssEditList{
    position:relative;
    float:left;
}

#pictureSlideShowContainer{
	margin-bottom: 8px;
	z-index: 20;
}

#pictureSlideShowList{
	margin:auto;
        /* margin: 0px; */
}

.categoryCheck{
    width:auto !important;
}

.expandAllTopicsButton{
    width:100px !important;
    padding:5px 8px;
    background:url(/themes/admin_styles/img/admin_btn_grey.png) 0px 0px repeat-x;
    display:block;
    border:1px solid #b1b0b0;
    color:#222;
    text-shadow: 1px 1px #f5f5f5;
    cursor:pointer;
    line-height:normal;
    margin-left:0px;
    font-size:11px;
    float:left;
}
.expandAllTopicsButton:hover {
    background:url(/themes/admin_styles/img/admin_btn_grey.png) 0px -24px repeat-x;
}

.itemContent input{
    width:auto;
}

#topicList{
    display:block;
    float:left;
    width:100%;
}

