/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	background: #cccccc url(images/bg_grad.jpg) fixed;
	left: 10px;
	top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:955px;
	background-image: url(images/bg_gradred.jpg);
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:955px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #cccccc;
	height:100%;
		
}



#contentmain{
	float: left;
  width: 55%;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pageName td{
	padding:10px 5px 10px 5px;
	}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid red;
}

a.glink:hover{
  	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	
		
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
	padding: 10px 0px 5px 0px;
}

.feature img{
	float: left;
	padding-right:10px;
	padding-left:10px;
}

.feature object{
	float: left;
}

.feature a:link, .feature a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.feature a:hover{
	color: #cccccc;
}


/************** featuresale styles *****************/

.featuresale{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	left: 0px;
	top: 0px;
	padding-top: 10px;
		
}
html>body .featuresale {height: auto;}

.featuresale h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
	padding-left:10px;
	padding-bottom:10px;
}

.featuresale img{
	float:inherit;
	vertical-align:middle;
	padding-left:0px;

}

.featuresale object{
	float: left;
}

.featuresale a:link, .featuresale a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.featuresale a:hover{
	color: #cccccc;
}

.featuresale p{
	padding-left:10px;
}
/************** yfeature styles *****************/

.yfeature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	float:left;
	
	
}
html>body .yfeature {height: auto;}

.yfeature h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
	padding: 10px 0px 5px 0px;
}

.yfeature img{
	float: left;
	border: none;
}


.yfeature a:link, .yfeature a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.yfeature a:hover{
	color: #cccccc;
}

.yfeature ul{
	padding-left:10px;
}

.yfeature li{
	padding-left: 10px;
}

/************** hfeature styles *****************/

.hfeature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	float:left;
	
}
html>body .hfeature {height: auto;}

.hfeature h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
	padding: 10px 0px 5px 0px;
}

.hfeature img{
	float: left;
	border: none;
	padding-right: 10px;
}


.hfeature a:link, .hfeature a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.hfeature a:hover{
	color: #cccccc;
}

.hfeature ul{
	padding-left:10px;
}

.hfeature li{
	padding-left: 10px;
	font-weight:normal;
}




/************** kfeature styles *****************/

.kfeature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	float:left;
	
}
html>body .kfeature {height: auto;}

.kfeature h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
	padding: 10px 0px 5px 0px;
}
.kfeature h2{
	font: bold 115% Arial,sans-serif;
	color: #CCCCCC;
	padding: 5px 0px 0px 0px;
}
.kfeature img{
	float: left;
	border: none;
}


.kfeature a:link, .kfeature a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.kfeature a:hover{
	color: #cccccc;
}

.kfeature ul{
	padding-left:10px;
}

.kfeature li{
	padding-left: 10px;
}

.mapa {
	padding-left:10px;
	padding-top:80px;
	padding-right:10px;
	float:left;
}
/************** featuretable styles *****************/

.featuretable{
	float: left;
	padding-left:2px;
}

.featuretable img{
	float: inherit;
}

.featuretable td {
	text-align:left;
	font-size: 90%;
	width:110px;
	height:106px;
	padding:0px 0px 0px 0px;
}

/************** featuretable2 styles *****************/

.featuretable2{
	float: right;
	padding-left:2px;
}

.featuretable2 img{
	float:left;
}

.featuretable2 td {
	text-align:left;
	font-size: 90%;
	width:110px;
	height:106px;
}

/************** feature bazar styles *****************/

.featurebazar{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .featurebazar {height: auto;}

.featurebazar h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
	padding: 10px 0px 5px 0px;
}

.featurebazar img{
	float: inherit;
	padding: 0px 0px 0px 0px;
}


.featurebazar a:link, .featurebazar a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.featurebazar a:hover{
	color: #cccccc;
}

/*************** hondastory styles ******************/

.hondastory {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	float:left;
}

.hondastory h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
}

.hondastory p {
	padding: 0px 0px 0px 0px;
}

.hondastory a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight:bold;
}

