/*shaun start*/

/* Global
============================================================================= */
body {
	margin: 0;
	padding: 0;
	background:#FFF url(../images/bg2.png) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #0033CC;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

#clear {
	clear:both;
}

/* Header
============================================================================= */
#guarantee {
position:fixed;
top:65px;
right:0;
}
#bookmark{
position:fixed;
top:150px;
right:0;
}

#inner-header-container {
  	width: 980px;
 	height: 315px;
	background:url(../images/tophead-inner2.jpg) no-repeat top center;
  	margin: 0 auto;
}

#logo {
	float: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	width: 980px;
	height:99px;
}

#logo h1, #logo p {
	margin: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#logo h1 {
	color: #333333;
	font-variant: normal;
}

#logo p {
	padding-left: 1px;
	line-height: normal;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066FF;
}

#logo p a:hover{color:#9FD9FE; text-decoration:underline;}


/* Nav
============================================================================= */
#inner-header ul{font-size:14px; font-family:Arial, Helvetica, sans-serif; margin-left:4px; padding:250px 0 0 36px; list-style:none;}
#inner-header ul li{ margin:0; display:inline}
#inner-header ul li a{color:#fff; text-decoration:none; margin:0 0 0 0; width:150px; text-align:center; display:block; float:left ; padding:15px 0 23px 0} 
#inner-header ul li a:hover { color:#1082ce; text-decoration:none; background:url(../images/bg_menu.png) repeat-x top}
#inner-header ul li .current,
body#about #about,
body#searchall #searchall,
body#cityguide-1 #scotland,
body#cityguide-2 #scotland,
body#cityguide-3 #scotland,
body#cityguide-4 #scotland,
body#cityguide-5 #scotland,
body#cityguide-6 #scotland,
body#cityguide-7 #scotland,
body#cityguide-8 #scotland,
body#cityguide-9 #scotland,
body#cityguide-10 #scotland,
body#breaks #breaks,
body#contact #contact
{color:#1082ce; text-decoration:none; background:url(../images/bg_menu.png) repeat-x top}


a.nextnav{
background: transparent url('../images/next-a.png') no-repeat top left;
display: block;
float: left;
font: normal 14px Tahoma; /* Change 13px as desired */
line-height: 40px;
height: 40px; /* Height of button background height */
padding-left: 45px; /* Width of left menu image */
text-decoration: none;
}
a:link.nextnav, a:visited.nextnav, a:active.nextnav{
color: #FFF; /*button text color*/
}
a.nextnav span{
background: transparent url('../images/next-b.png') no-repeat top right;
display: block;
padding-right:20px;
}
a.nextnav:hover span{ /* Hover state CSS */
}


a.backnav{
background: transparent url('../images/back-a.png') no-repeat top left;
display: block;
float: left;
font: normal 14px Tahoma; /* Change 13px as desired */
line-height: 40px;
height: 40px; /* Height of button background height */
padding-left: 45px; /* Width of left menu image */
text-decoration: none;
}
a:link.backnav, a:visited.backnav, a:active.backnav{
color: #FFF; /*button text color*/
}
a.backnav span{
background: transparent url('../images/back-b.png') no-repeat top right;
display: block;
padding-right:20px;
}
a.backnav:hover span{ /* Hover state CSS */
}


/* Sidebar Nav (jquery) */
.menu_list {	
	width: 200px;
	font-size:12px;
	color:#0C3;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    background: #eef4d3 url(../images/left.png) center right no-repeat;
}
.menu_head2 {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    background: #eef4d3;
}
.menu_head2 a {
	color:#0C3;
	display:block;
	width: 190px;
	text-decoration:none;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  height:24px;
  width: 190px;
  background-color:#EFEFEF;
  padding-left:10px;
  padding-top:6px;
  text-decoration:none;
  color:#0C3;
}
.menu_body a:hover, .menu_head2 a:hover{
  color: #063;
  text-decoration:none;
}

body#cityguide-1 #g1,
body#cityguide-2 #g2,
body#cityguide-3 #g3,
body#cityguide-4 #g4,
body#cityguide-5 #g5,
body#cityguide-6 #g6,
body#cityguide-7 #g7,
body#cityguide-8 #g8,
body#cityguide-9 #g9,
body#cityguide-10 #g10
{
  color: #063;
}

/* funky btn
============================================================================= */
.funkybutton, .funkybutton2, .funkybutton3 {
     padding: 4px 20px 3px 10px;
     border: solid 1px #8AB134;
     position: relative;
     cursor: pointer;
     display: inline-block;
     background-image: url( '../images/funkyback.png' );
     background-repeat: repeat-x;
     font-size: 12px;
     height: 16px;
     text-decoration: none;
     color: #40740D;
     -moz-border-radius-bottomleft: 5px;
     -moz-border-radius-bottomright: 5px;
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-topright: 5px;
 }
 .funkybutton img, .funkybutton2 img, .funkybutton3 img  {
     position: absolute;
     top: -6px;
     left: -12px;
     border: none;
 }
 .funkybutton:hover, .funkybutton2:hover, .funkybutton3:hover {
     color: #8AB134;
 }
 

/* Default tooltip class name: .tooltip 
============================================================================= */
.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	}

