/*
 *  browser Hacks
 */

.ns-float-wrap
{

}

.ns-co-float-wrapper
{
    float: 					left; 
    width: 					100%;
}

/*
 *  global class styles for common use
 */


.leftfloat
{
    width: 50%;
    float:                  left;
}

.no-list-style
{
	list-style-type: 		none;
}
.right
{
    text-align: 			right;
}

.left
{
    text-align: 			left;
}

.clear
{
    clear: 					both;
    font-size:              1px;
    line-height:            1px;
}

.block
{
	display:               block;
}

.inline
{
	display:               inline;
}
.bold
{
    font-weight: 			700;
}

.normal
{
    font-weight: 			400;
}

.invisible
{
  display: 					none;
}

.offscreen
{
  position: 				absolute;
  left: 					-1000px;
}