
body {margin:0;padding:0;text-align:center; background: url('../img/body_bg.png') repeat-x 0 1.5em;}
a img {border:0}

/* Layout */
#wrapper {width:56em;text-align:left;margin:0 auto}
#columns {width:56em; margin-top: 1em;float:left;}
#mainContent {width:26.5em; float:left;}
#sidebarB {width:17em; float:right;}
#sidebarA {width:11em; float:left;}


/* show/hide sidebar */
.noSidebarA #sidebarA {display:none}
.noSidebarA #mainContent {margin: 0 0 0 1.5em;width:35.5em;}
.noSidebarB #sidebarB {display:none}
.noSidebarB #mainContent {margin:0;width:41em;}
.noSidebarAB #mainContent {margin: 0 2em 0 1.5em;width:52.5em;}

/* topbar, quickinfo */
#quickInfo {text-align:center;width:100%;background:#bb0015;padding:0.5em 0 0.5em 0;}
#quickInfo p {font-size:0.75em;color:#fff;margin: 0 auto; width:74.90em;text-align:left;}

/*Logo*/
#logo {height:50px;width:100%;margin: 0.7em 0 0.4em 0;padding:0;background: url('../img/norrkopings_auktionsverk_logo.png') no-repeat left center; }
#logo span {display:block;text-indent:-9999px;overflow:hidden;}

/*Navigation*/
#navigation {width:100%;height:2.2em;padding:0 !important;margin:0;float:left;background:#bb0015 url('../img/nav_bg.png') repeat-x left bottom;}
#navigation * {display:block}
#navigation span {height:100%;width:100%;}
#navigation li {height:100%;float:left;text-align:center;}

#navigation .first {width:1.5em;background: url('../img/nav_left_bottom_bg.png') no-repeat left bottom;}
#navigation .first span {background: url('../img/nav_left_top_bg.png') no-repeat left top;}
#navigation .last {width:200px;float:right;background: url('../img/nav_right_bottom_bg.png') no-repeat right bottom;}
#navigation .last span {background: url('../img/nav_right_top_bg.png') no-repeat right top;}
#navigation a {color:#fff;padding:0.8em 1.2em 0.9em 1.2em; font-size:0.81em;font-weight:bold;text-decoration:none;}
#navigation a:link, #navigation a:visited {}
#navigation a:hover, #navigation a:active {color:#ffd}

#navigation .last a {margin:0;padding:0;}
/*active tab*/
#navigation li.active {background: #fff url('../img/nav_tab_active.png') repeat-x left bottom;}
#navigation li.active a {color: #333;}



/* Sidebar A - Secondary Nav*/
#sidebarA ul, #sidebarA li {margin:0;padding:0;list-style:none;}
#sidebarA .secNav {width:9.5em;float:left; border-top:solid 1px #ccc}
#sidebarA .secNav li {border-bottom: solid 1px #ccc;}
#sidebarA .secNav li small {display:block;color:#333;}/*edit: font-size:.8em;border-left: solid 5px #999; padding-left:4px;*/
#sidebarA ul.secNav a {display:block; padding: 0.5em 0 0.5em 0.5em;text-decoration:none;font-size:0.8em;}
#sidebarA ul.secNav a:link, #sidebarA ul.secNav a:visited {color:#666; background:#fff}
#sidebarA ul.secNav a:hover, #sidebarA ul.secNav a:active {color:#bb0015; background:#eee}
#sidebarA ul.secNav li.active a:link,
#sidebarA ul.secNav li.active a:visited {background:#f3f3f3;color:#bb0015 !important;}

/* DETTA SKA SKRIVAS OM HELT */
/*sidebarB - Boxarna */
#sidebarB .box {background: #fff url('../img/box_bg.png') repeat-x left bottom; margin: 0 0 1em 0; padding: 0 0 0.5em 0;}
#sidebarB .box h4 {height: 1.5em;background: #666 url('../img/h4_bg.png') repeat-x left center;margin:0 0 0.5em 0;padding:0.25em 0;}
#sidebarB .box h4 span {color:#fff; height: 1.5em; display:block;font-size: 0.8em; margin-left:0.5em;padding: 0.3em 0 0 2.2em}
#sidebarB .box p {padding: 0 0.5em; margin-left:1em; font-size: 0.75em;}
#sidebarB .box fieldset {padding: 0 0.5em; margin-left:1em; font-size: 0.75em; border: 0;}
#sidebarB .box form {border:0;}
#sidebarB .box form div label {display: block; float: left; width:80px;}
#sidebarB .box strong {color: #bb0015; display:block;}
/*sidebar icons */
#sidebarB .calendar span {background: url('../img/icons/calendar.png') no-repeat left center;}
#sidebarB .news span {background: url('../img/icons/bulb.png') no-repeat left center;}
#sidebarB .cat span {background: url('../img/icons/katalog.png') no-repeat left center;}
#sidebarB .time span {background: url('../img/icons/tid.png') no-repeat left center;}
#sidebarB .login span {background: url('../img/icons/login.png') no-repeat left center;}

/*Footer*/
#footer ul, #footer li {margin:0;padding:0;list-style:none;}
#footer {width:56em;float:left;border-top:solid 8px #eee;margin:2em 0;}
#footer ul {margin:0.2em 0;}
#footer li {float:left;padding:0.6em 0.5em;font-size:0.7em;border-left: solid 1px #ccc;}
#footer .first {border-left:0;}
/*#footer .mail {clear:right;}*/
#footer .admin,
#footer .login {float:right;display:block;border:0;}
#footer .login a:link,
#footer .login a:visited {color:#fff;}

/* Webauktion */
	.resultwrapper {
		float:left;
		width:540px;
		border: 2px solid #ccc;
		padding: 10px;
		margin-top:20px;
		-moz-border-radius: 8px 8px 0 0;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		
	}
	
	.resultwrapper #ctl01_objectWrapper {
		margin: 0 20px;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	
	.to-the-catalog {
		background:#ccc;
		float:left;
		width: 564px;
		margin-bottom: 20px;
		clear:both;
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		
		border-top-bottom-radius: 8px;
		border-top-bottom-radius: 8px;
	}
	
	.to-the-catalog a {
		display:block;
		float:right;
		margin: 8px 10px;
		
		font-size: 12px;
	}


/*debug*/
.cakeSqlLog {display:block; float:left; clear:both; background: #eee; border-top: solid 2px #000}

