/**/
.cat_description {  font-family : Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
/*Changes the font size of the text in all the boxes.
Set the padding in the stylesheet to have space on the left and right ... if you set padding on the top and bottom it will leave that much space between the text lines in certain boxes and is not recommended for the top and bottom padding.
*/
.boxText { font-family: Arial, sans-serif; font-size: 10px; }
/*Changes the font size of the text in all the boxes left and right.
Set the padding in the stylesheet to have space on the left and right ... if you set padding on the top and bottom it will leave that much space between the text lines in certain boxes and is not recommended for the top and bottom padding.
*/
.boxTextLR { font-family: Arial, sans-serif; font-size: 10px; color: #FFFFFF;}
/*Color and text size of error boxes with the red triangle ... ex: admin/backup.php where it will say backup directory does not exist, warning...I can write to your configuration files, e*/
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
/*The style used for the stock level warning text shown on the shopping cart page when purchasing items*/
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
/*The style used for the product notifications checkbox bar on the checkout success page. 
  You can also put a color in the text box and it will make the text change on just that bar*/
.productsNotifications { background: #f2fff7; }
/*The color style of the "edit" links shown on the checkout confirmation page*/
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/*Title Header page*/
H1 { 
 font-family: Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

/*Title Header page*/
H2 {
 font-family: Arial, sans-serif;
/* font-size: 14px;*/
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}

/*Type color is text color in the left & right column boxes and the "text body" that is NOT linked.
Background color is the page background color ... this acts as a base whereupon the header and columns are built.
Set the border color which sets the color around the inside browser window including the scrollbar.
Set the top border to 10 with the same color and it will drop down the table and the scrollbars of the browser.*/
BODY {
  background-image: url('/templates/design/fitnessconcept/images/watermerk.gif');
  color: #000000;
}

/*The color style for ALL link colors throughout the entire store*/
A {
  color: #000000;
  text-decoration: none;
}

/*The color style used for mouse over links throughout the entire store*/
A:hover {
  color: #000000;
  text-decoration: underline;
}

/*The style used for forms. Changes the color of this text, "Use keywords to find the product 
you are looking for" in the "Quick Find" box on the left*/
FORM {
	display: inline;
}

/*means table row.header and is a general setting for the whole table
The style used for the background color of the header*/
TR.header2 {
  background-image: url('/templates/design/fitnessconcept/images/topbanner.jpg');
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  vertical-align:top;
  padding-top:45px;   
  color: #000000;
}
/*breadcrumb mouseover*/
TR.header2 A {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  vertical-align:top;
  padding-top:45px;   
  color: #000000;
}
/*breadcrumb mouseover*/
TR.header2 A:hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  vertical-align:top;
  padding-top:45px;   
  color: #FFFFFF;
}


/*The styles used for the breadcrumb navigation path (background color only of the top navigation as "Top >> Catalog >> */
TR.headerNavigation {
	background-image: url('/templates/design/hosting/images/compuverbackground2-1_M.jpg');
	height: 31px;
}

/*Arrow colors that point forward and the vertical link separators | in the breadcrumb navigation path
If you set a background color here it will override the TR.headerNavigation color set.
A colored border on the bottom can be set for a separation between the header and the categories.
A padding value can be set which will only pad the Navigation Bar. 
A background image for the navigation table can be set also*/
TD.headerNavigation {
  background-image: url('/templates/design/hosting/images/compuverbackground2-1_M.jpg');
  height: 31px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

/*The mouse over effects of the breadcrumb navigation path links ( top, catalog, my account, cart contents, etc*/
A.headerNavigation:hover { 
  color: #FFFFFF; 
}

/**/
A.headerNavigation { 
  color: #FFFFFF; 
}

/**/
a:hover.headerNavigation {
  color: #ffffff;
}

/*The styles used for the error messages shown in the header. The default is a red background with white text*/
TR.headerError {
  background: #ff0000;
}

/*The styles used for the error messages shown in the header. The default is a red background with white text*/
TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/*The styles used for the information messages shown in the header ... changes the bg color of the top box that appears when a new password is sent ...
ex: A New Password Has Been Sent To Your Email Address*/
TR.headerInfo {
  background: #00ff00;
}

/*The styles used for the information messages shown in the header ... changes the bg color of the top box that appears when a new password is sent ...
ex: A New Password Has Been Sent To Your Email Address*/
TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*This sets the color of the footer row where the date and counter*/
TR.footer {
  background-repeat:no-repeat;
}

/*This is the size & color of the text in the footer row where the date and counter are. If you set a background color on this TD.footer tag it will override the TR.footer tag*/
TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-repeat:no-repeat;
  background-position:center;
  color: #ffffff;
  font-weight: bold;
 
}

/**/
TD.footer1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-image: url('/templates/design/hosting/images/menuonder1.jpg');
  color: #ffffff;
  font-weight: bold;
  height: 100px;
}

/**/
TR.left1 {
  background-image: url('/templates/design/hosting/images/menuonder2.jpg');
  height: 301px;
}

/**/
TD.left1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-image: url('/templates/design/hosting/images/menuonder2.jpg');
  color: #ffffff;
  font-weight: bold;
  height: 301px;
}

/**/
TR.left2 {
  height: auto;
}

/**/
TD.left2 {
  height: auto;
}

/*Sets the background border color around all the boxes and not the box headings except the "my account", "edit account", and "add a new address" boxes*/
.infoBox {
  /*background: #9CAECE;*/
}

/*Sets the color of ALL the inside of the boxes and puts a colored border around the comments boxes.
Setting a text color here will color the numbers text in the boxes like the catalog listings and the "Best Sellers" box numbers and the "My Account", "Edit Account", & "Add Address" headings*/
.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}
.infoBoxContents A{
  color: #FFFFFF;
}
.infoBoxContents A:hover{
  color: #FFFFFF;
}

