
/* External style sheets */

/*----- Offerpage -----*/
@import '/css/offer.css';

/*- BranchCapabilites -*/
@import '/css/contacts.css';

/*----- region -----*/
@import '/css/region.css';

/*----- Wizard -----*/
@import '/css/Wiz.css';

/*----- Employeecards -----*/
@import '/css/employeecards.css';

/*----- Detail car view -----*/
@import '/css/detail-car-view.css';

/*----- General -----*/
@import '/css/general.css';

* 
{
	margin: 0;
	padding: 0; 
}

body,html 
{ 
	background-color: #fff;	
}
body 
{
  	font: 76%/1.2 "Trebuchet MS", "Lucida Grande" , Geneva, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #000;
	background: transparent url(/images/bg_body.gif) 0 0 repeat-x;
} 
form 
{
	display: inline;
	margin: 0;
	padding: 0;
} 
.clearfloat 
{
	display: table;
	clear: both;
}


/* Neutralize styling
-------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
	margin: 0 0 .5em 0;
	padding: 0;
}
/* Apply left margin */
li, dd, blockquote 
{
	margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label 
{
	cursor: pointer;
}
fieldset 
{
	border: none;
}
/* Form field text-scaling */
input, select, textarea, blockquote 
{
	font-size: 1em;
   	font-family:"Trebuchet MS", "Lucida Grande" , Geneva, Verdana, Arial, Helvetica, sans-serif;
	 
}
img 
{
	border: none;
}

/* Main layout
-------------------------------------------------------------*/


#slideShowImage {
	height:240px;
	width:320px;
}

#wrapper 
{
	width: 900px;
	margin: 0 auto;
}
.wrapperStartPage
{
	width: 900px;
	margin: 0 auto;
	
}

#maincontent 
{
    /*background: transparent url(/images/bg_secondnav2.gif) 0 0 repeat-y;*/
	clear: both;
}
#maincontentClearer
{
    clear:both;
    width:100%;
    background-color: #fff;
    height:10px;
}

	
#content 
{
	float: left;
	width: 700px;
	margin-left: 15px;
	padding-bottom: 2em;
}
#widecontent
{
	float: left;
	width: 900px;
	padding-bottom: 2em;
    background:#fff;
}

/* Header
-------------------------------------------------------------*/
.orangetopline,
.orangetopline_right {display:none;}

#header 
{
	background: transparent url(/images/bg_header_delimiters.gif) 0 0 repeat-x;
	padding:0;
	margin:0;
	height: 66px;
}
#logotypebox
{
    margin: 0;
    float: left;
    width:300px; 
    height:66px;
}
#regionbox 
{
	float: left;
	height: 66px;
	width: 240px;
}
.regioninnerbox
{
    padding-top:17px;
    width:100%;
    height:49px;
}
.regioninnerbox a
{
    padding-right:20px;
    background: transparent url(/images/icon_next_greybg.gif) no-repeat top right;
}
.regioninnerbox span
{    
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 5px;
}
#searchbox 
{
	float: left;
	text-align: right;	
	width: 254px;
	margin-top: 10px;
}
#searchbox input 
{
	width: 120px;	
	padding: 0;
}
#searchbox label 
{
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 5px;
}	

#searchbox div 
{
	padding: 1px 0;	
}
#searchbox div a 
{
    
}
#searchbox img 
{
	position: relative;
	top: 3px;
}	
#linkbox 
{
    width:94px;
	padding: 10px 0 0 0; 
	margin-left: 12px;
	display: block;
	float: left;
}
#linkbox a 
{
	display: block;
	background: transparent url(/images/arrow_secondnav.gif) 4% 50% no-repeat;
	padding-left: 11px;
	font-size: .94em;
	font-weight: bold;
	padding-bottom: 2px;
}	

/* Typography
-------------------------------------------------------------*/
h1 
{
	font-size: 2em;
	line-height: 1em;
	padding-top: 0;
	margin-bottom: .2em;
}
h2 
{
	font-size: 1.6em;
	font-weight:normal;
}
h3 
{
	font-size: 1.3em;
}
.preamble 
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
}
p 
{
	font-size: 1.0em;
	
}
blockquote 
{
	font-size: 1.1em;
	font-style: italic;
	background: transparent url(/images/icon_blockquote.gif) 0 5px no-repeat;
	padding-left: 27px;
	margin-left: 3px;
}
ul 
{
	font-size: 0.9em;
	
	line-height: 1.6em;
	list-style: none;
}
ul li 
{
	/*background: transparent url(/images/dot.png) 0 4px no-repeat;*/
	background: transparent url(/images/dot.gif) 0 4px no-repeat;
	padding-left: 18px;
}
ol 
{
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

/* Mainnav
-------------------------------------------------------------*/
#mainnav 
{
	clear: both;
}
#mainnav ul 
{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	background: transparent url(/images/bg_mainnav.gif) 0 0 repeat-x;
	list-style: none;
	display: table;
	width: 100%;
	border-bottom: 5px solid #ffdbc3;
}
#mainnav ul li 
{
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size: .9em;
	line-height: 24px;
	/*z-index: 20;*/
	position: relative;
	background: none;
}
#mainnav ul li.last 
{
	background: transparent url(/images/bg_mainnav_border.gif) right top no-repeat;
}
#mainnav ul li a 
{
	text-decoration: none;
	display: block;
	padding: 0 10px;
    color:#fff;
	background: transparent url(/images/bg_mainnav_border.gif) 0 0 no-repeat;
}
#mainnav ul li a.last 
{
	
}

#mainnav ul li a:hover 
{
	padding: 0 10px;
	color: #fff;
	background: transparent url(/images/bg_mainnav_on.gif) 0 0 repeat-x;
	text-decoration: underline;
}
#mainnav ul li a.current 
{
	background: transparent url(/images/bg_mainnav_hover.gif) 0 0 repeat-x;
}
#mainnav ul li a.disabled 
{
    color: #f68b00;
    font-style: italic;
}
#mainnav ul li a.disabled:hover
{
    color: #f68b00;
    font-style: italic;
	background: transparent url(/images/bg_mainnav_border.gif) 0 0 no-repeat;
}

/* Breadcrumb
-------------------------------------------------------------*/
#breadcrumb 
{
	position: relative;
	clear: both;
	display: block;
	height: 40px;
	background: #fff url(/images/bg_breadcrumb.gif) 100px 0 repeat-x;
}
#breadcrumb p 
{
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 29px;
	background-color: #fff;
	display: block;
	width: auto;
	line-height: 36px;
	background: #fff url(/images/icon_home.gif) 0 50% no-repeat;
}
#breadcrumb a 
{
	
}

/* Livechat
-------------------------------------------------------------*/
#livechat 
{
	float: right;
	display: table;
	position: absolute;
	right: 0;
	top: -26px;
	/*z-index: 10;*/
	width: 262px;
}
#livechatSpeechbubble
{
    /*z-index: 10;*/
    float:right;
    margin-top:35px;    
    
    margin-right:60px;
    float: right;
	display: table;
	position: absolute;
	right: 0;
	top: -26px;
}
#livechatSpeechbubbleLinkBox
{
    /*z-index:11;*/   
    position:absolute;    
    padding-left:25px;
    margin-top:5px;
}
#livechatSpeechbubbleLinkBox a
{
    text-decoration:none;   
    
}
#chattImage
{
	
	display: table;
	position: absolute;
	right: 0;
	top: -26px;
	float:right;
}

/* Secondnav
-------------------------------------------------------------*/
#secondnav 
{
	width: 175px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
    background: transparent url(/images/bg_secondnav2.gif) 0 0 repeat-y;
	
	min-height:325px;
    height:auto !important;
    /*height:325px;*/
}
#secondnav h3 
{
	background: transparent url(/images/bg_secondnav_head.gif) right top no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	margin: 0;
	padding: 1px 0;
}

#secondnav .current a
{
	background-color: #858ab9;
	color: #fff !important;

}

#secondnav .currentitem a
{
	background-image:none;
	background-color: #858ab9;
	color: #fff !important;
}

#secondnav .selected a
{
	background-color:#d4d6dd;
	
	
}

#secondnav .selecteditem a
{
	background: transparent url(/images/border_dotted.gif) left bottom repeat-x;
	background-color:#e4e6ed;
}


/*#secondnav ul .secondnav-Hide 
{
    display:none;
}*/
#secondnav ul 
{
	font-size: 1em;
	margin: 0;
}
#secondnav ul li 
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0;
	line-height: 24px;
	background: transparent url(/images/border_dotted.gif) left bottom repeat-x;
}

