/* clearfix to handle floats---------------------------------------- */
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.spacer{
  line-height: 1px;
  font-size:1px;
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  color: #e99f18;
	padding: 0.2em 0 0.2em 0;
	line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #e99f18;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
p {
	padding: 4px 0;
}
a {
	color: #d87e08;
	text-decoration: none;
}
.landing-page .image-container:hover a, table.grey_borders td:hover p.no_padding a {
  color: white;
}
a:hover {
  color: #656565;
  text-decoration: none;
}
a.grey {
  color: #b9b9b7;
}
a.grey:hover {
  color: #6b6b6b;
}
a.dark_grey {
  color: #6b6b6b;
}
a.dark_grey:hover {
  color: #b9b9b7;
}

.align_center {
  text-align: center;
}
a img {
  text-decoration: none;
  border: 0;
}
.error {
  display: block;
  color: #ce4242;
}
small {
  font-size: 0.85em;
}
.print_only {
  display: none !important;
}

@font-face {
  font-family: "TahomaDownload";
  src: local('Tahoma'), url('./tahoma.ttf');
}
body {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  font-family: Tahoma, 'TahomaDownload', 'Lucida Grande CE', lucida, sans-serif;
  background: black url('./../images/body_background.gif') no-repeat center top;
  color: white;
}
#all_docsCover {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 942px;
  /*min-height: 654px;*/
  padding: 0;
  background: url('./../images/transparent_back_1.png') repeat left top;
  border: 1px solid #333333;
  position: relative;
  padding: 10px;
}
#all_docs {
  background: url('./../images/transparent_back_1.png') repeat left top;
  border: 1px solid #444444;
  padding: 10px;
}
#top_banner {
  position: relative;
  padding-top: 29px;
  z-index: 2;
}
#top_banner.product_menu_in_line {
  height: 106px;
}
#top_banner a.logo_link {
  display: block;
  margin: 0 30px;
  margin-right: 0;
  margin-bottom: 0;
  height: 84px;
  width: 133px;
}
#menu_and_search {
  position: absolute;
  right: 12px;
  top: 7px;
}
#main_menu,
#site_search {
  float: right;
}
#main_menu {
  margin-top: 3px;
}
#main_menu li,
#products_menu.in_line li {
  float: left;
}
#main_menu a,
#products_menu a {
  display: block;
  color: white;
  padding: 2px 10px;
  font-size: 0.85em;
  text-transform: uppercase;
}
#products_menu a,
#products_menu .last ul a {
  padding: 2px 16px;
  display: inline;
  font-size: 12px;
}
#products_menu .last a {
  padding-right: 0;
  padding-left: 15px;
}
#products_menu .submenu a,
#products_menu .last ul a {
  padding: 2px 10px !important;
  font-size: 11px;
}
#products_menu.in_line a {
  display: block;
}
#products_menu .current ul a {
  color: white;
}

#site_search input {
  border: 1px solid #666666;
  background: #3d3d3d;
  padding: 2px;
  color: white;
  font-size: 0.85em;
  width: 155px;
  display: block;
  float: left;
  margin-right: 4px;
}
#site_search input.hidden {
  display: none;
}
#site_search input.submit {
  border: 0;
  background: url('./../images/search_submit.png') no-repeat left bottom;
  height: 16px;
  width: 19px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: left;

  font-size: 1px;
  line-height: 16px;
}
#site_search input.submit.hover {
  background-position: right bottom;
}

#products_menu {
  margin: 2em;
}

#products_menu.in_line {
  position: absolute;
  left: 180px;
  top: 64px;
  width: 741px;
  margin: 0;
}
#products_menu ul ul {
  margin-left: 50px;
  list-style-type: square;
}
#products_menu.in_line ul.submenu {
  position: absolute;
  left: 0;
  top: 32px;
  margin-left: 6px;
  width: 740px;
  height: 16px;
  overflow: hidden;
  list-style-type: none;
  display: none;
  z-index: 100;
}
/*
#products_menu ul.submenu.hidden {
  display: none;
}
*/
#products_menu.in_line .current ul {
  display: block;
}
#products_menu.in_line ul.dropdown {
  display: block;
  height: auto;
  width: auto;
  z-index: 101;
  padding-top: 1em;
  background: #2e2e2e;
  border-bottom: 1px solid #858585;
  width: 162px;
  top: auto;
  margin-left: 2px;
}
#products_menu.in_line ul.dropdown li {
  float: none;
  height: 21px;
  line-height: 15px;
}
#products_menu.in_line ul.dropdown a,
#products_menu.in_line li.submenu_shown ul a {
  background: #2e2e2e;
  display: block;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  padding: 5px !important;
  color: white;
  width: 150px;
}
#products_menu.in_line ul.dropdown .first a {
  border-top: 1px solid #858585;
}
#products_menu.in_line ul.dropdown li.first {
  height: 22px;
}
#products_menu.in_line ul.dropdown .last a {
}
#products_menu a:hover,
#main_menu a:hover,
#footer_menu a:hover,
#products_menu .current ul a:hover,
#products_menu.in_line ul.dropdown a:hover,
#products_menu.in_line li.submenu_shown a {
  color: #ecbb60;
}

