/* vaihtoautot */
.va_vkori {width:140px; padding-left:20px; border-left:1px solid #dddddd;}
.va_hakutitle {padding:8px 10px 8px 10px; background:#EEEEE4;}
.va_hakutitle2 {padding:8px 10px 8px 10px; background:#F8F8F3;}
.va_hakufield {padding:4px 0px 2px 10px;}
.va_hakubg1 {background:#E5E5D4; padding:0px 20px 10px 0px;}
.va_hakubg2 {background:#EEEEE4; padding:0px 20px 10px 0px;}
.va_title {background:#EEEEE4; padding:8px 10px 8px 10px; color:#000000; font-weight:bold; font-size:15px;}
.va_title2 {background:#E5E5D4; padding:0px 10px 0px 10px;}
.va_rowover {background:#E6EEF4;}
.va_image {border:1px solid #dddddd;}
.va_datatitle {background:#E5E5D4; padding:2px; font-weight:bold;}
.va_datatitle2 {background:#EEEEE4; padding:2px; border-bottom:1px solid #e0e0e0;}
.va_data {padding:2px; border-bottom:1px solid #e0e0e0;}
.va_data2 {padding:2px; border-bottom:1px solid #e0e0e0; color:#808080;}

/* btn */
a.btn {
	float:left;
	background:url(../images/btn.gif) no-repeat left top;
	color:#f2f2EA;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	margin:2px 4px 2px 0px;
}
a.btn span {
	float:left;
	background:url(../images/btn.gif) no-repeat right top;
	height:24px;
	line-height:23px;
	padding:0px 10px 0px 0px;
	cursor:pointer;
}
a.btn:hover {
	color:#f2f2EA;
	background-position:left -30px;
	text-decoration:none;
}
a.btn:hover span {
	background-position:right -30px;
	cursor:pointer;
}
/* btn green */
a.btn.green, a.btn.green span {
	background-image:url(../images/btn_green.gif);
}
/* btn grey */
a.btn.grey, a.btn.grey span {
	color:#6b6b5c;
	background-image:url(../images/btn_grey.gif);
}

/* btn_big */
a.btn_big {
	float:left;
	background:url(../images/btn_big.gif) no-repeat left top;
	color:#f2f2EA;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	margin:2px 4px 2px 0px;
}
a.btn_big span {
	float:left;
	background:url(../images/btn_big.gif) no-repeat right top;
	height:31px;
	line-height:30px;
	padding:0px 10px 0px 0px;
	cursor:pointer;
}
a.btn_big:hover {
	color:#f2f2EA;
	background-position:left -40px;
	text-decoration:none;
}
a.btn_big:hover span {
	background-position:right -40px;
	cursor:pointer;
}

/* link arrow */
a.arrow {
	background:url(../images/link_arrow.gif) no-repeat 1px 4px;
	padding-left:10px;
}
a.arrow.left {
	background:url(../images/link_arrow_left.gif) no-repeat 1px 4px;
}
a.arrow.up {
	background:url(../images/link_arrow_up.gif) no-repeat 0px 4px;
}
/* link plus */
a.plus {
	background:url(../images/link_plus.gif) no-repeat left 4px;
	padding-left:10px;
}
span.arrow {
	background:url(../images/link_arrow_grey.gif) no-repeat 1px 4px;
	color:#6B6B5C;
	padding-left:10px;
}
span.arrow.left {
	background:url(../images/link_arrow_left_grey.gif) no-repeat 1px 4px;
	color:#6B6B5C;
}

/* perustyylit */
body {
	background:#c1c6ca;
	margin:0px;
	padding:0px;
}
body,td,div {
	font-size:12px;
	font-family:tahoma,helvetica;
	line-height:16px;
	color:#000000;
}
table,td {
	border-collapse:collapse;
	border:0px;
	padding:0px;
	vertical-align:top;
}
form {
	margin:0px;
}
input,select,textarea {
	font-size:12px;
	font-family:tahoma,helvetica;
	color:#000000;
}
input.text {
	border:1px solid #ccc;
	border-color:#888 #bbb #ddd #bbb;
	height:20px;
	padding:2px 2px 0px 2px;
	width:300px;
}
input.file {
	padding:2px;
	width:300px;
}
div.filelist {
}
div.filelist div {
	width:300px;
	height:24px;
	background:#ddeeff;
	margin-top:2px;
}
div.filelist div input {
	display:none;
}
div.filelist div span {
	float:left;
	padding:4px;
}
div.filelist div a {
	float:right;
	padding:4px;
}
select {
	border:1px solid #ccc;
	border-color:#888 #bbb #ddd #bbb;
	height:20px;
	padding:1px 2px 1px 2px;
	width:300px;
}
textarea {
	border:1px solid #ccc;
	border-color:#888 #bbb #ddd #bbb;
	padding:2px 2px 0px 2px;
	width:300px;
}
label {
	cursor:pointer;
	padding:2px 2px 3px 0px;
}
label input {
	background:none;
	vertical-align:middle;
}
input.button {
	border:1px outset #aaa;
	background:#aaa;
	color:#000;
	font-weight:bold;
	width:150px;
	height:24px;
	cursor:pointer;
}
input.button.green {
	border-color:#3a0;
	background:#3a0;
	color:#fff;
}
.required {
	background:#feb;
}
b.required {
	padding:4px;
}

h1 {
	font-family:arial,helvetica;
	font-size:18px;
	color:#545454;
	font-weight:normal;
}
h2 {
	font-family:arial,helvetica;
	font-size:14px;
	color:#545454;
	font-weight:bold;
}
h3 {
	font-family:arial,helvetica;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
hr {
	height:1px;
	color:#c0c0c0;
	background-color:#c0c0c0;
	border:0px solid #c0c0c0;
	margin:15px 0px;
	padding:0px;
}
div.hr {
	height:1px;
	border-top:1px solid #c0c0c0;
	margin:4px 0px;
	overflow:hidden;
}

a {
	color:#165ba3;
	text-decoration:none;
}
a:hover {
	color:#165ba3;
	text-decoration:underline;
}
ul {
}
li {
	margin:0px;
}

/* ylavalikko */
table.ylavalikko {
	margin:44px 0px 0px 10px;
}
table.ylavalikko td span.text {
	display:block;
	background:url(../images/subitem_bg.png) top right no-repeat;
	padding:4px 10px 5px 10px;
	margin-left:14px;
	white-space:nowrap;
	float:none;
	color:#ffffff;
	font-weight:bold;
}
table.ylavalikko td a {
	display:block;
	padding:7px 10px 8px 10px;
	color:#e2f4ff;
	font-size:12px;
	text-decoration:none;
}
table.ylavalikko td a span {
	display:block;
	font-size:10px;
	color:#72b4eD;
	line-height:10px;
}
table.ylavalikko td a:hover, table.ylavalikko td a.selected {
	color:#ffffff;
	background:url(../images/menu_item_bg.gif);
	text-decoration:none;
}
table.ylavalikko td div.submenu {
	visibility:hidden;
	width:150px;
	position:absolute;
	z-index:1;
	float:none;
	background:url(../images/submenu_top_bg.png) no-repeat top left;
	padding:15px 0px 0px 0px;
	margin:0px;
}
table.ylavalikko td div.submenu a {
	background:url(../images/subitem_bg.png) top right no-repeat;
	padding:4px 10px 5px 10px;
	white-space:nowrap;
	float:none;
}
table.ylavalikko td div.submenu a:hover, table.ylavalikko td div.submenu a.selected {
	background:url(../images/subitem_bg_hover.png) top right no-repeat;
}
table.ylavalikko td div.submenu div.submenu {
	background:url(../images/menu_subarrow.png) no-repeat 0px 6px;
	margin:-25px 0px 0px 135px;
	padding:0;
}
table.ylavalikko td div.submenu div.submenu a {
	margin-left:14px;
}
/* ylavalikko */

/* vasen valikko */
td.vasenvalikko {
	width:225px;
	border-right:1px solid #c0c0c0;
}
td.vasenvalikko div.otsikko { /* valikon otsikko */
	font:17px Arial;
	font-weight:bold;
	color:#545454;
	padding:25px 20px 5px 20px;
}
td.vasenvalikko a {
	border-top:1px dotted #a0a0a0;
	padding:4px 10px 5px 20px;
	display:block;
}
td.vasenvalikko a.locked {
	background:#f0f0f0;
	color:#000000;
}
td.vasenvalikko div.alavalikko a {
	background:url(../images/leftmenu_subarrow.gif) no-repeat 20px 8px #ffffff;
	padding-left:35px;
}
td.vasenvalikko div.alavalikko a.locked {
	background:url(../images/leftmenu_subarrow2.gif) no-repeat 20px 8px #f0f0f0;
	color:#000000;
}
/* vasen valikko */

/* layout */
td.ylapalkki {
	width:975px;
	height:79px;
	background:url(../images/ylapalkki.jpg) no-repeat left top;
}
td.keskiosa {
	padding-top:4px;
	background:#ffffff;
}
td.alapalkki {
	text-align:right;
	font-size:11px;
	color:#b0c5da;
	padding:13px 10px 0px 10px;
	width:975px;
	height:38px;
	background:url(../images/alapalkki.jpg) no-repeat left top;
}
td.alapalkki a {
	color:#b0c5da;
	font-size:11px;
}
.content_paddings {
	padding:25px 20px 30px 20px;
}

/* boksit */
div.box, td.box {
	background:#f2f2ea;
	border-left:1px solid #c1c1ad;
	border-bottom:1px dotted #c1c1ad;
}
.box div.box_title {
	background:url(../images/newsbox_title_bg.gif);
	height:24px;
}
.box div.box_title div {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 0px 10px;
}

.box div.box_content {
	background:none;
	border:none;
}
.box div.box_item {
	padding:6px 10px 8px 10px;
	line-height:14px;
	border-bottom:1px dotted #c1c1ad;
}

/* boxin sivutus */
.box div.box_paging {
	background:#d1d1cb;
	display:inline-block;
	width:100%;
}
.box div.box_paging a {
	float:left;
	padding:1px 12px 3px 12px;
	color:#555;
	border-top:1px solid #d1d1cb;
	margin:2px 0 0 2px;
	outline:none;
}
.box div.box_paging a:hover {
	background:#aaa;
}
.box div.box_paging a.locked {
	border-top:1px solid #fff;
	background:#F2F2EA !important;
	color:#222;
}

/* uutislistaus */
.box span.news_date {
	color:#808080;
	font-size:9px;
}

/* etusivu vauhtoautolista */
table.va_etusivu_list {
}
table.va_etusivu_list td {
	padding:4px;
	border-bottom:1px dotted #c1c1ad;
	line-height:14px;
}
table.va_etusivu_list img.carthumb {
	border:1px solid #c1c1ad;
	width:80px;
}
table.va_etusivu_list a.carmodel {
}
table.va_etusivu_list .carinfo {
	color:#808080;
	font-size:9px;
}

/* lomakkeet */

/* taulukkotyylit */
table.datatable td {
	padding:4px 10px 4px 0px;
	border-bottom:1px solid #ddd;
}
table.datatable td.otsikko {
	font-weight:bold;
	padding:8px 10px 8px 4px;
	background:#f0f0f0 !important;
	color:#000;
}
table.datatable tr.palkki td {
	font-weight:bold;
	padding:8px 0px 8px 10px;
	background:#1A528F !important;
	color:#fff;
	border:none;
}

table.datatable td td {
	border-width:0px;
}

table.datatable.hovers tr:hover td {
	background:#f4f4f4;
}
table.datatable.hovers tr.space td, table.datatable.hovers tr.space:hover td {
	border:none;
	background:none;
	padding:0px;
	padding-top:30px;
}

/* list (expandable) */
a.expandcollapse {
	display:block;
	font-weight:bold;
	padding:8px 10px 8px 4px;
	background:#f0f0f0 !important;
	border-bottom:1px solid #ddd;
}
div.expandable {
	position:relative;
	overflow:hidden;
	height:1px;
	margin-bottom:5px;
}
table.list {
	width:100%;
}
table.list td {
	padding:10px 0 10px 0;
	border-bottom:1px dotted #aaa;
}
table.list td.photo {
	padding-right:15px;
}
table.list div.col {
	float:left;
	width:200px;
	padding-bottom:5px;
}
table.list div.extra_info {
	float:right;
	width:200px;
	background:url(../images/info.gif) no-repeat 5px 5px #f3e4c6;
	padding:3px 5px 3px 22px;
	border:1px dotted #d2b479;
}
table.list div.brands {
	border-top:1px dotted #eee;
	padding-top:5px;
}

/* muut tyylit */
a.letter {
	display:inline-block;
	width:15px;
	height:10px;
	background:url(../images/letter.gif) no-repeat -3px -3px;
}
a.letter:hover {
	background-position:-3px -21px;
}