#secondnav ul li a
{
	text-decoration: none;
	background: transparent url(/images/arrow_secondnav.gif) 4% 50% no-repeat;
	padding-left: 20px;
	display: block;
}
#secondnav a:hover 
{
	color: #fff;
	background-color: #858ab9;
}



/*
#secondnav ul li ul 
{
	background-color: #e4e6ed;
	font-size: 1em;
}
#secondnav ul li ul li 
{
	background-image: none;
	list-style: none;
}
#secondnav ul li ul li a 
{
	padding-left: 26px;
	background-image: none;
}

#secondnav .selected
{
	background-image:none;
}*/

/* Boxar
-------------------------------------------------------------*/
/* submenu
-------------------------------------------------------------*/
#submenu 
{
	width: 175px;
	float: left;
	margin-bottom: 6px;
	padding-bottom: 20px;
	min-height:400px;
	height: 100%;
    background: transparent url(/images/bg_secondnav2.gif) 0 0 repeat-y;
}

#submenu h3 
{
    
	background: transparent url(/images/bg_secondnav_head.gif) right top no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	/*line-height: 24px;*/
	text-align: center;
	margin: 0;
	padding: 1px 0;
}

#submenu .current a 
{
	background-color: #858ab9;
	color: #fff !important;
	
}
#submenu ul li .selected 
{
	border-top: 1px dotted #b3b3b3;
}
#submenu ul .submenu-Hide 
{
    display:none;
}
#submenu ul 
{
	font-size: 1em;
	margin: 0px;
}
#submenu ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*min-height: 24px;*/
	line-height:24px;
	background: transparent url(/images/border_dotted.gif) left bottom repeat-x;
	border-bottom:dotted #b3b3b3 1px;
	
}

	
#submenu ul li.disabled a 
{
    color:#ccc;
    font-style:italic;
}
#submenu ul li a 
{
	text-decoration: none;
	background: transparent url(/images/arrow_secondnav.gif) 4% 50% no-repeat;
	padding-left: 16px;
	display: block;
	
	
}
#submenu ul li a:hover 
{
	color: #fff;
	background-color: #858ab9;
}
#submenu ul li ul 
{
	background-color: #e4e6ed;
	font-size: 1em;
}
#submenu ul li ul li 
{
	background-image: none;
	list-style: none;
}
#submenu ul li ul li a 
{
	padding-left: 26px;
	background-image: none;
}

#submenu ul li ul li ul li a 
{
	padding-left: 36px;
	background-image: none;
}

#submenu ul li ul li ul li ul li a 
{
	padding-left: 46px;
	background-image: none;
}

#submenu ul li ul li ul li ul li ul li a 
{
	padding-left: 56px;
	background-image: none;
}

#submenu ul li ul li ul li ul li ul li ul li a 
{
	padding-left: 66px;
	background-image: none;
}

#submenu ul li ul li ul li ul li ul li ul li ul li a 
{
	padding-left: 76px;
	background-image: none;
}

#submenu ul li ul li ul li ul li ul li ul li ul li ul li a 
{
	padding-left: 86px;
	background-image: none;
}


/*--------------------*/
#contentrightbox
{
    float:right;
    width:270px;
    margin-left:10px;
    display:block;
}
#contentrightboxWide
{
    float:right;
    width:350px;
    margin-left:10px;
    display:block;
}
.infobox 
{
	width: 100%;
	background: #fff url(/images/bg_infobox.gif) 0px 19px repeat-x;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
}
.infobox h3 
{
	background: transparent url(/images/bg_infobox_topleft.gif) left top no-repeat;
	float: left;
	display: inline;
	padding: 0 0 0 7px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1em;
	height:20px
}
.infobox span 
{
	background: transparent url(/images/bg_infobox_h3.gif) right top no-repeat;
	padding: 3px 30px 0 0;
	/*width: 100%;*/
	display:block;
	height: 20px;
}
.infobox p,
.infobox a
{
	padding: 7px;
	clear: both;
}
.infobox a 
{
	display: block;
	padding: 4px;
	border-bottom: 1px dotted #b3b3b3;
	text-decoration: none;
	margin: 0 4px;
	background: transparent url(/images/arrow_secondnav.gif) 1% 50% no-repeat;
	padding-left: 11px;
}
.infobox a.first 
{
    
}
.infobox .links 
{
	clear: both;
	background: #fff url(/images/bg_gradient_links.gif) 0 0 repeat-x;
}
.right 
{
	float: right;
	margin-left: 1em;
}

/* BWS Button
-------------------------------------------------------------*/
div.btnCustomLeft
{
    background: transparent url(/images/Button/btn_leftBackGround.gif) 0 0 no-repeat;      
    width: 12px;
    height:19px;  
    float:left;
}
div.btnCustomRight
{
    background: transparent url(/images/Button/btn_rightBackGround.gif) 0 0 no-repeat;      
    width: 12px;
    height:19px;  
    float:left;
}
div.btnCustomLinkContainer
{
    background: transparent url(/images/Button/btn_mainBackGround.gif) 0 0 repeat-x;    
    height: 19px;        
    padding-top: 2px;
    float:left;
    text-align: center;
}
div.btnCustomLeftDisabled
{
    background: transparent url(/images/Button/btn_leftBackGroundDisabled.gif) 0 0 no-repeat;      
    width: 12px;
    height:19px;  
    float:left;
}
div.btnCustomRightDisabled
{
    background: transparent url(/images/Button/btn_rightBackGroundDisabled.gif) 0 0 no-repeat;      
    width: 12px;
    height:19px;  
    float:left;
}
div.btnCustomLinkContainerDisabled
{
    background: transparent url(/images/Button/btn_mainBackGroundDisabled.gif) 0 0 repeat-x;    
    height: 19px;        
    padding-top: 2px;
    float:left;
    text-align: center;
    color: #e0e0e0;
    font-weight:bold;
}

