/* Nordman css */

html, body, p, ul, ol, dl, form, table, blockquote, dd, dt {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #20425b;
  line-height: 1em;
  margin: 1em 0 1em 0;
  padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #20425b;
  text-decoration: none;
}

h1 {
  font-size: 276%;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0.8em 0 0.3em 0;
}

h2 {
  font-size: 143%;
  font-weight: normal;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 128%;
  font-weight: normal;
  letter-spacing: -0.025em;
}

ul, ol {
  padding-left: 2em;
}

p, ul, ol, dl, table, blockquote {
  margin: 1em 0;
}

a {
  color: #355878;
  text-decoration: underline;
}

a:hover, a:active {
  color: #2176bd;
}

img {
  border: 0;
}

body {
  background: #e2edf7 url('/files/nordman/img/site-bg.jpg') repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #090a0b;
  text-align: center;
}

#language-selection {
  background: transparent url('/files/nordman/img/top-stripe.png') repeat-x top;	
  height: 25px;
  text-align: center;

}

#languages {
  width: 964px;
  text-align: right;
  margin: 0px auto 0px auto;
  font-size: 12px;
}

#languages ul {
  list-style-type: none;
  margin: 0;
  padding: 2px 12px 0px 0px;
}

#languages li {
  background: transparent url('/files/nordman/img/lang-bullet.gif') no-repeat 10px 9px;
  float: right;
  padding-left: 20px;
}


#languages a:link, #languages a:visited {
  text-decoration: none;
  color: #5e9bd5;
}

#languages a:active, #languages a:hover{
  text-decoration: none;
  color: #5e9bd5;
}

#languages li.lang-selected a {
  color: #bec2c6;
}

#container {
  width: 964px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#logo {
  display: inline;
  float: left;
  margin: 25px 0px 15px 8px;
  width: 177px;
  height: 54px;
    
}

#main-navigation {
  display: inline;
  float: right;
  margin: 30px -10px 0 0;
}

#main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
}

#main-navigation li {
  display: inline;
  float: left;
  margin: 0 4px 0 0;
}

#main-navigation a {
  color: #122b3e;
  display: inline;
  float: left;
  font-size: 15px;
  line-height: 36px;
  margin: 0 0 0 -4px;
  padding: 0 20px;
  text-decoration: none;
}

#main-navigation li.selected,
#main-navigation li:hover,
#main-navigation li.hover {
  background: url(../img/nav-item.png) 100% 0 no-repeat;
}

#main-navigation li.selected a,
#main-navigation li:hover a,
#main-navigation li.hover a {
  background: url(../img/nav-item.png) 0 -36px no-repeat;
  color: #fff;
}

#content-top {
  clear: both;
  background: transparent url('/files/nordman/img/content-bg-top.png') no-repeat left top;
  font-size: 1px;
  height: 12px;
}

#content {
  background: transparent url('/files/nordman/img/content-bg.png') repeat-y left;  
  padding: 0px 12px 0px 12px;
}

#content-bottom {
  background: transparent url('/files/nordman/img/content-bg-bottom.png') no-repeat left top;
  font-size: 1px;
  height: 12px;
}

#content-with-sidebar {
  background: #fff url(../img/content-2col-bg-ext.gif) 0 0 repeat-y;
}

#content-with-sidebar #columns {
  background: url(../img/content-2col-bg.jpg) 0 0 no-repeat;
}

#content-with-sidebar #columns:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#main {
  display: inline;
  float: right;
  padding: 0 34px 10px 0;
  width: 640px;
}

#sidebar {
  float: left;
  padding: 25px 0;
  width: 236px;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #778693;
}

#footer-col-1 {
  display: none;
  float: left;
  padding: 0px 0px 10px 12px;
  width: 100px;

}
#footer-col-2 {
  float: left;
  padding: 0px 0px 10px 10px;
  width: 495px;
}

/*#footer-col-2 .label {
  float: left;
  padding-right: 0.6em;
  text-align: right;
  width: 50%;
}*/

#footer-col-3 {
  float: right;
  padding: 0px 0px 10px 130px;
  width: 210px;
  background: transparent url(../img/footer-logo.png) 0 0 no-repeat; 
}

#frontpage {
  background: #1d252d url('/files/nordman/content/front-content-bg-summer.jpg') no-repeat left top;
}

#frontpage:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#front-text {
  padding: 25px 0px 0px 44px;
  width: 485px;
  font-size: 14.5px;
}

#front-text h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #2c3c57;
  margin: 0 0 0.4em 0;
}

#front-text p {
  margin: 15px 0px 15px 0px;
  line-height: 22px;
}

#quick-links {
  background: transparent url('/files/nordman/content/front-quick-links-bg.png') no-repeat left top; 
  width: 486px;
  height: 90px;
  margin: 20px 0px 0px 44px;
  padding-top: 3px;
}

