<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('http://fonts.googleapis.com/css?family=Open+Sans');

body {
	background: #d5d5d5;
	background: #fff6d0;
	background: #ffa64d;
	background: #f9eabc;	/*1*/
	background: #ffe8a8;
	font-family: 'Palatino Linotype', Calibri, 'Open Sans', 'Lato', Arial, sans-serif;
    /*
    background-image: url('images/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    */
}

a, a:visited { text-decoration: none; }
.no-decoration { text-decoration: none !important; }

a:hover, a:focus {
	color: inherit;
	text-decoration: inherit;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.underlined {
	text-decoration: underline;
}

#page-wrapper {
	min-height:auto;
}

label.required:after {
  content:" *";
  color:red;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.n-m {margin:0 !important;}

.mt0 {margin-top: 0px !important; }
.mt5 {margin-top: 5px !important; }
.mt10 {margin-top: 10px !important; }
.mt15 {margin-top: 15px !important; }
.mt20 {margin-top: 20px !important; }
.mt30 {margin-top: 30px !important; }
.mt40 {margin-top: 40px !important; }
.mt50 {margin-top: 50px !important; }
.mt60 {margin-top: 60px !important; }
.mb0 {margin-bottom: 0px !important; }
.mb5 {margin-bottom: 5px !important; }
.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.mb40 {margin-bottom: 40px !important; }
.mb50 {margin-bottom: 50px !important; }
.mb60 {margin-bottom: 60px !important; }
.b0 { border: 0 !important;}

.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}

.ml0 {margin-left: 0 !important; }
.ml10 {margin-left: 10px !important; }
.mr10 {margin-right: 10px !important; }

.nobg {background:inherit !important;}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.margin-top { margin-top:20px; }
.margin-bottom { margin-bottom:20px; }

.file .image {height: auto !important;}