a.btnCustomLink
{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
a.btnCustomLink:hover
{
	cursor: pointer;
    color:#fff;
    text-decoration: underline;
}

/* Carsearch
-------------------------------------------------------------*/
.CarListRow
{
	cursor:pointer;
	/*background: transparent url(/images/border_dotted.gif) left bottom repeat-x;*/
}
.CarListSelectedRow
{
   /*background: url(/images/border_dotted.gif) left bottom repeat-x; */
   background-color: #ddd;
}
.CarListMouseoverRow
{
	background: #cccccc url(/images/border_dotted.gif) left bottom repeat-x;
}
#carsearchOptionsContainer
{
    width:350px;
    float:left;
}
#carsearchOptionsContainer a.hide
{
    background: transparent url(/images/hide_icon.gif) no-repeat 2px;
    padding-left:18px;
}
#carsearchShowOptionsContainer a.show
{
    background: transparent url(/images/_icon.gif) no-repeat 2px;
    padding-left:18px;
}
#carsearchPageNavContainer
{
    width:350px;
    float:right;
    text-align:right;
}
#carsearchPageNavContainer a
{
    font-weight:bold;
}
#carsearchPageNavContainer .selected
{
    color:#585858;
}
#carsearchPageNavContainer .carsearchPageNavNext
{
    background: transparent url(/images/carsearch_next_icon.gif) no-repeat 2px;   
    padding-left:20px;
}
#carsearchPageNavContainer .carsearchPageNavNextDisabled
{
    background: transparent url(/images/carsearch_next_disabled.gif) no-repeat 2px;   
    padding-left:20px;
}
#carsearchPageNavContainer .carsearchPageNavPrev
{
    background: transparent url(/images/carsearch_prev_icon.gif) no-repeat 71px 2px;   
    padding-right:20px;
}
#carsearchPageNavContainer .carsearchPageNavPrevDisabled
{
    background: transparent url(/images/carsearch_prev_disabled.gif) no-repeat 69px 2px;   
    padding-right:20px;
    color:#585858;
}
#carsearchResultContainer
{
    background: transparent url(/images/carsearch_fade_bg.gif) repeat-x;  
    width:700px;    
    margin-top:5px;
}
#carsearchResultContainer1
{
	background: transparent url(/images/carsearch_fade_bg.gif) repeat-x;  
    width:700px;    
    margin-top:5px;
       
}
#ctl00_RightRegion_CarList_GridViewCars table
{
    width:700px;
}
#ctl00_RightRegion_CarList_GridViewCars td
{
    font-weight:bold;
    cursor:pointer;
    padding: 2px 0 2px 5px;
    vertical-align:top;
}
#ctl00_RightRegion_CarList_GridViewCars td p
{
    font-size:0.9em;
    font-weight:normal;
}
#ctl00_RightRegion_CarList_GridViewCars td .carsearch_camera
{
    margin-top:3px;
    margin-right:34px;    
}
/*
#ctl00_RightRegion_CarList_GridViewCars tr
{
   /*background: transparent url(/images/border_dotted.gif) left bottom repeat-x;
}
*/
.carsearchResultTopCell
{
    border-top: solid 1px #a1a3bc;
    border-bottom: solid 1px #a6adbf;
    background: transparent url(/images/carsearch_top_spacer.gif) repeat-y;
    height:20px;
    text-align:center;
    vertical-align:middle;
    padding: 2px 10px 0 10px;
    cursor:pointer;
}  
.carsearchManualResultTopCell
{
    border-top: solid 1px #a1a3bc;
    border-bottom: solid 1px #a6adbf;
    background: transparent url(/images/carsearch_top_spacer.gif) repeat-y;
    height:20px;
    text-align:center;
    vertical-align:middle;
    padding: 2px 15px 0 15px;
    cursor:pointer;
}  
.carsearchResultTopCellSelected
{
    border-top: solid 1px #a1a3bc;
    border-bottom: solid 1px #a6adbf;
    background: transparent url(/images/carsearch_selected_bg.gif) repeat-x;
    height:20px;
    text-align:center;
    vertical-align:middle;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
}
.blank
{
    
}

.carsearchRow
{
	cursor:wait;
}
.carsearchDropDown
{
	/*width: 130px;*/
	width: 111px;
	margin-bottom:5px;
}
.carsearchResultCellCarModel
{
    font-weight:bold;
    color:#1d178d;
    line-height:15px;
    
}
.carsearchResultTopCell p
{
    font-size:1.9em;
    font-weight:normal;
}
.carsearchResultCampaignPrice
{	
    float:right;
    width:100%;
    text-align:right;
    font-size:1.0em;
}
.carsearchResultPrice
{
    float:right;
    width:100%;
    text-align:right;
    font-size:1.0em;
}
.carsearchManualResultPrice
{
    float:right;
    width:100%;
    text-align:center;
    font-size:1.0em;
   
}
.ActiveCampaignPrice_False
{
    margin-left:5px;
    color:#000;
}
.ActiveCampaignPrice_True
{
    margin-left:5px;
	color:#a32e02;
}
.carsearchResultOmreg
{
    font-size:0.8em;
}
.carsearchYearModel
{
    width:100%;
    text-align:center;
    font-size:1.0em;
}
.carsearchManualYearModel
{
	width:100%;
    text-align:center;
    font-size:1.0em;
    
    
}
.carsearchMileage
{
    width:100%;
    text-align:right;
    font-size:1.0em;
    display:block;
}
.carsearchDetailsViewTabHeader
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #afb3bc;
}
/* kan troligen ta bort...
#carinfoContainer
{
    width:700px;
    background:#d9d9d9;
}
#carinfoTopContainer
{
    width:700px;
    height:29px;
    background: transparent url(/images/car_top_bg.gif) no-repeat; 
    clear:both;
}
#carinfoTopLeft
{
    float:left;
    width:600px;
}
#carinfoTopLeft h1
{
    padding-top:7px;
    padding-left:30px;
    font-size: 1.2em;
}
#carinfoTopRight
{
    float:right;
    text-align:right;
    padding-right:10px;
    padding-top:6px;
    width:90px;
}
#carinfoTopRight span
{
    font-size: 1.2em;
    color:#000;
    font-weight:bold;
}
#carinfoInnerBottomContainer
{
	background:#fff;
    margin-left:1px;
    margin-right:1px;
    padding:5px;
    width:688px;
}
#carinfoInnerContainer
{
    background:#fff;
    margin-left:1px;
    margin-right:1px;
    padding:5px;
    width:688px;
}
#carinfoImageContainer
{
    min-height:210px;
    margin-bottom:7px;
    cursor:hand;
    
}

#carinfoLargeImageLink
{
	background:url(/images/arrow_secondnav.gif)  2px 50% no-repeat;
	padding-left:10px;	
	font-weight:bold;
}
#carinfoBottom
{
    width:700px;
    height:22px;
    background: transparent url(/images/car_bottom_bg.gif) no-repeat;
    padding-top:5px;
}
.carinfoPrevious
{
    background: transparent url(/images/icon_search_greybg.gif) 4px 2px no-repeat; 
    padding-left:25px;
    font-weight:bold;
    font-size: 16px;
}
#carinfoInnerLeftContainer
{
    width:320px;
    margin-right:10px;
    float:left;
}
#carinfoInnerLeftLinks
{
    clear:both;
}
#carinfoInnerRightContainer
{
    width:358px;
    float:right;
    display:block;
}
.carinfoInnerRightPuff
{
    float:right;
    width:160px;
    padding-top:5px;
    display:block;
}

.carinfoInnerRightPuff input
{
	margin-bottom:5px;
	width:150px;
	font-weight:bold;
}
#carinfoContact
{
    background: transparent url(/images/carinfo_contact_icon.gif) 8px 0px no-repeat;
    padding-left:35px;
    padding-top:3px;
    font-size: 0.9em;
    display:block;
    height:17px;
}
#carinfoIcons
{
    margin-top:10px;
    clear:both;    
}
#carinfoCampaignPrice
{
    font-size:3.0em;
    font-weight:bold;
}
*/
.price
{
    font-size:2.7em;
    font-weight:bold;
}
.priceNotSet
{
    font-size:1.2em;
    font-weight:bold;	
}
.campaign
{
    font-size:3.0em;
    font-weight:bold;
    color:#ee7001;
}
/* kan troligen ta bort...
#carinfoTable
{
    width:190px;
    margin-top:15px;
}
#carinfoTable td
{
    line-height: 1.5em;
    width:50%;
    vertical-align:top;
}
*/
#financingTable td
{
    vertical-align:top;
    width:33%;
}
/* kan troligen ta bort...
#carinfoCommentContainer
{
    margin-top:5px;
    width:100%;
}
#carinfoTabContainer
{
    clear:both;
    width:682px;
    margin-top:20px;
    background: #fff url(/images/carinfo_details_bg.gif) no-repeat;
    padding:0;
}
.carinfoDetailsContainer
{
    display:block;
    clear:both;
    font-size:1.0em;
    padding:10px;
}



#carinfoTabContainer ul {
	line-height: 1.6em;
	list-style: disc;
	font-weight:normal;
	margin-left:10px;
}
#carinfoTabContainer ul li 
{
	background:transparent;
	padding:0;
}
*/
#ShowOnPrintPage
{
	visibility: hidden;
	display: none;
}

