/* product page  */
#productleft
{
	float:								left;
	width:								250px;
}

#productright
{
	position:							absolute;
	left:									260px;	
	width:								320px;
}

.mainphoto
{
	width:								220px;
	height:								144px;
	overflow: hidden;
	background-repeat:		no-repeat;
	background-position:	center;
}

#productcontent strong, #productcontent b
{
	color:								#0079C2;
}

.background-blue
{
	background-color:			#005CA5;
}
.cell_over
{
	background-color:			#CCECFC;
}

/* Book CSS */
#productprices
{
	clear:								both;
	padding-top:					10px;	
}
#productprices a
{
	color:								#0079C2;
}

#bookpriceoverview label, #bookinsurances label
{
	float:								left;
	width:								150px;
	font-weight:					bold;
}
#bookpriceoverview div
{
	text-align:						right;
	width:								270px;
}

#booktravellers
{
	clear:								both;
	margin-top:						15px;
}
#booktravellers input, #booktravellers select
{
	border:								1px solid #7F9DB9;
}
