@import url("style_default.css");

html, body, div, form, img {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
html, body {
	height: 100%;
  }

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
  text-align: left;
  background: #0071b9;
	}

/*** Kontejner ***/ 
#container {
  min-height: 100%;
  height: 100%;
  width: 998px;
  margin: auto;
  background: #0071b9 url('img/bg-all-cont.gif') top left repeat-y;
  }
  
html>body #container {
	height: auto;
  }
  
#container_home {
  min-height: 100%;
  height: 100%;
  width: 998px;
  margin: auto;
  background: #0071b9 url('img/bg-all-cont.gif') top left repeat-y;
  }
  
html>body #container_home {
	height: auto;
  }
  
#container_wrap {
  min-height: 711px;
  height: 711px;
  background: url('img/bg-right-cont.gif') top right no-repeat;
  }
 
html>body #container_wrap {
	height: auto;
  }
  
/*** Zahlavi ***/
#header {
  padding: 0 19px;
  }
  
#header_wrap  {
  position: relative;
  background-color: #0071b9;
  height: 134px;
  }
  
#logo {
  position: absolute;
  top: 26px;
  left: 38px;
  z-index: 100;
  }
  
/*** Vlajky ***/
#flags  {
  position: absolute;
  top: 15px;
  right: 235px;
  }
  
#flags #cz_select  {
  position: relative;
  right: 6px;
  top: 3px;
  }
  
#flags #cz  {
  position: relative;
  right: 4px;
  top: 3px;
  }
  
#flags #en  {
  position: relative;
  right: -3px;
  top: 4px;
  }
  
#flags #en_select  {
  position: relative;
  right: -3px;
  top: 2px;
  }

#flags #ru  {
  position: relative;
  right: -11px;
  top: 4px;
  }
  
#flags #ru_select  {
  position: relative;
  right: -11px;
  top: 2px;
  }


/*** Vyhledavani ***/  
#search {
  position: absolute;
  top: 16px;
  right: 2px;
  }
  
#search td {
  padding: 0;
  vertical-align: middle;
  }
  
#search input.text {
  border: 1px solid #80b8dc; 
  padding: 5px 0 5px 7px; 
  width: 140px;
  font-size: 0.95em;
  }
  
/*** Menu horni ***/ 
#top_menu {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1px 0 0;
  width: 100%;
  background: url('img/header/menu-right-line.gif') right top repeat-y;
  
  }

#top_menu ul  {
  list-style-type: none;
	margin: 0px !important;
	padding: 2px 0 0 0;
	float: right;
	width: 100%;
	background: url('img/header/bg-menu.gif') right top no-repeat;
  }

#top_menu ul li {
	float: right;
	display: block;
	padding: 0 0 0 1px;
	margin: 0;
	background-image: none;
	background: url('img/header/menu-items-line.gif') left top no-repeat;
  }
  
#top_menu ul li.first, #top_menu ul li.select_first {
  background-image: none;
  }
  
#top_menu li a, #top_menu li a:link, #top_menu li a:visited {
	float: left;
	display: block;
  padding: 26px 55px 26px 19px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  }
  
#top_menu li a:hover {
  color: #fff;
  background: url('img/header/bg-menu-hover.gif') right top no-repeat;
  }
  
#top_menu li.first a:hover {
  color: #fff;
  background: url('img/header/bg-menu-hover-first.gif') right top no-repeat;
  }
  
#top_menu li.second a:hover {
  color: #fff;
  background: url('img/header/bg-menu-hover-second.gif') right top no-repeat;
  }
  
#top_menu li.select a, #top_menu li.select a:link, #top_menu li.select a:visited, #top_menu li.select a:hover {
	float: left;
	display: block;
  padding: 26px 55px 26px 19px;
  color: #fff;
  background: url('img/header/bg-menu-hover.gif') right top no-repeat;
  }
  
#top_menu li.select_first a, #top_menu li.select_first a:link, #top_menu li.select_first a:visited, #top_menu li.select_first a:hover {
  background: url('img/header/bg-menu-hover-first.gif') right top no-repeat;
  }
  
