
@media screen {

body {
  margin: 0;
  padding: 0;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:85%;
}


#header {
  background-image: url("../images/header_bg.gif");
  background-repeat: no-repeat;
  background-position: left top;
  height: 51px;
  margin-left: 10px;
  padding: 2px 10px 10px 10px;
  position: relative;
  top: 0;
  left: 0;
  width: 980px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 980px;
}

html>body #header { 
  width: 980px;
}

#header h1 {
    background-image: url("../images/logo.gif");
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 35px;
    width: 212px;
	margin: 0;
	padding: 0;  
	margin-top: 5px;
}

#header h1 a span {
	visibility: hidden;
}

#header h1 a:hover {
  text-decoration:none;
}

a.bridgestone {
  margin-top: 5px;
  position: absolute;
  top: 8px;
  right: 35px;
  background-image: url("../images/bridgestone.gif");
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 150px;
  height: 20px;
  text-decoration:none;
}

a.bridgestone:hover {
  text-decoration:none;
}

a.bridgestone span {
	visibility: hidden;
}

#navi {
	position: absolute;
	right: 250px;
	bottom: 17px;
	border: 1px solid white;
	border-bottom: 0;
	background-color: #D9E2DE;
	padding: 0 5px 0 0;
	font-size: 0.9em;
}

#navi ul {
	list-style: none;
	float: left;
	padding: 4px 0 4px 0;
	margin: 0;
	width:470px;
	margin: -1px 0 0 -1px;
    background-image: url("../images/navi_top_left.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

#navi ul li {
	float: left;
	clear: none;
	margin-left: 10px;	
}

#navi a {
	color: black;
	clear: none;
	float: left;
}
.langFi, .langEn, .langSv {
	margin-top: 4px;
}

.langFi a, .langEn a, .langSv a {
	display: block;
	width: 18px;
	height: 10px;
	clear: none;
}

.langEn {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icons/en.gif");
}

.langFi {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icons/fi.gif");
}

.langSv {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icons/sv.gif");
}

.levypyora {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/pdf.gif");
	padding-left: 18px;
	display: block;
	width: 16px;
	height: 16px;
	clear: none;
}

.langFi span, .langEn span, .langSv span {
	visibility: hidden;
}
.langFi a:hover, .langEn a:hover, .langSv a:hover {
	text-decoration: none;
}

select {
  font-size: 0.8em;
}

#rimSelectorCont {
  position:absolute;
  top:60px;
  left:10px;
  padding: 10px;
  text-align:right;  
  overflow: hidden;
  background-image: url("../images/rim_select_bg.gif");
  width:150px; 
  height: 510px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:130px; 
  height: 490px;
} 
html>body #rimSelectorCont {
  width:130px; 
  height: 490px;
}

#rimSelectorCont h2 {
  padding: 0;
  margin: 0;
  margin-top:10px;
  background-image: url("../images/rim_title.gif");
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: 100%;
  height: 24px;
}

.en #rimSelectorCont h2 {
  background-image: url("../images/rim_title_en.gif");
}

.sv #rimSelectorCont h2 {
  background-image: url("../images/rim_title_sv.gif");
}


#rimSelectorCont h2 span {
  display: none;
}

#make h2 {
  padding: 0;
  margin: 0;
  background-image: url("../images/make_title.gif");
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: 140px;
  height: 24px;
}

#make h2 span {
  display: none;
}

#model h2 {
  padding: 0;
  margin: 0;
  background-image: url("../images/model_title.gif");
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: 122px;
  height: 24px;
}


.en #model h2 {
  background-image: url("../images/model_title_en.gif");
  width: 152px;
}

.sv #model h2 {
  background-image: url("../images/model_title_sv.gif");
  width: 150px;
}

.en #make h2 {
  background-image: url("../images/make_title_en.gif");
}

.sv #make h2 {
  background-image: url("../images/make_title_sv.gif");
}


#model h2 span {
  display: none;
}


#rimSelector {
  overflow:auto;
  margin-top: 10px;
  width: 100%;
  height: 444px;
  text-align:right;  
  font-size: 0.7em;
}