/*Sets the background border color around all the boxes Left and Right*/
.infoBoxLR {
  color: #F9F3B5;
  font-size: 10px;
  font-weight: bold;
  /* moet transparant zijn */
}

/* begin infopbox LR*/
.infoBoxContentsLR {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #F9F3B5;
  font-weight: bold;
}

/*left right infoboxes mouseover colors*/
.infoBoxContentsLR A{
  color: #F9F3B5;
}
.infoBoxContentsLR A:hover{
  color: #FFFFFF;
}

/*The style used for the outline of the box created at the top of the checkout_payment.php page when a customer inputs the wrong credit card number or expiration date*/
.infoBoxNotice {
  background: #FF8E90;
}

/*The style used for the body of the box created at the top of the checkout_payment.php page when a customer inputs the wrong credit card number or expiration date*/
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

/*Sets the new products box heading color and text color.
The text size of the heading boxes can be changed ... anything above 10 you will need to enlarge the box graphics also (images/infobox)
Padding can be added to these heading boxes*/
TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
  vertical-align:top;
  padding-top:7px;
  color: red;
  /*background-image: url('/templates/design/gezamelijkaankopen/images/infobox/menu_hoofding.jpg');*/
  background-repeat:no-repeat;
}

/*Sets the left and right column boxes box heading color and text color.
The text size of the heading boxes can be changed ... anything above 10 you will need to enlarge the box graphics also (images/infobox)
Padding can be added to these heading boxes*/
TD.infoBoxHeading_LR_Box {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align:center;
  vertical-align:top;
  color: #000000;
  background-image: url('/templates/design/fitnessconcept/images/menu.jpg');  
  background-repeat:no-repeat;
  background-position: 35% 0%;
  padding-top:2px;
}

/**/
TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

/**/
.navBlueLR {}

/**/
.navGreyLR()

/*small text */
TD.smallTextLR, SPAN.smallTextLR, P.smallTextLR {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

/*items in card*/
SPAN.newItemInCartLR {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

/**/
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

/**/
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

/*Sets a border around the products listing table that shows the listing of the products.*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/*The color of the background of the product listing heading that has "product name", "price", etc. The text style and color can also be*/
.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

/**/
.productlisting-headingPrice { 
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
}

/*Set a different background color for the product listing table and also set box padding, size, borders ... experiment*/
TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

/*Sets the link on catalog/includes/split_page_results.php and page results numbered link colors at the bottom of the product pages*/
A.pageResults {
  color: #0000FF;
}

/*Mouse over link colors on catalog/includes/split_page_results.php and page results numbered links mouse over color at the bottom of the product pages.*/
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/*The style used for page headings. Color on the checkout_success.php page that says "Your Order Has Been Processed!" and also on all the product heading pages as What's New Here? Enjoy Your Shopping! Text on all the product pages.
Change the size of the text here*/
TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
}

/*The style used for the sub navigation bar*/
TR.subBar {
  background: #f4f7fd;
}

/*The style used for the sub navigation bar*/
TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/*The size of the text can be set for all the main text area, the "My Account Info", "Edit Account", "Add Address", "Order History", & "Notifications" page boxes. If you set the text color it is the text color on all these ... not the column boxes.
A padding can be also be set for all the body text in the store*/
TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000;
  background: #FFFFFF;
}
.main A {
  color: #000000;
}
.main A:hover {
  color: #000000;
}

