/* The unique combination of positioning, typography, colour, images, sizing ('The Style') is copyright 2009 Memory Foam Mattress Direct and may not be reused */

.listing{
	float:left;
	margin:0 0 20px;
	width:700px;
}
	
	.listing h1{
		clear: both;
		margin:0 0 20px;
		padding:5px 10px;
		width:680px;
		background:#c66a94;
		color:#ffffff;
	}
	
	.listing h2{
		clear: both;
		margin:0 0 20px;
		border-bottom:2px solid #c66a94;
		padding:3px 10px 5px;	
		width:680px;
		background:url("../images/bt-greylarge-rx.png") repeat-x 0 0;
		color:#c66a94;
	}
	
	.listing h2.feature{
		clear: both;
		margin:0 0 20px;
		padding:5px 10px;		
		width:680px;		
		background:#c66a94;
		color:#ffffff;
		font-size:1.6em;
	}	
	
	.listheader{
		float:left;
		margin:0 0 20px;
		border-bottom:2px solid #c66a94;
		padding:0 0 18px;
		width:700px;
	}
	
		.listheader p.listmeta{
			float:left;
			margin:0;
			width:340px;
			font-family:Arial, Helvetica, sans-serif;			
			font-size:1.4em;
			font-weight:bold;
		}
	
		.listheader #sorter{
			float:right;
			width:340px;
		}
		
			.listheader #sorter p{
				margin:0;
				text-align:right;
			}
			
			.listheader #sorter p select{
				margin:0 0 0 20px;
			}
	
	.listrow{
		float:left;
		margin:0 0 20px;
		border-bottom:1px solid #ccc;
		padding:0 0 19px;
		width:700px;		
	}
	
	.listrow-last{
		border:none;
		padding:0;
	}

		.product, .size{
			float:left;
			margin:0 20px 0 0;
			padding:0 10px;
			width:200px;		
			text-align:center;
		}
		
		.product-last, .size-last{
			margin:0;
		}
		
			.listing a.thumb{
				display:block;
				position:relative;
				margin:0 auto 10px;
				height:150px;
				width:150px;
			}
		
				.listing a.thumb img{
					display:block;
					height:144px;
					width:144px;
					padding:3px;
					/*background:url("../images/bg-product-thumb.png") no-repeat 0 0;*/
					opacity:0.9;
				}
				
				.listing a.thumb:hover img, .listing a.thumb:focus img{
					border:2px solid #6AC66C;
					-moz-border-radius:2px;
					-webkit-border-radius:2px;
					padding:1px;
					opacity:1;
				}
				
				.listing a.thumb:active img{
					/*padding:2px 1px 0;*/
					border-color:#29792B;
				}

				.listing a.thumb .disbanner{
					position:absolute;
					top:-1px;
					left:-1px;
					height:0;
					width:150px;
					padding:150px 0 0;
					overflow:hidden;
					background:url("../images/bn-50off.png") no-repeat 0 0;
				}
				
				.listing a.thumb .catbanner{
					position:absolute;
					top:-10px;
					left:-15px;
					height:0;
					width:150px;
					padding:150px 0 0;
					overflow:hidden;
					background:url("../images/bn-catbanner.png") no-repeat 0 0;
				}	

				.listing a.thumb:hover .catbanner, .listing a.thumb:focus .catbanner{
					top:-12px;
					left:-16px;	
				}
				
					.listing a.thumb .best-seller{
						background-position:0 0;
					}		

					.listing a.thumb .best-value{
						background-position:-150px 0;
					}				
					
					.listing a.thumb .special-offer{
						background-position:0 -150px;
					}									

					.listing a.thumb .ultimate-luxury{
						background-position:-150px -150px;
					}									
			
			.listing h3{
				margin:0;
				border:none;
				padding:0;
				background:none;
				font-size:1.4em;
				text-transform:capitalize;
			}
			
			.listing p.snippet{
				margin:0 0 10px;
				color:#959595;
				line-height:15px;
			}	
			
				.listing p.snippet em{
					display:block;
				}			
		
			.listing p.meta{
				margin:0 0 10px;
				color:#959595;
				font-family:Arial, Helvetica, sans-serif;
			}
			
				.listing p.meta .price{
					display:block;
					color:#000;
					font-weight:bold;
				}
				
					.listing p.meta .price strong{
						font-size:18px;
					}

				.listing p.meta .rrp{
					display:block;
					line-height:15px;
				}

				.listing p.meta .saving{
					/*display:block;*/
					padding:2px;
					/*background:#ffc;										
					color:#990;*/
					background:#fcc;										
					color:#900;					
					font-size:14px;
					font-weight:bold;
				}
										
		p.actions{
			margin: 0 0 10px;
			font-size:14px;
			line-height:30px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			text-transform:uppercase;
		}
				
			a.addbask{
				display:block;
				margin:0 auto;
				border:2px solid #499f4b;
				padding:3px 8px;
				width:120px;
				background:#6AC66C;/* url("../images/bt-addlarge-rx.png") repeat-x 0 0;*/				
				color:#ffffff;
				line-height:20px;
				-moz-border-radius:15px;
				-webkit-border-radius:15px;
			}
			
			a.addbask:hover, a.addbask:focus{
				border-color:#29792B;
				/*background-position:0 -30px;*/
				color:#fff;
			}
			
			a.addbask:active{
				border-color:#29792B;			
				/*padding:4px 8px 2px;*/
				background:#29792B;
				color:#fff;
			}
			
		p.subact{
		    margin:0;
			font-size:12px;
			line-height:20px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			text-transform:uppercase;
		}
		
			p.subact a{
				margin:0 auto;
			}
			
				a.addcomp{
					display:block;
					margin:0 auto;
					border:1px solid #cccccc;
					padding:1px 9px;
					width:120px;
					background:#ebebeb;
					color:#336699;
					line-height:16px;
					font-weight:bold;
					-moz-border-radius:10px;
					-webkit-border-radius:10px;
				}
				
				a.addcomp:hover, a.addcomp:focus{
					border-color:#336699;
					color:#369;
				}
				
				a.addcomp:active{
					border-color:#336699;							
					background:#336699;
					color:#fff;
				}