/******************************************
***          YT Framework: CSS          ***
*******************************************/

/* -----------------------*/
/*     General style      */
/* -----------------------*/

body{
	background:#F0F1FF;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.6em;
}
body #yt-wrapper{
	overflow:hidden;
}
.clearfix{
	clear:both;
}
.pos-html{
	float:left;
	overflow:hidden;
}
/* Begin: Update css for basic.css */

ul li {
    background: url(../images/bullet.gif) no-repeat left 7px;
    line-height: 160%;
    padding-left: 15px;
}
a:hover{
	text-decoration:underline;
}
.contact-form textarea,
.contact-form input{
	border:1px solid #CCC;
}
label.invalid{
	background:none;
}

input,
.inputbox{
    color: #515151;
    margin: 0;
    padding: 2px 2px 2px 5px;
}
input.required{
	border:1px solid #CCC;
}
input.invalid{
	border-color:red;
}
select,
select.inputbox{
	padding:1px 1px 1px 5px;
	border:1px solid #CCC;
	background:#FFF;
}
button,
.button{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	box-shadow:2px 2px 2px #999999;
	-moz-box-shadow:2px 2px 2px #999999;
	-webkit-box-shadow:2px 2px 2px #999999;
	background-color:#ff5a00;
	padding:3px 10px;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 5px 0;
}
button:hover,
.button:hover, .button:active, .button:focus, .button:visited {
    cursor: pointer;
    text-decoration: none;
	background: #000;
}
a.readon{
	color:#000;
	padding:2px 0;
}
a.readon:hover, a.readon:focus, a.readon:active{
	color:#000;
}
/* End: Update css for basic.css   */


/* Fontsize */
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}
body #yt-wrapper{
	overflow:hidden;
}
/* Blocks in template */
#yt-top,
#yt-header, 
#yt-menuwrap,
#yt-slideshow, 
#content, 
#yt-var1,
#yt-var2,
#yt-footer,
#yt-spotlight1,
#yt-spotlight2{
	width:100%;
	float:left;
}

/* Color(sitestyle) for element to change */
a, 
span.separator,
div.userBlock h2,
div.itemListCategory h2,
h1.componentheading, 
.componentheading {
	color:#000000;
}

/* Pagination style */
ul.pagination li{
	color:#999;
	margin:0 0 0 1px;
	vertical-align:middle;
}
ul.pagination li:first-child{
	background-image:url(../images/paging-item-spe.png);
	background-position:right center;
	background-repeat:no-repeat;
}
ul.pagination li.end{
	background-image:url(../images/paging-item-spe.png);
	background-position:left center;
	background-repeat:no-repeat;
}
ul.pagination li strong.link,
ul.pagination li span.active{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/pag-item-l.png) no-repeat top left;
	height:25px;
	display:inline-block;
}
ul.pagination li strong.link a,
ul.pagination li span.active span{
	background:url(../images/pag-item-r.png) no-repeat top right;
	height:25px;
	line-height:25px;
	margin-right:-5px;
	display:block;
	padding:0 12px;
}
ul.pagination li strong.link:hover,
ul.pagination li span.active{
	background-position:0 -25px;
}
ul.pagination li strong.link:hover a,
ul.pagination li span.active span{
	background-position:100% -25px;
}
.text-font{
	text-transform:uppercase;
	font-weight:normal;
}
ul.pagination .text-font{
	border:none;
	background:none;
	padding:0px 12px;
	display:inline-block;
	color:#666;
	text-transform:uppercase;
	font-size:150%;
	line-height:150%;
}

ul.pagination strong.text-font a{
	color:#000;
	padding:0 0;
}
ul.pagination .active span{
	color:#010101;
	font-weight:bold;
}
ul.pagination a{
	color:#666;
	font-weight:bold;
	display:inline-block;
}

/* -----------------------------*/
/*     Yt tolls                 */
/* -----------------------------*/

/* Switch modes view */
.yt-switch_modes {
	margin:0 0 0 10px;
}
.yt-switch_modes span.title-swm{
	float:left;
	display:inline-block;
	color:#000;
	margin-top: -9px;
}
.yt-switch_modes ul.nav-swm{
	margin:0 0;
	overflow:hidden;
	float:left;
	* width:50px;
}
.yt-switch_modes ul.nav-swm:hover{
}
.yt-switch_modes ul.nav-swm li{
	background:none;
	padding:0 0 0 8px;
	display:inline-block;
	float:left;
}

.yt-switch_modes ul.nav-swm li a span{
	display:none;
}

.yt-switch_modes ul.nav-swm li a{
	background:url(../images/mode-view.png) no-repeat 0 -16px;
	width:20px;
	height:16px;
	display:block;
}
.yt-switch_modes ul.nav-swm li.mobile a{
	background:url(../images/mode-view.png) no-repeat -20px -16px;
	width:10px
}
.yt-switch_modes ul.nav-swm li.window.active a,
.yt-switch_modes ul.nav-swm li.window:hover a{
	background-position:0 0px;
}
.yt-switch_modes ul.nav-swm li.mobile.active a,
.yt-switch_modes ul.nav-swm li.mobile:hover a{
	background-position:-20px 0px;
}
/* Control fontsize */
ul.yt-fontsize{ 
	margin:0 0; 
	padding:0;
	float:right;
}
ul.yt-fontsize li{ 
	display:inline; 
	float:left; 
	margin:0 0;
	color:#000000;
	padding:0 0;
}
ul.yt-fontsize li.dec{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/FS-yttool.gif) no-repeat -25px center;
	height:15px; 
	width:20px;	
}
ul.yt-fontsize li.inc{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/FS-yttool.gif) no-repeat -3px center;
	height:15px; 
	width:20px;

}
div.yt-fontsize{
	margin:1px 0 0 5px;
}
ul.yt-fontsize li.reset{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/FS-yttool.gif) no-repeat -41px center;
	height:15px; 
	width:20px;
}
/* Link validate and language support  */
.yt-linkfooter ul{
	margin:0 0;
	* width:220px;
}
.yt-linkfooter ul li{
	display:inline;
	padding:0 10px;
	float:left;
	background:url(../images/link-val.gif) no-repeat center right;
}
.yt-linkfooter ul li.first{
	padding:0 10px 0 0;
}
.yt-linkfooter ul li a{
	font-size:92%;
	color:#FFF;
}
.yt-switch_modes{
}
/* Croll to top */
#yt-scroll-top{
	float:left;
	width:100%;
}
#yt-scroll-top .yt-main{
	position:relative;
}
#yt-scroll-top .pos-html .top {
    position: absolute;
    right: -80px;
    top: -30px;
    width: 30px;
}
.top a{
	line-height:30px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	text-transform:uppercase;
}
/* -----------------------------*/
/*     Layout types             */
/* -----------------------------*/

/* Type: Left-main */
.left-main #yt-col1 #content-main .content-main-inner{ 
	margin:0 0 0 10px;
}
.left-main.noleft #yt-col1 #content-main .content-main-inner{ 
	margin:0 0;
}
.left-main #yt-col1 #content-left .yt-position-inner{ 
	margin:0 0;
}
/* Type: main-right */
.main-right #yt-col1 #content-main .content-main-inner{ 
	margin:0 10px 0 0;
}
.main-right.noright #yt-col1 #content-main .content-main-inner{ 
	margin:0 0 0 0;
}
.main-right #yt-col2 #content-right .yt-position-inner{ 
	margin:0 0;
}
/* Type: Main-left-right */
.main-left-right #yt-col1 #content-main .content-main-inner{ 
	margin:0px 10px 0 0;
}
.main-left-right #yt-col2 #content-right #left .yt-position-inner{
	margin:0 3px 0 0px;
}
.main-left-right #yt-col2 #content-right #right .yt-position-inner{
	margin:0 0 0 3px;
}
.main-left-right.noright #yt-col1 #content-left #left .yt-position-inner,
.main-left-right.noleft #yt-col1 #content-left #right .yt-position-inner{
	margin:0 0;
}
.main-left-right.noright.noleft #yt-col1 #content-main .content-main-inner{
	margin:0 0;
}
/* Type: Left-right-main */
.left-right-main #yt-col1 #content-main .content-main-inner{ 
	margin:0 0 0 10px;
}
.left-right-main #yt-col1 #content-left #left .yt-position-inner{
	margin:0 3px 0 0;
}
.left-right-main #yt-col1 #content-left #right .yt-position-inner{
	margin:0 0 0 3px;
}
.left-right-main.noright #yt-col1 #content-left #left .yt-position-inner,
.left-right-main.noleft #yt-col1 #content-left #right .yt-position-inner{
	margin:0 0;
}
.left-right-main.noleft.noright #yt-col1 #content-left #right .yt-position-inner{
	margin:0 0;
}
/* Type: Left-main-right */
.left-main-right #yt-col1 #content-main .content-main-inner{ 
	margin:0 5px;
}
.left-main-right #yt-col1 #content-left .yt-position-inner{ 
	margin:0 3px 0 0;
}
.left-main-right #yt-col2 #content-right .yt-position-inner{ 
	margin:0 0 0 3px;
}
.left-main-right.noright #yt-col1 #content-main .content-main-inner{ 
	margin:0 0 0 5px;
}
.left-main-right.noleft #yt-col1 #content-main .content-main-inner{ 
	margin:0 5px 0 0;
}
.left-main-right.noleft.noright #yt-col1 #content-main .content-main-inner{ 
	margin:0 0;
}
/* -----------------------------*/
/*     Module variations        */
/* -----------------------------*/
.moduletable,
.moduletable_menu,
.moduletable_text{
	margin: 0 0;
	padding:0;
}
.moduletable h3,
.moduletable_menu h3,
.moduletable_text h3{
	font-size:150%;
	padding:5px 2px 7px 2px;
	margin:0 0;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	overflow:hidden;
	display:block;
}
.moduletable .yt-mod-mainbox,
.moduletable_menu .yt-mod-mainbox,
.moduletable_text .yt-mod-mainbox{
	margin:0 0;
	padding:5px;
}
.moduletable p,
.moduletable ul{
	margin:0 0;
}


