* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 62.5%/1.8em Arial, sans-serif;
    color: #6c6b6b;
    background: #eeefef;
}

li {
    list-style-type: none;
}

fieldset {
    border: none;
}

hr {
    display: none;
}

p, li, th, td {
    font-size: 1.1em;
}

p {
    margin-bottom: 25px;
}

table {
    font-size: 1em;
}

li p, td p, th p {
    font-size: 1em;
}

a {
    color: #e2332a;
}

img {
    border: none;
}

h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fe1818;
    font-weight: normal;
    font-size: 1.1em;
}

h3 {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 1.5em;
}

h4 {
}

h5 {
}

h6 {
}

.layout {
    width: 973px;
    margin: 0 auto;
    background: url(../img/layout.gif) repeat-y;
}

.layout-inner {
    padding: 15px 23px 5px 22px;
    background: url(../img/layout-bottom.gif) no-repeat left bottom;
}

.header {
    margin-bottom: 15px;
    overflow: hidden;
}

.header ul {
    float: right;
}

.header ul li {
    float: left;
    margin-right: 20px;
    min-height: 51px;
    height: auto !important;
    height: 51px;
    padding: 30px 93px 0 0;
    font-size: 1.4em;
    background-repeat: no-repeat;
    background-position: right top;
}

.header ul li.ico1 {
    background-image: url(../img/ico1.gif);
}

.header ul li.ico2 {
    background-image: url(../img/ico2.gif);
}

.header ul li.ico3 {
    background-image: url(../img/ico3.gif);
}

.header ul li a {
    color: #ee1308;
}

.header ul li a span {
    color: #090a0d;
    text-decoration: underline;
}

.header h1 {
    width: 243px;
    height: 83px;
    margin-left: -5px;
    background: url(../img/logo.gif) no-repeat;
    font-size: 12px;
}

.header h1 a {
    display: block;
    height: 83px;
    text-indent: -900%;
}

.navi {
    width: 992px;
    margin-bottom: 25px;
    margin-left: -3px;
    height: 30px;
    padding: 12px 20px 0 20px;
    background: url(../img/navi.gif) no-repeat;
}

.navi li {
    float: left;
    margin-right: 26px;
    text-transform: uppercase;
}

.navi li a {
    color: #fff;
    text-decoration: none;
}

.navi li a:hover {
    text-decoration: underline;
}

.banner {
    margin: 0 0 25px 0;
}

.novelty {
    overflow: hidden;
    margin-bottom: 40px;
    margin-left: -4px;
    margin-right: -10px;
}

.novelty li {
    float: left;
    margin-right: 8px;
    width: 223px;
    height: 269px;
    padding: 0 0 0 4px;
    background: url(../img/novelty.gif) no-repeat;
}

.novelty h2 {
    margin: 0;
    height: 27px;
    padding-top: 12px;
    text-align: center;
    color: #fff;
    font-size: 1em;
}

.novelty .image {
    margin-bottom: 5px;
    height: 147px;
}

.novelty div {
    padding-left: 5px;
}

.novelty p {
    margin-bottom: 0;
}

.novelty div p a {
    text-transform: uppercase;
}

.content {
    overflow: hidden;
    margin: 0 0 30px -5px;
    width: 927px;
    padding-left: 5px;
}

.content .sidebar {
    position: relative;
    float: left;
    width: 207px;
    background: url(../img/sidebar.gif) repeat-y;
}

.content .sidebar-inner {
    padding: 0 4px 0 5px;
    background: url(../img/sidebar-top.gif) no-repeat;
}

.content .sidebar-bottom {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 200px;
    height: 5px;
    background: url(../img/sidebar-bottom.gif) no-repeat left bottom;
}

.content .sidebar h2 {
    margin-bottom: 0;
    height: 22px;
    padding: 8px 0 0 22px;
    color: #fff;
}

.content .sidebar img {
    display: block;
}

.content .sidebar li {
    border-bottom: 1px solid #a8aeba;
}

.content .sidebar li a {
    position: relative;
    display: block;
    width: 175px;
    height: auto;
    padding: 4px 0 0 23px;
    text-decoration: none;
    text-transform: uppercase;
    background: url(../img/arrow2.gif) no-repeat 10px 10px;
}

.content .sidebar li.active {
    border: none;
}

.content .sidebar li.active a {
    width: 178px;
    margin-left: -3px;
    height: auto;
    padding: 8px 0 0 25px;
    background: url(../img/menu-active.png) no-repeat;
    color: #fff;
}


.content .sidebar li.active ul li.active a {
    color: #fff !important;
    width: 166px;
height: auto;
}

.content .sidebar li.level1 a {
    color: #909090;    
}

.content .sidebar li.level1 li.level2 a, .content .sidebar li.level1 li.level2 li.level3 a {
    color: #909090 !important;
}

.content .sidebar li.level1 li.level2 li.level3 a:hover {
    color: #e72f25 !important;
}

.content .sidebar li li.level2 {
    border-bottom: 1px dotted #adadad;    
}

.content .sidebar li li a {
    display: block;
    width: 175px;
    padding-left: 43px !important;
    color: #909090;
}

.content .sidebar li li.last {    
    border-bottom: 1px solid #a8aeba;
}

.content .sidebar li.active-parent, .content .sidebar li.active {
    border: none;
}

.content .sidebar li.active-parent a, .content .sidebar li.active a {
    background: url(../img/arrow4.gif) no-repeat 11px 9px;
}
.content .sidebar li.active ul a {
    width: 155px;
    height: auto;
    padding: 4px 0 0 25px;
    background: url(../img/arrow.gif) no-repeat 29px 8px;
    color: #909090;
}

