/*
Kleuren definties

geel beige: #FFFFFF
bordeaux: #B12A30
bordeaux 50%: #D9A290  -> #F9EFEC
*/
body
{
    background-color:Black;
    background-image:url(ImagesPrivate/background_stretch.jpg);
    background-position:center top;
    background-repeat:repeat-y;
}

body, 
td, 
div, 
a
{
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
	color: Black;
	vertical-align: top;
}

input[type=text], 
input[type=password]
{  
	border: Solid 1px #D9A290;
} 


.PageTitle
{
	text-align: center;
	background-color: #F9EFEC;
}

div.PageTitle
{
	border-bottom: Solid 5px #B12A30;
	height: 30px;
	padding: 5px 0 15px 0;
	margin-top: 8px;
}

td.PageTitle
{
	border-bottom: Solid 5px #B12A30;
	height: 30px;
}

.PageTitle h1
{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: Black;
}

/* Master Page DIV styles */

.DIVContainer
{
	position: relative;
	width: 999px;
	text-align: left;
	margin: 0px auto 0px auto;
	/*background-image: url(ImagesPrivate/background.jpg);
	background-position: 0px 0px;*/
}

.DIVHeader
{
	width: 999px;
	height: 114px;
	background-image: url(ImagesPrivate/header.jpg);
	background-repeat: no-repeat;
}

.DIVWineSearch
{
	background-color: #FFFFFF;
	height: 41px;
	margin-bottom:-3px;
	margin-top: 8px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
}

.DIVWijnenenLikeurenDulst
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 392px;
	padding-top: 27px; 
	width: 300px;
	height: 25px;
	float: left;
}

.DIVMenu
{
	padding-top: 82px;
	padding-left: 10px;
}

.DIVSubHeader,
.DIVSubHeaderSideBar
{
	height: 0px;
}/*
.DIVSubHeader
{
	background-image: url(ImagesPrivate/subheader.gif);
}
.DIVSubHeaderSideBar
{
	background-image: url(ImagesPrivate/subheader_SideBar.gif);
}*/

.DIVContentContainer,
.DIVContentContainerSideBar
{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}/*
.DIVContentContainer
{
	background-image: url(ImagesPrivate/content.gif);
}
.DIVContentContainerSideBar
{
	background-image: url(ImagesPrivate/content_SideBar.gif);
}*/

.DIVErrorMessage,
.DIVErrorMessageSideBar
{
	background-color:White;
	margin:10px 20px 10px 10px;
	padding:5px 25px 5px 15px;
	text-align:center;
}/*
.DIVErrorMessage
{
	background-image: url(ImagesPrivate/content.gif);
}
.DIVErrorMessageSideBar
{
	background-image: url(ImagesPrivate/content_SideBar.gif);
}*/

.DIVLeftContent,
.DIVLeftContentBIG
{
	position: relative;
	float: left;
	width: 770px;
}

.DIVLeftContentBIG
{
	width: 970px;
}

.DIVContentPlaceHolder
{
	position: relative;
}

.DIVSideBar
{
	position: relative;
	float: left;
	width: 207px;
	height: 100%;
	padding-bottom: 185px;
    padding-left:5px;
    padding-right:5px;
    width:197px;
}

.DIVSideBarHIDE
{
	position: relative;
	float: left;
	width: 0px;
	height: 500px;
}

.DIVSideBarBottom
{
	position: absolute;
	width: 180px;
	height: 170px;
	left: 800px; 	
	top: -170px;     
}
.DIVSideBarBottomHIDE
{
	position: absolute;
	width: 180px;
	height: 170px;
	left: 794px; 	
	top: -170px;     
	visibility: hidden;
}

.DIVCloser
{
	clear: both;
	height: 1px;
}

.DIVFooter
{
	position: relative;
	height: 20px;
	/*background-image: url(ImagesPrivate/footer.gif);*/
}

.DIVXelosFooter, 
.DIVXelosFooter a
{
	height: 14px;
	text-align: right;
	font-size: 9px;
	color: #EEEEEE;
}

/* END Master Page DIV styles */


/* Edit stuff */
.EditCell
{
	vertical-align: middle;
}
/* END Edit stuff */

/* CMS System */

.CMSTableStyle
{
	width: 100%;
	margin-bottom: -7px;
	margin-top: 8px;
}

.CMSButtonRow
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.CMSButtonPanel
{
	width: 100px;
	text-align: center;
	border: Solid 1px #D9A290;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px auto 0px auto;
	background-color: White;
}

.CMSSideBarCell
{
	width: 190px;
	border: Solid 1px #D9A290;
}

.CMSPublishDateDIV
{
    font-size: 9px;
    padding-top: 0px;
    text-align: right;
}

.TextOnly, 
.TextOnlyBorder, 
.TextLeft, 
.TextLeftBorder, 
.TextRight, 
.TextRightBorder, 
.PhotoOnly, 
.PhotoOnlyBorder, 
.PhotoLeft, 
.PhotoLeftBorder, 
.PhotoRight, 
.PhotoRightBorder, 
.SlideShow, 
.SlideShowBorder
{
    /*border-bottom: Solid 5px #B12A30;*/
	padding: 5px 5px 5px 5px;
	/*background-image: url(ImagesPrivate/yellowBackground.jpg);*/
	background-color: #FFFFFF;
}

.TextTitle
{
	font-weight: bold;
	color: Black;
	text-align: center;
	/*background-color: #B12A30;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.TextOnly, 
.TextOnlyBorder
{
	text-align: justify;
}
.TextOnlyBorder
{
	/*border: Solid 1px #FFFFFF;*/
	border-bottom: Solid 5px #B12A30;
}
.TextLeft, 
.TextLeftBorder
{
/*	width: 50%; */
	
}
.TextLeftBorder
{
    border-bottom: Solid 5px #B12A30;
	/*border: Solid 1px #FFFFFF;*/
}
.TextRight, 
.TextRightBorder
{
/*	width: 50%; */
}
.TextRightBorder
{
    border-bottom: Solid 5px #B12A30;
	/*border: Solid 1px #FFFFFF;*/
}

