/* ================================= Porfolio Rotator - default.aspx ================================= */
#multiscroller {
	height: 314px; 
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	background: transparent url(../library/bg-brand-rotator.png) no-repeat 0 0;
	}
#multiscroller .scrollContainer div.panel {
	width: 215px;
	}
div.panel .logo {
	display: table;
	height: 104px;
	width: 107px;
	float: left;
	}
div.panel a {
	display: table-cell;
	top: 50%;
	vertical-align: middle;
	}
div.panel img {
	display: block;
	margin: 0 auto;
	top: -50%;
	}
	
/* Portfolio Overview Button */
p.btn-portfolio-overview {
	margin: 19px 0 0 24px;
	padding: 0;
	}
p.btn-portfolio-overview a {
	background: transparent url(../library/btn-portfolio-overview.png) no-repeat 0 0;
	display: block;
	width: 172px;
	height: 26px;
	cursor: pointer;
	}
p.btn-portfolio-overview a span {
	display: none;
	}	

/* ================================= YAL documents widget ================================= */

/* ------------------------------------ Documents Tab ------------------------------------- */

#portfoliodocuments {
	position: absolute;
	left: 50%;
	width: 167px;
	height: 34px;
	top: 30px;
	z-index: 20000!important;
	margin: 0 auto 0 323px;
	text-align: left;
	}	
#portfoliodocuments span {
	width: 132px;
	height: 23px;
	display: block;
	background: url(../library/tab-documents.gif) #fff 0 0 ;
	padding: 11px 0 0 35px;
	color: #000;
	cursor: pointer;
	}	
#portfoliodocuments span:hover {
	background-position: 0 -34px;
	color: #fff;
	}	
#portfoliodocuments .selected {
	background-position: 0 -68px;
	}	
#portfoliodocuments .selected:hover {
	background-position: 0 -102px;
	}		
#portfoliodocuments img {
	display: none;
	}		

/* --------------------------------- Documents Dropdown --------------------------------- */		



/* Email form */
#portfoliodocuments-background {
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: alpha(opacity=85);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);*/
	z-index: 101!important;
	}
#portfoliodocuments-popup {
	display: none;
	position: absolute;
	left: 0px; 
	width: 980px;
	top: 64px !important;
	z-index: 10002;
	border-top: 4px solid #c49e4c;
	border-bottom: 1px solid #000;
	background-color: #959595 /*url(../library/bg-documentspopup.jpg) repeat-x left bottom*/;
	background-color: #c49e4c;
	}
#portfoliodocuments-popup .description {
	clear: both;
	float: none;
	width: 940px;
	padding: 20px 20px 15px 20px;
	color: #fff;
	/*background: #959595 url(../library/bg-documentspopup.jpg) repeat-x left top;*/
	background-color: #9d7e3d;
	text-align: left; 
	}	
#portfoliodocuments-popup span {
	width: 20%;
	}
#portfoliodocuments-popup .message {
	background: #b7e47e url(../library/bg-success.gif) no-repeat left top;
	color: #003300;
	padding: 10px 0 12px 30px;
	}		
div.document-details {
	padding: 10px 20px 20px 20px;
	position: relative;
	z-index: 1;
	text-align: left; 
	}
div.document-details .column-1 {
	float: left;
	padding: 0;
	width: 356px;
	}
div.document-details .column-2 {
	float: left;
	padding: 0;
	width: 564px;
	margin-left: 20px;
	}
div.required-information {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 1;
	font-style: italic;
	color: #5c4109;
	}	
div.document-details .required {
	color: #fff!important;
	}	
div.document-details div.formerror,
div.document-details div.formerror {
	color: #f4e60b!important;
	font-weight: bold;
	border-left: 1px solid #fff;
	padding: 5px;
	display: inline-block;
	}	
div.document-details input,
div.document-details textarea {
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #b4b4b4;
	background-color: #fff;
	font-family: verdana,helvetica,arial,clean,sans-serif;
	}	
.column-1 input {
	width: 100%;
	}
.column-1 label span, 
.column-2 label span {
	color: #5c4109;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	display: block;
	}
.column-1 label span {
	white-space: nowrap;
	}	
