/*********************************
    SUBCATEGORY PAGE STYLES
*********************************/

#SubCatBanner  {
	float: left;
	display: inline;
	width: 100%;
	margin: 10px 0 0 0;
}

#SubCatPage {
	float: left;
	display: inline;
	width: 922px;
}

.pagination{
	float: right;
	display: inline;
	width: 100%;
	font-size: 11px;
	vertical-align: middle;
	padding-top: 10px;
}


.pages { float: right; display: inline; text-align: right; margin: 0; padding: 3px 0 0 0; }
.pages a {
	color: #000;
	text-decoration: none;
}
.pages img { border: 0; }

#SubCatPage .ThumbRow { clear: both; overflow: hidden; padding: 20px 23px 0 23px; width: 876px;}
#SubCatPage .ThumbItem { position: relative; float: left; display: inline; width: 150px; margin-right: 30px; text-align: center; font-size: 11px; line-height: 14px; }
#SubCatPage .ThumbImg { display:table-cell; width: 150px; /*height:150px;*/ margin: 0; padding:0; line-height: 300px; vertical-align: bottom; }
#SubCatPage .ThumbImg a { width: 148px;}
#SubCatPage .ThumbImg img { width: 148px; border: 0px solid #999999; margin: auto 0;}
#SubCatPage .last { margin-right: 0px; }
#SubCatPage .ItemInfo { float: left; display: inline; width: 150px; margin-top: 8px; }
#SubCatPage .ThumbItem a {
	color: #8c3d08;
	text-decoration: none;
}

.sold-out {
  position: absolute;
  width: 150px;
  top: -30px;
  left: 0;
}

.prices {
	display: block;
	margin-top: 10px;
	color: #000;
	font-weight: bold;
}

.was {
	color: #333;
	font-weight: normal;
}

.sale {
	font-weight: bold;
	color: #f00;
}

#tblMixMatchGroups
{
	width:50%; 
    margin-left:25%; 
    margin-right:25%;
    border: solid 1px #000000;    
    margin-top: 40px;
}

#tblMixMatchGroups th
{
    color: #993300;
    font-family: 'ClarendonFSLight',Arial,sans-serif;
	font-size: 18px;
    font-weight: normal;
    padding-bottom: 12px;
}

#tblMixMatchGroups td
{
    color: #993300;
	width: 33%;
	text-align: center;
	padding-bottom: 7px;
	font-size: 14px;
}
.mixMatchHeader 
{
	text-align:center;
	color: #993300;
    font-family: 'ClarendonFSLight',Arial,sans-serif;
	font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}