/* ****** structure ******************************************************** */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
	background: #fff;
	font: 11px/20px verdana, tahoma, sans-serif;
	color: #1a171b;
}
#header {
	color: #868785;
	text-align: left;
}
#header a {
	text-decoration: none;
	border: 0;
	color: #868785;
	background: none;
	outline: 0;
}
#header #logo {
	margin: 48px 0 0 4px;
	float: left;
}
#header #logo a {
	padding: 0;
}
#header #claim {
	float: right;
	margin-top: 69px;
}
#header #navtop {
	clear: both;
	margin-top: 70px;
	text-transform: uppercase;
	float: left;
	height: 24px;
}
#header #navtop a {
	padding: 0 4px;
	color: #868785;
}
#header #navtop a:hover {
	color: #00377a;
}
#header #navtop .mod_changelanguage,
#header #navtop .mod_changelanguage ul,
#header #navtop .mod_changelanguage li {
	display: inline;
}
#header #navtop .mod_changelanguage ul {
	margin-left: 50px;
}
#header #navtop .mod_changelanguage p {
	display: inline;
	margin: 0;
	padding: 0 4px;
	color: #868785;
}
#header #searchtop {
	clear: right;
	float: right;
	margin-top: 70px;
}
#header #break {
  border-bottom: 1px solid #868785;
  clear: both;
}
#left {
	margin-right: 36px;
}
/*#left .ce_text {
	margin-left: 6px;
}*/
.mod_navigation {
	clear: both;
	padding: 2px 0 5px 0;
	text-transform: uppercase;
	display: inline;
}
#header {
	border-bottom: 5px solid #868785;
	height: 204px;
}
#header ul {
	font: 11px/28px verdana, tahoma, sans-serif;
}
#header ul li {
	padding-bottom: 10px;
}
#header ul ul li {
	min-width: 100px;
	padding-bottom: 0;
}
#header ul ul {
	font: 10px/17px verdana, tahoma, sans-serif;
	margin-top: 30px;
}
#header ul ul ul {
	margin-top: 0;
}
#header ul a:hover,
#header ul a.active,
#header ul a.trail {
	color: #00377a;
}
#content {
	/*border-top: 5px solid #868785;*/
	padding-top: 3px;
	clear: both;
	text-align: left;
}
#main {
	position: static;
}







/* ****** common tags ****************************************************** */
p {
	color: #1a171b;
	font: 11px/20px verdana, tahoma, sans-serif;
	margin: 10px 0;
}
h1 {
	color: #1a171b;
	font: 19px/28px verdana, tahoma, sans-serif;
	margin: 25px 0 17px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #1a171b;
	padding-bottom: 3px;
}
h1 a {
	border: 0 !important;
}
h2 {
	color: #1a171b;
	font: 13px/20px verdana, tahoma, sans-serif;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #1a171b;
	padding-bottom: 0;
}
h3 {
	color: #1a171b;
	font: bold 10px/20px verdana, tahoma, sans-serif;
	margin: 4px 0;
	text-transform: uppercase;
}
h4 {
	color: #1a171b;
	font: 13px/20px verdana, tahoma, sans-serif;
	margin: 4px 0;
}
abbr {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1px;
	cursor: help;
}
hr {
	background-color: #868785;
	color: #868785;
	border: 0;
	height: 1px;
	margin: 0.5em 0;
	display: block;
}
a {
	color: #1a171b;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #1a171b;
}
a:hover {
	color: #868785 !important;
	border-bottom: 1px solid #868785;
}
a[href $='.pdf'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/pdf.gif) no-repeat 0 -1px;
}
a[href $='.xls'],
a[href $='.xlsx'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_excel.png) no-repeat 0 0;
}
a[href $='.doc'],
a[href $='.docx'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_word.png) no-repeat 0 0;
}
a[href $='.ppt'],
a[href $='.pptx'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_white_powerpoint.png) no-repeat 0 1px;
}
a[href $='.exe'],
a[href $='.cmd'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/application.png) no-repeat 0 0;
}
a[href $='.zip'],
a[href $='.rar']{
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_white_compressed.png) no-repeat 0 0;
}
a.film {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/monitor.png) no-repeat 0 0;
	cursor: pointer;
}
/*
a[href^='http:'],
a[href^='https:'] {
	padding: 0 0 1px 10px;
	background: url(../gfx/icons/external-link.gif) no-repeat;
}*/
a[href^='http://www.laserdenta.com'],
a[href^='https://www.laserdenta.com'],
a[href^='http://dev'] {
	padding: 0;
	background: none;
}
a:visited {
}
a:focus,
a:hover,
a:active {
	border-bottom: 1px solid #1a171b;
	color: #1a171b;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
	outline: 0;
}
img.noborder {
	border: 0 !important;
}
#left .ce_image {
	margin-bottom: 20px;
}
#left #screenshot a {
	outline: 0;
}
#content ul {
	margin: 0 0 20px 14px;
	list-style: square;
}
#content ul li {
	margin: 0;
	padding: 0;
}
#content ul ul {
	margin: 0 0 20px 12px;
	list-style: square;
}
#content ol {
	margin: 0 0 20px 18px;
}
#content ol li {
	margin: 0;
	padding: 0;
}

