#title
{
  font-size:16px;
  text-align:center;
  color:#9eaea5;
  margin-bottom:0;
  padding-bottom:0;
}

#subtitle
{
  margin-bottom:3px;
  text-align:center;

}

#moreProducts
{
  float:left;
  margin-right:10px;
  width:120px;
}

#moreProducts h3,#productOptions h3
{
  margin:0 0 5px 0;
  padding:0;
  font-size:15px;
  color:#aebed5;
}

#moreProducts ul
{
  margin:5px 0 0 0;
  padding:0;
}

#moreProducts li
{
  margin:5px 0 0 0;
  padding:0;
  display:block;
  list-style:none;
}

#moreProducts li a:hover
{
  color: #b4112b;

}


#productMain
{
  float:left;
  width:390px;
  overflow:hidden;
}

#productOptions
{
  float:left;
  width:150px;
  margin-left:20px;

}

.shortDescription
{
  margin: 10px 0 0 0;
}

.description
{
}

.description .inner
{
  padding:4px;

}


.description h4
{
  float:right;
  margin:0;
  padding:0;
  border-left:0px;
  padding: 4px 2px 0px 2px;
  height:21px;
  font-weight:normal;
  color:#a32030;
  margin-left:2px;
  background-image:url("../../images/tab_bg.png");
}

#tabsHolder
{
  border-bottom:1px solid #97afc7;
  height:25px;

}


#tabsHolder h4.current
{
  font-weight:bold;
  background-image:url("../../images/tab_current_bg.png");

}


#tabsHolder:after
{
  display:inline;
  content:'.';
  clear:both;
  visibility:hidden;

}


.tabContent
{
  display:none;
  background-color:#f9f9f9;
}




