﻿/* Discount Edinburgh v0.3 - 21/05/2008_Cognite: extra comments and style updates. */
body,html{
	height:100%;
	margin:0px;
	font-size:85%;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color:#000; /* Global link colour */
	background:url(../images/background.png) repeat-x #ccdced;
}

form{ margin:0px; height:0px;}
img{border:none;}
a, a:visited, a:active{color:#0066ff;} /* General link colour */
a:hover{color:#cc0000;} /* General link colour on mouseover*/
p{color:#000; font-size:95%;} /* Paragraph text colour */
div{font-size:100%; text-align:left;}

.bold{font-weight:bold;} 
.italic{font-style:italic;}
.break{float:none; clear:both; height:0px;}
.hidden{display:none;}

/*coloured text*/
.red{color:#cc0000;}  /* red text */
.green{color:#66cc00;} /* green text */
.blue{color:#00ccff;} /* blue text  */
.darkblue{color:#0000ff;} /* dark blue text */


/* layout */
#wrapper{
	width:1003px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#inner{
	background:url(../images/border_mid.png) repeat-y #fff; /* page outline graphic */
}


/* #header */
#header{
	width:1003px;
	height:172px;
	margin:0px;
	padding:0px;
	background:url(../images/banner.gif) no-repeat; /* banner image */
}
#linkheader {
width:350px; /*this width will be equal to the background image width*/
height:90px; /*this height will be equal to the background image height*/
position: absolute; top: 0px; left: 10px; 
margin: 0px;
}
#linkheader a {
width:100%;
height:100%;
display:block;
position: relative; top: 0px; left: 10px; 
} 
/* #topContact*/
#contact{
	width:550px;
	height:20px;
	/*background-color:#A5DDF1;
	/*background:url(../images/basketback.png) no-repeat;  basket image */
	color:#000;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding-top:0px;
	position: absolute; top: 45px; left:385px;
}
#contact .grey{
	color:#000;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#contact a{
	color:#000; 
	text-decoration:none;
}
#contact a:hover{
	text-decoration:underline;
}
#basket{
	width:175px;
	height:29px;
	background:url(../images/basketback.png) no-repeat; /* basket image */
	color:#333;
	font-size:85%;
	float:right;
	text-align:center;
	margin:0px;
	position: relative; top: 153px; right:50px;
	padding: 0px;
}
#basket a{
padding:0px;
	margin:0px 0px 0px 0px;
color:#fff; /* basket text colour */
	text-decoration:none;
	position: absolute; top: 5px; left: 35px;
	}
#basket a:hover{
	text-decoration:underline;
}
/* #searchBar */
#searchBar{
background:url(../images/searchback.png) no-repeat; /* background image for the search bar */
	width:360px;
	color:#fff;  /* newsletter signup box text colour */
	text-align:center;
	font-size:90%;
	padding:5px;
	margin:0px;
	float:left;
   position: relative;  left: 595px; top:30px;
}
#searchBar label{
color:#fff; /* search bar text colour */
	font-size:100%;
	 position: absolute; top: 5px; left: 5px;
}
#searchBar select{
	color:#999;
	height:16px;
	font-size:90%;
	float:left;
	margin-left:0px;
}
#searchBar input{
	background:#ffffff; 
border: 1px solid #fff;
	width:320px;
	margin-bottom:5px;
	margin-top:-1px;
	padding-left:5px;
	color:#000; /* newsletter signup box input text colour */
	height:12px;
	font-size:120%;
	position: absolute; right: 40px;
}
#searchBar .searchBtn{
	width:20px;
	height:13px;	
	float:right;
	margin-right:10px;
	margin-top: 1px;
}

/* #topNav */
#topNav{
	height:25px;
	float:left;
	text-align:center;
	font-size:85%;
	margin:70px 0px 0px 1px; /* adjust the last value (left margin) if the tabs sit off the header image */
	padding:0px 0px 0px 14px; /* AB: hotfix - center the 6 tabs */
	overflow:hidden;
	width:100%;
}
#topNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	display: inline;
	overflow: hidden;
}
#topNav ul li{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	overflow: hidden;
}
#topNav ul a{
	float: left;
	padding: 5px 0px 25px 0px;
	margin: 0px 5px 0px 0px; /* 5px value is the width between each tab */
	overflow: hidden;
	color:#fff;
	width: 158px; /* width of images/tab.png */
	height: 0px !important; 
	height /**/:25px; /* fix for IE5/Win */
	text-decoration:none;
}
#topNav ul a:hover{
	background-position: 0 -25px;
}
#topNav ul li a{
	background:url(../images/tab.png) no-repeat; /* top navigation tab */
	background-position: 0 0px; /* shows the off position */
}
#topNav ul li a.selected{
	background:url(../images/tab.png) no-repeat; /* top navigation tab */
	background-position: 0 -25px; /* shows the on position and mouseover */
}