#main_menu .current a,
#products_menu .current a,
#products_menu .current ul .current a,
#products_menu.in_line ul.dropdown .current a,
#products_menu.in_line li.submenu_shown .current a {
  text-decoration: none;
  color: #e99f18;
}


#middleCover {
  clear: both;
  width: auto;
  background: url('./../images/transparent_back_3.png') repeat left top;
  border: 1px solid #8b8b8b;
  padding: 7px;
  color: #656565;
  line-height: 1.45em;
  /*min-height: 405px;
  _height: 405px;*/
  z-index: 1;
  padding: 7px;
}
#middleCover .small_font,
#popupHolder .small_font {
  font-size: 0.85em;
}
#popupHolder.ie6nomore{
  background-color: #FEEFDA;
}
#leftCover {
  padding: 7px;
  float: left;
  width: 220px;
  overflow: hidden;
}
#rightCover {
  float: right;
  padding: 7px 0;
  width: 220px;
  overflow: hidden;
  min-height: 391px;
  max-height: 391px;
  _height: 391px;
}
#middle {
  padding: 7px 14px 7px 33px;
  min-height: 391px;
  _height: 391px;
  width: 396px;
  float: left;
}
#middleCoverContentCover {
  background: url('./../images/grey_dot.gif') repeat-y 677px top;
}
#middleCoverContentCover.no_right {
  background: none;
}
#middleCoverWhite {
  background: white;
  min-height: 405px;
  _height: 405px;
}
.no_left #middle {
  width: 662px;
  padding-left: 7px;
  margin: 0;
}
.no_right #middle {
  width: 643px;
  padding-left: 7px;
  margin: 0;
}
.no_left.no_right #middle {
  width: 904px;
  margin: 0;
  padding: 0;
  min-height: 405px;
  _height: 405px;
  float: none;
}
#middle h1 {
  padding-left: 0;
}
.no_left.no_right #middle h1 {
  padding-left: 0.2em;
}

#middleCover #left_column_image {
  border: 0;
  margin: 0;
  padding: 0;
}

#middleCover ul.page_submenu {
  padding: 0;
  list-style-type: none;
}
#middleCover ul.page_submenu li {
  margin: 5px 0;
}
#middleCover ul.page_submenu a {
  display: block;
  padding: 2px 40px;
  color: #636363;
  cursor: pointer;
}
#middleCover ul.page_submenu .submenu_shown a {
  color: #E99F18;
}
#middleCover ul.page_submenu a:hover {
  background: #f1f1f1;
}
#middleCover ul.page_submenu .current a,
#middleCover ul.page_submenu ul .current a,
#middleCover ul.page_submenu .current ul .current a {
  color: #E99F18;
}
#middleCover ul.page_submenu ul {
  padding: 0;
  list-style-type: none;
  font-size: 0.85em;
  display: none;
}
#middleCover ul.page_submenu .current ul {
  display: block;
}
#middleCover ul.page_submenu ul a,
#middleCover ul.page_submenu .current ul a,
#middleCover ul.page_submenu .submenu_shown ul a {
  padding-left: 60px;
  color: #636363;
}

