/*********************************/
/******* Specifications **********/
/*********************************/
.specifications {
	position: relative;
	background: #f5f9fa url(../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/img/bgr_block_left.gif) repeat-x  0 33px;
}
.specifications span.icon {
  width: 23px !important;
  height: 13px !important;
  padding-top: 7px !important;
  text-indent: 0 !important;
}
.specifications a.button {

	display: block;
	width: auto;
	padding: 3px 5px;
	background-color: #ebf2f6;
	border: 1px solid #a9c9df;
	color: #333;
	font-size: 10px;
}
.specifications p {
	position: relative;
	margin: 1px 0 0 0;
	_margin: -1px 0 0 0;
	padding:10px;
	font-size: 12px;
	background: #c5dcec;
	border-bottom: 1px solid #a0c4dd;
}
.specifications p em.gray {
  display: block;
  color: #666;
  font-style: normal;
}
.specifications img {
	display: inline;
}
.specifications img.bullet {
	padding-bottom: 1px;
}
.specifications em {
	font-style: normal;
	color: #769cb6;
}
.specifications li {
	padding: 5px 10px;
	border-bottom: 1px solid #a9c9df;
}
.specifications li:hover {
	background-color: #e5eef4;
}
.specifications li.label {
	margin-top: 1px;
	_margin-top: 0;

	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #a0c4dd;
}
.specifications li.last {
	padding-bottom: 0;
	border-bottom: none;
}
.specifications li strong {
	display: block;
}
.specifications li strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.specifications a {
	color: #1f699d;
}
.specifications a:hover {
	color: #ff671c;
}
.specifications p a:hover {
	display: inline !important;
	float: none !important;
}
.specifications li ul.submenu li {
	margin-top: 5px;
	padding: 6px 0 0 0;
	background:  url(../AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/img/border_1.gif) repeat-x top left;
	border-bottom: none;
}
.specifications li ul.submenu li.first {
	margin-top: 0;
	padding: 0;
	border-top: none;
	background: none;
}
.specifications li ul.submenu strong {
	width: 170px;
	padding-left: 0;
	color: #999;
  font-weight: normal;
	background: none;
}
.specifications li ul.submenu li ul {
	float: left;
  width: 310px;
	padding-left: 10px;
	border-left: 1px solid #dae5ee;
}
.specifications li ul.submenu li ul li {
	margin-top: 0;
	padding: 0;
	border-bottom: none;
	border-top: none;
	background: none;
}
.basic li img {
	vertical-align: middle;
}
.specifications small.average {
  color: #888;
  float: right;
  margin-top: -14px;
}
.specifications span.gray {
  color: #999;
}
