/**
* Norrlandspall
* Author: Eastwest Jan Östlund, janne@eastwest.se, 2009
* Design: FRI reklambyrå, anja@fri-reklam.com, 2009
*/

/****************************************
/* HTML, standard
/****************************************/

body {
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;	
}

a {
	color:#000000;
	text-decoration:none;
	outline: none;   
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.container li 
{ 
	margin-bottom: .85em;
}

fieldset {
	margin: 0;
	border: 0;
}

fieldset ol {
	list-style-image: none;
	list-style-type: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0em;
}

fieldset li {
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}




/****************************************
/* FORMS, standard
/****************************************/

.stdInput {
	padding:0;
	width:300px;
}

.stdButton {
	margin-top:1em;
	width:150px;
}

.stdTextarea {
	padding:0;
	width:300px;
}

span.required {
	color:#FFAE00;
}


/****************************************
/* CONTAINER, Bluetrip
/****************************************/

.container
{
	margin-left: 50px;
	font-size: 1.0em;
	line-height: 1.5em;
	display: inline-block;
}

.container h1
{
	font-size: 1.7em;
}

.container h3
{
	font-size: 1.2em;
        line-height: 1.4em;
}

/* Hack för att komma runt pratminus i Trebuchet är nästan obefintlinga */
.container pre
{
	color: #000;
	display:inline;
}

/****************************************
/* PAGE ELEMENTS, alignment of images
/****************************************/

.imageLeft
{
	float:left;
	margin-right: 15px;
}

.imageRight
{
	float:right;
	margin-left: 15px;
}

.imageCenter
{
	width: 100%;
	text-align:center;
}


/****************************************
/* PAGE FOOTER
/****************************************/

#footer {
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
	/*width: 100%;*/
	height: 109px;
	padding-left:50px;
	margin-top: -8px;

}

#footer ul {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

#footer li
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	/*padding-right: 20px;*/
	font-size: 0.9em;
	height: 109px;
	width: 294px;
	line-height: 1.3em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}

#footer h3
{
	margin:1.14em 0 0.57em;
	font-size: 1.2em;
	
}

.footer-1 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background: url(img/footer_bg_1.png) repeat-x -45px;
}

.footer-1-hover {
	cursor:pointer;
	background: url(img/footer_bg_1_hover.png) repeat-x -45px;
}

.footer-2 {
	background: url(img/footer_bg_2.png) repeat-x -45px;
}

.footer-2-hover {
	cursor:pointer;
	background: url(img/footer_bg_2_hover.png) -45px;
}

.footer-3 {
	background: url(img/footer_bg_3.png) repeat-x -45px;
}

.footer-3-hover {
	cursor:pointer;
	background: url(img/footer_bg_3_hover.png) -45px;
}

#footer-ending {
	font-size: 0.9em;
	background-image: url(img/footer_ending_bg.png);
	background-repeat: repeat-x;
	height: 19px;
	/*width: 100%;  */
	padding-left: 30px;
}

#footer-text {
	display:block;
	padding-top: 1em;
	padding-left: 30px;
	font-size: 0.9em;
}


/****************************************
/* HEADER
/****************************************/

#header
{
	margin:0;
	margin-left: 50px;
	width:950px;
	background-repeat: repeat-x;
	height: 96px;
}

#header #logo
{
	float:left;
	padding-right:10px;
	padding-top: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
	height: 76px;
}

#header a, #navbar a
{
	text-decoration: none;
	color: #000;
}


/****************************************
/* MAIN MENU, blue
/****************************************/

#menu ul 
{
	margin: 0;
	padding: 0; 
	
}

#menu li
{
	border-right:2px solid #FFFFFF;
	display:inline;
	float:left;
	height:82px;
	line-height:1.1em;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:14px;
	width:114px;
}

#menu li a {
	
	/*padding-bottom: 2.5em; */
	
}

#menu ul li span 
{
	font-size:0.8em;
	font-weight:normal;
	/*padding-top: 1em;   */
	
}

#menu ul li a strong 
{
	display:block;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.6em;
	/*padding-top: 1em;*/
	
}

.hover
{
	display: none;
	background-image: url(img/header_hover.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.selected-menu
{
	background-image: url(img/header_bg_sel.png);
	
}


/****************************************
/* NAVBAR, subnavigation yellow
/****************************************/

#navbar {
	
	padding-left: 30px;
	background-repeat: repeat-x;
	height: 48px;
	background-color: #FFFFFF;
	background-image: url(img/navbar_bg.png);
	padding-bottom: 8px;
	/*width: 100%;*/	
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	clear:both;
	width: 1000px;
}

#navbar li {
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 0;
	float: left;
	height: 46px;	
}

#navbar li a {
	margin: 0;
	padding: 0;
	line-height: 3em;
}

.selected-branch {
	background-image: url(img/navbar_hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navbar #cursor {
	/*margin-top: 36px;*/
	margin-top: -10px;
	line-height: 1em;
	height /**/ : 11px; /*Internet Explorer hack. Only IE understands this*/
}

#navbar #cursor #hover {
	display: none;
	position: absolute;	
}   

.navbar-items
{
	overflow: hidden;
}

