@import url(shared.css);



#nav2 img, #itemImages img {
	border: 1px solid #333;
}

#content  h3 {
	margin: 0!important;
}


#nav2 {
	min-height: 1px;
	background: #f5f5eb;
	padding-left: 29px;
}
#nav2:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #nav2 {height:1px}

#nav2 h2 {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
}
#nav2 li {
	position: relative;
	float: left;
	width: 95px;
	margin-bottom: 5px;
}
#nav2 li.last {
	width: auto;
}
#nav2 a {
	display: block;
	width: 62px;
	height: 104px;
	text-decoration: none;
}
#nav2 a:hover {
	position: relative;
}
#nav2 br, #nav2 em {display: none}
#nav2 a:hover em {
	display: block;
	position: absolute;
	left: 0;
	top: 76px;
	width: 180px;
	padding: 4px 3px 1px 2px;
	background: url(../imgs/nav2Arrow.gif) no-repeat #666;
	color: #fff;
	line-height: 1.2;
	cursor: pointer;
	z-index: 10;
	font-style: normal;
}
#nav2 img {
	display: block;
}
#nav2 li.last a:hover em {
	left: -125px;
	background-position: 160px 0;
	background-repeat: repeat-x
}


#itemImages {
	position: relative;
	margin-top: 7px;
	clear: both;
	background: #f5f5eb;
	height: 330px;
	padding-left: 18px;
}
#itemImages h2 {
	margin: 0;
	padding-top: 10px;
}
#itemImages p {
	position: absolute;
	left: 18px;
	top: 44px;
	margin: 0;
}
#itemImages div {
	position: absolute;
	left: 247px;
	top: 44px;
	width: 610px;
	height: 266px;
	overflow: auto;
	white-space: nowrap;
}
#itemImages img {
	margin-right: 20px;
}



#itemData {
	margin-bottom: 8px;
	background: #f5f5eb;
	min-height: 1px;
}
#itemData:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #itemData {height: 1%;}
/* End hide from IE-mac */

#itemData ul {
	position: relative;
	left: 22px;
	float: left;
	width: 384px;
	padding-bottom: 3em;
}
#itemData .col1 {
	margin-right: 50px;
}
#itemData li {
	position: relative;
	border: solid #9a9a92;
	border-width: 1px 0;
	margin-top: -1px;
	padding-left: 108px;
	min-height: 1.8em;
}
* html #itemData li {
	height: 1.8em;
}
#itemData h3 {
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 1.2em;
}
*:first-child+html #itemData h3 {
	top: 5px;
}
* html #itemData h3 {
	top: 5px;
}
#itemData p {
	margin: 2px 0;
}

