﻿.BasketSmallHeader 
{
	background-color: #ededed;
	color: #000;
	text-transform: uppercase;
	padding: 6px 11px;
	font-family:arial narrow, arial, verdana;
	font-size:15px;
font-weight:bold;
}

.BasketSmallHeader span
{
	padding-right:17px;
	background-image: url("gfx/HLArrow.gif");
	background-repeat:no-repeat;
	background-position:right center;
}


.BasketSmallContent 
{
	background-color:#f4f4f4;
	border-left:1px dashed #ededed;
	border-right:1px dashed #ededed;
	padding-left: 11px;
	padding-bottom: 6px;
	padding-right: 11px;
	padding-top: 10px;
	/*background-repeat: repeat-y;*/
}

.BasketSmallContent2 
{
	padding-left: 11px;
	background-image: url("gfx/ColumnBg2.png");
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 11px;
	/*background-repeat: repeat-y;*/
}

.BasketSmallContent table
{
	width: 100%;
}

.BasketSmallContent2 table
{
	width: 100%;
}

#BasketSmallContainer div.greenline 
{
	border-bottom: 1px solid #E0E0E0;
	height: 0px;
	overflow: hidden;
	/*margin: 9px 0px 10px 0px;*/
}


.BasketSmallContent a 
{
	font-family: verdana, arial;
	font-size:10px;
	color:#2886aa;
}