/*-----------------------------------------------------
   Featured car
------------------------------------------------------ */
#featuredCar                                           {
	position: relative;
	width: 960px;
	height: 135px;
	top: -7px;
}

#featuredCar a                                         {
	display: block;
	width: 260px;
	height: 135px;
	padding: 0 0 0 420px;
	margin-left: 60px;
	text-decoration: none;
	color: #0a55a7;
	font-size: 24px;
	line-height: 1em;
	position: relative;
}
	
#featuredCar a img                                     { position: absolute; top: 0; left: 0;}
	
#featuredCar a span                                    {
	font-size: 12px; 
	display: block; 
	line-height: 1.2em; 
	margin-top: 5px;
}

#featPrev, #featNext                                   {
	display: block; 
	position: absolute; 
	width: 16px; 
	height: 16px;
	text-indent: -9999px;
}
	
#featPrev                                              {
	top: 38px;
	left: 0;
	background: transparent url(../images/layout/featured-prev.gif) no-repeat 0 0;
}
	
#featNext                                              {
	top: 38px;
	right: 0;
	background: transparent url(../images/layout/featured-next.gif) no-repeat 0 0;
}	

/* --------------------------------------------------- */
.stepcarousel                                          {
        position: relative; /*leave this value alone*/
        overflow: scroll; /*leave this value alone*/
        width: 920px; /*Width of Carousel Viewer itself*/
        height: 135px; /*Height should enough to fit largest content's height*/
        margin: 0 auto;
}

.stepcarousel .featuredCarBelt                         {
        position: absolute; /*leave this value alone*/
        left: 0;
        top: 0;
}

.stepcarousel .panel                                   {
        float: left; /*leave this value alone*/
        overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
        width: 920px;
        height: 135px;
}	

/*-----------------------------------------------------
   CONTAINER
------------------------------------------------------ */
.home#container                                        { padding-top: 15px; }

#homeContainer                                         {
	display: inline;
	float: left;
	width: 690px;
	overflow: hidden;
	height: 100%;
}
	
.homeLeftCol                                           {
	display: inline;
	float: left;
	width: 380px;
	margin-right: 15px;
}	
	
.homeRightCol                                          {
	display: inline;
	float: left;
	width: 290px;
}
	
#homeTopContainer                                      { height: 100%; overflow: hidden; margin-bottom: 15px; }
#homeBottomContainer                                   { height: 100%; overflow: hidden; }

#homeTopContainer .homeLeftCol                         { background: #043678 url(../images/layout/brza-rezervacija-top.gif) no-repeat 0 0; }

.home #posebna-ponuda a                                {
	background: transparent url(../images/layout/posebna-ponuda-home.gif) no-repeat 0 0;
	width: 380px;
	height: 150px;
}

/*-----------------------------------------------------
   Brza rezervacija
------------------------------------------------------ */
.home .basicForm                                       {
	background: transparent url(../images/layout/brza-rezervacija-bottom.gif) no-repeat left bottom;
	padding: 25px 20px 15px 20px;
}

.home .basicForm h2                                    {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.basicForm fieldset                                    { border: none; }
.basicForm legend                                      { display: none; }

.basicForm div                                         { height: 100%; overflow: hidden; margin-bottom: 6px; }

.basicForm label                                       {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	color: #fff;
	padding-left: 2px;
}

.basicForm div input,
.basicForm div select                                  {
	border: 1px solid #143660;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #032858;
	vertical-align: middle;
	background: #fff url(../images/layout/input-select-bg.gif) no-repeat 0 0;
}
	
.basicForm div input                                   {
	padding: 3px 0 0 10px;
	width: 203px;
	height: 16px;
	margin-right: 3px;
}	

.basicForm div select                                  { width: 213px; padding: 1px 0 0 8px; height: 19px; background: #fff url(../images/layout/input-select-bg.gif) no-repeat 0 0; }
.basicForm div select.hours,
.basicForm div select.minutes                          { width: 45px; background: #fff url(../images/layout/select-small-bg.gif) no-repeat 0 0; padding-left: 3px; }

.calendar                                              { margin-right: 3px; cursor: pointer; }

#formSubmit                                            {
	display: block;
	width: 213px;
	height: 31px;
	background: transparent url(../images/layout/rezervacija-button-home.gif) no-repeat 0 0;
	border: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	padding-left: 12px;
	margin-top: 13px;
	cursor: pointer;
}
	
/*-----------------------------------------------------
   Home - Main
------------------------------------------------------ */
#mainContentHome                                       {
	background: transparent url(../images/layout/home-box-bg.gif) no-repeat 0 0;
	padding: 20px 20px 0 13px;
}

#mainContentHome h1                                    {
	padding: 0;
	margin: 0 0 15px 0;
	background: none;
	float: none;
}