/* kan troligen ta bort...
#carinfoDetailsContainer ul {
	line-height: 1.6em;
	list-style: disc;
	font-weight:normal;
	margin-left:10px;
}
#carinfoDetailsContainer ul li 
{
	background:transparent;
	padding:0;
}
*/
.tab 
{ 
	width: 118px;
	height:16px;
	white-space: nowrap;
	cursor: pointer;
	float:left;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
}
.tabhold 
{ 
	background: transparent url(/images/carinfo_detail_tab_off.gif) no-repeat;
}
.tabfocus 
{ 
	background: transparent url(/images/carinfo_detail_tab_on.gif) no-repeat;
}
div.transOFF 
{
    float:left;
    margin-left:1px;
}
div.transON 
{
    float:left;
    width: 67px; 
   /* opacity:.50;
    filter: alpha(opacity=50); */
    -moz-opacity: 0.5;
    margin-left:1px;
}
div.prevImg
{
    float:left;
    width:21px;
    margin-right:2px;
}
div.nextImg
{
    float:left;
    width:21px;
    margin-left:4px;
}
#carsearchContainer
{
    width:700px;
    background:#d9d9d9;
}
#carsearchInnerContainer
{
    background:#fff;
    margin-left:1px;
    margin-right:1px;
    padding:5px;
    width:688px;
}
#carsearchTopContainer
{
    width:700px;
    height:29px;
    background: transparent url(/images/car_top_bg.gif) no-repeat; 
    clear:both;
}
#carsearchTopContainer h1
{
    padding-top:7px;
    padding-left:30px;
    font-size: 1.2em;
}
#carsearchBottom
{
    width:690px;
    height:22px;
    background: transparent url(/images/car_bottom_bg.gif) no-repeat;
    padding: 5px 5px 0 5px;
}


#carsearchInnerContainer .leftColumn, .AdvanceSeach, .SimpleSearch
{
    float:left;
    display:block;
    width:111px;
    padding-top:11px;
    padding-left:8px;
    padding-right:25px;
}
#carsearchInnerContainer .AdvancedSearch, .SimpleSearch
{
	font-weight:bold; 
	padding:5px;
	 
	padding-bottom:0px !important; 
	padding-top: 5px !important;	
}
#carsearchInnerContainer .AdvancedSearch
{
	/*background: transparent url(/images/arrows_down.gif) -1px 5px no-repeat;*/
}
#carsearchInnerContainer .SimpleSearch
{
	/*background: transparent url(/images/arrows_up.gif) -1px 5px no-repeat;	*/
}

#carsearchInnerContainer .middleColumn
{
    float:left;
    width:111px;
    display:block;
    padding-top:11px;
    padding-right:25px;
}
#carsearchInnerContainer .rightColumn
{
    float:left;
    width:111px;
    display:block;
    padding-top:11px;
}
#carsearchInnerContainer .columnLabels
{
    float:left;
    display:block;
    width:40%;
    height:25px;
    padding-top:3px;
}
#carsearchInnerContainer .columnControls
{
    float:right;
    display:block;
    
    padding-bottom:5px;
	width:100%   
}
#carsearchInnerContainer .columnCheckbox
{
    clear:both;
    display:block;
    width:100%;
    height:25px;
}
#carsearchInnerContainer .clearer
{
    clear:both;
   
}
#carsearchInnerContainer .hrSub
{
    display:block;
    border:0;
    width:100%;
    background-color: #d9d9d9;
    height: 1px;
    margin-top:5px;
    margin-bottom:5px;
    line-height:1px;
    font-size:1px;
}
.carsearchMatches
{
    font-size:1.2em;
    line-height:1.5em;
    font-weight:bold;
    color:#ec6600;
}
.carsearchWarranty
{
    z-index:11;
    position:absolute;
    width:56px;
    height:14px;
    text-align:right;
}
.carsearchWarrantyDetailed
{
    z-index:11;
    /*background: transparent url(/images/Maxitrygg_mini.gif) right top no-repeat;*/
    position:absolute;
    width:83px;
    height:14px;
    margin-top:40px;
    text-align:right;
}

/* VisitPage ********************************/

h3.visitRegionHeader
{
	background: #d6d9e2;
	color:#000;
	width:100%;
	padding:3px;
	margin-bottom: 0px;
	border-bottom: 1px solid #bbbbdd;
}

/* utbytt ********************************* */
h3.header_arrow 
{
	background: transparent url(/images/bg_greyheader_arrow.gif) left top no-repeat;
	float: left;
	display: inline;
	padding: 0 0 0 24px;
	margin: 0 0 0 0;
	color: #000;
	font-size: 1em;
	height:20px
}
h3.header_arrow span
{
	background: transparent url(/images/bg_greyheader.gif) right top no-repeat;
	padding: 3px 20px 0 0;
	background-color: transparent;
	width: 100%;
	display:block;
	height: 20px;
}

/* Footer
-------------------------------------------------------------*/
#footerStart 
{
	margin-top: 8px;
	clear: both;
	display: block;
	height: 77px;
	width:100%;
	background: transparent url(/images/bg_footer_fejkStart.gif) left top repeat-x;
	padding-bottom: 1em;
	text-align:center;
	
}
#footer 
{
	margin-top: 8px;
	clear: both;
	display: block;
	height: 77px;
	width:100%;
	background: transparent url(/images/bg_footer_fejk.gif) left top repeat-x;
	padding-bottom: 1em;
	text-align:center;
	
}
#carlogos 
{
    height:53px;
    margin: auto; 
    text-align:center;
    
}

#carlogos span 
{
	
    float:left;
	display: block;
	padding:5px 99px 0 99px;
	/*background: transparent url(/images/border_dotted_vertical.gif) right 10px no-repeat;*/
}

#carlogos span.carMakesFooterSpan_SV
{
	
	padding:5px 74px 0 74px;
}
#carlogos span.carMakesFooterSpan_NO
{
	padding:15px 51px 0 51px;
	
}
#carlogos span.carMakesFooterSpan_DK
{	
	padding:5px 117px 0 117px;

}



