.navbar.app { 
    background-image: -webkit-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -o-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#333333),to(#333333));
    background-image: linear-gradient(to bottom,#333333 0,#333333 100%);
    background-repeat: repeat-x;
    border: none;
}

table.vehicleInfo th {
    background-image: -webkit-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -o-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#333333),to(#333333));
    background-image: linear-gradient(to bottom,#333333 0,#333333 100%);
    background-repeat: repeat-x;
}

table.cartInfo th {
    background-image: -webkit-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -o-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#333333),to(#333333));
    background-image: linear-gradient(to bottom,#333333 0,#333333 100%);
    background-repeat: repeat-x;
}

/*
table#fpProducts .selected td {
    background-color: #CA2813;
    color: white;
}
*/

.listItems .listText {
	display: block;
	padding: 0 5px;
	background-color:#333;
	color: #fff;
}

.jarjestys div {
	display: inline-block;
	font-size: 0.95em;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #666666;
    border-color: #666666;
}

.productContainer__mainheader,
.vehicleInfo__header {
    background-image: -webkit-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -o-linear-gradient(top,#333333 0,#333333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#333333),to(#333333));
    background-image: linear-gradient(to bottom,#333333 0,#333333 100%);
    background-repeat: repeat-x;
	text-shadow: 1px 1px #666666,
				1px -1px #666666,
				-1px -1px #666666,
				-1px 1px #666666,
				0 1px #666666,
				0 -1px #666666,
				1px 0 #666666,
				-1px 0 #666666;
}

.pagination>li>a, .pagination>li>span {
	color: #666666;
}

a {
	color: #666666;
}

#tarvikkeetTab, #varaosatTab, #omakayttoTab {
    color: #666666;
}

.logo {
	background-image: url(/img/motonet_logo.png);
	height: 40px;
    background-size: cover;
    width: 180px;
}

.pddng {
	padding: 5px !important;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: .75em !important;
}

#cboxContent div#ostoskori {
	font-size: 1.1em;
}

.middlebox {
	font-size: 1em;
}

.middlebox th {
	font-size: 1.2em;
	padding-bottom: 8px;
}

.middlebox th td {
	padding: 0;
}

::-webkit-scrollbar {
	width: 1em;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #666;
}

.ui-state-active {
	background-color: #666;
}

.user-control__header,
.availability__header .header,
.treeMenu li.active,
ul#tuoteryhmapuu.treeMenu li li.active,
.password__header,
.feedback__header,
.password__controls__submit,
.feedback__controls__submit,
.avoimet-ostotilaukset-header-row {
	background-color: #333;
}

.varastokysely__button {
	border: 1px solid #333;
	color: #333;
}
.feedback-item {
	color: #333;
}

.feedback-item:hover {
	border: 1px solid #333;
}

tr.sopivuus.selected, tr.tieto.selected {
	box-shadow: inset 0 0 0 2px rgba(51,51,51,.5);
}

tr.sopivuus.selected:hover, tr.tieto.selected:hover {
	box-shadow: inset 0 0 0 2px rgba(51,51,51,.75);
}

tr.sopivuus td:nth-child(2)::after, tr.tieto td:nth-child(2)::after {
	color: #333;
}

#cookienotify,
.cookies__header,
.privacystatement__header {
	background-color: #333;
}

.yritysmyynti {
    color: #ffffff;
    width: 180px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -8px;
}

#cboxClose:after {
    background-color: #333333;
    padding: 0 4px 0 4px;
}