/* general styles */
* {
	margin: 0;
	padding: 0;
}

ol,ul {
	padding-left: 20px;
}
#form_wrap input{
	border: 0;
}
select,textarea,input {
	padding: 0;
	margin: 0;
	border: 1px solid #d3d3d3;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.noBorder {
	border: 0;
}

.inputwrapper {
	border: 1px solid #d3d3d3;
	padding: 0;
	margin: 0;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	background-color: #666666;
	text-align: center;
	position: absolute;
}

td,th {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: white;
}

/* general classes */
.vMiddle {
	vertical-align: middle;
}

.vBottom {
	vertical-align: bottom;
}

.vTop {
	vertical-align: top;
}

.topPad15px {
	padding-top: 15px;
}

.vSpacer8px {
	height: 8px;
	width: 1px;
}

.vSpacer4px {
	height: 4px;
	width: 1px;
}

.vSpacer3px {
	height: 3px;
	width: 1px;
	padding: 0;
	margin: 0;
}

.vSpacer2px {
	height: 2px;
	width: 1px;
	padding: 0;
	margin: 0;
}

.vSpacer1px {
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0;
}

.rightAlign {
	text-align: right;
}

.leftAlign {
	text-align: left;
}

.clickable {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

.border {
	border: 1px solid #cc0000;
}

#financialCalcDialogGERIFrame {
	vertical-align: bottom;
	border: 0;
	margin: 0;
	padding: 0;
}

div.clickButton {
	cursor: pointer;
}

div.clickButton span {
	padding-left: 10px;
	padding-right: 10px;
	background-color: black;
	color: white;
}

div.clickButton div {
	padding-left: 5px;
	padding-right: 5px;
	background-color: black;
	color: white;
}

.arrow {
	padding-left: 3px;
	padding-right: 6px;
	float: left;
}

tr.contentHeadlineWhite td {
	color: white;
	padding-top: 15px;
	text-align: left;
}

td.contentHeadline {
	color: #cc0000;
	padding-top: 15px;
	text-align: left;
}

tr.contentHeadline td {
	color: #cc0000;
	padding-top: 15px;
	text-align: left;
}

tbody.contentHeadline tr td {
	color: #cc0000;
	padding-top: 15px;
	text-align: left;
}

.vScroll {
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

.dialogCloseButton {
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 300;
	cursor: pointer;
}

#spacingElementModel {
	font-size: 1px;
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	background-color: #666666;
}

#spacingElementColors {
	font-size: 1px;
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	background-color: #666666;
}

#spacingElementWheels {
	font-size: 1px;
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	background-color: #666666;
}

#spacingElementEquipment {
	font-size: 1px;
	float: left;
	margin-top: 18px;
	margin-left: 10px;
	margin-right: 10px;
	width: 1px;
	background-color: #666666;
}

/* yourSEAT and model page */
.pkwEnVkv {
	padding-top: 20px;
}

/* print page */
body.print {
	background-color: white;
	color: black;
	text-align: left;
}

td.printHeadline {
	white-space: nowrap;
}

td.indent10 {
	padding-left: 10px;
}

.indentm10 {
	margin-left: 10px;
}

td.partData {
	white-space: nowrap;
	padding-left: 10px;
	vertical-align: top;
}

td.printTotal {
	white-space: nowrap;
	padding-left: 10px;
	vertical-align: top;
	text-align: right;
}

tr.printContentHeadline td {
	padding-top: 15px;
}

/* skeleton layout styles */
#globalBorder {
	margin: 0;
	border: 10px solid #666666;
	padding: 0;
	background-color: #666666;
}

#globalContent {
	width: 980px;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

/* header styles */
#header {
	width: 980px;
	height: 32px;
	background-color: white;
	border-bottom: 1px solid #d3d3d3;
}

.headerButton {
	margin-top: 8px;
	margin-left: 5px;
}

#headerHome {
	float: left;
}

#headerLinks {
	padding-right: 10px;
	float: right;
}

/* intro flash styles */
#flashAnimation {
	width: 980px;
	background-color: white;
}

#flashAnimationSpacer {
	width: 980px;
	height: 323px;
	background-color: white;
	color: black;
}

/* media area styles */
#mediaArea {
	width: 692px;
	height: 323px;
	background-color: white;
	float: left;
}

