﻿/*======================================================================
	BRODART: Products Controls
----------------------------------------------------------------------*/

/*======================================================================
	GLOBAL: Products Detail
	--------------------------------------------------------------------
	This is not an actual control, but a hook to attach styles across
	multiple similar product detail controls. 
----------------------------------------------------------------------*/
.c-products-detailglobal
{}
	
	/*---------------------------------
		COL 1
	---------------------------------*/
	.c-products-detailglobal .col1
	{
		margin-right: 10px;
		margin-bottom: 14px;
		width: 252px;
		float: left;
	}
	
		.c-products-detailglobal .col1 .actionlist
		{
			padding-top: 3px;
			border: none;
		}
		
			.c-products-detailglobal .col1 .actionlist li.action-secondary
			{
				margin: 0;
				padding-top: 0;
				float: none;
			}
			
				.c-products-detailglobal .col1 .actionlist li a
				{
					display: block;
					position: relative;
					padding: 4px 0 4px 23px;
					font-size: 0.917em;
					text-decoration: none;
				}
				
					.c-products-detailglobal .col1 .actionlist li a i
					{
						display: block;
						position: absolute;
						left: 0;
						top: 6px;
						width: 16px;
						background-color: transparent;
						background-image: url(../../images/layout/sprite_products.png);
						background-repeat: no-repeat;
					}
					
						.c-products-detailglobal .col1 .actionlist li.action-email a i { height: 10px; background-position: -66px -21px; }
						.c-products-detailglobal .col1 .actionlist li.action-print a i { height: 13px; background-position: -66px -36px; }
	
	/*---------------------------------
		COL 2
	---------------------------------*/
	.c-products-detailglobal .col2
	{
		margin-bottom: 14px;
		width: 478px;
		float: left;
	}
	
		.c-products-detailglobal .view-product-options
		{
			padding: 1em 0;
		}
	
	/*---------------------------------
		FUNCTIONS
	---------------------------------*/
	.c-products-detailglobal .functions
	{
		margin-bottom: 1em;
	}
		
		.c-products-detailglobal .functions h2
		{
			margin: 0;
			padding: 12px 10px 7px;
			font-size: 1.25em;
			font-weight: normal;
			color: #fff;
			background: transparent url(../../images/layout/sprite_globals.png) 0 -105px repeat-x;
			border-bottom: 2px solid #518beb;
		}
	
		/*-- TIERED PRICING TABLE --*/
		.c-products-detailsimple table.price
		{
			border-color: #dcdcdc;
		}

			.c-products-detailsimple table.price td.column-quantity
			{
				border-right-color: #dcdcdc;
			}
			
	/*---------------------------------
		PRODUCT TABLE
	---------------------------------*/
	.c-products-detailglobal table.product
	{}

		.c-products-detailglobal table.product th
		{
			font-size: 1em;
			white-space: nowrap;
			background: none;
		}
		
			.c-products-detailglobal table.product th.first
			{
				border-left: 1px solid #dcdcdc;
			}
			
			.c-products-detailglobal table.product th.last
			{
				border-right: 1px solid #dcdcdc;
			}

		.c-products-detailglobal table.product td.column-fulfillmentsystemid
		{
			font: 0.833em Verdana, Arial, Helvetica, Sans-serif;
			color: #999;
		}
		
		/*-- PRODUCT NAME --*/
		.c-products-detailglobal table.product th.column-name,
		.c-products-detailglobal table.product td.column-name
		{
			text-align: center;
		}
		
			.c-products-detailglobal table.product td.column-name .primary-media,
			.c-products-detailglobal table.product td.column-name a.name
			{
				display: block;
				margin-bottom: 5px;
			}
			
			.c-products-detailglobal table.product td.column-name .info
			{
				position: relative;
			}
			
			.c-products-detailglobal table.product td.column-name .info .popped
			{
				width: 300px;
			}
			
		/*-- OPTIONS --*/
		.c-products-detailglobal table.product td.column-options li.pairing-horizontal
		{
			float: none;
		}
		
			.c-products-detailglobal table.product td.column-options li.pairing-horizontal label.primary
			{
				margin-bottom: 0.2em;
				float: none;
			}
		
			.c-products-detailglobal table.product td.column-options li.pairing-horizontal .pairing-content
			{
				float: none;
			}
		
		/*-- CUSTOMIZATIONS --*/
		.c-products-detailglobal table.product td.column-customizations .customization-content
		{
			position: relative;
		}
		
		/*-- PRICE --*/
		.c-products-detailglobal table.product th.column-price,
		.c-products-detailglobal table.product td.column-price
		{
			text-align: center;
		}
		
			.c-products-detailglobal table.product td.column-price table
			{
				margin: 0 auto;
			}
			.c-products-detailglobal table.product td.column-price table.price caption
			{
				display: none;
			}
			.c-products-detailglobal table.product td.column-price table.price td
			{
				font-size: 0.833em;
			}
			
			
		/*-- QUANTITY --*/
		.c-products-detailglobal table.product th.column-quantity,
		.c-products-detailglobal table.product td.column-quantity
		{
			text-align: center;
		}
			
			.c-products-detailglobal table.product td.column-quantity .input-text
			{
				width: 35px;
				font: 0.917em Verdana, Arial, Helvetica, Sans-serif;
				text-align: center;
			}
		
