body {
	background-image: url(/images/page/background.gif);
	background-repeat: repeat-y;
	font-family: arial;
}

#leftPanel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 188px;
	height: 100%;
	background-color: #F60005;
}

#menu {
    position: absolute;
    left: 0px;
    top: 191px;
}

#menu img {
    border: 0px;
}

.menulink {
	display: block;
    width: 188px;
	height: 24px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 7px;
	padding-right: 7px;
}
.menulink:hover {
	border-bottom: 1px solid #000000;
}


#logo {
    border: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#topLine {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 850px;
    height: 136px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F60005;
}

#pageIcon {
    position: absolute;
    left: 850px;
    top: 60px;
}

#customerPanel {
    position: absolute;
    position: relative;
    left: 0px;
    top: 520px;
    width: 188px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}

#customerPanel a {
	color: #FFFFFF;
}

#customerPanel a:hover {
	text-decoration: none;
}

#customerPanel p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#leftInfo {
    position: absolute;
    left: 0px;
    top: 665px;
    width: 188px;
    text-align: center;
}

#leftInfo img {
    border-width: 0px;
}

#contentLeftPanel {
    position: absolute;
    left: 245px;
    top: 175px;
    width: 423px;
    font-size: 12px;
}

#contentRightPanel {
    position: absolute;
    left: 727px;
    top: 175px;
    width: 223px;
    font-size: 12px;
}

#contentPanel {
    position: absolute;
    left: 245px;
    top: 175px;
    width: 705px;
    font-size: 12px;
    background-color: #FFFFFF;
}

#tipPanel {
    width: 299px;
    height: 133px;
    background-image: url("../images/page/tipBackground.gif");
    background-repeat: no-repeat;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 13px;
}

#tipPanel #content {
    padding: 40px;
}

h2 {
  background-color: #D2D2D2;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
  padding-left: 30px;
}

p {
    padding: 18px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 18px;
}

p a {
    color: #D1020E;
    font-weight: bold;
}

p a:hover {
    text-decoration: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: square;
}

ul li a {
    color: #D1020E;
    font-weight: bold;
}

ul li a:hover {
    text-decoration: none;
}

table {
    margin: 18px;
    margin-bottom: 0px;
    border-collapse: collapse;
    line-height: 18px;
}

.formTable {
    background-color: #EFE5E5;
    border-color: #FF0000;
    border-width: 1px;
    border-style: solid;
}

th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

td a {
    color: #D1020E;
    font-weight: bold;
}

td a:hover {
    text-decoration: none;
}

td img, p img {
    border-width: 1px;
    border-style: solid;
    border-color: #FF0F0F;
}

.imgRight {
    margin: 17px;
    margin-right: 0px;
    float: right;
    border-width: 1px;
    border-style: solid;
    border-color: #FF0F0F;
}

.imgLeft {
    margin: 17px;
    margin-left: 0px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #FF0F0F;
}

.errorMessage {
	font-weight: bold;
	color: #D1020E;
}


.formButton {
    font-family: arial;
    font-size: 12px;
}

.formTextField {
	font-family: verdana;
	font-size: 12px;
	border-width: 2px;
}

.formSelect {
    font-family: arial;
    font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

.service_container {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.service_container a {
	color: #D1020E;
	font-weight: bold;
}	

.service_loadingGrate {
	position: absolute;
	left: 0px;
	top: 0px;
}	

.service_loadingMessage {
    position: absolute;
    left: 201px;
    top: 75px;
    width: 300px;
    height: 50px;
    border: 1px solid #000000;
    background-color: #FFFFFF;      
    font-weight: bold;  
}

.service_loadingMessage img {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

.service_loadingMessage span {
    float: left;
    position: relative;
    top: 18px;
    left: 45px;
}

.service_loginPanel {
    border: 1px solid #FF0000;
    background-color: #EFE5E5;
    margin: 18px;
    margin-bottom: 0px;
    padding: 10px;
}	

.service_currentStepPanel {
	border: 1px solid #FF0000;
	background-color: #EFE5E5;
	margin: 18px;
	margin-right: 0px;
	padding: 10px;
	float: left;
	width: 385px;
}

.service_currentStepPanel table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.service_currentStepPanel table th {
	width: 100px;
}

.service_stepOverviewPanel {
	border: 1px solid #999999;
	background-color: #EEEEEE;
	margin: 18px;
	margin-left: 0px;
	padding: 10px;
	float: right;
	width: 225px;
}

.service_stepOverviewPanel .current {
	color: #FF0000;
	font-weight: bold;
}

.service_stepOverviewPanel .done {
	color: #000000;
	font-weight: bold;
}

.service_errorMessage {
	color: #FF0000;
	font-weight: bold;
}

#shoppingCart {
    position: absolute;
    left: 568px;
    top: 0px;
    width: 250px;
    background-color: #EFE5E5;
    text-align: left;
    z-index: 5;
}

#shoppingCart h2 {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    background-color: #F60005;
    padding: 5px;
    border-bottom: 1px solid #FFFFFF;
}

#shoppingCart p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    padding: 5px;
    color: #000000;
    border-bottom: 1px solid #FFFFFF;
}

#shoppingCart img {
    border-width: 0px;
}

a.sitemapLink {
    position: absolute;
    top: 5px;
    left: 906px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

a.sitemapLink:hover {
    text-decoration: none;
}

.productSelectionFilterPanel {
	border: 1px solid #FF0000;
	background-color: #EFE5E5;
	padding: 10px;
	margin: 18px;
	margin-bottom: 0px;
}

.productSelectionFilterPanel table {
    margin: 0px;
}

.productPages {
    background-color: #EEEEEE;
    padding: 5px;
    margin-left: 18px;
    margin-right: 18px;
}

table.cart {
    width: 100%;
}

table.cart th {
    font-size: 11px;
    border-bottom: 1px solid #FF0000;
    vertical-align: bottom;
}

table.cart td {
    font-size: 11px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 5px;
}

table.cart .noBorder {
    border-bottom: none;
}

#directions img {
    border-width: 0px;
}


.webshopUsedTiresOverview th {
	border-bottom: 1px solid #FF0000;
	padding-right: 5px;
}

.webshopUsedTiresOverview td {
    border-bottom: 1px solid #EEEEEE;
    padding-right: 5px;
}

.printOnly {
    display: none;
}

#map {
	width: 665px; height: 300px; border: 1px solid #FF0F0F; margin-top: 20px; margin-left: 18px;
}

#directions {
	font-size: 10px; line-height: 18px; border: 1px solid #FF0F0F; padding: 5px; background-color: #FFFFFF; margin-top: 20px; margin-bottom: 20px; margin-left: 18px; width: 655px; display: none;	
}
