@charset "windows-1251";
/* CSS Document */

.emptybasket{text-align:center;font-size:18px;color:#990000;margin-top:100px;}
.basket{
	width:auto;
}
.basket img, basket a{
	border:none;
}
.basket table {
	padding:0px;
	margin:0px;
	width:100%;
}
.basket .caption tr th {
	background-color:#990000;
	color:#FFF;
	font-weight:bold;
	font-weight:normal;
	text-align:center;
	padding:10px 5px;
	font-size:11px;
	border-left:1px solid #880000;
}
.basket .caption tr td {
	background-color:#FFF;
	color:#990000;
	font-size:11px;
	font-weight:bold;
	padding:10px 5px;
	vertical-align:middle;
	border:1px solid #EEE;
}
.basket .caption tr td div {
	height:20px;
	padding-bottom:10px;
	vertical-align:middle;
}
.basket .caption tr td img.del {
	position:absolute;
	z-index:2;
	cursor:pointer;
}
.basket .caption tr td img.add {
	position:absolute;
	margin-left:50px;
	z-index:2;
	cursor:pointer;
}
.basket .caption tr td input.count {
	position:absolute;
	margin-left:20px;
	width:23px;
	border:1px solid #CCC;
	height:17px;
	z-index:2;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	color:#333;
	font-size:12px;
}
.basket .caption tr td.empty {
	border:none;
	padding:0px 10px;
}
.basket .caption tr.empty{
	border:none;
	height:5px;
	padding:0px;
}
.basket .caption tr.empty td{
	border:none;
	padding:0px;
}
.basket .caption tr td.empty img {
	border:none;
	padding:0px 5px;
	cursor:pointer;
}
.basket #itogo {
	padding:6px;
	background-color:#990000;
	color:#FFF;
	text-align:center;
	border:none;
}
.basket #summa {
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	border:1px solid #999;
}
.basket #reset {
	float:right;
	margin-right:10px;
}
.basket .caption tr td #bline {
	margin-top:8px;
	margin-bottom:8px;
	height:1px;
	border:none;
	padding:0px;
	background-color:#999;
}
.basket #purchase {
	float:right;
	cursor:pointer;
}
.basket .caption tr td #formsend {
	display:none;
}
.basket .caption tr td .formsend {
	display:none;
	margin-top:8px;
	height:auto;
	width:310px;
	float:right;
	padding:10px;
	background-color:#fff2dc;
}
.basket .caption tr td .formsend .name {
	background-color:#fff2dc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#1f2754;
	font-weight:normal;
	padding:0px;
	margin-top:8px;
	margin-bottom:3px;
	height:auto;
}
.basket .caption tr td .formsend input {
	width:307px;
	color:#099;
	border: 1px solid #fff2dc;
}
.basket .caption tr td .formsend textarea {
	height:50px;
	width:307px;
	color:#099;
}
.basket .caption tr td .formsend input#send {
	width:auto;
	float:right;
	padding-top:8px;
}
