/* 
  PRICE GRID STYLING
  These are the style elements for the sales units grid.
  Make sure you include a call to the 'grid.css' file on your main page
  Or indeed any page you wish to load the grid
*/
#ns_wrapper {
 text-align:center;
 width:100%;
}
#ns_grid {
 text-align:center;
 width:300px;
 margin:0 auto;
 border:0px solid black;
 padding:0px;
 background:black;
 border-bottom: none; 
}
.ns_head_cell1 {
 text-align: center;
 width: 40%;
 font-size:14px;
 font-family: arial,verdana,san-serif;
 text-decoration: none;
 font-weight: bold; 
 color: white;
 background: red;
 border-bottom: none; 
}
.ns_head_cell2 {
 text-align: center;
 width: 60%;
 font-size:14px;
 font-family: arial,verdana,san-serif; 
 text-decoration: none;
 font-weight: bold; 
 color: white;
 background: red;
 border-bottom:none;
}
.ns_data_cell1 {
 text-align: center;
 width: 40%;
 font-size:13px;
 font-family: arial,verdana,san-serif;
 padding:0px;
 border:0px solid #CFCFCF;
 color:#000;
 background: white;
}
.ns_data_cell2 {
 text-align: center;
 width: 60%;
 font-size:13px;
 font-family: arial,verdana,san-serif; 
 padding:0px;
 border:0px solid #CFCFCF;
 color:#000;
 background: white;
}
.ns_data_current1 {
 text-align: center;
 width: 40%;
 font-size:13px;
 font-family: arial,verdana,san-serif;
 font-weight: bold; 
 padding:0px;
 border:0px solid #CFCFCF;
 color:#000;
 background: yellow;
}
.ns_data_current2 {
 text-align: center;
 width: 60%;
 font-size:13px;
 font-family: arial,verdana,san-serif;
 font-weight: bold;  
 padding:0px;
 border:0px solid #CFCFCF;
 color:#000;
 background: yellow;
}
