/* +++++++++++++++++++++++++++++++++ */
/* +++   tt_products basket     +++ */
/* +++++++++++++++++++++++++++++++++ */



/* common width */

#product-basket, #product-basket-info, #product-basket-payment {
	width: 580px;
}

/* common */

/* td */
.pb-title-row {
	background-color: #9B0202;
	color: #fff;
	padding: 2px;
	margin: 4px 0 4px 0;
}

.pb-normal-row {
	background-color: #BD0202;
	color: #fff;
	padding: 2px;
}

/*  BASKET_TEMPLATE  */

#product-basket {
}

/* tr */
.pb-item-ingle td {
	padding: 10px 0 10px 0;
}

.pb-item-ingle a {
	color: #000;
	text-decoration: none;
}

/* td */
.pb-shipping-selector {
	width: 500px;
}

.pb-shipping-option {
	margin: 4px 0 4px 0;
	padding: 2px;
	background-color: #F9EBD0;
}

.pb-shipping-title, .pb-shipping-sel {
	position: relative;
	float: left;
}

.pb-shipping-sel {
	width: 10%;
}

.pb-shipping-title {
	width: 90%;	
}

/*  BASKET_INFO_TEMPLATE  */

#product-basket-info {

}

#product-basket-info td {
		padding: 4px;
}

#product-basket-info td.pb-title-row {
	padding: 2px;
}

#product-basket-info .pb-title-row { 
	
}

.pb-info-title {
	
}

.pb-info-input {
	
}

.pb-info-note {
	font-style: italic;
}

#pb-ueberweisung, #pb-creditcard {
	width: 370px;
	border-right: 1px solid #DA0303;
	border-bottom: 1px solid #DA0303;
	border-left: 1px solid #DA0303;
	margin: 5px 0 5px 0;
}

#pb-ueberweisung td, #pb-ueberweisung th {
	text-align: left;
	padding: 4px;
	border-top: 1px solid #DA0303;
}

#pb-creditcard {
	width: 450px;
}

#pb-creditcard td, #pb-creditcard th {
	padding: 4px;
	border-top: 1px solid #DA0303;
}
