#Body div.dms_ah_page,
#Body div.dms_ah_page_selected {
	border: 3px solid #1B75BC;
	/*
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 6px;
	*/
	font-size: 1em;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	width: 21px;
}
#Body div.dms_ah_page {
	background-color: #1B75BC;
	color: #fff;
}
#Body div.dms_ah_page:hover{
	text-decoration: underline;
}
#Body div.dms_ah_page_selected {
	background-color: #fff;
	color: #000;
}

#Body table.dms_ah_pricelist tbody tr th a {
	color: #FFFFFF !important;
}

#Body table.dms_ah_pricelist tr td img {
	box-shadow: 0 1px 5px #888;
	-moz-box-shadow: 0 1px 5px #888;
	-webkit-box-shadow: 0 1px 5px #888;
}

#Body .dms_ah_carpictures table.dms_ah-type td {
	font-size: 1px;
}
#Body .dms_ah_carpictures {
	margin-bottom: 1.2em;
}
#Body .dms_ah_carpictures h1 {
	background-color: #000;
	margin-bottom: 0;
	padding: 6px 5px 5px;
}
#Body .dms_ah_carpictures h1,
#Body .dms_ah_carpictures h1 div {
	color: #fff;
}

#Body .dms_ah_carpictures h2 {
	background-color: #999;
	color: #fff;
	margin-bottom: 0;
	padding: 3px 5px 4px;
}

#Body .dms_ah_errormessage {
	background-color: #fee;
	border: 1px solid #ecc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}
#Body table.dms_ah_infotable tr th,
#Body .dms_va_searchform tbody th {
	color: #000;
}
#Body .dms_va_searchform {
	border: 3px solid #1b75bc;
}
#Body .dms_va_searchform th,
#Body .dms_va_searchform td {
	vertical-align: middle;
}
#Body .dms_va_searchform thead th {
	background-color: #1b75bc;
	border: none;
	padding-left: 5px;
}
#Body .dms_va_searchform table tbody tr td {
	border: none;
}
#Body .dms_va_searchform .multiselectoptions td {
	vertical-align: middle;
}
#Body .dms_ah-thumbnail {
	box-shadow: 0 2px 3px #999;
	-moz-box-shadow: 0 2px 3px #999;
	-khtml-box-shadow: 0 2px 3px #999;
	-webkit-box-shadow: 0 2px 3px #999;
	margin: 0 5px 5px 0;
	vertical-align: top;
}

#Body div.dms_ah_tab_set_tabopens {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
#Body div.dms_ah_opentab {
	background-position: 4px center;
	position: relative;
	top: 2px;
}
#Body div.dms_ah_opentab_closed {
	background-color: #d1e1fa;
    border-left: 1px solid #AEAED5;
    border-right: 1px solid #AEAED5;
    border-top: 1px solid #AEAED5;
	color: #0051BA;
}
#Body div.dms_ah_opentab_closed:hover {
	text-decoration: underline;
}

#Body a.dms_ah_button {
	background-color: #d1e1fa;
	border-color: #aeaed5;
	font-weight: bold;
}
#Body a.dms_ah_button:hover {
	text-decoration: underline;
}

#Body #dnn_ContentPane {
	position: relative;
}
#Body table.dms_ah_pricelist tbody tr.ah_oddrow td {
        background-color: transparent;
}
/*
#Body #dnn_ContentPane {
	position: relative;
}
#Body #dnn_ContentPane .dms_ah_app {
	position: relative;
}
*/
#Body a.dms_ah_backbutton {
	background-color: transparent;
	/*
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	*/
	border-style: none;
	display: inline;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -26px;
}

#tab_dms_ah_car_page_teknisettiedot > table.dms_ah_infotable > tbody > tr > td {
	padding: 10px;
	width: 55%;
}
#tab_dms_ah_car_page_teknisettiedot > table.dms_ah_infotable > tbody > tr > td:first-child {
	width: 45%;
}
#tab_dms_ah_car_page_teknisettiedot > table.dms_ah_infotable table td {
	padding-left: 0;
}
.dms_ah_infotable .shareTools {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 20px 0;
	padding: 10px 0;
	text-align: center;
}
.shareTools a.facebook,
.shareTools a.twitter,
.shareTools a.google,
.shareTools a.email {
	background: transparent url('icons-24-some.png') no-repeat 0 0;
	display: inline-block;
	height: 24px;
	line-height: 200px;
	margin: 3px 6px 3px 0;
	overflow: hidden;
	width: 24px;
}
.shareTools a.facebook { background-position: 0 0; }
.shareTools a.twitter { background-position: -24px 0; }
.shareTools a.google { background-position: -48px 0; }
.shareTools a.email { background-position: -72px 0; }

/* Shadowbox customization */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:inherit;}
#sb-title,#sb-info{background-color:#303030;padding:0 6px;}
#sb-title{-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
#sb-info{-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;padding-bottom:2px;}
#sb-counter{color:#fff;}