/* General styles */

*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	color: #363636;
	background: #f2f2f2 url(../img/bg.gif) 50% 0 repeat-y;
	font: 76%/130% Arial, Helvetica, sans-serif;
	height: 100%;
}
img, fieldset
{
	border: 0;
}
hr
{
	border-bottom: 1px #fff solid;
	border-top: 1px #eee solid;
}
a
{
	color: #13436e;
}
a:hover, a:active
{
	color: #44535f;
}
input, textarea, select
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.clear
{
	clear: both;
}
.clear-space
{
	clear: both;
	height: 15px;
}
.left-align
{
	float: left !important;
}
.right-align
{
	float: right !important;
}
.txtright
{
	text-align: right !important;
}
.txtcenter
{
	text-align: center !important;
}
.last
{
	margin-right: 0 !important;
}
.blast
{
	margin-right: 0 !important;
	border-right: 0 !important;
}
.space
{
	margin: 0 5px;
}
.inithide
{
	display: none;
}
.txtimg
{
	margin: 8px 0 5px 15px;
	padding: 1px;
	background: #fff;
	border: 1px #c0c0c0 solid;
}
.img
{
	padding: 1px;
	background: #fff;
	border: 1px #c0c0c0 solid;
}
.errmsg
{
	color: #ff0000;
}
.hidden{
	display: none;
}
/* Body styles */

.clear-left
{
	clear: left;
}
.clear-right
{
	clear: right;
}

#form1
{
	height: 100%;
	position: relative;
}


#body-wrap
{
	width: 960px;
	margin: auto;
	min-height: 400px;
	background: #fff;
	position: relative;
	min-height: 100%;
}



/* Header styles */

#header-wrap
{
	height: 85px;
	background: #fff;
	z-index: 10;
	position: relative;
}

#logo
{
	position: absolute;
	top: 15px;
	left: 25px;
}

#logo img
{
	max-height: 67px;
}

.minilogo
{
	position: absolute;
	top: 3px;
	right: 5px;
}

.nav-bg
{
	background: #eaeaeb url(../img/bg_menu.gif) repeat-x;
	position: relative;
	z-index: 1;
	border-bottom: 1px #fff solid;
}

.nav
{
	width: 960px;
	position: relative;
	height: 35px;
}

.nav ul
{
	list-style: none;
	float: left !important;
}

.nav ul li
{
	float: left;
}

.nav ul li a
{
	padding: 5px;
	margin: 0 3px 0 0;
	text-decoration: none;
	color: #eee;
	display: block;
	white-space: nowrap;
	min-width: 20px;
	border: 1px #43484e solid;
	border-bottom: 0;
	background: #4b535f url(../img/bg_menutag.gif) repeat-x;
	position: relative;
}

.nav ul li a.sel, .nav ul li a:hover, .nav ul li a:active
{
	color: #fff;
	background: #61676e url(../img/bg_menutag_sel.gif) repeat-x;
	border: 1px #8b8b8b solid;
	border-bottom: 0;
}

.nav ul li a.sel
{
	top: 1px;
	margin-top: -1px;
	padding: 5px 5px 6px 5px;
}


.nav ul.lastlevel li a.sel, .nav ul.lastlevel li a:hover
{
	top: 0;
	margin-top: 0;
	padding: 5px;
}

.nav-left
{
	position: absolute;
	left: 0;
	padding: 8px 8px 0 8px;
}

.nav-right
{
	position: absolute;
	right: 0;
	padding: 8px 8px 0 8px;
}
.nav-right ul
{
	float: right !important;
}
.nav-right li
{
	float: right !important;
}
.nav-right ul li a
{
	margin: 0 0 0 3px;
}



.subnav1 ul, .subnav2 ul, .subnav3 ul
{
	list-style: none;
}

.subnav1 ul li, .subnav2 ul li, .subnav3 ul li
{
	float: left;
	position: relative;
	padding: 0;
}

.subnav1 ul li a, .subnav2 ul li a, .subnav3 ul li a
{
	padding: 4px 5px;
	display: block;
	min-width: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}


.subnav1
{
	border-bottom: 1px #dadadb solid;
	background: #61676e;
}

.subnav1 ul li a
{
	border-right: 1px #8b8b8b solid;
}

