﻿/*shop Index*/

#content .shopIndexTitle {
	font:bold 18px/32px Arial, sans-serif;
	letter-spacing:0;
	color:#13467D; /*#9ad2c9*/
	border-bottom:1px solid #13467D; /*#9ad2c9*/
	width:auto;
	height:auto;
	margin:0 0 10px 0;
}
#content .shopIndexTitle.Baby {
	color:#cae87e;
	border-bottom:1px solid #cae87e;
}
#content .shopIndexTitle.ToysGifts {
	color:#f8f683;
	border-bottom:1px solid #f8f683;
}
#content .shopIndexTitle.Seasonal {
	color:#5e5f61;
	border-bottom:1px solid #5e5f61;
}
#content .shopIndexTitle.Furniture {
	color:#a5cdee;
	border-bottom:1px solid #a5cdee;
}
#content ul.shopIndex {
	float:left;
	clear:none;
	width:170px;
	height:auto;
	margin:0 20px 10px 0;
}
#content ul.shopIndex img {
	float:left;
	clear:none;
	width:160px;
	height:auto;
	background:#13467D;
	margin:0;
}
#content ul.shopIndex li {
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
	float:left;
	clear:both;
	margin:0;
	width:100%;
}
#content ul.shopIndex li a {
	font:11px/13px Arial, sans-serif;
	color:#666;
	text-decoration:none;
}
#content ul.shopIndex li a:hover {
	text-decoration:underline;
}
#content ul.shopIndex li.title {
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
	margin:10px 0 0 0;
}
#content ul.shopIndex li.title a {
	font:bold 14px/17px Arial, sans-serif;
	color:#709fcf;
	text-decoration:none;
}
#content ul.shopIndex li.title a:hover {
	text-decoration:underline;
}
#lpButton
{
    top: 0 !important;
    margin: 10px 0 !important;
}