.column-1 label span em {
	font-weight: normal;
	/*font-style: normal;*/
	color: #856116;
	}		
.column-2 textarea {
	width: 560px;
	height: 60px;
	}
/* Document listing */	
div.document-list {
	padding: 0 20px 10px 20px;
	/*background: #fff;*/
	overflow: visible;
	overflow-x: hidden;
	overflow-y: auto; 
	height: 265px;
	}	
div.document-list table {
	width: 100%;
	border: 1px solid #000;
	border-top: none;
	}
div.document-list table td {
	width: 20%;
	padding: 0 0 10px 0;
	background-color: #fff;
	vertical-align: top;
	border-right: 1px solid #eee;
	border-top: 1px solid #000;
	}
div.document-list table td.header {
	background: #000 url(../library/bg-td-header.gif) no-repeat left top;
	border-right: 1px solid #333;
	color: #333333;
	color: #ccc;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	}
div.document-list td.header p {
	margin: 0;
	padding-left: 18px;
	}
div.document-list td.header p.icn-pos {
	background: transparent url(../library/icn-pos-grey.gif) no-repeat 0 .2em;
	}	
div.document-list td.header p.icn-press {
	background: transparent url(../library/icn-press-grey.gif) no-repeat 0 .2em;
	}
div.document-list td.header p.icn-image {
	background: transparent url(../library/icn-img-grey.gif) no-repeat 0 .2em;
	}	
div.document-list td.header p.icn-tastingnote {
	background: transparent url(../library/icn-tasting-grey.gif) no-repeat 0 .2em;
	}		
.first-item {
	border-left: 1px solid #fff !important;
	text-align: center;
	padding: 10px !important;
	}
.last-item {
	border-right: 1px solid #fff !important;
	}
	
.buttonbar {
	padding: 13px 20px 10px 20px;
	text-align: right;
	position: relative;
	border-top: 1px solid #9d7e3d;
	background-color: #c49e4c;
	}	
.buttonbar span.options,
.buttonbar span.options label {
	color: #5C4109;
	width: auto!important;
	}
.buttonbar span.options {
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 120px;
	}	
.buttonbar span.btn-clear {
	float: left;
	width: 87px!important;
	}	
.buttonbar span.btn-email {
	width: 87px!important;
	height: 27px;
	}			

/* ================================= Portfolio Listing ================================= */
	
div.mod-portfoliolist {
	padding: 1px;
	/*background-color: #fff;*/
	}
div.mod-portfoliolist-header {
	padding: 8px;
	background-color: #969696;
	color: #fff;
	font-weight: bold;
	}
div.mod-portfoliolist-item {
	padding: 8px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff;
	}
.mod-portfoliolist-item:focus,
.mod-portfoliolist-item:hover,
.mod-portfoliolist-item:active {
	display:  block;
	cursor: pointer;
	background-color: #eaeaea;
	}
.mod-portfoliolist-item a {
	display: block;
	width: 107px;
	text-align: center;
	float: left;
	}
.mod-portfoliolist-item-details {
	float: left;
	padding-left: 20px;
	}
.mod-portfoliolist-item-details p {
	margin: 0;
	padding: 0;
	}
.mod-portfoliolist-item-name {
	color: #000;
	font-weight: bold;
	}
.mod-producerlist-item-wines {
	float: right;
	font-style: italic;
	}
.mod-producer-vintages div.item div.details {
	display: none;
	}
img.mod-searchresults-image {
	/*height: 35px;*/
	}	
	
/* ================================= Producer Detail ================================= */	

.producer .con-supp-1 {
	display: none;
	}		
.producer div.con-main {
	float: left;
	width: 938px;
	background: transparent url(../library/bg-con-main-portfolio.jpg) repeat-y 260px 0;
	padding: 0px 21px 0 21px;
	margin-top: 25px;
	}	
.producer div.mod-content {
	padding: 0;
	width: 100%;
	}
.portfolio div.mod-content {
	padding-top: 25px;
	}	
.producer h1.pagetitle,
.portfolio h1.pagetitle {
	display: none;
	}
h2.producer,
h2.products {
	font-weight: bold;
	font-size: 100%;
	padding: 5px 0 6px 23px;
	margin: 0;
	display: block;
	line-height: 1.4;
	cursor: pointer;
	}		
h2.producer {
	background: #969696 url(../library/icn-producertitle.gif) no-repeat 9px 9px;
	color: #fff;
	}	
h2.products {
	background: #f0e8db url(../library/icn-productstitle.gif) no-repeat 9px 9px;
	color: #b38d4b;
	position: relative;
	}
h2.open {
	background-position: 9px -71px;
	}
h2.products a.open-all {
	background: transparent url(../library/open-close-all.png) no-repeat scroll 0 0;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
	position: absolute;
	left: 160px;
	top: 6px;
	width: 69px;
	}
h2.products a.close-all {
	background-position: 0 -16px !important;
	}		
h3 {font-size:163.6%; line-height: 1em; margin-top: 0; padding: top: 0;}	
h3 em {font-size:70.9%; font-style: normal; color: #969696;}
	
/* --------------------------------- Producer Product Listing --------------------------------- */

/* Producer & Winery */
.producer-name,
.producer-info,
.producer-downloads {
	float: left;
	}
.producer-name {
	width: 220px;
	padding: 10px 10px 8px 10px;
	}	 
.producer-name h3 {
	font-weight: normal;
	}	
.producer-name p.img {
	text-align: center;
	padding-right: 31px;
	}	
.producer-info {
	width: 418px;
	padding: 10px 20px 8px 25px;
	}
.producer-downloads {
	width: 229px;
	padding: 0 0 20px 4px;
	}			

/* Products */	

.mod-producer-vintages {
	border-bottom: 1px solid #ebe3d2;
	}
.item {
	border-top: 1px solid #ebe3d2;
	}
.item:hover {
	background-color: #f9f1e4;
	}	
div.open:hover {
	background-color: transparent;
	}	

/* Summary */	

div.open .summary {
	background-color: #b38d4b;
	color: #fff;
	background-position: 9px -71px;
	}
.summary {
	font-size: 100%;
	padding: 3px 0 3px 23px;
	margin: 0;
	background: url(../library/icn-producttitle.gif) no-repeat 9px 10px;
	color: #b38d4b;
	cursor: pointer;
	}
.title,	
.year,
.region,	
.country {
	padding-top: 3px;
	float: left;
	display: block;
	}		
.title {
	font-weight: bold;
	width: 211px;
	padding-right: 5px;
	}	
.year {
	width: 55px;
	padding-left: 25px;
	}	
.region {
	width: 172px;
	}	
.country {
	width: 160px;
	}
.tastingnotes {
	float: right;
	display: block;
	width: 230px;
	margin-right: 5px;
	}		
	
/* Details */	

.details {
	border: 1px solid #fff;
	}			
div.open .details {
	border-color: #b38d4b;
	}
.vintage-loading {
	text-align: center;
	padding: 20px 0 10px 0;
	}
.vintage-image,
.vintage-container,
.vintage-description,
.vintage-details,
.vintage-press { 
	float: left;
	}
.vintage-image {
	width: 239px;
	padding: 15px 0 0 0;
	}
.vintage-image p {
	text-align: center;
	}	
.vintage-container {
	width: 460px;
	}	
	.vintage-description {
		width: 200px;
		padding: 10px 0px 10px 25px;
		}
	.vintage-details {
		width: 200px;
		padding: 10px 0px 10px 25px;
		}
	.vintage-press {
		clear: left;
		width: 425px;
		padding: 10px 0px 10px 25px;
		}
	.vintage-press h4 {
		color: #B38D4B;
		}		
.vintage-downloads { 
	float: right;
	display: block;
	width: 230px;
	padding-right: 5px;
	}	
.vintage-subheading {
	font-size: 9px;
	color: #999;
	line-height: 1;
	}				

/* --------------------------------- Downloads --------------------------------- */	
/* Producer & Winery zone -  Grey */

ul.pos li,
ul.press li,
ul.image li,
ul.tastingnote li {
	position: relative;
	font-size: 10px;
	line-height: 1.2em;
	}	
ul.pos,
ul.press,
ul.image,
ul.pos li,
ul.press li,
ul.image li {
	padding: 0!important;
	margin: 0!important;
	margin-bottom: 1px !important;
	background-image: none;
	}
ul.pos a.file,
ul.press a.file,
ul.image a.file {
	padding: 6px 22px 7px 25px;
	display: block;
	}
ul.pos a.add,
ul.press a.add,
ul.image a.add {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 0;
	overflow: hidden;
	padding-top: 22px;
	background: transparent url(../library/btn-addremove-grey.gif) no-repeat 0 0;
	}
ul.pos .remove a.add,
ul.press .remove a.add,
ul.image .remove a.add {
	background-position: 0 -22px !important;
	font-style: italic !important;
	color: #b8b8b8 !important;
	}
ul.pos .remove a.file,
ul.press .remove a.file,
ul.image .remove a.file {
	font-style: italic;
	color: #b8b8b8;
	}					
ul.pos li.first,
ul.press li.first,
ul.image li.first {
	background: transparent url(../library/bg-panel-grey-top.gif) no-repeat left top;
	}
ul.pos,
ul.press,
ul.image {
	background: #ececec url(../library/bg-panel-grey-bottom.gif) no-repeat left bottom;
	}
ul.pos li,
ul.press li,
ul.image li {
	border-top: 1px solid #e3e3e3;
	}	
ul.pos li.first,
ul.press li.first,
ul.image li.first {
	border: none;
	}	
ul.pos li a.file,
.document-list ul.pos li a.file {
	background: transparent url(../library/icn-pos-grey.gif) no-repeat .55em .6em;
	}	
ul.press li a.file,
.document-list ul.press li a.file {
	background: transparent url(../library/icn-press-grey.gif) no-repeat .55em .6em;
	}
ul.image li a.file,
.document-list ul.image li a.file {
	background: transparent url(../library/icn-img-grey.gif) no-repeat .55em .6em;
	}		
	
/* Products zone - Gold */

.details ul.pos,
.details ul.press,
.details ul.image,
.details ul.pos li,
.details ul.press li,
.details ul.image li {
	width: 229px;
	}	
.details ul.pos a.add,
.details ul.press a.add,
.details ul.image a.add {
	background-image: url(../library/btn-addremove-gold.gif);
	}
.details ul.pos li.first,
.details ul.press li.first,
.details ul.image li.first {
	background: transparent url(../library/bg-panel-gold-off-top.gif) no-repeat left top;
	}	
.details ul.pos,
.details ul.press,
.details ul.image{
	background: #f0e8db url(../library/bg-panel-gold-off-bottom.gif) no-repeat left bottom;
	}		
.details ul.pos li,
.details ul.press li,
.details ul.image li {
	border-color: #eadfcc;
	}	
.details ul.pos li a.file {background: transparent url(../library/icn-pos-gold.gif) no-repeat .55em .6em;}	
.details ul.press li a.file {background: transparent url(../library/icn-press-gold.gif) no-repeat .55em .6em;}
.details ul.image li a.file {background: transparent url(../library/icn-img-gold.gif) no-repeat .55em .6em;}	

.details .mod-downloadablefiles h4 {
	color: #b38d4b;
	}
.details ul.pos a.file:link,
.details ul.press a.file:link,
.details ul.image a.file:link,
.details ul.pos a.file:visited,
.details ul.press a.file:visited,
.details ul.image a.file:visited {
	color: #5c3a00; text-decoration: none;
	}
.details ul.pos a.file:focus,
.details ul.press a.file:focus,
.details ul.image a.file:focus,
.details ul.pos a.file:hover,
.details ul.press a.file:hover,
.details ul.image a.file:hover,
.details ul.pos a.file:active,
.details ul.press a.file:active,
.details ul.image a.file:active {
	color: #000; text-decoration: none;
	}	

.details ul.pos .remove a.file,
.details ul.press .remove a.file,
.details ul.image .remove a.file,
.document-list ul.pos .remove a.file,
.document-list ul.press .remove a.file,
.document-list ul.image .remove a.file,
.document-list ul.tastingnote .remove a.file  {
	font-style: italic;
	color: #b79355 !important;
	}

/* Tasting Notes */
ul.tastingnote,
ul.tastingnote li {
	padding: 0!important;
	margin: 0!important;
	background-image: none;
	}
ul.tastingnote li {
	display: block;
	background: url(../library/bg-tastingnote.gif) no-repeat top left;
	position: relative;
	}
.item:hover ul.tastingnote li {
	background-position: -230px 0;
	}	
ul.tastingnote li a.file {
	display: block;
	background: transparent url(../library/icn-tasting-gold.gif) no-repeat .55em .5em;
	padding: 5px 22px 5px 25px;
	}
.document-list ul.tastingnote li a.file {
	background-image: url(../library/icn-tasting-grey.gif);
	}	
.item ul.tastingnote a.file:link {color: #5c3a00; text-decoration: none;}
.item ul.tastingnote a.file:visited {color: #5c3a00; text-decoration: none;}
.item ul.tastingnote a.file:focus {color: #000; text-decoration: none;}
.item ul.tastingnote a.file:hover {color: #000; text-decoration: none;}	
.item ul.tastingnote a.file:active {color: #000; text-decoration: none;}		
	
.document-list a.file:link {color: #000; text-decoration: none;}
.document-list a.file:visited {color: #000; text-decoration: none;}
.document-list a.file:focus {color: #c49e4c; text-decoration: none;}
.document-list a.file:hover {color: #c49e4c; text-decoration: none;}	
.document-list a.file:active {color: #c49e4c; text-decoration: none;}	
	
.open ul.tastingnote li {
	background: url(../library/bg-tastingnote-open.gif) no-repeat 0 0 #956b24;
	}	
.open:hover ul.tastingnote li {
	background-position: 0 0;
	}	
.open ul.tastingnote a.file {
	background-image: url(../library/icn-tasting-selected.gif);
	}		
.open ul.tastingnote a.file:link {color: #f0e8db; text-decoration: none;}
.open ul.tastingnote a.file:visited {color: #f0e8db; text-decoration: none;}
.open ul.tastingnote a.file:focus {color: #fff; text-decoration: none;}
.open ul.tastingnote a.file:hover {color: #fff; text-decoration: none;}	
.open ul.tastingnote a.file:active {color: #fff; text-decoration: none;}	

ul.tastingnote a.add {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 0;
	overflow: hidden;
	padding-top: 22px;
	background: transparent url(../library/btn-addremove-gold.gif) no-repeat 0 0;
	}
.open ul.tastingnote a.add {
	background-image: url(../library/btn-addremove-white.gif);
	}
 ul.tastingnote .remove a.add {
	background-position: 0 -22px !important;
	font-style: italic !important;
	color: #b8b8b8 !important;
	}
 ul.tastingnote .remove a.file {
	font-style: italic;
	color: #b79355 !important;
	}
.open ul.tastingnote .remove a.file {
	font-style: italic;
	color: #dccaab !important;
	}	
	
/* Documents listing - Dropdown */

div.document-list ul.tastingnote,
div.document-list ul.pos,
div.document-list ul.press,
div.document-list ul.image {
	background: none;
	}
div.document-list ul.tastingnote li,
div.document-list ul.pos li,
div.document-list ul.press li,
div.document-list ul.image li {
	margin: 0  !important;
	border-top: 1px solid #eee;
	border-bottom: 0 !important;
	position: relative;
	line-height: 1.2em;
	font-size: 10px;
	background-image: none;
	}
div.document-list ul.tastingnote a.remove,
div.document-list ul.pos a.remove,
div.document-list ul.press a.remove,
div.document-list ul.image a.remove {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 0;
	overflow: hidden;
	padding-top: 22px;
	background: transparent url(../library/btn-addremove-lightgrey.gif) no-repeat 0 -22px;
	}
div.document-list ul.tastingnote a,
div.document-list ul.pos a,
div.document-list ul.press a,
div.document-list ul.image a {
	width: 140px;
	display: block;
	}	
div.document-list ul.tastingnote .remove a.file,	
div.document-list ul.pos .remove a.file,
div.document-list ul.press .remove a.file ,
div.document-list ul.image .remove a.file {
	font-style: normal !important;
	background-image:none;
	}	
.document-list ul.pos li a.file,
.document-list ul.press li a.file,
.document-list ul.tastingnote li a.file,
.document-list ul.image li a.file {
	background-image: none;
	padding-left: 9px;
	width: 155px;
	}	