/* @override 
	http://ez-base.digicatalog.nl/EZ-base.css
	http://ez-place.ez-base.nl/EZ-base.css
*/

/* @group RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,th,td{margin:0;padding:0;}
tables{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/*address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
.designer, .designer a, .designer a:visited {text-align:center; text-decoration:none; margin-bottom:10px; font:11px normal Arial, Helvetica, sans-serif; color:#666;}
.cright {display:none}
.nopad {margin: 0px;padding: 0px;}
img { behavior: url(iepngfix.htc); }
/* @end */

/* @group Wrappers */

#Main {
	background: url(images/main_bg.gif) repeat-y center;
	padding: 10px;
	width: 976px;
	margin: 0px auto;
}

#Sidebar {
	float: left;
	width: 220px;
	padding: 0px;
	padding-left: 18px;
}

#Content {
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 696px;
}

#SimpleContent {
    background-color: #ffffff;
}

#Header {
	background: url(images/header.gif) no-repeat center top;
	height: 9px;
	width: 976px;
	margin: 10px auto 0 auto;
	padding: 0 10px 0 10px;
}

#Footer {
	background: url(images/footer.gif) no-repeat center top;
	height: 9px;
	width: 976px;
	margin: 0 auto;
	padding: 10px;
}

/* @end */

/* @group DatePicker */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
 	color: #b62517;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	border : solid 1px #9f3d34;
	background: #9f3d34;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	margin: 0;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	border : solid 1px #9f3d34;
	background: #9f3d34;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	margin: 0;
	}
/* @end */

/* @group Sidebar */

.UserInfo {
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
	background-color: #b62517;
	color: #ffffff;
	border: 1px solid #9f3d34;
}

.SidebarMenu {
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
	margin-top: 15px;
	background-color: #b62517;
	color: #ffffff;
	border: 1px solid #9f3d34;
}

.SidebarMenu ul {
	padding-left: 15px;
}

.SidebarMenu li {
	list-style-type: none;
	padding-bottom: 5px;
	list-style-image: url(images/pijl-rechts.gif);
	margin-bottom: 4px;
}

.SidebarHeader {
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	color: #ffffff;
	height: 15px;
	padding:  5px;
	font-size: 14px;
	font-weight: bold;
}

.SidebarContent {
	padding: 5px;
}

.SidebarContent p {
	margin: 0 0 5px;
}

.SidebarContent a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.SidebarContent a:hover {
	text-decoration: underline;
}

.Basket {
	font-weight: bold;
	margin-top: 15px;
}

.NotSelectedStandardHeader {
    color: #8e8e8e;
}

.OwnStandardHeader {
    color:Black; 
    background-color:#ffffc0;
}

.SupplierNoContract {
	background-color: #fef8f4;
}


.Logoff {
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	width: 90px;
	left: 120px;
}

.DigiCatalog {
	margin: 20px;
}

.EZ-base {
	margin-top: 20px;
	margin-left: 60px;
}

/* @end */

/* @group Main Styles */

body {
	margin: 0px;
	padding: 0px;
	color : #333;
	background-color : #c4bb99;
	font-size : 11px;
	font-family : Verdana;
}

h1 {
	color: #b62517;
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.5em;
	clear: none;
}

h5 {
	color: #9f3d34;
	margin-bottom: 5px;
	font-weight: bold;
}

.ErrorMessage {
	color: #b62517;
}

.BusyMessage {
	height: 22px;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 7px;
	background: url(images/wait18trans.gif) no-repeat 5px 5px;
}

.BusyIcon {
	height: 22px;
	margin-top: -2px;
	vertical-align: middle;
	padding-left: 30px;
	background: url(images/wait18trans.gif) no-repeat 5px 5px;
}

.AppIcon {
	float: right;
	padding-left: 5px;
}


.Tab {
	position: relative;
	left: 60px;
	top: -13px;
	height: 0px;
	margin: 0;
	padding: 0;
}

#BusyGenerating {
	height: 24px;
	width: 200px;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 7px;
	background: white url(images/wait18trans.gif) no-repeat 5px 5px;
	position: absolute;
	top: 400px;
	left: 530px;
	border: 1px solid #b62517;
}

