﻿/* Discount Edinburgh v0.3 - 21/05/2008_Cognite: extra comments and style updates. */
body,html{
	height:100%;
	margin-top:0px;
	padding-top:0px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000; /* Global link colour */
	/*background:url(../images/background.png) repeat-x #000;*/
	background-color:#FFFFFF;
}
form{ margin:0px; height:0px;}
img{border:none;}
a, a:visited{color:#0066ff;} /* General link colour */
a:hover{color:#cc0000;} /* General link colour on mouseover*/
p{color:#000; font-size:90%; padding:10px 20px 10px 5px; margin:0px} /* 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:#0F3874;} /* dark blue text */
.grey{color:#666666;} /* grey text */


/* layout */
#wrapper{
	width:1003px;
	margin: 0 auto;
}
#inner{
	background:url(../images/border_mid.png) repeat-y; /* page outline graphic */
}


/* #header */
#header{
	width:1003px;
	height:180px;
	margin:0px;
	padding:0px;
	background:url(../images/banner.jpg) no-repeat; /* banner image */
}
#linkheader {
width:200px; /*this width will be equal to the background image width*/
height:130px; /*this height will be equal to the background image height*/
position: absolute; top: 0px; left: 10px; 
}
#linkheader a {
width:100%;
height:100%;
display:block;
position: absolute; top: 0px; left: 10px; 
} 

/* #topContact*/
#contact{
	width:550px;
	height:20px;
	/*background-color:#A5DDF1;
	/*background:url(../images/basketback.png) no-repeat;  basket image */
	color:#ffffff;
	font-size:10px;
	float:left;
	text-align:center;
	padding-top:5px;
	margin:10px 15px 0px 350px;
}
#contact .grey{
	color:#ffffff;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#contact a{
	color:#ffffff; 
	text-decoration:none;
}
#contact a:hover{
	text-decoration:underline;
}

/*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:90%;
	padding:5px;
	margin:0px;
	float:left;
	position: relative; top: -60px; left: 140px;
}
#signupNews p{
	margin:0px 0px 3px 0px;
	color:#FFFFFF;
}
#signupNews label{
	display:none;
}
#signupNews input{
background:#630065; 
border: 1px solid #fff;
	width:130px;
	margin-bottom:5px;
	padding-left:5px;
	color:#fff; /* newsletter signup box input text colour */
	height:12px;
	font-size:90%;
	position: absolute; right: -90px;
}
#signupNews .subscribeBtn{
	width:20px;
	height:13px;
	position: absolute; right: -88px; top: 6px;
}
/* #searchBar */
#searchBar{
	color:#fff;  /* newsletter signup box text colour */
	text-align:center;
	font-size:90%;
	float:left;
	width:100%;
}
#searchBar label{
color:#fff; /* search bar text colour */
	font-size:100%;
}
#searchBar select{
	color:#999;
	height:16px;
	font-size:90%;
	float:left;
}
#searchBar input{
	background:#630065; 
	border: 1px solid #000;
	width:150px;
	color:#fff; /* newsletter signup box input text colour */
	height:12px;
	font-size:90%;
}
#searchBar .searchBtn{
	width:20px;
	height:13px;
	margin:0px 10px 0px 0px;
}
/* #bookmark */
#bookmark{
	padding:5px;
	margin:0px;
	width:120px;
	float:left;
	clear:none;
}
/*Top Links*/
#toplinks{
	float:none;
	text-align:center;
	font-size:100%;
	margin:0;
	padding:2px 0px 0px 0px;
	overflow:hidden;

	
}
#toplinks a{
background:url(../images/lnav_top.png) no-repeat #350036; 
	float: center;
	color:#fff;
	margin:0;
	padding:0px 5px 3px 15px;
	height /**/:20px; /* fix for IE5/Win */
	text-decoration:none;
	position: relative; top: -6px; 
}

#basket{
	width:179px;
	height:24px;
	background:url(../images/basketback.png) no-repeat; /* basket image */
	color:#fff;
	font-size:90%;
	float:right;
	position: relative; top: -26px; right:60px;
	padding: 0px;
	margin: 0px;
}
#basket a{
padding:20px 5px 5px 30px;
	margin:0px 0px 0px 0px;
color:#fff; /* basket text colour */
	text-decoration:none;
	position: absolute; top: -15px;
}
#basket a:hover{
	text-decoration:underline;
}


