/* CSS Document */
#producttitle{
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-weight: bold;
}

.productheader{
	width: 150px;
	background-color: #0046B7;
	float: left;
	padding: 2px;
}

p.productheader {
	color: #ffffff;
	}


#productauthor{
	font-size: 13px;
	text-align: center;
	width: 100%;
	margin:0px;
	padding: 0;
	font-weight: bold;
}
#productdescription{
	font-size: 13px;
	text-align: left;
	width: 90%;
	margin:10px auto 10px;
	padding: 0;
}
#productinfobar{
}
#productpages{
}
#producttype{
}