#rimSelector img {
  cursor: pointer;
  padding:0;
}

#container {
  position: absolute;
  left:170px;
  top: 60px;
  width: 710px;
}

#carOptions, #modelOptions {
  position:absolute;
  left:200px;
  top:17px;
}
#modelOptions { 
  top:44px;
}

#rimSizeCont {
  height:40px;
  border-top: 1px solid #fff;
  margin-top: 5px;
}

#makeModel {
	position:relative;
	padding:5px;
	background-image: url("../images/make_model_bg.gif");
	margin-bottom: 10px;
	width: 500px;
	height: 160px;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: 490px;
	height: 150px;
}

html>body #makeModel {
	width: 490px;
	height: 150px;
}

#make, #model {
	margin-left: 10px;
	padding-top: 5px;
}


#infoCont {
  position: absolute;
  left: 510px;
  top: 0px;
  z-index: 120;
  width: 310px;
  font-size: 0.8em;
  background-color: #D9E2DE;
  background-image: url("../images/info_middle_bg.gif");
  background-repeat: repeat-y;
  background-position: top left;
}

#infoCont h2 {
  font-size: 14px;
  margin-top:10px;
  padding-top:0;
}

#infoTop {
	display: block;
    z-index: 121;
    height: 10px;
	background-image: url("../images/info_top_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#info {
    clear:both;
    padding: 0;
	margin: 0;
	min-width: 10px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: auto;
	position: relative;
	min-height: 112px;
}

#info strong {
	margin-bottom: 5px;
	display: block;	
}
#info .row {
}
#info .key {
	clear:left;
	float:left;
}
#info .val {
	float: right;
	clear: right;
}

#infoBottom {
  clear: both;
  margin: 0;
  width: 310px;
  z-index: 125;
  background-image: url("../images/info_bottom_bg.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#links {
  height: 20px;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  clear:both;
  list-style:none;
}

#links li {
	clear: none;
	padding: 0;
	margin: 0;
	float: left;
}

a {
  color: #A62012;
  text-decoration: none;
}

a:hover {
  color: #A62012;
  text-decoration: underline;
}

#links li a {
    float: left;
	width: 25px;
	height: 25px;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-right: 0.5em;
}

#links li a span {
	display: none;
}

#carCont {
  padding: 15px 10px 0 15px;
  text-align: center;
  background-image: url("../images/car_bg.gif");
  background-repeat: no-repeat;
  background-position: left top;

    width: 767px;
    width: 706px;
    height: 350px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 795px;
    height: 325px;

}

html>body #carCont {
    width: 795px;
    height: 325px;
}

#rimSizeOptions {
	margin-left: 10px;
}

#rimSizeCont h2 {
  padding: 0;
  margin: 5px 0 10px 10px;
  background-image: url("../images/rim_size_title.gif");
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: 133px;
  height: 24px;
}


.en #rimSizeCont h2 { 
  background-image: url("../images/rim_size_title_en.gif");
  width: 150px;
  margin-left: 7px;
}

.sv #rimSizeCont h2 { 
  background-image: url("../images/rim_size_title_sv.gif");
  width: 190px;
  margin-left: 2px;
}

#rimSizeCont h2 span {
  display:none;
}


#car {
  position: relative;
}

.close {
  padding: 0.5em 0 0.5em 26px;
  background-image: url("../images/icons/close.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

.print {
  padding: 0.5em 0 0.5em 26px;
  background-image: url("../images/icons/print.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

.send {
  padding: 0.5em 0 0.5em 26px;
  background-image: url("../images/icons/send.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

.info {
  padding: 0.5em 0 0.5em 26px;
  background-image: url("../images/icons/info.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

#error {
  position:absolute;
  top:60px;
  left:10px;
  width: 846px;
  height: 51px;
  padding: 10px;
  overflow: hidden;
  background-color: #D9E2DE;
}

#copy {
	position:absolute;
	top:575px;
	left:10px;
	font-size:0.8em;
	color:#555;
	width: 865px;
}

}