#BusyUploading {
	height: 24px;
	width: 200px;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 7px;
	background: white url(images/wait18trans.gif) no-repeat 5px 5px;
	position: absolute;
	top: 200px;
	left: 530px;
	border: 1px solid #b62517;
}

#BusyExporting {
	height: 24px;
	width: 200px;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 7px;
	background: white url(images/wait18trans.gif) no-repeat 5px 5px;
	position: absolute;
	top: 250px;
	left: 530px;
	border: 1px solid #b62517;
}

#BusyFiltering {
	height: 24px;
	width: 200px;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 7px;
	background: white url(images/wait18trans.gif) no-repeat 5px 5px;
	position: absolute;
	top: 370px;
	left: 530px;
	border: 1px solid #b62517;
}


.FloatLeft {
	float: left;
	padding: 0;
	margin: 0;
}

.FloatRight {
	float: right;
}



a {
	color: #9f3d34;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Content a[target="_blank"] {
	color: #b62517;
	font-weight: bold !important;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#Content a:hover[target="_blank"] {
	border-bottom: 1px solid #b62517;
}

#Content a[target="_blank"]:after {
	margin-left: 3px;
	padding-left: 1px;
	content: url(images/external.gif);
}

a.SupplierCatalogue, a.ExternalLink {
	color: #b62517;
	font-weight: bold !important;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a.SupplierCatalogue:after, a.ExternalLink:after {
	margin-left: 3px;
	padding-left: 1px;
	content: url(images/external.gif);
}

a.SupplierCatalogue:hover, a.ExternalLink:hover {
	text-decoration: none;
	border-bottom: 1px solid #b62517 !important;
}


th {
	text-align: left;
	height: 20px;
	background: #C5BF97;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #9f3d34;
}



td {
	padding: 4px;
	border-top: 1px solid #e7dfb4;
	vertical-align: middle;
}

p {
	margin-bottom: 10px;
}


.MonetaryAmount {
	text-align: right;
}


tr.First td {
	border: 0;
}

.IconColumn {
    padding: 0;
}

.IconColumn img {
    margin: 0;
    margin-left: auto;
}

/*
.button {
	border : solid 1px #9f3d34;
	background: #9f3d34;
	color : #ffffff;
	font-weight : bold;
	font-size : 11px;
	margin: 0;
	padding:0 .25em;
	width:auto;
	overflow:visible;
}*/

.button {
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    background:url("images/header-dark.png") repeat-x scroll 0 0 #9f3d34;
    border:1px solid #9f3d34;
    color:#ffffff;
    height: 25px;
	font-weight : bold;
	font-size : 11px;
	width:auto;
	overflow:visible;
    text-align:center;
    text-decoration:none;
//    text-shadow:0 1px 0 #c0c0c0;
}

/*
.FormHeader {
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	border-bottom: 1px solid #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}
*/


.plusminbutton {
	border : solid 1px #9f3d34;
	background: #9f3d34;
	color : #ffffff;
	font-weight : bold;
	font-size : 11px;
	margin: 0;
	margin-left: 10px;
	padding: 0; .25em;
	width:auto;
	overflow:visible;
}

a.NoHref {
	cursor: pointer;
}

.Checkbox {
	display: inline;
	width: 15px;
	height: 15px;
	padding-right: 15px;
	padding-top: 1px;
	background: url(images/Checkbox.png) no-repeat 0 0;
	cursor: default;
}

.CheckboxChecked {
	display: inline;
	width: 15px;
	height: 15px;
	padding-right: 15px;
	padding-top: 1px;
	background: url(images/CheckboxChecked.png) no-repeat 0 0;
	cursor: default;
}

.CheckboxGrey {
	display: inline;
	width: 15px;
	height: 15px;
	padding-right: 15px;
	padding-top: 1px;
	background: url(images/CheckboxGrey.png) no-repeat 0 0;
	cursor: default;
}

.PreloadImages {
	display: none;
}

.RadioOption {
	padding-bottom: 20px;
}

.RadioOptionItem {
	margin-left: 21px;
}

/* @end */

/* @group Login */

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	padding: 15px;
	border: 1px solid #9f3d34;
	width: 429px;
	background: #b62517;
}