.selected {
	background-image: url(img/navbar_hover_cursor.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.navbar-items {
	display: none;
}


/****************************************
/* SLIDE FORM, Köpa/sälja pall
/****************************************/

#slide-form-container 
{
	position: absolute;
	padding: 0;
	margin: 0;
	left: 610px;
	width: 0px;
	overflow:hidden;
	top: 200px;
	background-color: #CCCCCC;
	z-index: 1;
}
/*
#toggle
{
	position: absolute;
	top: 230px;
	left: 530px;
}
*/
#toggle a
{
	text-decoration: none;	
}

#slide-form-container #slide-form 
{
	float: left;
	padding-left: 2em;
	width: 100%;
	margin: 0;
	position: relative;
	background-attachment: scroll;
	
	background-repeat: repeat-y;
	background-position: 0 0;
	border-left-style: none;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC001;
	border-bottom-color: #FDC003;
	border-left-color: #333;
}

#slide-form fieldset
{
	border: 0;	
	padding:0;
}

#slide-form label
{  
	display: block;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#slide-form .stdInput {
	padding:3px;
	width:250px;
	/*height: 1.5em;*/
}

#slide-form .stdButton  {
	margin-top:1em;
	width:150px;
}

#slide-form  .stdTextarea {
	padding:0;
	width:250px;
	height: 100px;
	
}

#slide-form fieldset ol {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 0;
	padding-left: 0em;
} 

#slide-form fieldset li {
	padding-bottom: 0.5em;
	padding-left: 0;
}

#slide-form fieldset .errorField {
	border: 2px solid #d77;
	
}

#slide-form .close-form {
	display: none;
}

#slide-form .close-form img {
	float: right; 
	padding-right: 40px;
	
}

/****************************************
/* Special för sälja pall
/****************************************/

.sell-btn
{
	position: absolute;
	top: 230px;
	left: 502px;
}

.sell-form
{
	background-image: url(img/sell-form-bg.png);
}

.buy-btn
{
	position: absolute;
	top: 230px;
	left: 530px;
}

.buy-form
{
	background-image: url(img/buy-form-bg.png);
}

/****************************************
/* PRODUCT IMAGES, endast på Köpa pall
/****************************************/

.container #product-images-box {  
	background-color: #ffcc01;
	padding: 1em;
	margin-bottom: 8px;
	float:left;
	position:relative;
}

.container .product-image {
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 0.5em;
	float: left;
	border: 4px solid #FFF;
	background-color: #fff;
	width: 90px;
	height: 100px;
}

.container .product-image a
{
	text-decoration:none;
	color: #000;
	font-size: 0.9em;
	line-height: 1.2em;
}

.product-page h1
{
	font-size: 1.5em;
	padding-bottom: 0.5em;
}

.product-page h4
{
	font-size: 1em;
	padding-bottom: 0.5em;
}

/****************************************
/* SPECIAL CASES
/****************************************/

/* På förstasidan ska utrymmet här vara så litet som möjligt */
.start-page .container p
{
	line-height: 1.3em;	
}


/****************************************
/* GENERIC FORM CLASSES
/****************************************/

span.required 
{
	color:#FFAE00;
}

.error, .notice, .success {
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
	width: 75%;
}

.success
{
	background:#E6EFC2 none repeat scroll 0 0;
	border-color:#C6D880;
	color:#264409;
}

.error {
	background: #FBE3E4 url(img/RED.png) no-repeat 10px center;
	color:#8a1f11;
	border-color:#FBC2C4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 52px;
	display: block;
	clear: both;
}

#slide-form .errorField {
	border: 2px solid #d77;
	
}

.errorMessage {
	
	background: #fcc;
	color: #200;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.errorTag {
	color: #d77;
}

.done h1 {
	padding-top: 20px;
	font-size: 1.8em;
}


/****************************************
/* TABLES, for Norrlandspall
/****************************************/

/* För sälja pallsidan */
.container .norrlandspall-table
{
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #DCECF1;
	width: 100%;
}

.container .norrlandspall-table td
{
	border: 0;
	width: 50%;
	padding: 0.4em;
}

.container .norrlandspall-table th
{
	display: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#facebox .product-page td, #facebox .product-page th
{
	padding-right: 20px;
	
}


.container .btn-back-ordlista
{
	line-height:1.5em;
	padding-bottom: 2em;
	
}


.container .btn-back-ordlista a
{
	text-decoration: none;	
	color: #000;
}

.container .btn-back-ordlista a:hover
{
	text-decoration: underline;	
	color: #000;
}

.container .btn-back-ordlista img
{
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right: 4px;	
}

.container .slideshow {  
    /*
	height:  640px;  
    width:   480px;  
    */
	padding: 0;  
    margin:  0;  
	margin-bottom: 2em;
} 
 
.container .slideshow img {  
    /*padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    */
	width:  400px; 
    height: 265px; 
    top:  0; 
    left: 0 
} 

.container .ordlista
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 2em;
}

.container .aaa-logo
{
	padding-top: 10px;
}

.container .ordlista li
{
	margin: 0px;
	padding: 0px;
	line-height: 2.5em;
}