#mainContentHome p                                     { margin-bottom: 10px; }
#mainContentHome img                                   { border: 1px solid #0a54a7; padding: 8px; margin-bottom: 3px; }

#mainContentHome a                                     { color: #e6bf2f; text-decoration: underline; }
#mainContentHome a:hover                               { color: #064892; text-decoration: underline; }

#mainContentHome h1 a,
#mainContentHome h1 a:hover                            { color: #064892; text-decoration: none; }

/*-----------------------------------------------------
   Home scroller
------------------------------------------------------ */
#homeBottomContainer .homeRightCol                     { background: transparent url(../images/layout/ponuda-scroll-wrapper-top.gif) no-repeat 0 0; }
	
#scroller                                              {
	background: transparent url(../images/layout/ponuda-scroll-wrapper-bottom.gif) no-repeat left bottom;
	padding: 15px 14px 14px 20px;
}
	
#scroller h2                                           { font-weight: bold; font-size: 16px; margin-bottom: 10px; }
	
#scroller a                                            { color: #064892; text-decoration: underline; }
#scroller a:hover                                      { color: #064892; text-decoration: none; }

#scroller h2 a                                         { color: #064892; text-decoration: none; }

#scroller ul                                           { width: 238px; padding-top: 10px; }
	
#scroller ul a                                         { color: #063d7e; text-decoration: none; }
#scroller ul a:hover                                   { color: #063d7e; text-decoration: underline; }

#scroller li                                           {
	border-bottom: 1px solid #c9d4de;
	margin: 0 19px 5px 5px;
	padding: 0 5px 3px 5px;
	line-height: 1em;
}
	
#scroller li.last                                      { border-bottom: none; }	
#scroller li.last#teretnaVozilaFr                      { font-size: 11px; line-height: 0.9em; }

/*-----------------------------------------------------
   SCROLLER
----------------------------------------------------- */
div#scrollbar                                         { display: block; /* initially display: none; to hide from incapable */ }
div#wn                                                {
	position: relative;
	width: 255px;
	height: 93px;
	overflow: hidden;
	padding: 0;
	background: transparent url(../images/layout/home-scroll-temp-bg.gif) no-repeat 0 0;
}

#lyr { width: 238px; }

div#scrollbar                                         {
	position: absolute;
	width: 18px;
	height: 93px;
	font-size: 1px;  /* so no gap or misplacement due to image vertical alignment */
	top: 0;
	right: -1px;
	background: #96b7d9;
}
div#track                                             {
	position: absolute;
	left: 0 !important;
	left: 1px;
	top: 15px;
	width: 17px;
	height: 63px;
	background: none;
	background: #96b7d9;
}
div#dragBar                                           {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	background: #fff;
}
div#up                                                {
	position: absolute;
	left: -1px !important;
	left: 0;
	top: 0;
}
div#down                                              {
	position: absolute;
	left: -1px !important;
	left: 0;
	bottom: 0;
}

/* so no gap or misplacement due to image vertical alignment
font-size: 1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img                                     { display: block; }