/* --------------------------------------------- */
/* KEY                                           */
/* --------------------------------------------- */
/* 1.	Overall Setup                            */
/* 2.	Generics                                 */
/* 3.	Skiplinks                                */
/* 4.	Nav				                         */
/* 5.	Header                                   */
/* 6.	Overall Structure                        */
/* 7.	Templates		                         */
/* 7.1  -- Home			                         */
/* 8.	Footer		                             */
/* 9.	Basic Form Class                         */
/* 10.	ClearFix (Updated)                       */
/* --------------------------------------------- */

/* --------------------------------------------- */
/* 1. Overall Setup                              */

body { 
	color: #4A4A4A;	
	font-family: "Trebuchet MS", georgia, serif; 
	font-size:1em;
	margin: 0; 
	padding: 0; 
	/*text-align: center; */
	background: #FFF; 
}

a:link, a:visited { 
	color: #f57b20; 
	text-decoration: none; 
}
a:hover, a:active { 
	color: #f57b20; 
	text-decoration: underline; 
}

/* --------------------------------------------- */
/* 2. Generics	                                 */

.offScreen { 
	position: absolute;
	margin-left: -5000px; 
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img{
	border:none;
	display: block;
	
}

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


/*img { behavior: url(/a/htc/iepngfix.htc) } */

a {
	color: #ff6600;
}

address {
	font-style: normal;
}

table {
	font-size: 1em;
}



h1 {
	font-family: georgia, serif;
	font-size: 2.1em;
	margin: 0; 
	
}

h2 {
	font-family: georgia, serif;
	font-size: 1.3em;
	margin: 0 0 5px 0; 
	color: #630000;
	
}


h3 { 
	font-family: georgia, serif;
	font-size: 1.1em;
	color: #630000;
	margin: 5px 0; 
}


h4 {
	font-family: georgia, serif;
	font-size: 0.8em;
	line-height: 15px;
	color: #f57b20;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: georgia, serif;
	font-size: 1em;
	color: #630000;
}

h6 {
	font-family: georgia, serif;
	font-size: 1.2em;
	margin: 0; 
	
}

p {
	font-size:0.75em;
	margin: 0 0 1em 0;
}
 
div.coathanger{
	position:relative;
	height:2px;
}
div.contentHorizBurntBorder {
	position:absolute;
	top:0;
	left:20px;
	bottom: 0;
	width: 643px;
	height: 2px;
	background: url("/a/img/global/contentDivider.jpg") repeat-x;
}
/* --------------------------------------------- */
/* 3. Skip Links	                             */

/* This needs a width, height and overflow hidden to stop IE5 MAC from doing horizontal scroll */
#skipLinks, #styleSheetSwitcher { 
	padding: 0; 
	position: absolute; 
	right: 0px; 
	top: -500em;
}
#skipLinks a:active, #skipLinks a:focus { 
	position: absolute; 
	top: 500.25em; 
	right: 0.25em; 
	z-index: 5; 
	white-space: nowrap; 
	color: #000; 
	background: #FFF; 
	border: 2px solid red; 
	padding: 3px; 
}
	
/* --------------------------------------------- */
/* 4. Nav			                             */

ul#nav { 
	list-style-type: none; 
	margin: 8px 0 0 0; 
	padding: 0; 
	float: right; 
	/*margin-left: 205px;*/
	width: 728px;
	height: 34px;
	background: url(/a/img/global/nav/nav_bg.gif) 0 0 no-repeat;
}

ul#nav li { 
	height: 34px; 
	padding: 8px 10px;
	float: left; 
}

ul#nav li a { 
	color: #fff;
	height: 34px;
	font-family: georgia, serif;
	font-weight:bold;
	font-size:14px;
}
ul#nav li a:hover { 
	color: #f57b20;
	text-decoration:none;
}


ul#nav.home li.home a,
ul#nav.ourFoodAndDrink li.ourFoodAndDrink a,
ul#nav.ourRestaurants li.ourRestaurants a,
ul#nav.events li.events a,
ul#nav.news li.news a,
ul#nav.chefsInAction li.chefsInAction a,
ul#nav.contactUs li.contactUs a

