#pagingHeader {
	background: transparent url(/lib/littlethingsmeanalot/pg-header-bg.gif) repeat-x;
	font-size: 12px;
	height: 85px;
	width: 635px;
	margin: 0 auto;
}
#pagingHeader a {
	text-decoration: none;
}
#navPageCount {
	float: left;
	font-size: 11px;
	height: 18px;
	padding: 8px 0 0 15px;
	width: 70px;
	color: #ffffff;
}
#navPageLinks {
	float: left;
	width: 250px;
	padding: 3px;
}
#navPageLinks ul.headerList {
	float: left;
	height: 24px;
}
#navPageLinks ul.headerList li {
	float: left;
	margin: 0 2px;
	text-align: center;
}
#navPageLinks .pageLink a {
	background: url(/lib/littlethingsmeanalot/pg-page-on.gif) no-repeat 0 0;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 16px;
	padding: 4px 0;
	width: 24px;
}
#navPageLinks .pageCurrent {
	background: url(/lib/littlethingsmeanalot/pg-page-down.gif) no-repeat 0 0;
	display: block;
	font-weight: bold;
	height: 16px;
	padding: 4px 0;
	width: 24px;
}
#navPageLinks li.pageStartOff, #navPageLinks li.pageEndOff, #navPageLinks li.pageNextOff, #navPageLinks li.pagePrevOff {
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 12px;
}
#navPageLinks li a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 16px;
}
#navPageLinks li.pageStartOff {
	background: url(/lib/littlethingsmeanalot/pg-start-off.gif) no-repeat 0 0px;
}
#navPageLinks li.pageEndOff {
	background: url(/lib/littlethingsmeanalot/pg-end-off.gif) no-repeat 0 0px;
}
#navPageLinks li.pagePrevOff {
	background: url(/lib/littlethingsmeanalot/pg-prev-off.gif) no-repeat 0 0px;
}
#navPageLinks li.pageNextOff {
	background: url(/lib/littlethingsmeanalot/pg-next-off.gif) no-repeat 0 0px;
}
#navPageLinks .pageEndOn a {
	background: url(/lib/littlethingsmeanalot/pg-end.gif) no-repeat 0 3px;
}
#navPageLinks .pageStartOn a {
	background: url(/lib/littlethingsmeanalot/pg-start.gif) no-repeat 0 3px;
}
#navPageLinks .pageNextOn a {
	background: url(/lib/littlethingsmeanalot/pg-next.gif) no-repeat 0 3px;
}
#navPageLinks .pagePrevOn a {
	background: url(/lib/littlethingsmeanalot/pg-prev.gif) no-repeat 0 3px;
}
/* BASE LIST STYLES */
ul.headerList {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.headerList li {
	list-style: none;
}
/* SORT LIST */

#navSortList {
	font-size: 10px;
	width: 300px;
	clear: both;
	float: left;
	padding-left: 15px;
}
#navSortList li {
	float: left;
	margin: 5px 0px;
}
#navSortList li a {
	background: url(/lib/littlethingsmeanalot/pg-not-selected.gif) no-repeat 0 3px;
	display: block;
	padding-left: 9px;
	width: 80px;
}
#navSortList li a.sortSelectedUp {
	background: url(/lib/littlethingsmeanalot/pg-selected-up.gif) no-repeat 0 2px;
}
#navSortList li a.sortSelectedDown {
	background: url(/lib/littlethingsmeanalot/pg-selected-down.gif) no-repeat 0 2px;
}
/* VIEW LIST */
#navViewList {
	font-size: 10px;
	height: 14px;
	width: 250px;
	float: right;
}
#navViewList li {
	float: left;
	margin: 5px;
}
#navViewList li a#gridView {
	background: url(/lib/littlethingsmeanalot/pg-grid.gif) no-repeat 0 2px;
	display: block;
	padding-left: 12px;
}
#navViewList li a#listView {
	background: url(/lib/littlethingsmeanalot/pg-list.gif) no-repeat 0 2px;
	display: block;
	padding-left: 12px;
}
#wrapper {
	clear: both;
	width: 590px;
	margin: 0 auto;
}
dl.viewModeGrid {
	float: left;
	margin: 0px 10px;
	width: 174px;
	height: 210px;
}
dl.viewModeGrid dt, dl.viewModeGrid dd {

}
dl.viewModeGrid dt.itemTitle {
	font-weight: bold;
	text-align: center;
}
dl.viewModeGrid dd.itemImage {
	height: 110px;
	margin: 0 auto;
	width: 150px;
}
dl.viewModeList {
	clear:both;
	margin-left: 15px;
}
dl.viewModeList dt, dl.viewModeList dd {
	float: left;
	padding-top: 20px;
	width: 125px;
}
dl.viewModeList dt.itemTitle {
}
dl.viewModeList dd.itemImage {
	float: left;
	padding: 10px 10px 10px 0px;
	width: 110px;
}
.itemPrice {
	color: #3455A3;
}
.salesPrice {
	color: #D20502;
	font-weight: bold;
}
#navPageFilters select {
	width: 90px;
}
#navPageFilters #color {
	margin-right: 3px;
}