/* Default module */
.moduletable .yt-mod-mainbox{
	background:#f6f6f6;
	border:1px solid #a2a2a2;
	margin:0 0;
	padding:10px;
}
/* Suffix class: clear */
.moduletable.clear h3{
	padding:5px 0;
	background:none;
}
.moduletable.clear .yt-mod-mainbox{
	padding:0;
	background:none;
	border:none;
}
/* Suffix class: _text */
.moduletable_text .yt-mod-mainbox{
	background:#f6f6f6;
	border:1px solid #a2a2a2;
	margin:0 0;
	padding:10px 10px 2px;
}
.moduletable_text ul{
	margin:0 0;
}
.moduletable_text ul li{
	padding:8px 0;
	background:none;
	border-top:1px dashed #a2a2a2;
	line-height:14px;
}
.moduletable_text ul li a:hover{
	color:#ff5a00;
	text-decoration:none;
}
.moduletable_text ul li:first-child{
	border:none;
	padding-top:0px;
}
/* Suffix class: _menu */
.moduletable_menu .yt-mod-mainbox{
	border:1px solid #a2a2a2;
	padding:0 0;
}
.moduletable_menu ul{
	margin:0 0;
}
.moduletable_menu h3{ 

}
.moduletable_menu ul{
	background:#ff5a00;
}
.moduletable_menu ul li{
	background:url(../images/line-menu-l1.png) repeat-x left top;
	line-height:23px;
	padding:2px 0 0 0;
}
.moduletable_menu ul li.active,
.moduletable_menu ul li:hover{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/line-menu-l1-ov.png) repeat-x left top;
}
.moduletable_menu ul li:first-child{
	background:none;
	padding:0 0;
}
.moduletable_menu ul li:first-child:hover{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/line-menu-l1-f-ov.png) repeat-x left top;
}
.moduletable_menu ul li a,
.moduletable_menu ul li .separator{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/menu-item-l1.png) no-repeat 6% 9px;
	display:block;
	color:#FFF;
	padding:0 10px 0 20px;
}
.moduletable_menu ul li a img,
.moduletable_menu ul li .separator img{
	vertical-align:middle;
	margin:0 3px 0 0;
}
.moduletable_menu ul li.active a,
.moduletable_menu ul li.active .separator,
.moduletable_menu ul li:hover a,
.moduletable_menu ul li:hover .separator{
	background:url(../images/menu-item-l1-ov.png) no-repeat 6% 9px;
	text-decoration:none;
	color:#000;
}
/* level2 */


.moduletable_menu ul li.active li a,
.moduletable_menu ul li.active li .separator,
.moduletable_menu ul li:hover li a,
.moduletable_menu ul li:hover li .separator,
.moduletable_menu ul li li a,
.moduletable_menu ul li li .separator{
	background:#ff7b33;
	color:#000;
	text-decoration:none;
}
.moduletable_menu ul li li.active a,
.moduletable_menu ul li li.active .separator,
.moduletable_menu ul li li:hover a,
.moduletable_menu ul li li:hover .separator{
	color:#FFF;
}
/* level3 */
.moduletable_menu ul li li.active li a,
.moduletable_menu ul li li.active li .separator,
.moduletable_menu ul li li:hover li a,
.moduletable_menu ul li li:hover li .separator,
.moduletable_menu ul li li li a,
.moduletable_menu ul li li li .separator{
	background:#ff7b33;
	padding:0 10px 0 35px;
	color:#000;
}
.moduletable_menu ul li li li.active a,
.moduletable_menu ul li li li.active .separator,
.moduletable_menu ul li li li:hover a,
.moduletable_menu ul li li li:hover .separator{
	color:#FFF;
}

/* Suffix class: clear */
.moduletable.clear .yt-mod-mainbox{
	padding:0px 0px;
}
/* Suffix class: icon */
.moduletable.icon-new h3,
.moduletable.icon-hot h3,
.moduletable.icon-top h3{
	background:url(../images/mod-title-bgtop.png) repeat-x top left;
	padding:10px 10px 5px 13px; 
}
.icon-hot, 
.icon-new, 
.icon-top {
    position: relative;
	width:100%;
}
.icon {
    background: url(https://abmautoservice.nl/templates/sj_cars/images/icons.png) no-repeat 0 0;
    height: 48px;
    position: absolute;
    right: 1px;
    text-indent: -999em;
    top: -3px;
    width: 48px;
    z-index: 55;
}
.icon-hot .icon {
    background-position: 0 -48px;
}
.icon-top .icon {
    background-position: 0 -96px;
}
.icon-new .icon {
    background-position: 0 0;
}

/* Suffix class: bg_title1 */
.moduletable.bg_title1 h3{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/mod-title-bgtitle1.png) repeat-x left top;
	padding:8px 11px 7px;
}

/* Suffix class: bg_title2 */
.moduletable.bg_title2 h3{
	background:#ff5a00;
	padding:8px 11px 7px;
	color:#FFF;
}
/* Suffix class: bg_title2 */
.moduletable.bg-content{
	border:1px solid #a2a2a2;
	background:#f0f0f0;
	padding:5px 4px;
}
.moduletable.bg-content .module-inner{
	background:#000;
	margin:0 0;
	overflow:hidden;
}
.moduletable.bg-content h3{
	color:#FFF;
	padding:7px 7px;
	border-bottom:1px dashed  #a2a2a2;
}
.moduletable.bg-content .yt-mod-mainbox{
	border:none;
	background:none;
	color:#999;
	padding:5px 7px;
}
/* Suffix class: bage */
.moduletable.badge-new h3,
.moduletable.badge-hot h3,
.moduletable.badge-top h3,
.moduletable.badge-soon h3{

}
.moduletable.badge-cool .yt-mod-mainbox,
.moduletable.badge-new .yt-mod-mainbox,
.moduletable.badge-hot .yt-mod-mainbox,
.moduletable.badge-free .yt-mod-mainbox,
.moduletable.badge-soon .yt-mod-mainbox{
	background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #CFCFCF;
    padding: 5px;
}
.moduletable.badge-cool .yt-mod-mainbox-in,
.moduletable.badge-new .yt-mod-mainbox-in,
.moduletable.badge-hot .yt-mod-mainbox-in,
.moduletable.badge-free .yt-mod-mainbox-in,
.moduletable.badge-soon .yt-mod-mainbox-in{
	background: none repeat scroll 0 0 #F6F6F6;
    padding: 10px;
}
.badge-cool,
.badge-hot, 
.badge-new, 
.badge-soon, 
.badge-free {
    position: relative;
}
.badge {
    background: url(https://abmautoservice.nl/templates/sj_cars/images/badges.png) no-repeat 0 0;
    height: 54px;
    position: absolute;
    right: 0px;
    text-indent: -999em;
    top: 10px;
    width: 110px;
    z-index: 77;
}
.badge-new .badge {
    background-position: 0 -54px;
}
.badge-free .badge {
    background-position: 0 -108px;
}
.badge-cool .badge {
    background-position: 0 -162px;
}
.badge-soon .badge {
    background-position: 0 -216px;
}
/* Suffix class: border */

.moduletable.border1 .yt-mod-mainbox{
	border:3px solid #a2a2a2;
}
.moduletable.border2 .yt-mod-mainbox{
	border:1px solid #cfcfcf;
	background:#eaeaea;
	padding:5px;
}
.moduletable.border2 .yt-mod-mainbox .yt-mod-mainbox-in{
	padding:10px;
	background:#f6f6f6
}
/* Suffix class: light */
.moduletable.light1 h3,
.moduletable.light2 h3,
.moduletable.light3 h3{
	background:none;
	color:#515151;
}

.moduletable.light1 .yt-mod-mainbox,
.moduletable.light2 .yt-mod-mainbox,
.moduletable.light3 .yt-mod-mainbox{
	background:#FFFFFF;
}
.moduletable.light1 h3{
	border-bottom:1px solid #515151;
}
.moduletable.light2 h3{
	border-bottom:3px solid #515151;
}
.moduletable.light3 h3{
	border-bottom:5px solid #515151 !important;
	border-top:1px solid #515151;
	padding:0 7px !important;
}
/* Suffix class: coner */
.moduletable.corner{
	position:relative;
	border:1px solid #515151;
}
.moduletable.corner h3{
	background-image:none;
	border-top:4px solid #515151;
	border-bottom:1px solid #515151 !important;
	background:none;
	color:#515151;
	padding:0 7px !important;
}
.moduletable.corner .yt-mod-mainbox{
	background:none;
	margin:0 0;
}
span.corner {
    height: 15px;
	width: 15px;
    position: absolute;
    right: -1px;
	bottom: -1px;
    text-indent: -999em;
    z-index: 999;
}
/* Suffix class: color */
.moduletable.color1 .yt-mod-mainbox{
	background-color:#F2F2F2;
	margin:0 0;
}

/* ----------------------------*/
/*     Block: yt-header        */
/* ----------------------------*/
#yt-header{
	background:#ff5a00;
}
#yt-header .yt-main{
	height:117px;
}
#yt-header .yt-main-in1{
}
#yt-header .yt-main-in2{
}
.site-slogan{
	padding:0;
	margin:15px 0 0 0;
	width:100%;
	float:left;
	text-align:center;
}
#yt-header h1.logo {
	float:left;
	margin:0px 0 0 20px;
	padding:0;
}
#yt-header h1.logo a{
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:115px;
	width:980px;
	display:block;
}
#yt-header h1.logo a span{
	display:none;
}
h1.logo-text{
	float:left;
	margin:20px 0 0 44px;
}
#header1 .yt-position-inner{
	margin:45px 8px 0 0;
	float:right;
}
#header1 ul li.user-login,
#header1 ul li.user-reg{
	position:relative;
	padding:0 0;
	background:none;
}
#header1 ul li.user-login a.login-switch.show span.title-link,
#header1 ul li.user-reg a.register-switch.show span.title-link{
	display:inline-block;
}
#header1 ul li.user-login a.login-switch span.title-link,
#header1 ul li.user-reg a.register-switch span.title-link{
	padding:0 0;
	display:inline-block;
}
#header1 ul li.hiuser{
	background:none;
	padding:0 0;
}
#header1 ul li.hiuser span{
	padding:2px 10px 4px;
	font-size:150%;
	color:#FFF;
	text-transform:uppercase;
}
#header1 ul li.hiuser a{
	padding:2px 25px 4px 10px;
	font-size:150%;
	color:#000;
	text-transform:uppercase;
}
#header1 ul li.user-login a.login-switch,
#header1 ul li.user-reg a.register-switch{
	padding:2px 25px 4px;
	font-size:150%;
	color:#000;
	text-transform:uppercase;
}
#header1 ul li.user-login a.login-switch.show{
	background-color:#474747;
	color:#FFF;
}
#header1 ul li.user-reg a.register-switch.show{
	background-color:#474747;
	color:#FFF;
}
#header1 ul li:first-child{
	background:none;
}
ul.yt-user-lr li .hiuser,
#header1 ul li a{
	padding:0 5px;
	display:inline-block;
	line-height:29px;
}
#header1 ul li a span{
	cursor:pointer;
}
ul.yt-user-lr{
	position:relative;
	margin:0 0;
	z-index:999;
	min-height:33px;	
}
p#form-login-remember{
	margin:15px 0 5px;
}
#header1 #yt-user-log label.yt-login-user,
#header1 #yt-user-log label.yt-login-password{
	background:#f2f1f1;
	border:1px solid #c1c1c1;
	border-radius:4px;
	
	-webkit-border-radius:4px;
	margin-bottom:8px;
	height:25px;
	display:block;
}
#header1 #yt-user-log label span{
	display:inline-block;
	float:left;
	line-height:27px;
	height:27px;
	margin: 0 0 0 7px;
	padding:0 0 0 25px;
	color:#000;
}