/* #subNav */
#subNav{
	width:1001px;
	height:19px;
	background-color:#003366;
	float:left;
	text-align:center;
	font-size:85%;
	margin:0px 0px 0px 1px;
	padding:7px 0px 0px 0px;
}
#subNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	display: inline;
	overflow: hidden;
}
#subNav ul li{
	margin: 0px 15px 0px 0px; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#subNav ul li a{
            background:none;
            padding: 3px 0px 3px 0px;
            text-decoration:none;
            color:#fff;  /* sub navigation text colour */
}
#subNav ul li a.selected,
#subNav ul li a:hover{
            background:none;
            text-decoration:none;
            color:#fff; /* sub navigation text colour on mouseover */
}


/* #signupBar */
#signupBar{
	width:1001px;
	height:26px;
	background:url(../images/signupback.png) repeat-x; /* background image for the search bar */
	float:left;
	margin-left: 1px;
	text-align:center;
	font-size:100%;
	color:#FFFFFF;
}
#login{
	float:right;
	font-size:100%;
	position: relative; right: 30px;
}
#login a{
	color: #FFFFFF;
	font-weight: bold;
 text-decoration:none;
 position: relative; top: 5px; left: 3px;
}
/*Newsletter*/
#signupNews{
	/*background:url(../images/newsletterback.png) no-repeat;  /* newsletter signup box background image */
	width:200px;
	color:#fff;  /* newsletter signup box text colour */
	text-align:center;
	font-size:110%;
	padding:5px;
	margin:0px 50px 0px 530px;
	float:left;
	position: relative; 
	font-weight:bold;
}
#signupNews p{
	margin:0px 0px 3px 0px;
	color:#666666;
}
#signupNews label{
	display:none;
}
#signupNews input{
background:#004D9C; 
border: 0px solid #fff;
opacity:0;
	width:0px;
	margin-bottom:5px;
	padding-left:5px;
	color:#666666; /* newsletter signup box input text colour */
	height:1px;
	font-size:90%;
	position: absolute; right: -90px;
}
#signupNews .subscribeBtn{
	width:34px;
	height:21px;
	position: absolute; right: -10px; top: 3px;
}

/* #breadcrumb */
#breadcrumb{
	clear:both;
	margin:5px 0px 10px 5px;
	font-size:80%;
	color:#999;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:visited{
	color:#999; /* breadcrumb text colour */
	font-weight:normal;
	text-decoration:none;
}


/* #leftNav */
#leftNav{
	width:190px;
	float:left;
	padding-top:17px;
	}
#leftNav hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #ccc;
	color:#fff;
	width:90%;
	margin:10px 0px 10px 8px;
}
#leftNav .logos{
	margin-left:10px;
}
#leftNav a,
#leftNav a:visited{
	color:#336699; /* left navigation text colour */
	font-size:85%;
	text-decoration:none;
}
#leftNav a:hover,
#leftNav a.selected{
	color:#cc0000;
}
#leftNav ul li a:hover,
#leftNav ul li a.selected,
#leftNav ul li ul li a:hover,
#leftNav ul li ul li a.selected{

	color:#cc0000;
}
/* level 1 */
	#leftNav ul{
		list-style:none;
		font-weight:bold;
		padding-left:1px;
		margin-left:0px;
	}
	#leftNav ul li{
		padding:5px 0px 12px 8px;
		background:url(../images/lnav_on.png) no-repeat #fff; /* left navigation main button image */
	}
	#leftNav ul li:hover,
	#leftNav ul li.selected{
		background:url(../images/lnav_on.png) no-repeat #fff; /* left navigation main button image for mouseover and selected */
	}	
/* level 2-3 */
	#leftNav ul li ul li,
	#leftNav ul li ul li:hover,
	#leftNav ul li ul li.selected{
		padding-left:13px;
		background:url(../images/lnav_sub.png) no-repeat #fff; /* left navigation sub button image */
		background-position: 0 4px;
	}
	#leftNav ul li ul{
		padding:10px 0px 0px 0px;
		font-weight:normal;
	}
	#leftNav ul li ul li{
		padding:0px 0px 0px 13px;
	}
	
	#leftNav ul li ul li ul{
		padding-top:0px;
		font-weight:normal;
		padding-left:0px;
		list-style:none;
	}
	/*   IE6 & 7 don't support pseudo-elements :(
	#leftNav ul li ul li ul li:before{
		content:" - ";
	}
	*/
	
	/* show/hide nav levels */
    #leftNav ul li ul,
    #leftNav ul li.selected ul{ 
                display:block;
    }           
    #leftNav ul li ul li ul,
    #leftNav ul li.selected ul li ul{
                display:none;
    }
    #leftNav ul li.selected ul li.selected ul,
    #leftNav ul li ul li.selected ul{       
                display:block;
    }           