#carlogos span.last 
{
	background-image: none;
}
#footer p 
{
    line-height:20px;
	clear: both;
	text-align: center;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
}
#footer a 
{
	 color: #fff;
}
/* Links
-------------------------------------------------------------*/

a 
{
	color: #1d178d;
}
a:hover 
{
	color: #555;
}

a.blocklink 
{
	display: block;
	padding-left: 18px;
	line-height: 20px;
}
a.arrow 
{
	background: transparent url(/images/icon_next.gif) left 50% no-repeat;
}
a.dot 
{
	background: transparent url(/images/icon_dot.gif) left 50% no-repeat;
}

/* First page
--------------------------------------------------------------*/

#firstPage 
{
    background:#fff;
    width: 900px;
    margin:0;
    padding:0;
    clear:both;
}

#firstPage .topMiddle a
{
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration:none;
    display: block;
    margin:0;
    padding:0;
}
#firstPage .topRight a
{
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration:none;
    display: block;
    margin:0;
    padding:0;
}
#firstPage .bottomRight a
{
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration:none;
    display: block;
    margin:0;
    padding:0;
}
#firstPage .topLeft
{
    padding: 0;
    margin: 10px 0 0 0;
    width: 412px;
    height: 193px;
	float: left;
}
#firstPage .topMiddle
{
    margin: 10px 0 0 10px;
    padding: 0;
    width: 234px;
    height: 193px;
    cursor: hand;
    float: left;
}
#firstPage .topRight
{
    margin: 10px 0 0 10px;
    padding: 0;
    width: 234px;
    height: 193px;
    cursor: hand;
    float: left;
}

#firstPage .bottomLeft
{
    margin:10px 0 0 0;
    padding: 0;
    width: 412px;
    height: 193px;
    cursor: hand;
    float: left;
}
#firstPage .bottomLeft a
{
    position:relative;
    height:188px;
    width:382px;
    margin: 5px 0 0 30px;
    padding: 0;
    color: #fff;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    display: block;
}
#firstPage .bottomRight
{
    margin: 10px 0 0 10px;
    padding:0;
    width: 478px;
    height: 193px;
    cursor: hand;
    float: left;
}

/* -------------------------- MISC text -------------------------------- */
.WarningText
{
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.FormInfoText
{
	color: #ff9900;
	text-decoration: none;
	font-weight:bold;
}
.FormInfoTextDark
{
	color: #EA6200;
	text-decoration: none;
	font-weight:bold;
	padding-left:3px;
}
/* -------------------------- Range slider -------------------------------- */

/*.RangeSliderArea 
{
	width: 227px;
	margin-bottom: 10px;
}
.RangeBar
{
	font-size: 4px;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 222px;
	position: absolute;
	top: 8px;
	left: 0px;
	background-image: url(../images/slide-bar-in.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
.RangeSliderHandleMin {
	margin: 0px;
	padding: 0px;
	width:5px;
	height:9px;
	position: absolute; 
	top: -1px;
	z-index: 3;
}
.RangeSliderHandleMinImage {
	position: relative;
	left: -17px; 
}
.RangeSliderHandleMax {
	margin: 0px;
	padding: 0px;
	width:9px;
	height:9px;
	position: absolute; 
	top: -1px;
	z-index: 3;
}
.RangeSliderHandleMaxImage {
	position: relative;
	left: -17px;
}
.RangeSliderSelectedSpan {
	font-size: 4px;
	margin: 0px;
	padding: 0px;
	height: 9px;
	position: absolute; 
	top: 8px;
	left: 0px;
	background-image: url(../images/slide-bar.gif);
	background-repeat: repeat-x;
	z-index: 2;
}
.RangeSliderTrack {
	position: relative;
	z-index: 0;
}
*/
/* -------------------------- StartPage Campaign -------------------------------- */

/*.StartPage2CampaignContainer
{
    background-color:#fff;
    width: 412px;
    height: 193px;
    clear:both;
}*/
.StartPageCampaignBottom
{
    width: 412px;
    height: 30px;
    background: #fff url(/images/startpage_campaign_bg.gif) 0 0 no-repeat;
    clear:both;
}
.StartPageCampaignButtonContainer
{
    /*width: 50px;*/
    float:left;
}

.CampaignText
{
    /*width:245px;*/
    padding: 10px 0 0 5px;
    float:left;    
}
/*
#StartPageCampaignText
{
    padding: 10px 0 0 5px;
}
#CarMakeCampaignText
{
    padding: 8px 0 0 5px;
    width:215px;
    height:15px;
    float:left;
}*/
.CampaignText h3
{
    font-size:16px;
    line-height:0.7em;  
}
.StartPageCampaignNavContainer
{
    width:133px;
    float:right;
}
.CampaignNavButtons
{
    font-size:1px;
    padding: 8px 10px 0 0;
    float:right;
}
.StartPageCampaignNavButton
{
    padding-right:3px;
}
.CampaingButtons
{
	float: right;
	/* position: absolute;
	z-index: 2;
	margin: 29px 0px 0px 390px;*/
	border-left: solid 1px #DADADA;
	border-top: solid 1px #DADADA;
	text-align: center;
	margin-right:15px;
	
	}

.StartPageCampaignCorners
{
    position:absolute;
    z-index:2;
    width:412px;
    height:3px;  
    background: transparent url(/images/startpage_campaign_corners.gif) 0 0 no-repeat;
}


/* -------------------------- CarMake Campaign -------------------------------- */

.CarMakeCampaignContainer
{
    width: 412px;
    height: 193px;
    clear:both;
}
.CarMakeCampaignTop
{
    width: 412px;
    height: 30px;
    background: #fff url(/images/carmake_campaign_bg.gif) 0 0 no-repeat;
}

.CarMakeCampaignButtonContainer
{
    /*width: 25px;*/
    height:30px;
    float:left;
}
.CarMakeCampaignNavContainer
{
    width:133px;
    float:right;
}
#CampaignNavButtons
{
    padding: 8px 10px 0 0;
    float:right;
}
.CarMakeCampaignNavButton
{
    padding-right:3px;
}
.CarMakeCampaignCorners
{
    position:absolute;
    z-index:2;
    width: 412px;
    height:3px;
    top:160px;    
    background: transparent url(/images/carmake_campaign_corners.gif) 0 0 no-repeat;
}

/* -------------------------- Info & Alertbox -------------------------------- */

.infoBoxContainer
{
    width:100%; 
    background: transparent url(/images/infobox_info_bg.gif) repeat top right;
    margin-bottom:10px;
    display:block;
    clear:both;
}
.infoBoxTopleft
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_topleft_bg.gif) no-repeat top left;
    float:left;
}
.infoBoxBottomleft
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_bottomleft_bg.gif) no-repeat top left;
    float:left;
}
.infoBoxTopright
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_topright_bg.gif) no-repeat top right;
    float:right;
}
.infoBoxBottomright
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_bottomright_bg.gif) no-repeat top right;
    float:right;
}
.infoBoxInfoContainer
{
    overflow:hidden;
    clear:both;
    width:100%;
}
.infoBoxInfoLeft
{
	background: transparent url(/images/infobox_left_bg.gif) repeat-y top left;
    width:20px;
    float:left;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    text-align:center;
    padding-top:15px;
}
.infoBoxInfoRight
{
    width:90%;
    float:right;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    display:block;
}
.alertBoxContainer
{
    width:100%; 
    background: transparent url(/images/alertbox_info_bg.gif) repeat top right;
    margin-bottom:10px;
    margin-top:10px;
    clear:both;
}
.alertBoxTopleft
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/alertbox_topleft_bg.gif) no-repeat top left;
    float:left;
}
.alertBoxBottomleft
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/alertbox_bottomleft_bg.gif) no-repeat top left;
    float:left;
}
.alertBoxTopright
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/alertbox_topright_bg.gif) no-repeat top right;
    float:right;
}
.alertBoxBottomright
{
    width:50%;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/alertbox_bottomright_bg.gif) no-repeat top right;
    float:right;
}
.alertBoxInfoContainer
{
    overflow:hidden;
    clear:both;
    width:100%;
}
.alertBoxInfoLeft
{
    background: transparent url(/images/alertbox_left_bg.gif) repeat-y top left;
    width:20px;
    float:left;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    text-align:center;
    padding-top:15px;
}
.alertBoxInfoRight
{
    width:90%;
    float:right;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    display:block;
}

