/******** Layout ***/
body{
	background: #fff url('/images/body_background_food.jpg') no-repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
}
body.mceContentBody{
	background: #fff;
}
html, body {
	height: 100%;
}
#wrapper { /* div you want to stretch */
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#wrapper{
	width:800px;
	margin:0 auto;
	overflow: hidden; 
	background: url(/images/wrapper_bg_white.png);
}
#sidebar{
	width:200px;
	background: #fff;
	/*margin-bottom: -2000px; 
	padding-bottom: 2000px;*/
	float:left;
}
#main{
	margin-left: 50px;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	float:left;
	width:491px;
	background: #fff;
	border-left:2px solid #7B1323;
	border-right:2px solid #7B1323;
}
#errorWrapper{
	width:90%;
	margin: 5% auto;
	background: #f5eedb;
	padding: 2em;
	overflow: auto;
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
}
#errorWrapper pre{
	font-size: 1em;
}


@media only screen and (max-width: 900px) {
	#footerBasket {
		position: static!important;
	}
}

div.fb-button,
div.tw-button {
	background: url('/images/icons/facebook.png');
	width: 24px;
	height: 24px;
	float: right;
	margin: 7px 10px 0 0;
}
div.tw-button {
	background: url('/images/icons/twitter.png');
}
div.fb-like {
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 2px;
	filter: alpha(opacity = 0);
	opacity: 0;
}

div.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	overflow: hidden;
	float: left;
}

div.background img {
	max-height: 100%;
}

/******** Global config ***/
h1,h2,h3,h4 {
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: #7a2332;
}	
h1{ 
	font-size: 1.4em; 
	font-weight: bold;
	margin-bottom: .8em;
}
h2{
	font-size: 1.2em;
	margin:1em 0 .5em;
}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

p{
	margin-bottom: 1em;
	line-height: 1.6em;
}
#content ul,#content ol{
	margin:.5em 0 1em 2.5em;
}
#content ul	{list-style: disc;}
#content ol	{list-style: decimal;}

a{
	color:#7B1323;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}
.nowrap		{white-space:nowrap;}
.green		{color: green;}
.red		{color: red;}

hr{
	border:none;
	border-top: 1px solid #999;
	height: 1px;
	margin: 1em auto;	
}

/******** Header ***/
#header{
	background: #7B1323;
	text-align: center;
}
#loader{
	position: fixed;
	right:0;
	top:0;
	padding: 2px 5px;
	background: #7B1323;
	color: #fff;
	line-height: 16px;
	display: none;
}
#loader img{
	vertical-align: middle;
}

/******** Main menu ***/
#main #navigation{
	float: left;
	padding: 1em 1em 0 0;
}
#main #navigation li{
	float: left;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #7B1323;

}
#main #navigation li.first{
	border-left: none;
	padding-left: 5px;
}
#main #navigation li a{
	font-weight: bold;
	text-transform: uppercase;
	
	padding-bottom: 2px;
}

#main #navigation li a:hover,
#main #navigation li a.selected
{
	background: url('/images/fade_line.png') no-repeat bottom right;
}

/******** Content ***/
#content{
	padding: 15px;
}
#content .boxHalf{
	width: 200px;
	margin-right: 10px;
	float:left;
}
#content .boxHalf fieldset div{
	margin-bottom: 5px;
}
#content .boxHalf label{
	display: block;
	width: 70px;
	float: left;
	line-height: 1.8em;
}
#content .boxHalf input.text{
	width:100px;
}

/******** Sidebar ***/
#sidebar{
	padding-bottom: 2em;
}
#sidebar #login{
	background: #fff;
	height: 150px; /* Fixed height so it looks sweet when logged in compared with not logged in */
	/*overflow:hidden;*/
	color:#7B1323;
}
#sidebar #login fieldset{
	padding:10px;
}
#sidebar #login fieldset div{
	margin-bottom: 6px;
}
#sidebar #login label{
	color:#7B1323;
	width: 45px;
	float:left;
	display: block;
	line-height: 1.7em;
}
#sidebar #login input.text{
	border:1px solid #7B1323;
	padding:2px;
	font-size: 1em;
	width: 90px;
}
#sidebar #loggedin{
	padding: 10px;
}

