/* CSS Document */

.whatsNewBreadCrumb {
	display: inline;
}

.wnBread {
	float: left;
	display: inline;
	margin-top: 4px;
	margin-bottom: 5px;
	font-size: 100%;
	color: #333333;
}

.wnBread a:link {
	color: #333333;
	text-decoration: underline;
}

.wnBread a:active {
	color: #333333;
	text-decoration: underline;
}

.wnBread a:visited {
	color: #333333;
	text-decoration: underline;
}

.wnBread a:hover {
	color: #333333;
	text-decoration: none;
}

.asdaButton {
	display: inline;
	float: right;
	padding-top: 5px;
	
}

/*--------------------------------------------------------*/
/* Home Page Styles */
/*--------------------------------------------------------*/
.imagePadding {
	float: left;
	display: inline;
	padding-right: 8px;
}

.imagePaddingRight {
	float: right;
	display: inline;
	padding-left: 8px;
}
/* left columns (1 large, 1 small) */

.leftColumn1 {
	float: left;
	display: inline;
	width: 463px;
	height: 310px;
	padding: 5px;
	border: 1px solid #69c020;
}

.leftColumn2 {
	float: left;
	display: inline;
	width: 463px;
	height: 144px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
}

.leftColumn2short {
	float: left;
	display: inline;
	width: 463px;
	height: 98px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
}

/* all the right columns are half height */

.rightColumn1 {
	float: right;
	display: inline;
	width: 463px;
	height: 144px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-left: 10px;
}

.rightColumn1short {
	float: right;
	display: inline;
	width: 463px;
	height: 132px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
	margin-left: 10px;
}

.rightColumn2 {
	float: right;
	display: inline;
	width: 463px;
	height: 144px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
	margin-left: 10px;
}

.rightColumn2long {
	float: right;
	display: inline;
	width: 463px;
	height: 156px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
	margin-left: 10px;
}

.rightColumn2longx {
	float: right;
	display: inline;
	width: 475px;
	height: 156px;
	padding: 0px;
	border: 0px solid #69c020;
	margin-top: 0px;
	margin-left: 0px;
}

.rightColumn3_sk {
	float: right;
	display: inline;
	width: 463px;
	height: 144px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
	margin-left: 10px;
}

.rightColumn3 {
	float: right;
	display: inline;
	width: 463px;
	height: 144px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-top: 10px;
	margin-left: 10px;
}

.rightColumn3short {
	float: right;
	display: inline;
	width: 463px;
	height: 132px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-left: 10px;
}

.rightColumn3shortx {
	float: right;
	display: inline;
	width: 462px;
	height: 98px;
	padding: 5px;
	border: 1px solid #69c020;
	margin-left: 10px;
	margin-top: 10px;
}

/*--------------------------------------------------------*/

/*--------------------------------------------------------*/
/* New Products Styles */
/*--------------------------------------------------------*/

/* the 'left' style doesn't have a left-hand margin */
.productContainerLeft {
	float: left;
	display: inline;
	width: 222px;
	padding: 5px;
}

.productContainer {
	float: left;
	display: inline;
	width: 222px;
	padding: 5px;
	margin-left: 7px;
}

.productImage {
	float: left;
	display: inline;
	width: 208px;
	text-align: center;
	border: 1px solid #69c020;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 170px;
	margin-bottom: 5px;
}

.productImage2 {
	float: left;
	display: inline;
	width: 250px;
	text-align: center;
	border: 1px solid #69c020;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 140px;
	margin-bottom: 10px;
}

.productImage3 {
	float: left;
	display: inline;
	width: 680px;
	text-align: center;
	border: 1px solid #69c020;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 310px;
	margin-bottom: 10px;
}

.npdImage {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
}

.npdImageRight {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-top: 5px;
}

/*--------------------------------------------------------*/

/*--------------------------------------------------------*/
/* ASDA Price News */
/*--------------------------------------------------------*/


.apnRow {
	float: left;
	display: inline;
	width: 960px;
	padding-top: 14px;
	padding-bottom: 7px;
}

.apnItemContainer {
	float: left;
	display: inline;
	width: 315px;
	margin-left: 2px;
}

.apnOfferDetails {
	float: left;
	display: inline;
	width: 100px;
	padding-right: 0px;
	text-align: right;
}

.apnImage {
	float: right;
	display: inline;
	width: 200px;
}

.apnPrice {
	font-size: 200%;
}

.apnOldPrice {
	text-decoration: line-through;
	color: #e1132c;
}