#header1 #yt-user-log label.yt-login-user span{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/login-name.png) no-repeat center left;
}
#header1 #yt-user-log label.yt-login-password span{
	background:url(../images/login-pw.png) no-repeat center left;
}
#header1 #yt-user-log label.yt-login-user input.inputbox,
#header1 #yt-user-log label.yt-login-password input.inputbox{
	background:none;
	padding:0 5px;
	width:105px;
	float:left;
	border:none;
	line-height:25px;
	height:25px;
	margin-top:1px;
	color:#000;
}
#header1 #yt-user-log label.yt-login-user input.inputbox{
	width:95px;
}
#header1 #yt-user-log h3,
#header1 #yt-user-reg h3{
	margin:0 15px 10px;
	font-size:250%;
	line-height:150%;
	font-family:Oswald, Helvetica, sans-serif;
	color:#f2f1f1;
	font-weight:normal;
}
#header1 #yt-user-reg h3{
	margin:0 0 10px;
}
#header1 #yt-user-log input.button,
#header1 #yt-user-reg input.button{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	box-shadow:2px 2px 2px #333;
	-moz-box-shadow:2px 2px 2px #333;
	-webkit-box-shadow:2px 2px 2px #333;
	background-repeat:no-repeat;
	background-position:5% center;
	background-color:#ff5a00;
	padding:3px 12px 3px 12px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;

	margin:5px 0 5px 0;
	float:left;
}
#header1 #yt-user-log input.button:hover,
#header1 #yt-user-reg input.button:hover{
	background-color:#000;
}
#header1 #yt-user-log a,
#header1 #yt-user-reg a{
	color:#FFF;
	background:url(https://abmautoservice.nl/templates/sj_cars/images/login-link.png) no-repeat center left;
	padding-left:8px;
	font-size:92%;
	float:none;
}
#header1 #yt-user-log a:hover,
#header1 #yt-user-reg a:hover{
	text-decoration:underline;
}
#header1 ul.yt-login-links{
	background:url(../images/line-loglink.png) repeat-x top left;
	margin:10px 0 0;
	padding:10px 15px 0;
}
#header1 ul.yt-login-links li{
	display:block;
	float:none !important;
	padding:0 0;
	line-height:20px;
	background:none;
}
#header1 ul.yt-login-links li a{
	line-height:16px;
}
ul.yt-user-lr li{
	display:inline-block;
	float:left;
	line-height:33px;
}
ul.yt-user-lr li .hiuser,
.yt-login-links a{
	display:block;
}
ul.yt-user-lr li a{
	color:#aac3ca;
}
ul.yt-user-lr li a.show,
ul.yt-user-lr li a:hover{
	text-decoration:none;
	color:#000;
	background:none;
}
ul.yt-user-lr li.user-login a span.title-link span{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/login.png) no-repeat left top;
	display:inline-block;
	line-height:29px;
	padding:0 0 0 40px;
}

ul.yt-user-lr li.user-reg a span.title-link span{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/regis.png) no-repeat left top;
	display:inline-block;
	line-height:29px;
	padding:0 0 0 40px;
}

ul.yt-user-lr li .hiuser,
ul.yt-user-lr li a{
	color:#000;
}
#yt-user-reg label.yt-field-regis{
	background:#f2f1f1;
	border:1px solid #c1c1c1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:25px;

	margin:0 0 8px 0;
	display:inline-block;
	width:215px;
	position:relative;
	padding:0 0;
}
#yt-user-reg label.yt-field-regis span.star{
	background:none !important;
	margin:0 0 !important;
	padding:0 0 !important;
	position:absolute;
	right:-10px;
	color:#FFF;
}
#yt-user-reg label.yt-field-regis span{
	line-height:27px;
	margin-left:7px;
	padding-left:25px;
	display:inline-block;
	float:left;
	color:#000;
}
#yt-user-reg label.yt-field-regis.invalid span{
	color:#FF0000;
}
#yt-user-reg span.note{
	display:block;
	margin:0 0 5px 0;
	color:#FFF;
}
#yt-user-reg label.yt-field-regis .inputbox{
	background:none;
	padding:0 5px;
	width:125px;
	border:none;
	height:23px; 
	line-height:23px;
	margin:1px 0 0;
	float:left;
	box-shadow: none;
	color:#000;
}
#yt-user-reg #pwmsg .inputbox,
#yt-user-reg #usernamemsg .inputbox{
	width:105px;
}
#yt-user-reg #email2msg .inputbox,
#yt-user-reg #pw2msg .inputbox{
	width:75px;
}
#yt-user-reg #namemsg span{
	background:url(../images/login-name-re.png) no-repeat center left;
}
#yt-user-reg #usernamemsg span{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/login-name.png) no-repeat center left;
}
#yt-user-reg #email2msg span,
#yt-user-reg #emailmsg span{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/login-main.png) no-repeat center left;
}
#yt-user-reg #pwmsg span,
#yt-user-reg #pw2msg span{
	background:url(../images/login-pw.png) no-repeat center left;
}
#form-login-remember{
	color:#FFF;
}
#yt-user-log,
#yt-user-reg{
	background-color:#474747;
    box-shadow: 0 0 2px #000000;
	position:absolute; 
	top:35px; 
	width:422px;
	height:auto;
	left:-130px;
	padding:10px 15px 15px;
}
#yt-user-log{
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/bg-lock.png);
	background-position:290px 35px;
	background-repeat:no-repeat;
}
#yt-user-reg{
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/bg-regis.png);
	background-position:270px 70px;
	background-repeat:no-repeat;
}
#yt-user-log .inner{
	width:215px;
	padding-left:15px;
	overflow:hidden;
}
#yt-user-reg .inner{
	width:225px;
	padding-left:15px;
	overflow:hidden;
}
#header2{
	height:117px;
/**	background:url(../images/header2-bg.png) no-repeat left center;**/
}
#header2 .search{
	width:213px;
	height:33px;
	position:relative;
}
#header2 .yt-position-inner {
    margin-top: 45px;
	float:right;
}
#header2 .inputbox{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/serach-inputbox.png) no-repeat top left;
	padding:9px 14px;
	border:none;
	width:185px;
	color:#000000;
}
#header2 .button{
	position:absolute;
	right:12px;
	top:0px;
	height:33px;
	width:18px;
	background:url(https://abmautoservice.nl/templates/sj_cars/images/serach-button.png) no-repeat left center;
	padding:0 0;
	text-indent:-999em;
	
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
	vertical-align:top;
}

