* {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	
	padding: 0px;
	margin: 0px;
}

body {
	overflow: scroll;
}

.MainTable {
	padding-top: 8px;
	text-align: center;
	margin: 0 auto;
}

.Header1 {
	background-image: url('../Images/Header1.jpg');
	background-repeat: no-repeat;
	height: 113px;
	margin: 0px;
	padding: 0px;
}

.Header2 {
	background-image: url('../Images/Header2.jpg');
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px;
	padding: 0px;
	
	text-align: right;
	color: #FFFFFF;
	padding-right: 16px;
	font-size: 13px;
	font-weight: bold;
}

.Header3 {
	background-image: url('../Images/Header3.jpg');
	background-repeat: no-repeat;
	height: 53px;
	margin: 0px;
	padding: 0px;
	
	text-align: right;
	padding-right: 16px;
}

.Header4 {
	background-image: url('../Images/Header4.jpg');
	background-repeat: no-repeat;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

.LeftMenu {
	text-align: left;
	width: 219px;
}

.MenuItem, .ActiveMenuItem, .MenuItemHover, .ActiveMenuItemHover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.MenuItem {
	color: #FFFFFF;
}

.ActiveMenuItem {
	color: #ffdf0f;
}

.MenuItemHover {
	text-decoration: underline;
	cursor: pointer; 
	cursor: hand;
}

.ActiveMenuItemHover {
	color: #ffdf0f;
	cursor: pointer; 
	cursor: hand;
}

.CategoryBackground {
	background-image: url('../Images/MenuBack.jpg');
	background-repeat: no-repeat;
	height: 22px;
	text-align: left;
}

.CategoryBackgroundActive {
	background-image: url('../Images/MenuBackActive.jpg');
	background-repeat: no-repeat;
	height: 22px;
	text-align: left;
}

.CategoryItem, .CategoryItemHover, .ActiveCategoryItem, .ActiveCategoryItemHover, .SubCategoryItem, .SubCategoryItemHover, .ActiveSubCategoryItem, .ActiveSubCategoryItemHover {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

.CategoryItem {
	color: #000000;
}

.CategoryItemHover {
	text-decoration: underline;
	cursor: pointer; 
	cursor: hand;
}

.ActiveCategoryItem {
	color: #FFFFFF;
}

.ActiveCategoryItemHover {
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer; 
	cursor: hand;
}

.SubCategoryItem {
	background: #D04D75;
	color: #FFFFFF;
}

.SubCategoryItemHover {
	background: #D04D75;
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer; 
	cursor: hand;
}

.ActiveSubCategoryItem {
	background: #D04D75;
	color: #FFFFFF;
}

.ActiveSubCategoryItemHover {
	background: #D04D75;
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer; 
	cursor: hand;
}

.ContentArea {
	background-image: url('../Images/ContentArea.jpg');
	background-repeat: no-repeat;
	text-align: left;
	width: 752px;
}

.iDealLogo {
	padding-top: 200px;
}

a {
	color: #000000;
	text-decoration	: none;
	font-size: 13px;
}
		
a:visited {
	color:  #000000;
	font-size: 13px;
}
		
a:hover {
	color:  #000000;
	text-decoration	: underline;
}

a.aHeader2 {
	color: #FFFFFF;
}

/* Window classes */

.InputSearch {
  	font-size: 10px; 
	border: 1px solid <?=$Color1?>;
}

.ProductCatLink a, .ProductCatLinkSelected a {
	text-decoration: none;
}

.ProductCatLink a {
	color: #554242;
	font-weight: normal;
}

.ProductCatLinkSelected a {
	color: <?=$Color1?>;
	font-weight: bold;
}

.WindowMainTitle {
	font-weight: bold;
	font-size: 14px;
	color: #033b8b;
}

.Button, .ButtonSelected {
	margin-top: 12px; 
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	float: left;
	cursor: pointer; 
	cursor: hand;
/*	margin-bottom: 4px; */
	height: 23px;
}

.Button a {
	color: #FFFFFF;
}

.ButtonContainer {
	float: left;
	height: 35px;
}

.ButtonSelected a {
	color: #A0A0A0;
}

.ButtonSelected a, .Button a {
	text-decoration: none;
	height: 23px;
}
.ButtonImage {
	float:left;
	background-image: url('../Images/ButtonSeperate-<?=$Color;?>.gif'); 
	background-repeat: no-repeat;
	height: 35px;
}

.BottomLine {
  	border-top: 2px solid <?=$Color1?>; 
	text-align: left;
}

.BottomLineText {
	color: #8A8A8A;
	font-size: 9px;
}

.TopLogo {
	width: 780px;
	height: 60px;
}

.ButtonBar {
	width: 780px;
	height: 35px;
	background-image: url(../Images/Layout_10.gif);
}

.ShadowBar {
	width: 780px;
	height: 10px;
	background-image: url(../Images/Shadow.gif); 
	background-repeat: repeat-x;
}

.Main {	
	clear: both;	
	margin: 0 auto;
	width: 780px;
	height: 100%;
	border-left: 1px solid #d1cfcf;
	border-right: 1px solid #d1cfcf;
	background-color: #FFFFFF;
}

.MenuLeft {
	text-align: left;
	clear: both;
	width: 204px;
	float: left;
	margin-right: 5px;
}

.MainText {
	text-align: left;
	width: 560px;
	float: left;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 


.ProductButton {
	background-image: url(../Images/Layout_32.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-left: 10px;
}


/* Window classes */
.WindowTitle, .WindowTitle a {
	font-weight: bold;
	color: #033b8b;
	font-size: 14px;
}

.WindowTopLeft {
	width: 12px;
	height: 11px;
	background-image: url(../Images/Layout_44.gif);
}

.WindowTopMiddle {
	width: 180px;
	height: 11px;
	background-image: url(../Images/Layout_47.gif);
}

.WindowTopRight {
	width: 12px;
	height: 11px;
	background-image: url(../Images/Layout_50.gif);
}

.WindowBottomLeft {
	width: 12px;
	height: 11px;
	background-image: url(../Images/Layout_59.gif);
}

.WindowBottomMiddle {
	width: 180px;
	height: 11px;
	background-image: url(../Images/Layout_61.gif);
}

.WindowBottomRight {
	width: 12px;
	height: 11px;
	background-image: url(../Images/Layout_63.gif);
}

.MiniShoppingcart{
	padding-left: 80px; 
	color: white; 
	font-weight: bold; 
	font-size: 13px;
	cursor: pointer; 
	cursor: hand;	 
}

.MiniShoppingcartSmallText{
	color: white; 
	font-weight: bold; 
	font-size: 10px;
	height: 30px;
	cursor: pointer; 
	cursor: hand;
	padding-bottom: 3px;
}


.MiniShoppingcart a, .MiniShoppingcartSmallText a {
	color: white;
}
.LinkTop5BestSeller {
	text-decoration: none;	
	color: black;
}

.LinkTop5BestSeller:hover {
	font-weight: bold;
	color: #000000;
}

.OfferText a {
	color: #033b8b;
	font-weight: normal;
}

.OfferPrice {
  	font-weight: bold;
	font-size: 12px;
  	color: red;
}

.OfferOrgPrice {
  	font-weight: bold;
  	color: #033b8b;
	font-size: 11px;  
	text-decoration: line-through;
}

#LeftWindowTopMiddle{
	width: 180px;
}

#LeftWindowMiddleMiddle{
	width: 180px;
}

#LeftWindowBottomMiddle{
	width: 180px;
}


/*
	Template classes
*/

H1 {
  	padding-top: 9px;
  	padding-bottom: 7px;
	font-size: 14px; 
}

.AddressBar {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}


/* 
	Global classes
*/

.StandardButton {
  	font-weight: bold;
  	text-decoration: none;
  	color: #57BED1;
  	cursor: pointer; 
	cursor: hand;
}

.InputAmount {
  	font-size: 11px;
  	border: 1px solid;
  	/*border: 1px solid <?=$Color1?>;*/
}

.SelectBox {
	font-size:10px;
  
}

.ErrorText {
  	font-weight: bold;
	color: red;  
}

/*
	HomeTemplate classes
*/

.HomeText {
  	padding-top: 0px;
  	padding-left: 20px;
  	padding-right: 20px;  
}

.HomeProductProposalContainer {
	float: left; 
	height: 176px; 
	width: 130px;	    
}


/*
	ProductList
*/

.ProductList_Header {
  	font-weight: bold;
	/*color: <?=$Color1?>;*/
	border-bottom: 1px solid;
	/*border-bottom: 1px solid <?=$Color1?>;*/
}

.ProductList_HeaderBackground {  	
  	/*background-color: #51943B;  */
}

.ProductList_TDPhoto {
  	background-color: #F0F0F0;
  	cursor: pointer; 
	cursor: hand; 
}

.ProductList_TDDescription {
  	background-color: #FAFAFA;
  	cursor: pointer; 
	cursor: hand; 
}

.ProductList_TDPrice {
  	background-color: #F0F0F0;
  	cursor: pointer; 
	cursor: hand; 
}

.ProductList_ProductAmount {
  	
}

.ProductList_ProductPrice {
	font-weight: bold;
}

.ProductList_ProductOrgPrice {
	text-decoration: line-through;
	color: red;  
}

.ProductList_ProductPiece{
  
}

.ProductList_ProductTitle{
  	font-weight: bold;  
}

.ProductList_ProductDescription{

}

.ProductList_StockPosition {
	color: #595959;
}

.ProductList_Orderbutton {
  	font-weight: bold;
  	text-decoration: none;
  	/*color: <?=$Color1?>;*/
}

.ProductList_NoProducts {
  	color: #A0A0A0;
  	font-weight: bold;
}



/*
	CategorieList
*/

.CategoryList_Container {  	
	float: left;
}

.CategoryList_Photo {
  	border: 3px solid #4bc2ea;
  	cursor: pointer; 
	cursor: hand; 
	text-align: center;
	width: 120px;
	*width: 122px;
}

.CategoryList_TitleBar {
  	/*background-color: <?=$Color1?>;*/
	/*border: 1px solid;*/
	/*border: 1px solid <?=$Color1?>;*/
	font-weight: bold;
	color: #000000;    
	padding: 2px;
	cursor: pointer; 
	cursor: hand; 
	height: 46px;
	text-align: center;
	width: 116px;
	*width: 122px;
}

.CategoryList_TitleBar a {
	color: #000000;
	text-decoration: none;    	
}


.CategoryList_Area {
  	padding-left: 20px;  
}

/*
	ShowProduct
*/

.ShowProduct_Title {
  	padding-left: 24px;
  	font-weight: bold;
  	/*color: <?=$Color1?>;*/
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 13px;
  	padding-bottom: 2px;

}

.ShowProduct_OrgPrice {
  	text-decoration: line-through;
	color: red;  
}

.ShowProduct_Price {
  	font-weight: bold;
	font-size: 14px;  
}

.ShowProduct_StockPosition {
  	color: #A0A0A0;
  
}

.ShowProduct_FieldName {
	font-weight: bold;

}

.ShowProduct_PhotoElement {
  	float: right; 
	cursor: pointer; 
	cursor: hand; 
	padding: 5px;
	border: 1px solid #8A8A8A;
} 

.ShowProduct_Photo {
  	border: 1px solid #8A8A8A;
}

.ShowProduct_EnlargePhotoLink {
	font-weight: normal;
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}

.ShowProduct_EnlargePhotoLink:hover {
	font-size: 11px;
	color: #606060;
	text-decoration: underline;
}

.ShowProduct_BigPhotoElement{
  	cursor: pointer; 
	cursor: hand; 
	padding: 8px;
	border: 1px solid #8A8A8A;
}

.ShowProduct_BigPhoto {
  	border: 1px solid #8A8A8A;
}

/*
	Basket classes
*/


.Basket_HeaderAmount {
	/*color: <?=$Color1?>;*/
  	text-align: center;
	font-weight: bold; 
	border-bottom: 1px solid;
	/*border-bottom: 1px solid <?=$Color1?>;*/  
}

.Basket_HeaderPhoto {
  	/*color: <?=$Color1?>;*/
  	text-align: center;
	font-weight: bold; 
	border-bottom: 1px solid;
	/*border-bottom: 1px solid <?=$Color1?>;*/  
}

.Basket_HeaderProduct {
  	/*color: <?=$Color1?>;*/
  	text-align: left;
	font-weight: bold; 
	border-bottom: 1px solid;
	/*border-bottom: 1px solid <?=$Color1?>;*/
}

.Basket_HeaderTotal {
  	/*color: <?=$Color1?>;*/
  	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid;
	/*border-bottom: 1px solid <?=$Color1?>;*/  
}

.Basket_Amount {
	background-color: #F0F0F0;  
}

.Basket_Photo {
	background-color: #FAFAFA;    
}

.Basket_Product {
	background-color: #F0F0F0;  
}

.Basket_Total {
	background-color: #EAEAEA;
	font-weight: bold;
}

/*
	Klantgegevens classes
*/

.CustomerDetails_Title {
  	padding-left: 24px;
  	font-weight: bold;
  	/*color: <?=$Color1?>;*/
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 12px;
  	padding-bottom: 2px;
}

/* 
	Pagina classes
*/

.GuestbookTop {
  	border: 1px solid black;
  	width: 90%;
	/*background-color: <?=$Color1?>;*/	
  	color: white;
  	font-weight: bold;
  	padding: 2px; 
}

.GuestbookBottom {
	border: 1px solid black;
	border-top: 0px;
	width: 90%;  
	padding: 2px;
	padding-bottom: 2px;
}

.GuestbookText {
  	padding: 8px;  
}

.GuestbookDetails {
  	border-top: 1px solid #F0F0F0;  
}

.CalendarTop {
  	border: 1px solid black;
  	width: 90%;
  	/*background-color: <?=$Color1?>;*/
  	color: #FFFFFF;
  	font-weight: bold;
  	padding: 2px; 
}

.CalendarBottom {
  	border: 1px solid black;
	border-top: 0px;
	width: 90%;  
	padding: 2px;
	padding-bottom: 2px;
}

.CalendarText {
  	padding: 8px;  
}

.FAQCategory {
  	padding-left: 24px;
  	font-weight: bold;
  	/*color: <?=$Color1?>;*/
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 12px;
  	padding-bottom: 2px;	  
}

.FAQQuestion {
  	font-weight: bold;
	padding-left: 10px;  
	padding-bottom: 4px;
	cursor: pointer; 
	cursor: hand;
}

.FAQAnswer {
  	padding-top: 6px;
	padding-bottom: 15px;
	padding-left: 10px;  
	color: #8A8A8A;
}

.PollQuestion {
  	padding-left: 24px;
  	font-weight: bold;
  	/*color: <?=$Color1?>;*/
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 12px;
  	padding-bottom: 2px;
}

.PollBar {
  	background-color: orange;
	border-bottom: 1px solid #F0F0F0;  
}

.NewsPageDate {
  	color: #8A8A8A;  
}

.NewsPageTitle {
  	font-weight: bold;
  	color: <?=$Color1?>;
}

.LinkPageCategory {
  	padding-left: 24px;
  	font-weight: bold;
  	/*color: <?=$Color1?>;*/
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 12px;
  	padding-bottom: 2px;  
}

.LinkPageLink {
	background-image: url(../Images/Layout_28.gif);
  	background-repeat: no-repeat;
  	background-position: 24px;
  	padding-left: 44px;  
}

.BannerBar {
	margin-bottom: 5px;
	padding-left: 24px;
  	font-weight: bold;
  	/*color: <?=$Color1?>;*/
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 12px;
  	padding-bottom: 2px;  
	
}
/*
	TWYP
*/

.table {
	font-size:			12px;
	font-family: 		Arial;
}

td.ncolh1 	{
 	background-color: 	#FFFFFF;
	color: 				#000000;
	border-bottom:		1px solid;
	/*border-bottom:		<?=$Color1?> 1px solid;*/
	font-weight: 		bold;
	font-size: 			1.4em;
	}
	
td.ncoltxtl 		{
 	font-size:			1.0em;
 	background-color: 	#FFFFFF;
	color: 				black; 
	text-align: 		right; 
	font-weight:		bold;
	}
	 
td.ncoltxtl2 		{
 	background-color : 	#FFFFFF;
	color : 			black; 
	text-align : 		right; 
	font-weight :		bold;
	}
	
td.ncoltxtr 		{
 	font-size:			1.0em;
 	background-color : 	#FFFFFF;
	color : 			black; 
	text-align : 		left;
}

td.ncoltxtc 		{
	background-color : 	#FFFFFF;
	color : 			black; 
	text-align : 		center; 
	font-weight :		bold;
	}

td.ncoltxtmessage 	{
 	background-color : 	#FFFFFF;
	color : 			#ffffcc; 
	text-align : 		left; 
	font-weight: 		bold;
}
	
td.ncolinput 		{

}

td.ncolline1 		{
	color : 			#000000;
	font-size: 			1.1em;
	}
	
td.ncolline2 		{
	color : 			black;
	font-size: 			1.1em;
	}
	


td.ncollogol	 	{
 	background-color : 	#FFFFFF ;
	color : 			black; 
	text-align : 		right; 
	font-weight :		bold;
	}

td.ncollogor 		{
	background-color: 	#FFFFFF ;
	color: 				black; 
	text-align: 		left; 
	font-weight:		bold;
	}

td.ncollogoc 		{
 	background-color :	#FFFFFF ;
	color : 			black; 
	text-align : 		center; 
	font-weight :		bold;
	}

table.ncoltable1	{
 	background-color : 	#FFFFFF ;
 	border: 			1px solid;
 	/*border: 			<?=$Color1?> 1px solid;*/
	}

table.ncoltable2 	{
 	background-color : 	#FFFFFF ; 
 	border: 			1px solid;
 	/*border: 			<?=$Color1?> 1px solid;*/
	}

table.ncoltable3 	{
 	background-color : 	#FFFFFF ; 
 	border: 			1px solid;
 	/*border: 			<?=$Color1?> 1px solid;*/
	
	}

table.ncoltable1, table.ncoltable2, table.ncoltable3 {
	padding: 			10px;
	margin-bottom: 		10px;
}

/*
	Gastenboek
*/


.Next {color: <?=$Color1?>; text-decoration: underline; }
.Previous {color: <?=$Color1?>; text-decoration: underline; }

.Orderfields {width: 222px;	}


/*
	User Login
*/
.UL_Header {
 	padding-left: 24px;
  	font-weight: bold;
  	color: <?=$Color1?>;
  	border-bottom: 1px solid #878787;
  	/*background-image: url(../Images/StandardButton-<?=$Color?>.gif);*/
  	background-repeat: no-repeat;
  	font-size: 12px;
  	padding-bottom: 2px;	
}

.UL_Affected_Row {
	/*color: <?=$Color1?>;*/
	font-weight: bold;
}

.UL_NonAffected_Row {
	color: #000000;
	font-weight: normal;
}

.UL_INFO {
  	font-weight: bold;
  	text-decoration: none;
  	/*color: <?=$Color1?>;*/

	cursor: pointer;
	cursor: hand;
}

.MaxWidth {
	width: 730px;
}

a.AddressBar {
	color: #000000;
}

.ProductContainerBig{
	border: 0px;
	border-top: #ae0d3f solid 2px;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
	border-bottom: #ae0d3f solid 2px;
}

.ProductContainer{
	border: 0px;
	border-top: #ae0d3f solid 2px;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
	border-bottom: #ae0d3f solid 2px;	
}


.HomeProductProposalImageBig {
		
}

/*
.HomeProductProposalImage {
	width: 100%;
	border-top: #ae0d3f solid 2px;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
}

.HomeProductProposalImageBig {
	width: 100%;
	border-top: #ae0d3f solid 2px;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
}

.HomeProductProposalName {
	width: 100%;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
}

.HomeProductProposalOrgPrice {
	width: 100%;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
}

.HomeProductProposalPrice {
	width: 100%;
	border-left: #ae0d3f solid 2px;
	border-right: #ae0d3f solid 2px;
	border-bottom: #ae0d3f solid 2px;
}

*/

.FloatProductBorder {
	border-left: none;
}

.FloatProductBorderBig {
	border-left: none;
}

fieldset {
	width: 730px;
}

.SearchRow {
	height: 35px;
	vertical-align: middle;
}

/* Seach Form */
.SearchFormLabel {
	font-weight: bold;
	border-bottom: 1px solid black;
}

.SearchFormData {
	border-bottom: 1px solid black;
}