.PhotoOnly, 
.PhotoOnlyBorder
{
	text-align: center;
}
.PhotoOnlyBorder
{
    border-bottom: Solid 5px #B12A30;
	/*border: Solid 1px #FFFFFF;*/
}
.PhotoLeft, 
.PhotoLeftBorder
{
/*	width: 50%; */
	vertical-align: middle;
	text-align: center;
}
.PhotoLeftBorder
{
    border-bottom: Solid 5px #B12A30;
	/*border: Solid 1px #FFFFFF;*/
}

.PhotoRight, 
.PhotoRightBorder
{
/*	width: 50%; */	
	vertical-align: middle;
	text-align: center;
}
.PhotoRightBorder
{
    border-bottom: Solid 5px #B12A30;
	/*border: Solid 1px #FFFFFF;*/
}

.SlideShow, 
.SlideShowBorder
{
	text-align: center;
}
.SlideShowBorder
{
    border-bottom: Solid 5px #B12A30;
	/*border: Solid 1px #FFFFFF;*/
}



/* END CMS System */


/* WinesOverview */
.WineOverviewTitle
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 30px;
}

.WineGroupPanelHeader
{
	background-color:#D9A290;
    border:1px solid #D9A290;
    cursor:pointer;
    margin-bottom:5px;
    margin-left:5px;
    margin-top:5px;
    padding-bottom:3px;
    padding-left:3px;
    padding-top:3px;
    text-align:center;
    width: 950px;
}
.WineGroupPanelContent
{
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: Solid 1px #D9A290;
	width: 968px;
	text-align: center;
	background-color: White;
}
.RelationGiftItemPanel
{
	float: left;
	position: relative;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	height: 160px;
}

.RelationGiftsPanelContainer
{
	position: relative;
	width: 760px;
	text-align: center;
	margin: 0px auto 0px auto;
}


.WineGroupCell,
.WineGroupCell a,
.WineGroupCell a:visited,
.WineGroupCellHover,
.WineGroupCellHover a
{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: White;
	white-space:nowrap;
}
.WineGroupCell,
.WineGroupCellHover
{
	background-color: #B12A30;
	border: Solid 2px #D9A290;
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 1px;	
	width: 25%;
}
.WineGroupCellHover,
.WineGroupCellHover a,
.WineGroupCellHover a:visited
{
	background-color: #D9A290;
}
.WineGroupCellHover
{
	border: Solid 2px #B7423A;
}

.DIVWines
{
	text-align: center;
	border: Solid 1px #D9A290;
	margin: 20px auto 0px auto;
}

.WineTable
{
    padding: 5px 0 0 5px;
    width: 960px;
}
.WineRow
{
	vertical-align: middle;
}

.WineCellDescription, 
.WineCellMoreInfo, 
.WineCellWineYear, 
.WineCellPriceExcl, 
.WineCellPriceIncl, 
.WineCellAddToCart, 
.WineCellTotaal, 
.WineCellDinerTitle,
.WineCellHeaderDescription, 
.WineCellHeaderMoreInfo,
.WineCellHeaderWineYear, 
.WineCellHeaderPriceExcl, 
.WineCellHeaderPriceIncl, 
.WineCellHeaderAddToCart, 
.WineCellHeaderTotaal
{
	vertical-align: middle;
	border-bottom: Solid 1px #D9A290;
}

.WineCellDinerTitle
{
	border-bottom: Solid 2px #D9A290;
}

.WineCellDescription, 
.WineCellHeaderDescription
{
	width: 48%;
}
.WineCellHeaderDescription
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
.WineCellMoreInfo, 
.WineCellHeaderMoreInfo
{
	width: 4%;
}
.WineCellHeaderMoreInfo
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
.WineCellWineYear, 
.WineCellHeaderWineYear
{
	width: 12%;
	text-align: center;
}
.WineCellHeaderWineYear
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
.WineCellPriceExcl, 
.WineCellHeaderPriceExcl
{
	width: 12%;
	text-align: right;
}
.WineCellHeaderPriceExcl
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
.WineCellPriceIncl, 
.WineCellHeaderPriceIncl
{
	width: 12%;
	text-align: right;
}
.WineCellHeaderPriceIncl
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
.WineCellAddToCart, 
.WineCellHeaderAddToCart
{
	width: 12%;
	text-align: left;
}
.WineCellHeaderAddToCart
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
.WineCellTotaal, 
.WineCellHeaderTotaal
{
	width: 12%;
	text-align: right;
}
.WineCellHeaderTotaal
{
	background-color: #B12A30;
	color: White;
	font-weight: bold;
}
/* END WinesOverview */

/* Grids */
.Grid
{
	border: Solid 1px #B12A30;
}

.GridHeader, 
.GridHeader a, 
.GridHeader a:visited
{
	color: White;
	background-color: #B12A30;
}

.Item
{
	border: Solid 1px #B12A30;
}

.AlternatingItem
{
	border: Solid 1px #B12A30;
}

.SelectedItem
{
	border: Solid 2px #B12A30;
}
/* END Grids */

/* Modal Popup */
.ModalPopupBackground
{
	background-color: #888888;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ModalPopup
{
	background-image: url(ImagesPrivate/yellowBackground.jpg);
	color: #B12A30;
	font-weight: bold;
	padding: 5 5 5 5;
	margin: 5 5 5 5;
}
/* END Modal Popup */