/* ----------------------------*/
/*     Block: yt-menuwrap      */
/* ----------------------------*/
#yt-menuwrap{
	position:relative;
	z-index:99;
	min-height:52px;
	background:url(../images/menu-wrap.gif) repeat-x top left;
}
#yt-menuwrap .yt-main{
	min-height:52px;
	position:relative;
}
#yt-menuwrap .yt-main-in1{
}
#yt-menuwrap .yt-main-in2{

}
#yt-menuwrap .yt-menu{
	
}
#yt-menuwrap #nav2{
	height:52px;
	background:url(../images/nav2-bg.png) no-repeat 0% 1px;
}
#yt-menuwrap #nav2 .yt-position-inner{
	margin:7px 0 0;
	
}
#yt-menu #nav2 .search{
	overflow:hidden;
	height:24px;
}
#yt-menuwrap #nav2 .search input.inputbox{
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:none;
}
#yt-menuwrap #nav2 .search input.button{
	padding:5px 5px;
	vertical-align:center;
}
.yt_contact_holder label{
	display:block;
	margin-bottom:3px;
}
.yt_contact_holder input.inputbox{
	border:1px solid #e6e6e6;
	background:#fafafa;
}
.yt_contact_holder input.button{
	background:url(../images/submit-contact.png) no-repeat top left;
	height:40px;
	width:106px;
	margin:5px 0 0 83px;
	padding:0 0 5px;
	color:#000;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-size:116%;
	
}
.yt_contact_holder input.button:hover{
	color:#666;
}
p.yt-map,
p.yt-address,
p.yt-email,
p.yt-phone{
	margin-top:12px;
}
p.yt-address{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/icon-contact-home.png) no-repeat left center;
	height:35px;
	padding-left:40px;
	line-height:16px;
}
p.yt-mail{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/icon-contact-mail.png) no-repeat left center;
	height:35px;
	padding-left:40px;
	line-height:28px;
}
p.yt-mail a{
	color:#FFF;
}
p.yt-mail a:hover{
	color:#ff5a00;
}
p.yt-phone{
	background:url(../images/icon-contact-phone.png) no-repeat left center;
	height:35px;
	padding-left:40px;
	line-height:28px;
}
.yt_contact_holder label span{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/title-contact-field.png) no-repeat left center;
	padding-left:25px;
	width:60px;
	float:left;
	font-weight:bold;
}
.yt_contact_holder label textarea{
	width:180px;
	border:1px solid #e6e6e6;
	background:#fafafa;
}
.yt_contact_holder{

}
/* ----------------------------*/
/*     Block: yt-slideshow     */
/* ----------------------------*/
#yt-slideshow{
	margin-top:1px;
}

/* ----------------------------*/
/*     Block: yt-spotlight1    */
/* ----------------------------*/
#yt-spotlight1 .yt-main{
	padding:10px 0 0;
	overflow:hidden;
}
#yt-spotlight1 .yt-position-inner{
	margin:0 3px;
}
#yt-spotlight1 .position-first .yt-position-inner{
	margin:0 7px 0 0;
}
#yt-spotlight1 .position-last .yt-position-inner{
	margin:0 0 0 7px;
}
/* ----------------------------*/
/*     Block: yt-spotlight2    */
/* ----------------------------*/
#yt-spotlight2 {
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/top-bg-spot.png);
	background-position:left top;
	background-repeat:repeat-x;
}

#yt-spotlight2 .yt-main{
	background:#ff5a00;
	margin-top:5px;
	width:100% !important;
	overflow:hidden;
	padding:20px 0 20px;
}
#yt-spotlight2 .position-first .yt-position-inner{
	margin:0 26px 0 0;
}
#yt-spotlight2 .position-last .yt-position-inner{
	margin:0 0 0 26px;
}
#yt-spotlight2 .yt-position-inner{
	margin:0 13px;
}
#yt-spotlight2 .yt-main-in1{
	width:980px;
	margin:0 auto;
}
#yt-spotlight2 .moduletable h3{
	background:none;
	color:#FFF;
	padding:5px 0px;
}
#yt-spotlight2 .yt-mod-mainbox{
	background:none;
	border:none;
	padding:5px 0;
}
ul.yt-followus li{
	background:none;
	padding:0 0;
	margin-bottom:12px;
}
ul.yt-followus li.e-mail{
	height:44px;
}
ul.yt-followus li.e-mail a{
	padding:0 0 0 52px;
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/mod-ico-mail.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	height:44px;
	line-height:44px
}
ul.yt-followus li.e-mail a:hover{
	background-position:0 -44px;
	text-decoration:none;
}
ul.yt-followus li.twitter a{
	padding:0 0 0 52px;
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/mod-ico-twi.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	height:44px;
	line-height:44px
}
ul.yt-followus li.twitter a:hover{
	background-position:0 -44px;
	text-decoration:none;
}
ul.yt-followus li.facebook a{
	padding:0 0 0 52px;
	background-image:url(https://abmautoservice.nl/templates/sj_cars/images/mod-ico-fb.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	height:44px;
	line-height:44px
}
ul.yt-followus li.facebook a:hover{
	background-position:0 -44px;
	text-decoration:none;
}
ul.yt-followus li.rss a{
	padding:0 0 0 52px;
	background-image:url(../images/mod-ico-rss.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	height:44px;
	line-height:44px
}
ul.yt-followus li.rss a:hover{
	background-position:0 -44px;
	text-decoration:none;
}

#yt-spotlight2 .ytc-content-slideshow a.link-image{
	padding:3px;
	background:url(../images/bg-imag-slide.png) repeat top left;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.ytc-content-slideshow a img{
	background:#FFF;
	padding:6px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
/* ----------------------------*/
/*     Block: yt-var1          */
/* ----------------------------*/
#yt-var1 .yt-main{
	padding:10px 0;
	overflow:hidden;
}
#yt-var1 .yt-main .moduletable p img{
	margin:0 0;
	float:none;
}
/* ----------------------------*/
/*     Block: yt-var2          */
/* ----------------------------*/
#yt-var2 .yt-main{
	padding:10px 0;
	overflow:hidden;
}

/* ----------------------------*/
/*     Block: yt-footer        */
/* ----------------------------*/
#yt-footer{
	height:71px;
	background-image:url(../images/footer-bg.png);
	background-position:left top;
	background-repeat:left top;
	background-color:#ff5a00;
}
#yt-footer .yt-main{
	padding:15px 0 0;
	overflow:hidden;
}
#yt-footer .yt-main-in1{
}
#yt-footer .yt-main-in2{
}

#yt-footer .group-footnav .yt-position-inner{
	margin: 0 0 5px;
    overflow: hidden;
}
#yt-footer .yt-position-inner {
	margin:0 0;
}
#yt-footer #methods .yt-position-inner{
	padding:30px 10px 0 0;
	float:right;
}
#yt-footer #methods .yt-position-inner p{
	margin:0 0;
}
#yt-footer .yt-copyright{
	color:#000;
	line-height:24px;
}
#yt-footer .yt-copyright a{
	color:#FFF;
}
#yt-footer .group-footnav .group-inner{
	float:right;
}
#yt-footer #footnav ul{
	margin: 0 0;
	overflow:hidden;
	float:left;
	width:100%;
}
#yt-footer #footnav li{
	background:none;
	display:inline;
	float:left;
	padding:0 0 0 20px;
}
#yt-footer #footnav li:first-child{
	background:none;
	padding-left:0px;
}
#yt-footer #footnav li span.separator,
#yt-footer #footnav li a{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/arrow-linkfoot.png) no-repeat left center;
    padding: 0 0 0 11px;
	display:block;
	font-size:100%;
	color:#FFF;
}


#yt-footer #footnav li#current a,
#yt-footer #footnav li a:hover,
#yt-footer #footnav li a#active_menu-nav{
	text-decoration:underline;
}
.group-footer-left{
	padding:15px 0 0 0;
}
#yt-footer #footer{
	left:0;
	color:#FFF;
}
#yt-footer .top {
	float:right;
	margin-top:35px;
}
img#yt-backtotop{ cursor:pointer}	
.yt-change_modes a{
	padding:0 10px;
}


/* ----------------------------*/
/*     Block: content          */
/* ----------------------------*/
/* breadcrumb */
#yt-breadcrumb{
	margin:10px 0;
}
#yt-breadcrumb .yt-main-in2{
	overflow:hidden;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
#breadcrumb{
}
#breadcrumb .yt-position-inner{
	margin:0 0 12px;
}
#breadcrumb .moduletable{
	margin:0 0;
}
#breadcrumb .moduletable .yt-mod-mainbox{
	padding:0 0;
}
#breadcrumb .breadcrumbs{
	height:34px;
	line-height:34px;
	width:100%;
	background:url(https://abmautoservice.nl/templates/sj_cars/images/breadcrump-bg.png) no-repeat right 1px;
}
.breadcrumbs .pathway{
	display:block;
	float:left;
	padding:0 9px;
	background:url(../images/path-bg.gif) no-repeat left center;
}
.breadcrumbs .pathway.first{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/home-path.gif) no-repeat left top;
	height:34px;
	width:42px;
	text-indent:-999em;
	padding:0 0;
}
.breadcrumbs .pathway.first:hover{
	background-position:left -34px;
}
.breadcrumbs .pathway.second{
	background:url(../images/second-path.gif) no-repeat left 1px;
	height:34px;
	padding:0 9px 0 14px;
}
/* System-messag */
#system-message{
	width:100%;
	float:left;
}
#system-message dd ul{
	margin:0 0;
}
#system-message dd ul li{
	background:none;
	margin:0 0;
	padding:0 0;
}
/* Inner content */
#content{
	overflow:hidden; 
}
a.readon{
	font-style:italic;
}
a.readon:hover{
	text-decoration:underline;
}
#content .yt-main{
	overflow:hidden;
	padding:10px 0;
}
#content .yt-main-in1{	
}
#content .yt-main-in2{	
}
/* module in content */
#content #content-left .moduletable,
#content #content-left .moduletable_menu,
#content #content-left .moduletable_text,
#content #content-right .moduletable,
#content #content-right .moduletable_menu,
#content #content-right .moduletable_text{
	margin-bottom:8px;
}

