
html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #FFF;
	font-size: 71%;
	text-align: center;
}

html {
	overflow: -moz-scrollbars-vertical;
}

td {
	text-align: left;
	border: 0;
}

h1 {
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 21px;
	color: #4C082A;
	margin-top: 0px;
	line-height: 25px;
}
	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 1.2em;
	color: #4C082A;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

h3 {
	color: #8ABD51;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #4C082A;
}

a {				
	text-decoration: none;
	color: #99C761; 
}
a:hover {	
	text-decoration: underline; 
	color: #022725;
}

p, form {
	margin: 0em;
}

ul, li {
	margin: 0;
	padding: 0;
}

div.clear {
	height: 0.01em;
	overflow: hidden;
	clear: both;
}
hr {
	line-height: 1px;
	height: 1px;
	border: none;
	border-top: solid 1px #CDB9B9; /*THEME*/
	margin: 10px 0;
}
div.hr {
	border-top: 1px solid silver;
	margin: 25px 0px 7px 0px;
}

a.more {
	background-image: url(/graphics/arrow_sprite.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	_background-image: url(/graphics/arrow_sprite.gif);
	display: block;
	height: 13px;
	padding: 0 16px 0 0;
	line-height: 110%;
	float: right;
	white-space: nowrap;
}
a.back {
	background-image: url(/graphics/arrow_back_sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	_background-image: url(/graphics/arrow_back_sprite.gif);
	display: block;
	height: 13px;
	padding: 0 0 0 16px;
	line-height: 110%;
	float: left;
	white-space: nowrap;
}
a.more:hover, a.back:hover {
	background-position: 0 -13px;
}


img, div { behavior: url('iepngfix.htc') }

.noshow { display: none; }

/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
table, td, input, select, textarea {
	font-size: 1.0em;
}
body, table, td {
	color: #666;
	line-height: 1.4em;
}
div.main div.header, div.main div.menu, div.dropdown {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/

input.txt, textarea, select, input.search {
	border: 1px solid #A1786B;
	color: #000;
	font-size: 1.0em;
	padding: 1px 5px;
	background-color: #FFF;
}
input.txt {
/*	height: 1.2em;*/
	padding: 1px 2px;
}
input.deftxt {
	color: silver;
}

input.btn {
	background-color: #4D082A; 
	border: 1px solid #E0D3AD; 
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding: 0 5px;
	padding: 0 5px;
}
input.btn:hover {
	background-color: #B7051A; 
	color: #FFF;
}
a.btn {
	background-color: #4D082A; 
	border: 1px solid #E0D3AD; 
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding: 1px 5px;
	#padding: 2px 5px;
	display: block;
	float: left;
}
a.btn:hover {
	background-color: #B7051A; 
	color: #FFF;
	text-decoration: none;
}
span.plus_min {
	height: 20px;
	width: 10px;
	float: left;
}	
	span.plus_min a,
	span.plus_min a:hover {
		display: block;
		height: 10px;
		width: 10px;
		padding: 0;
		color: #CCC;
		font-size: 1px;
		font-weight: normal;
		line-height: 1px;
		outline: none;
		text-decoration: none;
		background-image: url(/graphics/plusmin_sprite.gif);
	}
	span.plus_min a.plus {
		background-position: 100% 0;
	}
	span.plus_min a.plus:active {
		background-position: 100% 100%;
	}
	span.plus_min a.min {
		background-position: 0 0;
	}
	span.plus_min a.min:active {
		background-position: 0 100%;
	}
			

input.cb {
	float: left;
	margin: 0.25em 0em 0em 0.3em;
	#margin-top: 2px;
	padding: 0px;
	height: 1.2em;
}
label.lbl {
	float: left;
	display: block;
	padding: 4px 0px 1px 5px;
	margin: 0px;
}
span.err, table tr.error td {
	color: red;
}

div.dateinput {
	line-height: 100%;
	background-color: white;
	border: 1px solid #A1786B;
	float: left;
	height: 17px;
	#height: 19px;
}
	div.dateinput span.hyphen	{
		display: block;
		float: left;
		width: 0.95em;
		text-align: center;
		overflow: hidden;
		color: black;
		font-size: 1.0em;
	}
	div.dateinput input {
		display: block;
		float: left;
		float: left;
		background: none;
		padding: 1px 0px 1px 0px;
		margin: 0px;
		border: 0px;
		font-size: 11px;
		line-height: 17px;
		height: 17px;
	}
	div.dateinput span {
		padding: 2px 0px 2px 0px;
	}
	div.dateinput input.d	{ width: 16px; }
	div.dateinput input.m	{ width: 16px; }
	div.dateinput input.y	{ width: 30px; }
	
/*******************************************************************************
** Progress indication for order-process
*******************************************************************************/
form.orderform div.paging {
	height: 75px;
	padding-bottom: 1em;
}
form.orderform div.paging div.nums {
	height: 75px;
	width:	100%;
	zoom: 1;
	
}
	form.orderform div.paging div.nums a {
		font-size: 17px;
		line-height: 23px;
		display: block;
		float: left;
		width: 120px;
		height: 50px;
		padding: 10px 12px 10px 8px;
		background-color: white;
		border: 1px solid silver;
		margin-right: 15px;
		text-align: center;
		text-decoration: none;
		color: gray;
		cursor: default;
		position: relative;
	}
		form.orderform div.paging div.nums span.arrow {
			display: block;
			position: absolute;
			background-image: url('/graphics/progress-arrow.png');/*THEME*/
			_background: none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/progress-arrow.png',sizingMethod='crop');/*THEME*/
			background-repeat: no-repeat;
			width: 40px;
			height: 40px;
			right: -19px;
			top: 10px;
		}
	form.orderform div.paging div.nums a.active {
		background-color: #4C082A;/*THEME*/
		color: white;
	}
	form.orderform div.paging div.nums a.last {
		margin-right: 0px;
	}
	
/*******************************************************************************
** Logo's for the payment methods
*******************************************************************************/	
span.payment_logo {
	float: left;
}

	span.payment_logo.invoice {
		padding-left: 57px;
		width: 113px;
		height:	51px;
		background: white url(/graphics/invoice_icon.jpg) no-repeat;
		color:	#000;
		border: 1px solid black; 
		font-family: arial;
		font-weight: bold;
		line-height: 51px;
	}
	
	span.payment_logo.ideal {
		padding-left: 57px;
		width: 113px;
		height:	51px;
		background: white url(/graphics/iDEAL.gif) no-repeat;
		color:	rgb(184, 0, 125);
		border: 1px solid black; 
		font-family: arial;
		font-weight: bold;
		line-height: 51px;
	}
	
/*******************************************************************************
** Formelements for the shopping tables
*******************************************************************************/
form.orderform {
	background: transparent;
	padding: 10px !important;
	border: 0px;
}
	form.orderform div.formelements {
		clear: left;
	}
	form.orderform div.formelements.lft {
	padding: 0px !important;
		width: 47% !important;
	}
	form.orderform div.formelements.rgt {
		padding: 0px !important;
		width: 47% !important;
		clear: none;
	}
	
	form.orderform div.formelements table.winetable {
		border-collapse: collapse;
		margin: 5px 0px 15px 0px;
		zoom: 1;
	}
		form.orderform div.formelements table.winetable td { vertical-align: top; }
		form.orderform div.formelements table.winetable td.qnty		{ width: 10%; text-align: left; }
		form.orderform div.formelements table.winetable td.descr		{ width: 68%; text-align: left; }
		form.orderform div.formelements table.winetable td.price		{ width: 10%; }
		form.orderform div.formelements table.winetable td.subtotal{ width: 12%; }
			form.orderform div.formelements table.winetable td a.removeLine { 
				float: right;
				cursor: pointer;
				display: block;
				width: 15px;
				height: 20px;
				background-image: url('/graphics/close_sprite.jpg');
				background-repeat: no-repeat;
				margin-right: 2px;
			}
				form.orderform div.formelements table.winetable td a.removeLine {
					background-position: 0 2px;
				}
				form.orderform div.formelements table.winetable td a.removeLine:hover {
					background-position: 100% 2px;
				}
			
			form.orderform div.formelements table.winetable td.price,
			form.orderform div.formelements table.winetable th.price,
			form.orderform div.formelements table.winetable td.subtotal,
			form.orderform div.formelements table.winetable th.subtotal {
				text-align: right;
			}
				form.orderform div.formelements table.winetable tr.total td {
					border-top: 1px solid #C0C0C0; /*THEME*/
					font-size: 125%;
					color: #6DA823; /*THEME*/
					font-weight: bold;
					padding-top: 5px;
				}
		
	form.orderform div.formelements table.winetable tr.buttonset td.col1 {
		width: 100%;
	}
		
		form.orderform div.formelements table.winetable td.qnty input {
			float: left;
		}
	
		form.orderform div.formelements fieldset {
			padding: 7px;
			zoom: 1;
		}
			form.orderform div.formelements fieldset legend {
				font-weight: bold;
				margin-left: 0px;
				font-size:	1.5em;
				padding-left:	0px;
				padding-top: 7px;
			}
	
		form.orderform div.formelements table.nawtable {
			width: 350px;
		}
			form.orderform div.rgt table.nawtable {
				width: 345px;
			}
			form.orderform div.formelements table.nawtable td.lft {
				width: 45%;
			}
			form.orderform div.formelements table.nawtable td.rgt {
				width: 55%;
			}
			form.orderform div.formelements table.nawtable td.err {
				color: red;
				font-weight: normal;
				padding: 0px;
			}
			
	/**
	 * Basic form elements.
	 */
	form.orderform div.formelements table.winetable {
		width: 500px; !important;
	}
	
	form.orderform div.formelements table.winetable input.txt, 
	form.orderform div.formelements table.winetable input.qnty {
		padding-left: 1px;
		padding-right: 1px;
	}
		form.orderform div.formelements table.winetable input.descr {
			width: 250px;
		}
		form.orderform div.formelements table.winetable input.qnty {
			text-align: right;
			width: 23px;
		}
		form.orderform div.formelements table.winetable select.qnty {
			width: 40px;
		}
			form.orderform div.formelements table.winetable select.qnty option {
				text-align: right;
				padding-right: 15px;
			}
		form.orderform div.formelements table.winetable input.price {
			text-align: right;
			width: 35px;
		}
		
		form.orderform fieldset input.rb.multiline, 
		form.orderform fieldset span.rb.multiline {
			clear: left;
		}
		form.orderform fieldset span.checked,
		form.orderform fieldset span.unchecked {
			width: 11px;
			height: 12px;
			background: url(/cms/graphics/icons/live_icon.png) no-repeat;
			float: left;
		}
		form.orderform fieldset span.unchecked {
			background: none;
		}
		
		div.formelements tr.buttonset {
			width:	600px;
			margin: 5px 0px 15px 0px;
			zoom: 1;
		}
		
		div.formelements tr.buttonset.lft,
		div.formelements tr.buttonset.rgt {
			width: 100%;
		}
		
		div.formelements tr.buttonset input.btn {
			float: right;
			margin-left: 5px;
		}	
		div.formelements tr.buttonset input.prev {
			float: right;
		}		
		
		div.formelements tr.buttonset input.next { #width: 200px; }	
		
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/
div.lft {
	width: 664px;
	float: left
}
div.rgt {
	width: 236px;
	float: left
}

div.header_shell {
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 174px;
	overflow: hidden;
	text-align: left;
}
	div.header_shell div.header {
		margin: 0 auto;
		width: 900px;
	}
		div.header_shell div.header div.lft h1 {
			margin: 0;
			padding: 0;
			line-height: 100%;
		}
			div.header_shell div.header div.lft h1 a,
			div.header_shell div.header div.lft h1 a:hover {
				display: block;
				font-size: 0.01em;
				text-decoration: none;
			}
			
		div.header_shell div.header div.lft ul.menu {
			list-style: none;
			font-weight: bold;
			font-size: 13px;
			padding: 0 17px;
			float: left;
		} 
			div.header_shell div.header div.lft ul.menu li {
				float: left;
			}
				div.header_shell div.header div.lft ul.menu li a {
					display: block;
					color: #666;
					text-decoration: none;
					padding: 10px 15px 9px 15px;
					margin: 0 1px;
					_height: 1px;
					_width: 1px;
				}
				div.header_shell div.header div.lft ul.menu li a:hover {
					color: #FFF;
				}
				div.header_shell div.header div.lft ul.menu li a.selectedlink {
					color: #666;
					text-decoration: none;
					background-color: #FFF;
					border: solid 1px #898989;/*THEME*/
					border-bottom: none;
				}
			
		div.header_shell div.header div.headerimg {
			height: 135px;
		}
		
		div.header_shell div.header a.smallcart {
			width: 183px;
			height: 23px;
			padding: 7px 0 0 37px;
			margin: 1px 0;
			display: block;
			color: #FFF;
			text-decoration: none;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		div.header_shell div.header a.smallcart:hover {
			background-position: 0 -30px;
		}
		
div.main {
	width: 100%;
	padding: 30px 0;
}	
	div.main div.container {
		margin: 0 auto;
		width: 900px;
	}
		div.main div.container div.lft {
			width: 624px;
			padding: 22px 20px;
		}
			div.main div.container div.lft div.mainimages {
				float: left;
				width: 235px;
				margin: 0 30px 0 0;
				overflow: hidden;
			}
				div.main div.container div.lft div.mainimages img {
					display: block;
					width: 235px;
					margin: 0 0 15px 0;
				}
			
			div.main div.container div.lft div.content {
				float: left;
				width: 359px;
			}
				div.main div.container div.lft div.content div.gmap {
					width: 616px;
					_width: 614px;
					height: 400px;
					border: 2px solid #FFF;
				}
					div.main div.container div.lft div.content div.gmap span img {
						float:right; 
						margin: 0 0 5px 5px;
						border: 0;
					}
			
			div.main div.container div.lft div.latestwines {
				float: left;
				margin: 20px -20px 0 0;
			}
				div.main div.container div.lft div.latestwines h1 {
					width: 624px;
					border-top: solid 1px #C0C0C0;/*THEME*/
					margin: 0;
					padding: 10px 0;
				}
				
				div.main div.container div.lft div.latestwines div.wines {
					float: left;
					width: 209px;
					padding: 0 5px 5px 0;
					overflow: hidden;
					color: #4C4C4C;/*THEME*/
				}
					div.main div.container div.lft div.latestwines div.wines h3 {
						color: #4C4C4C;/*THEME*/
						font-style: normal;
						height: 30px; 
						padding: 0 0 5px 0;
					}
						div.main div.container div.lft div.latestwines div.wines h3 a {
							color: #4C4C4C; /*THEME*/
						}
					
					div.main div.container div.lft div.latestwines div.wines a.wineimg {
						float: left;
						width: 80px;
						height: 80px;
						margin: 0 10px 5px 0;
						border: 1px solid #4C4C4C;/*THEME*/
						background-image: url('/graphics/default_red.jpg'); 
						background-position: center center;
						background-repeat: no-repeat;
					}
						div.main div.container div.lft div.latestwines div.wines a.wineimg span {
							display: block;
							width: 80px;
							height: 80px;
							background-position: center center;
							background-repeat: no-repeat;
						}
						
					div.main div.container div.lft div.latestwines div.wines a.red { 
						background-image: url('/graphics/default_red.jpg'); 
					}
					div.main div.container div.lft div.latestwines div.wines a.rose { 
						background-image: url('/graphics/default_rose.jpg');
					}
					div.main div.container div.lft div.latestwines div.wines a.white {
						background-image: url('/graphics/default_white.jpg');
					}
					
					div.main div.container div.lft div.latestwines div.wines dl {
						margin: 0 0 5px 0;
						padding: 2px 0;
						height: 100px;
						float: left;
					}
						div.main div.container div.lft div.latestwines div.wines dl dt {
							float: left;
							font-weight: bold;
							margin: 0;
							padding: 0;
							width: 44px;
							clear: left;
						}
						div.main div.container div.lft div.latestwines div.wines dl dd {
							float: left;
							margin: 0;
							padding: 0;
							width: 70px;
						}
					
					div.main div.container div.lft div.latestwines div.wines a.more {
						color: #022725;/*THEME*/
						font-weight: bold;
						text-decoration: underline;
						float: left;
					}
					div.main div.container div.lft div.latestwines div.wines a.more:hover {
						color: #99C761;/*THEME*/
						text-decoration: underline;
					}
				

		div.main div.container div.wineovv {
			width: 860px;
			padding: 15px 20px;
		}		
			div.main div.container div.wineovv div.winefilter {
				float: left;
				width: 178px;
				min-height: 200px;
				_height: 200px;
				padding: 15px;
				margin: 0 30px 0 0;
				border: solid 1px #E0D3AD;/* THEME */
				background-color: #FFEAA8;/* THEME */
			}
				div.main div.container div.wineovv div.winefilter form {
					background: none;
					border-bottom: none;
					padding: 0;
					
				}
					div.main div.container div.wineovv div.winefilter form h1 {
						background: url('/graphics/brand/filter_bottles.jpg') 100% 0 no-repeat;/*THEME*/
						margin: 0;
						height: 42px;
					}
					
				div.main div.container div.wineovv div.winefilter fieldset {
					padding-bottom: 10px;
					font-weight: bold;
					border: 0px;
					border-bottom: 1px solid #B3736B;	/* THEME */
				}
					div.main div.container div.wineovv div.winefilter fieldset legend {
						color: #4C082A;
						padding: 0;
						margin: 0;
					}
						div.main div.container div.wineovv div.winefilter fieldset input[type='checkbox'] {
							margin-right: 5px;
							#margin-right: 0;
							vertical-align: middle;
						}
						div.main div.container div.wineovv div.winefilter fieldset label {
							padding-top: 5px;
							width: 89px;
							_width: 85px;
							white-space: nowrap;
							float: left;
						}
						
						div.main div.container div.wineovv div.winefilter fieldset select {
							padding: 0;
							width: 100%;
							zoom:	1;
						}
							div.main div.container div.wineovv div.winefilter fieldset select option {
								height:	16px;
							}
						
						div.main div.container div.wineovv div.winefilter fieldset input.txt{
							width: 110px;
							#width: 97px;
							border-right: 0;
							#padding: 2px 1px;
						}

			div.main div.container div.wineovv div.content {
				float: left;
				width: 620px;
			}
		
		div.main div.container div.rgt {
			position: relative;
			padding: 20px 0 0 0;
		}
			div.main div.container div.rgt div.alpha_top,
			div.main div.container div.rgt div.alpha_rgt {
				position: absolute;
				top: 15px;
				background-position: 0 0;
				background-repeat: repeat; 
			}
			div.main div.container div.rgt div.alpha_top {
				right: 15px;
				width: 220px;
				height: 5px;
				line-height: 1px;
				font-size: 1px;
			}
			div.main div.container div.rgt div.alpha_rgt {
				right: 10px;
				width: 5px;
				height: 120px;
			}
			
			div.main div.container div.rgt div.block {
				float: left;
				width: 180px;
				min-height: 80px;
				_height: 80px;
				margin: 0 0 20px 0;
				padding: 15px 19px;
				border: 1px solid #C0C0C0;/*THEME*/
			}				
				div.main div.container div.rgt div.block form {
					border: none;
					background: none;
				}
					div.main div.container div.rgt div.block form div.col0 {
						float: left;
						width: 180px;
						padding: 3px 0 0 0;
						color: #666;
					}
					div.main div.container div.rgt div.block form div.col1 {
						float: left;
						width: 60px;
						padding: 3px 0 0 0;
						color: #666;
					}
					div.main div.container div.rgt div.block form div.col2 {
						float: left;
						width: 115px;
						padding: 3px 0 0 0;
					}
						div.main div.container div.rgt div.block form div.col2 input.txt {
							width: 108px;
						}
						div.main div.container div.rgt div.block form div.col0 input.txt {
							width: 173px;
						}
						div.main div.container div.rgt div.block form div.col0 input.btn,
						div.main div.container div.rgt div.block form div.col2 input.btn {
							float: right;
						}
			
				div.main div.container div.rgt div.event strong {
					display: block;
					padding-bottom: 7px;
				}
				
				div.main div.container div.rgt div.event a {
					color: #666;
				}
				
				div.main div.container div.rgt div.event em {
					display: block;
					padding-bottom: 15px;
				}
				
				div.main div.container div.rgt div.event a.moreevents {
					font-weight: bold;
					font-size: 13px;
				}
			
			div.main div.container div.rgt div.signup {
				color: #022725;/*THEME*/
			}
				div.main div.container div.rgt div.signup a {
					color: #022725;/*THEME*/
					font-weight: bold;
					text-decoration: underline;
				}
				div.main div.container div.rgt div.signup a:hover {
					color: #EBF3E1;/*THEME*/
					text-decoration: underline;
				}

div.footer {
	margin: 0 auto;
	width: 900px;
	color: #C1C1C1;
}
	div.footer address {
		font-style: normal;
		float: left;
		padding: 30px 50px 30px 30px;
		text-align: left;
	}
	div.footer div.logos {
		font-style: normal;
		float: left;
		padding: 30px 0px 30px 30px;
		text-align: left;
	}
		div.footer div.logos img {
			display: block;
			float: left;
			text-decoration: none;
			border: none;
			margin-right: 30px;
			_margin-right: 20px;
		}
	
	div.footer div.copyright {
		text-align: right;
		padding: 0 20px 10px 20px;
	}
		div.footer div.copyright a {
			color: #C1C1C1;
		}
	
/************************************************************
** GENERAL OVERVIEW AND ITEM CLASSES USED FOR EVENTS, PRODUCTS,
** MESSAGES e.o.
************************************************************/
div.itemovv {
}
	div.itemovv div.item {
		margin-top: 10px;
		width: 359px;
		float: left;
		border-bottom: solid 1px #81A2A0;/*THEME*/
	}
	div.itemovv div.wine {
		width: 193px;
		margin: 18px 0 15px 20px;
	}
	div.itemovv div.nomarginlft {
		margin: 18px 0 15px 0;
	}
		
		div.itemovv div.item div.itemhead {
			padding: 10px;
			background-color: #DFEECE;/*THEME*/
			border-top: solid 1px #CCE3B0;/*THEME*/
			border-bottom: solid 1px #81A2A0;/*THEME*/
		}
			div.itemovv div.item div.itemhead h4 {
				font-size: 11px;
			}
				div.itemovv div.item div.itemhead h4 em {
					font-size: 10px;
				}
				
			div.itemovv div.item div.itemhead div.cal_icon {
				float: left;
				width: 37px;
				height: 23px;
				/*padding: 13px 10px 0 5px;*/
				background: url('/graphics/noordman/calendar_icon.gif') 0 0 no-repeat; /*THEME*/
				font-family: Tahoma, Arial, Verdana, sans-serif;
				font-size: 9px;
			}
			
		div.itemovv div.wine div.itemhead {
			height: 30px;
			overflow: hidden;
		}
		
		div.itemovv div.item div.itemcontent {
			background-image: url('/graphics/baaswijn/ovv_item_bg.jpg');/*THEME*/
			background-position: 0 100%;
			background-repeat: repeat-x;
			background-color: #FFF;
			padding: 10px 5px 10px 10px;
		}
			div.itemovv div.item div.itemcontent dl {
				margin: 0;
			}
				div.itemovv div.item div.itemcontent dl dt {
					float: left;
					width: 65px;
					margin: 0;
					padding: 5px 0 0 0;
					font-weight: bold;
					clear: left;
				}
				div.itemovv div.item div.itemcontent dl dd {
					float: left;
					width: 113px;
					height: 16px;
					overflow: hidden;
					margin: 0;
					padding: 5px 0 0 0;
				}
				div.itemovv div.item div.itemcontent dl.wide dd {
					width: 279px;
				}
				div.itemovv div.item div.itemcontent dl.event dd {
					height: auto;
					width: 279px;
				}
		
		div.itemovv div.item div.itemfoot {
			background-color: #FFF;
			padding: 5px 10px;
		}
			div.itemovv div.item div.itemfoot a {
				font-weight: bold;
				font-style: italic;
				cursor: pointer;
				margin: 8px 0 6px 0;
			}
			div.itemovv div.item div.itemfoot a.addtocart {
				float: left;
				display: block;
				padding: 6px 0 4px 30px;
				margin: 0;
				background: url('/graphics/crate_icon.gif') 0 0 no-repeat;
			}
		
div.ovvheader {
	border-bottom: solid 1px #E0D3AD;
	padding-bottom: 5px;
}		
div.ovvfooter {
	border-top: solid 1px #E0D3AD;
	padding-top: 5px;
}

	
/************************************************************
** SPECIAL PAGING CLASSES.
************************************************************/
div.pagenumbers {
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #A1786B;
	height: 15px;
}
	div.pagenumbers div.results {
		float: left;
		color: #A1786B;
		font-weight: normal;
		width: 232px;
		padding-top: 3px;
	}
	
	div.pagenumbers div.arrows {
		float: left;
		width: 149px;
		padding: 0 2px;
	}
		div.pagenumbers div.arrows a.arrow {
			float: left;
			display: block;
			width: 52px;
			height: 22px;
			padding: 0 10px 0 5px;
			background-image: url(/graphics/nav_arrow_sprite.png);
			_background-image: url(/graphics/nav_arrow_sprite.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
			color: #FFF;
			line-height: 21px;
		}
		div.pagenumbers div.arrows a.arrow:hover {
			text-decoration: none;
		}
		div.pagenumbers div.arrows a.arrow_prev {
			background-position: 0 0;
			text-align: right;
		}
		div.pagenumbers div.arrows a.arrow_prev:hover {
			background-position: 0 -22px;
		}
		div.pagenumbers div.arrows a.arrow_next {
			background-position: 100% 0;
			text-align: left;
			float: right;
		}
		div.pagenumbers div.arrows a.arrow_next:hover {
			background-position: 100% -22px;
		}
	
		div.pagenumbers div.arrows span.seperator {
			float: left;
			width: 10px;
		}
	
	div.pagenumbers div.nav {
		float: left;
		text-align: right;
		width: 232px;
		padding-top: 3px;
	}
		div.pagenumbers div.nav a,
		div.pagenumbers div.nav span.inactive {
			padding: 0px 1px;
		}
		div.pagenumbers div.nav span.inactive_prev,
		div.pagenumbers div.nav span.inactive_next {
			color: white;
		}
		div.pagenumbers div.nav a {
			line-height: 17px;
			color: #A1786B;
			font-size: 11px;
		}
			div.pagenumbers div.nav a:hover {
				color: #4D082A;
				text-decoration: underline;
			}
			div.pagenumbers div.nav a.active,
			div.pagenumbers div.nav a.active:hover {
				font-size: 12px;
				color: #4D082A;
				background: none;
				text-decoration: underline;
			}
			div.pagenumbers div.nav a.active:hover {
				text-decoration: none;
			}
			
/*******************************************************************************
** SPECIFIC CLASSES FOR THE XML FORM ELEMENTS.
*******************************************************************************/
	
form {
	background-color: #FFF;
	border-bottom: solid 1px #A1786B;/*THEME*/
	padding: 0;
	margin: 0;
}
	form h1.inline, form h2.inline {
		display: inline;
	}
	form div.formheader {
		padding: 10px;
		margin-bottom: 10px;
		background-color: #FFF0C2;/*THEME*/
		border-top: solid 1px #E4CF98;/*THEME*/
		border-bottom: solid 1px #E4D3A7;/*THEME*/
	}
	
	form fieldset {
		padding: 0;
		margin: 0 0 10px 0;
		border: 0;
	}
	
	form fieldset.gradiantbg {
		background-image: url('/graphics/brand/ovv_item_bg.jpg');/*THEME*/
		background-position: 0 100%;
		background-repeat: repeat-x;
		padding-bottom: 10px;
	}
	
		form fieldset legend {
			padding: 0 10px;
			margin: 0 5px;
			font-weight: bold;
		}
		
		form fieldset table {
			width: 359px;
			zoom: 1;
		}
			form fieldset table td {
				font-size: 1.0em;
				padding: 2px 0;
				zoom: 1;
			}
			
			form fieldset table td.col1 {
				width: 130px;
				padding: 2px 0 2px 10px;
				font-weight: bold;
			}
			form fieldset table td.col2 {
				padding: 2px 10px;
			}
				form fieldset table tr.col12 td.col1,
				form fieldset table tr.col12 td.col2 {
					width: auto;
				}
			
			form fieldset table tr.btnrow input {
				float: right;
			}
			form fieldset table tr.btnrow input.prev {
				float: left;
			}
			
input.txt 				 { width: 190px; -moz-user-select: text; }
input.donation		 { width: 40px; }
input.firstname		 { width: 160px; }
input.initials		 { width: 60px; }
input.junction 		 { width: 50px; }
input.lastname 		 { width: 190px; }
input.birthyear		 { width: 30px; }
input.street			 { width: 190px; }
input.housenum		 { width: 40px; }
input.addon				 { width: 20px; }
input.zipcode			 { width: 50px; _width: 50px; }
input.pobox				 { width: 70px; }
input.city				 { width: 130px; }
input.phone				 { width: 100px; }
input.email				 { width: 190px; }

textarea {
	width: 320px;
	height: 70px;
	overflow: auto;
}
input.cb {
	float: left;
	height: 13px;
	vertical-align: middle;
	zoom: 1;
	_width: 15px;
	_margin: 0;
	cursor: pointer;
}
input.rb {
	float: left;
	vertical-align: top;
	margin: 2px 0 0 0;
	#height: 13px;
	zoom: 1;
	cursor: pointer;
}
label {
	cursor: pointer;
	font-size: 1.0em;
	zoom: 1;
}
label.lb {
	color: #000;
	float: left;
	width: 280px;
	_width: 280px;
	padding: 0 0 0 5px;
}
label.lbl {
	padding: 0 5px;
}
label.padding {
	padding: 0 5px 10px 5px;
}
label.xl {
	width: 250px;
}

small {
	color: #A1786B;/*THEME*/
}
form em {
	font-size: 1px;
	line-height: 0.01em;
	color: red;
	padding: 10px 0 0 6px;
	overflow: hidden;
	background: url('/graphics/asterisk.gif') 0 100% no-repeat;
}


tr.error td {
	color: #FF0B14;
	font-size: 0.9em;
}
tr.error td u {
	font-weight: bold;
}

/*****************************************************************
** WINE POPOVER classes
*****************************************************************/
div.itemoverlay {
	background-color: #666;
	filter: alpha(opacity=30,style=0);
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_background-color: transparent;
	_position: absolute;
	z-index: 200;
}
 div.itemviewer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
}
	 div.itemviewer table {
		border-collapse: collapse;
		width: 100%;
		height: 100%;
	}
		 div.itemviewer table td {
			width: 100%;
			height: 100%;
			text-align: center;
			vertical-align: middle;
			padding: 0;
			margin: 0;
		}
			div.itemviewer table td div.item {
				width:				100%;
				position: 		fixed;
				top: 					100px;						/* end FF, IE8 et al */
				#left: 				0px;							/* IE7 */
				_position:  	absolute;
				_height: 			1px;
			}
				div.itemviewer table td div.item table {
					margin: 0px auto 0px auto;
					width: 485px;
					height: 304px;
					cursor: default;
				}
					div.itemviewer table td div.item table thead td {
						height: 8px;
						line-height: 1px;
						font-size: 1px;
						background: url('/graphics/popup_shadow_top.png') 0 0 no-repeat;
						_background: none;
					}
					div.itemviewer table td div.item table tfoot td {
						height: 8px;
						line-height: 1px;
						font-size: 1px;
						background: url('/graphics/popup_shadow_btm.png') 0 0 no-repeat;
						_background: none;
					}
					div.itemviewer table td div.item table td.lft {
						width: 8px;
						line-height: 1px;
						font-size: 1px;
						background: url('/graphics/popup_shadow_mid.png') 0 0 repeat-y;
						_background: none;
					}
					div.itemviewer table td div.item table td.rgt {
						width: 8px;
						line-height: 1px;
						font-size: 1px;
						background: url('/graphics/popup_shadow_mid.png') 100% 0 repeat-y;
						_background: none;
					}
					div.itemviewer table td div.item table td.itemtarget {
						width: 469px;
						margin: 0;
						padding: 0;
						text-align: left;
						vertical-align: top;
						background: url('/graphics/brand/popup_bg.jpg') 0 0 no-repeat #FFF; /*THEME*/
						_border: solid 1px #666;
					}
						div.itemviewer table td div.item table td.itemtarget div.header {
							height: 15px;
							padding: 4px;
							background: url('/graphics/brand/popupheader.png') 0 0 no-repeat; /*THEME*/
						}
							div.itemviewer table td div.item table td.itemtarget div.header a.close {
								float: right;
								cursor: pointer;
								display: block;
								width: 15px;
								height: 15px;
								background-image: url('/graphics/close_sprite.jpg');
								background-repeat: no-repeat;
							}
							div.itemviewer table td div.item table td.itemtarget div.header a.close {
								background-position: 0 0;
							}
							div.itemviewer table td div.item table td.itemtarget div.header a.close:hover {
								background-position: 100% 0;
							}

						div.itemviewer table td div.item table td.itemtarget div.content {
							position: relative;
							min-height: 264px;
							_height: 264px;
							padding: 0 12px;
							margin: 12px 0;
							background: url('/graphics/brand/popup_vborder.gif') 0 0 repeat-y; /*THEME*/
						}
							div.itemviewer table td div.item table td.itemtarget div.content div.lftcol {
								float: left;
								width: 272px;
								padding: 0 15px 20px 0;
								_height: 1px;
							}
								div.itemviewer table td div.item table td.itemtarget div.content div.wine_text_holder {
									overflow: auto;
									height: 10em;
								}
								div.itemviewer table td div.item table td.itemtarget div.content div.lftcol dl {
									margin: 0 0 10px 0;
									padding-bottom: 5px;
								}
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol dl dt {
										float: left;
										width: 80px;
										margin: 0;
										padding: 5px 0 0 0;
										font-weight: bold;
										clear: left;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol dl dd {
										float: left;
										width: 185px;
										margin: 0;
										padding: 5px 0 0 0;
									}
								
								div.itemviewer table td div.item table td.itemtarget div.content div.lftcol table {
									margin: 0 0 10px 0;
									width: 270px;
									height: 40px;
								}
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol table td {
										text-align: left;
										padding-bottom: 3px;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol table td.col1 {
										width: 200px;
										font-weight: bold;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol table td.col2 {
										width: 70px;
										text-align: right;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol table tr.btnfooter td.col1,
									div.itemviewer table td div.item table td.itemtarget div.content div.lftcol table tr.btnfooter td.col2 {
										border-top: solid 1px #E0D3AD;
										font-weight: normal;
										padding-top: 5px;
										padding-bottom: 0;
									}
							
							div.itemviewer table td div.item table td.itemtarget div.content div.rgtcol {
								float: left;
								width: 144px;
								padding-left: 14px;
							}
								div.itemviewer table td div.item table td.itemtarget div.content div.rgtcol div.thumb {
									float: left;
									width: 144px;
									height: 130px;
									overflow: hidden;
									text-align: center;
									vertical-align: middle;
								}
									div.itemviewer table td div.item table td.itemtarget div.content div.rgtcol div.thumb img {
										width: 144px;
										height: auto;
									}
							
							div.itemviewer table td div.item table td.itemtarget div.content a.back {
								position: absolute;
								bottom: 5px;
								left: 15px;
							}
							
							div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent {
								position: absolute;
								bottom: 0;
								right: 12px;
								width: 122px;
								height: 100px;
								padding: 10px;
								border: solid 1px #E0D3AD; /*THEME*/
								background-color: #FFEAA8; /*THEME*/
							}
								div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent h1 {
									font-size: 13px;
									padding: 0;
									margin: 0;
									line-height: 100%;
								}
								
								div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent form {
									background: none;
									border: none;
									margin-top: 40px;
								}
									div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent form strong {
										float: left;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent form input.txt {
										float: left;
										width: 60px;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent form input.btn {
										float: right;
										margin-top: 5px;
										padding: 1px 5px;
										#width: 110px;
									}
								
								div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent dl {
									margin: 0;
									padding-bottom: 15px;
									float: left;
								}
									div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent dl dt {
										float: left;
										width: 80px;
										margin: 0;
										padding: 1px 0 0 0;
										font-weight: normal;
										font-size: 10px;
										clear: left;
									}
									div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent dl dd {
										float: left;
										width: 40px;
										margin: 0;
										padding: 1px 0 0 0;
										font-size: 10px;
										font-weight: bold;
										text-align: right;
									}
									
								div.itemviewer table td div.item table td.itemtarget div.content div.shopcontent a.btn {
									padding: 2px 5px;
									float: right;
								}