{ 
	color: #f57b20;

}

/* --------------------------------------------- */
/* 5. Header                                     */

#header { 
	margin: 0px auto; 
	padding: 0; 
	position: relative; 
	width: 960px; 
	min-height: 137px; 
	height: auto !important; 
	height: 137px; 
	font-size: 0.7em;
	z-index: 1;
}

#header #headerInner { 
	position: absolute; 
	left: 0; 
	top: 0;
	width: 935px;
	z-index: 1; 
}

#header #headerInner #credentials { 
	float: right; 
	text-align: left; 
	width: 725px; 
	margin: 15px 0 0 0; 
}

#header #headerInner #credentials #accStatus { 
	float: left; 
	width: 275px; 
}

#header #headerInner #credentials ul#dateAndAccount { 
	list-style-type: none; 
	margin: 0; padding: 0; 
	float: right; 
	margin-right: 15px; 
}

#header #headerInner #credentials ul#dateAndAccount li { 
	height: 9px; 
	float: left; 
	margin-right: 10px; 
}

#header #headerInner #credentials ul#dateAndAccount li.last { 
	margin-right: 0px; 
}

#header #headerInner #credentials ul#dateAndAccount li a { 
	display: block; 
	height: 9px;
}




#header #headerInner #credentials ul#dateAndAccount li a:hover { 
	display: block; 
	height: 9px; 
	background-position: 0 -9px; 
}

#header #headerInner #credentials ul#dateAndAccount li.selected { 
	background-position: 0 -34px; 
}

#header #headerInner #headerRel { 
	position: absolute; 
	left: 0; top: 0; 
}
#header #headerInner #headerRel h1 { 
	margin: 0; 
}
#header #headerInner #headerRel h1 a img { 
	border: 0; 
}


 #siteSearch {
 	width: 240px;
 	float: right;
 	font-size: 1em;
 	margin-right: 40px;
 	font-family: georgia, sans-serif;
 	color: #630000;
 	position: relative;
 	top: -95px;
 }
 
#siteSearch form {
	float: left;
	margin: 1em 0;
}

#siteSearch form input {
	margin: 0 5px;
}

 
/* --------------------------------------------- */
/* 6. Overall Structure	                         */

#contentHome { 
	background: url(/a/img/home/contentTopBorderBlk.jpg) no-repeat 0 0; 
	margin: 0 auto; 
	padding: 10px 0 0 0; 
	width: 960px; 

}

#page {	
	margin: 0 auto;

	width: 900px; 
	text-align: left; 
}

/* --------------------------------------------- */
/* 7. TEMPLATES		                         	 */


/* --------------------------------------------- */
/* 7.1 Home				                         */

#flashContainer { 
	height: 305px; 
}

#bannerContainer {
	margin: -80px 0 0 0;
	text-align: left; 
	height: 218px;
	width: 675px;
	position: relative;	 
}

#bannerContainerRestaurants{
	margin: -80px 0 0 0;
	text-align: left; 
	height: 218px;
	width: 675px;
	position: relative;	 
}

#ourFoodBannerContainer {
	margin: 0 0 0 0;
	text-align: left; 
	height: 230px;
	width: 675px;
	position: relative;	 
}


.col { 
	float: left;
	width: 304px; 

}
#col-final {
	width: 300px;
	float: right;
}
.salmon { 
	width: 288px; 
}

.leftInner { 
/*	position: relative; */
	padding: 0 10px 0 0; 
	background: url(/a/img/home/salmon.jpg) no-repeat top left; 
}

.kidsComp {
	padding: 10px 10px 0 0; 
	background: url(/a/img/global/kidsPromoBg.jpg) no-repeat top left;
	height: auto !important;
	height: 103px;
	min-height: 103px;
}

.kidsComp p {
	width: 160px;
}


.centre { 
	background: url(/a/img/home/centreColBorderBlk.gif) 0 0 repeat-y; 
	height:350px;
}

.centreInner { 
	position: relative; 
	padding: 0 0 0 6px; 
	margin-top:-4px; 
	position: relative; 
}

.findOutMoreLink { 
	display: block; 
	position: absolute; 
	bottom: 0px; right:20px; 
}