.mediaHeadlineSmall {
	vertical-align: 2px;
	padding-left: 4px;
}

.mediaHeadlineBig {
	padding-left: 4px;
}

#partImageCloseButton {
	float: right;
	margin-top: 4px;
	margin-right: 25px;
}

#partImageHolder {
	margin-left: 8px;
}

#partInfoTextShader {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 655px;
	height: 41px;
	margin-left: 8px;
	background-color: white;
	opacity: 0.7;
}

#partInfoTextHolder {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 655px;
	height: 41px;
	margin-left: 8px;
	overflow: hidden;
	color: black;
}

#staticImageHolder {
	text-align: center;
}

#staticImageHolderIMG {
	vertical-align: top;
}

#media {
	position: relative;
	color: black;
	width: 692px;
	height: 323px;
	overflow: hidden;
}

#rotationButton {
	position: absolute;
	top: 180px;
	/*left: 10px;*/
	left: 0px; /* posunutí rotační šipky - původní hodnota 10 ale zasahovalo do obrázků modelu EXEO */
	margin-right: 80px;
	/*margin-left: 50px;*/
	margin-left: 40px; /* posunutí rotační šipky - původní hodnota 50 ale zasahovalo do obrázků modelu EXEO */
	z-index: 50;
	float: left;
}

#rotationHolder {
	position: relative;
	width: 655px;
	height: 298px;
	cursor: e-resize;
}

#clickHolder {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: e-resize;
}

/* summary area styles */
#summary {
	height: 323px;
	width: 288px;
	float: left;
	background-color: white;
}

#summaryArea {
	height: 288px;
	width: 288px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

.summaryButton {
	background-color: #424242;
	width: 144px;
	border-top: 3px solid #cc0000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
	padding-bottom: 6px;
	text-align: center;
	float: left;
	background-image: url( "../../images/navBarFade.gif" );
	background-repeat: repeat-y;
}

#priceTable {
	color: gray;
	width: 262px;
	margin: 5px;
}

.price {
	text-align: right;
}

.priceValue {
	text-align: right;
	/* white-space: nowrap; */
}

.totalPrice {
	text-align: left;
	font-weight: bold;
	color: black;
	padding-top: 5px;
}

.totalPriceValue {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	color: black;
	padding-top: 5px;
}

#featureLinks {
	padding-top: 30px;
	padding-left: 30px;
	margin: 0;
	color: black;
}

#featureLinks li a {
	color: black;
}

#featureLinks li a:hover {
	text-decoration: underline;
}

/* navigation bar styles*/
#navigationBar {
	width: 980px;
}

table.navigationBarTable {
	width: 980px;
	table-layout: fixed;
	padding: 0;
}

td.navButton {
	background-color: #424242;
	text-align: center;
	background-image: url(shade.jpg);
	background-repeat: repeat-y;
	height: 27px;
	border-top: solid 3px White;
	font-weight: bold;
}
td.navButton2 {
	background-color: Black;
	text-align: center;
	font-weight: bold;

	background-repeat: repeat-y;
	height: 27px;
	border-top: solid 3px #CC0000;
}

td.navButton_selected {
	background-color: black;
	text-align: center;
	height: 27px;
	font-weight: bold;
}

td.navButton div.border {
	display: none;
}

td.navButton_selected div.border {
	display: block;
	position: relative;
	border-top: solid 2px #cc0000;
	top: -8px;
}

#navHome {
	background-color: #1f1f1f;
	background-image: none;
	width: 100px;
}

/* general content area styles */
#content {
	width: 980px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#contentCenter {
	width: 840px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.firstButton,td.firstButton {
	background-image: none;
}

/* footer styles */
#footer {
	width: 980px;
	color: white;
	background-color: black;
	height: 27px;
}

#footerCenter {
	width: 732px;
	height: 27px;
	line-height: 27px;
	background-color: #1f1f1f;
	float: left;
	text-align: center;
	overflow: hidden;
}

.footerLeft {
	width: 124px;
	height: 27px;
	background-color: #2f2f2f;
	float: left;
	overflow: hidden;
}

.footerRight {
	width: 124px;
	height: 27px;
	background-color: #2f2f2f;
	float: left;
	text-align: right;
	overflow: hidden;
}