#middleCover .grey_border,
#popupHolder .grey_border {
  border: 1px solid #b9b9b7;
}
#middleCover .grey_border_top,
#popupHolder .grey_border_top {
  border-top: 1px solid #858585;
}
#middleCover .grey_border_bottom,
#popupHolder .grey_border_bottom {
  border-bottom: 1px solid #858585;
}
#middleCover ul,
#middleCover ol,
#popupHolder ul,
#popupHolder ol {
  list-style-position: inside;
  padding: 6px 0 6px 10px;
}
#middleCover ul,
#popupHolder ul {
  list-style-type: disc;
}
#middleCover ol,
#popupHolder ol {
  list-style-type: decimal;
}
#middleCover .inBox {
  padding: 10px;
  overflow: hidden;
}
#middleCover #rightCover .inBox {
  padding-top: 0;
}
#middleCover img,
#popupHolder img {
  border: 1px solid #656565;
  padding: 4px;
  margin: 2px;
}
#homepage_FlashCover img{
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#middleCover table,
#popupHolder table {
  width: 99%;
}
#middleCover table td,
#popupHolder table td {
  padding: 2px;
}
#middleCover table th,
#popupHolder table th {
}
#middleCover label,
#popupHolder label {
  display: block;
}
#middleCover input,
#middleCover select,
#middleCover textarea,
#popupHolder input,
#popupHolder select,
#popupHolder textarea {
  width: 100%;
  border: 1px solid #b9b9b7;
}
#middleCover input.hover,
#middleCover select.hover,
#middleCover textarea.hover,
#popupHolder input.hover,
#popupHolder select.hover,
#popupHolder textarea.hover {
  border-color: #6b6b6b;
}
#middleCover input.enter,
#middleCover select.enter,
#middleCover textarea.enter,
#popupHolder input.enter,
#popupHolder select.enter,
#popupHolder textarea.enter {
  border-color: #E99F18;
}
#middleCover input.submit,
#popupHolder input.submit {
  background: #E99F18;
  border: 0;
  color: white;
  cursor: pointer;
  margin-top: 5px;
  padding: 2px 40px;
  width: auto;
}
#middleCover input.submit.hover,
#popupHolder input.submit.hover {
  background: #ecbb60;
}
#middleCover form,
#popupHolder form {
  text-align: left;
  width: 400px;
}


#footer {
  color: white;
  width: auto;
  margin-top: 10px;
  border: 1px solid #5c5c5c;
  padding: 10px;
  overflow: hidden;
}
#footer_menu {
  /*text-align: center;*/
}
#footer_menu a {
  color: white;
  padding: 5px 10px;
  font-size: 0.85em;
  text-transform: uppercase;
}
#footer_menu a.current {
  text-decoration: none;
  color: #e99f18;
}

#footer #copy {
  float: right;
  padding: 11px;
  text-align: right;
}
#footerPhone{
  float: right;
  padding-right:10px;
}

.siteMap_ident {
  padding-left: 20px;
}

#middleCover img.no_borders,
img.no_borders {
  border: 0;
  padding: 0;
  margin: 0;
}

#middleCover table.grey_borders {
  width: 100%;
/*  border-collapse: separate;*/
}
#middleCover table.grey_borders td {
  padding: 5px;
}
#middleCover table.grey_borders td.grey_border_bottom {
  border-bottom: 8px solid #858585;
}
#middleCover table.grey_borders td.grey_border_right {
  border-right: 8px solid #858585;
}
#middleCover table.grey_borders td.grey_border_bottom_right {
  border-bottom: 8px solid #858585;
  border-right: 8px solid #858585;
}
#middleCover table.grey_borders td.no_padding {
  padding: 0;
}
#middleCover table.grey_borders td.grey_border_bottom_no_padding {
  border-bottom: 8px solid #858585;
  padding: 0;
}
#middleCover table.grey_borders td.grey_border_right_no_padding {
  border-right: 8px solid #858585;
  padding: 0;
}
#middleCover table.grey_borders td.grey_border_right_no_padding_like_landing_page {
  border-right: 8px solid #858585;
  padding: 0;
}
#middleCover table.grey_borders td.grey_border_bottom_right_no_padding {
  border-bottom: 8px solid #858585;
  border-right: 8px solid #858585;
  padding: 0;
}
#middleCover table.grey_borders p.no_padding {
  padding: 0;
}
#middleCover table.grey_borders td.no_padding_like_landing_page {
  padding: 0;
}