#sidebar #menu{
	width: 178px;
	margin: -3px 0 20px 20px;	
	padding: 5px 0 0 0;
	background: url('/images/menu_background.png') repeat-y;
	min-height: 280px;
}
#sidebar #menu dl#menuTabs{
	float:right;
	width: 33px;
}
* html #sidebar #menu dl#menuTabs{
	width: 34px;
}
#sidebar #menu dt{
	margin-bottom: -3px;
	margin-left: -1px;
}
* html #sidebar #menu dt{
	margin-left: 0px;
}
#sidebar #menu dd{
	padding:1px 5px;
	color: #7B1323;
}
#sidebar #menu dd.description{
	font-weight: bold;
	margin-bottom: 2em;
}

#sidebar img#creditcards{
	display: block;
	margin: 1em 0 1em 35px;
}
#sidebar #print{
	text-align: center;
	padding-right: 40px;
}
#sidebar #print a{
	display: block;
}
#sidebar .newRestaurant{
	font-weight: bold;
	color: #7B1323;
	text-transform: uppercase;
}

/******** Footer ***/
#footer{
	background: url(/images/wrapper_bg_white.png);
	color: #fff;
	width: 800px;
	margin:0 auto;
	padding: 1px 0;
}
#footer #footerLeft{
	width: 155px;
	text-align: center;
	padding: 3em 0;
}
#footerBasket{
	position: fixed;
	left: 0;
	bottom:0;
	text-align: right;
	float: right;
	background: #7B1323;
	width: 100%;
	color: #fff;
	height: 35px;
}
#footerBasket div{
	padding: 0 60px 0 0;
	line-height: 35px;
	width: 745px;
	margin: 0 auto;
	font-size: 1.4em;
	font-weight: bold;
}
#footerBasket img{
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 5px;
}
#footer a,
#footerBasket a{
	color:#fff;
	text-decoration: underline;
}
* html #footerBasket{
	position: absolute;
	top:expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop
		+(documentElement.clientHeight-this.clientHeight) 
		: document.body.scrollTop
		+(document.body.clientHeight-this.clientHeight));
}

/******** Messages ***/
ul.msg{
	margin:1em 0 1em 0;
	border: 2px solid #e8d88c;
	padding: .5em 1em;
	background: #fff;
}
#content ul.msg{
	margin:1em 0 1em 0;
}
ul.msg li{
	line-height: 1.8em;
	padding-left: 25px;
	list-style: none;
}
ul.msg li.error{
	color:red;
	background: url(/images/icons/error.png) no-repeat left center;
}
ul.msg li.success{
	color:green;
	background: url(/images/icons/tick.png) no-repeat left center;
}
ul.msg li.info{
	background: url(/images/icons/information.png) no-repeat left center;
}


/******** Tables ***/
table{
	margin-left: -5px;
	/*margin-top: -1.5em;*/
}
table th,td{
	padding:3px 5px;
}
table th{
	color:#7B1323;
	border-bottom: 2px solid #7B1323;
	font-weight: bold;
	background: #fff;
	padding-top: 1em;
}
td.price{
	white-space:nowrap;
}
td span.name{
	display: block;
	font-weight: bold;
}
tfoot td{
	border-top: 1px solid #7B1323;
	background: #fff;
	font-weight: bold;
}

/******** Forms ***/
select{
	font-size: 1em;
}
input.text{
	font-size: 1em;
	padding: 2px;
	border: 1px solid #7B1323;
}
input.text.date{
	width:80px;
}
fieldset.standard div{
	margin-bottom: .2em;
}
fieldset.standard label{
	width: 150px;
	float: left;
	display: block;
	line-height: 1.8em;	
}
fieldset.standard input.text{
	width: 150px;
	padding:2px;
}
fieldset.standard textarea{
	width:200px;
	font-size: 1em;
	padding:2px;
}
fieldset.standard span{
	display: block;
	margin: .1em 0 .7em 150px;
	color: #666;
}
fieldset.standard span span{
	display: inline;
	margin: auto;
}
fieldset.standard span span.green	{color: green;}
fieldset.standard span span.red		{color: red;}