#logos{
	margin-left:10px;
}

/* #mainCol */
#mainCol{
	border-left:1px solid #003366; /* left border colour */
	border-right:1px solid #003366; /* right border colour */
	border-bottom:1px solid #003366; /* bottom border colour */
	width:790px;
	float:left;
	padding:0px 10px 10px 10px;
	margin:0px;
	overflow:hidden;
	font-size: 110%;
}
#mainCol h1{
	font-size:150%;
	font-weight:bold;
	text-align:center;
	color:#003366; /* header 1 colour */
	margin-bottom:0px;
}
#mainCol h2{
	font-size:120%;
	font-weight:normal;
	text-align:center;
	color:#0000ff; /* header 2 colour */
	margin-top:0px;
}
#mainCol .intro{
	font-size:85%;
	font-weight:bold;
	text-align:center;
	color:#000; /* introduction text colour */
}
#mainCol .intro h1{
	font-size:140%;
	font-weight:bold;
	text-align:center;
	color:#cc0000; /* introduction header 1 colour */
}
#mainCol .featureImage{}
#mainCol p{}
#mainCol hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:0px solid #a14143;  /* horizontal rule colour */
	color:#fff;
	width:100%;
	margin:0px 0px 0px -10px;
	clear:both;
	padding: 0px;
}


/* Homepage elements */
#mainCol .featureHomeImage{
	margin-bottom:10px;
}
#mainCol #bestsellers{ 
	float:left;
}
#mainCol #bestsellers ul{
	list-style:url(../images/bullet.png);  /* bulleted image for best sellers */
	padding-left:20px;
	margin:0px 10px 10px 0px;
	font-size:85%;
	font-weight:bold;
}
#mainCol #todaysDeals{
	float:right;
}
#mainCol #todaysDeals ul{
	list-style:url(../images/bullet.png); /* bulleted image for todays deals */
	padding-left:20px;
	margin:0px 10px 10px 0px;
	font-size:85%;
	font-weight:bold;
}
#mainCol #bestsellers a,
#mainCol #todaysDeals a,
#mainCol #bestsellers a:visited,
#mainCol #todaysDeals a:visited{
	text-decoration:none;
	color:#333;  /* text colour for best sellers and todays deals */
}
#mainCol #bestsellers a:hover,
#mainCol #todaysDeals a:hover{
	text-decoration:underline;
}
#mainCol .homeListTitle{
	font-size:160%;
	font-weight:bold;
	font-style:italic;
	color:#cc0000;
	margin:0px 0px 0px 0px;
}
#mainCol .box{
	width:788px;
	height:148px;
	font-size:85%;
	text-align:center;
	position:relative; right: 0px;
	float:left;
	padding-top:-10px;
	margin-bottom:8px;
	margin-left:0px;
	padding:0px;
	cursor:pointer;	
	overflow:hidden;
}
#mainCol .box span.homeTitle{
	font-size:150%;
	font-weight:bold;
	font-style:italic;
	color:#fff;  /* homepage boxes title text colour */
	position:relative; top: -16px;
}
#mainCol .box img{
width: 200px;
height: 105px;
	padding-top:25px;
	position:relative;
	float:left;
	position: absolute; top:5px; left: 5px;
}
#mainCol .box p{
	font-size:120%;
	margin:5px 8px 0px 8px;
	text-align:left;
	position:absolute; left: 210px;  right: 180px; top:40px;
}
#mainCol .box p.from{
	position:relative; left: 295px;
	top:100px;
	z-index:10;
	float:none;
	margin:0px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
	font-weight:bold;
	text-align:center;
}
#mainCol .box .from span{
	font-size:140%;
	color:#cc0000; /* homepage boxes price text colour */
}
#mainCol .box1{
	background:url(../images/home/featureBox_fav.png) no-repeat; /* box 1 background image */
	margin-right:8px;
}
#mainCol .box2{
	background:url(../images/home/featureBox_fav.png) no-repeat; /* box 2 background image */
	margin-right:8px;
}
#mainCol .box3{
	background:url(../images/home/featureBox_fav.png) no-repeat; /* box 3 background image */
	margin-right:8px;
}
#mainCol .box4{
	background:url(../images/home/featureBox_fav.png) no-repeat; /* box 4 background image */
	margin-right:8px;
}
#mainCol .box5{
	background:url(../images/home/featureBox_fav.png) no-repeat; /* box 5 background image */
	margin-right:8px;
}
#mainCol .box6{	
	background:url(../images/home/featureBox_fav.png) no-repeat; /* box 6 background image */
	margin-right:8px;
}
#mainCol .box7{	
	background:url(../images/home/featureBox_go.png) no-repeat; /* box 6 background image */
	margin-right:8px;
}