.viewLink{
	display: block; 
/*	position: absolute; */
	margin-top: 0;
}

.featureBlock { 
	margin: 0 10px 10px 10px; 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #d5d5d5; 
}

.last { 
	border: 0; 
}

.christmasLink{
	background: url('../../img/global/christmasBalls.jpg') no-repeat 100% 100%;
	border-bottom: 1px solid #ddd;
}

/* --------------------------------------------- */
/*            Home Page Off Screen Links         */

.viewOurChristmas{
	background: url('/a/img/global/viewOurMenus.gif') no-repeat;
	height: 48px;
	width: 208px;
	margin: 5px 0 10px 0px;
}

.ourFoodAndDrinkTitle{
	background: url('/a/img/global/ourfoodAndDrinkHome.jpg') no-repeat;
	height: 20px;
	width: 150px;
	margin: 5px 0 5px 0;
}

.kidsCompTitle {
	background: url('/a/img/global/kidsCompetition.jpg') no-repeat;
	height: 19px;
	width: 118px;
	margin: 5px 0 5px 0;
}

.seasonalChargrill{
	background: url('/a/img/global/seasonalChargrillHome.jpg') no-repeat;
	height: 20px;
	width: 230px;
	margin: 5px 0 5px 0;
}

.findNearest{
	background: url('/a/img/global/findYourNearestHome.jpg') no-repeat;
	height: 20px;
	width: 230px;
	margin: 5px 0 5px 0;
}

.nectarPoints{
	background: url('/a/img/global/nectarPointsHome.jpg') no-repeat;
	height: 20px;
	width: 150px;
	margin: 5px 0 5px 0;
}

.premierInn{
	background: url('/a/img/global/premierInnHome.jpg') no-repeat;
	height: 20px;
	width: 85px;
	margin: 5px 0 5px 0;
}

.ourFoodAndDrinkH6{
	background: url('/a/img/global/ourFoodAndDrink.jpg') no-repeat;
	height: 20px;
	width: 150px;
	margin: 5px 0 5px 20px;
}

.tastingEvents{
	background: url('/a/img/global/tastingEvents.jpg') no-repeat;
	height: 20px;
	width: 110px;
	margin: 5px 0 5px 0;
}

.homeOfChargrilling{
	background: url('/a/img/global/homeOfChargrilling.jpg') no-repeat;
	height: 20px;
	width: 180px;
	margin: 5px 0 5px 0;
}

.findNearestH6{
	background: url('/a/img/global/findYourNearest.jpg') no-repeat;
	height: 20px;
	width: 230px;
	margin: 5px 0 5px 20px;
}

.signUpH6{
	background: url('/a/img/global/signUpForChargrill.jpg') no-repeat;
	height: 20px;
	width: 170px;
	margin: 5px 0 5px 20px;
}

.nectarPointsH6{
	background: url('/a/img/global/nectarPoints.jpg') no-repeat;
	height: 20px;
	width: 150px;
	margin: 5px 0 5px 20px;
}

.premierInnH6{
	background: url('/a/img/global/premierInn.jpg') no-repeat;
	height: 20px;
	width: 85px;
	margin: 5px 0 5px 20px;
}

.archiveH6{
	background: url('/a/img/global/archives.jpg') no-repeat;
	height: 20px;
	width: 85px;
	margin: 5px 0 5px 20px;
}

.guestRelationsH6{
	background: url('/a/img/global/guestRelations.jpg') no-repeat;
	height: 20px;
	width: 85px;
	margin: 5px 0 5px 20px;
}

.registeredOfficeH6{
	background: url('/a/img/global/registeredOffice.jpg') no-repeat;
	height: 20px;
	width: 85px;
	margin: 5px 0 5px 20px;
}


.drinksH6{
	background: url('/a/img/global/drinks.jpg') no-repeat;
	height: 20px;
	width: 85px;
	margin: 5px 0 5px 0px;
}

.makeYourChristmasH6{
	background: url('/a/img/ourFoodAndDrink/makeYourChristmas.gif') no-repeat;
	height: 61px;
	width: 228px;
	margin: 5px 0 10px 0px;
}