/******** Buttons ***/
.btn{
	font-size: 1em;
	font-weight:bold;
}
a.btn{
	font-size: .95em;
	padding: 2px 5px;
}
.btn-image{
	text-indent: -9999px;
	background-repeat: no-repeat;
	border: none;
	background-color: #fff;
	vertical-align: middle;
	background-position: 50% 50%;
	cursor: pointer;
}
/*#btn-next			{background-image: url('/images/buttons/next.png'); width: 26px; height: 16px;}
#btn-next:hover		{background-image: url('/images/buttons/next-hover.png');}
.btn-vidare			{background-image: url('/images/buttons/vidare.png'); width: 70px; height: 20px;}
.btn-vidare:hover	{background-image: url('/images/buttons/vidare-hover.png');}
.btn-tillbaka		{background-image: url('/images/buttons/tillbaka.png'); width: 70px; height: 20px;}
.btn-tillbaka:hover	{background-image: url('/images/buttons/tillbaka-hover.png');}
.btn-laggtill		{background-image: url('/images/buttons/laggtill.png'); width: 70px; height: 20px;}
.btn-laggtill:hover	{background-image: url('/images/buttons/laggtill-hover.png');}
.btn-bekrafta		{background-image: url('/images/buttons/bekrafta.png'); width: 230px; height: 20px;}
.btn-bekrafta:hover	{background-image: url('/images/buttons/bekrafta-hover.png');}
.btn-bekrafta-invoice		{background-image: url('/images/buttons/bekrafta-invoice.png'); width: 230px; height: 20px;}
.btn-bekrafta-invoice:hover	{background-image: url('/images/buttons/bekrafta-invoice-hover.png');}
.btn-bekrafta2		{background-image: url('/images/buttons/bekrafta2.png'); width: 70px; height: 20px;}
.btn-bekrafta2:hover	{background-image: url('/images/buttons/bekrafta2-hover.png');}
.btn-blimedlem		{background-image: url('/images/buttons/blimedlem.png'); width: 70px; height: 20px;}
.btn-blimedlem:hover{background-image: url('/images/buttons/blimedlem-hover.png');}
.btn-skickalosen		{background-image: url('/images/buttons/skickalosen.png'); width: 100px; height: 20px;}
.btn-skickalosen:hover	{background-image: url('/images/buttons/skickalosen-hover.png');}
.btn-loggain		{background-image: url('/images/buttons/loggain.png'); width: 55px; height: 20px;}
.btn-loggain:hover	{background-image: url('/images/buttons/loggain-hover.png');}
.btn-laggikundvagnen		{background-image: url('/images/buttons/laggikundvagnen.png'); width: 100px; height: 20px;}
.btn-laggikundvagnen:hover	{background-image: url('/images/buttons/laggikundvagnen-hover.png');}
.btn-visadag		{background-image: url('/images/buttons/visadag.png'); width: 55px; height: 20px;}
.btn-visadag:hover	{background-image: url('/images/buttons/visadag-hover.png');}*/


/******** Buy related ***/
.add_to_basket{
	margin: .5em 0;
	text-align: left;
	background: #7B1323;
	color: #fff;
	padding: 3px;
	vertical-align: middle;
}
.add_to_basket input{
	float: right;
}
.add_to_basket a{
	color:#fff;
	text-decoration: underline;
}
.add_to_basket .add_to_basket_minicart{
	width: 350px;
	float: left;
	line-height: 20px;
	vertical-align: middle;
}
.add_to_basket input{
	font-size: 1em;
}
input.qty{
	width:20px;
	font-size: 1em;
	text-align: center;
}

/******** Pagination control ***/
.paginationControl{
	margin: 1em 0;
	text-align: center;
}
.paginationControl a, .paginationControl span{
	padding: 2px;
	font-size: 1.1em;
}
.paginationControl span.active{
	font-weight: bold;
}

/******** Page specific and others ***/
table#grouporder{
	width:auto;
	margin:.5em 0 1em 150px;
}
table#grouporder td{
	vertical-align: middle;
}
#blurbs{
	margin-top:1em;
	width: 448px;
}
.blurb_special{
	padding-top: 120px;
	background-repeat: no-repeat;	
	padding-right: 210px;
}
a.cmsEditLink{
	display: block;
	position: absolute;
	border-top:1px solid #f5f5f5;
	width: 600px;
	text-align: right;
	float: right;
}
.restaurantBigImageInline{
	margin-left: -15px;
}

#svanenklubben{
	position: absolute;
	margin-left:-173px;
	margin-top: -110px;
}


/******** City popup ***/
#citypopup { position: absolute; z-index: 15; }
#citypopup a.btn-city { width: 164px; height: 164px; display: block; float: left; margin: 0px 4px 0px 4px; }
#citypopup a.btn-uppsala { background-image:url('/images/buttons/uppsala.jpg'); }
#citypopup a.btn-uppsala:hover { background-image:url('/images/buttons/uppsala-hover.jpg'); }
#citypopup a.btn-stockholm { background-image:url('/images/buttons/stockholm.jpg'); }
#citypopup a.btn-stockholm:hover { background-image:url('/images/buttons/stockholm-hover.jpg'); }


