﻿    /*top menu*/
     #topButtonsContainer a#homeButton {
          left: 25px;
          background: url(../../images/english/profilum_button_home.png) 0 0 no-repeat;
      }
      
      #topButtonsContainer a.productsButton {
          left: 242px;
          background: url(../../images/english/profilum_button_products.png) 0 0 no-repeat;
          cursor: pointer;
      }
      
      #topButtonsContainer a#profilumButton {
          left: 244px;
          background: url(../../images/english/profilum_button_profilum.png) 0 0 no-repeat;
      }
      
      #topButtonsContainer a.feedingButton {
          left: 245px;
          background: url(../../images/english/profilum_button_feeding.png) 0 0 no-repeat;
          cursor: pointer;
      }
         
      #topButtonsContainer a#contactButton {
          left: 450px;
          background: url(../../images/english/profilum_button_contact.png) 0 0 no-repeat;
      }
           
       /*middle*/ 
       #infoButtonsContainer .walthamButton  #walthamButton 
       {
		  position: relative;
		  left: 20px;
		  display: block;
		  background: url(../../images/english/profilum_button_waltham_l.gif) no-repeat 0 0;
          width: 92px;
          height: 35px;
       }
      
      #infoButtonsContainer #infoButtons a#faq {
          left: 40px;
          background: url(../../images/english/profilum_button_faq.png) no-repeat 0 0;
          width: 52px;
          height: 18px;
      }
      
      #infoButtonsContainer #infoButtons a#send {
          left: 45px;
          background: url(../../images/english/profilum_button_send.png) no-repeat 0 0;
          width: 110px;
          height: 18px;
      }
      
      #infoButtonsContainer #infoButtons a#wallpaper {
          left: 50px;
          background: url(../../images/english/profilum_button_wallpaper.png) no-repeat 0 0;
          width: 139px;
          height: 18px;
      }
      
      #infoButtonsContainer #infoButtons a#ecards {
          left: 20px;
          background: url(../../images/english/profilum_button_ecards.png) no-repeat 0 0;
          width: 61px;
          height: 18px;
      }

/* button back */
	
    a.buttonBack {
       display: block;
       width: 74px;
       height: 26px;
       background: url(../../images/english/button_back.gif) 0 0 no-repeat;
     }
    
     a.buttonBack:hover {
        background: url(../../images/english/button_back_hover.gif) 0 0 no-repeat;
     }

/* chooserContainer*/
 
.chooserContainer .chooserLinkDog {
	background: url(../../images/english/profilum_button_dogs.gif) 0 0 no-repeat;
}

.chooserContainer .chooserLinkCat {
    background: url(../../Images/english/profilum_button_cats.gif) 0 0 no-repeat;
}

/* info buttons and text */

#infoButtonsContainer .walthamButton 
{
	width: 130px;
	position: relative;
}

#infoButtonsContainer .infoText
{
	width: 350px;
	text-align: left;
}

#infoButtonsContainer #infoButtons
{

}