#navBackArrow {
	padding-left: 4px;
	padding-top: 4px;
}

#navBackLink {
	padding-left: 4px;
	vertical-align: 2px;
}

#navNextArrow {
	padding-right: 4px;
	padding-top: 4px;
}

#navNextLink {
	padding-right: 4px;
	vertical-align: 2px;
}

/* content model page styles*/
#modelSubSetTable {
	float: left;
	color: white;
}

table.modelTable {
	color: white;
}

table.modelTable tbody tr td {
	padding-right: 12px;
}

.modelText {
	white-space: nowrap;
}

.modelConsumption {
	padding-left: 20px;
	text-align: right;
	white-space: nowrap;
}

.modelEmission {
	padding-left: 20px;
	text-align: right;
	white-space: nowrap;
}

.modelPrice {
	padding-left: 20px;
	text-align: right;
	white-space: nowrap;
}

/* content colors page styles */
.colorButtonUnselected {
	padding: 2px;
	border: 0;
	margin: 0;
}

.colorButtonSelected {
	padding: 1px;
	border: 1px solid #cc0000;
	margin: 0;
}

.extColorTable {
	color: white;
}

.intColorTable {
	color: white;
}

.intColorRow td {
	padding-bottom: 20px;
}

#extColorTables {
	float: left;
}

.combinationText {
	padding-left: 10px;
}

/* content wheels page styles*/
#wheelsTable {
	float: left;
	color: white;
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 480px;
}

.wheelsText {
	
}

.wheelsInfo {
	
}

.wheelsPrice {
	padding-left: 20px;
	text-align: right;
	white-space: nowrap;
}

#wheelsEquipTable {
	float: left;
	color: white;
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 300px;
}

.wheelsEquipText {
	
}

.wheelsEquipInfo {
	
}

.wheelsEquipPrice {
	padding-left: 20px;
	text-align: right;
	white-space: nowrap;
}

/* content equipment page styles */
#equipmentPartSections {
	float: left;
	padding-right: 22px;
}

#equipmentTables {
	float: left;
	padding-left: 22px;
}

.equipmentsTable {
	color: white;
	width: 550px;
}

.equipmentsStatus {
	width: 15px;
	padding-right: 6px;
}

.equipmentsText {
	padding-right: 6px;
}

.equipmentsInfo {
	padding-left: 4px;
	padding-right: 6px;
}

.equipmentsPrice {
	text-align: right;
	white-space: nowrap;
}

td.dottedRow1 {
	border-bottom: 1px dotted gray;
	line-height: 2px;
}

td.dottedRow1 div {
	float: left;
}

td.dottedRow2 div {
	float: left;
	line-height: 2px;
}

.headlineGray {
	background-color: #333333;
}

.selectedStatusImg {
	vertical-align: -1px;
}

.partSubSetRow {
	line-height: 8px;
	color: #cc0000;
}

/* content Your SEAT page styles */
.horizline {
	border-bottom: 1px solid gray;
}

#yourSEATTable {
	width: 760px;
}

.yourSEATheadline {
	line-height: 8px;
	height: 8px;
	background-color: #333333;
	color: #cc0000;
}

.yourSEATData {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* dialog styles */
#clearContentArea {
	top: 0;
	left: 0;
	background-color: white;
	position: absolute;
	display: none;
	opacity: 0.5;
}

#dialogBorder {
	top: 0;
	left: 0;
	background-color: black;
	position: absolute;
	display: none;
}

#dialogCloseButton {
	top: 0;
	left: 0;
	z-index: 300;
	width: 20px;
	height: 20px;
	position: absolute;
	display: none;
	background-color: #555555;
	color: white;
}

.dialog {
	top: 0;
	left: 0;
	background-color: white;
	position: absolute;
	display: none;
	color: black;
	border: 20px solid black;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

/* conflict dialog */
#conflictDialog {
	width: 500px;
}

#conflictAlternativesHeadline {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.conflictRowImage {
	padding-left: 5px;
	vertical-align: middle;
}

.conflictRowText {
	padding-left: 5px;
	vertical-align: middle;
}

.conflictRowPrice {
	text-align: right;
	vertical-align: middle;
	padding-left: 5px;
	white-space: nowrap;
}

.alternative {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid gray;
}

#conflictUndo {
	padding-top: 10px;
	margin-bottom: 10px;
}

