body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background/totes.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#entire .title {
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	color: #000;
	font-weight: normal;
	background-color: #E10084;
	text-transform: capitalize;
}
#entire .colourwaysholder {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(../images/core/totesback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#entire .footer {
	background-color: #E10084;
	text-align: right;
	color: #000;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}
#entire .price table {
	text-transform: capitalize;
	background-color: #F9CCE6;
}
#entire .price table th {
	background-color: #E10084;
	font-weight: normal;
	height: 30px;
	text-align: left;
	line-height: 15px;
	padding-left: 2px;
}
#entire .price table tr:hover {
	background-color: #F295CB;
	cursor: pointer;
}
