@charset "utf-8";
/* CSS Document */

.products #miniBanner
{
	background-image:url("/design/tmp/banners/products.jpg");
}

.products .block-map
{
	overflow:hidden;
	position:relative;
}
.presentation.wines
{
	position:relative;
	min-height:58px;
}
.presentation.wines.button 
{
	cursor:pointer;
}
#mapWrapper
{
	background-color:#4e3a42;
	position:relative;
	/**height:358px;*/
	background-image:url(backgrounds/products-map.jpg);
	/**background-position:left -50px;*/
}
	#mapWrapper
	{
	}
	#mapWrapper  #map
	{
		/**position:absolute;*/
		width:100%;
		height:100%;
		left:0;
		/**top:-50px;*/
	}
		#mapWrapper  #map .country
		{
			cursor:pointer;
			fill:#B1935E;
		}
			#mapWrapper  #map .country.test
			{
				fill:red;
			}
			#mapWrapper  #map .country:hover
			{
				
			}
				#mapWrapper  #map a:hover .country,
				#mapWrapper  #map a.active .country
				{
					fill:white;
				}
		#filter.noMap #map
		{
			display:none;
		}
	#filter 
	{
		margin:0 20px;
	}
		#filter .checkboxWrapper
		{
			margin-bottom:26px;
			color:white;
			font-size:13px;
		}

			#filter .checkbox .input
			{
			    background-image: url("forms/checkbox3.png");
			}
			#filter  .checkboxWrapper .title
			{
				padding-top:1px;
			}
		#filter .selectFilters
		{
			position:relative;
			
		}
			#filter .selectFilters .select
			{
				width:auto;
				margin-bottom:20px;
			}
		#filter .pdfLink
		{
			/*color:white;
			font-family:Arial,Helvetica,sans-serif;
			font-size:12px;
			background-image:url('pictos/pdf.gif');
			padding-left:22px;
			display:block;
			margin-bottom:16px;*/

		    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
		    cursor: pointer;
		    position: relative;
		    color:white;
		    font-size: 13px;
		    height: 39px;
		    line-height: 39px;
		    padding: 0 18px;
		    display:block;
		    margin-bottom:20px;

		    background:url('pictos/pdf-2.png') no-repeat right center  #402e35;
		}	
			#filter .pdfLink:hover
			{
				/*text-decoration:underline;*/
			}

#showMap
{
	padding:0 0 0 42px;
	color:#CCCCCC;
	background-image:url('buttons/show-map.png');
	width:142px;height:54px;
	margin:0 auto;
	line-height:54px;
	font-size:16px;
	font-family:Custom, Arial, Helvetica;
	background-position:left top;
	/*position:absolute;
	right:0;
	top:0;*/
}
	#showMap:hover
	{
		color:white;
		background-position:left bottom;
	}

.presentation
{
	background-color:#4e3a42;
}
	.presentation .text
	{
		/*padding:22px 0 32px 0;*/	
		margin:0 auto;
		width:682px;
		color:white;
	}
		.presentation .title
		{
			font-size:24px;
			text-transform:uppercase;
			margin-bottom:18px;
			padding-top:22px;
		}
		.presentation p
		{
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			line-height:1.833333333333333em;
			margin-bottom:1.833333333333333em;
		}
			.presentation p:last-child
			{
				margin-bottom:0;
				padding-bottom:32px;
			}