.login-form .form-block {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #9f3d34;
}

.login .inputbox {
	margin: 0 0 10px 0;
	border: 1px solid #9f3d34;
	}

.login-text {
	color: #ffffff;
}

.login h1 {
	background-position: left top;
	color: #ffffff;
	margin: 0px;
	height: 50px;
	padding: 5px 0px 0 0px;
 	text-align: left;
	font-size: 1.5em;
}

.login a {
	color: #ffffff;
	font-weight: bold;
}

.login p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* @end */

/* @group Search */

.ZoekOpties {
	height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #9f3d34;
	vertical-align: middle;
}

.ZoekOpties1 {
	height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #9f3d34;
	border-bottom: 1px solid #9f3d34;
	vertical-align: middle;
}

.ZoekOpties2 {
	height: 24px;
	padding: 5px;
	vertical-align: middle;
}

.SearchBox {
	margin-top: 10px;
}

.SearchResults {
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
	margin-top: 10px;
	border: 1px solid #9f3d34;
}


#SearchResultsProductGroupContent td .ShowDetails {
	vertical-align: top;
}

#SearchResultsProductGroupContent td {
	height: 80px;
	vertical-align: top;
}

#SearchResultsProductGroupContentImages td {
	vertical-align: top;
}

#ViewActions td {
    padding: 15px;
    border: none;
	vertical-align: bottom;
	font-weight: bold;
}


.SearchFilter {
    float: left;
    padding-right: 10px;
    vertical-align: middle;
}

#SearchFilterContent{
    position: relative;
    min-height: 140px;
}

#SearchFilterContentOverlay{
    background-color: #ffffff;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
    z-index: 99;

    height: 100%;
    width: 696px;
    filter:alpha(opacity=60);    
    -moz-opacity: 0.6; 
    opacity: 0.6; 
}


#SearchFilterAttributeContainer{
    float: left;
    padding: 0;
    padding-right: 10px;
    vertical-align: middle;
}


.ImageCell {
	width: 90px;
}

.ProductThumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.OnlyImages td {
    color:#9f3d34;
    vertical-align:bottom;
}
.OnlyImagesTekst  {
      width:130px;
      overflow:hidden;};

/* @end */

/* @group Forms */

.Form {
	border: 1px solid #9f3d34 !important;
}

.FormDeeplink {
	background-color: #ffffff;
	border: 1px solid #9f3d34;
	width: 644px;
}

