/* --- DEFAULT ------------------------------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
body {
    font-family:Arial, Helvetica, sans-serif, Verdana;
    font-size:12px;
    line-height:1;
    font-weight:normal;
    color:#323c41;
    text-align:left;
    background:#eaeaea url(images/bg.jpg) top center no-repeat;
}
hr {
    margin:15px 0px; 
    border-bottom:1px solid #d81e2e;
    border-top:0px solid #d81e2e;
    border-left:0px solid #d81e2e;
    border-right:0px solid #d81e2e;
}
.devider920{
    width:920px;
    height:2px;
    background:url(images/devider920.png) center center no-repeat;
}
.devider900{
    width:900px;
    height:2px;
    background:url(images/devider900.png) center center no-repeat;
}
.devider500{
    width:500px;
    height:2px;
    background:url(images/devider500.png) center center no-repeat;
}
.devider520{
    width:520px;
    height:35px;
    background:url(images/devider520.png) center center no-repeat;
}
.devider460{
    width:460px;
    height:35px;
    background:url(images/devider460.png) center center no-repeat;
}
.devider360{
    width:360px;
    height:2px;
    background:url(images/devider360.png) center center no-repeat;
}
table {
    text-align:left;
    vertical-align:top;
    margin:0;
    padding:0;
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}
td {
    vertical-align:top;
}
a {
    cursor:pointer;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    color:#565f64;
}
a.img_link{
    text-decoration:none;
}
a:link {
    color:#565f64;
}
a:visited {
    color:#565f64;
}
a:hover {
    color:#d81e05;
}
a:active {
    color:#d81e05;
}
a.question-mark{vertical-align:middle;display:inline-block;width:16px;height:16px;text-indent:-1000em;background-image:url(images/icon_question_mark.gif);background-repeat:no-repeat}
a.question-mark:hover{background-position:0 -16px}
h1 {
    font-family:Arial,Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
    font-style:normal;
    font-weight: normal;
    font-variant:normal;
    color:#d81e2e;
    padding:0px 0px 0px 0px;
    margin:0px 0px 30px 0px;
}
h2 {
	font-size: 18px;
    color:#444;
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    padding:0px 0px 0px 0px;
    margin:0px 0px 15px 0px;
    font-style:normal;
}
h2 {
	font-size: 15px;
    color:#444;
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    padding:0px 0px 0px 0px;
    margin:0px 0px 15px 0px;
    font-style:normal;
}
p {
    line-height:1.3;
    text-align:justify;
    margin:0px 0px 5px 0px;
    color:#656565;
}
.required {
    color:#f33;
    font-family:Times,Verdana;
    /*font-size:15px;*/
}
.clr {
	clear:both;
}
input {
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
    cursor:pointer;
	font-size:13px;
    color:#555;
    padding:2px;
}
input[type="text"], input[type="password"] {
    border:1px solid #bbb;
}
select {
    cursor:pointer;
	font-size:13px;
    color:#555;
    padding:2px 1px 2px 1px;
    border:1px solid #bbb;
}
textarea {
    font-family: Arial, Times, Verdana, sans-serif, Helvetica;
	font-size:13px;
    color:#555;
    padding:2px 2px;
    border:1px solid #bbb;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
    border:1px solid #444;
}
input[type="text"]:active, input[type="password"]:active, textarea:active, select:active {
    border:1px solid #656565;
}
.err_str {
    color:#d81e2e;
    font-weight:bold;
	font-size:14px;
}
/* --- BOX STYLES --------------------------------------------------------------------------------- */
.roundedbox {
    border:3px solid #B00917;
    -webkit-border-radius:7px;
    border-radius:7px;
}
/* ------------------------------------------------------------------------------------------------ */
#site2center {
    -webkit-box-shadow:0px 0px 40px -10px #777;
    box-shadow:0px 0px 40px -10px #777;
    width:980px;
    background:url(images/site2center-bg.png) top center repeat-y;
    margin:0px auto;
    /* IE hack min. height hack */
    min-height:600px;
    height:auto !important;
    height:600px;
}
/* --- HEADER & menu ------------------------------------------------------------------------------ */
#header {
    width:960px;
    height:139px;
    background:#22366B url(images/headbg8.png) top center no-repeat;
    /*background:#fdf03a url(images/headbg4.jpg) top center no-repeat;*/
    margin:0px auto;
}
#headertop { height:101px; }
#ryanair-logo { height:80px; width:300px; cursor:pointer; }
#topmenubox {
    background-color:#24346c;
    /*background:#426DAB url(images/topmenubg.png) left bottom repeat-x; */
    height:33px;
}
#menulist {
    width:800px;
    float:left;
    height:33px;
}
#langlist {
    width:140px;
    float:right;
    text-align:right;
    padding:5px 10px 0px 0px;
}
/* --- FOOTER ------------------------------------------------------------------------------------- */
#footer {
    width:960px;
    height:45px;
    /*background:#fdf03a url(images/footerbg.jpg) top center no-repeat;*/
    background:#fdf03a url(images/footerbg.jpg) top left repeat-x;
    margin:0px auto;
    color:#bbb;
}
#footerlinks {
    width:500px;
    float:left;
    height:45px;
    line-height:45px;
    padding:0px 10px 0px 10px;
}
#footerbank {
    width:400px;
    float:right;
    text-align:right;
    padding:7px 10px 0px 0px;
}
#footer a {
    color:#fff;
}
/* --- Content frame ------------------------------------------------------------------------------ */
#content-outer {
    /* IE hack min. height hack */
    min-height:550px;
    height:auto !important;
    height:550px;
}
#content { padding:20px; }
/* --- NEWS --------------------------------------------------------------------------------------- */
.news_border {
    padding:0px 0px 30px 0px;
}
.news_border h3 {
	margin: 0px;
	padding: 0px;
    font-size:15px;
}
.news_border .datestr {
	margin:0px;
	padding:5px 0px 0px 0px;
    font-size:12px;
    line-height:1;
    font-weight:bold;
    color:#333;
    text-align:right;
    font-style:italic;
    width:100px;
    float:right;
}
.news_border hr {
	margin:2px 0px 10px 0px;
}
/* --- DESTINATIONS ------------------------------------------------------------------------------- */
.destinations { width:100%; }
.destinations th {
    padding:0px 0px 0px 0px;
}
.destinations a {
    display:block;
    font-size:16px;
    font-weight:normal;
    line-height:15px;
    padding:0px 0px 0px 20px;
    background:url(images/destination_marker.png) left center no-repeat;
    text-decoration:none;
}
/* --- FAQ ---------------------------------------------------------------------------------------- */
#faq_table .questions p { line-height:1; margin:0px 0px 10px 0px; }
#faq_table a {
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}
#faq_table a:hover {
    color:#d81e2e;
}
#faq_table a.active { color:#444; }
#faq_table a.active:hover { color:#d81e2e; }
#faq_table a.inactive { color:#aaa; }
#faq_table a.inactive:hover { color:#d81e2e; }
/* --- BOOKING BOX -------------------------------------------------------------------------------- */
#bookingbox_col {
    float:left;
    width:386px;
}
#bookingbox {
    background-color:#FFF;
    width:380px;
    -webkit-box-shadow:4px 4px 15px 0px #aaa;
    -moz-box-shadow:4px 4px 15px 0px #aaa;
    box-shadow:4px 4px 15px 0px #aaa;
    font-size:15px;
    color:#777;
    font-family:Arial,Helvetica,sans-serif;
    margin-bottom:20px;
}
#bookingbox_head {
    background:url(images/bookinghead-bg.jpg) left center repeat-x;
    height:40px;
}
#bookingbox_footer {
    /*background:url(images/bookingfooter-bg.jpg) left center repeat-x;*/
    height:50px;
}
#bookingbox_datas {
    padding:10px;
}
#bookingbox h1 {
    color:#fff;
	font-size: 24px;
}
.booking_table { width:100%; }
.booking_table td {
    font-size:15px;
    color:#777;
    padding:3px 0px 3px 0px;
    vertical-align:middle;
    font-family:Arial,Helvetica,sans-serif;
}
.booking_table .b {
    vertical-align:middle;
    text-align:right;
}
.booking_table .a {
    padding-right:5px;
}
.booking_table span {
    font-size:11px;
}
.year_select { width:62px; }
.month_select { width:46px; }
.day_select { width:46px; }
.search_transfer_errs {
    padding:20px 0px 10px 0px;
}
.search_transfer_errs  p {
    padding:0;
    margin:0;
    color:#D00;
    font-weight:bold;
    font-size:12px;
}
/* --- BUTTON SHAPE -------------------------------------------------------------------------------- */
a.linkbutton, a.linkbutton:active, a.linkbutton:visited {
    font-family:Arial,Helvetica,sans-serif;
    background:transparent url(images/linkbutton_bg.png) left center repeat-x;
    -webkit-border-radius:6px;
    border-radius:6px;
    text-decoration:none;
    border:0;
    display:inline-block;
    height:32px;
    line-height:32px;
    color:#FFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding:0px 8px;
}
a.linkbutton:hover { text-decoration:underline; }
.btn_finalize {
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_120x32.png);
    background-color:#A80101;
    border:none;
    padding:8px 10px;
    color:#fff;
    font-weight:bold;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.btn_next{
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_120x32.png);
    border:0;
    width:120px;
    height:32px;
    line-height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-left:0px;
    padding-bottom:4px;
}
.btn_next:hover {
    text-decoration:underline;
}
.btn_next100{
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_100x32.png);
    border:0;
    width:100px;
    height:32px;
    line-height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-left:0px;
    padding-bottom:4px;
}
.btn_next100:hover {
    text-decoration:underline;
}
.btn_next270{
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_270x35.png);
    border:0;
    width:270px;
    height:32px;
    line-height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-left:00px;
    padding-bottom:4px;
}
.btn_next235x40{
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_235x40.png);
    border:0;
    width:235px;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-left:0px;
    padding-bottom:2px;
}
.btn_next235x40:hover {
    text-decoration:underline;
}
.btn_next85{
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_85x32.png);
    border:0;
    width:85px;
    height:32px;
    line-height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-left:00px;
    padding-bottom:4px;
}
.btn_next85:hover {
    text-decoration:underline;
}
.btn_next160{
    font-family:Arial,Helvetica,sans-serif;
    background:url(images/btn_160x32.png);
    border:0;
    width:160px;
    height:32px;
    line-height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding-left:00px;
    padding-bottom:4px;
}
.btn_next160:hover {
    text-decoration:underline;
}
/* --- SLIDER -------------------------------------------------------------------------------------- */
#sliderdiv {
    background-color:#FFF;
    -webkit-box-shadow:4px 4px 15px 0px #aaa;
    -moz-box-shadow:4px 4px 15px 0px #aaa;
    box-shadow:4px 4px 15px 0px #aaa;
    margin-bottom:20px;
}
#sliderdiv img{
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* --- NEWS BOX ------------------------------------------------------------------------------------ */
#newsbox, #extranewsbox {
    background-color:#fff;
    -webkit-box-shadow:4px 4px 15px 0px #aaa;
    -moz-box-shadow:4px 4px 15px 0px #aaa;
    box-shadow:4px 4px 15px 0px #aaa;
    margin-bottom:20px;
    padding:10px;
    font-size:14px;
}
#newsbox td { font-size:14px; }
#newsbox p {
    font-size:14px;
    margin:0;
    padding:0;
}
#newsbox a {
    font-size:14px;
    color:#CC051C;
    font-weight:bold;
}
#extranewsbox { background-color:#fcf835; }
#newsbox h2, #extranewsbox h2 {
    font-family:Arial,Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
    font-style:normal;
    font-weight: normal;
    font-variant:normal;
    color:#d81e2e;
    margin:0px 0px 10px 0px;
}
#newsbox p, #extranewsbox p {
    margin:7px 0px 0px 0px;
    font-size:13px;
}
/* --- NEWSLETTER ---------------------------------------------------------------------------------- */
#newsletterbox {
    padding:10px;
}
#newsletterbox h2 {
    font-family:Arial,Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
    font-style:normal;
    font-weight: normal;
    font-variant:normal;
    color:#d81e2e;
    margin:0px 0px 10px 0px;
}
/* --- Select transfer ----------------------------------------------------------------------------- */
#select_transfer_div {
    float:right;
    width:515px;
    padding-top:10px;
}
#select_transfer_div h1 {
	font-size:24px;
}
#transferlist {
    width:100%;
}
#transferlist th  {
    font-family:Arial,"Times New Roman",Times,serif;
    font-size:18px;
    font-weight:bold;
    padding-bottom:20px;
    color:#3f3f3f;
}
#transferlist .price, .price {
    font-family:Georgia,"Times New Roman",Times,serif,Arial;
    font-size:24px;
    font-weight:normal;
}
.price_huf {
    font-family:Arial,serif,Georgia,"Times New Roman",Times;
    font-size:14px;
    font-weight:normal;
}
#transferlist .invoice_description {
}
#transferlist .invoice_prise {
}
#select_transfer_div .totalprise {
    padding:30px 0px 30px 0px;
    float:left;
    width:300px;
    text-align:left;
    font-family:Georgia,"Times New Roman",Times,serif,Arial;
    font-size:26px;
    font-weight:normal;
    color:#3f3f3f;
}
#select_transfer_div .continue {
    padding:30px 0px 30px 0px;
    float:right;
    width:150px;
    text-align:right;
}
#select_transfer_div .carnum {
    font-size:12px;
}
#select_transfer_div .upgrade_details {
    font-family:Georgia,"Times New Roman",Times,serif,Arial;
    font-size:20px;
}
/* --- Transfer datas form ------------------------------------------------------------------------ */
#bookingdatas {}
#bookingdatas h2 {}
#bookingdatas_leftcol {
    /*border:1px solid #f00;*/
    width:360px;
    margin-right:20px;
    float:left;
}
#bookingdatas_rightcol {
    /*border:1px solid #0f0;*/
    width:376px;
    float:right;
}
#bookingdatas table {
    width:100%;
}
#bookingdatas td {
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}
#custdatas_table input, #invoicingdatas_table input { width:210px; }
#custdatas_table .fieldname, #invoicingdatas_table .fieldname { width:135px; }
#bookingdatas textarea {
    resize:none;
    overflow:auto;
}
#bookingdatas .totalprise {
    vertical-align:middle;
    font-family:Arial,Verdana,Georgia,"Times New Roman",Times;
    font-size:27px;
    font-weight:normal;
    color:#3f3f3f;
}
ul.servicelist {
    list-style-type:none;
    margin:0px 0px 20px 2px;
    line-height:1.4;
    font-size:14px;
    text-align:left;
}
ul.servicelist li {
    background-image:url(images/marker.png);
    background-repeat:no-repeat;
    background-position:0px 7px;
    padding-left:15px;
}
.flightdatas input { width:80px; }
.flightdatas .fieldname { width:190px; }

