/*=========================================================================================================
//	Category Styles
//========================================================================================================*/
#header
{
	margin-bottom:    50px;
}

#header-image
{
	left: -20px;
}

#product-table
{
	border-collapse: collapse;
	empty-cells: hide;
}

#product-table tr.spacer-row td
{
	border-top:       1px solid #900;
	border-bottom:    1px solid #900;
	height:           5px;
	padding:          0px;
	font-size:        5px;
	line-height:      5px;
}

#product-table td
{
	border-right:     1px solid #900;
	padding-right:    20px;
	text-align:       center;
	padding:          12px;
	padding-bottom:   12px;
	width:            161px;
}

#product-table tr.buy-row td
{
	padding-top:      0;
}

#product-table td.last
{
	border-right:     none;
}

#product-table td h2
{
	background-color: #333;
	padding:          5px 1em;
	margin:           0px;
	color:            #999;
	font-size:        1.2em;
}

#product-table td h2 a
{
	color:            #999;
}

#content
{
	width:            740px;
	padding-right:    19px;
	padding-left:     25px;
}

.intro
{
	width:            370px;
	margin-left:      180px;
}

.spec
{
	padding:          2px 0;
	border-top:       #333 1px solid;
}

/*---------------------------------------------------------------------------------------------------------
//	Shoe Category Styles
//--------------------------------------------------------------------------------------------------------*/
#shoefilter
{
	border-collapse: collapse;
}

#shoefilter td
{
	vertical-align: top;
	padding-right: 15px;
}

#shoefilter select
{
	width:150px;
}