#top_menu li.select_second a, #top_menu li.select_second a:link, #top_menu li.select_second a:visited, #top_menu li.select_second a:hover {
  background: url('img/header/bg-menu-hover-second.gif') right top no-repeat;
  }
  
/*** Hlavni obsah ***/ 
#main_content  {
  float: left;
  width: 691px;
  background: url('img/left-top-radius.gif') 19px top no-repeat;
  }

#main_content_wrap {
  padding: 28px 20px 0 40px;
  }
  
#container #main_content  {
  float: left;
  width: 688px;
  }
  
#container #main_content_wrap {
  padding: 28px 7px 0 40px;
  }
  
#main_content_wrap ul li  {
  padding-right: 20px;
  }
  
#main_content_wrap p  {
  padding-right: 20px;
  }
  
#container p  {
  padding-right: 17px;
  }
  
/*** Pravy obsah ***/ 
#container_home #right_content  {
  float: right;
  width: 290px;
  background: url('img/right-symbol.gif') 196px 30px no-repeat;
  }
  
#container #right_content  {
  float: right;
  width: 310px;
  }

#container_home #right_content_wrap {
  padding: 0 40px 0 0px;
  }
  
#container #right_content_wrap {
  padding: 0 30px 0 18px;
  }

#right_content h2  {
  color: #0071b9;
  margin: 30px 0 11px 0;
  font-size: 1.45em;
  }
  
#right_content h2.pravy_panel_kratsi_odsazeni {
  margin: 0.9em 0 0.5em 0;
  font-size: 1.45em;
  }

div.csc-textpic {
  padding: 0;
  background-color: #2b89c5;
  float: left;
  width: 247px;
  }
  
div.csc-textpic h3 a, div.csc-textpic h3 a:link, div.csc-textpic h3 a:visited {
  color: #fff;
  }
  
div.csc-textpic h3 a:hover {
  color: #fff;
  text-decoration: none;
  }
  
div.csc-textpic p.pic {
  float: left;
  width: 95px;
  margin: 0;
  padding: 0;
  }
  
div.csc-textpic p.pic img {
  padding: 6px 0 6px 6px;
  }
  
div.csc-textpic div.text {
  float: right;
  width: 135px;
  }
  
div.csc-textpic div.text div {
  padding: 7px 5px 0 0;
  }
  
div.csc-textpic div.text h3 {
  margin: 7px 0 4px 0;
  font-size: 1em;
  }
  
div.csc-textpic div.text p {
  font-size: 0.95em;
  margin: 0;
  padding: 0 0 6px 0;
  }
  
div.csc-textpic-clear {
  clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 17px;
	padding: 0;
	margin: 0;
	overflow: hidden;
  }
  
div.more {
  margin-top: -5px;
  padding-right: 12px;
  text-align: right;
  }
  
div.more_cert {
  margin-top: -1px;
  padding-right: 12px;
  text-align: right;
  }
  
#container div.more_cert {
  margin-top: -1px;
  padding-right: 23px;
  text-align: right;
  }
  
div.more a, div.more a:link, div.more a:visited,
div.more_cert a, div.more_cert a:link, div.more_cert a:visited   {
  padding: 0 0 0 17px;
  background:  url('img/icons/more.gif') left 2px no-repeat;
  }

/*** Zapati ***/     
#foot_container {
  clear: both; 
  width: 960px;
	height: 70px;
	min-height: 70px;
	margin: -70px auto 0 auto;
	color: #000;
	font-size: 0.95em;
	background: #0071b9 url('img/footer/bg-footer.gif') left top no-repeat;
	}

html>body #foot_container {
	height: auto;
	}

#img_eu #cz{
	padding: 17px 0px 0px 0px;
}

#img_eu #en{
	padding: 17px 0px 0px 0px;
}

#img_eu #ru{
	padding: 17px 0px 0px 0px;
}
  
#foot {
  padding: 5px 15px 0 25px;
  zoom: 1;
  }


#foot span  {
  margin: 0 10px;
  color: #fff;
  }

#foot_menu {
	position: relative;
	float: right;
  }
  
#foot_menu a {
	margin-left: 10px;
  }

#foot_copyright {
	padding-right: 30px;
  float: left;
  }
	
	
#foot a, #foot a:link, #foot a:visited {
  color: #fff;
	}
	