/* Content
============================================================================= */

#leftcol {
	float:left;
	width:190px;
	padding-left:5px;
	margin-top:0;
	background-color:#FFF;
}
#leftcol a{
	text-decoration:none;
}

#datatable {
	margin-right:5px;
	float:right;
	width:700px;
	background-color:#FFF;
}


#copyimg-r {
	float:right;
	text-align:center;
	font-size:9px;
	color:#999;
	padding:5px;
}
#copyimg-l {
	float:left;
	text-align:center;
	font-size:9px;
	color:#999;
	padding:5px;
}
#copyimg-r a, #copyimg-l a{
	text-decoration:underline;
	color:#999;
}


#inner-content {
	width:980px;
	margin:0 auto;
	background:url(../images/bg_cont.png) repeat-y top center;
}
#inner-page-content {
	padding:5px 40px 0;
}
#inner-page-content h2{
	display:inline;
	color:#F90;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
}
#inner-page-content-text {
	padding:0 60px 0;
}
#inner-page-content-text h1{
	display:inline;
	color:#F90;
	font-size:15px;
	font-weight:bold;
}
#inner-page-content-text h2{
	display:inline;
	color:#F90;
	font-size:12px;
	font-weight:bold;
}

#inner-page-content-text h3{
	display:inline;
	color:#F90;
	font-size:13px;
	font-weight:bold;
}

#guide-content {
	float:right;
	width:640px;
}

#tablex a, tablex h2{
	display:inline;
	color:#F90;
	font-size:12px;
	font-weight:bold;
}

#tablex p{
	line-height:18px;
}

#tablex .more {
	color:#390;
	font-size:12px;
	font-weight:normal;
}

#tablex .hotlink{
	color:#060;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#tablex .hotlink:hover {
	text-decoration:underline;
}
#inner-page-content-text .hotlinkbox {
	padding-top:20px;
	background-image:url(../images/hotlink1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#toptext {
	color:#444;
	padding:0 10px 0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:100%;
}
#toptext p{
	line-height:110%;
}
#toptext a{
	color:#693;
	text-decoration:none;
}
#toptext a:hover{
	text-decoration:underline;
}


.breadtit {
	color:#F90;
	font-size:15px;
	font-weight:bold;
}
.breadtit a{
	color:#F90;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
#search1 {
	background:url(../images/search1-back.png) no-repeat top center;
	height:300px;
}
#search2 {
	background:url(../images/search2-back.png) no-repeat top center;
	height:150px;
}
#search3 {
	background:url(../images/search3-back.png) no-repeat top center;
	height:150px;
}


/* Details page
============================================================================= */

#crumbs {
	height:78px;
	width:500px;
	float:left;
}

#dmap {
	float:right;
	width:350px;
	height:230px;
	margin-top:5px;
	margin-bottom:0;
	border:solid 2px #093;
}

#dtop {
	width:500px;
	height:255px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:0;
}

#dtop h1{
	font-size:16px;
	font-weight:600;
	color:#3399CC;
	line-height:35px;
}

#dtop .address{
	font-size:12px;
	color:#3399CC;
	line-height:20px;
	vertical-align:bottom;
	text-transform:lowercase;
}

#dimgs {
	width:520px;
}

#dimgs img{
	border:solid 1px #3399CC;
}

#details {
	padding:0;
	margin:0;
	font-size:12px;
}

#panel1,#panel2,#panel3,#panel4,#panel5,#panel6,#panel7,#panel8,#panel9,#panel10{
	background-color:#E2E4FF;
	list-style-type:none;
	margin-top:0;
	margin-bottom:5px;
	padding:5px;
	color:#535AB9;
}

#details h3{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:300;
	display:block;
	width:97.6%;
	height:100%;
	background:#ACD2EA url('../expander/plus.gif') center left no-repeat;
	color:#324EBE;
	margin:0;
	padding:1px;
	padding-left:20px;
}

#datebar {
	height:42px;
	margin-top:5px;
	color:#09C;
	background-color:#F3F7FC;
}