.viewChristmasMenusH6{
	background: url('/a/img/global/viewChristmasMenusH6.gif') no-repeat;
	height: 17px;
	width: 186px;
	margin: 5px 0 5px 20px;
}

/* --------------------------------------------- */
/* 8. Footer		                             */

#footer { 
	width: 960px; 
	margin: 0 auto; 
	font-size: 0.7em; 
	background: url(/a/img/global/footerBG.gif) no-repeat -10px 0; 
	min-height: 37px; 
	height: auto !important; 
	height: 37px; 
}
#footer ul { 
	list-style-type: none; 
	margin: 0 30px; 
	padding:14px 0; 
	width: 900px; 
}
#footer ul li { 
	border-right: 1px solid; 
	color: #D0D0D0; 
	float: left; 
	margin-right: 10px; 
	padding-right: 10px; 
}
#footer ul li a { 
	color: #D0D0D0; 
}
#footer ul li a:hover { 
	color: #F58220; 
	text-decoration: none; 
}

#footer ul li.last { 
	border: 0; 
	margin-right: 0; 
}

#footer ul li.copyright {
	float: right;  
	margin-right: 70px; 
	border: 0; 
	padding: 0;
}

/* --------------------------------------------- */
/* Forms                                         */

form.basicForm {
	display: inline;
}

form.basicForm fieldset {
	border: none;
	padding: 0; 
	margin:0;
}

form.basicForm fieldset legend {
/*	display: none;
*/	font-size: 0.8em;
	padding: 0; 
	margin: 0;
}

form.basicForm  .row {
	margin:  5px 0;
	clear: both;
}

form.basicForm .row .label {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	font-size: 0.8em;
	
}

form.basicForm .errorMessage{
	color: #ff0000;
}


form.basicForm .row .input input {
	font-size: 0.8em;
	
}

form.basicForm .row p.submit {
	width: 160px;
	margin-left:100px;
}


button.callToAction, a.callToAction	{
	font-family: georgia, serif;
	font-size: 0.8em;
	font-weight: bold;
	background: none;
	border: none;
	color: #f57b20;
	padding:0 10px 0 0;
	text-transform: uppercase;
	background: url("/a/img/global/orangeArrow.gif") no-repeat 100% 50%;
}

button.callToAction:hover{
	text-decoration: underline;	
}


/* --------------------------------------------- */
/* 10. ClearFix	                                 */

.clearFix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}

.clearFix { 
	display:inline-block;
} /* ie7 */

	/* Hide from IE Mac \*/
.clearFix {
	display:block;
}
	/* End hide from IE Mac */


/*--------------------------------------------------*/
/* Sidebar Panel;                                   */

#contentContainer #sideBar {
	width: 258px;
	float: left;
	position: relative;
	left: 0px;
	top:0;

}



#contentContainer #sideBar .sideBarPanel {
	width: 239px;
}

#contentContainer #sideBar .sideBarPanel h6,
#contentContainer #sideBar .sideBarPanel p {
	padding-left: 20px;
}

#contentContainer #sideBar .sideBarPanel p {
	width: 140px;
}

#contentContainer #sideBar .sideBarPanel form {
	float: left;
	width: 140px;
}

#contentContainer #sideBar .sideBarPanel form input {
	width: 120px;
	margin-bottom: 5px;
}

#contentContainer #sideBar div.sideBarHorizBurntBorder {
	position: relative;
	bottom: 0;
	left: 2px;
	width: 238px;
	height: 3px;
	margin: 0;
	background: url("/a/img/global/sideDivider.jpg") repeat-x 0 0;
}

#contentContainer #sideBar .sideBarPanel.foodDrinkNoBg,
#contentContainer #sideBar .sideBarPanel.findBeefeater,
#contentContainer #sideBar .sideBarPanel.foodDrink,
#contentContainer #sideBar .sideBarPanel.signUp,
#contentContainer #sideBar .sideBarPanel.nectar,
#contentContainer #sideBar .sideBarPanel.premierInn {
	position: relative;
	padding-bottom: 1em;
	margin-top: 10px;
}

#contentContainer #sideBar .sideBarPanel.foodDrink p {
	width: 100px;
}

