/*
  Main Style Sheet File
  File Name: style.css      
*/

 

BODY {
     margin: 0px;
     color: #000000;
     font-family : Lucida Sans Unicode, Arial, sans-serif;
     text-align: center;
	 }
	 
.maintable {
	 width: 972px;
	 margin-left:auto; 
	 margin-right:auto;
	 text-align: center;
	 vertical-align: top;
	 padding: 0px;
	 border-style: none;
	 margin: 0px;
   color: #000000;
   background: #FFFFFF;
   font-family : Lucida Sans Unicode, Arial, sans-serif;
   }	 

.contentheader {
    font-family : Lucida Sans Unicode, Arial, sans-serif;
	  font-size : 16px;
	  font-weight: bold;
	  }


.maintext  { 
     font-family : Lucida Sans Unicode, Arial, sans-serif;
     }
	 
/* The view cart class controls the font on viewcart.php */		 
.viewcart { 
     font-family : Lucida Sans Unicode, Arial, sans-serif;
     font-size : 12px; 
     font-weight: bold; 
	 }

/* The view list class controls the font on wishlist.php */		 
.viewlist {
	 font-size : 12px;
	 font-weight: normal;
	 border-width: 0px 0px 1px 0px;
   color : #505050;
   font-family : Lucida Sans Unicode, Arial, sans-serif; 
	 padding: 1px;
	 border-style: solid;
	 border-color: #9A9A9A;
	 background: #FFFFFF;
   }

	 
/* The menu class is used to control the background color and borders of the navigation menu */	
	
.menu {
	 padding: 5px 0px 5px 0px;
	 border-style: none;
	 background-color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #505050;
	 }  
	 
/* The topmenu class is used to control the background color and borders of the top level navigation menu */	
	
.topmenu {
	 padding: 0px;
	 font-size : 12px;
	 border-style: none;
	 text-decoration:none;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #FFFFFF;
	 }  

A.topmenu:link { 
	 text-decoration:none;
	 border-style: none;
   background-position: center;
   background-repeat: no-repeat;		 
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #FFFFFF;
	 }	

A.topmenu:visited { 
	 text-decoration:none;
	 border-style: none;
   background-position: center;
   background-repeat: no-repeat;		 
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #FFFFFF;
	 }	
	 
A.topmenu:hover { 
	 text-decoration:none;
	 border-style: none;
	 background-position: center;
   background-repeat: no-repeat;	
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #FFFFFF;
	 }	
	  
/* The headline1 class controls the border and text at the very top of the navigation menu  */	
	 
.headline1 {
	 padding: 10px;
	 border-style: none;
	 text-decoration:none;
	 background-color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 font-size : 11px;
	 color: #505050;
	 } 

A.headline1 :link { 
	 text-decoration:none;
	 background-color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #505050;
	 }	

A.headline1 :visited { 
	 text-decoration:none;
	 background-color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #505050;
	 }	
	 
A.headline1 :hover { 
	 text-decoration:none;
	 background-color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 color: #505050;
	 }	
/* The headline2 class controls the border background color and text inside of the navigation menu that is not a link for example where it says STORE OPTIONS inside of the menu  */	 
	 
.headline2 {
	 padding: 5px;
	 border-style: none;
	 background-color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 font-weight:bold;
	 font-size : 11px;
	 color: #FFFFFF;
	 } 
	
/* The searchbutton class controls the searchbutton in the main navigation */	
	 
.searchbutton { 
     font-size: 11px; 
     border: none;
     font-family : Lucida Sans Unicode, Arial, sans-serif;
     } 

/* controls links inside of the menu if you are not using buttons */
 
