/*
 *  browser Hacks
 */


.ns_float_wrap
{

}

.ns_co_float_wrapper
{
    float: 					left; 
    width: 					100%;
}

/*
 *  global class styles for common use
 */


.span_5px
{
	padding: 				0 4px 0 3px;
}

.span_5px_20px
{
	padding: 				0 19px 0 3px;
}

.space_1
{
    height:                 7px;
    line-height:            1px;
    font-size:              1px;
    background:             none;
}

.no_list_style
{
	list-style-type: 		none;
}
.right
{
    text-align: 			right;
}

.left
{
    text-align: 			left;
}

.clear
{
    clear: 					left;
    clear: 					right;
    clear: 					both;
    font-size:              1px;
    line-height:            1px;
}

.bold
{
    font-weight: 			bold
}

.normal
{
    font-weight: 			normal;
}

.invisible
{
  display: 					none;
}

.offscreen
{
  position: 				absolute;
  left: 					-1000px;
}