#checkbar {
	height:42px;
	color:#09C;
	background-color:#F3F7FC;
}
#checkspan {
	width:400px;
	line-height:45px;
	font-size:13px;
	padding-left:10px;
}

#working {
	width:30px;
	float:left;
}

#proceed, #proceed2 {
	text-align:right;
	visibility:hidden;
}

.totcost {
	line-height:45px;
	vertical-align:top;
	color:#09C;
}

#details p{margin:15px 10px;}

#panel2 p{margin:0 10px;}

.perroom {
	font-size:12px;
	color:#4D84C8;
	line-height:20px;
	vertical-align:bottom;
}

.droomrow {
	margin:0 auto;
	border:1px solid #09C;
	background-color:#FFF;
	margin-bottom:5px;
}
#dcol1 {
	float:left;
	width:135px;
	padding:4px;
}
#rtype{
	color:#669;
	font-size:13px;
	font-weight:600;
}
#rsleeps{
	color:#669;
	font-size:11px;
	font-weight:400;
	line-height:110%;
}

#dcol2{
	float:left;
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:1px;
}
#dday{
	width:76px;
	height:55px;
	float:left;
	text-align:center;
	border:1px solid #95B5D9;
	margin-right:2px;
	margin-top:2px;
}
.rdate {
	color:#609CCE;
	font-weight:500;
	background-color:#E1EBF4;
	display:block;
	height:20px;
}
.rprice {
	color:#4FDA2C;
	font-weight:600;
	font-size:14px;
	line-height:260%;
}
.rfull {
	color:#CCC;
}
.note {
	font-size:12px;
	color:#666;
	line-height:130%;
	padding-bottom:0px;
}

#dcol3{
	float:left;
	padding:3px;
	width:137px;
	text-align:right;
}

#droomscol{
	background-color:#E1EBF4;
	border:1px solid #95B5D9;
}
#droomscol img{
	margin-bottom:3px;
}

#droomscol select{
	color:#669;
	border:1px solid #09C;
	padding:1px;
}

#droomscol p{
	color:#669;
}

.roomselect {
	color:#039;
	font-weight:500;
	padding-right:12px;
}

.droomrows {
	color:#039;
	font-weight:500;
}

.troomprice {
	display:block;
	color:#FFF;
	text-align:center;
	background-color:#039;
	margin-top:5px;
}

/* -------- Nearby Hotels ------------- */

#nearby {
	background-color:#E2E4FF;
	padding:5px;
	padding-bottom:10px;
}

#nearby h3 {
    background-color: #ACD2EA;
    color: #4A81C4;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: 300;
    height: 140%;
    margin: 0;
    padding: 4px 1px 4px 7px;
    width: 99.1%;
	margin-bottom:15px;
}

#nearbycont {
    background-color: #F3F7FC;
    float: left;
    margin-left: 8px;
    width: 265px;
	padding:3px;
	border:solid 1px #ACD2EA;
}

#listname2 h4 {
	font-size:11px;
	font-weight:550;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
}
#listname2 a {
	color:#39C;
}
#listname2 a:hover {
	color:#F90;
}
#listname2 .address {
	font-size:11px;
	color:#369;
	text-transform:lowercase;
	line-height:22px;
	padding-bottom:2px;
	vertical-align:middle;
}
#listname2 .map {
	vertical-align:bottom;
}
#listname2 .dist {
	font-size:11px;
	color:#369;
	vertical-align:bottom;
	line-height:18px;
}
#listname2 .facilities {
	font-size:11px;
	color:#369;
	text-transform:lowercase;
	line-height:24px;
	vertical-align:bottom;
}



/* -------- IMAGE POPUP STYLE START ------------- */

.image-popout {
	position:relative;
	padding-top:0;
	margin:0;
}

.image-popout img {
	position:absolute;
	border:3px solid #f0f0f0;
	display:block;
}

.image-popout-shadow {
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	position:absolute;
	z-index:2;
}

.image-popout ul{
	padding:0;
	margin:0;
}

.image-popout li{
	float:left;
	margin-right: 7px;
	list-style:none;
}


/* Footer
============================================================================= */
#inner-footer {
	padding-left:100px;
  	width: 980px;
 	height: 75px;
  	margin: 0 auto;
	background-image:url(../images/footer2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#568E11;
	font-size:13px;
	text-align:left;
}

#inner-footer a {color:#568E11; text-decoration:none}  
#inner-footer a:hover {text-decoration:underline}
#inner-footer h3 { font-size:15px; margin:0}
#inner-footer h3 a { font-size:14px; margin:0; text-decoration:none; color:#568E11;}
#inner-footer h4 { font-size:15px;}

/* end of shaun*/