.pay_cib_request_table { margin-bottom:20px; }
.pay_cib_request_table td { padding:2px 10px 2px 0px; }
/* --- MY BOOKING --------------------------------------------------------------------------------- */
.login_table {}
.login_table td {
    font-size:13px;
    padding:2px 20px 2px 0px;
    text-align:left;
    vertical-align:middle;
}
.login_table td span {
    font-size:9.5px;
}
.login_table input[type="text"], .login_table input[type="password"] {
    width:200px;
}
/* ------------------------------------------------------------------------------------------------ */
#mybooking_buttons h2 {
    font-family:Arial,Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
    font-style:normal;
    font-weight: normal;
    font-variant:normal;
    color:#d81e2e;
    padding:0px 0px 0px 0px;
    margin:15px 0px 6px 0px;
}

.upgrade_info_box {
    padding:5px 10px;
    border:1px solid #b00917;
    background-color:#cb051c;
    color:#fff;
    margin-bottom:20px;
    font-size:13px;
}
.upgrade_info_box p { color:#fff; }
.upgrade_info_box p a { color:#fff; font-weight:bold; }

/* INVOICE */
.invoice_req_container {
    /*margin:20px 0px;*/
    /*border-top:2px solid #bbb;*/
    padding:0px 0px;
    display:none;
}
.invdesc { padding-bottom:20px; }
input[type="text"].invinput { width:270px; }
.invoicedatas input[type="radio"] { vertical-align:middle; }
.invoicedatas .alert { padding-bottom:10px; }
.invoicedatas .datagroup { padding-bottom:10px; }
.invoicedatas .datagroup label { display:inline-block; padding:0px; margin:0px; font-weight:normal; cursor:pointer; }
.invoicedatas .comment { font-size:11px; }
.datagroup-title { font-weight:bold; }
.alert { color:#e22; padding:10px 0px; }
.invdetails { line-height:24px; background:url(images/invdetails_icon.png) left center no-repeat; padding-left:30px; }
.invdetails a { color:#C00B1C; }

.timetable-description { display:none; }
.timetable-box .airportname {}
.timetable-box .airportname a {
    font-size:16px;
    font-weight:bold;
    display:block;
    width:100%;
    padding:7px 0px;
    margin:0px;
    text-decoration:none;
}
.timetable-description {
    padding:20px 20px;
}
.timetable-description img { max-width:890px; }
.zoneSelectContainer { padding-bottom:5px; }


.headline-news-container {
    width:100%;
    background-color: #FDF3F6;
    text-align: center;
    padding:0;
    margin:0;
}

.headline-news-text {
    color: #888;
    text-align: center;
    padding:10px 20px;
    font-size:13px;
}
