@charset "utf-8";

#wrapper #mainContent #imgMain {
	float: left;
}
#otherContent {
	clear: both;
	margin-left: 170px;
	margin-right: 40px;
}
#wrapper #mainContent #mainContent {
	margin-left: 170px;
	margin-top: 15px;
	padding-top: 30px;
	margin-right: 50px;
}
#wrapper #mainContent #imgMain {
	margin-top: 15px;
	margin-left: 15px;
}

#wrapper #mainContent #mainContent p img {
	margin-top: 10px;
}
#vatText {
	font-size: 0.8em;
}


.btnCheckout {
	height:53px;
	width:150px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/checkout1.png);
}

.btnCheckout:hover {
	background-image:url(images/checkout2.png);
}


#priceText2
{
	text-decoration:line-through;
}
	
#priceText3
{
	color: #C00;
	text-decoration:blink;
}