<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #cf0202;
}

#logo {
	background-image: url(/file/logostartwinmotors.jpg);
}

#header {
	background-color: #000000;
}

#footer {
	background-color: #000000;
}

#body {
   padding:10px;
   padding-bottom:30px;   /* Height of the footer */
}

#btn-account {
  color: #fff !important;
  background-color: #ae1818;
  padding-left: 25px;
  padding-right: 25px
}

#container {
   height:100%;
}

#page {
      Min-height: 100%;  /* for all other browsers */
      height: 100%;  /* for IE */
      position:relative;
}

body {
    background-image: url(/file/bg.jpg);
    background-repeat: repeat;
}

#header {
    background-color: transparent;
    background-image: url(/file/kerbs_divider.png);
    background-position: bottom left;
    background-repeat: repeat-x
}

#footer {
    background-color: #333;
    background-image: url(/file/kerbs_divider.png);
    background-position: top left;
    background-repeat: repeat-x;
    color: #ccc;
}

#header a {
    color: #fff;
}

#logo {
    width: 152px;
    height: 150px;
    display: block;
}

#basket-wrapper a {
    color: #000;
}

#basket-wrapper #customer a {
    color: #fff;
}

#basket-content {
    right: -6px;
}

#content {
    background-color: #fff;
    padding: 15px;
}

.product_grid_element {
    border: solid 1px #999;
    background: none;
}

.product_grid_element .name {
    height: 25px;
    display: block;
}

.product_grid_element a {
     color: #ccc;     
}

.product_grid_element.hover a {
     color: #96a6b4;
}

.product_grid_element.hover {
    background-color: #333;
}

#footer {
    bottom: 0;
    width: 100%;
}
</pre></body></html>