#content #right .moduletable.badge-new .yt-mod-mainbox{
	padding:10px 1px;
}
.yt-content{ 
	overflow:hidden; 
	margin:0 auto;
}
.main-right #yt-col2 #content-left {
	overflow:hidden;
	padding:0 0 0;
}
.yt-main-body{
	padding:0 0;
	margin:0 0;
}
#yt-component{
	padding:0 0; 
	margin:0 0;
	overflow:hidden;
}
h1.componentheading, .componentheading{
	text-transform:uppercase;
	font-size:160%;
}

/* module main content */
#m1, #m2 {
    width: 50%;
}
#mc-bottom .moduletable,
#mc-top .moduletable{
	margin-bottom:8px;
}
.banneritem a{
	display:block;
}
/* module left, right content */
.stats-module dt{
	font-weight:bold;
	float:left;
	padding-right:8px;
}

.module-inner .k2ItemsBlock li{
	margin-top:8px;
	padding-bottom:10px;
	border-bottom:1px dashed #a2a2a2;
	
}
.module-inner .k2ItemsBlock li:first-child{
	margin-top:0px;
}
.module-inner .k2ItemsBlock li .moduleItemTitle{
	color:#ff5a00;
	font-weight:bold;
	line-height:14px;
}
.module-inner .k2ItemsBlock li .moduleItemTitle:hover{
	text-decoration:none;
	color:#000;
}
.module-inner div.k2ItemsBlock ul li div.moduleItemIntrotext{
	
}
.module-inner div.k2ItemsBlock ul li.lastItem{
	border:none;
	padding:0 0;
}
.module-inner div.k2ItemsBlock ul li.lastItem div.moduleItemIntrotext{
	padding-bottom:0px;
}



.yt-poll span.title{
	font-weight:bold;
}
.yt-poll .poll-select{
	line-height:26px;
	margin:0 0 10px;
}
.yt-poll .poll-select input,
.yt-poll .poll-select label{
	vertical-align:middle;
}

#login-form p,
#login-form ul{
	margin:5px 0;
}
#login-form #form-login-username label,
#login-form #form-login-password label{
	display:block;
}
#form-login-remember input{
	/*vertical-align:middle;*/
	margin:0 3px;
	border:none;
	background:none;
}

/* ---------------------------------------*/
/*    Components (content, k2, vm, ...)   */
/* ---------------------------------------*/

/* -- Component content -- */

.info-head-blog{
	width:100%;
	overflow:hidden;
}
ul.actions{
	float:right;
	margin:0 0;
}
ul.actions li{
	background:none;
	padding:0 0;
	margin:0 0;
}
ul.actions img{
	border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
}
dl.article-info{
	float:left;
	line-height:16px;
	width:80%;
}
.items-leading,
.items-row{
	width:100%;
	overflow:hidden;
}
.items-row .contentheading{
	margin-top:15px;
}
.leading .item-content{
	overflow:hidden;
}
.cols-2 .item{
	width:50%;
	float:left;
	overflow:hidden;
}
.cols-2 .column-1 .item-inner{
	padding-right:10px;
}
.cols-2 .column-2 .item-inner{
	padding-left:10px;
}
ul.actions li{
	display:inline;
}
.row-separator,
.items-leading .item-separator{
	border-bottom:1px solid #DDDDDD;
	width:100%;
	display:block;
	overflow:hidden;
}

#yt-component .item-page p{
	margin:10px 0;
}
img.caption{ 
	margin-top:10px;
}
p.readmore{ 
}
ul.pagenav{
	overflow:hidden;
	padding:0 0;
}
ul.pagenav .pagenav-prev{
	float:left;
	background:none;
	padding:0 0;
	margin:0 0;
}
ul.pagenav .pagenav-next{
	float:right;
	background:none;
	padding:0 0;
	margin:0 0;
}



div.info{
	margin:0 0;
}
div.info p{
	margin:0 0;
}
div.info p.buttonheading img{
	margin:0 0;
}
.article-tools .buttonheading{

}

.published{
	color:#999;
	display:block;
}
.article-toolswrap{
	margin:0 0 10px;
}
.blog .items-row h2.contentheading, 
.blog .items-row .contentheading {
	font-size: 110%;
}
.articleinfo,
.blog .article_row .articleinfo, .article-meta{
	width:70%;
}
#yt-component h2.contentheading{
	font-size:200%;
	text-transform:uppercase;
	margin:5px 0 10px;
	font-weight:normal;
}
.article_default{
	margin-bottom:20px;
}
.leading_separator{
	border-top:1px solid #DDD;
}
.leading-content img{
	float:left;
	margin:0 15px 10px 0;
	padding:6px;
	border:1px solid #dedede;
}
.leading-content .buttonheading img{
	padding:0 0;
	border:none;
	margin:0 5px 0 0;
}
.article_default img.image-article{
	margin-top:15px;
}
.article_default img{
	margin:0 15px 10px 10px;
	float:left;
}
#image-content img{
	padding:0 0;
	border:1px solid #DDDDDD;
}
.article_column_pad{
	padding:0 10px;
}
.colfirst .article_column_pad{
	padding:0 10px 0 0;
} 
.collast .article_column_pad{
	padding:0 0 0 10px;
}
#image-content img.image-intro{
	float:left;
	margin-right:10px;
}



/* Component k2 */
#k2Container{
	padding:0 0;
	border:none;
}
div.itemIsFeatured, 
div.catItemIsFeatured, 
div.userItemIsFeatured{
	background:none;
}
.odd,
.even,
div.itemComments ul.itemCommentsList li.authorResponse{
	padding:0 0;
	background:none;
}
div.catItemHeader h3.catItemTitle {
    font-size: 100%;
	text-transform:uppercase;
	color:#ff5a00;
    padding: 5px 0 8px;
}
div.catItemHeader{
	padding:0 0 0 95px;
	height:65px;
	position:relative;
}
.yt-k2-homepage div.catItemHeader{
	position:static;
	height:auto;
	padding:0 0 5px;
}
.catItemAuthor{
	color:#666;
	font-size:92%;
}
.line-info{
	margin-top:2px;
}
.line-info.line1{
	margin:0 0;
	line-height:14px;
}
.catItemAuthor a{
	color:#ff5a00;
}
div.catItemHeader span.catItemDateCreated{
	position:absolute;
	left:0px;
	top:0px;
}
.yt-k2-homepage .catItemDateCreated{
	font-size:92%;
	color:#666;
}

div.catItemHeader span.catItemDateCreated .inner{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/date.png) no-repeat top left;
	position:relative;
	width:95px;
	height:65px;
	display:block;
}
.inner .yt-date{
	position:absolute;
	top:5px;
	line-height:30px;
	height:30px;
	font-size:250%;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	width:70px;
}
.inner .yt-m-y{
	position:absolute;
	font-style:92%;
	color:#444;
	top:40px;
	text-align:center;
	width:70px;
}
div.catItemHeader h3.catItemTitle a{
	color:#ff5a00;
}
.yt-k2-homepage #itemListLeading div.catItemHeader h3.catItemTitle{
	font-size:150%;
}
.yt-k2-homepage div.catItemHeader h3.catItemTitle a{
	color:#000;
}
.line-catiteminfo{
	
}
div.catItemHeader div.catItemCommentsLink{
	background:url(../images/comment-ico.png) no-repeat top left;
	height:19px;
	line-height:19px;
	margin:0 0;
	padding:0 10px 0 24px;
	border:none;
	display:block;
	float:left;
}
.yt-k2-homepage div.catItemCommentsLink{
	padding:0 12px 0 0;
	margin:0 0;
	color:#000;
	display:inline-block;
	font-size:92%;
	border:none;
	float:left;
}
div.catItemHitsBlock{
	padding:0 0;
	border:none;
}
.yt-k2-homepage div.catItemHitsBlock{
	padding:0 0;
	font-size:92%;
	border:none;
	
}
div.catItemHitsBlock span.label{
	background:#000;
	color:#FFF;
	display:inline-block;
	padding:0px 3px;
	height:18px;
	line-height:18px;
}
.yt-k2-homepage div.catItemHitsBlock span.value,
.yt-k2-homepage div.catItemHitsBlock span.label{
	height:16px;
	line-height:17px;
}
div.catItemHitsBlock span.value{
	background:#f2f0f0;
	color:#000;
	display:inline-block;
	padding:0px 5px;
	margin:0 0 0 1px;
	height:18px;
	line-height:18px;
}
div.catItemCommentsLink a{
	color:#333;
}

div.catItemView {
    padding: 20px 0 20px;
	background:url(../images/line-blogview.png) repeat-x left bottom;
}
.yt-k2-homepage div.catItemView{
	background:none;
}
.yt-k2-homepage div.catItemView .catItemBody{
	background:url(../images/line-blogview-home.gif) repeat-x left bottom;
	padding: 0 0 20px;
}
.itemContainerFirst div.catItemView{
	padding-top:5px;
}
.yt-k2-homepage .itemContainerFirst div.catItemView{
	padding-top:0;
}
#itemListLeading div.catItemImageBlock{
	float:none;
	margin:11px 0 0;
}
.yt-k2-homepage #itemListLeading div.catItemImageBlock,
.yt-k2-homepage div.catItemImageBlock{
	float:left;
	margin:0 10px 0 0;
}

.bottom-itemcat{
	margin-top:10px; 
	overflow:hidden; 
	float:left; 
	width:100%
}
.bottom-itemcat .addthis_toolbox{
	float:left;
}
.bottom-itemcat .catItemReadMore{
	float:right;
}
.bottom-itemcat .catItemReadMore .k2ReadMore{
	text-transform:uppercase;
	color:#a1a1a1;
}
.bottom-itemcat .catItemReadMore .k2ReadMore:hover{
	color:#000;
	text-decoration:none;
}
span.catItemImage img{
	padding:0px;
	border:none;
}
div.catItemIntroText {
    padding: 4px 0;
	line-height:16px;
}
div.k2Pagination{
	margin:10px 0 0;
}

