/*------------------------------*/
/* MARGIN */
.mTop5 { margin-top:5px !important; }
.mTop10 { margin-top:10px !important; }
.mTop15 { margin-top:15px !important; }
.mTop20 { margin-top:20px !important; }
.mTop25 { margin-top:25px !important; }
.mTop30 { margin-top:30px !important; }
.mTop50 { margin-top:50px !important; }

.mLeft0 { margin-left:0px !important; }
.mLeft5 { margin-left:5px !important; }
.mLeft10 { margin-left:10px !important; }
.mLeft15 { margin-left:15px !important; }
.mLeft20 { margin-left:20px !important; }
.mLeft25 { margin-left:25px !important; }
.mLeft30 { margin-left:30px !important; }

.mRight0 { margin-right:0px !important; }
.mRight5 { margin-right:5px !important; }
.mRight10 { margin-right:10px !important; }
.mRight15 { margin-right:15px !important; }
.mRight20 { margin-right:20px !important; }
.mRight25 { margin-right:25px !important; }
.mRight30 { margin-right:30px !important; }

.mBottom5 { margin-bottom:5px !important; }
.mBottom10 { margin-bottom:10px !important; }
.mBottom15 { margin-bottom:15px !important; }
.mBottom20 { margin-bottom:20px !important; }
.mBottom25 { margin-bottom:25px !important; }
.mBottom30 { margin-bottom:30px !important; }

.mCenter { margin:0 auto; }

/*------------------------------*/

/*------------------------------*/
/* PADDING */
.pTop5 { padding-top:5px !important; }
.pTop10 { padding-top:10px !important; }
.pTop15 { padding-top:15px !important; }
.pTop20 { padding-top:20px !important; }
.pTop25 { padding-top:25px !important; }
.pTop30 { padding-top:30px !important; }

.pLeft0 { padding-left:0px !important; }
.pLeft5 { padding-left:5px !important; }
.pLeft10 { padding-left:10px !important; }
.pLeft15 { padding-left:15px !important; }
.pLeft20 { padding-left:20px !important; }
.pLeft25 { padding-left:25px !important; }
.pLeft30 { padding-left:30px !important; }

.pRight5 { padding-right:5px !important; }
.pRight10 { padding-right:10px !important; }
.pRight15 { padding-right:15px !important; }
.pRight20 { padding-right:20px !important; }
.pRight25 { padding-right:25px !important; }
.pRight30 { padding-right:30px !important; }

.pBottom5 { padding-bottom:5px !important; }
.pBottom10 { padding-bottom:10px !important; }
.pBottom15 { padding-bottom:15px !important; }
.pBottom20 { padding-bottom:20px !important; }
.pBottom25 { padding-bottom:25px !important; }
.pBottom30 { padding-bottom:30px !important; }

.pad10 { padding:10px !important; }

.no-bg-img {
    background-image: none !important;
}

/*------------------------------*/

/*------------------------------*/
/* FLOAT */
.fleft { float:left !important; }
.fright { float:right !important; }
.clear { clear:both; }
/*------------------------------*/

/*------------------------------*/
/* TEXT ALIGN */
.left { text-align:left !important; }
.center { text-align:center !important; }
.right { text-align:right !important; }
/*------------------------------*/

/*------------------------------*/
/* VERTICAL ALIGN */
.top { vertical-align:top !important; }
.middle { vertical-align:middle !important; }
.bottom { vertical-align:bottom !important; }
/*------------------------------*/

/*------------------------------*/
/* TEXT */
.bold { font-weight:bold !important; }
.normal { font-weight:normal !important; }
/*------------------------------*/

/*------------------------------*/
/* DISPLAY */
.displayNone { display:none !important; }
/*------------------------------*/

/*------------------------------*/
/* WIDTH */
.widthAuto { width:auto !important; }
/*------------------------------*/











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

#globalSearch {
    position: relative;
}
.global-search-now {
    color: #808080;
    position: absolute;
    top: 7px;
    right: 11px;
    line-height: 27px !important;
    padding: 0px 7px;
    display: block !important;
    background-color: #FFF;
}