/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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(/images/gui/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}



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

*/

body {
	overflow-x:hidden;
}

#TB_window {
	position: absolute;
	z-index: 102;
	display: none;
	text-align: left;
	top: 460px;
	left: 50%;
	margin-bottom: 50px !important;
	background: url(/images/backgrounds/thickbox-shadow694x847.png) 17px 243px no-repeat;
	overflow-x:hidden;
}

#menu-card {
	background: url(/images/backgrounds/content-paper102x102.jpg) #EFEAE4 repeat;
	width: 656px;
	height: 940px;
}

#menu-card p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.7em;
	margin:0 50px 15px 50px;
}

p.menu-nav {
	text-align:center;
	margin:0;
	padding:0;
	font-size:1em;
	color:#555;
	line-height:normal;
	margin-bottom:20px;
	margin-top:-10px;
	}
	
p.menu-nav a:link,
p.menu-nav a:visited,
p.menu-nav a:active {
	color:#555!important;
	text-decoration:underline;
	}	
p.menu-nav a:hover {
	color:#555!important;
	text-decoration:none;
	}		
	
	
ul.menu-nav li {
	float:left;
	display:inline;
	margin-right:10px;
	}	
	
.menu {
	overflow:hidden;
	}

/* Menu definition list */

dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	#menu-card dl {		
		overflow:hidden;
		width:600px;
		margin-left:25px;
		margin-bottom:15px;
		}
	#menu-card dl dt {
		text-align:left;
		line-height:normal;
		float:left;
		width:100%;
		text-transform:uppercase;
		}
	#menu-card dl dd {
		float:left;
		width:75%;
		}
	#menu-card dl dd.price {
		float:right!important;
		width:25%;
		text-align:right;
		}


* 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;
}

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

#TB_closeWindow{
	background: url(/images/backgrounds/content-paper102x102.jpg) #EFEAE4 repeat;
	position: relative;
	top: 30px;
	left: -20px;
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	background: url(/images/backgrounds/content-paper102x102.jpg) #EFEAE4 repeat;
	width: 596px;
	position: relative;
	top: 100px;
	left: -33px;
	text-align:right;
	float:right;
	padding: 30px;
	color: #797A7A;
}

#TB_closeWindowButton {
	display: block; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size: 0; 
	width: 100%; 
	height: 13px; 
	color: #F0ECE5;
	background: url(/images/gui/closex.gif) right 0 no-repeat;
}

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

#TB_title{
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height: 160%;
	font-size: 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;
}


/* Menu Card Styles */

#TB_ajaxContent a, #TB_ajaxContent a:link {
	color: #3B4531;
}

#TB_ajaxContent {
	color: #5C5E5F;
	padding: 35px;
}


#TB_ajaxContent h4 {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0;
	padding:0;
}


#TB_ajaxContent h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.0em;
	margin: 11px 0 -7px 0;
}

#TB_ajaxContent hr {
	margin: 17px auto 20px auto;
	background: #C9CCD0;
	width: 50%;
	height: 1px;
}

#TB_ajaxContent table {
	width: 90%;
	position: relative;
	left: 20px;
}

#TB_ajaxContent .price {
	text-align: right;
}

#TB_ajaxContent .menu-card-items {
	width: 430px;
}

#TB_ajaxContent td {
	padding: 0 0;
}

.printthismenu {
	text-align: center;
}

#logo-big {
	position: relative;
	top: 0;
	left: 50%;
	background: url(/images/logo/logo118x116.png) no-repeat;
	width: 118px;
	height: 116px;
	margin-left: -64px;
	
}

