

#wrapBody #leftContent
{
  float: left;
  width: 290px;
  margin-top: 40px
}

#wrapBody #leftContent ul
{
list-style-type: disc;
margin:0 0 0 15px;
}

#wrapBody #rightContent
{
  float: left;
  width: 570px;
  margin-top: 40px;
}

div#categoryTitle,
div#currentInventory
{
  position:relative;
  height:55px;
}
div#categoryTitle
{
  position:relative;
  height:15px;
  top:20px;
}
div#currentInventory
{
  padding-left:20px;
}

#wrapBody #leftContent #categoryTitle h1
{
  position:absolute;
  margin:0;
  bottom:30px;
  font-size:20px;
  color: #003266;
  font-weight: bold;
}

#wrapBody #rightContent #currentInventory h1
{
  position:absolute;
  margin:0;
  bottom:30px;
  font-size:14px;
  font-weight:bold;
  color:#12100A;
}

.catalogItem
{
  height: 120px;
  width: 265px;
  margin-bottom:20px;
  float:left;
  padding-left: 20px;
/*  text-transform:capitalize; */
}

div#spacer
{
  width: 250px;
}

.catalogItem .img_details_view {
  float: left;
  margin-right: 10px;
  margin-top:-2px;
	text-align: center;
}

.catalogItem img {
  padding: 2px;
  border: 1px solid #CFCECF;
  background-color: #FFF;
}

.catalogItem a
{
  text-transform:lowercase;
  font-weight:bold;
}

.asset_id {
	color: #fff;
	background-color: #042653;
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
}

.price
{
  color: #be2f2f;
  font-weight:bold;
  line-height:1.5em;
}

.product_status {
	color: #be2f2f;
	line-height: 1.5em;
}

.product_status_wow {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #be2f2f;
	line-height: 1.5em;
}

.productDescription
{
  font-weight:bold;
}

div#noInventoryMsg
{
 	margin: 20px 20px 0 50px;
  font-size:1.5em;
  font-weight:bold;
}

#generators #wrapNav ul li#gens a
{
  margin: 0;
  width: 82px;
  color: #80bfff;
  background: transparent url(../images/navMain-hover.jpg) no-repeat 30px 0
}

#engines #wrapNav ul li#engs a
{
  margin: 0;
  width: 60px;
  color: #80bfff;
  background: transparent url(../images/navMain-hover.jpg) no-repeat 20px 0
}

#parts #wrapNav ul li#parts a
{
  margin: 0;
  width: 143px;
  color: #80bfff;
  background: transparent url(../images/navMain-hover.jpg) no-repeat 65px 0;
}

#other #wrapNav ul li#other a
{
  margin: 0;
  width: 122px;
  color: #80bfff;
  background: transparent url(../images/navMain-hover.jpg) no-repeat 55px 0;
}

select
{
 	width: 140px;
}