/*Copyright text color & size at the bottom of the page.
"Include Subcategories" Text on the advanced_search.php page
Page results text at the bottom of the product pages such as "Displaying 11 to 20 (of 32 products) Result Pages*/
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
.smallText A{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
.smallText A:hover{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}



/*The style used for the account categories*/
TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

/*Text Sizes for the account parameter keys and values on the advanced_search.php page such as "Categories: Manufacturers: Price From: Price To: 
Date From: Date To*/
TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*Text Sizes for the account parameter keys and values on the advanced_search.php page such as "Categories: Manufacturers: Price From: Price To: 
Date From: Date To*/
TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

/*Text styles/sizes on the table headings of address_book.php and product_reviews.php page such as "No. Name Location*/
TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/**/
TD.category_desc {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/*The style used for marking new products added to the shopping cart so these products show what's in the shopping cart*/
SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

/*The style used for certain HTML form elements like the size of the text inside the drop down boxes like manufacturers*/
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

/**/
TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

/*The style used for the user greeting "Welcome Guest!" on the first page*/
SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

/*In "My Account Information", "Edit Account", and "Add Address" this is the inside box color.
Set the border around the boxes in the border section*/
TABLE.formArea {
  /*background: #f1f9fe;*/
  /*border-color: #7b9ebd;
  border-style: solid;
  border-width: 0px;*/
}

/*In "My Account Information", "Edit Account", and "Add Address" this is the size of the text headings.
Changes the text color on top of the boxes on the "My Account Info" page.
Leave the text color box blank and the color is black.
A padding can also be set for space on the right and left sides*/
TD.formAreaTitle {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*The text color used for marking products out of stock*/
SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

/*The style used on special product prices*/
SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

/*Bottom text on the checkout page that says: 
[ delivery address | payment method | confirmation | finished*/
TD.checkoutBar  {
}

/*The highlight color of the text showing which page you are on:
[ delivery address | payment method | confirmation | finished*/
SPAN.checkoutBarHighlighted {
}

/*The style used for error text messages*/
SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

/*The style used for the shipping and payment modules*/
.moduleRow { }

/*The color of the bar on the checkout_payment.php page on a mouse over when you choose your payment method*/
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

/*The color of the bar on the checkout_shipping.php showing the shipping charge & the selected payment method on th checkout_payment.php page*/
.moduleRowSelected { background-color: #E9F4FC; }

/*The color & size of the text at the bottom of the checkout pages that shows what page you are NOT on such as "Delivery Information Payment Information Confirmation Finished*/
.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #8c8c8c; }

/*The color & size of the text at the bottom of the checkout pages that shows what page you are on such as "Delivery Information Payment Information Confirmation Finished!"*/
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #000000; }

/*The style used for message boxes. The error background colors like trying to delete an address that is your primary address in the account section*/
.messageBox { font-family: Arial, sans-serif; font-size: 10px; }

/*The style used for message boxes. The error background colors like trying to delete an address that is your primary address in the account section*/
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }

/*The style used for message boxes. The error background colors like trying to delete an address that is your primary address in the account section*/
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/*The style used for form input requirement fields. The color of the asterisk * and the words "Required Information" on the account.php pages*/
.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }



/* Links Manager */
/**/
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/**/
.linkListing-heading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

/**/
A.linkListing-heading {
  color: #FFFFFF;
}

/**/
A.linkListing-heading:hover {
  color: #FF0000;
}

/**/
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

/**/
TD.linksmallText, SPAN.linksmallText, P.linksmallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

/**/
TR.linkListing-odd {
  background: #f8f8f9;
}

/**/
TR.linkListing-even {
  background: #F5F5F5;
}

/**/
.linkFeatured {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #dbd6d6;*/
  color: #000000;
  text-align: center;
  /*border: 1px solid black;*/
}

/**/
.linkFeaturedHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  /*background: #dbd6d6;*/
  color: #000000;
  text-align: center;
}

/**/
.linkFeaturedMain {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #dbd6d6;*/
  color: #000000;
  text-align: center;
}

/**/
.linkListingMain {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  color: #000; 
}

/**/
A.linkListingMain {
  color: #000000;
}

/**/
A.linkListingMain:hover {
  color: #FF0000;
}

/**/
.linkListingCats {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

/**/
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}

/**/
A.linkListingCats:hover {
  color: #FF0000;
}

/**/
.linkListingSubCats {
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

/**/
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}

/**/
A.linkListingSubCats:hover {
  color: #FF0000;
}





/* Special Scroller */
/**/
#pscroller1 {
    height: 160px;
    border: 0px;
    padding: 5px;
}
/**/
#pscroller2{
    width: 350px;
    height: 20px;
    border: 0px;
    padding: 3px;
}
/**/
#pscroller2 a{
    text-decoration: none;
}
/**/
.someclass {
      font-family: sans-serif;
      font-size: 11px;
      line-height: 1.5;
}






/* New Products Scroller */
/**/
#pscroller_np {
height: 150px;
border: 0px;
padding: 5px;
}
/**/
.pscroller_c_np {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