#content ul.nobullet {
  list-style:none;
  padding: 0;
	margin: 0;
}







/* ****** common styles **************************************************** */
#print,
.print,
.hide {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.req {
	color: #74A8CF;
}
.low {
	color: #bbb;
}
.small,
small {
	font-size: 9px;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}





/* ****** forms ************************************************************ */
input,
textarea,
select {
	padding: 1px;
	margin-bottom: 5px;
}
input[type="hidden"] {
	display: none;
}
input {
	margin-bottom: 5px;
}
.ce_form input {
 	display: block;
	float: left;
	margin-bottom: 5px;
}
input.text,
input.captcha,
textarea,
select  {
	width: 312px;
	border: 1px solid #b0b1b2;
	color: #1a171b;
	font: 11px verdana, tahoma, sans-serif;
	float: right;
}
select  {
	padding: 0;
	width: 316px;
}
textarea {
	overflow: auto;
	width: 312px;
	height: 142px;
}
input.captcha {
	width: 24px;
	margin-right: 12px;
	float: left;
}
input.submit {
	clear: both;
}
input.error {
	border: 1px solid #efb3b3;
}
label {
	text-align: left;
	width: 110px;
	display: block;
	float: left;
	margin-top: 1px;
}
label.mandatory {
	font-weight: bold;
}
label.error {
	color: #1a171b;
}
span.captcha_text {
	margin-top: 1px;
	float: left;
}
.formbody p.error {
	float: left;
	margin: 0;
	display: block;
}
div.error label,
.formbody span.error,
.formbody label.error {
	color: #666;
}
form br {
  clear: both;
}
div.checkbox_container label {
	width: 295px;
	float: right;
}
.ce_form .checkbox {
	margin: 5px 3px 1px 0;
	padding: 0;
}
/* Fix checkbox alignment in IE5/6 */
* html .ce_form .checkbox {
	top: 1px;
	position: relative;
	margin: -5px 0 0px -3px;
}
/* Fix checkbox alignment in IE7 */
*:first-child+html .ce_form .checkbox {
	top: 1px;
	position: relative;
	margin: -5px 0 0px -3px;
}






/* ****** registration form ************************************************ */
.mod_registration label {
	float: none;
	display: inline;
}
.mod_registration input,
.mod_registration select {
	float: left;
}
.mod_registration span.mandatory {
	margin-left: 5px;
}
.mod_registration label.mandatory {
	font-weight: normal;
}
.mod_registration .col_0 {
	width: 150px;
	vertical-align: bottom;
}






/* ****** login ************************************************************ */
.mod_login label,
.mod_lostPassword label {
	width: 120px;
	display: block;
}
.mod_login p.error {
	float: none;
	margin-bottom: 10px;
}
.mod_personalData label {
	width: 140px;
	display: block;
}
.mod_personalData input.text {
	width: 300px;
}
.mod_personalData input.checkbox {
	width: 10px;
}
.mod_personalData div.checkbox_container label {
	width: 200px;
	float: left;
}
.mod_personalData div.checkbox_container input {
	width: 30px;
	float: left;
	clear: both;
	margin: 4px 0 0 -8px;
}
.mod_personalData .submit_container {
	margin-top: 20px;
}
.mod_lostPassword .formbody p.error {
	display: none;
}





/* ****** table elements *************************************************** */

.ce_table table {
	width: 100%;
	margin: 10px 0 20px 0;
	border-collapse: collapse;
}
.ce_table td,
.ce_table th {
	padding: 4px;
	width: 30%;
	font-size: 11px;
}
.ce_table thead td,
.ce_table thead th {
	background: #A8C4DA;
	text-align: left;
	font-weight: normal;
}
.ce_table tbody th,
.ce_table tbody tr {
	text-align: left;
}
.ce_table tbody tr td {
	border: 1px solid #fff;
 	vertical-align: top;
}
.ce_table tfoot th,
.ce_table tfoot td {
	background: #A8C4DA;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.ce_table .even {
	background: #D1E2EF;
}
.ce_table .odd {
	background: #E9F0F6;
}
div.ce_text table td img {
	border: 1px solid #9c9ea0;
}
div.ce_text table {
	margin: 10px 0 20px 0;
}






/* ****** search *********************************************************** */

#keywords_nav {
	width: 194px;
	color: #b0b1b2;
	text-align: right;
}
.mod_search .highlight {
	background: #feffbf;
}
#submit_nav,
.mod_search .url,
.mod_search .relevance,
.mod_search .radio_container {
	display: none;
}
.mod_search div.first {
	clear: both;
	padding-top: 30px;
}
.mod_search .text {
	float: left;
	display: inline;
}
.mod_search .submit {
	float: left;
	display: inline;
	margin: -2px 0 0 5px;
	clear: none;
	padding: 0 5px;
}
.mod_search p.header {
	clear: left;
}
.mod_login,
.mod_registration,
.mod_search {
	margin-top: 30px;
	padding-top: 1px;
}