.FormHeader {
    -moz-border-radius:5px 5px 0px 0px;
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	border-bottom: 1px solid #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}

.FormHeaderLeft {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.FormHeaderRight {
	float: right;
}

.FormHeader a {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.FormHeader a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.FormBlock {
	background: #b62517;
	padding: 5px;
	color: #ffffff;
	min-height: 80px;
	height:auto !important; /*IE6 min-height hack*/
	height: 80px; /*IE6 min-height hack*/
}

.FormBlock p {
	margin-bottom: 10px;
}

.FormBlock a {
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
}

.FormBlock a:hover {
	border-bottom: 1px solid #fddfff;
	text-decoration: none;
}

.Classificaties {
    margin:0;
    border: 0;
}

.ClassificatieContainer ul {
	margin: 0;
	padding-left: 0px;
}

.ClassificatieContainer li {
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	border-bottom: 1px solid #c5bf97;
	list-style-type: none;
}



.ClassificatieContainer .NavigationBottom li {
    border: 0 !important;
}

.ClassificatieMetAfbeelding {
    float:left;
    position:relative;
	list-style-type: none;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: hand;
	cursor: pointer;
}

.ClassificatieMetAfbeeldingContainer {
    -moz-border-radius:5px 5px 5px 5px;
    width:161px;
    height:180px;
    margin: 5px !important;
	border: 1px solid #c5bf97;
	background: #ffffff;
	position: relative;
}

.ClassificatieAfbeelding {
    padding-top: 7px;
    height: 120px;
    width: 120px;
}


.ClassificatieOmschrijving {
    margin: 5px;
    padding: 5px;
    bottom: 0px;
/*
<!--[if IE 6]>
    position: relative;
<![endif]-->
<!--[if IE 7]>
    position: relative;
<![endif]-->
    position: absolute !important;*/
    width: 151px;    
	display: inline;
}

.BreadCrums {
	padding: 5px;
	background: #C5BF97;
	border-bottom: 1px solid #9f3d34;
}

.ClassificatieContainer .BreadCrums {
	padding: 5px;
	background: #C5BF97;
	border: 0;
}


.BreadCrums ul {
	border: 0;
	padding: 0;
}

.BreadCrums li {
	border: 0	;
	display: inline;
	list-style-type: none;
	padding-left: 13px;
	padding-right: 10px;
	background: url(images/pijl-rechts.gif) no-repeat 0 3px;
}

.ClassificatieContainer {
	margin-top: 0px;
//	border-bottom: 1px solid #9f3d34;
	
}

.TableContainer {
	border: 1px solid #9f3d34;
	margin-top: 10px;
}

.SimpleContainer {
	border: 1px solid #9f3d34;
	margin-top: 10px;
	padding: 5px;
}

.OrganisationProductNumberContainer {
	border-top: 1px solid #9f3d34;
	margin-top: 10px;
	padding: 5px;
}


.ButtonBar {
	margin-top: 10px;
}

.NavigationTop {
    -moz-border-radius:5px 5px 0px 0px;
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
	border-bottom: 1px solid #9f3d34;
}

.NavigationBottom {
    -moz-border-radius:0px 0px 5px 5px;
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
	border-top: 1px solid #9f3d34;
}

.NavigationTop ul, .NavigationBottom ul {
	border: 0;
	padding: 0;
	margin: 0;
}

.NavigationTop li, .NavigationBottom li {
	list-style-type: none;
	float: left;
	padding:  0 3px 0 0;
	margin: 0;
	color: #ffffff;
}

.NavigationTop a, .NavigationBottom a {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.SearchCatalogueNavigationTop {
    background: 0;
	background-color: #C5BF97;
	height: 15px;
	padding: -5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #000000;
	border-bottom: 1px solid #9f3d34;
}

.SearchCatalogueNavigationTopm ul {
	border: 0;
	padding: 0;
	margin: 0;
}

.SearchCatalogueNavigationTop li {
	list-style-type: none;
	float: left;
	padding:  0 3px 0 0;
	margin: 0;
	color: #000000;
}

.SearchCatalogueNavigationTop a {
	color: #000000;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group ZoomProductDetails */


td.ZoomProductGroupSpacer {
	border-top: 0;
	height: 0;
}

td.ZoomProductGroupContent {
	padding: 0;
	border-left: 1px solid #e7dfb4;
	vertical-align: middle;
	height: 0;
}

.ZoomProductGroupTable {
	background-color: #fef8f4;
}

.ZoomProductGroupTable .WithTopBorder td{
	border-top: 1px solid #e7dfb4;
}

.ZoomProductGroupTable .NoBorder td {
	border: 0;
}

.ZoomProductGroupTable th {
	border: 0;
}

.ZoomProductGroupTable td {
	border: 0;
	height: 0 !important;
}

.ZoomProductGroupTableFirst td {
	border-top: 1px solid #e7dfb4;
}


/* @end */

/* @group ZoomSupplierCatalogue */

.ZoomSupplierCatalogueTable {
	margin: -4px;
	margin-top: 10px;
	margin-left: 100px;
	border-top: 1px solid #e7dfb4;
	border-left: 1px solid #e7dfb4;
	background-color: #fef8f4;
}

.ZoomSupplierCatalogueTable th {
	border: 0;
}

.ZoomSupplierCatalogueTable td {
	border-top: 1px solid #e7dfb4 !important;
}



/* @end */

/* @group ProductDetail */

.ProductDetailImageContainer
{
	cursor: default;
	list-style: none;
}

.ProductDetailImageContainer a
{
	cursor: default;
}

.ProductDetailImageContainer a .ProductDetailImageZoom
{
	display: none;
}

.ProductDetailImageContainer a:hover .ProductDetailImageZoom
{
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.ProductDetailImageContainer img
{
	border: 1px solid #9f3d34;
	vertical-align: top;
}

.ProductDetailImageContainer li
{
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.ProductDetailImageContainer a:hover .Shadow {
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	
	background: none;
	float: left;
	margin: 10px 0px 0px 10px !important;
	margin: 0;
}

.ProductDetailImageContainer a:hover .Shadow div {
	background: none ;
	padding: 0 ;
}

.ProductDetailImageContainer a:hover .Shadow img {
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}

/*
a:hover .ProductDetailImageZoom {
	z-index: 1;
	background-color: #ffffff;
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	cursor: default;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	
	background: url(images/shadow.gif) no-repeat bottom right;
}

a:hover .ProductDetailImageZoom div {
	background: none !important;
	background: url(images/shadow2.gif) no-repeat left top;
	
	padding: 0 !important;
	
	padding: 0 6px 6px 0;
}

a:hover .ProductDetailImageZoom img {
	
	color: #777;
	background-color: #fff;
	border: 1px solid #9f3d34;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}
*/

.ProductName {
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ProductType {
	padding-left: 3px;
	font-size: 14px;
	margin-bottom: 5px;
}

.ProductDetailWrapper {
	padding: 10px;
}

.ProductDetailContainer {
	width: 100%;
}

.ProductDetailContainer td {
	border: 0;
	vertical-align: top;
	padding: 0;
}

.ProductDetailContainer .WithBorderLines td {
	border-top: 1px solid #e7dfb4;
}

.ProductDetailContainer .WithBorderLines tr:first-child td {
	border: 0;
}


.ProductDetailImageContainer {
	cursor: default;
	list-style: none;
	margin-bottom: 15px;
}

.ProductDetailImageContainer li {
	display: inline;
	float: left;
	position: relative;
}

.ProductDetailImageContainer a {
	cursor: default;
	position: relative;
}

.ProductDetailImage {
	border: 1px solid #9f3d34;
}

.ProductDetailImageZoom {
	display: none;
}

.ProductDetailImageMagnifier {
	position: absolute;
	display: block;
	left: 0px;
	margin-top: auto;
}

.ProductDetailBrand {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.ProductDetailSpec {
	padding: 5px;
}

.ProductDetailSpecSub {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.ZoomProductGroupContent .ProductDetailSpecSub {
	padding: 5px;
	background-color: #fef8f4;
}

.ProductDetailSpecSub li {
	margin: 0;
	list-style-type: none;
	padding-bottom: 5px;
}


.ProductDetailSpec li {
	margin: 0;
	list-style-type: none;
	padding-bottom: 5px;
}

.ProductDetailSpec li.SpecWithBullet {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

.ZoomProductGroupSpec {
	padding: 5px;
	background-color: #fef8f4;
}

.ZoomProductGroupSpec li {
	margin: 0;
	list-style-type: none;
	padding-bottom: 5px;
	border: 0;
}

.ZoomProductGroupSpec li.SpecWithBullet {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	border: 0;
}


.ProductDetailTableContainer {
	margin-top: 10px;
	border: 1px solid #9f3d34;
}

.ProductDetailTable {
	width: 100%;
}

.ProductDetailTable th {
	padding: 0px;
	padding-left: 5px;
	text-align: left;
	background-color: #c5bf97;
	border-bottom: 1px solid #9f3d34;
}

.ProductDetailTable td {
	padding: 3px 5px 2px;
}

.ProductDetailTable .First td {
	padding-top: 3px;
}

.SpecTable th {
	text-align: left;
	height: 20px;
	padding: 0px;
	background: #ffffff;
	padding-right: 10px;
	margin: 0;
	border: 0;
}

.SpecTable td {
	padding-right: 10px;
	margin: 0;
}


.HeaderIconLeft {
	margin-left: 10px;
}

.HeaderIconRight {
	margin 0;
}

.ProductDetailPriceContainer {
	margin-top: 10px;
	border: 1px solid #9f3d34;
}

.ProductDetailPrice {
	width: 100%;
}

.ProductDetailPrice td {
	padding: 3px 5px 2px;
}

.ProductDetailPrice .First td {
	padding-top: 3px;
}


/* @end */

/* @group ProductGroup */

.ProductGroupTableContainer {
	border: 1px solid #9f3d34;
}

.ProductGroupTable .WithTopBorder td{
	border-top: 1px solid #e7dfb4;
}

.ProductGroupTable td {
	padding: 3px;
}

.Select {
	width:  15px;
}

/* @end */

/* @group Oud */

#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#header {
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #C64934;
        background: url(../images/header_bg.png);
}

#joomla {
        position: relative;
        width: 100%;
        background: url(../images/version.png) no-repeat;
        background-position: bottom right;
        margin: 0px;
        padding: 0px;
}

#break {
	height: 50px;
}

form {
    margin: 0px;
}

.ToggleButton {
	color: #ffffff;
	cursor: pointer;
}

.zoek {
	margin-top: 5px;
	padding: 15px;
	background: #ffffff;
}

.zoek h1 {
	background-position: left top;
	color: #b62517;
	margin: 0px;
	height: 30px;
	padding: 5px 0px 0 0px;
 	text-align: left;
	font-size: 1.5em;
}

.form-block {
	background: #b62517;
	padding: 5px;
	color: #ffffff;
}

.zoekopties {
	height: 24px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #9f3d34;
	border-right: 1px solid #9f3d34;
	border-bottom: 1px solid #9f3d34;
	vertical-align: middle;
}

.zoekresultaten {
	border-left: 1px solid #9f3d34;
	border-right: 1px solid #9f3d34;
	padding: 0px;
	vertical-align: middle;
}

.zoekresultaten-verfijnen {
	margin-top: 20px;
	border: 1px solid #9f3d34;
}

.zoekresultaten-verfijnen-item {
	padding: 5px;

}

.GebruikerContainer {
	border-bottom: 1px solid #9f3d34;
}


.GebruikerDetailContainer {
	padding: 5px;
	border-left: 1px solid #9f3d34;
	border-right: 1px solid #9f3d34;
	border-bottom: 1px solid #9f3d34;
}


.WinkelwagenContainer {
	margin-top: 20px;	
	border: 1px solid #9f3d34;
}

.WinkelwagenContainer th {
	text-align: left;
	background-color: #c5bf97;
	border-top: 1px solid #9f3d34;
	border-bottom: 1px solid #9f3d34;
}

.WinkelwagenContainer td {
	border-bottom: 1px solid #c5bf97;
}



.zoekresultaten td	 {
/*	border-left: 1px solid #9f3d34;*/
	border-top: 1px solid #9f3d34;
	padding-left: 5px;
	vertical-align: top;
}

.NormaleTabel td {
	border-bottom: 1px solid #C5BF97;
	border-top: 0;
	vertical-align: top;
}

.NormaleTabel th {
	border-bottom: 1px solid #9f3d34;
}

.TableArtikelDetails {
	border-left: 1px solid #9f3d34;
}

.TableArtikelDetails td {
	border: 0;
}

.TableArtikelDetails th {
	border-bottom: 1px solid #9f3d34;
}

td.TableArtikelDetailsEerste {
	/*border-top: 1px solid #9f3d34;*/
	border-top: 1px solid #C5BF97;	
}

.zoekresultaten td .ShowDetails {
	vertical-align: top;
}

.zoekresultaten th	 {
	text-align: left;
	height: 20px;
	background: #C5BF97;
	padding-left: 5px;
}

.ArtikelInfo {
	border:  1px solid #9f3d34;
}

.knoppenbalk {
	margin-top: 20px;
}

.ArtikelInfoAfbeelding {
	float: left;
	padding: 5px;
	clear: left;
	border: 1px solid #9f3d34;
	margin: 10px;
	cursor: pointer;
}

.ArtikelInfoAfbeelding2 {
	float: left;
	clear: left;
	margin: 10px;
	cursor: pointer;
	margin-bottom: -15px;
}

.ArtikelInfoImg {
	border: 1px solid #9f3d34;
	float: left;

}

.ArtikelInfoLoepje {
	position: relative;
	left: 0px;
	top:  -21px;
}

.ArtikelDetailSpec {
	padding: 5px;
}

.ArtikelDetailTabelContainer {
	margin-top: 20px;
	border: 1px solid #9f3d34;
}

.ArtikelDetailTabel {
	width: 100%;
}

.ArtikelDetailTabel th {
	padding: 5px;
	text-align: left;
	background-color: #c5bf97;
	border-bottom: 1px solid #9f3d34;
}

.ArtikelDetailTabel td {
	padding-left: 5px;
	padding-right: 5px;

}

.Loepje {
	position: relative;
	bottom: -6px;
	left:  -6px;
	float: left;
}

.ArtikelInfoMerk {
	float: left;
	clear: left;
	margin-left: 10px;
}

.ArtikelInfoSpec {
	padding: 5px;
	padding-left: 20px;
	float: right;
	overflow: auto;
}

.ArtikelInfoTabel th {
	text-align: left;
	background-color: #c5bf97;
	border-top: 1px solid #9f3d34;
	border-bottom: 1px solid #9f3d34;

}

.ArtikelInfo tr {
	vertical-align: top;
}

.align-r {
	text-align: right;
}

.zoeken-verfijnen {
	margin-top: 20px;
	padding: 0px;
}

.HideDetails {
	visibility: collapse;
}

.ShowDetails {
	visibility: visible;
	border-left: 1px solid #9f3d34;

}

.ArtikelContainer {
	margin-top: 20px;
}

.CatalogiContainer {
	margin-top: 20px;
}

.ArtikelContainer h1 {
	padding: 0;
	margin-top: 10px;
}

.productnav-top {
	margin-top: 5px;
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}

.productnav-bottom {
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}


.tablenav-top {
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}

.tablenav-bottom {
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}

.form-header {
	background: url(images/header-dark.png) repeat left;
	background-color: #9f3d34;
	height: 15px;
	padding:  5px;
	color: #ffffff;
}

.form-header a {
	color: #ffffff;
	text-decoration: none;
}

.form-header a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.form-header-l {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.form-header-r {
	float: right;
}
.zoek p {
	color: #ffffff;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.zoek .inputlabel {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	}

.inputbox {
	border: 1px solid #9f3d34;
}

.selectbox {
	border: 1px solid #9f3d34;
	width: 300px;
	height: 400px;
}

input.checkbox, input.radio, input[type="radio"], input[type="checkbox"] {
	vertical-align:middle;
	width:22;
	height:22;	
}

.clr {
    clear:both;
    }

.ctr {
	text-align: left;
}

.version {
	font-size: 0.8em;
}

.footer {

}

.message {
	margin-top: 10px; 
	padding: 7px; 
	width: 400px;
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;	
	font-weight: bold;
	font-size: 13px;
}

/* @end */

/* @group JQuery overrides */

.ui-tabs {
    border: 0;
}

.ui-tabs .ui-widget-header {
    border: 0;
    -moz-border-radius: 0;
    border-bottom: 1px solid #9f3d34; 
    background: none;
}

.ui-tabs-panel {
    padding: 1em 0.3em !important;
}

.ui-tabs-nav {
    padding: 0.2em 0 0 !important   ;
}

.ui-tabs-panel .ProductDetailPriceContainer a {
	color: #9f3d34;
	text-decoration: none;
}

.ui-tabs-panel .ProductDetailPriceContainer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #b62517 !important;
}

.ui-tabs-panel .ProductDetailTableContainer a {
	color: #9f3d34;
	text-decoration: none;
}

.ui-tabs-panel .ProductDetailTableContainer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #b62517 !important;
}


.ui-accordion .ui-accordion-content {
    padding: 1em;
}

.ui-accordion-content .ProductDetailTableContainer {
    margin: 0;
}

.ui-accordion-content .ProductDetailTable td {
	height: 70px;
	vertical-align: middle;
}


/* @end */