ul.pagination{
	padding:0 0;
}

div.k2Pagination ul li{
	display:inline-block;
}


/* Generic */
div.userBlock{
	background:url(../images/line-blogview.png) repeat-x left bottom;
	padding:0 0 20px;
	border:none;
	margin:0 0;
}
div.userBlock h2.text-font{
	padding:3px 0 5px;
	margin:0 0;
}

div.userBlock p{
	margin:0 0 8px;
}
div.userBlock p.userAdditionalInfo{
	border:none;
}
span.tagItemImage img,
span.userItemImage img{
	padding:0 0;
	border:none;
}
div.tagItemHeader h2.tagItemTitle{
	font-size:120%;
	padding:10px 0 10px;
}
div.userItemHeader h3.userItemTitle{
	font-size:120%;
	padding:3px 0 10px;
}
div.tagItemIntroText p,
div.userItemIntroText p{
	margin:0 0 10px;
}
div.tagItemCategory,
div.userItemTagsBlock,
div.userItemCategory{
	margin:0 0;
	display:block;
	padding:0 0;
	border:none;
}
div.userItemTagsBlock ul.userItemTags li{
	background:none;
}
div.userItemLinks{
	margin:0 0;
}
div.tagItemHeader,
div.userItemHeader {
    height: 65px;
    padding: 0 0 0 95px;
    position: relative;
}
div.tagItemHeader span.tagItemDateCreated .inner,
div.userItemHeader span.userItemDateCreated .inner {
    background: url(https://abmautoservice.nl/templates/sj_cars/images/date.png) no-repeat left top;
    display: block;
    height: 65px;
    position: relative;
    width: 95px;
}

div.tagItemHeader span.tagItemDateCreated,
div.userItemHeader span.userItemDateCreated {
    left: 0;
    position: absolute;
    top: 0;
}
div.tagItemIntroText,
div.userItemIntroText{
	padding:0 0;
}
div.tagItemCategory span,
div.userItemTagsBlock span,
div.userItemCategory span{
	font-weight:normal;
	color:#333;
}
.userItemReadMore a,
.tagItemReadMore a{
	font-weight:normal;
	color:#333;
}
.tagItemView .inner,
.userItemView .inner{
	background: url(../images/line-blogview-home.gif) repeat-x left bottom;
    padding: 20px 0;
}
div.tagItemView{
	margin:0 0;
	padding:0 0;
	border:none;
}
div.userItemCommentsLink{
	background: url(../images/comment-ico.png) no-repeat left top;
    border: none;
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0;
    padding: 0 10px 0 24px;
}
.tagItemCategory a,
.userItemCategory a,
.userItemTags a{
	color:#FF5A00;
}













div.catItemImageBlock {
    margin: 8px 10px 5px 0;
	padding:0 0;
	float:left;
}

#itemListLeading span.catItemImage{
	text-align:left;
}
#itemListPrimary span.catItemImage {
    text-align: left;
}
#itemListPrimary p,
#itemListLeading p{
	margin:0 0;
}
span.catItemImage {
	margin:0 0;
}

div.itemHeader span.itemAuthor,
div.itemHeader span.itemDateCreated,
div.catItemHeader span.catItemDateCreated,
div.catItemHeader span.catItemAuthor {
    font-size: 95%;
}
div.catItemLinks {
    margin: 10px 0 20px;
    padding: 0;
}
div.catItemBody {
    margin: 0;
    padding: 0;
}


/* Detail */

div.itemHeader {
    height: 65px;
    padding: 0 0 0 95px;
	margin:20px 0 0;
    position: relative;
}
div.itemHeader h2.itemTitle {
	padding:0 0 5px;
    font-size: 150%;
	text-transform:uppercase;
	font-weight:normal;
}
div.itemHeader span.itemDateCreated {
    left: 0;
    position: absolute;
    top: 0;
}
div.itemHeader span.itemDateCreated .inner {
    background: url(https://abmautoservice.nl/templates/sj_cars/images/date.png) no-repeat left top;
    display: block;
    height: 65px;
    position: relative;
    width: 95px;
}
div.itemHeader .itemCommentsLink {
    background: url("../images/comment-ico.png") no-repeat scroll left top transparent;
    border: medium none;
    display: block;
    float: left;
    height: 19px;
    line-height: 19px;
    margin: 0;
    padding: 0 10px 0 24px;
}
.itemHits span.label {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    height: 16px;
    line-height: 17px;
    padding: 0 5px;
}
.itemHits span.value {
    background: none repeat scroll 0 0 #F2F0F0;
    color: #000000;
    display: inline-block;
    height: 16px;
    line-height: 17px;
    margin: 0 0 0 1px;
    padding: 0 6px;
}
.itemAuthor a {
    color: #FF5A00;
}
div.itemComments{
	background:none;
	padding:0 0;
	border:none;
	margin:40px 0 0;
}
div.itemSocialSharing{
	padding:8px 0 12px;
	background:url(../images/line-blogview.png) repeat-x left bottom;
}
div.itemSocialSharing li{
	background:none;
	list-style:none;
}
div.itemLinks{
	margin:0 0;
	background:url(../images/line-blogview.png) repeat-x left bottom;
}
div.itemLinks div.itemTagsBlock{
	border:none;
	padding:8px 0;
}
div.itemTagsBlock ul.itemTags li{
	background:none;
	
}
div.itemTagsBlock span{
	font-weight:normal;
	color:#333;
	vertical-align:bottom;
}
ul.k2UserBlockActions{
	margin:5px 10px;
}
ul.k2UserBlockActions li{
	line-height:16px;
}





.itemContainer .catItemView.groupPrimary{
	width:95%;
}
.itemContainer.itemContainerLast .catItemView.groupPrimary{
	float:right;
}
div.itemListCategory {
    margin: 5px 0 20px;
}
span.itemImage{
	display:inline-block;
}
span.itemImage a{
	margin:0 0;
	padding:0 0;
}
span.itemImage img{
	background:none;
	padding:0 0;
	display:block;
	margin:0 0;
}
div.itemIntroText {
    font-size: 100%;
	background:url(https://abmautoservice.nl/templates/sj_cars/images/bg-introtext.png) no-repeat center bottom;
	padding:0 0 15px;
}
.itemFullText{
	padding:15px 0 0;
}
div.itemBody{
	padding: 0 0;
	margin:15px 0 0;
}
div.itemImageBlock {
    margin: 0 0;
    padding: 0 0;
}
.itemIntroText p,
.itemFullText p{
	margin:0 0 10px;
	line-height:18px;
}

div.itemRatingBlock {
    float: left;
    padding:0 0;
	overflow:hidden;
	line-height:30px;
	display:block;
	clear:both;
}
div.toolbar.ratingBlock {
    background: #F7FAFE;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin: 10px 0 0;
    padding: 0 0;
	height:30px;
	clear:both;
	width:100%;
	
}
div.itemRatingBlock .itemRatingList li {
    height: 30px;
	line-height:30px;
}
.itemRatingForm {
	height:30px;
    line-height: 30px;
}
div.itemToolbar {
    background: none;
    border:none;
    margin:0 0;
    padding:0 0;
	line-height:30px;
	float:right;
	height:30px;
}
div.itemToolbar ul{

}
div.itemToolbar ul li{
	height:30px;
	line-height:30px;
	display:inline-block;
	float:left;
}
div.itemCommentsForm form  label{
	display:block;
	overflow:hidden;
	margin:0 0 !important;
}
div.itemCommentsForm form  label textarea.inputbox,
div.itemCommentsForm form  label input.inputbox{
	float:left;
}
span.start{
	padding-left:5px;
}
span.start.ipb{
	margin:2px 0;
	height:35px;
	line-height:35px;
	display:inline-block;
}
div.itemCommentsForm h3{
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
}
div.itemCommentsForm form input.inputbox {
	-moz-transition: 1s ease 0s;
	border:1px solid #cfcfcf;
	-webkit-border:15px;
	-moz-border:15px;
	border-radius:15px;
	box-shadow:0px 1px 1px #CCC;
	width:237px;
    margin: 2px 1px;
	padding:0 8px;
	height:33px; 
	line-height:33px;
	color:#000;
}
div.itemCommentsForm form textarea.inputbox:hover,
div.itemCommentsForm form input.inputbox:hover,
div.itemCommentsForm form textarea.inputbox:focus,
div.itemCommentsForm form input.inputbox:focus{
	border:1px solid #BBB;
	background:#f2f2f2;
}
div.itemCommentsForm form textarea.inputbox{
	-moz-transition: 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	border:1px solid #cfcfcf;
	-webkit-border:15px;
	-moz-border:15px;
	border-radius:15px;
	box-shadow:0px 1px 1px #CCC;
	width:90%;
	padding:10px;
	height:115px;
	margin:5px 0;
	color:#000;
	
}
div.itemCommentsForm form input#submitCommentButton {
	-moz-transition: 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
    background:#FFF;
    border:1px solid #CFCFCF;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#000;
    display: block;
    font-size:100%;
    margin: 2px 0 0;
	height:33px;
    padding: 0px 10px;
	font-weight:normal;
}
div.itemCommentsForm form input#submitCommentButton:hover{
	border:1px solid #BBB;
	background:#f2f2f2;
}

