body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background/childrens.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#entire .title {
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	color: #FFF;
	font-weight: normal;
	background-color: #364C99;
	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/childrensback.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#entire .price table tr:hover {
	background-color: #798CD0;
	cursor: pointer;
}

#entire .footer {
	background-color: #364C99;
	text-align: right;
	color: #FFF;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}
#entire .price table th {
	background-color: #364C99;
	font-weight: normal;
	height: 30px;
	text-align: left;
	line-height: 15px;
	padding-left: 2px;
	color: #FFF;
}


#entire .price table td {
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
	background-color: #D8DBEC;
}