/* Category elements */
#mainCol .catBox{
	width:788px;
	height:148px;
	font-size:95%;
	text-align:center;
	position:relative;
	float:left;
	margin-top:0px;
	margin-bottom:8px;
	background:url(../images/home/featureBox_blue.png) no-repeat; /* category boxes background image */
	cursor:pointer;
	overflow: hidden;
}
#mainCol .catBox .catTitle{
	font-size:140%;
	font-weight:bold;
	color:#fff;  /* homepage boxes title text colour */
	position:absolute; top: -9px; left: 50px;
}
#mainCol .catBox p{
	font-size:110%;
	margin:15px 8px 0px 8px;
	text-align:left;
	position:absolute; left: 210px; 
}
#mainCol .catBox img{
width: 200px;
height: 105px;
	padding-top:25px;
	position:relative;
	float:left;
	position: absolute; top:5px; left: 5px;
}
#mainCol .catBox .catTitle a,
#mainCol .catBox p a{
	color:#000;  /* category boxes title and text link colour */
	text-decoration:none;
}
#mainCol .catBox div{ 
	width:602px;
	height:94px;
	float:left;
	position:relative;
}
#mainCol .catBox div p{
	margin:35px 8px 0px 8px;
	text-align:left;
}
#mainCol .catBox .from{
	position:relative; left: 610px;
	top:110px;
	z-index:10;
	float:none;
	margin:-10px 8px 0px 8px!important;
	padding:0px 0px 0px 0px!important;
	font-weight:bold;
	text-align:left;
	color:#000;  /* category boxes price text colour */
}
#mainCol .catBox .from a{
	color:#000;  /* category boxes price link colour */
	text-decoration:none;
}
#mainCol .catBox1,
#mainCol .catBox2,
#mainCol .catBox4,
#mainCol .catBox5,
#mainCol .catBox7,
#mainCol .catBox8{
	margin-right:8px;
}
#mainCol .catBox3,
#mainCol .catBox6,
#mainCol .catBox9{
	margin-right:0px;
}
#mainCol .cantFind{
	text-align:center;
	margin:10px 0px 10px 0px;
	clear:both;
}
#mainCol .cantFind a,
#mainCol .cantFind a:visited{
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	color:#000;
	text-decoration:none;
	letter-spacing:-1px;
}
#mainCol .cantFind a:hover{
	color:#A64343;
}


/* Detail elements */
#mainCol #images{
	background:url(../images/detailImageBack.png) no-repeat; /* detail page images background box image */
	width:280px;
	height:276px;	
	padding:6px;
	float:left;
	margin:10px 0px 10px 0px;
}
#mainCol #images img.largeImg{ 
	float:left;
	margin-bottom:6px;
}
#mainCol #images img.img1, 
#mainCol #images img.img2{
	float:left;
	margin:0px 14px 4px 0px;
}
#mainCol #images img.img3{
	float:left;
	margin:0px 0px 4px 0px;
}
#mainCol #images img.selected{
	border:solid 2px #FFFF00 !important;
}
#mainCol #images p{
	text-align:center;	
	clear:both;
	margin-top:0px;
}

#mainCol #prices{
	background:url(../images/detailPriceBack.png) no-repeat;  /* detail page prices background box image */
	width:296px;
	height:216px;
	float:left;
	margin:10px 0px 10px 5px;
	padding:20px 15px 0px 15px;
	color:#000; /* detail page images text color */
	font-weight:bold;
}
#mainCol #prices .priceTitle{
	font-size:150%;
	font-weight:bold;
	font-style:oblique;
	color:#cc0000; /* detail page prices title colour */
	text-decoration:none;
	letter-spacing:-1px;

}
#mainCol #prices hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #ccc; /* detail page horizontal rule colour */
	color:#fff;
	width:90%;
	height:1px;
	padding:0px;
	margin:0px;
}
#mainCol #prices span{
	font-size:120%;
	font-weight:bold;
	margin-right:10px;
}
#mainCol #prices .bookNow,
#mainCol #prices .upgrade{
	width:147px;
	height:45px;
	float:right;
}
#mainCol #prices p{
	font-size:85%;
	font-weight:normal;
	float:right;
	width:147px;
	text-align:center;
	clear:both;
	margin-top:5px;
}
#mainCol #prices .break{float:none; clear:both; height:5px;}