table#product_detail {
  width: 100%;
  position: relative;
}
#product_detail_left {
  vertical-align: top;
  width: 425px;
  position: relative;
}
#main_product_imageCover {
  position: relative;
  padding-top: 24px;
  text-align: center;
  width: 400px;
  min-height: 300px;
}
#main_product_imageCover.has_alternate_images {
  background: url('./../images/focus_detail.gif') no-repeat 7px 5px;
}
#alternate_images {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5px;
  padding-left: 5px;
  background: white;
  z-index: 50;
}
#alternate_images a img,
img.small_product_image {
  width: 75px;
  border-color: #b9b9b7;
}
#alternate_images a:hover img {
  border-color: #6b6b6b;
}
#alternate_images.hidden,
#alternate_images .preloader {
  display: none;
}
#alternate_images a.current img {
  border-color: #E99F18;
}
/*
#alternate_images img {
  margin: 0 7px 0 0;
}
#alternate_images .first img {
  margin-right: 0;
}
*/
#product_detail_left{
  height: 433px;
}
td#product_detail_right {
  width: 480px;
}
#product_detail td#product_details {
  vertical-align: top;
  width: 290px;
  min-height: 220px;
}
#product_detail td#product_specifications {
  vertical-align: top;
  width: 230px;
  text-align: justify;
}
#product_detail #product_specifications_inner{
  padding-left: 20px;
  padding-right: 10px;
}
#product_detail td#product_specifications h3 {
  color: #b9b9b7;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
#product_detail td#related_products {
  vertical-align: bottom;
  padding-right: 8px;
  padding-bottom: 8px;
}
#related_products #related_productsBox a img {
  border-color: #b9b9b7;
}
#related_products #related_productsBox a:hover img {
  border-color: #6b6b6b;
}
#related_products #related_productsBox a.current img {
  border-color: #e99f18;
}
#related_productsCover {
  width: 490px;
  overflow: hidden;
}
#related_productsBox {
  white-space: nowrap;
  width: 490px;
	float: left;
	height: 180px;
	_overflow: hidden;
}
#product_detail .category_name {
  font-size: 1.2em;
  padding-left: 0;
  padding-bottom: 0.4em;
}
#product_detail .product_name,
.no_left.no_right #middle h1.product_name {
  font-size: 1.1em;
  /*color: #656565;*/
  padding-left: 0;
  padding-bottom: 0.8em;
}
#product_specifications ul {
  list-style-type: none;
  list-style-position: outside;
  font-size: 0.85em;
  padding: 0;
}
#product_specifications ul strong {
  color: #E99F18;
}
#product_detail ul.icons {
  list-style-type: none;
  list-style-position: outside;
  text-align: left;
  margin-top: 28px;
  height: 61px;
  padding-bottom: 9px;
  width: 180px;
}
#product_detail ul.icons li {
  margin-top: 3px;
  display: block;
/*  float: left;*/
}
#product_detail ul.icons a.icon {
  font-size: 12px;
  padding: 0px 0px 0px 25px;
  line-height: 16px;
  height: 16px;
  display: block;
  background: transparent url('../images/make_an_appointment_gold.png') no-repeat left top;
  /*
  display: block;
  color: #656565;
  text-indent: -2000px;
  background: transparent url('./../images/Appointment.gif') no-repeat left top;
  width: 134px;
  height: 57px;*/
  margin: 0px 2px;
}
#product_detail ul.icons .drop_hint a.icon {
  background-image: url('./../images/drop_a_hint_gold.png');
/*  background-image: url('./../images/Drop_a_Hint.gif');
  width: 110px;
  height: 21px;
  margin-top: 36px;
*/
}
#product_detail ul.icons .print a.icon {
  background-image: url('./../images/print_this_item_gold.png');
  /*padding-right: 30px;*/
/*
  background-image: url('./../images/Print_This_Item.gif');
  width: 110px;
  height: 21px;
  margin-top: 36px;
*/
}
#product_detail ul.icons a.icon:hover {
  background-position: left bottom;
}
#product_description{
  min-height: 120px;
  overflow: hidden;
  position: relative;
  width:290px;
}
.product_description_inner{
  margin: 4px 0;
}

.addthis_toolbox{
  position: absolute;
  z-index: 100;
  right: -2px;
  /*top: 5px;*/
  bottom: -104px;
  /*left: 150px;
  width: 275px;
  text-align: right;
  */
}
li.addthis .addthis_toolbox{
  position: static;
  right: auto;
  bottom: auto;
}
#product_detail ul.icons .add_to_appointments {
  display: block;
}
#product_detail ul.icons .add_to_appointments a {
  display: inline;
}
#product_detail ul.icons {
  width: 100%;
}
#product_detail ul.icons li {
  display: inline-block;
  *display: inline;
  zoom: 1;

}