#quick-links a:link, #quick-links a:visited {
  color: #ffffff;
  text-decoration: none;
}

#quick-links a:active, #quick-links a:hover{
  color: #77c9ff;
  text-decoration: none;
}

.quick-link-left {
  float:left;
  width: 190px;
  height: 33px;
  padding: 10px 0px 0px 38px;
}

.quick-link-right {
  float: left;
  width: 220px;
  height: 33px;
  padding: 10px 0px 0px 38px;
}

#front-tyre-selector {
  display: inline;
  float: right;
  width: 328px;
  height: 258px;
  background: transparent url('/files/nordman/img/tyre-selector-bg.gif') no-repeat left top;   
  margin: 26px 14px 0 0;
}

#front-tyre-selector h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top: 9px;
  margin: 0;
}

#front-tyre-selector #tyreselector {
  margin: 0 auto;
  padding: 20px;
  width: 276px;
}

#front-tyre-selector #tyreselector table {
  margin: 0;
}

#front-tyre-selector .custom-select {
  display: inline;
  margin: 0 -1px 2px -1px;
  float: left;
  width: 50%;
}

#front-tyre-selector #custom-select-model
{
}

#front-tyre-selector #custom-select-version,
#front-tyre-selector #custom-select-tyre_size {
  float: right;
}

#front-tyre-selector #tyreselector button {
  background: url(../img/bigbutton2.png) 0 0 no-repeat;
  border: 0;
  color: #42484e;
  font-size: 12px;
  font-weight: bold;
  height: 39px;
  line-height: 35px;
  margin: 6px 0 0 0;
  overflow: hidden;
  padding: 0 0 4px 0; /* doesn't respect box model */
  text-transform: uppercase;
  width: 276px;
  text-align: center;
}

#sidebar #tyreselector {
  margin: 0 auto;
  padding-top: 50px;
  width: 198px;
}

#sidebar #tyreselector h2 {
  text-align: center;
  margin: 0 0 11px 0;
}

#sidebar #tyreselector select {
  display: block;
  text-align: left;
  width: 100%;
}

#sidebar #tyreselector .custom-select {
  margin: 0 -1px;
}

#sidebar #tyreselector button {
  background: url(../img/bigbutton.png) 0 0 no-repeat;
  border: 0;
  color: #42484e;
  font-size: 12px;
  font-weight: bold;
  height: 39px;
  line-height: 35px;
  margin: 12px 0 0 0;
  overflow: hidden;
  padding: 0 0 4px 0; /* doesn't respect box model */
  text-transform: uppercase;
  width: 198px;
  text-align: center;
}

#front-lifts {
  display: inline;
  float: left;
  margin: 26px 0px 0px -2px;
  width: 588px;
}

.tyre-lifts {
  margin: 26px 0px 0 -2px;
}

.front-lift, .tyre-lift {
  display: inline;
  position: relative;
  width: 193px;
  height: 270px;
  float: left;
  margin-left: 2px;
}

.front-lift a, .tyre-lift a {
  display: block;
  text-decoration: none;
  height: 270px;
}

.front-lift-text, .tyre-lift-text {
  cursor: pointer;
  display: block;
  height: 67px;
  left: 0;
  position: absolute;
  top: 180px;
  background: transparent url('/files/nordman/content/front-lift-text-bg.gif') repeat-x left top; 
  padding: 8px 5px 0 5px;
  text-align: center;
  z-index: 2;
  width: 183px;
}

.tyre-lift-text {
  padding-top: 8px;
}

.front-lift-text .title, .tyre-lift-text .title {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.front-lift-text .description, .tyre-lift-text .description {
  display: block;
  color: #949fa7;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.tyre-lift-text .description {
  font-size: 85%;
  line-height: 1em;
}

.front-lift-banner {
  position: absolute;
  z-index: 50;
  left: 0px;
  top: 0px;
}

.clearer {
  height: 0px;
  clear: both;
}

.hilite-box {
  background: #fff;
  border: 2px solid #e9f3ff;
  margin: 2.5em 0 1em 0;
  padding: 0 24px 8px 24px;
}

.hilite-box h2 {
  background: #e9f3ff;
  line-height: 2em;
  margin: 0 -24px 1em -24px;
  padding: 0 24px;
}

.split-list {
  margin: 1em 0;
}

.split-list ul {
  float: left;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 50%;
}

.split-list:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.dropmenu {
  margin: 0 auto;
  width: 222px;
}

.dropmenu dt {
  background: url(../img/dropmenu-normal-bottom.png) 0 100% no-repeat;
  margin: 0 -2px 0 -2px;
  padding: 0 0 4px 0;
}

.dropmenu dt a {
  background: url(../img/dropmenu-normal.png) 0 0 no-repeat;
  color: #3e4449;
  display: block;
  font-size: 108%;
  line-height: 1;
  overflow: hidden;
  padding: 12px 2px 12px 32px;
  text-decoration: none;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.dropmenu-active {
  margin-bottom: 4px;
}

.dropmenu-active dt {
  margin: 0;
  padding: 0;
}

#content .dropmenu-active dt a {
  background: #4f585e url(../img/dropmenu-active.png) 0 0 no-repeat;
  color: #fff;
}

.dropmenu dd {
}

.dropmenu ul {
  background: #fff url(../img/dropmenu-sub.gif) 0 100% repeat-x;
  border: 2px solid #fff;
  list-style: none;
  margin: 0;
  padding: 2px 0 10px 0;
}

.dropmenu ul a {
  background: url(../img/bullet-circle-lb.gif) 18px 50% no-repeat;
  color: #2176bd;
  display: block;
  padding: 6px 0 5px 36px;
  text-decoration: none;
}

.dropmenu ul a:hover, 
.dropmenu ul a.selected {
  background-image: url(../img/bullet-circle-db.gif);
  color: #20425b;
  font-weight: bold;
}

#tyre-information .photo {
  display: inline;
  float: right;
  margin: 0 -22px -22px 0;
}

