*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #f3f9fe url(../images/body_bg.png) bottom left repeat-x;
	width: 100%;
}
/*Верстка шаблона под блок с закругленными уголками*/
.rounded
{ position: relative; }
*html .rounded
{ width: 100%; }
.rounded .lt, .rounded .rt, .rounded .lb, .rounded .rb
{ position: absolute; z-index: 10; background-repeat: no-repeat; font-size: 1px; }
.rounded .lt
{ left: 0; top: 0; background-position: left top; }
.rounded .rt
{ right: 0; top: 0; background-position: right top; }
.rounded .lb
{ left: 0; bottom: 0; background-position: left bottom; }
.rounded .rb
{ right: 0; bottom: 0; background-position: right bottom; }
*html .rounded .rt, *html .rounded .rb
{ right: -1px; }
*html .rounded .lb, *html .rounded .rb
{ bottom: -1px; }
/*//Верстка шаблона под блок с закругленными уголками*/

img 
{
	font-size: 7px !important;
}

.gray {color:#999;}

#container
{
	position: relative;
	border: solid 1px #c7e1fb;
	border-bottom-width: 0;
	min-height: 100%;
	width: 100%;
	background-color: #fff;
	/*background-image: url(images/site/navigation_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
	min-width: 1003.5px;
	max-width:1260px;
	margin: 0 auto;
	margin-bottom: 15px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat')
	? document.documentElement.clientWidth:document.body.clientWidth) > 1260 ? "1260px":
	 (((document.compatMode && document.compatMode=='CSS1Compat')
	? document.documentElement.clientWidth:document.body.clientWidth) < 1003.5 ? "1003.5px":"100%"));
}

span.m-logo
{
	background-color: #f00;
	color: #fff;
	/*line-height: 5px;*/
	padding: 0 2px;
	font-size: 9px;
}

span.cat-logo
{
	background-color: #91a00a;
	color: #fff;
	/*line-height: 5px;*/
	padding: 0 2px;
	font-size: 10pt;
}

.pseudo-link
{
	color: #07d;
	border-bottom: #07d 1px dashed !important;
	cursor: pointer;
	cursor: hand;
	position: relative;
}


span.discount-header
{
	font-weight: bold;
	font-size: 10pt;
}
span.bolder
{
	font-weight: bold;
}
ul.discount-list
{
	margin: 0 !important;
	padding: 0 !important;
}
ul.discount-list li
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px !important;
	/*background-position:;*/
	color: #000;
}

p.article-stomatology-link
{
		text-align: center !important;
}
p.article-stomatology-link a
{
	border: 1px solid #f00;
	background-color: #FDECE7;
	padding: 2px 3px;
	color: #f00;
	font-weight: bold;
	display: block;
}

li
{
	font-size: 10pt;
	margin-left: 1.5em;
}

ul
{
	font-size: 12pt;
}

ol
{
	font-size: 10pt;
}

h1,h2
{
}


a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


a.right_best
{
	color: #000;
	text-decoration: none;
}

a.right_best:hover
{
	text-decoration: none;
}

div.right_best
{
	cursor: hand;
	color: #000;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: #000 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-top: #FFF 1px solid;
}

div.right_best:hover
{
	cursor: hand;
	color: #000;
	background: #FDECE7;
	text-decoration: none;
	border-top: #000 1px solid;
}

/* Content */


#content p
{
	font-size: 10pt;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 14pt;
}

