body {
	font-family: arial, helvetica, sans-serif;
}

.commbot
{
	padding-top: 2px;
}
/* Logo */
#fplogo{
	position:absolute;
	left: 150px;
	top: 8px;
	z-index: 1;
}

/* ADV */
#adv{
	position:absolute;
	left: 640px;
	top: 12px;
	z-index: 1;
}

#landing{
	position:absolute;
	top: 0px;
	left: 120px;
	background: url(/us/littlepeople/img/village_bg.jpg) no-repeat;
}

#clubhouse{
	position:absolute;
	top: 0px;
	left: 120px;
}

/* NAVIGATION */
#topcap{
	position:absolute;
	top: 60px
}

#btmcap{
	position:relative;
	top: 75px
}

ul#nav {
	margin: 0;
	list-style-type: none;
	background-color: #0079CE;
	position: relative;
	top: 75px;
	width: 110px;
	padding-left: 10px;
}

* html ul#nav {
	width: 120px;
}

#lsearch{
	line-height: 1em;
	text-indent: -7px;
}

#fakesubmitbutton {
	position: relative;
	top: 5px;
	*top:3px;
}
#keyword{
	width: 80px;
}

ul#nav li {
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 76%;
	text-decoration: none;
	padding: .2em 0;
}

* html ul#nav li {
	margin: .3em 0;
	padding: 0;
}

ul#nav li a {
	text-decoration: none;
	color: #FFFFFF;
}

ul#nav ul {
	padding-left: 1.5em;
	margin: 0;
}

ul#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.7em;
	font-size: 130%;
}

ul#nav a:hover {
	text-decoration: underline;
}
.search
{
	width: 20px;
}

/* Thumbnail page */

.thumb_display {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079CE;
	height: 129px;
}

#price{
	list-style-type: none;
	margin:0px;
	text-align: center;
	text-indent: 20px;
}

#name{
	width: 230px;
	text-align: left;
	margin: 0px;
	text-indent: 10pt;
}

#ages{
	width: 85px;
	margin:0px;
	text-align: center;
}


.product_price{
	font-size: 100%;
	font-weight: bold;
	color: #0079CE;
	text-decoration: none;
}

.product_number{
	font-size: 70%;
	font-weight: normal;
	color: #0079CE;
	text-decoration: none;
	margin:0px;
}

.product_name{
	font-size: 100%;
	font-weight: bold;
	color: #0079CE;
	text-decoration: none;
}

.product_ages{
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0079CE;
	margin:0px;
}

.wish_list_helper{
	margin:0px;
	padding-top: 1.5em;
}

.where_to_buy{
	margin:0px;
	padding-top: 1.5em;
}

.bread_crumb{
	color: #0079CE;
	text-indent: 40px;
	margin:0px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.pagination {
	margin:0px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.pagination a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #0079CE;
	padding: .5em;
}

.pagination a:hover {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0079CE;
	padding: .5em;
}
.pagination a.arrow:hover
{
	background:none;
}