#conflictUndo div {
	display: inline;
	background-color: black;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* part info dialog*/
#partInfoDialog {
	width: 655px;
}

#partInfoImage {
	background-color: black;
	display: none;
	width: 655px;
	height: 298px;
}

#partInfoText {
	display: none;
	color: black;
	width: 650px;
}

#partInfoTextPad {
	display: none;
	padding: 5px;
}

/* simple headline maintext dialog*/
#simpleHeadlineTextDialog {
	width: 400px;
	padding: 10px;
}

#audiwaDialog {
	padding: 10px;
}

/* part info dialog */
#info {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.9;
	overflow-y: auto;
	width: 150px;
	z-index: 100;
	color: white;
	background-color: black;
}

/* standard equip dialog */
#standardEquipDialog {
	height: 600px;
}

#standardEquipDialogClientArea {
	height: 600px;
	width: 500px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#standardEquipDialogClientPadding {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#standardEquipModelName {
	padding-top: 10px;
	font-weight: bold;
}

/* dealer search dialog */
.dealerFormElement {
	padding-top: 10px;
	float: left;
	width: 240px;
}

.dealerFormFieldSpacer {
	float: left;
	width: 20px;
	height: 1px;
}

.dealerSearchLabelDIV {
	line-height: 13px;
	height: 13px;
}

.dealerSearchFormPad {
	padding-top: 10px;
}

#dealerSearchParamDealerId {
	width: 500px;
}

#dealerSearchDialog {
	display: none;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#dealerSearchHeadline {
	font-size: 12px;
	padding-top: 10px;
	color: #cc0000;
}

#dealerSearchIntroText {
	padding-top: 10px;
}

#dealerSearchTitleDiv {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dealerSearchDialogField {
	width: 238px;
}

#dealerSearchParamMessage {
	overflow: auto;
	width: 498px;
}

#dealerSearchSendButton {
	text-align: right;
	padding-top: 10px;
}

#dealerSearchSendButton span {
	background-color: black;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* finance dialog */
#financialCalcDialog {
	height: 600px;
}

.financeArrow {
	display: block;
	padding: 1px;
}

td.settingValue {
	padding-top: 3px;
}

td.settingArrows {
	padding-top: 3px;
	padding-left: 4px;
}

td.settingText {
	padding-top: 3px;
	padding-left: 2px;
	vertical-align: middle;
}

#durationField {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	vertical-align: middle;
}

#firstrateField {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	vertical-align: middle;
}

#rateField {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	vertical-align: middle;
}

#financialCalcIntroText {
	color: #555555;
	font-weight: normal;
}

#financialCalcQuotations {
	margin-top: 10px;
	margin-bottom: 10px;
}

#financialCalcQuotationRemark {
	margin-top: 20px;
	color: #555555;
	font-size: 11px;
	font-weight: bold;
}

#financialCalcModelText {
	margin-top: 15px;
	color: #555555;
	font-weight: normal;
}

#financialCalcQuotationText {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #555555;
	font-weight: normal;
}

#financialCalcCampaignText {
	margin-top: 20px;
	color: #555555;
	font-weight: normal;
}

td.cont_finance_descrH {
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-indent: 0;
	overflow: visible;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	white-space: nowrap;
}

td.cont_finance_descrT {
	color: #555555;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-right: 20px;
}

td.cont_finance_descrL {
	color: #555555;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.cont_finance_descrR {
	color: #555555;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#load_message {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 80px;
	border: black 1px solid;
	background-color: #ffffff;
	color: #000000;
	padding: 10px 10px 10px 10px;
}

a.zahlavi:link,a.zahlavi:visited,a.zahlavi:hover,a.zahlavi:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

tr.zahlavi {
	color: Red;
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-weight: bold;
}

td.vybava {
	padding: 3px 3px 3px 3px;
}

th.vybava {
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}

img.eq_img {
	margin: 5px;
	float: left;
	vertical-align: middle;
}

h1 {
	font-weight: bold;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 10px;
}

.prev_submit {
	border-style: solid;
	border-width: 1px;
	background-color: #d0d0d0;
	font-family: Arial, Arail CE, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-color: black;
	color: black;
	letter-spacing: 1;
	width: 160px;
}

.error {
	color: red;
}
