/* Order status */
span.orderStatusDescription{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.orderStatusLabel{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.orderStatusContent{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
div.orderStatusLabel{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	position:absolute;
}
div.orderStatusContent{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:100px;
}
label.orderStatusLabel{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
input.orderStatusInput{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	border:1px solid #666666;
	width:200px;
}
input.orderStatusSubmit{
	display:block;
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	text-align:left;
	border:0px solid #FFFFFF;
	background-color:#FF0000;
	width:auto;
}
/* Shopping Basket */
div.basketDiv{
	padding-top:10px;
	padding-bottom:15px;
	background-image:url(../../img/background_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

div.basketImage{
	width:60px;
	height:59px;
	position:absolute;
	line-height:0px;
}
div.basketContent{
	position:relative;
	width:450px;
	left:65px;
}
span.basketArticleName{
	font-family: "Arial";
	color:#FF0000;
	font-weight: bold; 
	font-size: 14px; 
	text-decoration:none;
}
span.basketArticleNumber{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 10px; 
	text-decoration:none;
}
img.basketArticleImage{
	height:59px;
	margin:0px;
	border:0px solid #FFFFFF;
}
span.basketArticleCurrencyCode{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticlePriceLabel{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticlePrice{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticleCurrency{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticleNRorderedLabel{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticleNRordered{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticleTotalAmount{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketTotalAmountLabel{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketCurrencyCode{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketCurrency{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketTotalAmount{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketEmpty{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}

a.basketReturnLink{
	font-family: "Arial";
	color: #25345F; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration:none;
}
a.basketReturnLink:hover{
	font-family: "Arial";
	color: #25345F; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration:underline;
}
a.basketCheckOutLink{
	font-family: "Arial";
	color: #25345F; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration:none;
}
a.basketCheckOutLink:hover{
	font-family: "Arial";
	color: #25345F; 
	font-weight: bold;
	font-size: 12px; 
	text-decoration:underline;
}
a.basketRemoveArticleLink{
	font-family: "Arial";
	color:#25345F;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}
a.basketRemoveArticleLink:hover{
	font-family: "Arial";
	color:#25345F;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}