#page {
	overflow: display;
}
#content{
	padding-bottom: 15px;
	text-align:right;
	overflow: display;
}

a{
	text-decoration:none;
}

img{
	border-style:none;
}

#notice {

text-align: left;

}



.item_big {

	display: block;
	width: 196px;
	height: 320px;
	float: left;

	margin: 5px 0px 10px 1px;
	position: relative;
	text-align: left;

	text-decoration: none;
	color: #444;

}

.item_big:hover {
	outline: 1px solid #ec497e;
}


.item_big p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: center;
}

.item_big h6 {

	

	background-color: #000;
	color: #eee;
	font-size: 9px;
	text-align: center;
	margin: 3px 15px;

	line-height: 17px;
	padding: 0px;
	text-transform: uppercase;
	font-family: verdana;

	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	
	background-image: url('design/serenity/img/morecolours.png');
	
	width: 125px;
	height: 18px;

	position: absolute;
	top: 330px;

}


.price-cut {
	text-decoration: line-through;
	color: #f00;
	margin-right: 5px;
}

.price {
	color: #666;
}

