/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/product_overview.php
--------------------------------------------------------------- */
/* Check Out */
.CheckOutPreviousSteps{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
.CheckOutCurrentStep{
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
.CheckOutNextSteps{
	font-family: "Arial";
	color:#999999;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
.CheckOutStepDevider{
	font-size:11px;
	font-family:"Arial";
	color:#999999;
	font-weight:normal;
	text-decoration:none;
	line-height:19px;
	margin-left:4px;
	margin-right:4px;
}

/* Shopping Basket */
.basketDiv{
	vertical-align:bottom;
	background-image:url(../../img/shoppingcart_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

div.basketImage{
	width:80px;
	position:absolute;
	line-height:0px;
}
div.basketContent{
	margin-top:20px;
}
.basketArticleName{
	font-family: Arial;
	color:#3b393c;
	font-weight: normal; 
	font-size: 16px; 
	line-height:19px;
}
span.basketArticleNumber{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
img.basketArticleImage{
	width:140px;
	margin:0px;
}
span.basketArticleCurrencyCode{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketArticlePriceLabel{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
.basketArticlePrice{
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 14px; 
	text-decoration:none;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:8px;
}
.basketArticleCurrency{
	font-family: Arial;
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	line-height:12px;
}
.basketArticleNRorderedLabel{
	font-family: Arial;
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	line-height:12px;
}
td.basketArticleNRordered{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
.basketArticleTotalAmount{
	font-family: "Arial";
	color:#717274;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketTotalAmountLabel{
	font-family: "Arial";
	color:#d3d3d3;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketCurrencyCode{
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.basketCurrency{
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
.basketTotalDiscountAmount{
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	background-color:#c5c6c8;
	background-image:url(../../img/cart_bg.jpg);	
}
.basketTotalAmount{
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	background-color:#c5c6c8;
	background-image:url(../../img/cart_bg.jpg);
	background-repeat:repeat-y;
}
.basketContinue{
	background-color:#c5c6c8;
	/*background-image:url(../../img/cart_continue_bg.jpg);
	background-repeat:repeat-x;*/
}
div.basketEmpty{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin:20px;
}

a.basketReturnLink{
	display:block;
	background-image:url(../../img/button_contshopping.jpg);
	width:135px;
	height:27px;
}
a.basketReturnLink:hover{
	display:block;
	background-image:url(../../img/button_contshopping.jpg);
	width:135px;
	height:27px;
}
a.basketCheckOutLink{
	display:block;
	background-image:url(../../img/button_checkout.jpg);
	width:115px;
	height:27px;
}
/*a.basketCheckOutLink:hover{
	font-family: "Arial";
	color: #AB007C;
	font-weight: bold;
	font-size: 12px; 
	text-decoration:underline;
}*/
a.basketRemoveArticleLink{
	font-family: "Arial";
	color:#990000;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.basketRemoveArticleLink:hover{
	font-family: "Arial";
	color:#990000;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}
a.basketAddArticleLink{
	font-family: "Arial";
	color:#990000;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.basketAddArticleLink:hover{
	font-family: "Arial";
	color:#990000;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}
