/* CSS Document */
/* imported
@import url(cmsheaders.css);
@import url(cmshomepage.css);
@import url(cmsgeneric.css);
------------------------------*/

/* Fresca Overides 
-----------------------------*/

/*------------------Product Details -----------------------------
select.selectQty {
	display: inline;
	margin: 0 0 3px 0;
	float: none;
}
p.bagMessage {
	width: 130px;
}
td.addToBagCont {
	width: 130px
}
table#productOptions tbody tr td.priceCont {
	width: 140px;
}
input#btn_AddToBag {
	margin: 0;
}
div.formElement {
	width: 95px;
}
img.btnViewBag {
	margin: 0;
} */


h2#selectBillingHeading {
	background:transparent url(img/exsisting_billing_address.gif) no-repeat scroll 0 0;
	margin-top:20px;
	padding:5px 0 0 5px;
}
div#chooseAddressSelectCont {	
	background:transparent url(img/exsisting_billing_address_bottom.gif) no-repeat scroll 0 0;
	float:left;
	margin:0;
	padding:10px 0 15px 5px;
	width:430px;
}
h2#addNewAddre {
	margin: 0;
}
form#searchAgainForm {
	background: url(img/img_search_bg.gif) no-repeat 0 70px;
	height: 150px
}
/*------------------Offers Styling -----------------------------*/
.save-price {
	color:#ff0000
}
.list-cont {
	width: 350px;
	float: left;
	margin-right: 10px;
}
.list-hdr {
	float: left;
	font-weight: bold;
	font-size: 1.3em;
}
ul.list-wrap {
	width: 350px;
	float: left;
}
ul.list-wrap li {
	margin: 5px 0 0;
}
/*------------------Basket Page -----------------------------*/
div#extraBuy {
	width: 280px;
	min-height: 103px;
	height: 103px;
	background: url(img/basket_travalo.gif) no-repeat;
}
ul#extra-buy-btns {
	min-height: 103px;
	height: 103px;
	background: url(img/basket_travalo.gif) no-repeat;
}