/* -------------------------- Campaign Car List box -------------------------------- */

.campaignCarContainer
{
	width:415px;
    background: transparent url(/images/infobox_info_bg.gif) repeat top right;
    margin-bottom:10px;
    display:block;
    clear:both;
}

.campaignCarContainer a
{
	text-decoration:none;
	cursor:pointer;
}


.campaignCarTopleft
{
    width:200px;
    height:5px;
    line-height:1px;
    font-size:1px;
    background:transparent url(/images/infobox_topleft_bg.gif) no-repeat top left;
    float:left;
    
}
.campaignCarTopright
{
    width:215px;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_topright_bg.gif) no-repeat top right;
    float:right;
    
}
.campaignCarBottomleft
{
    width:200px;
    height:5px;	
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_bottomleft_bg.gif) no-repeat top left;
    float:left;
    
}
.campaignCarBottomright
{
    width:215px;
    height:5px;
    line-height:1px;
    font-size:1px;
    background: transparent url(/images/infobox_bottomright_bg.gif) no-repeat top right;
    float:right;
}
.campaignCarInfoContainer
{
	overflow:hidden;
    clear:both;
    width:100%;
}
.campaignCarInfoLeft
{
	background:transparent url(/images/infobox_left_bg.gif) repeat-y top left;
    width:20px;
    float:left;    
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    text-align:center;
	padding-top:20px;
}
.campaignCarImage
{
	width:85px;
	padding-left:5px;padding-right:5px;
	float:left;
}
.campaignCarInfoRight
{
    width:295px;
    float:left;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    display:block;
}
.campaignCarInfoRight h3
{
	margin-bottom:0px;
	padding-bottom:8px;
}

.campaignCarInfoRightText
{
	float:left;
	font-weight: bold;
	width:180px;
}
.carCampaignPrice
{
	float:right;
	font-size:2em;
	
}
.carCampaignCampaignPrice
{
	float:right;
	font-size:2em;
	color:#ee7001;
	
}

/* -------------------------- Branch box -------------------------------- */
.branchBoxContainer
{
    width:175px;
    margin: 20px 0 20px 0;
    clear:both;
}
.branchBoxTop
{
    width:175px;
    height:10px;
    font-size:0.1em;
    background: transparent url(/images/branch_box_top.gif) no-repeat;
}
.branchBoxBottom
{
    width:175px;
    height:11px;
    background: transparent url(/images/branch_box_bottom.gif) no-repeat;
}
.branchBoxTopInner
{
    background: transparent url(/images/branch_box_top_bg.gif) repeat-y;
    padding-left:10px;
    line-height:0.9em;
    display:block;
    font-size:0.9em;
    color:#717171;
    font-weight:bold;
    width:165px;
}
.branchBoxBottomInner
{
    background: transparent url(/images/branch_box_bottom_bg.gif) repeat-y;
    padding:8px 0 0 10px;
    line-height:1.3em;
    font-size:0.9em;
    color:#1d178b;
    font-weight:bold;
    display:block;
}
.branchBoxDivider
{
    width:175px;
    height:1px;
    line-height:1px;
    font-size:0.1em;
    background: transparent url(/images/branch_box_divider.gif) no-repeat;
    clear:both;
} 
    
/*-------------------------- Edit pages and properties -----------------------------------------------*/

.editSeparatorProperty
{
	width: 100%;
	border-bottom: 2px solid black;
	font-weight: bold;
	padding-top: 10px;
	
}

/*-------------------------- Selection layer -----------------------------------------------*/

.selectionContainer
{
    background:#fff;
    padding:2px;
    border: solid 1px #ccc;
}
#selectionTabContainer
{
    clear:both;
    width:100%;
    height:21px;
    padding: 1px 0 0 0;
    background: #fff url(/images/selectiontab_bg.gif) repeat-x;
}
#selectionMainContainer
{
    width:100%;
    display:block;
    clear:both;
    padding-top:5px;
    padding-bottom:10px;
    background: #fff url(/images/selectionlayer_bg.gif) repeat-x;
}
#selectionMainContainer a
{
    font-size:1.0em;
    line-height:1.7em;
}
.selectionLayerBranchContainer
{
    float:left;
    margin-right:3px;
    margin-left:5px; 
    width:130px;
}
.selectionLayerCarMakeContainer
{
    float:left;
    background:#fff;
    border: 1px solid #cccccc;
    padding:2px 2px 0 2px;
    /*padding:2px;*/
    margin-top:2px;
}
.selectionLayerCarMakes
{
    width:38px;
    float:left;
}
.regionlink 
{
	display: block;
	background: transparent url(/images/arrow_secondnav.gif) 5px 50% no-repeat;
	padding-left: 11px;
	font-size: .8em;
	font-weight: bold;
	padding-bottom: 2px;
}	
.branchlink
{
    background: transparent url(/images/arrow_secondnav.gif) 5px 50% no-repeat;
	padding-left: 14px;
}

.TabContainer .ajax__tab_header 
{
    font-weight:bold;
    font-size:0.9em;
    color:#000;
    width:100%;
    height:19px;
    margin:0;
}
.TabContainer .ajax__tab_tab 
{ 
    height:16px;
    padding-top:3px;
    cursor:pointer;
}
.TabContainer .ajax__tab_outer 
{
    background: transparent url(/images/tab_off_bg_right.gif) top right no-repeat;
    padding-right:15px;
    margin-right:1px;
    height:19px;
     
}
.TabContainer .ajax__tab_inner 
{
    background: transparent url(/images/tab_off_bg.gif) 0 0 repeat-x;
    padding-left:15px;
    margin:0;
    height:19px;
}
.TabContainer .ajax__tab_active .ajax__tab_tab 
{
    height:16px;
    padding-top:3px;
}
.TabContainer .ajax__tab_active .ajax__tab_inner 
{
    background: transparent url(/images/tab_on_bg.gif) 0 0 repeat-x;
    padding-left:15px;
    margin:0;
    height:19px;
}
.TabContainer .ajax__tab_active .ajax__tab_outer {
   background: transparent url(/images/tab_on_bg_right.gif) top right no-repeat;
   padding-right:15px;
   margin-right:1px;
    height:19px;
}


.BranchInfoBox
{
    border:1px solid #ccc;
    background:#fff;
    padding:5px;
    width:150px;
    height:75px;
    z-index:55;
    text-align:left;
    margin-right:5px;
    margin-top:5px;
}