div.itemCommentsForm form span#formLog{
	padding:8px 0;
	margin:0 0;
	display:block;
	height:16px;
}
div.itemCommentsForm p.itemCommentsFormNotes{
	margin:5px 0 15px;
	border:none;
}
div.itemComments ul.itemCommentsList li{
	padding:0 0;
	margin:2px 0;
}
div.itemComments ul.itemCommentsList li img{
	margin:0 10px 0 0;
}
div.itemComments ul.itemCommentsList .comment-l{
	float:left;
	overflow:hidden;
	background:url(../images/avarta-bg.png) no-repeat left top;
	width:174px;
	height:101px;	
}
div.itemComments ul.itemCommentsList .comment-l .inner{
	width:150px;
	height:100%;
	position:relative;
	text-align:center;
	overflow:hidden;
}
div.itemComments ul.itemCommentsList li .comment-l .img{
	position:absolute;
	bottom:30px;
	left:2px;
	width:100%;
}
div.itemComments ul.itemCommentsList li .comment-l img{
	padding:0 0;
	max-height:65px;
	border:none;
	float:none;
	margin:0 0;
}
div.itemCommentsPagination{
	margin:0 0 10px;
}



div.itemComments ul.itemCommentsList li span.commentAuthorName{
	display:block;
	font-size:100%;
	position:absolute;
	bottom:5px;
	left:0px;
	width:100%;
}
div.itemComments ul.itemCommentsList .comment-r{
	border:1px solid #cfcfcf;
	-webkit-border:15px;
	-moz-border:15px;
	border-radius:15px;
	box-shadow:0px 1px 1px #CCC;
	float:left;
	background:#FFF;
	overflow:hidden;
	border-radius:8px;
	min-height:75px;
	width:402px;
	padding:10px 20px;
}
div.itemComments ul.itemCommentsList li span.commentDate{
	margin:0 0;
	padding:0 0;
	border:none;
	font-size:92%;
	color:#999;
	font-weight:normal;
}
div.itemComments ul.itemCommentsList li span.commentLink a{
	color:#999;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover{
	color:#000;
}
div.itemComments ul.itemCommentsList li p{
	margin:0 0 5px;
	padding:0 0;
}


div.k2LatestCommentsBlock ul li span.lcUsername,
div.k2LatestCommentsBlock ul li span.lcCommentDate,
div.k2LatestCommentsBlock ul li span.lcItemTitle,
div.k2LatestCommentsBlock ul li span.lcItemCategory {
    font-size: 95%;
}
div.k2LatestCommentsBlock ul li span.lcUsername{
	/*display:inline-block;*/
}
div.k2LatestCommentsBlock ul li,
div.k2TagCloudBlock  {
	overflow:hidden;
}
h3.itemCommentsCounter{
	margin:5px 0 10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
div.itemToolbar ul li {
    padding: 0 8px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
    float: left;
    margin: 0 8px 0 0;
}
div.itemTagsBlock ul.itemTags {
    display: inline;
}
div.itemRatingBlock span {
	padding:0 8px;
	height:30px;
	display:inline-block;
}

#itemListLinks h3.catItemTitle{
	margin:5px 0;
	font-size:100%;
	background:url(../images/bullet.gif) no-repeat scroll left center;
}
#itemListLinks h3.catItemTitle a{
	padding:0 0 0 15px;
}
div.itemRatingBlock .itemRatingList li a:hover {
	text-decoration:none;
}
div.genericItemReadMore,
div.genericItemCategory{
	display:inline-block;
	float:left;
}

div.genericItemReadMore a,
div.genericItemCategory a {
    display: inline-block;
}
.k2AccountPage .button2-left{
	margin:7px 0 5px;
}
.k2AccountPage .button2-left a{
	padding:0 10px;
}
span.genericItemImage img{
	margin:20px 10px 0 0;
}
div.itemCommentsForm form label{
	float:none;
}

div.k2TagCloudBlock a{
	padding:2px 4px;
}
div.k2TagCloudBlock a:hover{
	padding:2px 4px;
	background:#FF5A00;
}
.k2Avatar img{
	margin:2px 8px 4px 0;
}
.moduletable table.calendar{
	width:100%;
}
.moduletable div.k2CalendarBlock{
	margin:0 0;
	height:auto;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext{
	text-transform:uppercase;
	background:#F6F6F6;
	border:none;
}
table.calendar tr td.calendarToday{
	background:#FF5A00;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{
	float:left;
	margin:0 15px 5px 0;
	border:none;
}
div.k2LatestCommentsBlock ul li{
	margin:8px 0 0;
	padding-bottom:8px;
	border-bottom:1px dotted #A2A2A2;
	
}

div.k2LatestCommentsBlock ul li.lastItem{
	border:none;
	padding:0 0;
}
.k2AccountPage table.admintable td.key, 
.k2AccountPage table.admintable td.paramlist_key,
.k2AccountPage th.k2ProfileHeading{
	background:none;
	border:none;
}
.k2AccountPage input{
	margin:2px 0;
}

/* Component login */
#com-form-login-username .inputbox,
#com-form-login-password .inputbox{
	padding:3px 3px 3px 5px;
}
.component-heading{
	float:left;
}
.component-image{
	float:right;
}

/* Component search */
#searchForm .button{
	padding:2px 8px;
	margin:0 5px;
}


/* */
td.sectiontableheader{ text-align:center !important}

/* Component VM */
.orderby-displaynumber{
	border:none;
	margin-bottom:0px;
}
.browse-view .row{
	border:none;
	background:url(../images/line-blogview.png) repeat-x left bottom;
	padding:15px 0;
}
.category-view .row .category .spacer, 
.featured-view .spacer, 
.latest-view .spacer, 
.topten-view .spacer, 
.related-products-view .spacer, 
.browse-view .row .product .spacer{
	padding:0 0;
}
.yt-prodcat-l{
	float:left;
}
.yt-spacer .browseProductImage{
	margin:6px;
	border:1px solid #e1e1e1;
}
.yt-prod-img{
	display:inline-block;
	padding-bottom:6px;
	background:url(../images/bottom-img-bg.png) no-repeat center bottom;
	margin:0 17px 10px 0;
}
.product-price{
	margin-bottom:10px;
}

div.product_s_desc{
	padding:0 0 10px;
}
div.product_s_desc p{
	margin:0 0
}
.yt-spacer .yt-prodcat-l a{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	background:#f6f6f6 ;
	display:block;
	
}
.yt-spacer .yt-prodcat-l a:hover{
	background-color:#CCC;
}
.yt-prod-readmore{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	box-shadow:2px 2px 2px #999999;
	-moz-box-shadow:2px 2px 2px #999999;
	-webkit-box-shadow:2px 2px 2px #999999;
	background-image:url(../images/more-prod.png);
	background-repeat:no-repeat;
	background-position:95% center;
	background-color:#000;
	padding:1px 27px 1px 12px;
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 13px 0 0;
}

