@CHARSET "UTF-8";
/******* GENERELLT *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* MENY *******/
#tabscontainer{
	margin: 1.5em auto;
	width: 100%;
	background-image:url('/tabs/toning_dark.gif');
	background-repeat:repeat-x;
}
#tabscontainer ul{
	list-style: none;
	list-style-position: outside;
	margin: 10px 10px 10px 50px;
	padding: 0;
}

#headline {
	float: left;
	margin-right: 5px;
	font-weight: 700;
	display: block;
	color: #000;
}

#tabscontainer ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	background-image:url('/tabs/toning.gif');
	background-repeat:repeat-x;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #000;
	cursor: pointer;
}
#tabscontainer ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
#tabscontainer div.search
{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	font-weight: 700;
	display: block;
	padding: 7px 10px 5px 15px;
	margin-bottom: -1px;
	position: relative;
	color: #5f95ef;
}
#tabscontainer div.korg
{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	font-weight: 700;
	display: block;
	padding: 7px 10px 5px 15px;
	margin-bottom: -1px;
	position: relative;
	color: #000;
}
/******* SUBMENY ********/
.navlist li
{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	padding-right: 16px;
	cursor: pointer;
}
.navlist li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}

/******* INNEHÅLL *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

/******* Däck via *******/
.content.tires{
	display: none;
	padding: 0px 0px 0px 15px;

}

/******* Fälg efter *******/
.content.rims{
	display: none;
	padding: 0px 0px 0px 91px;
}

/******* Kompletta hjul efter *******/
.content.complete{
	display: none;
	padding: 0px 0px 0px 173px;
	
}

#kund-location { padding: 0 0 0 15px; }
textarea { font: normal 13px Arial; }