/* PROPERTY OF METAVISUAL LTD / MAINSTYLE CS */
h1, h2 {
	/*background-image: url(../images/sys/h2.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;*/

	/*border-bottom: 3px solid #818181;*/
}
h3, .searchresults h2 {
	/*background-image: url(../images/sys/h2dim.jpg);
	background-repeat: repeat-x;*/
	width: 100%;
	background-position: bottom center;
}
/* basket */
a.addtobasket {
	display: block;
	background-image:url(../images/sys/ecommerce/AddToBasket.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 150px;
	height: 75px;
}
a.addtobasket:hover {
	background-position: top left;
}
/* BASKET */
.basketInfo {
	width: 100%;
	height: 43px;
	background-image: url(../images/sys/ecommerce/basketTopRowBg-3L.png);
	background-position: top left;
	background-repeat: repeat;
	display: table;
}
.basketInfo-l2 {
	#position: absolute; #top: 50%; display: table-cell; vertical-align: middle;
}
.basketInfo-l3 {
	#position: relative; #top: -50%;
}
.basketInfo:hover {
	background-position: top left;
}
.basketInfo .infoTxt {
	font-style: italic;
	text-align: center;
}
.basketInfo .infoTxt .highlight{
	font-size: 110%;
}
.basketInfo a.goToCheckout {
	display: block;
	float: right;
	width: 150px;
	height: 37px;
	margin-right: 10px;
	background-image: url(../images/sys/ecommerce/gotToCheckout_fi.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.basketInfo a.goToCheckout:hover {
	background-position: top left;
}
.basketInfo a.showBasket {
	display: block;
	float: left;
	width: 130px;
	height: 43px;
	margin-left: 10px;
	background-image: url(../images/sys/ecommerce/showBasket_fi.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.basketInfo a.showBasket:hover {
	background-position: top left;
}