.list-reviews a.details,
input.highlight-button,
.productdetails-view .addreview,
.yt-prod-addtocart input{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	box-shadow:2px 2px 2px #999999;
	-moz-box-shadow:2px 2px 2px #999999;
	-webkit-box-shadow:2px 2px 2px #999999;
	background-image:url(../images/addtocart.png);
	background-repeat:no-repeat;
	background-position:5% center;
	background-color:#ff5a00;
	padding:3px 10px 3px 20px;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.list-reviews a.details{
	margin:0 0 5px;
	padding:2px 10px 2px 20px;
}
.productdetails-view .addreview{
	margin:0 0 5px 0;
}
input.highlight-button{
	margin:0 0;
}
.write-reviews textarea.virtuemart{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
input.highlight-button:hover{
	background-position:5% center;
	background-color:#000;
}
.write-reviews textarea.virtuemart:hover,
.write-reviews textarea.virtuemart:focus{
	background:#F2F2F2;
}
.inputbox.count{
	background:#FFF;
	border:1px solid #CCC;
}

.yt-prod-readmore:hover{
	background-color:#ff5a00;
	text-decoration:none;
}
.list-reviews a.details:hover,
.productdetails-view .addreview:hover,
.yt-prod-addtocart input:hover{
	background-color:#000;
	text-decoration:none;
}
/*.yt-prod-addtocart{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/addtocart-l.png) no-repeat top left;
	height:18px;
}
.yt-prod-addtocart span{
	background:url(../images/addtocart-r.png) no-repeat top right;
	height:18px;
}
.yt-prod-addtocart span input{
	background:url(../images/addtocart-m.png) repeat-x top left;
	height:18px;
	margin:0 3px 0 15px;
	padding:
}*/

.productdetails-view .product-short-description{
	line-height:16px;
} 
.productdetails-view .product-short-description p{
	margin:0 0 7px 0;
}
span.PricebasePrice{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-weight:bold;
	color:#ff5a00;
}
.browse-view h1.text-font{
	font-size:150%;
}
.title-prod-cat{
	font-size:100%;
	color:#ff5a00;
	margin-top:0px;
}
.title-prod-cat a{
	color:#ff5a00;
}

#bottom-pagination{
	margin:25px 0 0;
}

.show_cart{
	clear:both;
}
.productdetails-view h1.text-font{
	font-size:150%;
	color:#FF5A00;
	margin:0 0 5px 0;
}
.productdetails-view .prod-wrap-info{
	padding:10px 0 0;
}
.productdetails-view .title-bg{
	background:url(../images/line-blogview.png) repeat-x left center;
}
.productdetails-view .title-bg span{
	background:#E1E1E1;
	padding-right:8px;
}
.productdetails-view .list-reviews span.date,
.productdetails-view .list-reviews .normal{
	border:none;
	padding:0 0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.list-reviews .customer{
	float:right;
	margin-top:-5px;
}
.productdetails-view .icons{
	float:none;
	margin:-22px 0 10px 0;
}
.productdetails-view .yt-prod-left{
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
	width:319px;
}
.productdetails-view .yt-prod-left .main-image img{
	max-width:305px;
}
.productdetails-view .yt-prod-left .additional-images{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/image-additional-l.png) no-repeat left top;
	height:48px;
}
.productdetails-view .yt-prod-left .main-image{
	padding:0 0 6px 0;
	background:url(../images/bottom-img-detail-pro-bg.png) no-repeat center bottom;
}
.productdetails-view .yt-prod-left .main-image .inner{
	padding:6px;
	background:#f6f6f6;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.productdetails-view .yt-prod-left .main-image .inner:hover{
	background:#CCC;
}
.productdetails-view .yt-prod-left .main-image .inner img{
	border:1px solid #e1e1e1;
}
.productdetails-view .yt-prod-left .additional-images h2.text-font{
	font-size:150%;
}
.productdetails-view .yt-prod-left .additional-images .inner{
	background:url(../images/image-additional-r.png) no-repeat right top;
	height:48px;
	padding:0 11px;
	float:left;
}
.productdetails-view .yt-prod-left .additional-images img{
	width:72px;
	height:48px;
	margin:0 1px 0 0;
}
.productdetails-view .yt-prod-right{
	padding:5px 0 0;
	width:280px;
	float:left;
}
.ask-a-question a.ask-a-question{
	margin:0 0;
	color:#FF5A00;
	border-radius:0px;
	border:none;
	padding:0 0;
	background:none;
}
.ask-a-question a.ask-a-question:hover{
	color:#000;
}
.ask-a-question a.text-font:hover{
	text-decoration:none;
	color:#000;
}
.productdetails-view .addtocart-area{
	padding:0 0 5px 0;
}
.productdetails-view .write-reviews{
	text-align:left;
}
.write-reviews ul.rating{
	text-align:left;
}
.write-reviews ul.rating li{
	background:none;
}
label.quantity_box{
	float:left;
	line-height:22px;
	padding:0 5px 0 0;
}
.yt-input{
	width:50px;
	position:relative;
	float:left;
	margin:0 6px 0 0;
}
.yt-qty-box .inputpox{
	background:#FFF;
	width:40px;
	box-shadow:2px 2px 2px #999999;
	border:none;
	padding:0 2px 0 8px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	height:21px;
	text-align:left;
	color:#333;
	line-height:21px;
}
.productdetails-view .spacer-buy-area{
	padding:0 0;
}
.productdetails-view .yt-prod-right .addtocart-bar{
	margin:10px 0;
	padding:0 0;
}

.yt-qty-controls{
	position:absolute;
	right:5px;
	top:0px;
	width:12px;
	height:100%;
	display:inline-block;
}
.yt-qty-controls .inner{
	position:relative;
	top:3px;
	* top:1px;
	width:12px;
	height:14px;
	display:block;
}
.yt-qty-controls .quantity-plus{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/qty-plus.png) no-repeat left top;
	height:6px;
	width:12px;
	position:absolute;
	top:0px;
	left:0px;
	border:none;
	cursor:pointer;
}
.yt-qty-controls .quantity-minus{
	background:url(https://abmautoservice.nl/templates/sj_cars/images/qty-minus.png) no-repeat left top;
	height:6px;
	width:12px;
	position:absolute;
	bottom:0px;
	left:0px;
	border:none;
	cursor:pointer;
}
.ask-a-question-view{
	font-size:12px;
	padding:15px;
}
/*.ask-a-question-view h1{
	font-family:Oswald,serif;
	font-size:150%;
	text-transform:uppercase;
	font-weight:normal;
}
.ask-a-question-view h2{
	font-family:Oswald,serif;
	font-size:115%;
	text-transform:uppercase;
	font-weight:normal;
}*/
.ask-a-question-view .short-description{
	font-size:100%;
	line-height:16px;
}
.ask-a-question-view input.counter,
.ask-a-question-view .form-field input#name, 
.ask-a-question-view .form-field input#email{
	margin-left:35px;
	border:1px solid #CCC;;
	background:#FFF;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:2px 5px;
}
.ask-a-question-view .form-field textarea.field{
	border:1px solid #CCC;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	/*background:#FFF;*/
	height:120px;
}
.orderlistcontainer div.activeOrder{
	background-color:#e3e3e3;
	padding:3px 24px 3px 12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #c6c6c6;
	/*border-bottom: 1px inset #c6c6c6;*/
	
}
.orderlistcontainer div.orderlist{
	background-color:#e3e3e3;
	width:140px;
}
.orderlistcontainer{
	margin:0 40px 0 0;
	float:left;
}
.orderlistcontainer .title{
	font-weight:bold;
}
.display-number span{
	font-weight:bold;
}
.display-number select.inputbox{
	background-color:#e3e3e3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #c6c6c6;
	padding:3px 4px;
	cursor:pointer;
}
.display-number select.inputbox option{
	border-color:#c6c6c6;
}
.list-reviews .highlight{
	background:none;
	padding:10px 0 20px;
	clear:both;
	margin:0px;
}
.list-reviews span.date{
	position:static;
	color:#999;
}
.productdetails-view .list-reviews .normal{
	padding:10px 0 20px;
	margin:0px;
	clear:both;
	overflow:hidden;
}
.list-reviews .normal blockquote, 
.list-reviews .highlight blockquote{
	margin-bottom:0px;
	line-height:16px;
}
.yt-view-col .yt-prodcat-l{
	float:none;
}
.browse-view.yt-view-col .row{
	/*background:none;*/
	padding:20px 0 25px;
}
.yt-view-col .yt-spacer{
	margin:0 auto;
}
.yt-view-col .yt-product.first .yt-spacer{
	float:left;
}
.yt-view-col .yt-product.last .yt-spacer{
	float:right;
}
.yt-view-col .yt-product{
	background:url(../images/spacer-line.gif) repeat-y top right;
}
.yt-view-col .yt-product.last{
	background:none;
}
/*.yt-view-col .yt-product .inner{
	margin:0 10px;
	background:url(../images/line-blogview.png) repeat-x left top;
	overflow:hidden;
	padding:20px 0 0;
	height:100%;
}
.yt-view-col .row.first .yt-product .inner{
	background:none;
	padding:0 0;
}
.yt-view-col .yt-product.first .inner{
	margin:0 10px 0 0;
}
.yt-view-col .yt-product.last .inner{
	margin:0 0 0 10px;
}*/
#com-form-login-password input,
#com-form-login-username input{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	border:1px solid #CCC;
    color: #515151;
    margin: 0;
    padding: 3px 3px 3px 5px;
	width:150px;
}
#com-form-login-password input:hover,
#com-form-login-username input:hover{
	background:#E8E8E8;
}
#com-form-login-remember label{
	vertical-align:middle;
	margin:0 5px 0 0;
}
#com-form-login-remember{
	width:33%;
}
#com-form-login-remember input{
	vertical-align:middle;
	background:none;
	border:none;
}
button.default,
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited,
#com-form-login-remember input.default{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	box-shadow:2px 2px 2px #999999;
	-moz-box-shadow:2px 2px 2px #999999;
	-webkit-box-shadow:2px 2px 2px #999999;
	background-image:none;
	background-color:#ff5a00;
	padding:3px 10px;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	margin:0 5px 0 0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
button.default:hover,
.vm-button-correct:hover,
#com-form-login-remember input.default:hover,
#com-form-login-remember input.default:focus{
    cursor: pointer;
    text-decoration: none;
	background: #000;
}
.vm-button-correct:hover{
	background: #000 !important;
}
button.default,
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	margin:4px;
	padding:1px 10px;
	vertical-align:middle;
}

textarea.customer-comment{
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.invalid,
.joomlaCoreField{
	background:none;
}
.billto-shipto a{
	background:none;
	border-radius:0px;
	color:#FF5A00;
	font-weight:bold;
	border:none;
	padding:3px 0;
}
.cart-view td hr{
	border:none;
	background:url(../images/line-blogview.png) repeat-x left bottom;
	height:2px;
}
.user-details select{
	padding:2px 2px 2px 2px;
}
div.terms-of-service,
.checkout-button-top,
.customer-comment,
.billto-shipto{
	border:none;
	background:url(../images/line-blogview.png) repeat-x left top;
	text-align:left;
}
.billto-shipto a:hover{
	background:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	color:#333;
	font-weight:bold;
	border:none;
	padding:3px 0;
}
.tip-wrap{
	background:#FFF;
	padding:10px;
	border:1px solid #CCC;
	z-index:999999;
}
tr.sectiontableentry2 td,
table.cart-summary tr th,
tr.sectiontableentry1 td{
	text-align:center;
}
table.cart-summary tr th{
	padding:10px 0;
	font-size:120%;	
	text-transform:uppercase;
	background:#F6F6F6;
}
tr.sectiontableentry2 td{
	background:#EEE;
}
.billto-shipto span strong, 
span.terms-of-service,
.cart-view h1{
	font-family:'Oswald',sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.billto-shipto span{
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}
.billto-shipto span strong, 
span.terms-of-service strong{
	font-weight:normal;
}
.terms-of-service h5{
	margin-top:15px;
	color:#F2F2F2
}
#bottom-pagination ul li{
	display:inline-block;
}

.ask-a-question-view .form-field .submit{
	margin-top:5px;
}

#facebox .popup{
	border-color:#525252 !important;
	border-width:5px !important;
}
#facebox .popup .content {
    padding: 10px 10px 10px 10px;
	display:block;
	height:auto;
	width:auto;
}

#facebox .popup a{
	font-weight:bold;
	color:#FF5A00;
}
.ask-a-question-view h1, 
.manufacturer-details-view h1{
	font-size:150%;
}
.ask-a-question-view .product-summary h2{
	font-size:120%;
}
#facebox .popup h4{
	margin:10px 0 10px 0;
	font-family:Oswald,serif;
	font-weight:normal;
}
#facebox .popup .close{
	bottom:5px;
	top:auto;
}

#sbox-window.shadow{
	direction:ltr;
}

.chronoform { display:none; }