#contentContainer #sideBar .sideBarPanel.foodDrinkNoBg {
}

#contentContainer #sideBar .sideBarPanel.findBeefeater {
	background: url("/a/img/ourRestaurants/findBeefeaterBG.jpg") no-repeat 100% 100%;
}

#contentContainer #sideBar .sideBarPanel.foodDrink {
	background: url("/a/img/ourRestaurants/foodDrinkBG.jpg") no-repeat 100% 100%;
}

#contentContainer #sideBar .sideBarPanel.signUp {
	background: url("/a/img/ourRestaurants/signUpBG.jpg") no-repeat 100% 100%;
}

#contentContainer #sideBar .sideBarPanel.christmas {
	background: url("/a/img/global/christmasSideBar.gif") no-repeat 100% 100%;
}

#contentContainer #sideBar .sideBarPanel.vouchersPromo {
	text-align:center;
}

#contentContainer #sideBar .sideBarPanel.nectar {
	background: url("/a/img/global/nectarLogo.jpg") no-repeat 98% 85%;
	
}

#contentContainer #sideBar .sideBarPanel.premierInn {
	background: url("/a/img/global/premierInnLogo.jpg") no-repeat 99% 85%;
	height: 100px;
}	

#contentContainer #sideBar .sideBarPanel.nectar p,
#contentContainer #sideBar .sideBarPanel.premierInn p {
	width: 125px;
}
a.partof{
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	background:url('/a/img/global/tt-part-of-whitbread.gif') no-repeat top left;
	text-align:left;
	height:19px;
	width:160px;
}






#tour {
	color: #ffc222;
	background: #c2392c url(/a/img/events/tour/bg.jpg) 0 0 no-repeat scroll;
	margin: 0 13px 50px 0;
	padding: 0 0 15px 0;
}
#tour_intro {
	padding: 195px 30px 10px 30px;
}
#tour_intro p {
	font-size: 11pt;
	line-height: 15pt;
	color: #ffc222;
	background-color: inherit;
	font-family: Clarendon, Georgia, 'Times New Roman', Times, serif;
}
#tour_intro p strong, #tour_intro p b {
	color: #FFF;
	background-color: inherit;
}
#tour_dates {
	margin: 0 15px 0 15px;
	padding: 10px;
	color: #FFF;
	background-color: #270202;
}
#tour_dates table {
	color: #FFF;
	background-color: #270202;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
}

#tour_dates th {
	font-size: 8.5pt;
	line-height: 12pt;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-align: left;
	border-bottom: 2px solid #a51424;
}
#tour_dates td {
	font-size: 8.5pt;
	line-height: 12pt;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #a51424;
}
#tour_dates .date_town {
	width: 145px;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	font-family: Clarendon, Georgia, 'Times New Roman', Times, serif;
}
#tour_dates .date_town .town {
	color: #ffc222;
	background-color: inherit;
}
#tour_dates .location {
	width: 170px;
	font-size: 10pt;
}
#tour_dates .address {
	padding-right: 20px;
}

#tour_dates .address a {
	color: #fff;
	background-color: inherit;
	border-bottom: 1px dotted #fff;
}
#blockUI_head {
	padding: 20px 20px 10px 20px;
	background-color: #FFF;
}
#blockUI_body {
	margin: 5px 19px 19px 19px;
	border: 1px solid #cfcfcf;
	color:inherit;
	background-color: #FFF;
}

#blockUI_head span {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: right;
	width: 16px;
	height: 16px;
	background-image: url(/a/img/global/replace.blockui_close.span.gif);
	background-position: 0pt 0pt;
	background-repeat: no-repeat;
	background-attachment: scroll;
	cursor: pointer;
}
.break {
	clear: both;
	height: 0px;
	position: relative;
	font-size: 0px !important;
	line-height: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.hidden {
	display: none;
}


.gmap_town {
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
}
.gmap_date {
	font-size: 9pt;
	line-height: 13pt;
}
.gmap_addr {
	font-size: 8pt;
	line-height: 12pt;
}
#mapbox {
	border-width: 0 !important;
	outline-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}


* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
