/* ----------------------------- */
/* CARLTON PAGE GARAGE STYLES    */
/* ----------------------------- */

#top-right-menu
{
	text-align: right;
	width: 700px;
}


body
{
 /*background: silver;*/
}


.garage-box {
	width: 705px;
	padding-bottom: 10px;
}

#events-right-box {
  /*float: right;*/
}

#garage-big-img {
  width: 303px;
  height: 545px;
  float: left;
}

#top-right-img {
  padding: 0px;
  margin: 0px;
  float: right;
  height: 80px;
}

#garage-text
{
	width: 319px;
	height: 450px;

	Xbackground: white;
	float: right;

 font-family: Arial;
 font-size: 11px;
 
 padding: 0px;
 Xpadding-left: 22px;
 padding-left: 0px;
 padding-right: 2px;
 padding-bottom: 5px;

 width: 387px;

 Xborder: 1px solid red;
}
#garage-text a {
 xcolor: black;
}

#garage-text p {
 margin: 0px;
 margin-bottom: 10px;
}

/*
#garage-text h2 {
 margin: 0px;
 font-size: 11px;
 font-weight: bold;
 color: #1C2A95;
}
*/


/* ------------------------------------- */
/* GARAGE ITEMS                          */
/* ------------------------------------- */
/* horne stvorceky -uputavky             */
/* ------------------------------------- */


.garage-item
{
	margin-top: 12px; 
	clear: both;
	width: 387px;
	height: 78px;
	Xmargin-left: 15px;	
}

		/* ------------------------------------- */
		/* GARAGE ITEMS  - TEXT                  */
		/* ------------------------------------- */

		.garage-item div.text
		{
			width: 183px;
			height: 100%;
			font-size: 11px;
			font-family: arial, sans-serif;
			float: left;
			background: white;
			overflow: hidden;
		}

		.garage-item  div.text div.content
		{
			padding: 4px 0 2px 14px;
		}


				.garage-item div.text a
				{
					color: black;
					text-decoration: none;
				}

				.garage-item div.text h2
				{
					font-size: 12px;
					padding: 0;
					margin: 0;
					margin-bottom: 4px;
				}


				.garage-item h2 a:link, .garage-item h2 a:visited
				{
					color: #1C2991;
				}




		/* ------------------------------------- */
		/* GARAGE ITEMS  - NAVIGATION            */
		/* ------------------------------------- */

		.garage-item div.navigation
		{
			width: 19px;
			height: 100%;
			float: left;
			position: relative;
			background: white;
		}

				.garage-item div.navigation img
				{
					position: absolute;
					bottom: 0px;
					right: -1px;
				}

				.garage-item div.navigation a > img
				{
					right: 0px;
				}


		/* ------------------------------------- */
		/* GARAGE ITEMS  - IMAGE                 */
		/* ------------------------------------- */


		.garage-item div.image
		{
			width: 185px;
			height: 100%;			
			float: left;
			background: silver;
		}



/* ------------------------------------- */
/* GARAGE SECTION                        */
/* ------------------------------------- */
/* zvolena kontkretna sekcia             */
/* ------------------------------------- */

/* ------------------------------------- */
/* GARAGE-NAVIGATION-BAR                 */
/* ------------------------------------- */

#garage-navigation-bar
{
	background: #2D3382;
	height: 16px;
	width: 375px;
	padding-top: 2px;
	padding-left: 14px;
	margin-top: 15px;
	position: relative;

	font-size: 11px;
	font-family: arial, sans-serif;
	color: white;
}

#garage-navigation-bar a
{
	color: white;	
	text-decoration: none;
}

#garage-navigation-bar img
{
	border: 0;
}



		#garage-navigation-bar div.menu a.selected
		{
			color: yellow;
		}


/* ------------------------------------- */
/* GARAGE-INFORMATION                    */
/* ------------------------------------- */


#garage-information
{
	background: white;
	width: 375px;
	height: 435px;
	padding-left: 14px;
	position: relative;

	font-size: 11px;
	font-family: arial, sans-serif;

}

		/* ------------------------------------- */
		/* GARAGE-INFORMATION - LEFTBLOK         */
		/* ------------------------------------- */

		#garage-information div.leftblok 
		{
			width: 180px;
			float: left;
		}

		#garage-information div.leftblok div.content
		{
			padding: 10px 10px 5px 0px;
		}

		#garage-information div.leftblok  h2
		{
			margin: 0;
			margin-bottom: 2px;
			font-size: 12px;
			color: #2D3382;
		}

		#garage-information div.leftblok h2.second
		{
			margin-top: 10px;
		}


		/* ------------------------------------- */
		/* GARAGE-INFORMATION - RIGHTBLOK        */
		/* ------------------------------------- */


		#garage-information div.rightblok
		{
			width: 190px;
			float: right;
			text-align: right;
		}

		#garage-information div.rightblok img.first
		{
			margin-bottom: 10px;
		}

		#garage-information div.rightblok .axima
		{
position: absolute;
bottom: 0px;
right: 0px;
			padding-right: 20px;
		}
	
		#garage-information div.rightblok .axima .zabezpecuje
		{
			display: block;
			float: right;
			margin-top: 43px;
		}

		#garage-information div.rightblok .axima img
		{
			float:right;
			border: 0;

		}




