﻿/* Paging */

.CatListPagingTop, .ProdListPagingTop, .CatListPagingBottom, .ProdListPagingBottom
{
	width: 666px;
	height: 30px;
	line-height: 25px;
	
}
.CatListPagingTop, .ProdListPagingTop
{
	border-bottom: 1px dotted #999;
}
.CatListPagingBackButton, .ProdListPagingBackButton, .CatListPagingNextButton, .ProdListPagingNextButton
{
	width: 50px;
	color: #3B6994;
	font: normal 14px/26px Georgia, "Times New Roman", Arial, Sans-Serif;
	text-decoration: none;
}
.ViewAllLink
{
	width: 63px;
	text-align: left;
}
.ViewAllLink a, .ViewAllLink a:active, .ViewAllLink a:link, .ViewAllLink a:visited
{
	color: #3B6994;
	font: normal 14px/26px Georgia, "Times New Roman", Arial, Sans-Serif;
	text-decoration: none;
	white-space: nowrap;
}
.CatListPagingDiv ul, .CatListPagingDiv ul li, .ProdListPagingDiv ul, .ProdListPagingDiv li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.CatListPagingDiv ul, .ProdListPagingDiv ul
{
	margin: 0 15px 0 15px;
}
.CatListPagingDiv ul li, .ProdListPagingDiv ul li
{
	display: inline;
}
.CatListPagingDiv ul li a, .CatListPagingDiv ul li a:active, .CatListPagingDiv ul li a:link, .CatListPagingDiv ul li a:visited,
.ProdListPagingDiv ul li a, .ProdListPagingDiv ul li a:active, .ProdListPagingDiv ul li a:link, .ProdListPagingDiv ul li a:visited
{
	color: #3B6994;
	font: normal 14px/16px Georgia, "Times New Roman", Arial, Sans-Serif;
	text-decoration: none;
}
.CatListPagingDiv ul li a:hover, .ProdListPagingDiv ul li a:hover, .ViewAllLink a:hover
{
	text-decoration: underline;
}
.ProdListPagingBottom
{
	margin-top: 18px;
}

/* end Paging */

/*--------------------------------------------------*/

/* Featured Product */

.FeatProdImage
{
	margin: 0 12px 4px 0;
	position: relative;
	top: 10px;
}
.FeatProdDesc
{
	margin: 4px 0 8px 0;
}

/* end Featured Product */

/* Custom Stuff */

.ShopListWrapper
{
	width: 701px;
	position: relative;
	left: 25px;
	top: 14px;
}
.ShopListImageImgTD
{
	width: 200px;
	height: 226px;
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
}
.ShopListImageImgTD img
{
	position: relative;
	left: 5px;
	cursor: pointer;
}
.ShopListImageNameTD
{
	vertical-align: top;
	text-align: left;
	padding-bottom: 5px;
	background: url("/Images/2009/dotted-line.gif") repeat-x 0 99%;
}
.ShopListImageNameTD .ProductButton, .ShopListImageNameTD .ProductButton:active, .ShopListImageNameTD .ProductButton:link, .ShopListImageNameTD .ProductButton:visited
{
	width: 157px;
	height: 34px;
	text-decoration: none;
	color: #FFF;
	font: normal 11px/29px Arial, Sans-Serif;
	text-align: center;
	text-transform: uppercase;
}
.ShopListImageNameTD .ProductButton span
{
	width: 157px;
	height: 34px;
	background: url("/Images/2009/Buttons/verge-button-small.gif") no-repeat 0 0;
	display: block;
	position: relative;
}
.ShopTitleDescDiv
{
	padding-top: 8px;
}
.ShopListTitle
{
	width: 701px;
	padding-bottom: 7px;
	display: block;
}
.ShopListDesc
{
	padding-right: 33px;
	margin: 22px 0 22px 0;
}
.ShopListPriceDiv
{
	width: 153px;
	text-align: center;
}
.HideBottomLine
{
	height: 5px;
	background: #FFF;
	position: relative;
	top: -3px;
}