/*    scrolling panel for related products on product detail page   */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('./../images/scrollbar_vertical_background_line.gif') repeat-y right top;
}
#related_products .jScrollPaneTrack {
  top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 11px;
	background: url('./../images/scrollbar_background_line.gif') repeat-x left top;
}
.jScrollIntervalTrack {
	position: absolute;
}
.jScrollPaneDrag {
	position: absolute;
	background: #b9b9b7;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('./../images/scrollbar_arrow_top.gif') no-repeat right bottom;
	height: 14px;
	width: 11px;
}
a.jScrollArrowUp:hover {
	background-position: -11px bottom;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('./../images/scrollbar_arrow_bottom.gif') no-repeat right top;
	height: 14px;
	width: 11px;
}
a.jScrollArrowDown:hover {
	background-position: -11px top;
}
a.jScrollArrowUp.jScrollActiveArrowButton, a.jScrollArrowUp.jScrollActiveArrowButton:hover {
	background-position: left bottom;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: left top;
}
.jScrollPaneDrag.jScrollHoverDragButton {
  background-color: #6b6b6b;
}
.jScrollPaneDrag.jScrollActiveDragButton {
  background-color: #e99f18;
}
#related_products .jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#related_products .jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
#related_products a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url('./../images/scrollbar_arrow_left.gif') no-repeat left top;
	height: 11px;
	width: 7px;
}
#related_products a.jScrollArrowLeft:hover {
	background-position: left -11px;
}
a.jScrollArrowLeft.jScrollActiveArrowButton {
	background-position: left -22px;
}

#related_products a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url('./../images/scrollbar_arrow_right.gif') no-repeat right top;
	height: 11px;
	width: 7px;
}
#related_products a.jScrollArrowRight:hover {
	background-position: right -11px;
}
#related_products a.jScrollArrowRight.jScrollActiveArrowButton {
	background-position: right -22px;
}

.ajax_response {
  font-size: 0.85em;
  font-weight: bold;
}
.ajax_response.hidden {
  display: none;
}

table#add_to_appointments td {
}

#loadingScreen{
  width: 904px;
  padding-top: 130px;
  text-align: center;
  position: absolute;
  top: 164px;
  display: none;
}

.slider {
  padding-top: 10px;
  font-size: 0.8em;
  float: right;
}
.slider span,
.slider a {
  padding: 2px 6px;
  color: white;
  color: #656565;
  border: 1px solid #ecbb60;
  text-decoration: none;
}
.slider span,
.slider span.active {
  background: #E99F18;
  border: 1px solid #E99F18;
  color: white;
}
.slider a:hover {
  background: #ecbb60;
  border-color: #ecbb60;
  color: white;
}
.slider span.results,
.slider span.nextprev {
  background: white;
  color: #656565;
  border: 1px solid #ecbb60;
}

#middleCover .site_map img {
  border: 0;
  padding: 0;
  margin: 0;
}
.site_map{
  line-height: 10px;
}
.site_map .depth1{
	color: #656565;
	margin-top: 4px;
}
.site_map a.depth2{
	color: #656565;
	font-size: 110%;
  /*font-weight: bold;*/
}
.site_map a.depth3{
	/*color: #e99f18;*/
  color: #656565;
}

.site_map a.depth2:hover,
.site_map a.depth3:hover{
  color: #e99f18;
}

.site_map .LeftContent{
  float: left;
  width: 300px;
  padding-left: 150px;
}
.site_map .RightContent{
  float: left;
  width: 300px;
}
.landing-page-hover-efect-white {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 38px;
  width: 100%;
  display: block;
  background: transparent url('../images/image_hover_white.png') left top repeat;
}
.landing-page .image-container .landing-page-hover-efect, .grey_borders .grey_border_right_no_padding_like_landing_page .landing-page-hover-efect, .grey_borders .no_padding_like_landing_page .landing-page-hover-efect {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 38px;
  width: 100%;
  display: none;
  background: transparent url('../images/image_hover_grey.png') left top repeat;
}
.landing-page .image-container .landing-page-link, .grey_borders .grey_border_right_no_padding_like_landing_page .landing-page-link, .grey_borders .no_padding_like_landing_page .landing-page-link {
  height: 35px;
  line-height: 33px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 120%;
  padding: 0px 10px;
  font-weight: bold;
}
.landing-page .image-container, .grey_borders .grey_border_right_no_padding_like_landing_page p.no_padding, .grey_borders .no_padding_like_landing_page p.no_padding {
  overflow: hidden;
  position: relative;
  display: block
}
.landing-page.two-cols .image-container/*, .two-cols a.landing-page-image img*/ {
  width: 448px;
}
.landing-page.three-cols .image-container/*, .three-cols a.landing-page-image img*/ {
  width: 296px;
}
.landing-page.four-cols .image-container/*, .four-cols a.landing-page-image img*/ {
  width: 220px;
}
.landing-page .image-container/*, .landing-page .image-container img*/ {
  height: 200px;
  overflow: hidden;
}
.landing-page .one-image-per-col .image-container/*, .landing-page .one-image-per-col .image-container img*/ {
  height: 408px;
  overflow: hidden;
}

