@charset "UTF-8";

/*
Screen Import CSS
*/
@import url("/include/css/general/normalisation.css");
@import url("/include/css/general/type.css");
@import url("/include/css/general/layout.css");
@import url("/include/css/general/menu.css");
@import url("/include/css/general/forms.css");
@import url("/include/css/general/frogs.css");


#bg {background:url(/include/img/ui/courses-bg.jpg) center 146px no-repeat;}
h2 {width:261px;background:url(/include/img/ui/courses-and-bookings.png)}
#content {width:790px;height:400px;}
#scroll {height:400px;}
#content form h3 {color:#339999;font-size:1.1em; font-weight:bold;margin:0 0 .5em 0;}


#content table {font-size:1em;display:block;height:145px;min-height:145px;}
#content table tr {height:3em;}
#content table tr td {line-height:1.5em;}
#content table tr td.date {width:130px;}
#content table tr td.course {width:210px;}
#content table tr td.location {width:105px;}
#content table tr td.price {width:155px;font-weight:bold;}
#content table tr td.remove {width:110px;text-align:right;}
#content table tr td.input {width:25px;text-align:right;}
#content table tr td.input input {position:relative;top:2px;}

div.discount {position:relative;height:23px;padding-bottom:2em;}
div.discount input#discount_code {width:260px;border:1px solid #993399;}
div.discount input#update-basket {position:absolute;right:0;} 

#content p.p-msg {position:relative;color:#993399;font-weight:bold;}
#content p.p-msg span {color:#339999;position:absolute;right:0;}
div#frogs a#finish:link,
div#frogs a#finish:visited {position:absolute;right:30px;bottom:10px;padding:0;display:block;width:115px;height:23px;background:url(/include/img/ui/finish-and-pay.gif) 0 0;}
div#frogs a#finish:link,
div#frogs a#finish:visited {position:absolute;right:30px;bottom:10px;padding:0;display:block;width:115px;height:23px;background:url(/include/img/ui/finish-and-pay.gif) 0 0;}

div#frogs a#select-courses:link,
div#frogs a#select-courses:visited {position:absolute;right:30px;bottom:45px;padding:0;display:block;width:115px;height:23px;background:url(/include/img/ui/select-courses.gif) 0 0;}

div#frogs a#finish:hover {background:url(/include/img/ui/finish-and-pay.gif) 0 23px;}
div#frogs a#select-courses:hover {background:url(/include/img/ui/select-courses.gif) 0 23px;}

div#frogs a span {display:none;}