/* $Id: basket.css 68 2008-04-10 07:52:38Z edin.coralic $ */

.basket {
	
}

.basket a.continue {
	float: right;
	width: 111px;
	height: 18px; /*22*/
	padding-top: 4px;
	background: url('../dsg/product_button.gif') no-repeat center center;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	margin-top: -42px;
}

/* order table */
.basket table.basket {
	width: 100%;
}
.basket table.basket th {
	background: #c5dbf3;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
.basket table.basket td {
	background: #e2f1ff;
	font-size: 1.1em;
	padding: 5px;
	vertical-align: middle;
}
.basket table.basket td.product {
	
}
.basket table.basket td.product .thumb {
	float: left;
	border: 1px solid #219af7;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #fff url('/dsg/types/-.gif') no-repeat center center;
}
.basket table.basket td.product .title {
	display: block;
	/*margin-left: 65px;*/
}
.basket table.basket td.quantity {
	width: 50px;
}
.basket table.basket td.quantity input {
	display: block;
	width: 30px;
	margin: 0 auto;
}
.basket table.basket td.price,
.basket table.basket td.price_total,
.basket table.basket th.products_sum {
	text-align: right;
	width: 80px;
	white-space: nowrap;
}
.basket table.basket td.remove {
	text-align: center;
	width: 50px;
}
.basket table.basket td.remove a {
	display: block;
	width: 15px;
	height: 14px;
	background: url('../dsg/icon_delete.gif') no-repeat center center;
	margin: 0 auto;
}
.basket table.basket th.refresh_quantity input {
	display: block;
	border: none;
	width: 16px;
	height: 16px;
	background: url('../dsg/icon_refresh.gif') no-repeat center center;
	margin: 0 auto;
	cursor: pointer;
}
.basket table.basket th.remove_all {
	text-align: center;
}
.basket table.basket th.sum_total {
	padding: 0;
	text-align: right;
	background: url('../dsg/line.gif') repeat-x top left;
	font-size: 1.6em;
	font-weight: bold;
}
.basket table.basket th.sum_total div {
	background: url('../dsg/line.gif') repeat-x bottom left;
	padding: 10px 0;
}



/* 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 */
.basket #order_form {
	
}
.basket #order_form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.basket #order_form dl {
	font-size: 1.2em;
}
.basket #order_form dl dt {
	clear: both;
	float: left;
	width: 120px;
	text-align: right;
}
.basket #order_form dl dd {
	margin-left: 130px;
}
.basket #order_form dl dd#order_form_dd_other_address {
	margin-left: 0;
}
.basket #order_form dl dd#order_form_dd_other_address input {
	float: left;
	margin-top: 5px;
}
.basket #order_form dl dd#order_form_dd_other_address label {
	margin-left: 30px;
	display: block;
	height: 1%;
}
.basket #order_form dl dd#order_form_dd_other_address span {
	font-size: 1.5em;
	color: #2173cf;
}
.basket #order_form dl dd ul {
	margin-top: 5px;
}
.basket #order_form ul.submits {
	margin-left: 130px;
}
.basket #order_form input.button {
	width: 213px;
	height: 37px;
	background: url('../dsg/form_button.gif') no-repeat top center;
	font-size: 1.4em;
}