#foot a:hover {
  color: #fff;
  text-decoration: none;
  }
  
span.about_web  {
  padding-left: 7px;
  background: url('img/footer/about-web.gif') left 2px no-repeat;
  }
  
span.site_map  {
  padding-left: 10px;
  background: url('img/footer/site-map.gif') left 3px no-repeat;
  }
  
span.print  {
  padding-left: 10px;
  background: url('img/footer/print.gif') left 0px no-repeat;
  }
  
/*** Prave menu ***/
#right_menu {
  padding: 30px 19px 0 0;
  }
  
#right_menu h2  {
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
  }

#right_menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	}

#right_menu li.level1  {
	margin: 0 0 4px 0;
	padding: 0 0 0px 0;	
	}

#right_menu li.level1 a, #right_menu li.level1 a:link, #right_menu li.level1 a:visited {
  text-decoration: none;
  padding: 26px 0;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  }
 
#right_menu li.level1 a:hover {
  color: #fff;
  }
  
#right_menu li span {
  display: block;
  padding: 0 10px 0 27px;
  }
  
#right_menu li.red {
  background: url('img/right-menu/bg-red-top.gif') right top no-repeat;
  }
  
#right_menu li.red a {
  background: url('img/right-menu/bg-red-bottom.gif') right bottom no-repeat;
  }
  
#right_menu li.blue {
  background: url('img/right-menu/bg-blue-top.gif') right top no-repeat;
  margin: 0 0 5px 0;
  }
  
#right_menu li.blue a {
  background: url('img/right-menu/bg-blue-bottom.gif') right bottom no-repeat;
  }
  
#right_menu li.brown {
  background: url('img/right-menu/bg-brown-top.gif') right top no-repeat;
  margin: 0 0 6px 0;
  }
  
#right_menu li.brown a {
  background: url('img/right-menu/bg-brown-bottom.gif') right bottom no-repeat;
  } 

#right_menu li.light_blue {
  background: url('img/right-menu/bg-light-blue-top.gif') right top no-repeat;
  }
  
#right_menu li.light_blue a {
  background: url('img/right-menu/bg-light-blue-bottom.gif') right bottom no-repeat;
  }
    
#right_menu li.grey {
  background: url('img/right-menu/bg-grey-top.gif') right top no-repeat;
  }
  
#right_menu li.grey a {
  background: url('img/right-menu/bg-grey-bottom.gif') right bottom no-repeat;
  }
  
#right_menu li.level1 div {
  padding: 0 0px 4px 25px;
  background-color: #fff;
  }
  
#right_menu li.level1 ul   {
	margin: 0;
	background-image: none;
	padding: 6px 0 12px 0;
	background-color: #f5e9e9;
	background: #f5e9e9 url('img/right-menu/radius-level2.gif') left bottom no-repeat;
	}
  
#right_menu li.level2, #right_menu li.level2_select  {
	margin: 0 0 0px 0;
	padding: 0;	
	background-image: none;
	}

#right_menu li.level2 a, #right_menu li.level2 a:link, #right_menu li.level2 a:visited,
#right_menu li.level2_select a, #right_menu li.level2_select a:link, #right_menu li.level2_select a:visited {
  text-decoration: underline;
  padding: 4px 0;
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  background: url('img/right-menu/odr.gif') 14px 8px no-repeat;
  }
  
#right_menu li.level2 a:hover, #right_menu li.level2_select a, #right_menu li.level2_select a:link, #right_menu li.level2_select a:visited {
  color: #992626;
  }
  
#right_menu li.level2_select a, #right_menu li.level2_select a:link, #right_menu li.level2_select a:visited {
  text-decoration: none;
  }
  
#right_menu li.level2 span, #right_menu li.level2_select span {
  display: block;
  padding: 0 10px 0 32px;
  }
    
#right_menu li.level2_select ul   {
	margin: 0;
	background-image: none;
	padding: 4px 0 3px 32px;
	}
  
#right_menu li.level3 {
	margin: 0 0 2px 0;
	padding: 0;	
	background: #e7cccc url('img/right-menu/radius-level3-top.gif') left top no-repeat;
	}
	
