/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/*
==========================General=============================*/
html {
	height: 100%;
	margin-bottom: 1px;
	background-image: url(../images/grey_bgnd.gif);
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
    font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0;
	color: #000000;
	text-align: center;
}
ul {
    list-style: none;
}
dl {
	margin: 0.5em 0;
	line-height: 140%;
}
p {
    margin-bottom: 0.5em;
    font-size: 1.0em;
	color: #333333;
	font-weight:normal;
    text-decoration: none;
}
a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}
a:focus {
    outline: none;
}

hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

img {
    border: none;
}

strong {
    font-weight:bold;
}

ol {
    list-style-type: decimal;
    padding-left: 25px;
}
li {
    display: list-item
}

td {
    border-width: 0px;
}

th {
    border-width: 0px;
}

tr {
    border-width: 0px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    font-size: 1.1em;
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#header {
    position: relative;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 900px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
    padding-left: 55px;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 340px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 573px;
}
#layout-rightCol #middleCol {
    width: 573px;
}
#layout-noCols #middleCol {
    width: 798px;
}
#leftCol {
    float: left;
    width: 225px;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 225px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
}

/*
=========================Header===============================*/
#header {
}
#header .wrapLeft {
}
#header .wrapRight {
}

#header .wrap {
    position: relative;
    height: 295px;
    margin:0px auto;
    background: #ffffff url('http://www.seattletoursaver.com/themes/ts_seattle/images/seattlebanner01.jpg') left top no-repeat;
}
#header span#logo {
    font-size: 3.0em;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
}
#inner-wrapper .inner-container {
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #333333;
}

/*
======================Main Content============================*/
#content h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
	font-weight: bold;
}
#content h1.pageTitle {
    background-image: url(../images/backgrounds/underlines.gif);
	background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 1.4em;
	color: #4264ac;
	margin-top:0;
	margin-bottom: 10px;
	padding-left: 25px;
	height: 35px;
}
#content h1.highlight {
    font-size: 1.4em;
    color: #d22626;
    margin-top:0;
	margin-bottom: 5px;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style: none;
    list-style-position: inside;
}
#content li {
    padding-left: 0.5em;
    list-style: none;
}

#content h2 {
    font-size: 1.2em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
}

#content a,  #content h2 a {
    color: #333333;
    text-decoration: underline;
}

#content h2 a {
    color: #08338C;
    text-decoration: underline;
}

#content a:hover, #content h2 a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}

#content h2 a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}

#content #highlightbox {
    background-color: #EEEEEE;
}

#content #highlightbox h2{
    font-size: 1.2em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 0;
	margin-left: 12px;
}
/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    width:300px;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer .wrapLeft {
}
#footer .wrapRight {
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #000000;
    font-size: 10px;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #072d7a;
    color: #08338C;
}
.error, .required {
    color: #FF3300;
}
.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #08338C;
    color: #fff;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 98%;
}
.wideButton {
    width: 8em;
}
#confirm { font-size: 1.1em; width: 9em; font-weight: bold; }
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #FFFFFF;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.blockContainer {
    margin-bottom: 1.5em;
}
.blockHeader {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #8FA0D0;
    color: #8FA0D0;
    font-weight: bold;
}
.blockHeader h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
}
.blockContent {
    font-size: 1.0em;
}

.blockContent ul li{
    font-size: 1.0em;
	color: #333333;
	font-weight:normal;
	margin: 0;
	padding: 0;
	list-style:none;
}


.blockTitle {
    background-image: url(../images/backgrounds/underlines.gif);
	background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 1.6em;
    font-family: Verdana, Helvetica, sans-serif;
	color: #08338C;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 15px;
	padding-left: 25px;
	height: 35px;
}

.blockh1 {
    font-size:138.5%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #08338C;
    margin-top:0;
    margin-bottom: 5px;
    font-weight: bold;
}

.blockRightH1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 20px;
}

.blockTitleHide {
    visibility: hidden;
    height: 0;
}

.blockLeftContent {
    padding: 0;
    margin: 0;
    padding-right: 20px;
    font-size: 1.0em;
    border-right-color: #08338C;
    border-right-style: solid;
    border-right-width: 1px;
}

.blockLeftContent h1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
    color: #08338C;
    margin-top:0;
	margin-bottom: 5px;
	font-weight: bold;
}

.blockRightContent {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    font-size: 10px;
}

.blockListContent {
    padding: 0;
    margin: 0;
    font-size: 1.0em;
    padding-left: 0px;
}

.blockListContent ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
    padding: 0;
}

.blockListContent ul li {
    margin: 0;
    padding: 0;
    color: #333333;
	font-weight:normal;
	list-style-type: none;
	list-style-image: none;
    padding-bottom: 2px;
    list-style-position: outside;
}

.blockListContent ul li a{
	color: #333333;
    text-decoration: underline;
}