.content .sidebar li.active-parent li, .content .sidebar li.parent li {
    padding-left: 4px;
    background: url(../img/arrow3.gif) no-repeat 21px 8px;
}

.content .sidebar li.active-parent li a, .content .sidebar li.parent li a {
    padding-left: 30px !important;
    background: none;
}

.content .sidebar li.active-parent li.active a, .content .sidebar li.parent li.active a {
    padding-top: 4px;
    background: url(../img/menu-active2.gif) no-repeat;
}

.content .sidebar li.active-parent li.active li, .content .sidebar li.parent li.active li {    
    border: none;
    line-height: normal;
    background: none;
}

.content .sidebar li.active-parent li.active li a, .content .sidebar li.parent li.active li a {
    height: auto;
    padding: 0;
    background: none;
    text-transform: none;
    font-size: 0.85em;
}

.content .sidebar li.active-parent li.active ul, .content .sidebar li.parent li.active ul {
    width: 190px;
    padding: 5px 0 10px 0;
}

.content .sidebar li.active-parent li.active li a, .content .sidebar li.parent li.active li a {
    color: #7c7a7a;
    background: url(../img/arrow.gif) no-repeat 16px 3px !important;
}

.content .sidebar li.active-parent li.active li a:hover, .content .sidebar li.active-parent li.active li.current a,
.content .sidebar li.parent li.active li a:hover, .content .sidebar li.parent li.active li.current a {
    background: url(../img/arrow3.gif) no-repeat 16px 3px !important;
    color: #e72f25 !important;
}

.content .sidebar li.current {
    border: none;
}

.content .sidebar li.current a {
    width: 178px;
    margin-left: -3px;
    height: auto;
    padding: 8px 0 0 25px;
    background: url(../img/menu-active.png) no-repeat;
    color: #fff;
}

.content .mainside {
    margin-left: 221px;
}

.content .mainside p {
    font-size: 1.2em;
}

.content .mainside p.sort {
    padding: 0 0 7px 15px;
    text-transform: uppercase;
    border-bottom: 1px dotted #959494;
    font-size: 1.1em;
}

.content .mainside p.sort a {
    margin: 0 10px 0 5px;
    padding-left: 10px;
    text-decoration: none;
    background: url(../img/arrow3.gif) no-repeat left 3px;
}

.content .mainside p.sort a:hover {
    text-decoration: underline;
}

.content .mainside p.sort span {
    color: #f2352b;
}

.content .mainside .item {
    margin: 0 0 25px 7px;
    font-size: 2em;
    color: #ef3329;
}

.content .mainside .list {
    overflow: hidden;
    margin-bottom: 26px;
    margin-right: -5px;
    /*padding-left: 1px;*/
}

.content .mainside .list li {
    float: left;
    margin: 0 16px;
    height: 190px;
    text-align: center;
    /*border: 1px red dashed*/
    position: relative;
}

.content .mainside .list p {
    margin: 0;
    width: 110px;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.1em;
}

.content .mainside .list p a {
    text-decoration: none;
    color: #686868;
}

.content .mainside .list p a:hover {
    text-decoration: underline;
}

.content .mainside .list p .new {
    position: absolute;
    top: 0;
    right: -23px;
    display: block;
    width: 47px;
    height: 24px;
    background: url(../img/new.png) no-repeat;
    text-indent: -900%;
}

.content .mainside .container {
    padding: 0 10px 0 15px;
}

.main-image {
    text-align: center;
}

.footer {
    margin-left: 3px;
    overflow: hidden;
    width: 897px;
    padding: 10px 12px;
    background: #eeefef url(../img/footer.gif) no-repeat;
}

.footer li {
    float: left;
    margin-right: 18px;
    text-transform: uppercase;
}

.footer li.right-side {
    float: right;
    margin-top: -5px;
    padding: 7px 75px 3px 0;
    background: url(../img/creator.gif) no-repeat top right;
}

.footer li a {
    text-decoration: none;
    color: #6c6b6b;
}

.footer li a:hover {
    text-decoration: underline;
}

.selection {
    width: 100%;
}

.selection select {
    width: 150px;
}


/* Errors */
.formError, label.error {
	font-size: 10px;
	color: red;
	margin-bottom: 10px;
	width: 250px;
	display: block;
}
.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 5px;
  margin: 5px;
  background-color: #f0f0f0;
  background-color: #FCC;
  border: solid 1px #C66;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0px;
  background-color: #c00;
  color: #fff;
  display: none;
}

#errorExplanation p {
  color: #333;
  margin: 5px 5px 5px 5px;
  padding: 0;
  font-weight: 900;
}

#errorExplanation ul {
  margin: 10px 0 0 0;
  padding: 0;
	padding-left: 30px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

div.fieldWithErrors input, input.error {
	border: 2px solid #C24949;
	background: #FFBCBC;
}

/* Notice and Error */
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
  width: 70%;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

/* Konfigurator */
.CarsFinish{
 position: absolute;
 left:0px;top:30px;
 width:640px;
 text-align:right;
 z-index:4;
}
.ButtonShiftCars{
 position: absolute;
 left:650px;top:120px;
 width:200px;
 z-index:4;
}
.CarsTitle{
 position: absolute;
 left:0px;top:0px;
 width:640px;
 text-align:left;
 font-size:14px;
 z-index:4;
}
.AutoWheelsList{
 position: absolute;
 left:0px;top:350px;
 background:#ffffff;
 overflow: auto;
 height: 175px;
 width:700px;
 border: solid 1px #cccccc;
 padding:5px 0px;
 margin:0px;
 z-index:4;
}
.CarsDiv{
 position: relative;
 margin-top:28px;
 height:550px;
}


