html, body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url('/images/skoda/bg.gif');
	background-repeat: repeat-y;
	background-color: #fff;
	background-position: center top;
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 10px;
	}
#container {
	min-height:100%;
	width:960px;
	left:50%;
	margin-left:-480px;
	position:relative;
}
.clsBorder {
	border: 1px solid #ddd;
}
#header {
	background:#fff;
	padding:0;
	height:108px;
}
#nav {
	position:absolute;
	margin-left:-16px;
	background-image: url('/images/skoda/nav_skoda.gif');
	width:992px;
	height:72px;
}
#bodyright {
	padding: 40px 30px 40px 15px;
	float:left;
	width:575px; /* width = 665 - padding left right */
	FONT-SIZE: 12px;
	line-height:16px;
}
#bodyright a {
	text-decoration:none;
	color:#3d9b35;
}
#bodyright a:hover {
	text-decoration:underline;
	color:#3d9b35;
}
#bodyright2 {
	padding: 40px 10px 40px 10px;
	float:left;
	width:680px; /* width = 720 - padding left right */
	FONT-SIZE: 12px;
	line-height:16px;
}
#bodyright2 a {
	text-decoration:none;
	color:#3d9b35;
}
#bodyright2 a:hover {
	text-decoration:underline;
	color:#3d9b35;
}
#bodyleft {
	padding: 44px 10px 40px 12px;
	float:left;
	width:295px;
	FONT-SIZE: 11px;
	line-height:14px;
}
#bodyleft a {
	text-decoration:none;
}
#bodyleft a:hover {
	text-decoration:underline;
}
#bodyleft2 {
	padding: 44px 10px 40px 12px;
	float:left;
	width:195px;
	FONT-SIZE: 11px;
	line-height:14px;
}
#bodyleft2 a {
	text-decoration:none;
}
#bodyleft2 a:hover {
	text-decoration:underline;
}
#bodycontenttop {
	background-image: url('/images/skoda/bg_content_top.gif');
	width:615px;
	height:10px;
}
#bodycontentmiddle {
	background-image: url('/images/skoda/bg_content_middle.gif');
	width:100%;
	padding:20px;
	overflow:hidden;
}
#bodycontentbottom {
	background-image: url('/images/skoda/bg_content_bottom.gif');
	width:615px;
	height:10px;
}
#bodycontenttop2 {
	background-image: url('/images/skoda/bg_content_top2.gif');
	width:720px;
	height:9px;
}
#bodycontentmiddle2 {
	background-image: url('/images/skoda/bg_content_middle2.gif');
	width:100%;
	padding:20px;
	overflow:hidden;
}
#bodycontentbottom2 {
	background-image: url('/images/skoda/bg_content_bottom2.gif');
	width:720px;
	height:9px;
}
#footer {
	position:relative;
	background-image: url('/images/skoda/bg_footer.gif');
	bottom:0;
	width:100%;
	height:230px;			/* Height of the footer */
	background-color:#666;
}
.clsFooter {
	float:left;
	color:white;
	margin-top:20px;
	margin-right:20px;
	padding: 0 30px 0 0;
	height:120px;
	border-right: 1px solid #999;
}
.clsFooter A {
	color:white;
}
.clsFooter A:hover {
	color:#ccc;
}
h1 {
	display:inline;
	color:#3d9b35;
	font-size:32px;
	font-weight: normal;
}
h2 {
	display:inline;
	color:#666;
	font-size:26px;
	font-weight: normal;
}
h3 {
	display:inline;
	color:#999;
	font-size:42px;
	font-weight: bolder;
}
h4 {
	display:inline;
	color:#999;
	font-size:20px;
	font-weight: normal;
}
h4 a {
	color:#999;
	text-decoration:none;
}
#chromemenu {
	background-image: url('/images/skoda/bg_nav_1.jpg');
	height:40px;
	width:100%;
	margin-top:16px;
}
.chromestyle{
	padding: 0px;
	margin:0 px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	border: 0;
	max-width: 100%;
	padding: 12px 0 13px 0;
	margin: 0 0 0 20px;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	margin: 0;
	display: inline;
	color:#fff;
}
.chromestyle ul li a{
	FONT-FAMILY: Arial;
	font-size:12px;
	font-weight: bolder;
	padding: 12px 10px 13px 10px;
	margin: 0;
	text-decoration: none;
	color:#fff;
}
.chromestyle ul li a:hover{
	background-image: url('/images/skoda/nav_over.png');
	color:#fff;
}
.chromestyle ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top: -1px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f0f0f0;
	color:#000000;
}
.picFrame {
	padding:8px;
	border: 1px solid #bdbdbd;
	background:url('/images/skoda/gray_gradient_long.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	margin:10px 0 10px 0;
}
.clsItem {
	padding:8px;
	border-bottom: 1px solid #c4c4c4;
	background:url('/images/skoda/gray_gradient.gif');
	background-color: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
}
.clsItem A {
	font-weight: bolder;
	color:#3d9b35;
	text-decoration:none;
}
.clsItem A:hover {
	text-decoration:underline;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.clsClear {
	clear:both;
}
#favIcons {
	margin-top:30px;
}
#favIcons A:hover {
	color:#000;
	text-decoration:none;
}
#favIcons A {
	color:#aaa;
}
.clsTableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #3d9b35;
	padding: 3px;
	text-align: center;
	line-height:12px;
	background:url('/images/skoda/bg_car_header.jpg');
}
.clsTableEven {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #efefef;
	padding: 3px;
}
.clsTableOdd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #ffffff;
	padding: 3px;
}
.line {
	border-bottom: #999 1px solid;
	height:1px;
	width:100%;
	margin: 10px 0 10px 0
}
DIV#login
{
    Z-INDEX: 99;
    POSITION: fixed;
    WIDTH: 100%;
    BACKGROUND: url(/images/bg_login.png) repeat-x;
    HEIGHT: 21px;
    TOP: 0px
}
DIV#loginScreenContainer {
	position: fixed;
	BACKGROUND: url(/images/bg_login.png);
	width:100%;
	height:100%;
	z-index:998;
	display: none;
}
DIV#loginScreen {
	position: absolute;
	width: 476px;
	height: 393px;
	color: #000;
	z-index:999;
	background-image: url(/images/login_screen.png);
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -238px;
	margin-top: -210px;
}
	DIV#loginScreenClose {
		Position: relative;
		text-align: right;
		width:370px;
		margin-top:45px;
		margin-left:53px;
		margin-right:53px;	
	}
	DIV#loginScreenContent {
		Position: relative;
		width:350px;
		margin-top:130px;
		margin-left:63px;
		margin-right:63px;	
	}
		DIV#loginScreenContent INPUT {
			background-image: url(/images/bg_input.gif);
			padding: 2px 2px 2px 2px;
			border: solid 1px #666;
			margin-bottom: 6px;
		}
DIV#loginContainer {
	position: relative;
	float:left;
	color: #ccc;
	text-align: left;
	width: 860px;
	left: 50%;
	margin-left: -430px;
}
