@charset "UTF-8";
/* CSS Document */

#hardwarecontent img {
	float: left;
	width: 140px;
	margin: 10px;
}

h5 {
	clear: both;
}
#pimg {
	z-index: 999999;
	display: none;
	position: absolute;
	background-color: #666;
	border-style: solid;
	border-color: #999;
}
#pimg_large {
	z-index: 999999;
	display: none;
	position: absolute;
	background-color: #666;
	border-style: solid;
	border-color: #999;
	margin-top: -200px;
}
#pimg h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 10px;
	border: 3px solid #999;
	background-color: #eeeeee;	
}

.wrap {
	width: 366px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 436px;
	top: -3px;
	height: 226px;
}


.images {
	background-color: #666;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 20px;
}
.go_back {
	left: 0px;
	bottom: 0px;
	position: absolute;
	padding: 5px;
}
.go_back a {
	display: block;
	color: #EEE;
	text-decoration: none;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
}