.bg-red {background: #ff290b;}
.bg-red {background: #e10101;}
.bg-dark-red {background: #8b0000;}
.bg-green {background: #006735;}
.bg-blue {background: #428bca;}
.bg-light-blue {background: #bdced3;}
.bg-light-blue2 {background: #b2c6cc;}

.bg-blue2 {background: #003366;}
.bg-dark-blue2 {background: #022140;}


/*.bg-gray {background: #e4e4e4;}*/
.bg-gray {background: #eeeeee;}
.bg-light-gray { background:#f5f5f5;}
.bg-dark-gray {background: #727270;}
.bg-dark-brown {background: #814f34;}
.bg-brown {background: #5e0d0d;}
.bg-white {background: #ffffff;}
.bg-black {background: #1e1e1e;}
.bg-rightOLD {background: #ffe9b1;}
.bg-right {background: #ffcb70;}

.text-default {color: #333333;}
.text-light-blue { color:#5bc0de;}
.text-light-gray { color:#cccccc;}
.text-gray { color:#888888;}
.text-dark-gray { color:#555555;}
.text-white { color:#ffffff;}
.text-black { color:#000000;}
.text-orange { color:#ee7f1b !important;}
.text-brown { color:#af744a !important;}
.text-dark-brown { color:#814f34 !important;}
.text-red { color:#e70000;}
.text-dark-green { color:#006735;}
.text-green { color:#819814;}
.font-size-12 { font-size:12px;}
.strong {font-weight:bold;}

.no-border {
	border: 0px;
}


@media (min-width: 768px) {
  .lead {
    font-size: 18px !important;
  }
}


#topWrapper {
  background-image: url('images/banners/bg04.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 308px;
}
#topWrapper a , .smallHead a, .smallHead {
	color: #212121;
	font-size:11px;
	font-weight: bold;
}

#headerWrapper .contactInfo {
	font-size: 12px;
	line-height: 5px !important;
}
#headerWrapper .contactInfo a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
  font-weight:normal;
}


#topNav, #topNav a {
  background: #ccc;
  color: #888888;
  font-size:11px;
}

#topNav a:hover  {
  background: #f8f6f1;
}






.paddingBottom {
	padding-bottom:15px;
}
.paddingTop{
	padding-top:15px;
}
.bordered {
  border: 1px solid red;
}

.border-bottom-brown {
  border-bottom: 2px solid #af744a;
}
.border-brown {
  border: 1px solid #af744a;
}
.container-bordered {
  border: 1px solid #dddddd;
}
.btn-grey {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.nav-row-container {
	margin-bottom: 0;
	background-color: #ee7f1b;
	border:0;
}


.box-bordered {
	border: 1px solid #dddddd;
	padding:15px;
}
.wide-label  {
	color:#fff;
	color:#814f34;
	padding:5px 8px;
	font-size:16px;
	margin-bottom:0px;
}
.wide-label:hover {
	/*text-decoration: none;
	background-color: #af744a;*/
	color: #af744a;
}

#footer li.list-item &gt; a {
  position: relative;
  display: inline-block;
  padding: 4px 0px;
  color:#888888;
  color:#000000;
  font-size:13px;
}
#footer li.list-item  &gt; a:hover {
	text-decoration:underline;
}
.credits {
	background-color:#ccc;
	padding:10px 0;
}
/*
.product-hover {
    background: url("images/product-hover-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: none;
    height: 339px;
    margin-left: -44px;
    margin-top: -45px;
    position: absolute;
    width: 324px;
    z-index: 1000;
	padding:20px 8px;
}
*/
.highlight {
    background-color: #f3f3f4;
    border: 0px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 9px 14px;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  margin:0px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  /*background-color: #fff;*/
  border:0;
  border-right:0px solid #ccc;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #444;
  font-size:11px;
  font-weight:bold;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #af744a;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #444;
  background-color: #af744a;
  color:#fff;
  border:0;
}
a.submenu {
  background-color: #fff;
  border-bottom: 0px solid #ddd;
  color:#666;
  font-weight:normal;
}




/*** carousel ***/
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #814f34 !important;
}





@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu&gt; li {
    margin-bottom: 30px;
  }
  .megamenu&gt; li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
	color:#fff;
  }
}





  
  
#offCar .imgWrapper, #newCar .imgWrapper {
	position: relative;
	width:155px;
	min-height: 155px;
	height: 155px;
	border-bottom:0px solid #e9e9e9;
	text-align:center;
	margin:auto;
}
#brandsCar .imgWrapper img {
	width: 100px;
	height:100px;
}
.list_carousel2 .brand span, .brand span {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #93959d;
	font-weight: 300;
	font-style: italic;
	display: block;	
}
.price-details span.endPrice {
	margin-top:4px;
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding:5px 8px;
	/*background:#ff290b;
	color:white;*/
}


.product-hover2 {
    /*background: url("images/product-hover-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
	background:#ff290b;
    display: none;
    width: 324px;
    height: 339px;
    height: 339px;
    margin-left: -44px;
    margin-top: -45px;
    position: absolute;
    z-index: 1000;
	padding:20px 8px;
}

.product-hover {
	background:#fff;
    display: none;
    width: 265px;
    height: 367px;
    height: 410px;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    z-index: 1000;
	padding:20px 8px;
	border:1px solid #ddd;
	-webkit-box-shadow: 5px 5px 5px 0px #ccc;
	-moz-box-shadow: 5px 5px 5px 0px #ccc;
	box-shadow: 5px 5px 5px 0px #ccc;	
}
.highlight {
    background-color: #f3f3f4;
    border: 0px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 9px 14px;
}


.lined { 
	width:100%;
	text-align:center;
	border-bottom: 1px solid #af744a;
	line-height:0px;
	margin:10px 0 20px;
} 
.lined span { 
	background:#fff;
	padding:0 10px;
}

.dropdown-menu {
	margin-top: 9px;
}



.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout-red {	border-left-color: #d9534f !important;}
.bs-callout-blue {	border-left-color: #5bc0de !important;}
.bs-callout-green {	border-left-color: #5cb85c !important;}
.bs-callout-orange {	border-left-color: #ee7f1b !important;}




.BasketContents {
    display: none;
	right: -10px;
    margin-top: 40px;
    position: absolute;
    width: 309px;
    z-index: 1000;
}
.BasketContents .Top {
	background:url('images/basket-top.png');
	height: 26px;
	width: 309px;
}
.BasketContents .Body {
    background: url("images/basket-repeat.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 19px 0 20px;
    width: 309px;
}
.BasketContents .Bottom {
	background:url('images/basket-bottom.png');
    height: 27px;
    width: 309px;
}



/*** round buttons ***/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle:hover {
	color: #ffffff;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 9px 15px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


.breadcrumb {
	border-radius: 0px !important;
}






#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}
</pre></body></html>