/* basket */
.basket {
		width: 100%;
		color: #6a6b65;
		font-size: 11px;
		text-align: left;
}
.basket td {
		padding: 6px 3px;
		vertical-align: top;
}
.basket td.title {
		font-weight: bold;
}
.basket td.del {
		text-decoration: underline;
		text-align: center;
}
.basket .border td {
		border-bottom: 1px solid #4dc46a;
}
.basket .bigborder td {
		border-bottom: 8px solid #8c9aa4;	
}
.basket .headers {
		background: #8c9aa4;
		color: #ffffff;
		font-size: 12px;
}
.basket .headers td {
		padding: 3px;
}
.basket .img {
		border: 1px solid #8c9aa4;
}
.basket .uncost {
		color: #8c9aa4;
		font-weight: bold;
		/* vertical-align: middle; */
}
.basket .summa {
		font-size: 14px;
		font-weight: bold;
}
.basket .count {
		border: 1px solid #b0b0ad;
		text-align: center;
}
.orderblank {
		width: 100%;
		color: #6a6b65;
		font-size: 11px;
		text-align: left;
}
.orderblank td {
		padding: 6px 3px;
		vertical-align: top;
}
.orderblank .rightside {
		padding: 5px 0;
		text-align: center;
}
.orderblank .title {
		color: #f15622;
		font-family: Trebuchet ms, Arial;
		font-size: 18px;
}
.orderblank .input {
		border: 1px solid #b0b0ad;
		width: 99%;
}
.orderblank a, .orderblank a:visited {
		color: #8c9aa4;
		text-decoration: underline;
}
.orderblank a:hover {
		text-decoration: none;
}