
#contentframeBottom{
	clear:both;
	background-color:#333;
	width:900px;
}
#contentframeBottom h3{
	padding:10px;
	font-size:100%;
}


#preview.cols2Container2{
	width:900px;
}
#preview li.previewImageContainer{	
	width:65%;
	background-color:#999;
	text-align:center;
	float:left;
}
#preview li.previewImageContainer img{	
}
#preview li.previewContentContainer{
	color:#fff;
	padding-top:10px;
	width:30%;
	float:right;
}
#preview li.previewMoreContentContainer{
	color:#333;
	clear:both;
	width:100%;
	border-top:1px solid white;
}
#preview li.previewMoreContentContainer div.container_inner{
	padding:10px;
}
#preview li.previewMoreContentContainer h1{
	color:#333;
	font-size:160%;
}
#preview li.previewMoreContentContainer p{
	color:#222;
	font-size:110%;
	margin-bottom:10px;
}
.previewContentContainer h1{
	color:#333;
	border-bottom:2px dotted #fff;
}
.previewContentContainer h2{
	color:#333;
	border-bottom:2px dotted #fff;
	margin-bottom:10px;
}
.previewContentContainer h3{
	color:#333;
	font-size:110%;
	margin-top:10px;
}
.previewContentContainer p{
	color:inherit;
}
.previewContentContainer ul{
	color:inherit;	
}
.previewContentContainer li{
	color:inherit;
}
.previewContentContainer li:hover{
	color:#111;
}
.previewContentContainer a{
	color:inherit;
}
#productSpecification{
	width:100%;
}
#productSpecification td.specificationLabel{
	width:55%;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
}
#productSpecification td.specificationText{
	width:40%;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	text-align:right;
}
#productSpecification .productPrice{
	font-family:helvetica;
	text-align:right;
	font-size:130%;	
}

#productDetails{
	width:100%;
	margin-bottom:10px;
}
#productDetails td.specificationLabel{
	width:30%;
	margin-top:10px;
	margin-bottom:10px;
	color:#111;
}
#productDetails td.specificationText{
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
	color:#111;
	text-align:left;
}

#shoppingCartControl{
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}