#right_menu li.level3_select  {
	margin: 0 0 2px 0;
	padding: 0;	
	background: #d9aeae url('img/right-menu/radius-level3-top-select.gif') left top no-repeat;
	}

#right_menu li.level3 a, #right_menu li.level3 a:link, #right_menu li.level3 a:visited  {
  text-decoration: none;
  padding: 5px 0;
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  background:  url('img/right-menu/radius-level3-bottom.gif') left bottom no-repeat;
  }
  
#right_menu li.level3_select a, #right_menu li.level3_select a:link, #right_menu li.level3_select a:visited {
  text-decoration: none;
  padding: 5px 0;
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  background:  url('img/right-menu/radius-level3-bottom-select.gif') left bottom no-repeat;
  }
  
#right_menu li.level3 a:hover {
  color: #992626;
  }
  
#right_menu li.level3 span, #right_menu li.level3_select span {
  display: block;
  padding: 0 10px 0 14px;
  }

	
/*** Clear tridy ***/
div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	}

span.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

/* Mapa webu */
div.map_level1 {
	background: url('img/icons/map1.gif') 5px 0.5em no-repeat;
	color: #505050;
  margin: 1.2em 0 0 0;
  font-size: 1.1em;
  padding: 0 0 0 15px;
  }
  
div.map_level1 a, div.map_level1 a:hover, div.map_level1 a:visited {
	color: #006eff;
  font-weight: bold;
  }
  
div.map_level1 a:hover {
  text-decoration: underline;
  color: #002882;
  }

div.map_level2 {
  background: url('img/ikonky/map2.gif') 15px 0.5em no-repeat;
  margin: 0.3em 0 0 5px;
  color: #000000;
  padding: 0 0 0 25px;
  }
  
div.map_level2 a, div.map_level2 a:hover, div.map_level2 a:visited {
  color: #006eff;
  text-decoration: underline;
  }
div.map_level2 a:hover {
  text-decoration: underline;
  color: #002882;
  }

div.map_level3 {
  color: #000000;
  background: url('img/ikonky/map3.gif') 30px 0.1em no-repeat;
  margin: 0.3em 0 0 5px;
  padding: 0 0 0 50px;
  }

div.map_level3 a, div.map_level3 a:hover, div.map_level3 a:visited {
  color: #006eff;
  text-decoration: underline;
  }
div.map_level3 a:hover {
  text-decoration: underline;
  color: #002882;
  }

div.map_level4 {
  color: #000000;
  background: url('img/ikonky/map4.gif') 55px 0.1em no-repeat;
  margin: 0.3em 0 0.2em 5px;
  padding: 0 0 0 75px;
  }

div.map_level4 a, div.map_level4 a:hover, div.map_level4 a:visited {
  color: #006eff;
  text-decoration: underline;
  }
div.map_level4 a:hover {
  text-decoration: underline;
  color: #002882;
  }

div.map_level5 {
  color: #000000;
  background: url('img/ikonky/map5.gif') 80px 0.1em no-repeat;
  margin: 0.3em 0 0.2em 5px;
  padding: 0 0 0 100px;
  }

div.map_level5 a, div.map_level5 a:hover, div.map_level5 a:visited {
  color: #000000;
  text-decoration: none;
  }
div.map_level5 a:hover {
  text-decoration: underline;
  }

div.map_level6 {
  color: #000000;
  background: url('img/ikonky/map6.gif') 105px 0.1em no-repeat;
  margin: 0.3em 0 0.2em 5px;
  padding: 0 0 0 125px;
  }

div.map_level6 a, div.map_level6 a:hover, div.map_level6 a:visited {
  color: #000000;
  text-decoration: none;
  }
div.map_level6 a:hover {
  text-decoration: underline;
  }
  
/*** Vysledek hledani ***/
div.tx-indexedsearch-browsebox ul.browsebox {
	margin: 0 0 15px 0;
	padding: 0px;
	text-align: center;
	}

div.tx-indexedsearch-browsebox ul.browsebox li {
	display: inline;
	background: none;
	padding: 0;
  margin: 0 10px 0 0;
  }

div.tx-indexedsearch-whatis, div.tx-indexedsearch-whatis p {
	margin-bottom: 0;
}

