.basket {
	
}

.basket .main-content {
	margin-bottom: 0;
}

.basket a.button-big {
	display: block;
	float: right;
	font-size: 1.2em;
	padding: 10px 40px;
	font-weight: bold;
	color: #fff;
	background: #18749c;
}


/* 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: #18749c;
	color: #fff;
}
.basket table.basket tr td {
	border: 1px solid #a19787;
	padding: 4px 6px;
}
.basket table.basket tr td.picture {
	width: 50px;
	background: no-repeat center center;
	padding: 2px;
	overflow: hidden;
}
	.basket table.basket tr td.picture img {
		border: none !important;
		float: left;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
.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: 70px;
}
.basket table.basket tr td.price_total {
	text-align: right;
	width: 70px;
	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 dt {
	width: 100px;
}
div.order-form form dl dd {
	margin-left: 100px;
	padding-right: 1em;
}
div.order-form form dl dd ul li {
	margin: 0;
	padding-right: 1em;
}
div.order-form form dl dd input.text {
	width: 184px;
}
div.order-form form dl dd select {
	width: 198px;
	font-size: 1em;
}
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: 0em;
	overflow: hidden;
}
div.order-form form dl dd#order_form_dd_o {
	padding-bottom: 1em;
	margin-left: 0;
}
div.order-form form dl dd#order_form_dd_agreement {
	margin-left: 0;
}
div.order-form form dl dd#order_form_dd_newsletter {
	padding-top: 0.5em;
	position: absolute;
	width: 300px;
	margin-left: 0;
}
div.order-form form ul.submits {
	clear: both;
}
div.order-form form ul.submits li input.button {
	width: 152px;
	height: 37px;
	border: none;
	background: url('../dsg/order-button.gif') no-repeat top left;
	font-size: 1.091em;
	font-weight: bold;
	color: #fff;
	
	position: absolute;
	margin: -52px 0 0 464px;
}


/* code form */
.code-form {
	margin-bottom: 4em;
}
.code-form form dt {
	position: absolute;
	margin-top: 2px;
	width: 160px;
}
.code-form form dd {
	position: absolute;
	margin-left: 160px;
}
.code-form form dd input.text {
	width: 180px;
}
.code-form form ul.submits {
	position: absolute;
	margin-left: 360px;
	margin-top: 1px;
}
.code-form form ul.submits li input.button {
	width: 56px;
	height: 23px;
	overflow: hidden;
	background: url('../dsg/button-code.gif') no-repeat center center;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.909em;
}