/* FFD Pay Styles */

.payskin {
	position: relative;
	padding: 150px 0 0 0;
/* 	background: #c0d0d4 url(../img/ffd/pagecontent_hdr.gif) no-repeat -3px -3px; */
	background: url(../img/ffd/basket-header.png) top no-repeat;
}

.radio {
	margin: 0;
	vertical-align: middle;
}

.payfooter {
	position: absolute;
	width: 100px;
	height: 60px;
	bottom: 0;
	right: 0;
	background: url(../img/ffd/pagecontent_fries.gif) no-repeat 100% 100%;
}

.download {
	background-image: url(../img/ffd/btn_download2.gif);
}

.basket, .order-summary, .order-history {
	width: 100%;
}

.basket td,
.order-summary td,
.order-history td {
	background: #444;
	color: #fff;
	border-top: 1px solid #000;
}

.basket td img,
.order-summary td img,
.payskin #basket-content form img { display: none; }

.basket td a, .basket td a:visited,
.order-summary td a, .order-summary td a:visited {
	color: #fff;
}

.order-history td a {
	color: #fff;
	text-decoration: underline;
}
.order-history td a:visited { color: #ccc; }
.order-history td a:hover { color: #ddd;}

.basket td a:hover,
.order-summary td a:hover { text-decoration: underline; }

.basket tr.odd td,
.order-summary tr.odd td {
	background-color: #444;
}

.basket th,
.addressnew th,
.order-summary th,
.order-history th {
	color: #FC7614;
}

.basket tr.total td,
.basket tr.message td,
.order-summary tr.total td,
.order-summary tr.message td {
	background: none;
	border-top: none;
}

.basket tr.shipping-select td {
	border-top: none;
}

.basket td, .payskin td, .payskin th, .order-summary td, .order-summary th {
	padding: 5px 0 5px 5px;
}

.cart-items,
.error {
	margin: 1em 0 1em 1.2em;
	padding: 0;
}

.cart-items li,
.error li {
	margin-left: 2em;
	padding-left: 0;
	list-style: outside;
}

.buttons {
	background: none;
	width: auto;
	background: url(../img/ffd/basket-buttons-bg.png) 50% 50% no-repeat;
	margin: 0 -10px 20px -10px;
	overflow: hidden;
	padding: 2px 22px;
}

#pay-content .buttons {
	background: none;
	margin: 0;
	padding: 10px 0;
}

.buttons input {	
	font-size: 88%;
}

.cart-items {
	color: #FC7614;
}