#productsList
{
	position:relative;
	background-color:#4e3a42;
}
	#productsList .leftColumn
	{
		position:absolute;
		left:0;top:0;
		width:250px;
	}
		#productsList .leftColumn .photo
		{
			display:block;
			margin-bottom:20px;
		}

		#categoriesList
		{
			margin:0 20px;
		}
			#categoriesList .item
			{
				display:block;
				color:white;
				border-bottom:1px dotted #8e8388;
				font-size:14px;
				line-height:2em;
				text-transform:uppercase;
			}
				#categoriesList .item:hover,
				#categoriesList .item.active
				{
					color:#ae923d;
				}

	#productsList .content
	{
		margin-left:250px;
		min-height:250px;

		color:white;

		background: rgb(78,58,66); /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%, rgba(64,46,53,1) 52%, rgba(45,36,39,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(78,58,66,1)), color-stop(52%,rgba(64,46,53,1)), color-stop(100%,rgba(45,36,39,1))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center, rgba(78,58,66,1) 0%,rgba(64,46,53,1) 52%,rgba(45,36,39,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e3a42', endColorstr='#2d2427',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	}

	#productsList #itemsList .title
	{
		font-size:17px;
		text-transform:uppercase;
	}

		/*Wines*/

		#productsList.alcohols .wrapper
		{
			margin:0 58px;
			padding:35px 0 28px 0;
			min-height:758px;
		}
			#productsList.alcohols #itemsList .item
			{
				margin-bottom:30px;
				position:relative;
				min-height:39px;
			}
				#productsList.alcohols .header
				{
					line-height:17px;
				}
					#productsList.alcohols #itemsList .title
					{
						
						float:left;	
					}
					#productsList.alcohols .dots
					{
						
						height:17px;
					}
						#productsList.alcohols .dots p
						{
							word-wrap:normal;
							height:17px;
							font-size:17px;
							overflow:hidden;
						}
					#productsList .price
					{
						font-size:17px;
						color: gold;
					}
						#productsList.alcohols .price
						{
							float:right;
						}
							#productsList.alcohols .price .oldPrice
							{
								color:white;
								text-decoration:line-through;
								font-size:13px;
								vertical-align:top;
								font-family:Arial,Helvetica, sans-serif;
							}
						
			#productsList.alcohols .details
			{
				font-size:14px;
				font-family:Arial, Helvetica, sans-serif;
				padding-top:8px;
				text-transform:uppercase;
			}

		/*Gifts*/

		#productsList.gifts .leftColumn .folderLink
		{
			width:170px;
			margin:0 auto 30px auto;
		}

			#productsList.gifts .leftColumn .folderLink .title
			{
				color:white;
				font-size: 24px;
			    margin-bottom: 18px;
			    line-height:1.4em;
			    text-transform: uppercase;
			}

		#productsList.gifts #itemsList .item.hasPhoto
		{
			padding-left:120px;
			min-height:100px;
		}
			#productsList.gifts .item .photo
			{
				position:absolute;
				left:0;top:-5px;;
				width:100px;height:100px;
			}

		/*
		#productsList.gifts .wrapper
		{
			margin:0 40px 0 20px;
			padding:26px 0 28px 0;
		}
			#productsList.gifts .item
			{
				padding:0 0 0 194px;
				margin-bottom:20px;
				position:relative;
			}
				#productsList.gifts .item.hasPhoto
				{
					min-height:174px;
				}
				#productsList.gifts .item .photo
				{
					position:absolute;
					left:0;top:0;
				}
				#productsList.gifts .item .title
				{
					font-size:17px;
					font-weight:normal;
					line-height:1.2em;
					margin-bottom:5px;
					text-transform:uppercase;
				}
				#productsList.gifts .description
				{
					font-size:14px;
					line-height:22px;
					line-height:1.571428571428571em;
					font-family:Arial,  Helvetica, sans-serif;
					margin-bottom:18px;
				}
			*/

		/*Common*/

		#productsList .add
		{
			font-size:12px;
			position:absolute;
			right:0;bottom:2px;
			font-family:Arial,  Helvetica, sans-serif;
		}
			#productsList .add:hover
			{
				text-decoration:underline;
			}
			#productsList .add.fading
			{
				text-decoration:underline;
				cursor:default;
			}
			#productsList .add.added
			{
				color:#ceb046;
				text-decoration:none;
				cursor:default;
			}

		#productsList .productsCount
		{
			font-family:Arial,  Helvetica, sans-serif;
			font-size:12px;
			text-align:center;
			margin-bottom:40px;
		}


.products .pagination
{
	text-align:center;
	font-size:0;
	margin-bottom:40px;
}
	.products .pagination .pageSelect
	{
		font-size:13px;
		line-height:28px;
		font-family:Arial,  Helvetica, sans-serif;
		display:inline-block;
		height:28px;
		background-color:#4e3a42;
		vertical-align:middle;

		*display:inline;*zoom:1;
	}
		.products .pagination .pageSelect.dummy,
		.products .pagination .pageSelect.dummy:hover
		{
			background-color:transparent;
		}
		.products .pagination .pageNumber
		{
			width:32px;
			margin:0 5px;
		}
		.products .pagination .pageSelect.previous,
		.products .pagination .pageSelect.next
		{
			width:32px;
			margin:0 5px;
		}
		.products .pagination .pageSelect.first,
		.products .pagination .pageSelect.last
		{
			width:42px;
			margin:0 5px;
		}
		.products .pagination .pageSelect:hover,
		.products .pagination .pageSelect.active
		{
			background-color:#ae923d;
		}