/*
.add_to_appointments {
  float: left;
}
*/
.right_icons {
  margin-left: 134px;
  padding-left: 5px;
}
.related-product-floater {
  margin: 0px 0px;
  background-color: white;
  width: 158px;
  color: black;
  border: 1px solid #B9B9B7;
  text-align: left;
  font-size: 0.8em;
}
.related-product-floater.is-current {
  border-color: #E99F18;
}
.related-product-floater:hover {
  border-color: #656565;
}
.related-product-floater.is-current:hover {
  border-color: #E99F18;
}
.related-product-floater img {
  margin:0px 0px;
  padding:4px;
}
.related-product-floater .product-description {
  padding: 2px;
}

/* date picker */
#middleCover .dp-applied {
  width: 372px;
}
a.dp-choose-date {
  /*float: left;*/
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0px 0 0 5px;
  /*margin: -7px 3px 0;*/
  vertical-align: top;
  display: inline-block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(../images/ico_calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}


table.jCalendar {
  border: 1px solid #beef81;
  background: #0078ae;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
  background: #04628c;
  color: #70b3d2;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
}

table.jCalendar td {
  background: #70b3d2;
  color: #04628c;
  padding: 1px 3px;
  text-align: center;
  border: 1px solid transparent;
}
table.jCalendar td.other-month {
  background: #268cba;
  color: #04628c;
}
table.jCalendar td.today {
  background: #8cc841;
  color: #04628c;
}
table.jCalendar td.selected {
  background: #04628c;
  color: #70b3d2;
  border: 1px solid #8cc841;
}
/*
table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #04628c;
}
*/
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #4ca0c5;
  color: #04628c;
  border: 1px solid #8cc841;
}
table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #04628c;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
  background: #268cba;
  color: #04628c;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #04628c;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  position: relative;
  background: #8cc841;
  font-size: 12px;
  color: #04628c;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
  border: 1px solid #beef81;
}
div#dp-popup {
  position: absolute;
  z-index: 199;
}
div.dp-popup h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}
a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
a#dp-close:hover {
  text-decoration: underline;
}
div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-prev a {
  float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-next a {
  float: right;
}
div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}
div.dp-popup td {
  cursor: pointer;
}
div.dp-popup td.disabled {
  cursor: default;
}
.related-product-floater A {
  display: block;
  min-height: 158px;
}

#datepicker {

}
#pickerplug {
  overflow:hidden;
  display:none;
  position:absolute;
  top:200px;
  left:300px;
  z-index:500;
}
#pickerplug li {
  display:block;
  float:left;
}
#timepicker {
  border:1px solid #aaa;
  background:#fff;
}
#timepicker ul {
  overflow:hidden;
  padding:5px;
  padding-bottom: 10px;
}
#timepicker ul li {
  position:relative;
  display:block;
  float:left;
  width:50px;

}
#timepicker ul li h4 {
  width:100%;
  background:transparent;
  color:#000;
  margin-bottom: 12px;
  text-align:center;
}
#timepicker ul li .slider {
  position:relative;
  left:-16px;

/*  background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
  border:1px solid #FCEFA1;*/
}
.popup-button {
  display: inline-block;
  background: transparent url('../images/button_appointments.png') left top no-repeat;
  width: 198px;
  height: 21px;
  text-align: center;
  line-height: 21px;
}
.popup-button:hover {
  background-position: left bottom;
}
.appointments-empty-cell {
  padding-top: 0px !important;
  padding-left: 10px !important;
}
.input-interactive, label.open-for {
  background: transparent url('../images/arrow_orange.png') right 50% no-repeat;
  cursor: pointer;
}
#middleCover label.open-for {
  margin-bottom: 3px;
  margin-top: 2px;
  background: #E99F18;
  border: 0px;
  display: inline-block;
  color: white;
  cursor: pointer;
  margin-top: 5px;
  padding: 2px 40px;
  width: 152px;
  height: 15px;
  line-height: normal;
  font-size: 13px;
}
#middleCover label.open-for.shown {
  background: white;
  color: #656565;
}
.make_appointment_form_outer #middle {
  background: transparent url('../images/background_appointments.png') -1px top no-repeat;
}

