@charset "utf-8";
/* CSS Document */

.separator {
	color:#888888;
	font-weight:bold;
	height:18px;
	text-align:center;
	width:14px;
}
.top-basket-links {
	color:#000000;
	cursor:pointer;
	font-size:0.85em;
	font-weight:bold;
	text-align:right;
}
.basket-td-class{
 
    width:260px; 
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
}
.basket-td-class a{
	text-decoration:none;
}
.basket-td-class td{ height:22px;}
.basket-inner-class
{
	width:255px;
	background-image: url("/i/newsite/Top_Bar/basketShadow.jpg");
	background-repeat: repeat-x;
	background-color:#EAEAEA;
	position:absolute;
	padding: 10px 5px 10px 5px;
	margin:16px 0 0 -10px;
	border:solid 1px #ccc;
	border-top: none;
	z-index:999;
}
.basket-inner-class li
{
	background-color:#fff;
	height:24px;
	line-height:20px;
	list-style-image:none;
	list-style-type:none;
	font-size:0.85em;

}


.basket-inner-class li.even{ background-color:#ccc; margin-left:0px;}
.basket-inner-class li.odd{	background-color:#eee;  margin-left:0px;}
.basket-inner-class li.header{ background-color:#2E3D9C;	background-image: url("/i/newsite/Top_Bar/transGrad.png"); background-repeat: repeat-x; background-position: center bottom; margin-left:0px; color:#fff;}
.basket-inner-class li table tr td{	height:18px;}
.basket-inner-class li table tr td.divider{ width:3px;text-align:center;}

.basket-inner-class li table tr td.itemsTitle{  text-align:left; width:35px; }	
.basket-inner-class li table tr td.description{	width:140px;text-align:justify; }


.basket-inner-class li table tr td.description{width:140px;text-align:left;cursor:default; }
.basket-inner-class li table tr td.items{  text-align:center; width:35px; 	}
.basket-inner-class li table tr td.itemPrice { text-align:left; width:50px; 	}
.basket-inner-class li table tr td.delete { width:20px; text-align:center; 	}
.basket-inner-class li table tr td.delete a{color:red;text-align:center; font-weight:bolder;	}

