/***********************************************************
 * Matterhorn Gotthard Bahn Styles EVK (C) by aseantic     *
 **********************************************************/
/* --- Custom Styles for Web --- */
/* --- Basket Elements ---- */
.basketBox
{
	display: block;
	background-image: url('/publishingimages/basket_bg.gif');
	background-color: #92c5d8;
	background-repeat: repeat-x;
	background-position: top;
	width: 173px;
	margin-bottom: 11px;
	text-decoration: none;
}

.basketHeader {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}

.basketBoxLink {
	display: block;
	background-image: url('/publishingimages/basket_bg.gif');
	background-repeat: repeat;
	width: 173px;
	height: 52px;
	margin-bottom: 11px;
	text-decoration: none;

}

.basketHeader a, .basketContent a {
	text-decoration: none;
	color: #000000;
}

.basketContent .arrowButton {
	color: #000000;
}


.basketBox a{
	text-decoration: none;
}

.basketContent {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 9px;
	padding-bottom: 9px;
	text-decoration: none;
}