.subnav1 ul li a:hover, .subnav1 ul li a:active, .subnav1 ul li a.sel
{
	background: #818184;
	color: #fff;
}
.subnav1 ul li a.sel
{
	top: 1px;
	margin: -1px 0 0 0;
	padding: 4px 5px 5px 5px;
}
.subnav1 ul.lastlevel li a:hover, .subnav1 ul.lastlevel li a:active, .subnav1 ul.lastlevel li a.sel
{
	top: 0;
	margin: 0;
	padding: 4px 5px;
}





.subnav2, .subnav3
{
	border-top: 1px #fff solid;
}

.subnav2
{
	background: #818184;
}

.subnav2 ul li a
{
	border-right: 1px #acacb1 solid;
}

.subnav2 ul li a:hover, .subnav2 ul li a:active, .subnav2 ul li a.sel
{
	background: #a1a1a3;
	color: #000;
}


.subnav3
{
	background: #a1a1a3;
}

.subnav3 ul li a
{
	border-right: 1px #bcbcb8 solid;
	color: #000;
}

.subnav3 ul li a:hover, .subnav3 ul li a:active, .subnav3 ul li a.sel
{
	background: #C1C1C3;
	color: #000;
}









#headernav
{
	position: absolute;
	top: 0;
	right: 0;
	background: #e4e4e4;
	z-index: 1000;
}
#headernav ul
{
	list-style: none;
}

#headernav ul li
{
	float: left;
}

#headernav ul li a
{
	padding: 5px 15px 5px 8px;
	margin: 0;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	min-width: 30px;
	border-right: 2px #fff solid;
	color: #555555;
}

#headernav ul li a img
{
	padding-left: 0px;
	padding-right: 6px;
	vertical-align: bottom;
}

#headernav ul li a.sel, #headernav ul li a:hover
{
	text-decoration: underline;
}

.loginlink, .logoutlink, .accountlink, .settingslink, .basketlink, .phonelink
{
	padding-left: 30px !important;
}
.logoutlink
{
	background: url(../img/icons/logout.gif) 7px 50% no-repeat;
}
.loginlink
{
	background: url(../img/icons/login.gif) 7px 50% no-repeat;
}
.accountlink
{
	background: url(../img/icons/account.gif) 7px 50% no-repeat;
}
.settingslink
{
	background: url(../img/icons/settings.gif) 7px 50% no-repeat;
}
.basketlink
{
	background: url(../img/icons/basket.gif) 7px 50% no-repeat;
}
.phonelink
{
	background: url(../img/icons/phone.gif) 7px 50% no-repeat;
}

.icon-inline
{
	padding-bottom: 2px;
	border: 0 !important;
	vertical-align: bottom;
	cursor: pointer;
}
.subnav1 .icon-inline, .nav .icon-inline
{
	padding-bottom: 0 !important;
}

.userdetails
{
	position: absolute;
	top: 45px;
	left: 400px;
	color: #969696;
	font-style: italic;
	text-align: right;
	width: 560px;
}
.userdetails a
{
	font-style: normal;
}




/* Login search */

.loginbox
{
	width: 235px;
	margin: 40px auto;
}

.loginbox fieldset
{
	padding: 10px 15px;
}
.loginbox fieldset .s1
{
	width: 210px;
}

.loginbox fieldset .sbtn
{
	float: right;
}

.loginbox fieldset .remember-login
{
	clear: both;
	padding: 8px 0 0 0;
	font-size: 90%;
	text-align: center;
}
.loginbox fieldset .remember-me
{
	padding: 8px 0 0 0;
}



.loginbox-single
{
	width: 300px;
	margin: 20px auto;
	border: 1px #bbbcb3 solid;
}

.loginbox-single fieldset
{
	padding: 10px 15px;
}


#searchbox-single
{
	width: 300px;
	margin: 20px auto;
	border: 1px #bbbcb3 solid;
}

#searchbox-single .fset
{
	padding: 15px;
}
#searchbox-single .fset .SearchDropDown
{
	width: 270px;
}
#searchbox-single .fset .SearchBtn
{
	padding: 2px 10px;
}



/* Header search */

#headersearch
{
	width: 236px;
	font-size: 90%;
	float: left;
}

#headersearch h3
{
	font-size: 120%;
	text-align: center;
	margin: 0;
	padding: 5px 0 3px 0;
	background: #d9dbdc;
}

