.clearAfter:after
{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearAfter
{
  display: inline-block;
}

/* Hides from IE5/Mac \*/
* html .clearAfter
{
  height: 1px;
}
.clearAfter
{
  display: block;
}
/* End hide from IE5/Mac */

#specialsHolder
{
  z-index: 1;
}

#nvgMakes
{
  width: 400px;
  padding: 0;
  margin: 0;
}

#nvgMakesMenu
{
  display: none;
  position: absolute;
  z-index: 16;
  top: 0;
  left: 305px;
  width: 140px;
  margin: 0;
  padding: 0;
  background: transparent;
}

#nvgMakesMenu #nvgMakesMenuEdge
{
  background: #dde;
  margin: 0;
  padding: 2px 4px;
  width: 130px;
}

#nvgMakesList
{
  margin: 10px;
}

#nvgMakesMenu #nvgMakesList
{
  margin: 0;
  padding: 0 4px;
}

div.nvgMakeButton
{
  float: left;
  width: 120px;
  height: 20px;
  margin: 1px;
  padding: 0;
  border: 1px solid #666;
  background-color: #f6f6f6;
  background-image: url('/dcm-images/nvgReloaded/nvgMakeButton.png');
  background-repeat: repeat-x;
}

#nvgMakesMenu div.nvgMakeButton
{
  margin: 2px 0;
}

div.nvgMakeButton:hover
{
  background-color: #ccf;
  background-image: url('/dcm-images/nvgReloaded/nvgMakeButtonHover.png');
  background-repeat: repeat-x;
}

div.nvgMake
{
  padding: 2px;
  text-align: center;
  cursor: pointer;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
}

div.nvgMakeName
{
  width: 450px;
  margin: 15px 10px;
  padding: 3px 0;
  border-bottom: 3px double #333;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  text-align: left;
}

#nvgModels
{
  position: relative;
  z-index: 2;
  width: 550px;
  text-align: left;
}

div.nvgType
{
  position: relative;
  width: 100%;
  margin: 10px 0 5px 10px;
  clear: both;
}

div.nvgTypeName
{
  width: 450px;
  color: #666;
  font-size: 17px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  border-bottom: 2px dotted #999;
  margin-bottom: 7px;
}

div.nvgModel
{
  position: relative;
  width: 147px;
  float: left;
  margin-bottom: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

img.nvgModel
{
  width: 100px;
  height: 62px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #aaa;
}

div.nvgModelStyles, #nvgColours
{
  position: absolute;
  left: 0;
  top: 98px;
  z-index: 32;
  width: 300px;
  margin-top: -17px;
  background: transparent;
  text-align: left;
}

#nvgColours
{
  top: 16px;
  left: 4px;
}

div.nvgModelStylesEdge, #nvgColoursEdge
{
  background: #333;
  margin: 0;
  padding: 0 5px;
}

div.nvgModelStylesDataEdge, #nvgColoursDataEdge
{
  background: #fff;
  margin: 0;
}

div.nvgModelStylesData, #nvgColoursData
{
  min-height: 250px;
  background: #fff;
  padding: 5px;
}

div.nvgModelStylesMenu ul, li.nvgModelStylesMenuItem, #nvgColoursMenu ul, #nvgColoursMenuClose
{
  list-style-type: none;
  margin: 0;
  padding:0;
}

div.nvgModelStylesMenu ul, #nvgColoursMenu ul
{
  padding: 0;
}

#nvgColoursMenu ul
{
  height: 23px;
}

div.nvgModelStylesMenu li, #nvgColoursMenuClose
{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
}

li.nvgModelStylesMenuItem, li.nvgModelStylesMenuItemSelected
{
  float: left;
  width: 50px;
  margin-right: 3px;
  padding-bottom: 3px;
  color: #333;
}

li.nvgModelStylesMenuItem
{
  background: #ddd;
  border-bottom: 1px solid #333;
}

li.nvgModelStylesMenuItemSelected
{
  background: #fff;
  border-bottom: 1px solid #fff;
}

li.nvgModelStylesMenuClose, #nvgColoursMenuClose
{
  float: right;
  width: 20px;
  color: #f00;
  background: #ddd;
  border-bottom: 1px solid #333;
  padding: 0;
  font-stretch: wider;
}

div.nvgModelYear div.nvgModelName, div.nvgColoursHeading
{
  font-size: 17px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  margin: 8px 0;
}

div.nvgColoursHeading
{
  border-bottom: 1px dotted #666;
}

div.nvgModelStylesHeading
{
  margin: 2px 0;
}

div.nvgModelStylesHeadingContent
{
  background: #ccc;
  border: 1px solid #333;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 2px;
  cursor: pointer;
}

div.nvgModelStylesHeadingContent img
{
  margin: 0 2px;
  padding: 0;
  border: 0 none;
  vertical-align: text-bottom;
}

div.nvgModelTrim
{
  margin: 10px 0 0 0;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

table.nvgModelStyles
{
  width: 268px;
  border: 0;
  border-collapse: collapse;
  font-size: 11px;
  margin: 0 0 0 10px;
  padding: 0;
}

table.nvgModelStyles tr
{
  cursor: pointer;
}

table.nvgModelStyles tr:hover
{
  background: #eef;
}

table.nvgModelStyles td
{
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #666;
}

table.nvgModelStyles td.msrp
{
  width: 49px;
  text-align: right;
}

div.nvgColourSwatch
{
  margin: 0;
  padding: 0;
  cursor: pointer;
}

div.nvgColourSwatch:hover
{
  background: #ccf;
}

div.nvgColourSwatch img
{
  width: 28px;
  height: 28px;
  margin: 4px;
  padding: 0;
  border: 1px solid #000;
  vertical-align: middle;
}
