/* CSS Document */

	
#imageBox {
		width:220px;
		height:315px;
		margin-top:20px;
		margin-left:10px;
		float:right;
	}
	.imgThumbLeft {
		float:left;
		width:100px;
		height:100px;
		margin:2px;
		clear:left;
		border:#CCCC00 solid 1px;
		padding:1px;
	}
	.imgThumbRight {
		float:right;
		width:100px;
		height:100px;
		margin:2px;
		clear:right;
		border:#CCCC00 solid 1px;
		padding:1px;
	}
	.imgCaption {
		clear:both;
		text-align:center
	}
	.price {
		color:#CCCC00;
		font-weight:bold;
		line-height:20px;
		padding-bottom:30px;
	}
	.description {
		width:400px;
		height:100%;
		padding:5px;
		margin: 20px;
		float:left;
	}
	.imgSm {
		border:#FFFFFF solid 1px;
		text-align:left;
	}
	h1 {
		color:#CCCC00;
		margin:0px;
		font-size:18px;
		font-weight:bold;
		text-indent:0px;
	}
	h2 {
		font-size:14px;
		margin:0px;
	}
	p {
		font-size:12px;
		line-height:14px;
		margin-top:10px;
		text-indent:0px;
	}