#headersearch .fset
{
	border: 1px #d9dbdc solid;
	padding: 8px 10px 9px 10px;
	height: 74px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
#headersearch .SearchDropDown
{
	width: 148px;
}
#headersearch .SearchDropDown
{
	width: 148px;
}
#headersearch .SearchBtn
{
	padding: 15px 8px;
	margin: 15px 0 0 0;
	font-size: 150%;
}

#headersearch .fdevider
{
	text-align: center;
	width: 100px;
	margin: -5px auto;
	position: relative;
	background: #fff;
}


#header-ad
{
	float: right;
	width: 718px;
	height: 114px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
#header-ad img
{
	display: block;
}



/* Salesforce */

.staffbox .staffimg
{
	background: #fff;
	padding: 1px;
	height: 106px;
	width: 102px;
	border: 1px #808a94 solid !important;
	margin: 10px 5px 0 10px;
}

.staffbox .staffdetails
{
	width: 100px;
	margin: 10px 10px 0 0;
}
.staffbox .staffdetails .staffheadline
{
	padding: 0;
	display: block;
}
.staffbox .staffdetails h5
{
	padding: 2px 0;
	font-weight: normal;
}

.staffbox .staffdetails .staffphone
{
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

.staffbox .staffall
{
	font-size: 90%;
}

.staffbox .generalbtn
{
	display: block;
	margin: 5px 0;
	text-align: center;
}

/* Targetgroups */


.group1
{
	background: #666 url(../img/welcome_privat.jpg) no-repeat !important;
}
.group2
{
	background: #666 url(../img/welcome_verkstad.jpg) no-repeat !important;
}
.group3
{
	background: #666 url(../img/welcome_forsakringsbolag.jpg) no-repeat !important;
}
.group4
{
	background: #666 url(../img/welcome_partner.jpg) no-repeat !important;
}
.group1, .group2, .group3, .group4
{
	color: #fff !important;
	text-decoration: none;
	text-align: right;
	line-height: 140%;
}
.group1 strong, .group2 strong, .group3 strong, .group4 strong
{
	display: block;
	font-size: 150%;
	margin: 90px 15px 3px 30px;
}
.group1 em, .group2 em, .group3 em, .group4 em
{
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	margin: 0 15px 0 30px;
	display: block;
	line-height: 120%;
}


/* Partlist search */

#partlist
{
	font-size: 90%;
	border: 1px #bbbcb3 solid;
	padding: 10px;
	border-top: 0;
	min-height: 265px;
}

#partlist .camera
{
	padding: 2px 0 0 2px;
}

.GridHeaderStyle th, .GridFooterStyle td, .GridItemStyle td, .GridAltItemStyle td, .GridSelItemStyle td
{
	font-size: 90%;
	line-height: 16px;
}

.GridHeaderStyle
{
	background-color: #dbe0e6;
}

.GridHeaderStyle th
{
	text-align: left;
	background-color: #dbe0e6;
	padding-left: 2px;
	padding-right: 2px;
}

.GridItemStyle
{
	/*background-color: #eeeeee;*/
	background-color: #fff;
}

.GridAltItemStyle
{
	background-color: #DDDDDD;
}

.GridSelItemStyle
{
	background-color: #99BBFF;
	color: White;
}

.GridFooterStyle td, .GridItemStyle td, .GridAltItemStyle td, .GridSelItemStyle td
{
	padding: 0 2px 0 2px;
}

.GridFooterStyle td
{
	font-weight: bold;
	white-space: nowrap;
}

.GridPager
{
}

.GridPager table
{
	margin: 5px auto;
}

.GridPager td
{
	background-color: White;
	padding: 1px;
	line-height: 16px;
}

.GridPager span, .GridPager a, .GridPager input
{
	padding: 2px 6px 2px 6px;
	font-size: 10px;
	border: solid 1px #bbbcb3 !important;
	text-decoration: none;
	display: inline-block;
}
.GridPager input
{
	padding: 2px 2px 2px 2px;
}

.GridPager span, .GridPager a:hover, .GridPager input:hover
{
	background: #383838;
	color: #fff;
}

.GridHorizontalPadding
{
	padding-right: 10px;
	padding-left: 0px;
}

.DetailsTableWrap
{
	width: 100%;
}
.DetailsTableWrap td.DetailCol
{
	width: 33%;
	border-left: 1px #eee solid;
	padding: 7px 10px;
	vertical-align: top;
}
.DetailsTableWrap td.DetailHeadLogo
{
	border-left: 1px #eee solid;
	text-align: center;
	padding: 0 10px;
	vertical-align: middle;
}
.DetailsTableWrap td.DetailHeadTxt
{
	border-left: 1px #eee solid;
	text-align: center;
	padding: 0 10px 3px 10px;
}
.DetailsTableWrap .DetailsModel
{
	text-align: center;
	padding: 3px 10px 0 10px !important;
}
.DetailsTableWrap .offertlistparthead th
{
	padding: 5px;
	border-left: 1px #fff solid;
}
.offertlistparthead th .iconbtn
{
	float: left;
	margin: -4px 1px;
}
.DetailsLogo
{
	height: 45px;
}
.DetailsTxtLogo
{
	font-size: 220%;
	text-decoration: none;
	color: #58585a;
	font-weight: bold;
}
.DetailsModel .DetailsLogo
{
	float: right;
}
.DetailsLogo img
{
	max-height: 40px;
	max-width: 100px;
}

.PhotoThumbs img
{
	padding: 5px 0 5px 5px;
}

.DetailsTable
{
	width: 100%;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.DetailsTable th
{
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	padding: 0px;
}
.DetailsTable td
{
	vertical-align: top;
	padding: 0px;
	font-weight: normal;
}


.ListTable th, .ListTable td
{
	padding: 2px;
}




th.ascending
{
	background: #DDD url(../img/arrow_ascending.gif) center left no-repeat;
	padding-left: 18px !important;
}

th.descending
{
	background: #DDD url(../img/arrow_descending.gif) center left no-repeat;
	padding-left: 18px !important;
}


table.list-result-table
{
	border: 0;
	width: 100%;
}

table.list-result-table th
{
	white-space: nowrap;
	padding: 5px;
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
table.list-result-table td
{
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 0 5px;
}
table.list-result-table th th, table.list-result-table td td
{
	padding: 0;
}



/* Fieldset */

#content fieldset
{
	border: 1px #d9d9d9 solid;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
}

#content fieldset legend
{
	margin: 0;
	padding: 0 2px;
}








#partlistwrap
{
	margin: 0 0 6px 0;
}

#partlistnav
{
	background: #4b6173 url(../img/bg_menu.gif) left bottom repeat-x;
	border: 1px #bbbcb3 solid;
	border-bottom: 0;
	min-height: 25px;
}
#partlistnav ul
{
	list-style: none;
	margin: 0 !important;
	padding: 5px 0 0 5px !important;
}
#partlistnav ul li
{
	float: left;
	margin-right: 5px;
}
#partlistnav ul li a
{
	color: #666;
	background: #fcfcfc url(../img/bg_partlistmenu.gif) left bottom repeat-x;
	text-decoration: none;
	padding: 7px 25px 5px 25px;
	display: block;
	min-width: 60px;
	text-align: center;
	font-weight: bold;
}
#partlistnav ul li a.sel, #partlistnav ul li a:hover
{
	background: #fff;
}

#partlistnav .partlisttotal
{
	float: right;
	display: block;
	font-weight: bold;
	color: #666666;
	width: 250px;
	text-align: center;
	padding: 8px 0 0 0;
}



/* Content styles */


#content-wrap
{
	padding: 0 0 15px 0;
	position: relative;
}

#content
{
	padding: 6px 0 0 0;
	position: relative;
}

.content-txt
{
	padding: 10px;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 5px 0;
	color: #383c40;
	line-height: 100%;
}

h1
{
	font-size: 180%;
	padding: 0 0 5px 0;
}

h2
{
	font-size: 160%;
}


h2.boxheader, span.boxheader, div.boxheader
{
	background: #4b6173 url(../img/bg_menu.gif) left bottom repeat-x;
	color: #666;
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	display: block;
	font-weight: bold;
	line-height: 100%;
}

.boxheader div
{
	float: right;
}

.boxheader .right-align
{
	float: right;
	margin: -5px -10px 0 5px;
}


.boxheader select
{
	float: right;
	margin: -5px -10px 0 5px;
}

.boxheader img
{
	margin: -2px 0;
	padding: 0;
}

h3
{
	font-size: 120%;
	color: #363636;
	padding: 15px 0 0 0;
}

p
{
	padding: 5px 0 5px 0;
}

#content ul, #content ol
{
	margin: 5px 0 5px 25px;
}

.right-col-cnt
{
	width: 450px;
	float: right;
	padding-left: 20px;
	border-left: 1px #eee solid;
	margin-top: 10px;
}

.left-col-cnt
{
	width: 450px;
	float: left;
	margin-top: 10px;
}

.right-col
{
	width: 233px;
	float: right;
}

.left-col
{
	width: 719px;
	float: left;
}

.right-col2
{
	width: 700px;
	float: right;
}

.left-col2
{
	width: 230px;
	float: left;
}



/* Info boxes styles */

.infobox
{
	width: 233px;
	min-height: 320px;
	background: #c9c9c9 url(../img/bg_infobox.gif) bottom left repeat-x;
}

.infobox-cnt
{
	padding: 20px;
	text-align: center;
	color: #fff;
}

.infobox-cnt h2, .infobox-cnt h3
{
	color: #fff;
}


#partnerbox
{
	min-height: 318px;
	margin-bottom: 0;
	text-align: center;
}

/* Adboxes styles */

hr
{
	border-top: 1px #bbbcb3 solid;
}

.userbox
{
	border: 1px #bbbcb3 solid;
	margin: 0 0 6px 0;
	min-height: 159px;
	background: url(../img/bg_adbox.gif) #fff no-repeat right top;
}


.buttonbar
{
	min-height: 27px;
	padding: 10px;
}

.twowidthbar
{
	width: 453px;
}
.fourwidthbar
{
	width: 214px;
	float: left;
	margin-right: 6px;
}

.buttonbar .sbtn
{
	float: right;
	margin-left: 7px;
}
.condition-table
{
	width: 100%;
}
.condition-table td
{
	vertical-align: top;
}
.condition-table .space
{
	width: 5px;
}
.condition-table fieldset
{
	min-height: 40px;
}

.smallbox
{
	min-height: 0;
}

.right-col2 .userbox, .left-col2 .userbox
{
	margin: 2px;
}

.userbox img.adimg
{
	float: left;
}

.fourwidth
{
	width: 234px;
	float: left;
	margin-right: 6px;
}
.fourwidth-right
{
	width: 234px;
	float: right;
}
.fourwidthRest
{
	width: 714px;
	float: right;
}

.field-three
{
	width: 290px;
}
.threewidth
{
	width: 314px;
	float: left;
	margin-right: 6px;
}
.threewidth-right
{
	width: 314px;
	float: right;
}
.twowidth
{
	width: 473px;
}

.rightbox
{
	margin-right: 0 !important;
	width: 232px !important;
	float: right !important;
}

.userbox h3
{
	padding: 7px 10px 10px 10px;
	font-size: 110%;
	line-height: 115%;
}
.userbox h3 a, .userbox h3 a:hover
{
	text-decoration: none;
	color: #13436e;
}
.userbox h3 a .ad-campaign-txt
{
	color: #cc1111;
	font-size: 90%;
}
.userbox h3 a .ad-sub-txt
{
	font-size: 90%;
}


.ad-price
{
	width: 100px;
	float: right;
	text-align: center;
	margin: 10px 0 0 0;
}

.price
{
	font-size: 180%;
	color: #cc1111;
	font-weight: bold;
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
}
.ord-price
{
	font-size: 90%;
}

.userboxcnt
{
	padding: 10px;
}

.userbox .userboxcnt h3
{
	padding: 7px 0 0 0;
	font-size: 110%;
	line-height: 115%;
}
.userbox .userboxcnt .ad-price
{
	width: 300px;
	float: none;
}


/*General button styles*/

.generalbtn
{
	background: #58585a;
	color: #fff;
	border: 2px #58585a outset;
	font-size: 90%;
	cursor: pointer;
	padding: 3px 10px 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.generalbtn:hover
{
	color: #fff;
	border: 2px #58585a inset;
}

.generalinput
{
	padding: 1px 2px 2px 2px;
	margin: 0 2px 0 0;
}



/* Form styles */


.formbox
{
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	border: 1px #939B8C solid;
	padding: 2px;
}
.formbox:enabled
{
    background:#fff;
}
.formselect
{
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	border: 1px #939B8C solid;
	padding: 1px;
}
.formcheck
{
	margin: 0 3px 0 0;
}
.formbutton
{
	padding: 5px 20px;
}
.formbutton-small
{
	padding: 0 2px;
}
.sortfield
{
	height: 40px;
}
.sortfield-double
{
	height: 95px;
}

.sortfield-double .SearchBtn
{
	padding: 22px 12px;
	font-size: 150%;
	margin: 0;
}

.s-active
{
	border: 1px #000 solid !important;
}
.s-active legend
{
	font-weight: bold;
}
.s-inactive
{
	border: 1px #eee solid !important;
	color: #c0c0c0;
}

.formset
{
	background: #fff url(../img/bg_form.jpg) repeat-x;
	border: 1px #939B8C solid;
}
.formset fieldset
{
	padding: 10px 15px;
	border: 0;
}
.formset textarea, select, input.textbox, input.fieldWide, input.field, input.fieldHalf, input.fieldPnr, input.fieldPOrt
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px #939B8C solid;
	padding: 1px;
}
.formset .textbox, .formset .fieldWide
{
	width: 300px;
}
.formset .field
{
	width: 141px;
}
.formset .fieldPnr
{
	width: 30px;
}
.formset .fieldPOrt
{
	width: 262px;
}
.formset .textarea
{
	width: 300px;
	height: 100px;
}
.formset .sendButton
{
	padding: 2px 5px;
}

/* Button styles */

.sbtn
{
	padding: 2px 10px;
}

.iconbtn
{
	background: #d8d8d8 url(../img/bg_iconbtn.gif) repeat-x;
	border: 1px #707070 solid;
	white-space: nowrap;
	text-decoration: none;
	color: #323232;
	font-weight: normal !important;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 #fff;
}
.iconbtn span
{
	padding: 3px 25px 3px 10px;
	display: block;
	margin-right: 5px;
}
.iconbtn span.withouticon
{
	padding: 3px 10px 3px 10px;
	margin-right: 0;
}
.iconbtn span.onlyicon
{
	padding: 3px 10px 3px 7px;
}
.iconbtn:hover
{
	background: #b9d3e2 url(../img/bg_iconbtn_hover.gif) repeat-x;
	color: #000;
}
.iconbtn span
{
	background-position: 100% 50% !important;
	background-repeat: no-repeat !important;
}
.irefresh span
{
	background: url(../img/icons/refresh.png);
}
.inotes span
{
	background: url(../img/icons/notes.png);
}
.iimage span
{
	background: url(../img/icons/image.png);
}
/* Footer styles */

#footer-wrap
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}


#footer
{
	padding: 15px 0 15px 10px;
	color: #484848;
	text-align: left;
	width: 950px;
	margin: 5px auto 0 auto;
	background: #e3e3e3 url(../img/bg_footer.gif) repeat-x;
	font-size: 90%;
	line-height: 140%;
	height: 82px;
	overflow: hidden;
}

#footer a
{
	color: #484848;
}
#footer a:hover
{
	color: #484848;
}



#footer .produced, #footer .produced a
{
	color: #909090;
}

.footercolumn
{
	float: left;
	width: 180px;
	padding: 0 10px 0 10px;
	min-height: 75px;
	border-left: 1px #a3a3a3 solid;
}
.footercolumn h4
{
	font-size: 150%;
	font-weight: normal;
	padding: 0 0 5px 0;
	color: #484848;
}

#footercol1
{
	width: 520px !important;
	border-left: 0 !important;
	padding: 0 10px 0 0 !important;
}

.s-logos
{
	background: #fff;
	border: 1px #afafaf solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 5px;
	text-align: center;
	color: #c8c8c8;
}


/* Copyright styles */

.copyright
{
	padding: 5px;
	color: #fff;
	text-align: center;
	width: 950px;
	margin: 1px auto 0 auto;
	background: #a4a4a4 url(../img/bg_copyright.gif) repeat-x;
	font-size: 90%;
}
.copyright a, .copyright a:hover
{
	color: #fff;
}

/* Skip styles */
#skip
{
	position: relative;
	z-index: 10000;
}

#skip a
{
	position: absolute;
	top: -500px;
	color: #000;
	background: #fff;
	text-decoration: none;
	outline: 0;
	font-weight: normal;
}

#skip a:active, #skip a:focus
{
	position: absolute;
	border: 1px solid #eee;
	padding: 2px 4px;
	top: 0;
	left: 0;
	z-index: 100;
}


/* Previous user.css styles */

.userbox .fieldWide
{
	width: 447px;
}
.userbox .field
{
	width: 210px;
}
.userbox .fieldHalf
{
	width: 91px;
}
.userbox .fieldPnr
{
	width: 50px;
}
.userbox .fieldPOrt
{
	width: 153px;
}


.userbox-table
{
	width: 100%;
	margin: 10px 0 10px 0;
}

.userbox-tablenext
{
	width: 100%;
	margin: -10px 0 10px 0 !important;
}

.userbox-table td
{
	vertical-align: top;
	padding: 0 5px 0 5px;
}


.fullwidth
{
	width: auto !important;
}

.userboxnav
{
	background: #4b6173 url(../img/bg_menu.gif) left bottom repeat-x;
	min-height: 25px;
}

ul.userboxnavlist
{
	list-style: none;
	margin: 0 !important;
	padding: 5px 0 0 5px !important;
}
ul.userboxnavlist li
{
	float: left;
	margin-right: 5px;
}
ul.userboxnavlist li a
{
	color: #666;
	background: #fcfcfc url(../img/bg_partlistmenu.gif) left bottom repeat-x;
	text-decoration: none;
	padding: 4px 25px 5px 25px;
	display: block;
	min-width: 60px;
	text-align: center;
	font-weight: bold;
}
ul.userboxnavlist li a.sel, ul.userboxnavlist li a:hover
{
	background: #fff;
}

.userbox-cnt
{
	padding: 10px;
}


/* Fieldset */

#content fieldset
{
	border: 1px #d9d9d9 solid;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
}

#content fieldset legend
{
	margin: 0;
	padding: 0 2px;
}

.boxheader-close
{
	background-image: url(../img/button_miniclose.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 1px 15px 15px 1px;
	cursor: pointer;
	color: #666; /*font-size: 10px;*/
	text-decoration: none;
	font-weight: bold;
	float: right;
}


/* Overlay Window */

.MiniWindowOuterFrame
{
	border: ridge 4px #3f4b53;
	z-index: 1000;
}

.MiniWindowTitleBar
{
	padding: 4px 4px 4px 10px;
	height: 17px;
	cursor: move;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	background: #4b6173 url(../img/bg_menu.gif) left bottom repeat-x;
}

.MiniWindowTitleBar td
{
	/*color: White;*/
}

.MiniWindowTitleBar a
{
	background-image: url(../img/button_miniclose.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 1px 18px 1px 1px;
	cursor: pointer;
	color: #666; /*font-size: 10px;*/
	text-decoration: none;
	font-weight: bold;
}

.MiniWindowInnerFrame
{
	background: #fff;
	padding: 5px;
}

/*   Compatibility.css						*/

.GridItemStyle td, .GridAltItemStyle td, .GridSelItemStyle td
{
	font-size: 90%;
}

.GridView th
{
	text-align: left;
}

.Mandatory
{
	background-color: #fffbbb !important;
}

.NotBilRegOK
{
	color: Red;
}

/*======================================*/
/*   Edit Offer							*/
/*======================================*/
.OfferRowTable th
{
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: smaller;
}

.OfferPart
{
	background-color: #dbe0e6;
}
.AltOfferPart
{
	background-color: #f5f5f6;
}



.Right
{
	text-align: right;
}

.Spacing
{
	height: 8px;
	clear: both;
}

.ScrollContent
{
	height: 280px;
	overflow: auto; /*border: solid 1px gray;*/
	padding: 8px;
}

.StandardLabel
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.StandardText
{
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.ColorLabelBig
{
	padding: 3px 0;
	font-weight: bold;
	font-size: 13px;
	color: #383c40;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.twowidthhalf3
{
	width: 233px;
	margin-left: 12px;
	float: left;
}

.twowidthhalf4
{
	width: 232px;
	float: right;
}



.SelectedPart
{
	background-color: #fcffdd !important;
}
.AltOfferPart.SelectedPart
{
	background-color: #f7ffa9 !important;
}
.Filtered .PartText
{
	color: Gray !important;
}


tbody.collapse th
{
	border-top: 1px #fff solid !important;
}

.offertlistparttable
{
	margin: 5px 0;
}
.offertlistparttable td, .offertlistparttable th
{
	padding: 1px 2px;
}
.offertlistparttable tbody.collapse td, .offertlistparttable tbody.collapse th
{
	padding: 2px;
}

tr.offertlistparthead th, tr.offertlistparthead td
{
	background: #444446 url(../img/bg_menutag.gif) repeat-x;
	color: #fff;
}

.offerlistpartparts tr.offertlistparthead th, .offerlistpartparts tr.offertlistparthead td
{
}

.offertlistparttitle
{
	display: block;
	float: left;
	margin: 0 10px;
}

.insurance-logo
{
	padding: 5px 0;
}

.clickable
{
	cursor: pointer;
}

.icon-expand
{
	text-align: left;
	width: 20px;
}
.icon-expand img
{
	padding: 0 4px;
	float: left;
}


/*======================================*/
/*   Loader					*/
/*======================================*/

.loaderOverlay
{
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loaderFixed
{
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: 50%;
}
.loaderWin
{
	padding: 20px;
	width: 400px;
	margin: -50px 0 0 -200px;
	border: 5px #596370 solid;
	background-color: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*======================================*/
/*   LicensePlateControl				*/
/*======================================*/
.LicensePlateControlParent
{
	width: 300px;
}
.LicensePlateControl
{
	white-space: nowrap;
	margin: 5px;
	width: 133px;
	height: 33px;
	background: url('../img/LicensePlateControl/LicensePlate.png') no-repeat;
}
.LicensePlateControl.no
{
	background: url('../img/LicensePlateControl/LicensePlate_no.png') no-repeat;
}
.LicensePlateControl.se
{
	background: url('../img/LicensePlateControl/LicensePlate_se.png') no-repeat;
}
.LicensePlateControl input[type="text"]
{
	margin: 3px 2px 2px 22px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	width: 105px;
	border: 0 solid red;
	text-transform: uppercase;
}
.LicensePlateControl input[type="button"]
{
	margin: 0 6px 0 8px;
	font-family: Arial;
	font-size: 20px;
	padding: 2px 6px;
}
.LicensePlateControl select
{
	margin: 6px 0px;
	width: 96px;
}

/*======================================*/
/*   Regnr sign					*/
/*======================================*/

.regnrsign
{
	margin: 5px 10px;
	width: 121px;
	height: 33px;
	background: url(../img/bg_reg.gif) no-repeat;
}

.regnrsign .regnr
{
	padding: 10px 5px 5px 23px;
	display: block;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
}

.regnrsign-black
{
	width: 110px;
	height: 33px;
	background: url(../img/bg_reg_black.gif) no-repeat;
}
.regnrsign-black .regnr
{
	padding: 10px 0px 5px 0px;
	background: url(../img/bg_reg_black.gif) no-repeat;
}

.searchbox-regnr
{
	margin: 5px 10px !important;
	width: 121px;
	height: 33px;
	background: url(../img/bg_reg.gif) no-repeat;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	border: 0; /*padding: 5px 0 0 8px;*/
	text-transform: uppercase;
}
/*======================================*/
/*   Msg roller					*/
/*======================================*/


#msg
{
	color: #323232;
	width: 700px;
	margin: 0 0 10px 0;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 200px;
}
#msg .msg-title
{
	color: #000;
	height: 33px;
	width: 150px;
	padding-left: 10px;
	font-size: 100%;
	font-weight: normal;
	float: left;
	position: relative;
	z-index: 10000;
	overflow: hidden;
	margin: 0 !important;
	padding: 7px 0 0 0 !important;
	display: none;
}
#msg ul
{
	margin: 9px 0 0 0;
	padding: 0;
	list-style: none;
}


div#msg-slide
{
	position: relative;
	width: 700px;
	height: 30px;
	left: 0;
	overflow: hidden;
}

ul#msg-slide-list
{
	position: relative;
	width: 750px;
	height: 30px;
}

ul#msg-slide-list li
{
	position: absolute;
	left: 750px;
	top: 0px;
	display: inline;
	width: 700px;
}

ul#msg-slide-list li.msg-slide-first
{
	left: 0;
}

.CalendarEx a
{
	text-decoration: none !important;
	padding: 0 6px;
}
.watermarked
{
	color: #8e99a8;
	font-style: italic;
}


.dialogAlert
{
	margin: 15px 10px;
	padding: 0px 0 0 0;
}

.dialogAlert .icon
{
	padding: 10px;
	float: left;
}
.dialogAlert h3
{
	padding: 10px 0 0 0 !important;
	font-size: 150%;
}
.dialogAlert .buttonbar
{
	float: right;
	margin: 20px 0px 0 0;
	padding: 0;
	bottom: 10px;
	right: 20px;
	position: absolute;
}


.ajax__calendar_today
{
	background-color: #ddd;
}

.ChassiNoOK
{
	cursor: help;
}
.ChassiNoErrorCharacter
{
	background-color: #FDBBBB;
	cursor: help;
}
.ChassiNoErrorCheckDigit
{
	background-color: #F5D6D6;
	cursor: help;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}


.glyph-eye {
    background-image:url(../img/icons/eye.png);
    background-repeat:no-repeat;
    background-size: 12px 12px;
    height:14px;
    width:14px;
    display:inline-block;
    background-position:center;
    margin-bottom: -3px;
}