/* CSS Document */

#popupObjectModal, #popupContact {font-family:Arial CE,Helvetica CE,Arial,Tahoma,Helvetica;font-size:10pt;}

#popupObjectModal 
{
  display:none;
  position:fixed;
  height:auto;
  width:auto;
  min-width:200px;
  /*background:url('../images/icons/bgd_popup.jpg') repeat-x;*/
  background-color:#DCDCDC;
  border:1px solid #7f7f7f;
  padding:10px;
  z-index:20000;
}

#popupObjectModalTitle
{
  width:80%;
  height:auto;
  padding:10px 0 5px 10px;
  left:0px;
  top:0px;
  position:absolute;
  color:#5e5e5e;
  font-weight:bold;
  display:block;    
}

a#popupObjectModalClose 
{
  width:35px;
  height:35px;
  display:block;
  position:absolute;
  float:right;
  right:0;
  top:0;
  background:url('../images/icons/popup_close.gif') center no-repeat;
  cursor:pointer;
}

#contactObjectModal {
  position:relative;
  padding: 30px 0 15px 0;
}

#popupContactBG
{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  width:100%;
  height:2000px;
  top: 0px;
  left: 0px;
  background:#000000;
  z-index:10000;
  opacity: 0.7;
  filter: alpha(opacity=70);  
  -moz-opacity: 0.7;  
  -khtml-opacity: 0.7;
}
/* -------------------------------------------------------- */


/* ------------------ níže uvedené css postupně odstranit (otestovat) -------------------------------------- */
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:408px;
background:#d1d1d1;
border:1px solid #828282;
z-index:20000;
padding:12px;
font-size:13px;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
/*border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;*/
}
/* -------------------------------------------------------- */

#popupContactChild{
width:auto;
height:auto;
overflow:auto;
margin-top:10px;
}

#popupContact h1{
text-align:left;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding-bottom:2px;
margin:20px 10px 10px 0px;
}

/* -------------------------------------------------------- */
#popupContactClose{
width:19px;
height:19px;
font-size:14px;
line-height:14px;
right:0px;
top:0px;
position:absolute;
color:#ffffff;
font-weight:700;
display:block;
cursor:pointer;
margin:2px 2px 0px 0px;
background:url(../modules/eshop/images/popup_close.gif);
}

#popupContactClose1{
width:19px;
height:19px;
font-size:14px;
line-height:14px;
right:0px;
top:0px;
position:absolute;
color:#ffffff;
font-weight:700;
display:block;
cursor:pointer;
margin:2px 2px 0px 0px;
background:url(../modules/eshop/images/popup_close.gif);
}

/* -------------------------------------------------------- */
#popupContactTitle{
width:90%;
height:25px;;
padding:5px 0 0 0;
font-size:14px;
left:0px;
top:0px;
position:absolute;
float:left;
color:#000000;
font-weight:700;
display:block;
}

#popupContactTitle span {
padding:2px 0px 0px 5px;
display:block;
float:left;
}

#contactArea {
width:100%;
margin-top:25px;
}
/* -------------------------------------------------------- */
#button{
text-align:center;
}
/* -------------------------------------------------------- */