/*======================================================================
	CONTROL: Products: Browse
----------------------------------------------------------------------*/
.c-products-browse
{}

	.c-products-browse .pager-top
	{
		padding: 0 10px 1em;
	}

	.c-products-browse .pager-bottom
	{
		padding: 0.5em 10px 0.5em 20px;
	}
	
	.c-products-browse .u-miscellaneous-pagetitle h1
	{
		margin: 0;
		padding: 12px 10px 7px;
		font-size: 1.25em;
		font-weight: normal;
		color: #fff;
		background: transparent url(../../images/layout/sprite_globals.png) 0 -105px repeat-x;
		border-bottom: 2px solid #518beb;
	}
	
	.c-products-browse .u-products-thumbnailpage
	{
		margin-bottom: 1em;
		padding: 4px 10px 0;
		border: 1px solid #e0e0e0;
		border-top: none;
	}

/*======================================================================
	CONTROL: Products: Detail
	--------------------------------------------------------------------
	Does not exist on Brodart
----------------------------------------------------------------------*/
.c-products-detail
{}

	/*---------------------------------
		WISHLISTS
	---------------------------------*/
	.c-products-detail .wishlists
	{
		margin: 1em 0;
		padding: 10px;
		background: #f1f1f1;
		border: 1px solid #d7d7d7;
	}

	/*---------------------------------
		REVIEWS
	---------------------------------*/
	.c-products-detail .reviews
	{
		margin-bottom: 1.5em;
		clear: both;
	}
	
		.c-products-detail .reviews .reviewsummary
		{
			padding: 10px;
			background-color: #f4f4f4;
		}
	
			.c-products-detail .reviews .reviewsummary h4
			{
				margin: 0 0 5px;
			}
		
		.c-products-detail .reviews li.review
		{
			padding: 0 10px;
		}

	/*---------------------------------
		RELATED PRODUCTS
	---------------------------------*/
	.c-products-detail .relatedproducts
	{
		clear: both;
	}

		.c-products-detail .relatedproducts .u-products-relatedproducts
		{
			margin-top: 0;
		}

/*======================================================================
	CONTROL: Products: Detail Simple
----------------------------------------------------------------------*/
.c-products-detailsimple
{}

	.c-products-detailsimple .functions .u-products-customizationselector
	{
		padding-top: 1em;
	}
	
	.c-products-detailsimple .functions .u-products-productoptionselectordynamic
	{
		padding-top: 1em;
	}
	
		/*
		.c-products-detailsimple .functions .u-products-productoptionselectordynamic ol li label.primary span.required
		{
			display: none;
		}
		*/

/*======================================================================
	CONTROL: Products: Detail SKUs
----------------------------------------------------------------------*/
.c-products-detailskus
{}

/*======================================================================
	CONTROL: Products: Search
----------------------------------------------------------------------*/
.c-products-search
{}

	/*---------------------------------
		SEARCH
	---------------------------------*/
	.c-products-search .search
	{
		margin-bottom: 2em;
	}

		.c-products-search .search li.pairing
		{
			margin-right: 20px;
			margin-bottom: 2px;
			padding-left: 20px;
			float: left;
			border-left: 1px solid #dcdcdc;
		}
	
			.c-products-search .search li.pairing label.primary
			{
				font-weight: bold;
			}
	
				.c-products-search .search li.pairing label.primary span.required
				{
					display: none;
				}
	
			.c-products-search .search li.pairing .pairing-controls span
			{
				display: block;
				margin-bottom: 3px;
			}
			/* account for unremovabe padding on radio buttons in IE6 & 7 */
			* html .c-products-search .search li.pairing .pairing-controls span { margin-bottom: 0; }
			*:first-child+html .c-products-search .search li.pairing .pairing-controls span { margin-bottom: 0; }

		/*-- KEYWORDS --*/
		.c-products-search .search li.keywords-pairing
		{
			padding: 10px 0 0;
			border-left: 0;
		}
	
			.c-products-search .search li.keywords-pairing .input-text
			{
				width: 310px;
			}
		
		/*-- ACTIONS --*/
		.c-products-search .search .actionlist
		{
			padding-top: 0;
			border: none;
		}
	
			.c-products-search .search .actionlist li.action
			{
				margin: 0;
			}
			
	/*---------------------------------
		PAGER
	---------------------------------*/
	.c-products-search .u-products-pager
	{
		margin: 0.5em 0;
	}
