/*======================================================================
	BROOKLYN INDUSTRIES: Category
----------------------------------------------------------------------*/
/*======================================================================
	LAYOUT: Category
----------------------------------------------------------------------*/
.l-category
{}
	.l-category #body-container,
	.l-overview #body-container,
	.l-outfit #body-container
	{
		padding: 0 20px 20px 20px;
	}

/*======================================================================
	LAYOUT: Category Content
----------------------------------------------------------------------*/
.v-category-contenttemplate
{}
	.v-category-contenttemplate .category-body {}
		.v-category-contenttemplate .category-body p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		.v-category-contenttemplate .category-body img
		{
			border: none;
		}


/*======================================================================
	LAYOUT: Outfit
----------------------------------------------------------------------*/
/*---------------------------------
	VIEW: OUTFIT TEMPLATE
---------------------------------*/	
.v-category-outfittemplate
{
	position: relative;
	min-height: 500px;
	_height: 500px;
	z-index: 2000;
}

	/*-- OUTFIT LANDING PAGE --*/
	.v-category-outfit
	{}
		.v-category-outfit .ct-outfitbody
		{
			height: 530px;
			background:#02050A url('../images/layout/loading-02050A.gif') no-repeat center center;
		}
		.v-category-outfit .scroller-vertical
		{
			position: absolute;
			padding: 0;
			top: 20px;
			right: 10px;
			width: 120px;
			border: 1px solid #231f20;
		}
			.v-category-outfit .scroller-vertical .bg
			{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 120px;
				height: 467px;
				background-color: #231f20;
				z-index: 1999;
				opacity: 0.3;
			}
			.v-category-outfit .scroller-vertical .outfits
			{
				position: relative;
				z-index: 2001;
			}
				.v-category-outfit .scroller-vertical h3
				{
					margin-bottom: 10px;
					padding-top: 10px;
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 1.1em;
					font-weight: normal;
					color: #fff;
					text-align: center;
					text-transform: uppercase;
				}
				.v-category-outfit .scroller-vertical a.prev,
				.v-category-outfit .scroller-vertical a.next
				{
					background-color: #231f20;
				}
					.v-category-outfit .scroller-vertical a.prev span
					{
						background-position: -80px -90px;
					}
					.v-category-outfit .scroller-vertical a.next span
					{
						background-position: -40px -90px;
					}
				.v-category-outfit .scroller-vertical .carousel
				{
					margin: 0 auto;
					width: 90px;
					height: 400px;
				}
				.v-category-outfit .scroller-vertical ul
				{
					width: 90px;
				}
					.v-category-outfit .scroller-vertical ul li.product
					{
						margin: 0 0 10px 0;
						width: 90px;
						min-height: 0;
						height: 125px;
						float: none;
						background-color:#fff;
						border: none;
					}
		

