
.product-block {
		padding-top: 2.5em;
		padding-left: 1.5em;
	}

.product-info img.product-image {
		background-color: #f9f9f9;
		border-color: #cecece;
		border-width: 1px;
		border-style: solid;
		padding: .5em;
		float: left;
	}

.product-text {
		margin-left: 230px;
	}.product-text h2 {
		line-height: 1em;
		text-shadow: 0px 2px 2px #797979;
		color: white;
		padding-bottom: 0.5em;
		font-size: 2em;
	}

.product-text p {
		clear: right;
		padding-bottom: 1em;
		line-height: 1.3em;
	}

.product-text form {
		margin-bottom: 1em;
		width: 23em;
		float: right;
		color: #264a83;
	}

.product-text ul {
		padding-bottom: 1em;
	}

.product-text ul li ul {
		clear: both;
	}

.product-text ul li ul li.first {
		font-weight: bold;
		padding-right: .5em;
		text-align: right;
		width: 6em;
	}

.product-text ul li ul li {
		float: left;
	}

#related {
	padding: 1em 0 1em 1.5em;
	margin: 3em 0;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#b0b0b0));
	background:-moz-linear-gradient(left , #f0f0f0, #b0b0b0);
}
	
#related h3 {
	font-size: 150%;
	color: #999;
	text-shadow: 0 1px 1px #333;
	font-weight: 100;
	margin-bottom: 0.6em;
}

#related .relatedProducts {
	height: 230px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 534px;
}

#related ul.relatedList {
	height: 210px;
	position: relative;
	width: 1300px;
}

#related li {
	float: left;
	width: 120px;
	font-size: 88%;
	text-align: center;
}

#related li a {
	color: #333;
	text-decoration: none;
}

#scroll {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #B0B0B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#b0b0b0));
	background:-moz-linear-gradient(top , #999, #b0b0b0);
	border: 1px solid #ccc;
	height: 16px;
	position: relative;
	padding: 1px;
}

.scrollInner {
	height: 16px;
}

#scroll .handle {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: #B0B0B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#b0b0b0));
	background:-moz-linear-gradient(top , #e2e2e2, #b0b0b0);
	border: 1px solid #666;
	height: 14px;
	width: 100px;
	position: absolute;
	top: 1px;
	left: 1px;	
}

/* TAGS! */

#tagList {
	margin: 2em 0 0 0;
}

#tagList li {
	width: 33.3%;
	height: 3.5em;
}
#tagList li a {
	text-decoration: underline;
	color: #164584;
}

#tagList li a:hover {
	color: #333;
}