/* #topNav */
#topNav{
	height:20px;
	float:left;
	text-align:center;
	font-size:0%;
	margin:0px 10px 0px 10px;
	padding:2px 0px 0px 0px;
	overflow:hidden;
	
}
#topNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	display: inline;
	overflow: hidden;
}
#topNav ul li{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	overflow: hidden;
}
#topNav ul a{
	/*background:url(../images/tab.png) no-repeat; */
	float: center;
	padding: 0px 20px 25px 0px;
	margin: 0px 5px 0px 15px; /* 5px value is the width between each tab */
	overflow: hidden;
	color:#343434;
	height: 0px !important; 
	height /**/:20px; /* fix for IE5/Win */
	text-decoration:none;
}

/* #login */
#login{
	float:left;
	font-size:100%;
	margin:10px 0px 0px 850px;
}


/* #breadcrumb */
#breadcrumb{
width:100%;
	clear:both;
	margin:0px;
	padding:0px;
	width: 80%;
	font-size:80%;
	color:#999;
	float:left;
	position: relative; top: 0px; left: 200px;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:visited{
	color:#999; /* breadcrumb text colour */
	font-weight:normal;
	text-decoration:none;
}


/* #leftNav */
#leftNav{
	width:179px;
	float:left;
	padding-top:0px;
	margin-top:4px;
position: relative; top: -35px;	
}

#leftNav a,
#leftNav a:visited{
	color:#ffffff; /* left navigation text colour */
	font-size:85%;
	text-decoration:none;
}
#leftNav a:hover,
#leftNav a.selected{
	color:#fff;
}


/* level 1 */
	#leftNav ul{
		list-style:none;
		font-weight:bold;
		padding-left:1px;
		margin-left:0px;
		margin-top:20px;
	}
	#leftNav ul li,
	#leftNav ul li:hover,
	#leftNav ul li.selected{
		padding:4px 0px 5px 36px;
		margin:0px;
		background:url(../images/lnav_on.png) no-repeat; /* left navigation main button image */
	}
	
/* level 2-3 */
	#leftNav ul li ul li,
	#leftNav ul li ul li:hover,
	#leftNav ul li ul li.selected{
		padding:0px 0px 0px 13px;
		margin:0px;
		background:transparent; /* left navigation sub button image */
	}
	#leftNav ul li ul{
		padding:0px 0px 0px 0px;
		margin:0px;
		font-weight:normal;
	}
	#leftNav ul li ul li{
		padding:0px 0px 0px 13px;
		margin:0px;
	}
	
	

/* #mainCol */
#mainCol{
	border-left:0px solid #98B0D4; /* left border colour */
	border-right:0px solid #98B0D4; /* right border colour */
	border-bottom:0px solid #98B0D4; /* bottom border colour */
	width:800px;
	float:left;
	padding:0px 5px 5px 15px;
	margin:0px;
	overflow:hidden;
}
#mainCol td{
	margin:0px;
	padding:0px;
}
#mainCol h1{
	font-size:130%;
	font-weight:bold;
	color:#630065; /* header 1 colour */
	margin:0px;
	padding:10px 10px 0px 5px;
}
#mainCol h2{
	font-size:120%;
	font-weight:normal;
	color:#630065; /* header 2 colour */
	margin:0px;
	padding:10px 10px 0px 5px;
}
#mainCol h3{
	font-size:130%;
	font-weight:bold;
	color:#630065; /* header 2 colour */
	margin:0px;
	padding:30px 20px 10px 10px;
}
#mainCol .intro{
	font-size:85%;
	font-weight:bold;
	text-align:center;
	color:#666; /* 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{color:#000;}
#mainCol hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:0px solid #98B0D4;  /* horizontal rule colour */
	color:#fff;
	width:0px;
	margin-top:0px;
	padding:0px;
	clear:both;
}


