/** 
 *  DYNAMIC OBJECTS 
 * -------------------------------------------------------------------------- */
 
 
 
/* OBJECT: content ---------------------------------------------------------- */
#content_object{
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  
  border-bottom: 0px dotted #e2e2e2;
  background-color: #;
}
#content_object_preview_frame{
  width:  200px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  float: left;
  
  background-color: #222;
}
#content_object_header{
  display: inline-block;
  float: left;
  width: 440px;
  height: 20%;
  margin-left: 10px;
  
  background-color: #;
  font-size: 14px;
  font-weight: bold;
  color: #62acff;
}
#content_object_description{
  display: inline-block;
  float: left;
  width: 440px;
  height: 80%;
  margin-left: 10px;
  
  background-color: #;
  line-height: 14px;
  font-family: verdana;
  font-size: 11px;
  color: #333;
}


/* stuff you need (very bad comment i know) ----------------------------------------------------- */
#content_break{
  border-bottom: 1px solid #e2e2e2; background-color: #; width: 500px; height: 20px; margin-top: 20px; 
}
.content_object_left{
  display: inline-block; 
  float: left; 
  
  height: 100%; 
  background-color: #;
  font-weight: bold; 
    
  width: 300px;
  margin-left: 25px;
  margin-top: 15px;
  
  padding-right: 30px;
}

.content_object_right{
  font-weight: bold; 
  display: inline-block; 
  float: left; 
  width: 500px; 
  height: 100%; background-color: #; 
  margin-left: 0px;
  margin-top: 15px;
  padding-left: 30px; 
  border-left: 1px solid #ccc;
}

#content_header{
  font-weight: bold; 
  display: inline-block; 
  float: left; 
  height: 40px;
  margin-left: 25px;
  padding-right: 40px;
  
  width: 830px; background-color: #; margin-top: 25px; 
  border-bottom: 1px solid #e2e2e2; 
  margin-bottom: 20px;
}

/* generic ---------------------------------------------------------------- */
#generic_list{
  display: inline-block;
  margin-left: 20px;
  margin-right: auto;
  margin-top: 10px;
  font-weight:;
  font-size: 11px;
  
  background-color: #;
}

#generic_button:hover{
  cursor: pointer;
}
