body{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

img{
	border: none;
}

form{
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3{
	color: #353535;
	font-weight: normal;
}

h1{
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

h2{
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

h3{
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: bold !important;
}

a{
	color: #084a90;
}

a:hover{
	background: #eff5f7;
}

div.hr{
	display: block;
	margin: 12px 0px 8px 0px;
	background: url('../img/hr_bg.gif') repeat-x;
	height: 1px;
}

div.hr hr{
	display: none;
}

span.red{
	color: #b40c0c !important;
	font-weight: bold;	
}

#wrap{
	width: 960px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#header{
	height: 100px;
	position: relative;
	clear: both;
}

#header #peugeotLogo{
	position: absolute;
	left: 20px;
	z-index: 2; 
}

#header #stureLogo{
	position: absolute;
	left: 178px;
	top: 20px;
	z-index: 2; 
}


#admin{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#tabs{
	position: absolute;
	top: 55px;
	z-index: 1; 
	height: 33px;
	width: 782px;
	padding: 0px 0px 0px 168px;
	background: #eff5f7;
	border-bottom: 1px solid #cedbe9;
}

#middle{
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
	overflow: hidden;
	clear: both;
}

#middle .content{
	width: 600px;
	float: left;
	margin: 0px 60px 0px 0px;
}

.content p{
	margin: 0px 0px 15px 0px;
}

#middle .right{
	float: left;
	width: 260px;
}

.news{
	margin: 0px 0px 20px 0px;
	line-height: 150%;
}

#contactInfo{
	width: 248;
	padding: 6px;
	background: #eff5f7;
}

#contactInfo p{
	padding: 0px;
	margin: 0px;
}

#contactInfo strong{
	margin: 10px 0px 0px 0px;
	display: block;
}

#contactInfo h1,
#contactInfo h2,
#contactInfo h3{
	margin: 0px !important;
}

#contactInfo div.inner{
	border: 1px solid #cedbe9;
	background: #fff;
	padding: 10px;
	color: #353535;
}

.date{
	float: left;
	background: #f2f2f2;
	color: #353535;
	padding: 0px 4px 0px 4px;
	margin: 0px 4px 0px 0px;
}

#carView{
	overflow: hidden;
	width: 920px;
}

#carView div.left{
	float: left;
	width: 325px;
	margin-right: 15px;
	line-height: 150%;
}

#carView div.left b{
	width: 110px;
	display: block;
	float: left;
	color: #353535;
	font-weight: 200%;
}

#carView div.right{
	float: right;
	width: 575px;
}

#carView div.right .thumbnails{
	margin: 10px 0px 0px 0px;
}

#carList .car{
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	line-height: 150%;
	clear: both;
}

#carList .car img{
	float: left;
	margin: 0px 10px 0px 0px;
}

#carList .car a{
	font-weight: bold;
}

#carList .car b{
	font-weight: bold;
	color: #353535;
}


#errorMessage,
#infoMessage{
	width: 900px;
	padding: 10px;
	margin: 10px 20px 10px 20px;
	color: #444444;
}

#errorMessage{
	border: 1px solid #990000;
	background: #f5e5e5;
}

#infoMessage{
	border: 1px solid #ACD373;
	background: #FAFFF3;
}

#footer{
	margin: 20px 0px 0px 0px;
	padding: 9px 20px 0px 20px;
	background: #e8e8e8;
	border-top: 1px solid #bcbcbc;
	height: 24px;
	font-size: 11px;
	text-align: center;
	color: #939393;
	clear: both;
}

#footer a{
	color: #939393;
}

#footer a:hover{
	color: #094c92;
}

.up {
	margin: 0px 0px 9px 0px;
}

.cmsContent{
	width: 569px;
	height: 600px;
}
.inputNarrow { width: 100px; }
.inputStandard { width: 180px; }
.inputWide { width: 240px; }

.textareaNarrow { width: 180px; height: 60px }
.textareaStandard { width: 180px; height: 60px }
.textareaWide { width: 300px; height: 100px }

.errorstar {text-decoration: none;color: red}

.infoText {
  background: #99DD99;
  border: #555 solid 1px;
}

.errorText {
  background: #FFAAAA;
  border: #555 solid 1px;
}

.hidden{
	display: none;
}



/* Table styling */
table.tableList{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 1px;
	width: 728px;
}

table.tableList tr.odd{
	background: #fff;
}

table.tableList tr.even{
	background: #eff5f7;
}

table.tableList tr.odd:hover, table.tableList tr.even:hover{
	background: #f0f0f0;
}

table.tableList tr th{
	background-color: #cedbe9;
	text-align: left;
	color: #353535;
	height: 22px;
	text-indent: 8px;
}

table.tableList tr td{
	padding: 4px 6px 4px 6px;
}

table.tableList tr td.right,
table.tableList tr th.right{
	text-align: right;
}

table tr th a{
	color: #fff;
	text-decoration: none;
}

table tr th a:hover{
	background: none;
}

table tr th img{
	padding: 0px 0px 0px 5px;
}

table tr td.center,
table tr th.center,
table.tableList tr td.center,
table.tableList tr th.center{
	text-align: center;
}

table td.top
{
	vertical-align: top;
}

table.tableVertical th{
	text-align: left;
}
/* Table styling */


/* CSS forms */
fieldset{
	display: block;
	border: 1px solid #b8b8b8;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 0px 10px;
}

legend{
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

label{
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

form div{
	clear: both;
	margin-bottom: 15px;
	overflow: visible;
}

/* Här börjar dom speficika reglerna */

.formSignin{
	width: 300px;
}
.formSignin label{
	width: 120px;
}
.formSignin .single{
	padding-left: 130px;
}

.formSearch{
	width: 340px;
}
.formSearch label{
	width: 70px;
}
.formSearch .single{
	padding-left: 80px;
}

.formRegister{
	width: 440px;
}
.formRegister label{
	width: 140px;
}
.formRegister .single{
	padding-left: 150px;
}

.formContact{
	width: 540px;
}
.formContact label{
	width: 100px;
}
.formContact .single{
	padding-left: 110px;
}

.formService{
	width: 540px;
}
.formService label{
	width: 160px;
}
.formService .single{
	padding-left: 170px;
}

.formCMS{
	width: 800px;
}
.formCMS label{
	width: 120px;
}
.formCMS .single{
	padding-left: 130px;
}
/* CSS forms */