#flashcontainer
{
    position:absolute;
    border:1px solid #ccc;
    left:0;
    top:0;
    background:#fff;
    width:410px;
    height:305px;
    padding-top:5px;
    z-index:60;
}
#contactForm
{
    position:absolute;
    background:#eee;
    border:1px solid #ccc;
    top:150px;
    left:45%;
    width:470px;
  
    
}
#LargeImages
{
    position:absolute;
    background:#eee;
    border:1px solid #ccc;
    top:10px;
    left:50%;
    width: 700px;
    height: 500px; 
}

#NoFavorite
{
	position:absolute;
    background:#eee;
    border:1px solid #ccc;
    top:216px;
    left:35%;
}

.tblContactForm td
{
	padding: 4px 2px 0px 10px;
	font-weight: normal;
	vertical-align:top;
	width: 185px;
	
	
}

.contactTextbox
{
	width:185px;
	border-style:solid;
	border-width:1px;
	border-color:#7D9EBA;
	
	
}

.contactTextArea
{
	width:390px;
	border-style:solid;
	border-width:1px;
	border-color:#7D9EBA;
}

.tblContactForm select
{
	width: 184px;
}

#tipForm
{
    position:absolute;
    background-color:#eee;
    border:1px solid #ccc;
    top:150px;
    left:50%;
    width:436px;
    padding:0px;
}
#Loading
{
    position:absolute;
	background-color: white;
    background: #fff url(/images/loading_bg.jpg) 0 0 no-repeat;
    border:1px solid #acabb3;
    padding:40px 10px 0px 10px;
    width:180px;
    height:70px;
    z-index:5000;
    top:200px;
    left:45%;
    font-weight:bold;
    text-align:center;
    
}
    
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
    z-index:4999;
}


.formHeader
{
	background: transparent url(/images/bg_mainnav.gif) 0 0 repeat-x;
	color:White;
	font-weight:bold;
	font-size:1.1em;
	padding:3px;
	height:20px;
}

.formHeader .formHeaderLeft
{
	float:left;
	height:25px;
}

.formHeader a
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
.contactFormRequiredInfo
{
	
}
/*-------------------------- Business Cards Employee -----------------------------------------------*/

/*
.employeebox 
{
	width: 330px;
	height: 152px;
	background: transparent url(/images/bg_employee.gif);
	padding: 9px 0px 0 0px;
	float: left;
	margin: 11px 11px 0 0;
	display:block;
}
.employeeInnerbox 
{
    height: 124px;
    display:block;
}
.employeeImagebox
{   
    margin-left:3px; 
    margin-bottom:1px;  
    width:94px; 
    float:left;
}
.employeeInfobox
{
    width: 224px;
    height:120px;
    padding: 4px 0 0 4px;
    float:left;
}
.employeeBottombox
{
    width: 330px;
    padding: 5px 0 0  0;
    clear:both;
}
.employeeIcon
{
    width:27px;
    padding-left: 5px;
    float:left;
}
.employeeNamebox p 
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	margin-left:3px;
}
.employeeRegionBox h2
{
	font-size: 1.1em;
	line-height: 1.1em;
	padding:10px 0 0 0;
	margin:0;
}
.employeeRegionBoxInner
{
    padding-left:5px;
}
.employeeName
{
    font-size:1.2em;
    font-weight:bold;
}
.employeeLabel
{
    width: 5em;
    float:left;
}

#contentBranch 
{
	float: left;
	width: 300px;
	margin-left: 15px;
	padding-bottom: 2em;
}

.ModalBackgroundContac
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
*/

/* ------ Mailformulär -----*/
.mailFormContent
{
    width:490px;
    
}

.mailFormSupErrorMessage
{
    color:Red;
    width:50%;
    
}

.mailformSplit
{
    width:50%;
    float:left;
    padding-bottom:5px;
   
   
}
.mailFormFull
{
    width:100%;
    float:left;
    padding-bottom:5px;
    
   
       
}
.mailFormClearFloat
{
    clear:both;
}
.mailFormSentMail
{
    width:100%;
    float:left;
}

.mailSentText
{
    width:100%;
    float:left;
    
}
.mailFormButton
{
    text-align:right;
    float:right;
    margin-right:14px;
    margin-top:10px;
}
.mailformItalic
{
    font-style:italic;
    color:Gray;
    
}
.mailformDropdown
{
    
	border-color:#7D9EBA;
	width:185px;
	
}
.mailformCheckBox
{
    padding-top:5px;
}
.validatorCalloutHighlight 
{
    background-color: #FFFACD; 
}
.btnCustomLeftTyre
{
    /*background: transparent url(/images/Button/btn_mainBackGround.gif) 0 0 repeat-x; */
    background-color: #FFFACD;
    height: 20px;
    width:30%; 
    float:left;
    text-align: center;
    border: solid 1px #ccc;
    
}
/***** manualCarSearch ******/
.AjaxExtender
{
	color:Red;
}
.manualCarSearchText
{
	font-family: Trebuchet MS;
}
/*________________________*/
/***** ny startPage *****/

/*a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
*/

#startPage
{
	width:100%;
	background: transparent url(/images/bg_body.gif) 0 0 repeat-x;

}
.starPageHeaderArea
{
	height:100%;
	width:100%;
	background: transparent url(/images/bg_body.gif) 0 0 repeat-x;
}
.startPageContentArea
{
	background: transparent url(/images/bakgrundStartsida.jpg) 0 0 repeat-x; 
	width:100%;
}

.startPageBackground
{
	background: transparent url(/images/bakgrundStartsida.jpg) 0 0 repeat-x; 
}

.startShadows
{
	width:942px;
	height:542px;
}

/*** top ****/
.startTopLeft
{
	width:599px;
	height:300px;
	float:left;
	margin-top:20px;
	
}

.startTopRight
{
	width:301px;
	height:300px;
	float:left;
	max-height:300px;
	background-image: url(/images/puffarBakgrundTop.gif);
	margin-top:20px;
	
	
}
.startTopRightPuffHover
{
	width:298px;
	height:100px;
	text-decoration:none;
	font:0px; margin:0px; padding:0px;
	background-image: url(/images/puffarTopBakgrundSelected.gif);
	cursor:pointer;
	
}

.startTopRightPuff
{
	width:298px;
	height:100px;
	text-decoration:none;
	font:0px; margin:0px; padding:0px;
	cursor:pointer;
	
}

.insideTopRightPuff
{
	padding:  20px 5px 0px 5px;

}
.rightPuffImage
{
   width:70px;
   margin: 0px;
   padding: 0px;
   float: left;
   text-decoration: none;
}
.rightPuffTextArea
{
  text-align: right;
}
.rightPuffHeader
{
    color: #F36D00;
    font-size: 1.2em; 
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}
.rightPuffText
{ 
    color: Black;
    vertical-align: middle; 
    font-size: 0.95em; 
    font-family: Trebuchet MS;
    font-weight: bold; 
    margin: 0px; 
    padding: 0px;
}
.rightPuffFooter
{
}
/*** middleContent ***/
.startMiddleContent
{
	width:900px;
	height:180px;
	background-image: url(/images/puffarbakgrundbottom.gif);
	display: block;
	
	
}