.blockListContent ul li a:hover{
	color: #8FA0D0;
    text-decoration: underline;
}

#leftCol .content a, #rightCol .content a {
    color: #333333;
    text-decoration: underline;
}

#leftCol .content a:hover, #rightCol .content a:hover {
    color: #8FA0D0;
    text-decoration: underline;
}

.newsBody {
    padding-left:25px;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

#nav {
    position: relative;
    padding-left:90px;
    height: 55px;
    font-size: 1.1em;
    background: #ffffff;
    z-index:99;
}
#nav .inner {
    height: 2.5em;
    padding-left: 0;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    list-style: none;
    float: left;
    padding-left: 0;
}
#nav li a {
    display: block;
    padding: 0.5em 1em;
    font-weight: normal;
    color: #08338C;
    text-decoration: none;
}
#nav li a:hover {
    text-decoration: none;
}

#nav li.current a {
    color: #08338C;
}

#nav li.current a:hover {
    text-decoration: none;
}

 #nav ul li ul {
        position: absolute;
        width: 12em;
        left: -999em;
        margin: 0 0 0 0;
        color: #08338C;
        background: #FFFFFF;
        -moz-opacity: 0.95;
        border:1px solid #DFDFDF;
}
    #nav li ul a {
        font-weight: normal;
        color: #08338C;
        cursor: default;
        text-align: center;
        text-decoration: none;
    }

    #nav li.current ul a {
        font-weight: normal;
        color: #08338C;
        cursor: default;
    }
    #nav li ul a:hover {
        text-decoration: underline;
        border: none;
        text-decoration: none;
    }
    #nav ul li:hover ul, #nav ul li.sfhover ul {
        left: 1px;
    }
    #nav ul li ul ul {
        margin: -1.5em 0 0 12em;
    }
    #nav ul li ul li {
        width: 12em;
    }
    #nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul {
        left: -999em;
    }
    #nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul {
        left: auto;
    }
/******************************************************************************/
/*                        Restaurant Review STYLE CSS FILE                    */
/******************************************************************************/
/*
Theme  : TourSaver Seattle
Author : Michael K. Alber <malber@interactdigitalmedia.com>
         Web Search + Design LLC
Version: 1.0
Date   : 2007/01/01
*/

td#center {
  padding: 0 5px;
  width: 246px;
}
td#left {
  padding: 0 5px;
  width: 246px;
}
td#right {
  padding: 0 5px;
  width: 246px;
}
#footer {
  clear: both;
}



#left h1{
    color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../images/backgrounds/dealcolumn1.gif);
	background-repeat: no-repeat;
    background-position: top center;
	margin-bottom: 4px;
	}

#center h1 {
    color: #ffffff;
	text-align: center;
	background-image: url(../images/backgrounds/dealcolumn2.gif);
	background-repeat: no-repeat;
    background-position: top center;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.2em;
	}

#right h1 {
    color: #ffffff;
	text-align: center;
	background-image: url(../images/backgrounds/dealcolumn3.gif);
	background-repeat: no-repeat;
    background-position: top center;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.2em;
	}

#left h2, #center h2, #right h2 {
    font-size: 1.1em;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 4px;
}

#left p, #center p, #right p{
    font-size: 1.1em;
	color: #333333;
	font-weight:normal;
}

#left ul li, #center ul li, #right ul li{
    font-size: 1.1em;
	color: #333333;
	font-weight:normal;
	display: inline;
	margin: 0;
	padding: 0;
}

#options {
    float: right;
    width: 180px;
    background: #0445f7;
    border: 1px solid #666666;
}

#heading {
    background-image: url(../images/backgrounds/underlines.gif);
	background-repeat: no-repeat;
    background-position: bottom left;
}

h1#heading {
    font-size: 1.6em;
	color: #4264ac;
	margin-top:0;
	margin-bottom: 15px;
	padding-left: 25px;
	height: 35px;
}

#leadRestaurant {width: 675px; margin:0px auto;}
     /*** This can be floated left or right ***/

#leadRestaurantfirst-col {float: left; width: 45%; }
     /*** This can be floated left or right ***/

#leadRestaurantsecond-col {margin-left: 45%; padding-left: 20px;}
     /*** This gets margined the same direction
        as div.first-col gets floated ***/

#leadRestaurantfirst-col h1, #leadRestaurantsecond-col h1 {
	font-size: 1.6em;
	color: #4264ac;
	margin-top:0;
	margin-bottom: 5px;
	padding-left: 10px;
}


#leadRestaurantfirst-col h2, #leadRestaurantsecond-col h2 {
	font-size: 1.2em;
	color: #4264ac;
	margin-top:0;
	margin-bottom:0;
	padding-left: 10px;
}


#leadRestaurantfirst-col p, #leadRestaurantsecond-col p {
	font-size: 1.0em;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	padding-left: 10px;
}