A.lftnav:link {
   height:24;
	 padding:6px;
	 text-decoration:none;
	 background-image: url(images/mainsite/button_clear.gif);
   background-position: center;
   background-repeat: no-repeat;	 
	 display:block;
	 border-style:none;
	 font-weight:normal;
	 font-size : 12px;
	 color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
A.lftnav:visited {
   height:24;
   padding:6px;
	 text-decoration:none;
	 background-image: url(images/mainsite/button_clear.gif);
   background-position: center;
   background-repeat: no-repeat;	 
	 display:block;
	 border-style:none;
	 font-weight:normal;
	 font-size : 12px;
	 color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
A.lftnav:hover {
   height:24;
   padding:6px;  
	 text-decoration:none;
	 background-image: url(images/mainsite/button_clear.gif);
   background-position: center;
   background-repeat: no-repeat;	 
	 display:block;   
	 border-style:none;
	 font-weight:normal;
	 font-size : 12px;
	 color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
A.lftnav:active {
   height:24;
   padding:6px;  
	 text-decoration:none;
	 background-image: url(images/mainsite/button_clear.gif);
	 background-position: center;
   background-repeat: no-repeat;
	 display:block;   
	 border-style:none;
	 font-weight:normal;
	 font-size : 12px;
	 color: #FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
	 
	
/* controls the borders and background color of the main body of content this class is called on the bottom of the toplayout.php page  */	
	
.bodyframe {
	 padding: 12px;
	 border-style: none;
	 background: #FFFFFF;
	 color: #505050;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }  	

/* The getcategory class controls the look of  product listings on  getcategory.php, showspecials.php, showclearance.php showbundles.php, bestsellers.php, whatsnew.php, getmanufacture.php, and search results  */	

.getcategory {
	 padding: 5px;
	 border-style: none;
	 background-color: #FFFFFF;
	 color: #505050;	 
	 font-family : Lucida Sans Unicode, Arial, sans-serif;	
	 }


A.getcategory:link {
   padding: 5px;
   width: 100%;
   display:block;
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:11px;
	 border-style:none;
	 background-color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
A.getcategory:visited { 
   padding: 5px;
   width: 100%;
	 display:block;
	 color:#F505050;
	 font-weight:normal;
	 text-decoration:none;
   font-size:11px;
	 border-style:none;
	 background-color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
A.getcategory:hover { 
   padding: 5px;
   width: 100%;
	 display:block;
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:11px;
	 border-style:none;
	 background-color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }



/* The subcategory class controls the look of links for subcategories on the getcategory.php page  */
	 
A.subcategory:link {
   width: 100%;
   padding: 5px;
   display:block;
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:11px;
	 border-style:none;
	 background-color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
A.subcategory:visited { 
   padding: 5px;
	 width: 100%;
	 display:block;
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
   font-size:11px;
	 border-style:none;
	 background-color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
 A.subcategory:hover { 
   padding: 5x;
	 width: 100%;
	 display:block;
	 color:#505050;
	 font-weight:normal;
	 text-decoration:solid;
	 font-size:11px;
	 border-style:none;
	 background-color:#FFFFFF;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }

	 
/* The name class controls font size and color for the category name on the getcategory.php, showspecials.php, showclearance.php showbundles.php, getmanufactures.php page and the product name on the getproduct.php page  */	 
	 
.name { 
   font-family : Lucida Sans Unicode, Arial, sans-serif;
   font-size : 16px;
	 font-weight: bold;
	 color: #505050;
	 }
	 
/* The description class controls font size and color for the category description on the getcategory.php page and the product description on the getproduct.php page  */	 

.description {   
   font-size : 12px;
	 font-weight: normal;
   color : #505050;
   font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
	 
A.description:link { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:12px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	

A.description:visited { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:12px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	
	 
A.description:hover { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:12px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }		 	  

	 
/* The description class controls font size and color for text in the main body  */	 	 
	 	 
.description1 {   
   font-size : 11px;
	 color : #505050;
   font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
	 
A.description1:link { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:11px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	

A.description1:visited { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:11px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	
	 
A.description1:hover { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:11px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }		 	  

	 
.description2 {   
   font-size : 10px;
   color : #505050;
   font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	 
	 
A.description2:link { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:10px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	

A.description2:visited { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:10px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }	
	 
A.description2:hover { 
	 color:#505050;
	 font-weight:normal;
	 text-decoration:none;
	 font-size:10px;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }		 	  

.border {   
   border: 1px solid;
	 border-color: #9A9A9A;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 } 
	 
.multilisting {   
   border: 1px solid 9A9A9A;
	 font-family : Lucida Sans Unicode, Arial, sans-serif
	 }
	 
/* the login class controls all links on the account.php page, it also controls the Go Back, Next Page,  and Previous Page links throughout the cart */		 
	 
	 
A.login:link {
   font-family : Lucida Sans Unicode, Arial, sans-serif; 
	 text-decoration:underline;   
   font-size : 12px;
	 font-weight: normal;
	 color: #505050;
	 }
A.login:visited {
   font-family : Lucida Sans Unicode, Arial, sans-serif; 
	 text-decoration:underline;   
   font-size : 12px;
	 font-weight: normal;
	 color: #505050; 
	 }
A.login:hover {
   font-family : Lucida Sans Unicode, Arial, sans-serif; 
	 text-decoration:underline;   
   font-size : 12px;
	 font-weight: normal;
	 color: #505050;
	 }
 
/* toegevoegd voor google */
#goog-wm {
  width: 800px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}
	
  
/* general links */		 
	 
a:link { 
   color: #505050;
   text-decoration: none;
   font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
a:visited { 
   color: #505050;
	 text-decoration: none;
	 font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
a:hover { 
   color: #505050;
   text-decoration: none;
   font-family : Lucida Sans Unicode, Arial, sans-serif;
	 }
	 
	 
A.maincart:link {
   font-family : Lucida Sans Unicode, Arial, sans-serif;
   font-size : 12px;
	 color: #505050;
	 text-decoration: none; 
   }
A.maincart:visited { 
   font-family : Lucida Sans Unicode, Arial, sans-serif;
   font-size : 12px;
	 color: #505050;
	 text-decoration: none; 
	 }
A.maincart:hover {
   font-family : Lucida Sans Unicode, Arial, sans-serif;
   font-size : 12px;
	 color: #505050;
	 text-decoration: none; 
   }

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */
