/*

	Some classes were defined in icreate.css and content.css.
	Moved to here to hide them from editor's style list.

*/
/* classes were defined in icreate.css */

.bodycopy {
    font-size: 1.1em;
    color: #333333;
    line-height: 20px;
}

/* classes were defined in content.css */
/* Images
*************************************************************************************/
.clearleft {
    clear: left;
}
.last {
    border-bottom: solid 1px #ffffff;
}
.language {
    margin: 0px 0px 0px 4px;
    padding: 0px 0px 0px 0px;
    float: right;
   
}
.translate {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*float: right;*/
}
.plus {
    width: 15px;
    height: 15px;
    margin: 8px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
 
}
.minus {
    width: 15px;
    height: 15px;
    margin: 8px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

