#content{
	padding-left: 100px;
	width: 680px;
	font-size: 15px;
}

table{
	margin-top: 30px;
	text-align: center;
}

thead{
	font-weight: bold;
}

.ifnoscript{
	display: table-cell; 
}
#detailsBkg{
	display: none;
	position: absolute;
	width: 100%;
	background-color: #000000;
	top: 0px;
	left: 0px;
	height: 100%;
	opacity: 0.7;
	filter:alpha(opacity=50);
	z-index: 1;
}
#details{
	display: none;
	position: fixed;
	background-color:black;
	width:490px;
	left: 50px;
	top: 50px;
	border-color: #f3af28;
	border-width: 10px;
	border-style: outset;
	z-index: 2;
	color: #f3af28;
}
	

#model{
	color: #f3af28;
	text-align: left;
	position: relative;
	top: 0px;
	font-size: 15px;
	width: 330px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 11px;
	float: left;
}
#detailsDesc{
	font-size: 11px;
	font-weight: bold;
	color: #f3af28;
	padding-top: 3px;
}

#detailsHead{
	height: 40px;
}

#detailsImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#details button{
	color: #f3af28;
	background-color:black;
	border: none;
	font-weight: bold;
}

#detailsImage{
	border-bottom: solid 2px #f3af28;
	border-top: solid 2px #f3af28;
}

#detailsNavBtnPrev{
	float: left;
}
#detailsNavBtnNext{
	float: right;
}
#detailsNav{
	width: 100%;
	height: 20px;
}
#detailsBtnClose{
	float: right;
	cursor: pointer;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	width: 140px;
}
tr,td{
	height: 85px;
}