div.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a,
div.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:link, 
div.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:visited,
div.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:hover {
	color: #FFA800; 
	}
	
/*** Rozcestnik ***/
#container_home div.guidepost {
  margin-top: 10px;
  }
  
#container div.guidepost {
  margin-top: 15px;
  }

/* Red */
div.guidepost div.guide_top_1 {
  background: url('img/guidepost/bg-red-top.gif') right top no-repeat;
  margin-bottom: 15px;
  float: left;
  width: 641px;
  }
  
div.guidepost div.guide_bottom_1  {
  background: url('img/guidepost/bg-red-bottom.gif') right bottom no-repeat;
  }
  
div.guidepost div.guide_bottom_1 div.text  {
  padding-left: 20px;
  background: url('img/guidepost/icon-red.gif') left 3px no-repeat;
  }

/* Blue */  
div.guidepost div.guide_top_2 {
  background: url('img/guidepost/bg-blue-top.gif') right top no-repeat;
  margin-bottom: 15px;
  float: left;
  width: 641px;
  }
  
div.guidepost div.guide_bottom_2  {
  background: url('img/guidepost/bg-blue-bottom.gif') right bottom no-repeat;
  }
  
div.guidepost div.guide_bottom_2 div.text  {
  padding-left: 20px;
  background: url('img/guidepost/icon-blue.gif') left 3px no-repeat;
  }

/* brown */  
div.guidepost div.guide_top_3 {
  background: url('img/guidepost/bg-brown-top.gif') right top no-repeat;
  margin-bottom: 15px;
  float: left;
  width: 641px;
  }
  
div.guidepost div.guide_bottom_3  {
  background: url('img/guidepost/bg-brown-bottom.gif') right bottom no-repeat;
  }
  
div.guidepost div.guide_bottom_3 div.text  {
  padding-left: 20px;
  background: url('img/guidepost/icon-brown.gif') left 3px no-repeat;
  }

/* light blue */   
div.guidepost div.guide_top_4 {
  background: url('img/guidepost/bg-light-blue-top.gif') right top no-repeat;
  margin-bottom: 15px;
  float: left;
  width: 641px;
  }
  
div.guidepost div.guide_bottom_4  {
  background: url('img/guidepost/bg-light-blue-bottom.gif') right bottom no-repeat;
  }
  
div.guidepost div.guide_bottom_4 div.text  {
  padding-left: 20px;
  background: url('img/guidepost/icon-light-blue.gif') left 3px no-repeat;
  }

/* Grey */

div.guidepost div.guide_top_5 {

  background: url('img/guidepost/bg-grey-top.gif') right top no-repeat;

  margin-bottom: 15px;

  float: left;
  width: 641px;
  }
  
div.guidepost div.guide_bottom_5  {
  background: url('img/guidepost/bg-grey-bottom.gif') right bottom no-repeat;
  }
  
div.guidepost div.guide_bottom_5 div.text  {
  padding-left: 20px;
  background: url('img/guidepost/icon-grey.gif') left 3px no-repeat;
  }

div.guidepost div.desc  {
  float: left;
  width: 320px;
  color: #fff;
  }
  
div.guidepost div.desc h3 {
  margin: 23px 0 10px 0;
  }
  
div.guidepost div.desc h3 a, div.guidepostdiv.desc h3 a:link, div.guidepost div.desc h3 a:visited {
  color: #fff;
  }
  
div.guidepost div.desc h3 a:hover {
  color: #000;
  }
  
div.guidepost div.pic  {
  margin: 0;
  padding: 16px 0 16px 5px;
  float: left;
  width: 302px;
  }
  
  
/*** Produkty ***/
#container div.csc-textpic {
  padding: 0;
  margin: 20px 0 0 0;
  background-color: #fff;
  float: left;
  width: 628px;
  }
  
HTML>BODY #container div.csc-textpic {
  padding: 0;
  margin: 15px 0 0 0;
  background-color: #fff;
  float: left;
  width: 628px;
  }
  
#container div.csc-textpic p.pic {
  float: right;
  width: 200px;
  margin: 0;
  padding: 0;
  }
  
#container div.csc-textpic p.pic img {
  padding: 0;
  }
  
#container div.csc-textpic div.text {
  float: left;
  width: 413px;
  }
  
