/*======================================================================
	BROOKLYN INDUSTRIES: Stores
----------------------------------------------------------------------*/
/*======================================================================
	LAYOUT: Stores
----------------------------------------------------------------------*/
.l-stores
{}

	.l-stores #body-container
	{
		padding: 0 20px 20px 20px;
	}
	
	
/*======================================================================
	VIEW: Store Location: Store
----------------------------------------------------------------------*/
.v-storelocation-store
{}

	.v-storelocation-store h1
	{
		margin-bottom: .5em;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
	}

	.v-storelocation-store h2
	{
		margin: 0 0 2px;
		font-size: 1.1em;
		text-transform: uppercase;
	}

	.v-storelocation-store p
	{
		margin: 0 0 1.5em;
		font-size: 1.1em;
		color: #6b696a;
	}
	
	.v-storelocation-store p strong
	{
		font-weight: normal;
		color: #212121;
	}

	.v-storelocation-store .storeimage
	{
		margin-bottom: 5px;
		width: 770px;
	}
	
	.v-storelocation-store .isolated
	{
		padding-bottom: 5px;
	}

		.v-storelocation-store .storeaddress
		{
			margin-bottom: 20px;
			margin-right: 20px;
			width: 355px;
			float: left;
		}
	
		.v-storelocation-store .storehours
		{
			margin-bottom: 20px;
			width: 355px;
			float: left;
		}
	
		.v-storelocation-store .storedirections
		{
			margin-bottom: 20px;
			margin-right: 20px;
			width: 355px;
			clear: both;
			float: left;
		}
	
		.v-storelocation-store .storemap
		{
			margin-bottom: 20px;
			width: 355px;
			height: 220px;
			float: left;
		}
	
		.v-storelocation-store .storeadditionalinfo
		{
			margin-right: 20px;
			width: 355px;
			float: left;
			clear: both;
		}
		
		.v-storelocation-store .storewindpower
		{
			width: 355px;
			_width: 352px;
			float: left;
			text-align: right;
		}


/*======================================================================
	VIEW: Store Location: Window Category
----------------------------------------------------------------------*/
.v-storelocation-windowcategory
{}

	.v-storelocation-windowcategory .windownav
	{
		width: 730px;
	}
	
		.v-storelocation-windowcategory .windownav a
		{
			top: 170px;
		}
	
	.v-storelocation-windowcategory .whatsinthewindow
	{
		width: 770px;
	}
	
		.v-storelocation-windowcategory .whatsinthewindow ul.windowimages
		{
			margin: 0 auto;
			width: 770px;
		}
		
			.v-storelocation-windowcategory .whatsinthewindow ul.windowimages li.windowimage
			{
				width: 770px;
				height: 575px;
				text-align: center;
			}
			
				.v-storelocation-windowcategory .whatsinthewindow ul.windowimages li.windowimage p.windowcaption
				{
					margin-top: 10px;
					padding: 0 30px;
					font-size: 1.1em;
					text-align: left;
				}
