/*
 * PelicanParts SuperCat CSS
 */

html,body{
	/*height: 100%*/
}
.VehicleSelectorOptions {
	width: 300px;
	margin: 0 auto
}
.VehicleSelectorOptions a {
	text-decoration: none
}
.VehicleSelectorOptions a:hover {
	text-decoration: underline
}
.VehicleSelectorOptions,
.return,
.Models,
.Submodels,
.Bodytype,
.Engines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
	margin-right: 45px;
	padding-top: 0
}
.return {
	font-size: 8px
}
.SubSelection-round-corners-models {
	margin: 0 auto;
	background-color: #eedda8;
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #ff9933;
	padding: 9px;
}
.SubSelection-round-corners,
.SubSelection-round-corners-blue,
.SubSelection-round-corners-years {
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #ff9933;
	padding: 9px;
}
.SubSelection-round-corners,
.SubSelection-round-corners-years {
	background-color: #fffff0
}
.SubSelection-round-corners {
	width: 80%
}
.SubSelection-round-corners-years {
	width: 140px
}
.SubSelection-round-corners-blue {
	width: 70%;
	background-color: #ffffff;
	margin-bottom: 10px
}
.SubSelection-round-corners-blue:hover {
	border: 2px solid #3399ff
}
.SubSelection-row-odd,
.SubSelection-row-even,
.SubSelection-select-heading {
	font-size: 13px;
	font-weight: normal;
	padding: 6px
}
.SubSelection-select-heading {
	font-weight: bold;
}
.SubSelection-round-corners-years .SubSelection-row-odd,
.SubSelection-round-corners-years .SubSelection-row-even {
	font-weight: bold;
}
.SubSelection-select-heading {
	background-color: #eedda8
}
.SubSelection-row-odd {
	background-color: #faf8eb
}
.SubSelection-row-even {
	background-color: #f4efd2
}
.SubSelection-with-radio {
	text-align: left
}
.SubSelection-row-odd:hover,
.SubSelection-row-even:hover {
	background-color: #bdffce
}
a.rollup-selector,
a.rollup-selector:visited {
	color: #00f
}
a.rollup-selector:hover {
	color: #f00
}
h4, p {
	margin: 4px
}
.darken-background-container {
	z-index: 500;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	top: 0;
	left: 0
}
.darken-background {
	background-color: #000;
	opacity: 0.3;
	-moz-opacity: 0.30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	height: 100%;
	width: 100%
}
/*
 * SuperCat Rollup Modal CSS
 */
#osx-container {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 1.3125;
	color: #000;
	width: 300px;
	background-color: #fff;
	border: 2px solid #ff952a;
	vertical-align: middle;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
#osx-container a {
	font-size: 12px;
	color: #000;
	font-weight: bold
}
#osx-container #osx-modal-title {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 12px;
	color: #000;
	background-color: #ddd;
	/*border-bottom: 1px solid #ccc;*/
	font-family: Verdana;
	font-weight: bold;
	padding: 5px 5px;
	text-shadow: 0 1px 0 #f4f4f4
}
.toolbar-minimized {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
/*these selectors are styled directly in osx.js due to an IE8 (& possibly IE7 / IE6) quirk
#osx-container .close {}
#osx-container .minmax {}
#osx-container .close > span {}
#osx-container .minmax > span {}
#osx-container a.simplemodal-close {}
#osx-container a.simplemodal-minmax {} */
#osx-container #osx-modal-data {
	font-size: 12px;
	text-align: center;
	padding: 0px 0px 0px 0px
}
#osx-container h2 {
	margin: 10px 0 0px
}
#osx-container p {
	margin-bottom: 10px
}
#osx-container {
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')
}
#osx-modal-data > .VehicleSelectorOptions > table {
	font-weight: bold;
	font-size: 13px
}
#osx-container .VehicleSelectorOptions .SubSelection-with-radio > input {
	line-height: 12px;
	vertical-align: middle; margin: 0px
}
#osx-container .VehicleSelectorOptions .SubSelection-with-radio > a {
	line-height: 12px;
	vertical-align: middle; margin: 0px;
	font-weight: normal
}
.return-year-arrow img,
.return-back-arrow img{
	vertical-align: middle; line-height: 15px; margin: 0px
}
.return-year-arrow a,
.return-back-arrow a {
	vertical-align: middle; line-height: 15px
}
.return-year-arrow-hover,
.return-back-arrow-hover {
	text-decoration: underline
}
.unselectable {
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#rvsscrollarea .sp-scrollbar {
	width: 10px;
	background-color: #ccc;
	cursor: pointer
}
#rvsscrollarea .sp-scrollbar .sp-thumb {
	background-color:#f93;
	-webkit-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out
}
#rvsscrollarea .sp-scrollbar .sp-thumb:hover{
	background-color:#39f
}
#rvsscrollarea .sp-scrollbar.active .sp-thumb{
	background-color: #5af
}
#rvsscrollarea .sp-scrollbar {
	margin: 0px;
	margin-left: 0px
}
#rvsscrollarea .sp-scrollbar,
#rvsscrollarea .sp-scrollbar .sp-thumb {
	border-radius: 5px;
	-moz-border-radius: 5px
	-webkit-border-radius: 5px
}
.sp-viewport-shading-years:before {
	pointer-events: none;/*support detected in JS*/
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 67%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(67%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 67%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */
	-webkit-opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: inset 9px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 9px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: inset 9px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.sp-viewport-shading-cars:before {
	pointer-events: none;/*support detected in JS*/
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 92%, rgba(0,0,0,0.67) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(92%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.67))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 92%,rgba(0,0,0,0.67) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 92%,rgba(0,0,0,0.67) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 92%,rgba(0,0,0,0.67) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 92%,rgba(0,0,0,0.67) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 ); /* IE6-8 */
	-webkit-opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
	opacity: 0.45;
}
/*testing*/
/*
#debugscroll {width:300px;overflow:auto;border:#fff 4px solid;padding:6px;height:300px}
#debugscroll .sp-scrollbar {width:10px;background-color:#ccc;cursor:pointer}
#debugscroll .sp-scrollbar .sp-thumb {background-color:#aaa;-webkit-transition:height .2s ease-in-out;transition:height .2s ease-in-out}
#debugscroll .sp-scrollbar.active .sp-thumb {background-color:#999}
#debugscroll .sp-scrollbar {margin:0px}
#debugscroll {border-radius:5px}
#debugscroll .sp-scrollbar {border-radius:5px}
#debugscroll .sp-scrollbar .sp-thumb {border-radius:5px}
#debugscroll .foo{min-height:30px;background-color:#eee;border:1px solid #ccc;margin:1em;padding:1em}
*/