/* #botLogos */
#botLogos {
	float:right;
	width:985px;
	margin:10px 10px 10px 0px;
}
#botLogos .boxes{
	/*background:url(../images/footer/box.png) no-repeat;  fotter logo backgrounds */
	width:130px;
	height:81px;
	margin-right:40px;
	margin-left: 10px;
	float:right;
}
#botLogos .network{
	background:url(../images/footer/box_network.png) no-repeat; /* fotter logo backgrounds */
	width:615px;
	height:110px;
	margin-top:20px;
	margin-right:12px;
	margin-left:20px;
	float:left;
}
#botLogos .network .logo{
	padding: 1mm 0mm 1mm 3.5mm;
}
#botLogos .end{
	margin-right:0px;
}

/* #BottomWebLinks */
#WebLinks{
border:1px solid #0075ff;
-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#EDF0FF;
margin:10px 10px;
padding:10px;
	text-align:left;
	font-size:85%;
	font-weight: normal;
	}
#WebLinks a.black:link,
#WebLinks a.black:visited{
	background:none;
	text-decoration:none;
	color:#000; 
}
#WebLinks  a.black:hover{
	background:none;
	text-decoration:none;
	color:#0000FF; 
}
/* #footLinks */
#footLinks{
		/*background:url(../images/border_bot.png) no-repeat;  bottom border edge image */
	background-color:#003366;
	width:1003px;
	margin:0px;
	float:left;
	clear:both;
	padding:10px 0px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
}
#footLinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}
#footLinks ul li{
	margin: 10px 20px 0px 0px; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#footLinks ul li a{
	background:none;
	padding: 3px 0px 3px 0px;
	text-decoration:none;
	color:#fff;  /* fotter link text colour */
}
#footLinks ul li a.selected,
#footLinks ul li a:hover{
	background:none;
	text-decoration:none;
	color:#fff; /* fotter link text colour selected and mouseover*/
}

.bo_row
{
	width:100%;
}

.bo_row>div
{
	float:left;
	clear:none;
	width:48%;
	text-align:left;
	padding-bottom:3px;
}

.bo_row select, .bo_row textarea
{
	width:95%;
}
/* Multicurrency selector styles */
.mcContainer
{
	background-color:White;
	overflow:visible;
	padding-top:20px;
}

.mcContainer>div
{
	text-align:center;
}

.mcContainer>div>a>img
{
	border:solid 5px white;
}

.mcContainer>div>a.selected>img
{
	border:solid 5px yellow;
}

/* Currency Info styles */

#currencyContainer
{
	padding-top:20px;
	overflow:visible;
}

.currencyList>a>img
{
	border:solid 5px white;
}

.rateSummary
{
	padding-top:7px;
}

.currencyList>a.selected>img
{
	border:solid 5px yellow;
}

/* Eurostar Search Results */
.eurostarHeader
{
	background-color:#c0c0c0;
	width:620px;
	padding:3px 3px 3px 3px;
	overflow:visible;
	float:left;
	clear:both;
}

.eurostarHeader div
{
	float:left;
	clear:none;
	text-align:center;
	overflow:visible;
}

.eurostarItem
{
	float:left;
	clear:both;
	width:620px;
	padding:3px 3px 3px 3px;
	overflow:visible;
}

.eurostarItem div
{
	float:left;
	clear:none;
	text-align:center;
	overflow:visible;
}

.trainDetails
{
	margin-bottom:10px;
	width:100%;
	float:left;
	clear:both;
}

.trainDetails div
{
	overflow:visible;
}

.trainDetails > div
{
	float:left;
	clear:both;
	width:100%;
}

.trainDetails > div > div
{
	float:left;
	clear:none;
	width:45%;
}

.bg-gray
{
	background-color:#c0c0c0;
}

.eur-blue
{
	color:#6699cc;
}

.proceedLink
{
	color:#6699cc;
	text-decoration:none;
	display:inline-block;
	padding-right:8px;
	background-image:url('../images/eurostar/arrow.png');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.itd > div
{
	padding:3px 3px 3px 10px;
}

.esrv
{
	width:14px;
	text-align:center;
	margin-top:10px;
}
.childAges label {float:left;clear:none;width:17px;padding-left:3px;}
            .childAges select {float:left;clear:none;width:40px;}


.SmallImages img
{
	cursor:pointer;
}

.newGallery_SmallImage
{
	margin-right:6px;
}