.startMiddlePuff
{
	width:300px;
	height:160px;
	text-decoration:none;
	font-family:Trebuchet MS;
	float:left;
	
}
.startInsideMiddlePuff
{ 
	/*padding: 35px 5px 0px 5px;*/
	padding: 10px 5px 10px 5px;
	text-decoration:none;
	cursor:pointer;
}
/*.startInsideMiddlePuff a
{ 
	padding: 35px 5px 0px 5px;
	text-decoration:none;
	cursor:pointer;
}
.startInsideMiddlePuff a:Hover
{ 
	padding: 35px 5px 0px 5px;
	text-decoration:none;
	background-color:Black;
	cursor:pointer;
}
*/

.startInsideMiddlePuffNoHover
{
	margin:23px 0px 0px 0px;
	
	cursor:pointer;
	height:156px;
	
}
.startInsideMiddlePuffHover
{
	margin:23px 0px 0px 0px;
	/*background-color:#EFEFEF;*/
	background: transparent url(/images/InsidebottomPuff_background.gif) 0 0 no-repeat;
	cursor:pointer;
	height:156px;
	
}


.startPagePuffcontents
{
	background: transparent url(/images/bg_mainnav_on.gif) 0 0 repeat-x;
}
.puffImage
{
    float: left;
    padding-right: 5px;
}
.puffText
{
    height: 70px;
    font-size: 1.0em; 
    font-weight: bold;
    text-decoration: none;
    color: Black;
}
.headerMiddlePuff
{
    text-decoration: none;
    color: #F36D00;
}
/*-----------------------*/

/** sedagman GridPage **/
.gpContent
{
	width:700px;
	display:block;
}

.gpPuff
{
	width:220px;
	height:260px;	
	margin-left:12px;
   	font-family:"Trebuchet MS", "Lucida Grande" , Geneva, Verdana, Arial, Helvetica, sans-serif;
	float:left;
}

.gpPuffTop
{
	height:120px

}

.gpPuffBottom
{
	height:120px;
	clear:both;
	padding: 10px 0px 0px 5px;
	background: transparent url(/images/GridPagePuffBackground.jpg) 0 0 repeat-x;
}
.gpPuffBottomTop
{
	height:20px;

}

.gpPuffBottomBottom
{
	height:100px;
	padding:28px 5px 5px 5px;
}

.gpPuffBottomTopLeft
{
	float:left;
	font-size: .5em;
   	font-family:"Trebuchet MS", "Lucida Grande" , Geneva, Verdana, Arial, Helvetica, sans-serif;
}
.gpPuffBottomTopLeft h1
{
    font-size:18px;
	/*float:left;
	font-size: .5em;
	padding-left:5px;
    */
}
.gpPuffBottomTopRight
{
	float:right;
	margin-right:12px;
}



/*-----------------------*/

.startPageBorderRight
{
background: transparent url(/images/borderRightStartPage.gif) 0 0 repeat-y;
height:27px;
float:left;
}

.startPageBorderLeft
{
background: transparent url(/images/borderRightStartPage.gif) 0 0 repeat-y;
height:27px;
float:left;
}
.startPageTop
{
	height:2px;
	width:900px;
	background: transparent url(/images/topBorderStartPage.gif) 0 0 repeat-x;
}
.startPageBottomPuffHeader
{
	height:20px;
	width:297px;
	background: transparent url(/images/bg_mainnav_on.gif) 0 0 repeat-x;
}
.startPageLeft
{
	height:200px;
	width:2px;
	background: transparent url(/images/leftBorderStartPage.gif) 0 0 repeat-y;
}
.startPageBottom
{
	height:2px;
	width:900px;
	background: transparent url(/images/bottomBorderStartPage.gif) 0 0 repeat-x;
	
}



/*-----------------------*/





/*   footer startpage*/

#footerStart 
{
	margin-top: 8px;
	clear: both;
	display: block;
	height: 77px;
	width:100%;
	background: transparent url(/images/bg_footer_fejkStart.gif) left top repeat-x;
	padding-bottom: 1em;
	text-align:center;
	
}

#carlogosStart 
{
    height:53px;
    margin: auto; 
    text-align:center;
    
}

#carlogosStart span 
{
	
    float:left;
	display: block;
	padding:5px 99px 0 99px;
	/*background: transparent url(/images/border_dotted_vertical.gif) right 10px no-repeat;*/
}

#carlogosStart span.carMakesFooterSpan_SV
{
	
	padding:5px 74px 0 74px;
}
#carlogosStart span.carMakesFooterSpan_NO
{
	padding:15px 33px 0 32px;
	
}
#carlogosStart span.carMakesFooterSpan_DK
{	
	padding:5px 117px 0 117px;

}



#carlogosStart span.last 
{
	background-image: none;
}
#footerStart p 
{
    line-height:20px;
	clear: both;
	text-align: center;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
}
#footerStart a 
{
	 color: #fff;
}
.StartPage2CampaignContainer
{
    /* width: 412px;*/
    height: 280px;
    background-color:Transparent;
    
    /*clear:both;*/
}

/*_________________________________*/

.startmiddlePuffLinks
{
	float: right;
	text-decoration:none;
	color:#1d178d;
	font-size:1.2em;
	font-weight:bold;
                                  
}

.startmiddlePufflLinks a
{
	text-decoration:none;
	color:Black;
}
.startmiddlePufflLinks a:hover
{
	text-decoration:none;
	color:#BCBCBC;
	
}

.middlePuffLinks
{
    float:right;
}
.startmiddlePuffLinkText
{
 
    color:#1D178D;
    float:right;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;   
    float: left;
    padding-right:3px;
}
.startmiddlePuffLinkTextHover
{
    color:#1D178D;
    float:right;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;   
    float: left;
   padding-right:3px;
}
.middlePuffLinkImage
{
    float: left;
}

.campainButtons
{
	float:left;
	background-color:#EFEFEF;
	width:38px; 
	height:20px; 
	border-right: solid 1px #DADADA;
	cursor:pointer;
}
.campainButtonsSelected
{
	float:left;
	background-color:White; 
	width:38px; 
	height:20px; 
	border-right: solid 1px #DADADA;
	cursor:pointer;
}
.campainButtonsHover
{
	float:left;
	background-color:white; 
	width:38px; 
	height:20px; 
	border-right: solid 1px #DADADA;
	color:#F36D00;
	cursor:pointer;
	
	
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background: transparent url(/images/bg_mainnav_on.gif) 0 0 repeat-x;
      font-family: Trebuchet MS;
      
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family:Trebuchet MS;
      
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: white;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    min-height:100px;
    font-family:Trebuchet MS;
}
.modalBackground
{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopup
{
	width: 251px;
	padding: 3px;
	background-color: #C7C7C7;
	border: solid 2px gray;
}



.simplecontactform
{
    float:left;
    width:600px;
    padding:0 1em;
}
.simplecontactform select,
.simplecontactform input[type='text']
{
    min-width:150px;
    width:150px;
    float:left;
}
.simplecontactform textarea
{
    float:left;
    width:330px;
    height:80px;
}
.simplecontactform .row 
{
    float:left;
    width:100%;
    padding:0 0 0.5em 0;
}
.simplecontactform .rowspacer 
{
    width:100%;
    padding:0 0 0.4em 0;
}

.simplecontactform .onerowitem 
{
    float:left;
    margin:0 1em 0 0;
    width: 320px;
}
.simplecontactform .rowitem 
{
    float:left;
    margin:0 1em 0 0;
    width: 160px;
}
.simplecontactform .rowitemlast
{
    float:left;
    margin:0 1em 0 0;
    width: 160px;
}
.simplecontactform .onerowitem span,
.simplecontactform .rowitemlast span,
.simplecontactform .rowitem span 
{
    width:100%;
}