/* Homepage elements */
#mainCol .featureHomeImage{
	margin:0px;
	padding:0px;
}
#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{
	padding-top:25px;
	position:relative;
	float:left;
	position: absolute; top:5px; left: 2px;
}
#mainCol .box p{
	font-size:120%;
	margin:5px 8px 0px 8px;
	text-align:left;
	position:absolute; left: 205px;  right: 150px; top:30px;
}
#mainCol .box p.from{
	position:relative; left: 310px;
	top:110px;
	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:130%;
	color:#000; /* homepage boxes price text colour */
}
#mainCol .box1{
	background:url(../images/home/featureBox_grey.png) no-repeat; /* box 1 background image */
	margin-right:8px;
}
#mainCol .box2{
	background:url(../images/home/featureBox_grey.png) no-repeat; /* box 2 background image */
	margin-right:8px;
}
#mainCol .box3{
	background:url(../images/home/featureBox_grey.png) no-repeat; /* box 3 background image */
	margin-right:8px;
}
#mainCol .box4{
	background:url(../images/home/featureBox_grey.png) no-repeat; /* box 4 background image */
	margin-right:8px;
}
#mainCol .box5{
	background:url(../images/home/featureBox_grey.png) no-repeat; /* box 5 background image */
	margin-right:8px;
}
#mainCol .box6{	
	background:url(../images/home/featureBox_grey.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_grey.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: -20px; left: 50px;
}
#mainCol .catBox p{
	font-size:100%;
	margin:15px 8px 0px 8px;
	text-align:left;
	position:absolute; left: 210px; 
}
#mainCol .catBox img{
width: 200px;
height: 108px;
	padding-top:25px;
	position:relative;
	float:left;
	position: absolute; top:5px; left: 2px;
}
#mainCol .catBox .catTitle a,
#mainCol .catBox p a{
	color:#000;  /* category boxes title and text link colour */
	text-decoration:none;
}
#mainCol .catBox div{ 
	width:622px;
	height:94px;
	float:left;
	position:relative;
}
#mainCol .catBox div p{
	margin:30px 8px 0px 0px;
	text-align:left;
}
#mainCol .catBox .from{
	position:relative; left: 635px;
	top:120px;
	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{
	width:280px;
	height:276px;	
	padding:0px;
	float:left;
	margin:20px 0px 10px 0px;
}
#mainCol #images img.largeImg{ 
	float:left;
	margin-bottom:6px;
}
#mainCol #images img.img1, 
#mainCol #images img.img2{
	float:left;
	padding:0px;
	margin:0px;
}
#mainCol #images img.img3{
	float:left;
	padding:0px;
	margin:0px;
}
#mainCol #images img.selected{
	border:solid 2px #FFFF00 !important;
}
#mainCol #images p{
	text-align:center;	
	clear:both;
	margin-top:0px;
}

#mainCol #prices{
	width:400px;
	float:left;
	margin:0px 0px 0px 10px;
	border-left:1px solid #999999; 
	padding:0px;
	color:#666; /* detail page images text color */
	font-weight:bold;
}
#mainCol #prices .priceTitle{
	background-color:#999999;
	width: 120%;
	padding: 5px 10px;
	font-size:120%;
	font-weight:bold;
	color:#fff; /* detail page prices title colour */
	text-decoration:none;
	letter-spacing:-1px;

}
p.price{
font-size:100%;
width: 300px;
	font-weight:normal;
	color:#666;
	text-align:center;
	float:right;
	position: absolute; top: 30px; left:300px;
	padding:0px 10px;
	margin: 0px;
	}
#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:100%;
	padding: 20px 10px;
	font-weight:bold;
	margin-right:10px;
}
#mainCol #prices .bookNow,
#mainCol #prices .upgrade{
	width:147px;
	height:45px;
	padding: 0px;
	margin: 0px;
	float:right; top: 300px; left: 200px;
}
#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:800px;
	margin:0px 10px 10px 0px;
}
#botLogos .boxes{
	background:url(../images/footer/box.png) no-repeat; /* fotter logo backgrounds */
	width:150px;
	height:94px;
	margin-right:12px;
	float:left;
}
#botLogos .network{
	width:784px;
	height:81px;
	margin-top:0px;
	margin-right:12px;
	margin-left:0px;
	float:left;
}
#botLogos .network .logo{
	padding: 1mm 0mm 1mm 3.5mm;
}
#botLogos .end{
	margin-right:0px;
}

/* #BottomWebLinks */
#WebLinks{
border:0px solid #cc0000;
-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#000;
margin:0px 10px;
padding:10px;
	text-align:left;
	font-size:85%;
	font-weight: normal;
	color:#FFFFFF;
	}

#WebLinks a.black:link,
#WebLinks a.black:visited{
	background:none;
	text-decoration:none;
	color:#fff; 
}
#WebLinks  a.black:hover{
	background:none;
	text-decoration:none;
	color:#ffccff; 
}

/* #footLinks */
#footLinks{
	background:url(../images/border_bot.png) no-repeat; /* bottom border edge image */
	width:1003px;
	height:30px;
	float:left;
	clear:both;
	padding-top:8px;
	text-align:center;
	font-size:88%;
	font-weight:bold;
}
#footLinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}
#footLinks ul li{
	margin: 0px 20px 0px 0px; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#footLinks ul li a{
	background:none;
	padding: 0px 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*/
}


.SmallImages img
{
	cursor:pointer;
}

.newGallery_SmallImage
{
	margin-right:6px;
}