#tyre-information .photo img {
  display: block;
}

#tyre-information .details {
  float: left;
  width: 349px;
}

#tyre-information .links {
  clear: right;
  float: right;
}

#tyre-information .link {
  height: 94px;
  margin: 0 0 11px 0;
  width: 264px;
}

#tyre-information .link a {
  display: block;
  height: 100%;
  padding: 0 10px 0 79px;
  text-decoration: none;
}

#tyre-information .link .title {
  color: #20425b;
  display: block;
  font-size: 128%;
  font-weight: normal;
  letter-spacing: -0.025em;
  padding: 0.9em 0 0.3em 0;
}

#tyre-information .link .description {
  color: #707375;
  display: block;
  line-height: 1.25em;
}

.custom-select {
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 0 -2px;
  position: relative;
}

.custom-select .custom-select-body {
  background: url(../img/select.png) 0 0 no-repeat;
  display: block;
  height: 32px;
  margin-right: 32px;
}

.custom-select .custom-select-arrow {
  background: url(../img/select-arrow.png) 0 0 no-repeat;
  cursor: pointer;
  float: right;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.custom-select .custom-select-value {
  color: #35363a;
  display: block;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  padding: 2px 0 0 0;
  text-indent: 13px;
  width: 100%;
}

.custom-select-disabled .custom-select-value {
  color: #aaa;
}

.custom-select select {
  height: 27px;
  left: 3px;
  position: absolute;
  top: 2px;
  opacity: 0;
  width: 97%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

* html .custom-select select {
  width: expression(parentNode.offsetWidth - 8);
  clip: expression('rect(2px ' + (parentNode.offsetWidth - 10) + 'px 20px 2px)');
  top: 4px;
}

.webshop {
	width: 210px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	background: #7e97ab;
	color: #fff;
	padding: 5px 10px;
}

.webshop:hover {
	color: rgb(119, 201, 255);
}


/* Page id 95 == country selection */

#body-95 #language-selection,
#body-95 #footexr {
	display: none;
}

#body-95 #frontpage {
	min-height: 434px;
	padding: 100px 13px 0 13px;
	background: url(../content/content-photo-audi.jpg) center center no-repeat;
}

#body-95 #content-bottom {
	height: 5px;
	margin-bottom: 20px;
}

.box {
	width: 331px;
	margin-bottom: 25px;
}

.box h2 {
	font-size: 21px;
	height: 40px;
	line-height: 36px;
	margin: 0;
	padding-left: 30px;
}

.editable-bullet-list ul,
.bullet-list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.editable-bullet-list ul li,
.bullet-list li {
	background: url(../img/bullet-blue.png) 0 4px no-repeat;
	padding: 0 0 0 13px;
	margin: .4em 0;
}

#country-selection .submit {
	background: url(../img/btn-select.png);
	width: 151px;
	height: 39px;
	border: 0;
	padding: 0;
	margin-top: 14px;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

#sibling-sites a {
	text-decoration: none;
}

#sibling-sites .bullet-list {
	padding-top: 18px;
	padding-bottom: 18px;
}

.box-dark .box-content {
	background: url(../img/box-dark-bg.png) left bottom no-repeat;
}

.box-dark h2 {
	background: url(../img/box-dark-bg.png) left top no-repeat;
	color: #fff;
}

.editable-bullet-list ul,
.box-white .box-content {
	background: url(../img/box-white-bg.png) left bottom no-repeat;
}

.box-white h2 {
	background: url(../img/box-white-bg.png) left top no-repeat;
	color: #4698cc;
}

fieldset {
	border: 0;
	margin: 1em 0;
	padding: 0;
}

.editable-bullet-list ul,
.box-content {
	padding: 22px;
	margin: 0;
}

