/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014.09.22., 20:51:16
    Author     : erdei
*/

.hirdetes_box{
  display:block;
  float: left;
  height:100%;
  width:100%;
}

.hirdetes_box img{
  width: 200px;
}

#doboz_fejlec{
  display: block;
  float: left;
  height:30px;
  width:100%;
  line-height: 30px;
  text-align: center;
  background-color:#0782C1;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}

#doboz_lablec{
  display: block;
  float: left;
  height:30px;
  width:100%;
}

#doboz_200_fo{
  display:block;
  float:left;
  min-height: 20px;
  width: 200px;
  word-wrap:break-word;
  
  margin-left: 3px;
  margin-right: 0px;
  margin-top: 5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
  box-shadow: 2px 2px 2px #C9C9C9;
  -moz-box-shadow:  2px 2px 2px #C9C9C9;
  -webkit-box-shadow:  2px 2px 2px #C9C9C9;
}



#doboz_200{
  display:block;
  float:left;
  min-height: 20px;
  width: 200px;
  word-wrap:break-word;
  
  margin-left: 4px;
  margin-right: 2px;
  margin-top: 5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 2px 2px #C9C9C9;
  -moz-box-shadow:  2px 2px 2px #C9C9C9;
  -webkit-box-shadow:  2px 2px 2px #C9C9C9;
}

#doboz_200_empty{
  display:block;
  float:left;
  min-height: 100px;
  width: 200px;

  margin-left: 4px;
  margin-right: 2px;
  margin-top: 5px;
  
  border: 1px solid black;
  
}

#doboz_300{
  display:block;
  float:left;
  min-height: 20px;
  width: 300px;
//  word-wrap:break-word;
  word-break:break-all;
  
  margin-left: 30px;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 2px 2px #C9C9C9;
  -moz-box-shadow:  2px 2px 2px #C9C9C9;
  -webkit-box-shadow:  2px 2px 2px #C9C9C9;
}


#doboz_400{
  display:block;
  float:left;
  min-height: 20px;
  width: 400px;
  word-wrap:break-word;
  
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 2px 2px #C9C9C9;
  -moz-box-shadow:  2px 2px 2px #C9C9C9;
  -webkit-box-shadow:  2px 2px 2px #C9C9C9;
}

#doboz_400_empty{
  display:block;
  float:left;
  min-height: 100px;
  width: 400px;
 
  
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

#subbox{
  display: block;
  float: left;
  min-height: 10px;
  min-width: 10px;
}

table {
    border-collapse: collapse;
}
table ,th ,td{
    border:0px solid black;
}

#box_200_x{
    display: block;
    border-collapse: collapse;
    width: 400px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid black;
    margin-top:5px;
}

.cim_Cella_200_1_x{
    width:130px;
    background-color: #CCCCCC;
    margin: 0px;
}
.cim_Cella_200_2_x{
    width:20px;
    background-color: #A1C3FF;
}
.cim_Cella_200_3_x{
    width:20px;
    background-color: #c7c78f;
}
.cim_Cella_200_4_x{
    width:20px;
    background-color: red;
}
.cim_Cella_200_5_x{
    width:20px;
}

.doboz_kep_200{
  display: block;
  height:200px;
  width:200px;
}
.doboz_kep_300{
  display: block;
  height:200px;
  width:300px;
}

.doboz_kep_400{
  display: block;
  height:200px;
  width:400px;
}


