/*
    Styles for Railway Motel web site accommodation page

    00693b    green
*/

#content { background: transparent url(../images/banners/banner02.jpg) top right no-repeat; }

ul.features { margin-left: 0; padding-left: 1em; }
ul.features li { list-style: none; background: url(../images/layout/feature-bullet.gif) center left no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 2px; }
ul.long li { width: 215px; float: left; margin-right: 15px; }

ul#pagemenu { clear: both; padding-top: 2em; padding-bottom: 0; padding-left: 0; padding-right: 0; margin: 0; list-style: none; }
ul#pagemenu li { list-style: none; margin: 1px; padding: 0; width: 215px; float: left; }
ul#pagemenu li a { margin: 0; padding: 5px; display: block; color: #000000; background: #c3c3c3 url(../images/layout/bg-form.jpg) top left repeat; font-weight: normal; text-decoration: none; width: 205px; }
ul#pagemenu li a:hover { color: #00693b; background: #c3c3c3; }

div.roomtype { clear: both; padding-top: 1em; position: relative; }
div.roomtype h3 { font-size: 1.2em; }
div.roomtype p.pricetag { font-size: 1.2em; position: absolute; top: 1.5em; right: 1.5em; }
div.roomtype span.price { font-size: 1.2em; }
div.roomtype img { float: right; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1em; margin-right: 1.8em; border: 5px solid #ffffff; }

div.roomtype p.book { padding-left: 10em; }
div.roomtype p.book a { color: #000000; background: url(../images/layout/bg-button.gif) top left no-repeat; border: none; line-height: 32px; height: 32px; width: 131px; font-size: 1.2em; display: block; font-weight: normal; text-decoration: none; text-align: center; }

div.breaker { height: 1em; overflow: hidden; clear: both; }