/* ****** additions for modern browsers ************************************ */

::-moz-selection {
	background: #00377a;
	color: #fff;
}
::selection {
	background: #00377a;
	color: #fff;
}





/* ****** slimbox ********************************************************** */
#lbCloseLink {
	padding: 0;
	border: 0;
}
a#lbPrevLink,
a#lbNextLink {
	border: 0;
	background: none;
}
#lbBottom {
	font: bold 11px/20px verdana, tahoma, sans-serif;
	color: #1a171b;
}
#lbCloseLink {
	background-image: url(../gfx/closelabel.gif);
}
#lbPrevLink:hover {
	background-image: url(../gfx/prevlabel.gif);
}
#lbNextLink:hover {
	background-image: url(../gfx/nextlabel.gif);
}






/* ***** Superfish ******************************************************* */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 1000;
}
.sf-menu {
	line-height:	0.8em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-right: 41px;
}
.sf-menu li.last {
	margin-right: 0;
	margin-left: 6px;
}
.sf-menu li li.last {
	margin-right: 0;
	margin-left: 0;
}
.sf-menu li.submenu li.last {
	margin-right: 10px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			0.8em; /* match top ul list item height */
	z-index:	99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 3px 4px 2px 4px;
	text-decoration:none;
}
.sf-menu li li a {
	padding: 		5px 4px 7px 4px;
}
.sf-menu li li {
	background: #f6f6f6;
	/*border-bottom: 1px solid #868785;*/
	border-bottom: 1px solid #aaa;
}
.sf-menu li li li {
  background: #eee;
}
.sf-menu li li.last {
	border: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
li .sf-sub-indicator {
	display: none;
}
li li .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1px;
	top:				.8em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent:-999em;
	overflow:		hidden;
	background:	url('../../plugins/superfish/images/arrows-ffffff.png') no-repeat -5px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.95em;
	_top:			.95em; /* IE only */
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
*+html a > .sf-sub-indicator { /* IE7 only */
	top:			.95em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator{
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../plugins/superfish/images/shadow.png') no-repeat bottom right;
	padding: 0 7px 7px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






/* ***** Flowplayer Overlay ************************************************ */
div.overlay, div.overlay1, div.overlay2, div.overlay3, div.overlay4, div.overlay5, div.overlay6,
div.overlay7, div.overlay8, div.overlay9, div.overlay10, div.overlay11, div.overlay12 {
    background-image:url(../gfx/overlay/white.png);
    width:600px;
    height:470px;
    display:none;
    padding:35px;
    border: 0;
}
div.overlay div.close,
div.overlay1 div.close,
div.overlay2 div.close,
div.overlay3 div.close,
div.overlay4 div.close,
div.overlay5 div.close,
div.overlay6 div.close,
div.overlay7 div.close,
div.overlay8 div.close,
div.overlay9 div.close,
div.overlay10 div.close,
div.overlay11 div.close,
div.overlay12 div.close {
    background-image:url(../gfx/overlay/close.png);
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.video {
	cursor: pointer;
	cursor: hand;
	border: 0;
}
.overlay a {
	border: 0;
}

.nice_table td {
	border-bottom: 1px solid #868785;
	padding: 5px 20px 5px 0;
}
.nice_table td:nth-child(1) {
	padding-right: 0;
}






/* ****** pagination ******************************************************* */
.pagination {
	padding-top: 35px;
}
.pagination ul {
	margin-left: -2px !important;
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
}
.pagination li a {
	padding: 3px 7px 4px 7px;
	border: 1px solid #868785;
	background: #fff;
	text-decoration: none;
	line-height: 2.1em;
	margin: 0 2px;
	color: #868785;
}
.pagination li a:hover {
	background: #868785;
	color: #fff !important;
}
.pagination li span {
	color: #fff;
  padding: 3px 7px 4px 7px;
  border: 1px solid #1a171b;
  background: #1a171b;
  line-height: 2.1em;
  margin: 0 2px;
}
.pagination p {
	display: none;
}





#news-ticker-links .mod_newslist div,
#news-ticker-links-en .mod_newslist div {
	margin-bottom: 20px;
	width: 235px;
}


