.basket {
	
}

/* order table */
.basket table.basket {
	width: 100%;
	border-collapse: collapse;
}
.basket table.basket tr {
	
}
.basket table.basket tr th {
	border: 1px solid #a19787;
	padding: 6px 0;
	background: #05556D;
	color: #fff;
}
.basket table.basket tr td {
	border: 1px solid #a19787;
	padding: 4px 6px;
}
.basket table.basket tr td.picture {
	width: 66px;
	background: no-repeat center center;
	padding: 2px;
	overflow: hidden;
}
	.basket table.basket tr td.picture img {
		border: none !important;
		float: left;
	}
.basket table.basket tr td.title {
	
}
.basket table.basket tr td.quantity {
	width: 45px;
	text-align: center;
}
	.basket table.basket tr td.quantity input.text {
		width: 24px;
		border: none;
		border-bottom: 1px solid #a19787;
		padding: 2px 0 4px 0;
		text-align: center;
	}
.basket table.basket tr td.price {
	text-align: right;
	width: 50px;
}
.basket table.basket tr td.price_total {
	text-align: right;
	width: 50px;
	font-weight: bold;
}
.basket table.basket tr td.remove {
	width: 20px;
	text-align: right;
}
	.basket table.basket tr td.remove a {
		color: #c80000;
	}


.basket table.basket tr td.refresh-quantity {
	text-align: right;
}
.basket table.basket tr td.remove-all {
	text-align: right;
}
	.basket table.basket tr td.remove-all a {
		color: #c80000;
	}


/* summer */
.basket table.basket-prices {
	float: right;
	color: #000;
	width: 100%;
}
.basket table.basket-prices td {
	padding: 4px 10px;
	text-align: right;
}
.basket table.basket-prices td.price {
	width: 100px;
}
.basket table.basket-prices tr.total {
	font-weight: bold;
}
.basket table.basket-prices tr.total td {
	border-top: 2px solid #05556D;
	border-bottom: 2px solid #05556D;
	padding: 8px 10px;
	font-size: 1.1em;
}
.basket table.basket-prices tr.total td.price {
	color: #c80000;
}


/* form */
div.order-form {
	
}
div.order-form form fieldset {
	float: left;
	width: 50%;
	border: none;
}
div.order-form form dl dd ul li {
	margin: 0;
	padding-right: 1em;
}
div.order-form form dl dd input.text,
div.order-form form dl dd textarea {
	width: 90%;
}
div.order-form form dl dd select {
	width: 93%;
}
div.order-form form dl dd ul.radio li {
	display: inline;
}
div.order-form form dl dd#order_form_dd_spacer1,
div.order-form form dl dd#order_form_dd_spacer2 {
	height: 0.7em;
	overflow: hidden;
}
div.order-form form dl dd#order_form_dd_o {
	padding-bottom: 1em;
}
div.order-form form dl dd#order_form_dd_newsletter {
	padding-top: 0.5em;
	position: absolute;
	width: 300px;
}
div.order-form form dl dd#order_form_dd_company {
	margin-top: 3.7em;
}
* html div.order-form form dl dd#order_form_dd_company {
	margin-top: 42px;
}
div.order-form form ul.submits {
	clear: both;
	padding-top: 4em;
}


/* code form */
.code-form {
	margin-bottom: 2em;
}
.code-form form {
	height: 30px;
}
.code-form form dt {
	position: absolute;
	margin-top: 2px;
}
.code-form form dd {
	position: absolute;
	margin-left: 150px;
}
.code-form form dd input.text {
	width: 180px;
}
.code-form form ul.submits {
	position: absolute;
	margin-left: 350px;
	margin-top: -2px;
}
.code-form p.code_not_used {
	font-weight: bold;
}


/* credit cards */
.basket .credit_cards {
	text-align: center;
	margin-top: 3em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
