 /*temporary alignment of images until tip-style is live*/
 img.iconLeft {display: block;float:left;padding: 5px 10px 10px 0;}
 img.tip-icon {display: block;float:left;padding: 5px 5px 5px 0;}
 
 /* aligning top-menu more to the right */
 #top-menu { margin-left: 80px; }
 
 /* small text size can go when smaller/ larger font-sizes are applicable from the format menu */
 .small {font-size:11px;line-height:15px;}


 /* float link over carousel overlay text to the left */
.gallery .title-block a {
float: left;
}

 /* changes in headings */ 
 h2 {padding-top:5px;padding-bottom:5px;font-size:1.6em;font-weight:normal;}
 h3, .main-content h3 { font-size: 1.2em; font-weight: bold; color: #777; margin-top: 25px;}

/* fix on positioning payment method and security  icons */

.payment-holder {
padding: 0px 5px 0px 0px;
}

.security-holder {
padding: 10px 5px 0px 0px;
}



/* for alert tip on greece suspensions */
p.tip_alert {
background-image: url('http://www.interrailnet.com/sites/all/files/all/general/icons/tips/tips-alert.png');
background-position: 4px 4px;
padding-left: 28px;
font-size: 11px;
}
.tip_box {
box-shadow: 0 1px 0 #DBDBDB;
border-radius: 5px 5px 5px 5px;
border: 1px solid #F3F3F3;
padding: 5px;
background-position: 0px 5px;
background-repeat: no-repeat;
background-color: white;
}

/* fix on left and right aligned images */
.imageRight { float:right; margin-top:5px; margin-left: 20px; margin-bottom: 10px; border-radius: 5px; padding:0px; }
.imageLeft { float:left; margin-top:5px; margin-right: 20px; margin-bottom: 10px; border-radius: 5px; padding:0px; }
img.imageRight { float:right; margin-top:5px; margin-left: 20px; margin-bottom: 10px; border-radius: 5px; padding:0px; }
img.imageLeft { float:left; margin-top:5px; margin-right: 20px; margin-bottom: 10px; border-radius: 5px; padding:0px; }

.gallery img { border-radius: 0 5px 5px 0;}

/* fix on positioning and font size of tip blocks */
p.tip_train, p.tip_support, p.tip_deal, p.tip_alert, p.tip_customer {
font-size: 11px;
clear: both;
background-position: 5px 12px;
padding-left: 35px;
}
p.tip_fix { background-position: 5px 5px; }

/* fix on subtitle text on news articles such as date author and category */
.actionbar { width: 100%; padding: 0 0 20px; margin-top: -15px; }

/* fix on list item number positioining */
.numbered-list-blue li .list-item-before { font-weight: normal; padding-left: 8px; text-align: left; }

/* external link icon */
a.external { background: url('http://www.interrailnet.com/sites/all/files/all/general/icons/externallink.png') no-repeat; background-position:right; padding-right: 13px; }

/* fix on sub-small class for subtitle below image for positioning and color of text */
.sub-small { text-align: center; width: 200px; margin-left: 20px; color: #b7b7b7; }

/* fix on map images in passboxes homepage */
.pass-boxes .map-image { margin: -6px -3px 0 0; }

/* fix on buttons homepage IR */
.pass-double-boxes .box-holder { padding: 6px 3px 10px 10px; }
.pass-boxes .text-box .inner { padding: 0 0 0 0; }
.inner a.c-button { width: 296px; text-align: center; }

/* fix on what is IR */
.s-list { margin-bottom: -3px !important; }

/* fix on no margin on paragraphs and other elements */
.no-margin { margin:0px; padding:0px; }


/* fix for caption subtitle on images */
.caption { font-size: 11px; color:#B7B7B7; text-align:center;}
.fright { float:right; margin-top:0px; margin-left: 20px; margin-bottom: 10px; border-radius: 5px; padding:0px; }
.fleft { float:left; margin-top:0px; margin-right: 20px; margin-bottom: 10px; border-radius: 5px; padding:0px; }
.caption img { border-radius:5px; }
.sub-small img { border-radius:5px; }

/* fix for layout linking to other articles at bottom of page */
p.endofpage {
margin-top: 70px;
border-top: 1px dotted #c0c0c0;
padding-top: 20px;
}

/* fix for proper leading in lists */
.bullet-list li {
padding: 0px 0 0 16px !important;
height: 1%;
margin: 5px 0;
background: url(http://www.interrailnet.com/sites/all/themes/eurail/images/bullet-green.gif) no-repeat 0 7px;
}
 .bullet-list li {line-height:20px;}
