
/* ------------------------------- basket */

div#basket {
	position:fixed;
	bottom:0;
	right:0px;
}

div#basket-line {
	position:absolute;
	bottom:0;
	right:160px;
	height:155px;
	width:1px;
	background-color:#cf0;
}

div#basket-circle {
	position:absolute;
	bottom:145px;
	right:146px;
}

div#my-basket {
	position:absolute;
	bottom:146px;
	right:54px;
}

div#basket-full-line {
	position:absolute;
	top:100px;
	right:0;
	left:210px;
	height:1px;
	background-color:#cf0;
}

div#basket-full-circle {
	position:absolute;
	top:100px;
	left:201px;
}

div#basket-full-my-basket {
	position:absolute;
	top:87px;
	left:230px;
}

div#basket-view img {
	padding-top:2px;
}

div#basket-view td {
	padding:4px 10px;
}

div#basket-view tr.headline td {
	font-weight:bold;
	color:#cf0;
	/*padding-left:20px;*/
	padding-top:20px;
	border-bottom:1px solid #556;
}

div#basket-view tr.headline td.center {
	text-align:center;
}

div#basket-view tr.headline td.right {
	text-align:right;
	padding-right:15px;
}

div#basket-view td.bodydiscount {
	border-top:5px solid #cf0;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:5px;
}

div#basket-view td.headdiscount {
	font-weight:bold;
	font-size:14px;
	color:#cf0;
	padding-left:30px;
	padding-top:20px;
	border-bottom:1px solid #cf0;
}

div#basket-view td.headtotal {
	font-weight:bold;
	font-size:14px;
	color:#cf0;
	padding-left:30px;
	padding-top:20px;
	border-bottom:2px solid #cf0;
}

div#basket-view input.quantity {
	width:15px;
	text-align:right;
	/*border:1px solid #cf0;*/
}

div#basket-view td.qty {
	padding-left:5px;
	text-align:right;
	padding-top:2px;
}

div#basket-view td.qty input{
//	padding-top:0px;
}

div#basket-view td.qty span.ok {
	display:none;
	padding-left:5px;
//	padding-top:2px;
	float:right;
	cursor:pointer;
}

div#basket-view td.qty span.qty {
	float:left;
}

div#basket-view td.cnt {
	text-align:right;
}

div#basket-view td.ht {
	text-align:right;
	font-weight:bold;
	padding-left:20px;
}

div#basket-view td.ttc {
	text-align:right;
	color:#999;
	padding-left:20px;
}

div#basket-view td.total-ht {
	text-align:right;
	color:#ccc;
	font-size:14px;
	padding-left:20px;
}

div#basket-view td.total-ttc {
	text-align:right;
	font-weight:bold;
	font-size:14px;
	padding-left:20px;
}

div#basket-view td.count {
	text-align:right;
}

div#basket-content {
	position:absolute;
	bottom:105px;
	right:45px;
	width:100px;
	padding:5px;
	text-align:center;
	color:#ccc;
}

div#basket-content a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

div#basket-content a:hover {
	color:#cf0;
}

div#basket-content table {
	width:100%;
}

a.quotation {
	color:#666;
	font-weight:bold;
	white-space:nowrap;
	background: url(../ima/rect-q.png) no-repeat 2px;
	padding-left: 25px;
}

a.quotation img {
	margin-right:5px;
}

