﻿.tyreOfferControlPanel
{
	background-position: top right;
	background-repeat: no-repeat;
	
	width: 176px;
	height: 269px;
	text-align: center;
	display: block;
}

.textTyreOfferNewPriceBudget
{
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: bold;
	color: #c50016;
}

.textTyreOfferNewPricePremium
{
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: bold;
	color: #c50016;
}

.tyreOfferNewControlPanel
{
	background-position: top right;
	background-repeat: no-repeat;
	width: 173px;
	height:161px;
	text-align: center;
	display: block;
}


.accordionHeader
{
    display:block;
    text-align:center;
    padding-left:10px;
    cursor:pointer;
    color:#535353;
    font-size:12px;
    border-left:solid 0px #cfcfcf;
    border-bottom:solid 0px #cfcfcf;
    border-top:solid 1px #cfcfcf;
    border-right:solid 0px #cfcfcf;
    background-color:#f4f4f4;
}

.accordionHeaderSelected
{
    display:none;
}

.accordionContent
{
}