#content h3,h4
{
	font-size: 12pt;
}
#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0;
	/*border-right: solid 1px #fff;*/
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('../images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('../images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */
table tr td#primaryContent
{
	padding: 10px;
}

#primaryContent p.commentHeader
{
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

#primaryContent p.red
{
	color: #CC3333 !important;
}

#primaryContent p.note
{
	font-size: 8pt !important;
}

#primaryContent p.clinic-answer-pseudolink span
{
	font-size: 12pt;
	color: #0077dd;
	border-bottom: #0077dd 1px dashed;
	cursor: pointer;
	cursor: hand;
}

#primaryContent p
{
	padding-bottom: 0.7em;
	font-size: 10pt;
	text-align: justify;
}

#primaryContent td
{
	font-size: 10pt;
}

#primaryContent form#editInterface input[type = "text"]
{
	width: 100%;
}

#primaryContent form#editInterface input[type = "file"]
{
	width: 100%;
}

#primaryContent form#editInterface table td
{
	padding: 5px;
		background-color: #E5F7FE;
}


#primaryContent form#editInterface table td p, #content form#editInterface table td ul
{
	margin-bottom: 0;
}

#primaryContent form#editInterface table col.left-data-col
{
	font-weight: bold;
		font-size: 12pt;
	text-align: left;
	padding: 5px;
	width: 170px;
}

#primaryContent form#editInterface .field-description
{
	font-size: 8pt;
		margin-bottom: 0;
		padding-bottom: 0;
}

#primaryContent form#editInterface #submit-reset
{
	text-align: center;
	margin-top: 15px;
}

#primaryContent form#editInterface #submit-reset input
{
	font-size: 170%;
}

#primaryContent #im-caption span
{
	color: #0077dd;
	border-bottom: 1px dashed;
	cursor: pointer;
	cursor: hand;
}

#primaryContent ul#med-list li
{
	color: #0077dd;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
	margin-bottom: 3px;
}


#primaryContent ul#stom-list li span
{
	color: #0077dd;
	border-bottom:1px dashed;
	cursor:pointer;
	cursor:hand;
}

#primaryContent ul#stom-list li 
{
	margin-bottom: 3px;
	list-style-type: none;
}

/* Secondary Content */

table tr td#secondaryContent
{
	padding: 5px 10px 0 5px;
	margin: 0;
	/*background: #fff url('../images/a1.gif') top right repeat-y;*/
	width: 175px;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('../images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

#secondaryContent p
{
}

#secondaryContent a
{
	font-size: 10pt;
	/*font-weight: bold;*/
	padding-bottom: 0em;
}

/* Tertiary Content */

table tr td#tertiaryContent
{
	padding: 0 5px;
	background: #fff url('../images/a2.gif') top left repeat-y;
	width: 190px;
}

#tertiaryContent p
{
	font-size: 10pt;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('../images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}
.style1  { font-size: 9pt }
.style8  { color: #0066FF }
.style9  { color: #CC6666 }
.style10 { color: #3300CC }
.style11 { color: #009933 }
.style12 { font-family: "Times New Roman", Times, serif; color: #0000CC; }

.supClass
{
	border-bottom:1px solid;
	cursor:pointer;
	cursor:hand;
	color:#0077DD;
}

.supClass:hover
{
	color:red;
}

#comment-question-mark
{
	display:none;
	position:absolute;
	top:70px;
	border:1px solid #cccccc;
	background-color: #F6F6F6;
	padding:5px;
	font-weight:normal;
	width:145px;
	font-size:12px;
}

/**************** DIAGNOST *****************/

.diagnost-container-position
{
	list-style-type:decimal !important;
	margin-left:20px !important;
}

.diagnost-title h1
{
	margin:15px;
	margin-bottom: 25px;
}

li.diagnost_question
{
	font-size:13px !important;
	margin:5px;
	list-style:none;
	margin-left:10px;
}

li.diagnost_question span
{
	color: #000 !important;
	font-weight: normal !important;
}

div.diagnost_question
{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.diagnost_question span:hover
{
	border:none !important;
}

ul.diagnostActive span
{
	border: none;
	color:#000 !important;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

ul.diagnostInactive span
{
	color:#0077DD !important;
	font-weight: bold !important;
	border-bottom:1px dashed;
	cursor:pointer;
	cursor:hand;
}

li.diagnostActive span
{
	border: none;
	color:gray !important;
	font-weight:bold !important;
	cursor:pointer;
	cursor:hand;
}

li.diagnostInactive span
{
	border-bottom:1px dashed;
	color:#000 !important;
	font-weight:normal !important;
	cursor:pointer;
	cursor:hand;
}

.diagnost-container .diagnost-all
{
	margin:10px;
}
.diagnost-container .diagnost-all span
{
	cursor:pointer;
	cursor:hand;
	border-bottom:1px dashed;
}
.diagnost-container .diagnost-all span:hover
{
	border-bottom:none !important;
}

.diagnost-container .articleInactive
{
	margin-top:-10px;
	margin-left:20px;
	margin-bottom:10px;
}

.diagnost-container .articleActive
{
	margin-top:-10px;
	margin-left:20px;
	margin-bottom:10px;
}

.diagnost-container .articleActive span
{
	cursor:pointer;
	cursor:hand;
	color:gray;
	font-weight:bold;
}

.diagnost-container .articleInactive span
{
	cursor:pointer;
	cursor:hand;
	border-bottom:1px dashed;
}

.diagnost-container .articleInactive span:hover
{
	border-bottom:none;
}

.diagnost-all a
{
	color: #000;	
}

/**************** END DIAGNOST *****************/

/************ CLINIC FILES UPLOAD *************/

#filesPreviewContainer
{
	margin-top:10px;
}

#fileUploadError
{
	margin-top:5px;
}

.fileUpload span
{
	cursor:pointer;
	cursor:hand;
	color: #0077DD;
	border-bottom:1px dashed;
	/*font-weight:bold;*/
	font-size:18px;
}

/************ END CLINIC FILES UPLOAD *************/