/* BOOKING
----------------------------------------------- */

/* shopping cart sidebar order details
----------------------------------------------- */
.pLine {
width:210px; 
text-align:left; 
border-top:1px dotted #333;
margin: 3px 0 0 0;
padding: 3px 0 0 0;
}

.iLine {
width:210px; 
overflow:hidden; 
float:none;
}

.iDesc {
width:142px; 
float:left; 
overflow:hidden;
padding: 0 0 0 8px;
}

.iVal  {
float:right; 
text-align:right;
}

.tLine {width:210px; 
text-align:right; 
border-top:1px 
solid #555;
margin: 5px 0 0 0;
padding: 5px 0 0 0;
}

.buttons {
width:210px; 
text-align:center; 
margin: 15px 0 0 0;
padding:0;
}



/* booking schedule table
----------------------------------------------- */

.b_sched {
background: #eee;
font-size: 11px;
width: 460px;
color:#333;
}

.b_hall {
width: 100px;
padding-left:10px;
}

.b_date {
width: 100px;
font-weight: bold;

}

.b_time {
width: 30px;
}


.b_book {
width: 30px;

}

.b_book {
font-weight: bold;
font-size: 11px;
text-align: right;
padding-right:10px;
}

.b_book a {
color: #009eda;
}

.b_book a:hover {
color: #c20000;
}



/* individual event schedule table
----------------------------------------------- */

.e_sched {
background: #eee;
font-size: 11px;
width: 310px;
color:#333;
}

.e_hall {
display:none;
width: 100px;
padding-left:10px;
}

.e_date {
width: 100px;
font-weight: bold;

}

.e_time {
width: 30px;
}


.e_book {
width: 30px;

}

.e_book {
font-weight: bold;
font-size: 11px;
text-align: right;
padding-right:10px;
}

.e_book a {
color: #009eda;
}

.e_book a:hover {
color: #c20000;
}


/* individual event MINIschedule table
----------------------------------------------- */
#m_bk_panel {
background-color: #c20000;
}

.m_sched {
background: #eee;
background: #dbedf9;
font-size: 9px;
color:#333;
}

#minibk {
color: #fff;
padding:5px 0 0 5px;
margin-bottom: 0px;
}



.m_date {

padding:3px 0 3px 5px;


}

.m_time {
padding:3px 0 3px 0px;

}


.m_book {


}

.m_book {
font-weight: bold;
font-size: 9px;
text-align: right;
padding:3px 5px 3px 0px;
}

.m_book a {
color: #009eda;
}

.m_book a:hover {
color: #c20000;
}


/* cart checkout payment table
----------------------------------------------- */

#cart {
width: 740px;
background: #dbedf9;
margin: 0px;
padding: 0px;
color:#333;
border:0px solid #fff;
}

.p_desc {
padding:3px 0 0 5px;
margin: 0px;
border-top:3px solid #fff;
border-bottom: none;
font-size: 13px;
}



.p_detail {
width: 540px;
padding:0 0 0 20px;
margin: 0px;
border: none;
font-size: 10px;


}

.p_itemtot {
width: 80px;
text-align: right;
padding:0 10px 0 0;
border: none;

border-right: 1px solid #fff;
margin: 0px;

}

.p_edit {
text-align: left;
padding:0 5px 0 5px;
border: none;
margin: 0px;
font-size: 10px;

}

.p_buffer {
background: #fff;
height: 8px;
font-size: 0px;
padding:3px 0 0 5px;
margin: 0px;
border: none;
border-top:3px solid #dbedf9;

}

.p_grandtot, .p_discount {
background: #fff;
font-weight: bold;
text-align: right;
padding-right:10px;
border-top:1px solid #008fc5;
border-bottom:2px solid #008fc5;

}

.p_discount {
color: #cc0000;
background: #fff;
text-align: right;
padding-right:10px;
border-top:1px solid #008fc5;
border-bottom:4px solid #fff;
}

.p_blank {
background: #fff;
border-bottom:4px solid #fff;
}

/*---Cart Buttons ---*/

.s_checkout, .s_clearorder {
display:block;
text-indent:-999em;
float:left;
margin:0;
padding:0;
overflow:hidden;
font-size:10px;
height:25px;
width:100px;

}

.s_checkout {
background:url(http://www.corkmidsummer.com/booking/images/checkoutsprite.gif) no-repeat 0 0;
}
.s_clearorder {
background:url(http://www.corkmidsummer.com/booking/images/clearordersprite.gif) no-repeat 0 0;

}
.s_checkout:hover, .s_clearorder:hover {
background-position:0px -25px;
}


.synop {
display: inline;
width:200px;
padding: 20px; 
font-size:11px;
}

.book_thumb { 
border: none;
}

.minfo_btn { 
padding-left: 20px; 
}


.side-panel {
margin:0 0 20px;
padding:10px;
font-size: 10px;
background:#DBEDF9;
}