table.goods {
	margin-top:10px;
	width:100%;
}

table.goods .img {
	width:1%;
	text-align:left;
}

table.goods .des {
	width:40%;
}

table.goods .num .num {
	width:25px;
	text-align:right;
}

table.goods td {
	border-top:1px dashed #ccc;
}

table.goods th {
	padding-right:20px;
}

table.goods th.sum {
	border-top:1px dashed #ccc;
}

table.goods td.price {
	padding-top:0;
	width:30%;
	text-align:center;
}

table.goods th.ptitle {
	text-align:center;
}

table.goods td {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	vertical-align:top;
}

#checkout .sum {
	text-align:right;
}

#checkout .sum span {
	font-size:3em;
}

#submit-basket {
	font-size:2em;
	width:70%;
	margin-top:20px;
}

#next-step, #prev-step {
	font-size:1.7em;
	padding:0.1em 2em;
	margin-top:1em;
}

#basket-path {
	width:100%;
	padding-bottom:0.8em;
}
