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

.ProductWindow {
	background-color: #FFFFFF;
	height: 398px;
	width: 684px;
	left: 2px;
	top: 2px;
	visibility: visible;
	border: 6px solid #000000;
	position: absolute;
}
.ProductWindowTenPixelPadding {
	padding: 10px;
	width: 664px;
	height: 378px;
}

.ProductWindow4x4Quarter {
	height: 197px;
	width: 339px;
	border: 2px solid #000000;
	position: absolute;
	visibility: visible;
}

.ProductWindow4x4UpperLeft {
	left: 0px;
	top: 0px;
}
.ProductWindow4x4UpperRight {
	top: 0px;
	left: 342px;
}.ProductWindow4x4LowerLeft {
	left: 0px;
	top: 199px;
}.ProductWindow4x4LowerRight {
	top: 199px;
	left: 342px;
}
.ProductWindow2x1Picture {
	height: 348px;
	width: 400px;
	top: 0px;
	left: 0px;
	padding: 25px;
	float: left;
}
.ProductWindow2x1Details {
	width: 226px;
	padding: 2px;
	height: 394px;
	left: 450px;
	top: -3px;
	float: right;
	position: absolute;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.ProductWindow2x1DetailsIframe {
	width: 215px;
}

.ProductWindow4x4Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #993300;
	padding: 0px;
	float: left;
	width: 160px;
	list-style-image: url(../images/bullets/paw.jpg);
	text-align: center;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	left: 5px;
	margin-bottom: 5px;
	position: absolute;
}
.ProductWindow4x4Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	margin: 5px;
	float: left;
	width: 155px;
	position: absolute;
	top: 60px;
	left: 5px;
}