/* martin@tvarwebu.cz */
#product_detail ul.icons {
  padding-left: 70px;
  text-align: left
}
#product_detail ul.icons li.add_to_appointments {
  padding-left: 17px;
}
#product_detail ul.icons li {
  vertical-align: top;
}
#product_detail ul.icons li.drop_hint { width: 34px; margin-top: 2px; }
#product_detail ul.icons li.print { width: 39px; margin-top: 0px; }
#product_detail ul.icons .drop_hint a.icon, #product_detail ul.icons .print a.icon, #product_detail ul.icons .add_to_appointments a.icon {
  background-image: url('./../images/cta_email_icon.png');
  text-indent: -9999px;
  *text-indent: 0px;
  overflow: hidden;
  height: 22px;
  padding-left: 0px;
  width: 30px;
}
#product_detail ul.icons .print a.icon {
  background-image: url('./../images/cta_print_icon.png');
  height: 25px;
  padding-left: 0px;
  width: 35px;
}
#product_detail ul.icons .add_to_appointments a.icon {
  background-image: url('./../images/cta_appointment_icon.png');
  width: 225px;
  padding-left: 0px;
  height: 134px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 67px;
}
#product_detail ul.icons {
  margin-top: 1px;
}
.press-release {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 192px;
  height: 323px;
  border: 1px solid #B9B9B7;
  margin-right: 8px;
  overflow: hidden;
  padding: 10px;
  padding-top: 5px;
  white-space: normal;
  vertical-align: top;
}
.press-releases {
  background: transparent none 7px 7px no-repeat;
/*   background-size: auto 98%; */
  white-space: nowrap;
  min-height: 382px;
}
.press-release h2, .press-release .description h3 {
  color: #656565;
  font-size: inherit;
}
.press-releases h2 {
  margin-bottom: 0.4ex;
}
#middleCover img.logo-image, #popupHolder img.logo-image {
  border: 0px solid black;
  margin-left: -8px;
  max-width: 191px;
  max-height: 145px;
}
.logo-image-container {
  text-align: center;
  height: 55px;
  line-height: 43px;
  display: block;
}
.pressDetail .logo-image-container {
  float: right;
  height: auto;
  margin: 5px;
}
#middleCover .pressDetail .logo-image-container .logo-image {
  margin-left: 2px;
  margin: 0px;
  padding: 0px;
  display: block;
  max-width: auto;
  max-height: auto;
}
.press-releases .jcarousel-prev, .press-releases .jcarousel-next {
  background: transparent url('../images/arrow_left.png') left top no-repeat;
  width: 10px;
  height: 16px;
  text-indent: -9999px;
  display: inline-block !important;
  margin: 0px 10px;
}
.press-releases .jcarousel-next { background-image: url('../images/arrow_right.png'); }
.press-releases .jcarousel-prev:hover, .press-releases .jcarousel-next:hover { background-position: bottom left; }
.press-releases .middle { margin-top: 10px; text-align: center; }
.press-releases .jcarousel-prev.jcarousel-prev-disabled, .press-releases .jcarousel-next.jcarousel-next-disabled { background-position: top left; }
.press-release.link {
/*   155x117 155/214/117 */
  height: 161px;
  float: none !important;
}
.press-release.link img {
  max-width: 214px;
  max-height: 161px;
}
#middleCover .link img.logo-image {
  margin-left: 0px;
  margin: 0px;
  padding: 0px;
}
li.links-row {
  white-space: nowrap;
  width: 665px;
  border: 0px solid transparent;
  height: 335px;
  padding: 0px;
  margin: 0px;
  float: none !important;
}
li.links-row .link {
  width: 191px; /* 208px */
  height: 145px;
  margin-bottom: 8px;
}
li.links-row .link .logo-image-container {
  width: 191px;
  height: 145px;
  display: block;
}
.addthis_button_google_plusone {
  padding-top: 1px;
}
