/*- --- ---- ---- ---- ---- --*/
/*- --- Item info tables --- */

.racket th {
	text-align: left;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	font-weight: bold;
}
.racket td{
	border-style:hidden;
	border-width:0;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	text-align: left;
}

/*- --- ---- ---- ---- ---- --*/
/*- --- Shop navigation --- */

.navigation {
	color: #4C7C8F;
}


.price {
	margin-bottom:1em;
}

.offer_campaign {
	color:#B00000;
	font-weight:bold;
}

/*- --- ---- ---- ---- ---- --*/
/*- --- Product display --- */

div.product_img {
	float:left;
	text-align:right;
	padding: 1em 1em 1em 0;
}

/*- --- ---- ---- ---- ---- --*/
/*- --- Image Popup --- */

img.link_img {
	border: 1px dotted white;
}
img.link_img:hover {border: 1px dotted #235F7C;}

a.img_popup{
	float:right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.img_popup span{ /*Style for popup box*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	color: black;
	top: 50px;
	right: 0px;
	display:none;
}

.img_popup:hover span{ /*Style for popup box*/
	display:inline;
}
.img_popup span img { /*Style for popup image*/
	border-width: 0;
	padding: 0px;
	border: 0px;
}