.hondastory a.capsule:hover{
	text-decoration: underline;
}
.hondastory a:link, .hondastory a:visited {
	font-size: 100%;
	color: white;
	font-weight:bold;
	
}

.hondastory a:hover{
	color: #cccccc;
}

td.hondastoryLeft{
	padding-right: 12px;
}

.hondastory img{
	padding: 0px 10px 10px 0px;
	float:left;
	
}

.hondastory li {
	
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #CCCCCC;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story img{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:right;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image: url(images/glbnav_background1.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
	margin-bottom: 1px;
}

#sectionLinks a:hover{
	background-image:url(images/glblnav_selected.gif);
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks a:link, .relatedLinks a:visited {
	font-size: 90%;
	color: white;
	
}

.relatedLinks a:hover{
	color: #cccccc;
}


/************ hsectionLinks styles **************/

#hsectionLinks{
	margin: 0px;
	padding: 0px;
	float:left;

}

#hsectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#hsectionLinks a:link, #hsectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: white;
	margin-bottom: 1px;
}

#hsectionLinks a:hover{
	
	font-weight: bold;
	color: #cccccc;
}


/************* hrelatedLinks styles **************/

.hrelatedLinks{
	margin: 0px;
	padding:0px 0px 0px 0px;
}

.hrelatedLinks a{
	display: block; 
	padding:0px 0px 0px 0px;
}

.hrelatedLinks a:link, .hrelatedLinks a:visited {
	font-size: 90%;
	color: white;
	padding:0px 0px 0px 0px;
	
}

.hrelatedLinks a:hover{
	color: #cccccc;
	padding:0px 0px 0px 0px;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
	color:#FFFFFF;
	width:auto;
	height: 80px;
}

#advert	a:link, a:visited {
	color: white;
}

#advert a:hover{
	color: #cccccc;
}
	
#advert img{
	display: block;
}

/********************* end **********************/

/********************* hlavicka **********************/
#hlavicka{
	font-size: 70%;
	position: absolute;
	top: 36px;
	right: 0px;
	}
	
/********************hodna subglobal********************/

.hsubglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.hsubglobalNav a:link, .hsubglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.hsubglobalNav a:hover{
	color: #cccccc;
}




/***********************/
/***   tech tab   ***/
/***********************/

.techtab {
		border:outset;
		border-color:white;
}

.tabl { border-style:solid; border-color:#CCCCCC; border-width:0px 0px 1px 0px; text-align:right;}
.tabr { border-style:solid; border-color:#CCCCCC; border-width:0px 0px 1px 0px;}
.tabc { border-style:solid; border-color:#CCCCCC; border-width:0px 0px 1px 0px; width:20px;}

.ozntd { color:white;
	font-weight:700;
	font-family:Arial, sans-serif;
	font-size:14px;
	vertical-align:middle;
	background:gray;
	border-style:solid; border-color:gray; border-width: 0px 0px 1px 0px;
	}

.ozntdr { color:white;
	font-weight:700;
	font-family:Arial, sans-serif;
	font-size:14px;
	vertical-align:middle;
	background:gray;
	border-style:solid; border-color:#FF0000; border-width: 0px 0px 1px 0px;}
	
.hlavickat { border-style:solid; border-color:none; border-width:0px 0px 5px 0px; text-align:center;}
.hlavickab { border-style:solid; border-color:black; border-width:0px 0px 1px 0px; text-align:justify;}
.ozntr {background-color:#999999; line-height:16px}


/***********************/
/***   album style   ***/
/***********************/

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(res/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(res/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(res/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(res/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(res/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(res/images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(res/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(res/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(res/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(res/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(res/images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(res/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(res/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(res/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(res/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(res/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(res/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(res/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(res/images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(res/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(res/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(res/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(res/images/pause_gold.png) no-repeat; }
	
	
	#imageContainer{
	padding: 0px;
	}
	
	

.imageContainertable {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	color: #333;
	font-size: 20px;
}

