﻿/*******************************************************************

    OBS!

    I denna fil ska endast generell struktur 
    finnas. Kundrelaterade stilmallar skrivs i
    layout.css!


*******************************************************************/


/*******************************************************************

    MASTERPAGE
  -----------------------------------------------------------
  |    Page                                                 |
  | -----------------------------------------------------   |
  | |   PageTop                                         |   |
  | |   ---------------------------------------------   |   |
  | |   |   CompanyInfo                             |   |   |
  | |   ---------------------------------------------   |   |
  | -----------------------------------------------------   |
  | -----------------------------------------------------   |
  | |   PageContent                                     |   |
  | |   ---------------------------------------------   |   |
  | |   |   MainMenuDiv                             |   |   |
  | |   |   <MainMenu>                              |   |   |
  | |   ---------------------------------------------   |   |
  | |   ---------------------------------------------   |   |
  | |   |   ContentPlaceHolder                      |   |   |
  | |   ---------------------------------------------   |   |
  | -----------------------------------------------------   |
  | -----------------------------------------------------   |
  | |   PageFooter                                      |   |
  | -----------------------------------------------------   |
  -----------------------------------------------------------

*******************************************************************/

#Page 
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;   
}

#PageTop 
{
    
    margin-bottom: 0px;
    width: 950px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
 
#PageContent 
{
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    min-height: 700px;
    width: 950px;
    margin-bottom: 0px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 0px;
    background-repeat: repeat-y;
}

#CompanyInfo 
{
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 0px;
}

#CompanyInfo img
{
	border: 0;
	margin: 5px 5px 0 0;
}

.CompanyInfoObject span
{
	white-space: nowrap;
}

.CompanyInfoObject
{
    padding: 20px 20px 10px 20px;
    float: right;
}

#logoLink
{
	background-repeat: no-repeat;
	border: 0;
	float: left;
    margin-right: 5px;
    margin-top: 5px;
	text-decoration: none;
	text-indent: -9999px;
}

#MenuSeparator
{
	position: relative;
	width: 200px;
}

#MainMenuDiv 
{
    width: 900px;
    padding:0px;
    margin: 25px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

.MainMenu 
{
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    width: 200px;
    position: absolute;
    top: 10%;
}

.MainMenuItem 
{
    padding-left: 15px;
    height: 20px;
    margin-top: 5px;
}

#FooterDiv 
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: 60px;  
    padding-left: 50px;
    padding-right: 50px;
}

#FooterDiv a
{
	border: 0;
	float: right;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	text-indent: 9999px;
	white-space: nowrap;
	/*
	 * Detta är den ikon som visas längst till höger i sidfoten. Höjden bör vara
	 * 50 pixlar och bredden 150 pixlar.
	 */
	background-image: url('Images/Back/General/powered-sm.png');
    background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 108px;
}

#FooterDiv span
{
    margin-top: 30px;
}

.float-left
{
    float: left;
}

.float-right
{
	float:right;
}

.font12
{
	font-size: 12px;
}
.font12bold
{
	font-size: 12px;
	 font-weight:bold;
}

.FlowText 
{
    margin: 30px;
}

.FlowText p, .FlowText table
{
    font-size: 12px;
    text-align:justify;
}

.FlowTextImg 
{
    float: right;
    margin: 0 0 40px 40px;
}

.UserType
{
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    font-size: 12px;
}

.UserType dt
{
    background-repeat:no-repeat;
    background-position: center left;
}

.UserType dt em, .UserType dd
{
    padding: 0;
    margin: 0 0 0 20px;
}

/*******************************************************************
    
    PRODUKT MENU

*******************************************************************/
#ProductMenuList
{
    padding: 5px 5px 1px 5px;
    width: 890px;
    margin-left: 25px;
}

#ProductMenuList h3 
{
    display:inline;
    margin: 0 10px 0 0;
    padding: 0;
    font-weight: normal;
}

#ProductMenuList h5 
{
    float:left;
    margin: 0 10px 0 0;
    padding: 0;
}

table.menuItem
{
    padding: 5px;
}

.ProductMenuItem
{
	padding: 7px 5px 7px 5px;
}

.ProductMenuTable
{
	float: left;
}

.MenuDropDown
{
    z-index: 100;
}

.ProductMenuBreadCrumb
{
	padding: 5px 0 5px 0;
}

.ProductMenuBreadCrumb, .ProductMenuBreadCrumb a
{
	font-size: 10px !important;
	font-weight: normal !important;
}

a.ProductMenuRootItem
{
	float: left;
	padding:5px 4px 4px 5px;
    margin-left: 2px;
    margin-right: 13px;
    width: 91px;
}

/*******************************************************************
    
    OrderSummary & OrderHead

    -----------------------------------------------------
    |                           |                       |
    |   SummaryLeft             |   SummaryRight        |
    |                           |                       |
    -----------------------------------------------------

*******************************************************************/

#CustomerInfoHolder
{
    width:895px;
    margin:auto;
    
}

#CustomerInfoHolder h3
{
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

#CustomerInfoHolder img
{
	vertical-align:middle;
}

#CustomerInfoHolderTopLeft, #CustomerInfoHolderTopRight, #CustomerInfoHolderMiddleLeft, #CustomerInfoHolderMiddleRight,
#CustomerInfoHolderBottomLeft
{
    border:1px solid #555555;
    width: 415px;
    padding:10px;
    background-image: url('Images/Back/General/config_button_bg.png');
}

#CustomerInfoHolderTopLeft, #CustomerInfoHolderMiddleLeft, #CustomerInfoHolderBottomLeft
{
    float:left;
}

#CustomerInfoHolderTopRight, #CustomerInfoHolderMiddleRight
{
    float:right;
}

#CustomerInfoHolder label
{
    float:left;
    width:140px;
}

#CustomerInfoHolder input
{
    width:215px;
}

#CustomerInfoHolder textarea
{
	width: 408px;	
}

#CustomerInfoHolder label, #CustomerInfoHolder input, #CustomerInfoHolder select, #CustomerInfoHolder textarea
{
    margin-bottom:5px;
}

/*****************************************************************
    OrderStatus & OrderHistory
******************************************************************/

.OrderTitle
{
    margin: 25px;
}
.OrderSubTitle
{
    margin: 25px 0 0 25px;
}


#OrderHolder
{
    margin: 25px;
}

#OrderHolder h4
{
    margin:25px 0 0 0;
    padding:0;
}

#OrderSearch
{
    margin-top: 25px;
    border-top:1px solid transparent; /* weird behavior in ie8 otherwise */
}

#OrderSearch ul, #OrderSearch ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#OrderSearch ul
{
	float: left;
}

#OrderSearch ul li
{
    float: left;
    margin-right:8px;
}

#OrderSearch input
{
	display:block;
    margin-top: 2px;
}

/********************** LOGIN TABLE ******************************/

#LoginTable 
{
    width: 350px;
    height: 150px;
    background-repeat: no-repeat;
    margin: 25px;
}

#LoginTable table 
{
	margin: 32px 0 0 20px;
	width: 100%;
}

#LoginTable table td
{
	padding-top:6px;
}

#LoginTable .loginTableCell
{
	width: 33%;	
}

#LoginTable .loginCredentials
{
	width: 170px;
}

/********************** ORDER MAP ********************************/
.OrderMap 
{
    margin: 0 auto 25px auto; /*25px;*/
    padding: 5px;
    padding-left: 25px;
    width: 918px;
}

/***************************** REDIRECT ******************************************/

.RedirectBox
{
    margin: 30px;
}

.RedirectButtons
{
	margin-top: 40px;
}

.RedirectButtons input
{
	background-repeat: repeat-x;
}

/*********************** PRODUCT LIST ***************************/
.ProductList
{
    width:895px;
    margin: auto;
    min-height: 100px;
}

.ProductList h3
{
    margin: 25px 0 0 0;
	padding: 0;
}

.ProductsTable
{
    width: 100%;
    font-size: 12px;
    margin: 25px auto 0 auto;
}

.ProductsTable td
{
    padding: 4px;
}

.ProductsTable th
{
	padding: 0 4px 2px 4px;
}

#ProductListLabelInfo
{
	margin: 25px 0 0 0;
	padding: 0;
}

/********************** BASKET ***************************/

#BasketHolder
{
	width:895px;
	margin: 25px auto auto auto;
}

#BasketHolder h3
{
	margin:0;
	padding:0;
}

.BasketTable 
{
    margin: 25px auto 0 auto;
    width: 100%;
    font-size: 12px;
}

.BasketTable a 
{
    font-size: 12px;
}

.BasketTable th
{
	padding: 0 4px 2px 4px;
}

.BasketTable td
{
	padding: 4px;
}

.BasketTable img
{
    height: 0px;
    width: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.BasketTableHeaderPartNumber { width: 12%; }
.BasketTableHeaderCustomerPartNumber  { width: 20%; }
.BasketTableHeaderPartName  { width: auto; }
.BasketTableHeaderDeliveryDate  { width: 10%; }
.BasketTableHeaderDeliveredQuantity  { width: 10%; }
.BasketTableHeaderRestQuantity  { width: 10%; }
.BasketTableHeaderPriceUnit  { width: 10%; }

.OrderRowComment 
{
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
}

.BasketFooter
{
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

/************************************ CONFIGURATION *****************************/
.ChoiceInfoTable 
{
    
}
#GroupSelectionHolder
{
	border: 1px solid;
	margin: auto;
	padding: 5px;
	width: 885px;
}

#GroupSelectionHolder h3
{
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0;
}

#GroupSelectionContents
{
	font-size: 12px;
}

#GroupSelectionTable
{
    float:left;
    margin-right: 120px;
    
}

#GroupSelectionTable p
{
	margin: 20px 0 0 0;
	padding: 0;
}

#GroupSelectionTable table table
{
	margin-bottom: 5px;
}

#GroupSelectionChoice
{
	float: left;
	padding: 10px;
	background-image: url('Images/Back/General/configure_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	min-height: 350px;
}

#GroupSelectionChoice ul, #GroupSelectionChoice li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#GroupSelectionChoice li
{
	margin-top: 5px;
	margin-left: 5px;
}

#GroupSelectionChoice li label
{
	float: left;
	width: 90px;
	border: 0;
	margin: 0;
	padding: 0;
}

#GroupSelectionChoice li .GroupSelectionTextBox
{
	background-color: Transparent;
	font: normal 12px verdana;
	width: 290px;
}

#GroupSelectionChoice img
{
	margin-top: 30px;
}

#GroupSelectionChoice ul li div
{
	float: left;
}

.GroupSelectionMultipleChoice *
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.GroupSelectionMultipleChoice td
{
	padding: 0 5px 5px 0;
}

.SelectedCategoryMenuItem a
{
    background-color: transparent;
}

.StaticCategoryMenuItem
{
    margin: 5px;
	width: 350px;
}

.StaticCategoryMenuItem td
{
    background-color: transparent;
    padding: 10px;
    margin: 5px;
	width: 350px;
    text-indent: -5px;
    background-image: url('Images/Back/General/config_button_bg.png');
}

/************************************ BUTTONS ***********************************/
input[type="button"], input[type="submit"]
{
	background-repeat: repeat-x;
}

#ActionPanel
{
	margin: 25px;
	text-align: center;
}

#ActionPanel input
{
	margin-right: 6px;
}

.NextButton 
{
    float: right;
    margin: 25px;   
}

.TerminateButton
{
    float: left;
    margin-left: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
}



.PreviousButton
{
    float: left;
    margin: 25px;
}

#CustomerSelection 
{
    margin-bottom: 10px;
}

#CustomerSelection td
{
    padding-right: 25px;
}