.workshop_box {
  position : relative;
  border-bottom : 2px solid #FF6633;
  margin-bottom : 1em;
  padding-bottom : 0.5em;
}
.workshop_box p.price {
  position : absolute;
  width : 100%;
  top : 0;
  right : 0;
  text-align : right;
  margin : 0;
}
.workshop_box div.info_link {
  width : 100px;
  height : 40px;
  float : right;
  margin : 10px 0 0;
}
span.price {
  font-size : 1.5em;
  color : #FF9966;
}

dd {
  margin : 0.5em 0 1em;
}
dt {
  font-weight : bold;
}
dd {
  padding-left : 2em;
}


#workshop ul {
  margin : 0.5em 0 1em 2em;
  line-height : 1.2em;
}
#workshop ul li {
  margin-bottom : 0.5em;
}

.workshop_box ul {
  list-style : none;
  margin : 1em 0;
  padding : 0 ;
  line-height : 1.5em;
}
#workshop .option_list {
  margin : 0.5em 0 1em;
  list-style : none;
}
#workshop ul.option_list li {
  margin-bottom : 0.5em;
  color : #999999;
}


table.workshop_detail th {
  font-weight : bold;
  padding : 0.25em 0.5em 0.25em 0;
}
table.workshop_detail th, table.workshop_detail td {
  padding : 0.5em 0.5em 0.25em 0;
}
table.workshop_detail ul {
  list-style : none;
  margin : 0;
  padding : 0;
  line-height : 1.5em;
}

ul.workshop_cal_list {
color : #999999;
}

#workshop_tandc {
  display : none;
}


/* WORKSHOP CONDITIONS PAGE */

body.workshop-conditions div.scrollable {
  position:relative;
  height : 40em;
  overflow:auto;
  padding-right : 0.5em;
  margin-bottom : 1em;
}