/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/product_overview.php
--------------------------------------------------------------- */
/* Shopping Basket */
td.basketDiv{
	background-image:url(../../img/bg_products.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;	
	background-color:#FFFFFF;
	vertical-align:bottom;
}

div.basketImage{
	width:80px;
	position:absolute;
	line-height:0px;
}
div.basketContent{
	margin-top:20px;
}
span.basketArticleName{
	font-family: "Arial";
	color:#FD0000;
	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{
	width:80px;
	margin:0px;
}
span.basketArticleCurrencyCode{
	font-family: "Arial";
	color:#333333;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
}
span.basketArticlePriceLabel{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
td.basketArticlePrice{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
span.basketArticleCurrency{
	font-family: "Arial";
	color:#333333;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
}
span.basketArticleNRorderedLabel{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
td.basketArticleNRordered{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
span.basketArticleTotalAmount{
	font-family: "Arial";
	color:#333333;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
}
span.basketTotalAmountLabel{
	font-family: "Arial";
	color:#d3d3d3;
	font-weight: normal; 
	font-size: 11px; 
	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;
}
span.basketTotalAmount{
	font-family: "Arial";
	color:#d3d3d3;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
}
div.basketEmpty{
	font-family: "Arial";
	color:#FFFFFF;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:65px;
	margin-top:25px;
}

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: #d3d3d3;
	font-weight: normal;
	font-size: 11px; 
	text-decoration:none;
}
a.basketCheckOutLink:hover{
	font-family: "Arial";
	color: #fe0000; 
	font-weight: normal;
	font-size: 11px; 
	text-decoration:underline;
}
a.basketRemoveArticleLink{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.basketRemoveArticleLink:hover{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:underline;
}