/********************************************************
			X13 One-Page Checkout Styles
********************************************************/ 
#paymentMethods{
	margin-bottom: 0px;
	background: #fff;
}
.delivery_option_logo img,
.img_w_payment img{
	max-width: 70px;
	height: auto;
	padding: 5px 0px;
}
.delivery_option_price{
	text-align: right;
}
.delivery_option_price label{
	font-weight: bold !important;
}
.opis_w_payment{
	display: block;
}
.opis_w_payment span,
.delivery_option_price span{
	clear: both;
	font-weight: normal;
	display: block;
}
.delivery_option td,
#paymentMethods td{
	border-left: none !important;
	border-right: none !important;
}
#paymentMethods td{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
#order-opc .delivery_option > div,
#paymentMethods table{
	margin-bottom: -1px;
}
.delivery_option_radio .radio{
	padding: 15px 3px;
}
#order-opc .delivery_option > div > table.resume td.delivery_option_logo,
.td2_payment{
	width: 80px !important;
	padding-left:0px !important;
}
.td1_payment{
	width: 54px;
}
.td3_payment label{
	width: 100%;
	padding: 15px 0px;
}
.delivery_option tr label{
	min-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}

p.payment_module a.payu-i {
  background: url(../img/payu.png) 15px 12px no-repeat white;
}
p.payment_module a.przelewy24 {
  background: url(../img/przelewy24.png) 15px 12px no-repeat white;
}
p.payment_module a.paypal-i {
  background: url(../img/paypal.png) 15px 12px no-repeat white;
}
p.payment_module a.transferuj-i {
  background: url(../img/transferuj.png) 15px 12px no-repeat white;
}
#paymentMethods .selected,
.delivery_option .selected{
	box-shadow: #CCC 0px 0px 5px inset;
}
.carrier_title{
	font-weight: bold;
	font-size:1.1em;
}
#cgv_all{
	font-weight: 0.8em;
	font-style: italic;
	cursor: pointer;
}