/* odkazy */
a img {
	border: 0px;
	text-decoration: none;
  }
a:link { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
a:visited { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
/*a:active { 
  border:0px;
	color: #00FFFF;
	text-decoration: none;
	}*/
a:hover { 
  border:0px; 
  color: #e88e00;
  /*text-decoration: underline;*/
  border-bottom: 1px solid #FFCB78;
	}


/* vyskakovaci menu */
#mnu_reg
{
  left:-105px;
}

#mnu_nakup
{
  left:-35px;
}

#mnu_prodej
{
  left:35px;
}

#mnu_mojestr
{
  left:105px;
}

#mnu_napov
{
  left:175px;
}

#mnu_forum
{
  left:245px;
}


#mnu_partneri
{
  left:340px;
}

#mnu_poptavky
{
  left:410px;
}

#mnu_profi
{
  left:477px;
}


#lista li{
  display: inline;
  list-style-image: none;
}


#menu-tab ul
{
  position:absolute;
  top:0px;
  width:194px;
  background:url('/pictures/menupopup-top.gif') no-repeat top left transparent;
  margin:50px 0px 0px 0px;
  padding:28px 0px 0px 0px;
  font-size:11px;
  display: none;
}

#menu-tab div.box-icon, #menu-tab div.box-icon-wider
{
  /*background-color:yellow;
  z-index:2;*/
}

 #menu-tab ul li
 {
   background:url('/pictures/menupopup-repeat.gif') repeat-y 0px 0px transparent;
   list-style:none;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   line-height:0px;
 }
 
 #menu-tab ul li span
 {
   display:block;
   width:100%;
   padding:0px 0px 0px 20px;
   margin:0px;
   line-height:20px;
   cursor:Pointer;
 }
 
 #menu-tab ul li span:hover
 {
   background:url('/pictures/menupopup-active.gif') repeat-y 0px 0px transparent;
   padding-left:25px;
   color:blue;
 }
 
 #menu-tab ul li.l
 {
  background:url('/pictures/menupopup-bottom.gif') no-repeat 0px 0px transparent;
  height:25px;
 }
  
 #menu-tab ul li.title
 {
   text-align:center;
   font-weight:bold;
   padding-bottom:5px;
   width:75px;
   line-height:15px;
   height:20px;
   margin:-25px 0px 0px 100px;
   background:transparent;
 }
 

/* predefinovani pozadi tela */
body
{
  background-image: url('/pictures/background-orig.jpg'); 
  /* background-image: url("./pictures/logo.gif"); */
  background-repeat: no-repeat;
  background-position: 0px 23px;
  width: 900px
}



/* formulare */
input.searchfield
{ 
 margin: 5px;
 width: 135px;
 /*border: 50px;*/
 background-color: #FAFAFB;
 border: 1px solid #BBBBFF;
}

.input_err{ 
  color:red;
  font-size: 0.85em;
}

input.submitbutton
{
 margin: 5px;
 width: 45px;
 /*border: 50px;*/
 background-color: #FAFAFB;
 border: 1px solid #BBBBFF; 
}



/* --------------- pozicovani ----------------*/


#logo
{ position: absolute;
  top:  30px;
  left: 15px;
  font: 10px/11px "Lucida Grande", verdana, sans-serif; }
#logo a:hover { font-weight: bold; border: 0px; }
#logo a:link { border: 0px; }
#logo a:visited { border: 0px; }


#links-tab
{
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #ffe95b;
  width: 960px;
  height: 22px;
  
  padding-left:10px;
  font: 12px/17px "Lucida Grande", verdana, sans-serif;
  background-color: white;
}


#menu-tab
{ position: absolute;
  top:  20px;
  left: 310px;
  width: 720px;
  /*height: px;*/
  font: 10px/11px "Lucida Grande", verdana, sans-serif;
  z-index:1;
}


#menu-tab a:hover
{
  font-weight: bold;
  border: 0px;
}


/*menu-tab a:link { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
menu-tab a:visited { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
*/

#menu-tab a:link
{
  border: 0px;
}
#menu-tab a:visited
{
  border: 0px;
}




/*#menu-tab-bottom
{ position: absolute;
  top:  80px;
  left: 640px;
  width: 260px;
  font: 10px/11px "Lucida Grande", verdana, sans-serif;
}

#menu-tab-bottom a:hover
{
  font-weight: bold;
  text-decoration: none;
} */


#top-tab
{ position: absolute;
  top:  120px;
  left: 270px;
  width: 730px; /* -------------- DOLADIT */
}

#left-tab 
{ position: relative;
  /*width: 200px;
  top:  25px;
  left: 0px;*/
}

#right-tab 
{ position: relative;
  /*width: 150px;
  left: 780px;
  top:  100px;*/
  
}


#main-tab 
{ position: relative;
  width: 480px;
  top:  0px;
  /*left: 280px;
  background-color:black;*/
}

.footer
{
  text-align: center;
  /*width: 100%;*/
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  font: 10px/13px "Lucida Grande", verdana, sans-serif;
  border-top: 2px solid #ccccff;

  bottom:0px;
  position:relative;
  /*background-color:yellow;*/
}

*>.footer
{
  text-align: center;
  /*width: 100%;*/
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  font: 10px/13px "Lucida Grande", verdana, sans-serif;
  border-top: 1px solid #ccccff;

  bottom:0px;
  position:relative;
  /*background-color:yellow;*/
}

#searchbox
{
  position: absolute;
  top:  110px;
  left: 20px;
}

#content-footer
{
  position:relative;
  top: 200px;
  left: 0px;
  width: 1000px;
  height:auto;
}


/*#bottom-left-tab
{
  position: relative;
  padding-left:20px;
  float: left;
  width: 220px;
  top: 5px;
  left: 5px;
  background-color:green;
}

#bottom-right-tab
{
  position: relative;
  float:right;
  width: 220px;
  top: 5px;
  background-color:red;
}*/

/*#bottom-tab 
{ 
position:absolute;
width:750px;
bottom:0px;
left:0px;
height:40px;
  background-image: url("./pictures/footer.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 40px; 
}*/


/* -------- popup napoveda -------------------------*/
.tooltip_button, .tooltip-close
{
  border:none;
  background-color:yellow;
  padding:0px;
  margin:0px;
  font-size:80%;
  width:16px;
  height:16px;
  background:url('/pictures/icons/popup-helpico.gif') no-repeat top left transparent;
  cursor:pointer;
}

.tooltip-close
{
  float:right;
  width:16px;
  height:16px;
  margin:-3px -3px 0px 0px;
  background-image:url('/pictures/icons/popup-closeico.gif');
}

div.tooltip
{
  margin:0px 0px 0px 0px;
  position:absolute;
  background:white;
  width:220px;
  padding:10px;
  height:auto;
  text-align:justify;
  display:none;
  z-index:1;
  font:10px/13px Verdana;
  border-top:1px solid orange;
  border-bottom:1px solid orange;
  background:url('/pictures/tooltipbg.png') repeat-y top left transparent;
}

div.tooltip h4
{
  margin:0px 0px 2px 0px;
  padding:0px 0px 8px 0px;
  font-size:125%;
  width:100%;
  border-bottom:1px solid orange;
}


/* ------ zacatek modreho sloupecku */
.box-invisible-480-200
{
  width: 480px;
  height: 170px;
  /*background-color: yellow;*/
}

.whyebum,.whyebum .offer-price
{
  width:480px;
  height:240px;
  margin-top:-15px;
  background:url('/pictures/box-whyebum.gif') no-repeat top left transparent;
}

.offer-price
{
  height:260px !important;
  margin-top:5px;
}

.offer-price ul
{
  margin-bottom:25px !important;
}


   .whyebum div
   {
     float:left;
     width:180px;
     height:150px;
     padding:0px;
     margin:70px 85px 0px 10px;
     /*background-color:yellow;*/
     font:12px/15px Arial;
     color:orange;
     color:#d09300;
   }
        
   .whyebum .last
   {
     margin-right:0px;
   }
   
   .whyebum .last .button
   {
     margin-top:0px;
   }
   
     .whyebum ul
     {
       padding:0px 0px 0px 0px;
       margin:0px 0px 0px 17px;
       /*margin:0px 0px 0px 15px;
       font:10px Arial;*/
       font-size:12px;
       /*line-height:17px;*/
     }
     
     .whyebum ul li
     {
      /*line-height:15px !important;*/
      padding:0px !important;
      margin:0px !important;
      height:18px;
     }
     
     .whyebum ul li a
     {
       border:none !important;
     }
     
     .offer-price ul
     {
       margin-left:270px !important;
     }
     
     .offer-price ul li
     {
       width:200px !important;
     }
    

   .whyebum .button
   {
     float:left;
     clear:both;
     width:160px;
     height:43px;
     background:url('/pictures/whyebum-button-off.gif') no-repeat top left transparent;
     text-align:center;
     /*line-height:40px;*/
     margin-left:15px;
     margin-top:13px;
     font-weight:bold;
   }
   
   
   .whyebum .button:hover
   {
     background-image:url('/pictures/whyebum-button-on.gif');
     font-weight:bold;
   }
   
   .whyebum .button a
   {
     border:none;
   }   
   
   .whyebum h1
   {
    background-color:transparent;
    border:none;
    padding:0px;
    margin:0px;
    color:#d09300;
    font:12px Arial;
    font-weight:bold;
   }
   

   .autumn1,.autumn2,.winter1,.winter2,.spring1,.spring2,.summer1,.summer2
   {
     background-image:url('/pictures/box-whyebum-relax-autumn1.png');
     margin-top:0px;
   }
   
   .autumn2
   {
     background-image:url('/pictures/box-whyebum-relax-autumn2.png');
   }

   .winter1
   {
     background-image:url('/pictures/box-whyebum-relax-winter1.png');
   }
   
   .winter2
   {
     background-image:url('/pictures/box-whyebum-relax-winter2.png');
   }      


   .spring1
   {
     background-image:url('/pictures/box-whyebum-relax-spring1.png');
   }      

   .spring2
   {
     background-image:url('/pictures/box-whyebum-relax-spring2.png');
   }      

   .summer1
   {
     background-image:url('/pictures/box-whyebum-relax-summer1.png');
   }      

   .summer2
   {
     background-image:url('/pictures/box-whyebum-relax-summer2.png');
   }      
   
   .offer-price
   {
     background-image:url('/pictures/box-whyebum-offer-price.png');
   }
   
   .relax div
   {
     margin:0px 0px 0px 0px;
   }
   
   .relax h1
   {
     margin:40px 0px 0px 285px;
     width:100%;
     text-align:center;
     font-weight:bold;
     color:#3e487d;
     font-size:13px;
     /*line-height:20px;*/
     z-index:1;
   } 
   
   .relax ul
   {
     margin:15px 0px 40px 297px;
     width:100%;
     color:#3e487d;
     font:12px Arial;
     list-style-image:url('/pictures/icon-uverified-whyebum.gif');
   }
   
   
   .relax ul a
   {
     color:#3e487d;
     border:none;
   }
   
   .relax ul a:hover
   {
     color:orange;
   }
   
   .relax ul li
   {
     padding-top:0px;
     margin:0px 0px 0px 0px;
   }
   
   .relax .button
   {
     background-image:none;
     margin:-2px 0px 0px 295px;
     padding:0px;
     display:compact;
     _margin-top:-13px;
     /*font-size:110%;*/
   } 
   
   .lower
   {
     color:#df7606;
     padding-top:3px !important;
     margin-top:10px !important;
   }
   
   .lower:hover
   {
     color:#894a05;
   }

   
   .relax .button:hover
   {
     background-image:none;
     cursor:pointer;
   }


.box-blue-480
{
  margin-top: 10px;
  /* width: 200px; */
  width: 480px;
  
  background-image: url('/pictures/header-480-no-dot.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-bottom: 10px
}

.box-blue-dot-250
{
  margin-top: 10px;
  /* width: 200px; */
  width: 250px;
  
  background-image: url('/pictures/header-blue-250.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-bottom: 5px
}

.box-blue-dot-200
{
  margin-top: 10px;
  /* width: 200px; */
  width: 200px;
  
  background-image: url('/pictures/header-blue-200-v2.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-bottom: 5px
}

.box-blue-dot-text
{
 font: 11px/17px Arial;
 padding-left: 15px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 10px;
 /* text-align: justify; */ 
 
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 1px solid #bbbbff;
  /*border-top: 1px solid #ddddff;*/
  background-color: white;
  margin-left:7px;
  /*margin-bottom: 10px;*/
}

.box-blue-text
{
 font: 10px/15px Verdana, sans-serif; 
 padding:15px 10px 5px 15px;
 height:auto;
 
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 1px solid #bbbbff;
  background-color: white;
}


.box-invisible-text
{
 font: 10px/15px Verdana, sans-serif; 
 padding-left: 15px;
 padding-right: 10px;
 padding-top: 15px;
 padding-bottom: 5px;
 height:auto;
}


.box-blue-headline
{
  font: 12px/20px "Lucida Grande", verdana, sans-serif;
  font-weight: bold;
  padding-left: 25px;
}
/* ------ konec modreho sloupecku */


/* ---------------------- oranzovy sloupecek */
.box-orange-200
{
  width:225px;
  float:left;
  padding-left: 10px;
  padding-bottom: 10px;
}
.box-orange-headline
{
  text-align: center;
  color: #e88e00;
  font-weight: bold;
  /*padding-left: 25px;*/ 
  background-image: url('/pictures/header-orange-225-no-dot.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px; font-style:normal; font-variant:normal; line-height:20px; font-size:12px; font-family:Lucida Grande, verdana, sans-serif
}
.box-orange-text
{
  font: 10px/15px Verdana; 
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  
  background-color:white;
  /*border-left: 1px solid #bbbbff;*/
  border-left: 1px solid #ffc93b;
  /*border-right: 1px solid #ffc93b;
  border-bottom: 1px solid #ffc93b;*/
  border-bottom: 1px solid #DA8705;
  border-right: 1px solid #DA8705;
  /*background-image: url("./pictures/box-bottom.gif");*/
  background-repeat: no-repeat;
  /*margin-left:7px;*/

}
/*------------------ konec oranzoveho sloupecku --------------*/

/*------------------ kontejnery pro zbozi ------------------- */
.box-article-noborder
{
  width: 136px;
  /*height: 170px;*/
  float: left;
  margin-left: 2px;
  margin-right: 4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
/*  background-image: url("./pictures/article-background.gif");
  border-left: 1px solid #eeeeff;
  border-top: 1px solid #eeeeff;
  border-bottom: 1px solid #ddddff;
  border-right: 1px solid #ddddff;
  
  
  background-repeat: no-repeat;*/
}


.box-article-border
{
  width: 136px;
  min-height: 200px;
  /*height: 200px;*/
  
  float: left;
  margin-left: 2px;
  margin-right: 4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: url('/pictures/article-background.gif');
  border-left: 1px solid #eeeeff;
  border-top: 1px solid #eeeeff;
  border-bottom: 1px solid #ddddff;
  border-right: 1px solid #ddddff;
  
  
  background-repeat: no-repeat
}

.box-article-headline
{
  font: 11px/15px Verdana, sans-serif;
  height: 42px;
  /*font-weight: bold;*/
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  
  
  /*background-color: yellow;*/
}

*.box-article-headline
{
  font: 11px/15px Verdana, sans-serif;
  min-height: 42px;
  /*font-weight: bold;*/
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  
  
  /*background-color: yellow;*/
}

.box-article-image
{
  text-align:center;

  height: 136px;
  padding-bottom: 5px;
  width: 132px;
}


.box-article-invisible-image
{
  padding-bottom: 5px;
  width: 115px;
}

.box-article-description
{
  position: relative;
  /*left: 180px;*/
  font: 11px/15px "Lucida Grande",Verdana, sans-serif;
  top: 2px;
  text-align: center;
  /*background-color:green;*/
}

/*------------------ konec kontejneru pro zbozi -------------*/

/* ------------------- ikonky */
.box-icon
{
  font: 11px/12px Verdana, sans-serif; 
  padding-top: 5px;
  padding-right: 5px;
  width: 65px;
  float: left;
  text-align: center;
}

.box-icon-wider
{
  font: 11px/12px Verdana, sans-serif; 
  padding-top: 5px;
  padding-right: 5px;
  width: 65px;
  float: left;
  text-align: center;
}

.box-icon-separator
{ 
  margin-left: -5px;
  padding-top: 5px;
  padding-right: 0px;
  width: 30px;
  float: left;
}
/*.box-icon:hover
{
   font: 12px/12px Verdana, sans-serif;
   font-weight: bold;
   color: #e88e00;
}*/



/*.box-bottomline
{
  background-image: url("./pictures/box-bottom.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}*/

/* -------------- obrázky ----------------- */
img.icon
{
  margin: 5px 5px 5px 2px;
}

img.icon-small
{
  margin: 0px;
  float: left;
}

img.article
{
  vertical-align: text-top;
  /*float:right;*/
  margin:10px 0px 10px 0px;
  
  /*border: 1px solid #ffc93b; */
   /*#bbbbff*/
}
/* -------------- konec obrázků ----------------- */


/* -------------- fonty ----------------- */
.font-addition
{
  font-weight: bold;
}

.font-buynow
{
  color: #e88e00;
}

.font-timeremains
{
  color: #777777;
}

.font-blue
{
  font:12px/13px Arial;
  padding-bottom:5px;
  /*color:#e59803;*/
  color:#999999;
  
  
}
.font-blue-gonow
{
  font:11px Verdana;
  text-align:center;
  padding-top:8px;
  font-weight:bold;
}
/* -------------- konec fontů ----------------- */



/* ZATIM NEPOTREBNE */

img.top 
{
 vertical-align:text-top;
 /*float: right;*/
 margin: 5px 0px 0px 0px;
}
img.bottom {
 vertical-align:text-bottom;
}
img.right 
{
 vertical-align:text-top;
 float: right;
 margin: 0px 10px 0px 5px;
}
img.custom
{
  margin: 10px 10px 10px 80px;
}

h1
{ 
  font: 16px/17px Verdana, sans-serif; 
  color: #e88e00;
  font-weight:bold;
  padding:10px;
  margin:-10px 0px 0px 0px;
  
  border-top: 2px solid #FFdB78;
  border-bottom: 1px solid #FFdB78;
  background-color: #FFfBd8;
} 


h1.main
{
  font: 12px/20px "Lucida Grande", verdana, sans-serif;
  font-weight: bold;
  padding:0px 0px 0px 25px;
  margin:0px;
  border:none;
  color:black;
  background-color:transparent;
}

#category-navbar
{
  background-color:white;
  /*border:1px solid #DDDDFF;*/
  background-image:url('/pictures/category-navbar-bg.gif');
  background-repeat:no-repeat;
  width:950px;
  
  position:absolute;
  left:20px;
  top:220px; font-style:normal; font-variant:normal; font-weight:normal; line-height:20px; font-size:11px; font-family:Verdana; padding-left:10px; padding-right:0px; padding-top:2px; padding-bottom:2px
  
}




/* ========================== MODRA LISTA NAHORE (search apd) ======================== */

#category-searchbar
{
 border-left:1px solid #C5C5FD; border-top:1px solid #C5C5FD; border-bottom:1px solid #9999FF; border-right:1px solid #9999FF; background-image:url('/pictures/category-searchbar-bg.gif');
 
 width:954px;
 height:70px;
 
 position:absolute;
 top:130px;
 left:20px
}


#category-searchbar-search
{
  position:absolute;
  top:5px;
  height:70px;
  
  padding:5px 0px 5px 15px;
  
  font:10px/12px Verdana;
}


#category-searchbar-logininfo
{
  position:absolute;
  left:450px;
  background-image:url('/pictures/category-searchbar-separator.gif');
  background-repeat:no-repeat;
  height:70px;
  
  font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; font-size:10px; font-family:Verdana; padding-left:15px; padding-right:0px; padding-top:5px; padding-bottom:5px
}


#category-searchbar-advertisement
{
  position:absolute;
  left:730px;
  background-image:url('/pictures/category-searchbar-separator.gif');
  background-repeat:no-repeat;
  height:70px;
  
  font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; font-size:10px; font-family:Verdana; padding-left:15px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

input.category-submitbutton
{
 margin: 0px;
 /*width: 45px;*/
 margin-left:10px;
 background-color: #FAFAFB;
 border: 1px solid #BBBBFF; 
}

.category-font-searchheadline
{
  font:12px/15px Verdana;
  font-weight:bold;
}
.category-font-loginheadline
{
  font:12px/17px Verdana;
}
.category-font-logout
{
  font:9px/17px Verdana;
}

/*================================ KONEC LISTY NAHORE ====================== */
#whyebum-buttonline
{
  padding-top:3px;
  margin-top:10px;
  width:100%;
  height:25px;
  background-color:#ccccff;
}

.whyebum-button
{
 margin: 0px;
 width: 134px;
 margin-left:10px;
 background-color: #FAFAFB;
 border: 1px solid #BBBBFF;
 text-align:center;
 font:11px/20px Verdana;
 float:left; 
}


.box-blue-text-whyebum
{
 font: 11px/15px Verdana, sans-serif;
 padding:7px 10px 10px 15px; 
 height:auto;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 1px solid #bbbbff;
  background-color: white;
}




blockquote { 
     margin-left: 13px; 
     margin-top: 0px;
     margin-bottom: 0px;
}


/*--------------------- Pro overeneho uzivatele ------------------*/

#warning-verified-content 
{
  margin-top:15px;
  padding:10px;
  width:955px;
  
  font: 12px/15px Arial;
  /*background-color:yellow;
  border-top: 1px solid #ccccff;*/
}

h1.warning-verified
{ 
   border-left:1px solid #C5C5FD; border-top:1px solid #C5C5FD; color: black;
   width:580px;
   
   
   padding-left:10px;  
   font-weight:bold;
   
   border-bottom: 1px solid #9999FF;
   border-right: 1px solid #9999FF;
   
  background-image:url('/pictures/auction-header-bg.gif');font-style:normal; font-variant:normal; font-size:12px; font-family:Verdana, sans-serif; margin-left:175px; margin-right:0px; margin-top:25px; margin-bottom:0px

}

#warning-verified-body
{
   border:1px solid #cccccc;
   background-color:white;
   padding:0px;
   width:600px;
   margin-left:175px;

   font:11px/13px Verdana;
}

#warning-verified-subheader
{
  background-color:#F1F2FF;
  border:1px solid #E3E5FF;
  
  padding:5px 5px 5px 15px;
  font:11px/20px Verdana;
}


#warning-verified-text
{ 
  padding:5px 15px 10px 5px;
  margin:0px 5px 0px 5px;
  font:11px/13px Verdana;
}

input.warning-verified-submit
{
  background-image:url('/pictures/paypay-submit-bg.gif');
  /*background-color:white;*/
  background-repeat:no-repeat;
  border:0px none;
  width:433px;
  height:25px
}

/* ======================================================================== */
.titlepage-orangebox
{
  float:left;
  width:220px;
  height:90px;
  margin:-3px 0px 0px 15px;
  background:url('/pictures/titlepage-orange-box.gif') no-repeat top left transparent;
  font:11px Arial;
  color:orange;
}

  .titlepage-orangebox h3
  {
    font-size:13px;
    margin:5px 0px 0px -5px;
    padding:0px;
    text-align:center;
    /*color:#d99605;*/
    color:white;
  }
  
  .titlepage-orangebox ul
  {
    padding:0px;
    margin:7px 0px 0px 23px;
    line-height:15px;
    /*color:#777;*/
    color:#d09300;
  }
  
  .titlepage-orangebox div
  {
    text-align:right;
    margin-right:15px;
    /*text-align:center;*/
    font-weight:bold;
  }
  
  .titlepage-orangebox a
  {
   border:none;
  }
  
  .fixed
  {
   /*margin-left:490px;
   margin-top:-110px;*/
   position:absolute;
   top:0px;
   left:470px;
  }
  
  .requests
  {
    background:url('/pictures/titlepage-orange-box-request.gif') no-repeat top left transparent;
    font:11px Arial;
    font-weight:bold;
    padding:30px 5px 0px 60px;
    width:160px;
    color:#d09300;
  }
  
  
  .flash,.flashreplace
  {
   position:absolute;
   top:-10px;
   left:20px;
   /*z-index:1;*/
  }
  
  .flashreplace
  {
    width:440px;
    height:100px;
    background:url('/pictures/mainpage-flash-replace.png') top left no-repeat transparent;
    font:13px Verdana;
    color:#e26204;
    font-weight:bold;
    padding:10px 0px 0px 20px;
  }
  
  .flashreplace a
  {
    color:#e26204;
  }
  
  .flashreplace ul
  {
    padding:10px 0px 0px 120px;
    margin:0px;
    list-style:none;
  }
  
  .flashreplace ul li
  {
    padding:0px;
    margin:0px;
  }
  

/* ========================================================================== */
#box-content
{
  margin-top:15px;
  padding:10px;
  width:955px;
  
  font: 12px/15px Arial;
}

#box-content h1
{ 
   border-left:1px solid #ffe294; border-top:1px solid #ffe294; color: black;
   width:580px;
   
   
   padding-left:10px;  
   font-weight:bold;
   
   border-bottom: 1px solid orange;
   border-right: 1px solid #ffe294;
   
  background-image:url('/pictures/category-header-bg.gif');font-style:normal; font-variant:normal; font-size:12px; font-family:Verdana, sans-serif; margin-left:175px; margin-right:0px; margin-top:25px; margin-bottom:0px
}

#body
{
   border:1px solid #ffe294;
   background-color:white;
   padding:0px;
   width:600px;
   margin-left:175px;

   font:11px/13px Verdana;
}

#box-content .subheader
{
  /*background-color:#FAFAFB;*/
  width:580px;
  margin-left:175px;
  background-color:#fff6db;
  /*background:url('/pictures/bank-payment-logos.gif') top right no-repeat #fff6db;*/
  border:1px solid #ffe294;
  
  padding:5px 5px 5px 15px;
  font:11px/17px Verdana;
}

#text h3
{
  font:12px/30px Verdana;
  margin:0px;
  padding:0px;
  font-weight:bold;
}

#text
{ 
  padding:5px 15px 10px 5px;
  margin:0px 5px 0px 5px;
  font:11px/13px Verdana;
}

#box-content .font-tip
{
 color:#777777;
 padding:5px;
 padding-right:0px;
}


#box-content input.confirm
{
 padding: 3px;
 width: 120px;
 text-align:center;
 background-color: #F1F2FF;
 border: 1px solid #BBBBFF;
 margin:15px 0px 10px 320px;
 
 float:left; 
}

#box-content input.reject
{
 padding: 3px;
 width: 120px;
 text-align:center;
 background-color: #F1F2FF;
 border: 1px solid #BBBBFF;
 margin:15px 0px 10px 7px;
 
 float:left; 
}

#box-content textarea.question
{
 margin-top:5px;
 padding:5px;
 border: 1px solid #BBBBFF;

}

#box-content .radio-itembox
{
  padding-left: 3px;
  padding-top: 2px;
  
  background-image: url('pictures/sellitem-itembox-bg.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px; margin-left:0px; margin-right:0px; margin-top:5px; margin-bottom:7px
}

#box-content .finalprice
{
  background-color:#FAFAFB;
  border:1px solid #E3E5FF;
  
  padding:5px 5px 5px 15px;
  font:11px/17px Verdana;
}

  .box-decorative
  {
    background:url('/pictures/auction-header-bg-orange.gif') repeat-x top left;
    line-height:30px;
    width:450px;
    margin:15px 0px 15px 80px;
    font-weight:bold;
    text-align:center;
    border-left:1px solid yellow;
    border-right:1px solid yellow;
  }
  
  .box-decorative a
  {
    border:none;
  }


/* MODRY BOX, univerzal */
/* ========================================================================== */
#box-blue-content
{
  margin-top:15px;
  padding:10px;
  width:955px;
  
  font: 12px/15px Arial;
}

#box-blue-content h1
{ 
   color: black;
   width:480px;
   
   
   padding-left:10px;  
   font-weight:bold;
   
   border:1px solid #9999FF;
   background-image:url('/pictures/auction-h1-bg.gif');font-style:normal; font-variant:normal; font-size:12px; font-family:Verdana, sans-serif; margin-left:245px; margin-right:0px; margin-top:25px; margin-bottom:0px
}

#box-blue-content #body
{
   border:1px solid #9999FF;
   background-color:white;
   padding:0px;
   width:500px;
   margin-left:245px;
   text-align:justify;

   font:11px/13px Verdana;
}


.note
{ 
  font: 11px/13px Arial; 
  color: #777777;
}