#container div.csc-textpic div.text div {
  padding: 0;
  }
  
#container div.csc-textpic div.text h3 {
  margin: 7px 0 4px 0;
  font-size: 1em;
  }
  
#container div.csc-textpic div.text p {
  font-size: 1em;
  margin: 0;
  padding: 0 0 6px 0;
  }

/*** Mapy ***/
div.kontakt_text  {
  float: left;
  width: 250px;
  margin-top: 27px;
  }
  
div.kontakt_text h2, div.kontakt_text_spodni h2 {
  margin: 0 0 1.2em 0;
  }
  
div.kontakt_text p, div.kontakt_text_spodni p {
  padding: 0;
  margin: 0 0 1.4em 0;
  line-height: 140%;
  }
  
div.kontakt_mapa  {
  float: left;
  width: 340px;
  margin-top: 27px;
  }
  
div.kontakt_text b, div.kontakt_text_spodni b  {
  font-weight: normal;
  color: #0071b9;
  }
  
#olomouc, #praha {
  border: 3px solid #c2e5fa;
  }
  
div.kontakt_mapa_spodni  {
  float: left;
  width: 340px;
  margin-top: 25px;
  }
  
div.kontakt_text_spodni  {
  float: left;
  width: 250px;
  margin-top: 25px;
  }
  
  
HTML>BODY div.kontakt_mapa_spodni  {
  margin-top: 35px;
  }
  
HTML>BODY div.kontakt_text_spodni  {
  margin-top: 35px;
  }
  
/*** Reference - uvod***/

div.reference_uvod div.pol {
  background-color: #2b89c5;
  margin: 0 0 15px 0;
  float: left;
  width: 247px;
  }
  
div.reference_uvod h3 a, div.reference_uvod h3 a:link, div.reference_uvod h3 a:visited {
  color: #fff;
  }
  
div.reference_uvod h3 a:hover {
  color: #fff;
  text-decoration: none;
  }
  
div.reference_uvod p.pic {
  float: left;
  width: 95px;
  margin: 0;
  padding: 0;
  }
  
div.reference_uvod p.pic img {
  padding: 6px 0 6px 6px;
  }
  
div.reference_uvod div.text {
  float: right;
  width: 135px;
  }
  
div.reference_uvod div.text div {
  padding: 7px 5px 0 0;
  }
  
div.reference_uvod div.text h3 {
  margin: 7px 0 4px 0;
  font-size: 1em;
  }
  
div.reference_uvod div.text p {
  font-size: 0.95em;
  margin: 0;
  padding: 0 0 6px 0;
  }





/*** Reference ***/
div.tx-rsreference-pi1  {
  padding-top: 10px;
  }
  
div.tx-rsreference-pi1 div.odd {
  background-color: #e5f1f8;
  padding: 15px 0 15px 0;
  float: left;
  margin-bottom: 10px;
  }
  
div.tx-rsreference-pi1 div.even {
  background-color: #fff;
  padding: 15px 0 15px 0;
  float: left;
  margin-bottom: 10px;
  }
  
div.tx-rsreference-pi1 div.desc h3 {
  margin: 0 0 2px 0;
  }
  
div.tx-rsreference-pi1 div.desc h3 a, div.tx-rsreference-pi1 div.desc h3 a:link, div.tx-rsreference-pi1 div.desc h3 a:visited {
  color: #0071b9;
  }

div.tx-rsreference-pi1 div.desc h3 a:hover {
	color: #002882;
	text-decoration: underline;
  }

div.tx-rsreference-pi1 div.image {
  float: left;
  width: 125px;
  }
  
div.tx-rsreference-pi1 div.image img {
  padding: 0 0 0 17px;
  }
  
div.tx-rsreference-pi1 div.desc  {
  float: left;
  width: 500px;
  }
  
div.tx-rsreference-pi1 div.desc table  {
  margin: 0;
  }
  
div.tx-rsreference-pi1 div.desc table th  {
  width: 100px;
  font-weight: normal;
  padding: 4px 0 0 0;
  font-size: 0.95em;
  }
  
div.tx-rsreference-pi1 div.desc table td  {
  padding: 4px 30px 0 0;
  }

