

.wrap
{ 
  margin: 8px;
 }

.debug
{
  border: solid 1px red;
  }

.full
{ 
  width: 100%;
  clear: both;
 }

.left
{ 
  float: left;
 }

.right
{ 
  float: right;
 }

.a-right
{ 
  text-align: right;
  border: solid 1px red;
 }


.pointer
{  
  cursor: pointer;
  }

.on
{ 
  display: block;
 }

.off
{ 
  display: none;
 }

.wauto
{ 
  width: auto !important;
 }

.w2
{ 
  width: 42px !important;
 }

.w3
{ 
  width: 80px !important;
 }

.w4
{ 
  width: 55px !important;
 }

.w5
{ 
  width: 40px !important;
 }

.w6
{ 
  width: 131px !important;
 }

.w15
{ 
  width: 210px !important;
 }

.w20
{ 
  width: 322px !important;
 }