/* list GRID page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#list_block{
	/* same as the category */
	: ;
}

.list_module{
	background: transparent url(../images/list_bck.gif) repeat-x;
	float: left;
	width: 182px;
	margin: 10px 50px 50px 0;
	display: inline;
	height: 300px;
	border: 1px solid #fff;
}

.item_tag{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.list_image{
	position: relative;
	z-index: 2;
}

.list_image img{
	display: block;
	width: 125px;
	height: 125px;
	border: 1px solid #fff;
	margin-left: 28px;
}

.list_image a{
	display: block;
	margin: 22px auto 10px;
}

.list_desc{
	display: block;
	margin: 0 20px 0 28px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	color: #002a5c;
}

.list_desc a:link,.list_desc a:visited{
	text-decoration: none;
	font-size: 85%;
}

.list_desc a:focus,.list_desc a:hover,.list_desc a:active{
	text-decoration: underline;
}

.list_desc strong{
	font-weight: bold;
}

.list_item_number{
	display: none;
}

.list_price{
	color: #666;
	/*	font-weight: bold;*/
	display: block;
	font-size: 136%;
	position: absolute;
	left: 20px;
	bottom: 65px;
}

.list_price span{
	font-size: 77%;
	color: #2b5e84;
	font-weight: normal;
}

body#bedframes_body .list_price span,
body#pillows_body .list_price span,
body#petbeds_body .list_price span,
body#matresspads_body .list_price span{
	display: none;
}

.list_stock_status{
	display: none;
}

.list_copy{
	display: none;
}

.b_quick_details{
}

.list_viewdetails span{
	position: absolute;
	top: 0;
	left: -9999em;
}

.list_viewdetails{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.list_viewdetails a:link, .list_viewdetails a:visited{
	position: relative;
	display: block;
	width: 69px;
	height: 27px;
	text-align: center;
	line-height: 54px;
	font-weight: bold;
	background: transparent url(../images/btn_sprite.png) no-repeat 0px -240px;
}

.list_viewdetails a:hover, .list_viewdetails a:focus, .list_viewdetails a:active{
	background-position: 0px -300px;
}

.list_addtocart span{
	position: absolute;
	top: 0;
	left: -9999em;
}

.list_addtocart{
	position: absolute;
	bottom: 20px;
	left: 100px;
}

.list_addtocart a:link, .list_addtocart a:visited{
	position: relative;
	display: block;
	width: 69px;
	height: 27px;
	text-align: center;
	line-height: 54px;
	font-weight: bold;
	background: transparent url(../images/btn_sprite.png) no-repeat -104px -240px;
}

.list_addtocart a:hover, .list_addtocart a:focus, .list_addtocart a:active{
	background-position: -104px -300px;
}

h4{
	font-size: 122%;
}

.list-b_personalize{
	display: none;
}

/* list GRID page end */