/* Black RIDER. Three fixed columns (n.7) from http://blog.html.it/layoutgala/LayoutGala07.html */
html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716767;
	background-color: #ffffff;
	background-image: url(images/footer/footer-v-line.png);
	background-repeat: repeat-x;
	background-position: bottom;

}
html {
/*	background-color: #65bf16;*/
}
a {
	outline: none;
}
a img {
	border: 0;
}
div#header {
	width: 1000px;
	background-color: transparent;
}
div#container {
	text-align: left;
	z-index: 1000;
	position: relative;
}
div#divContentLimitator {
	width: 430px;
	max-width: 430px;
	overflow: hidden;
}
div#container {
	width: 1000px;
	margin: 0 auto;
}
div#wrapper {
	float: left;
	width: 100%;
	background-color: transparent;
}
div#content {
	margin: 0 270px 0 210px;
	padding: 0px 45px 35px 45px;
	position: relative;
	z-index: 900;
}
div#navigation {
	padding: 0px 0px 45px 30px;
	float: left;
	width: 180px;
	max-width: 180px;
	margin: 0px 0 0 -1000px;
	overflow: hidden;
	position: relative;
	z-index: 1100;
}
div#extra {
	background-color: transparent;
	float: left;
	width: 240px;
	max-width: 240px;
	margin-left: -270px;
	padding: 0px 30px 45px 0px;
	position: relative;
	z-index: 1100;
	overflow: hidden;
}
div#footer {
	clear: left;
	width: 100%;
	margin: 0;
}
/* additional */
/* header */
.divTopBgr {
	background: url(images/header/top-line.png) repeat-x;
	height: 102px;
	width: 100%;
	position: absolute;
	left: 0px;
}
#header {
	background: url(images/header/logo.png) no-repeat;
	height: 102px;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
}
.aHeaderLink {
	display: block;
	position: absolute;
	height: 90px;
	width: 200px;
	left: 40px;
	top: 6px;
}
/* horizontal menu styles */
ul#nav {
	margin: 0 0 0 1px;
	padding: 0;
	width: 700px;
	height: 77px;
	position: relative;
	left: 290px;
	top: 25px;
	background: none;
 }
ul#nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 0 0 2px;
	padding: 0;
	top: 0px;
	height: 77px;
	z-index: 5;
 }
 *html ul#nav li {
 	width: 80px;
 }
ul#nav li a {
	display: block;
	padding: 12px 14px 0 14px;
	top: 0;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
	height: 77px;
	text-align: center;
}
ul#nav li a:hover {
	color: #000000;
 }
ul#nav li a span {
	cursor: pointer;
	display: block;
	position: absolute;
	float: left;
	top: 0;
	left: 0;	
	height: 43px;
 }

/* lamp menu styles */
ul#nav {

}
ul#nav li{
/* removed the positioning and z-index on the li, we no longer need them */
}
ul#nav li span {
	position: relative; /* must have position set to anything other than static to use z-index */
	z-index: 5; /* 5 layers above all normal elements */
}
ul#nav li.back {
	position: absolute; /* this is automatically added by lavaLamp, if not set, but let’s set it for good practice */
	z-index: 3; /* 3 levels higher than all normal elements */
	background: url(images/header/menu-v-line.png) repeat-x;
}
ul#nav div.left {
	width: 11px;
	height: 77px;
	background: url(images/header/menu-v-left.png) no-repeat;
	float: left;
}
ul#nav div.bottom {
	display: none;
}
ul#nav div.corner {
	width: 11px;
	height: 77px;
	background: url(images/header/menu-v-right.png) no-repeat;
	float: right;
}
ul#nav .current a {
	color: #000000;
}
/* header picture */
.divHeaderPic {
	background: url(images/header/header.jpg) 30px 0 no-repeat;
	width: 100%;
	height: 368px;
	margin: 6px 0 45px 0;
}
/* left column */
/* news */
.divNewsMiniBlockHeader {
	font-size: 24px;
	font-style: italic;
	color: #128ed6;
	margin: 0 0 30px 0;
}
.sDate {
	color: #000000;
	background-color: #ffc43d;
	display: inline;
	padding: 0px 2px;
}
.sHeadline {
	display: none;
}
.sShortNews {
	font-style: italic;
	margin: 20px 0;
}
.sButton a {
	color: #128ed6;
	font-size: 10px;
}
.sButtonAllNews {
	text-align: right;
}
.sButtonAllNews a {
	color: #128ed6;
	font-size: 10px;
}
.sArticalZagolovoc {
	font-size: 24px;
	font-style: italic;
	color: #189b90;
	margin: 0 0 30px 0;
}
.sNewsDate {
	color: #000000;
	background-color: #ffc43d;
	width: 80px;
	text-align: center;
	margin: 0 0 20px 0;
}
.sArticalHtml {
	margin: 30px 0 0 0;
}
.sButtonBack {
	margin: 30px 0 0 0;
}
.sButtonBack a {
	color: #128ed6;
}
/* center */
/* news */
#content .sButton a {
	font-size: 12px;
}
#content .sButton {
	margin: 0 0 30px 0;
}
.divNewsCount {
	padding: 2px 6px;
	background-color: #baddda;
}
.divNewsCount a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.divNewsCount a:hover {
	text-decoration: underline;
}
.divNewsCountSel {
	background-color: #2b9f95;
	color: #ffffff;
	padding: 2px 6px;
	font-size: 14px;
}
.divNewsCountSel a {
	color: #128ed6;
	font-size: 14px;
}
.divNewsPage h1 {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.divNewsPage h1 a {
	color: #128ed6;
	text-decoration: none;
}
.divNewsPage h1 a:hover {
	text-decoration: underline;
}
.divNewsPage p {
	margin: 10px 0;
}
/* article */
.sArticalDate {
	display: none;
}
/* right column */
/* adwert */
.sReclamaZagolovoc {
	font-size: 24px;
	font-style: italic;
	color: #128ed6;
	margin: 0 0 30px 0;
}
.sReclamaButton {
	margin: 10px 0 30px 0;
}
.sReclamaButton a {
	margin: 0;
	color: #128ed6;
	font-size: 10px;
}
.sHeadlineBlockArt {
	margin: 6px 0;
}
.sHeadlineBlockArt a {
	color: #128ed6;
}
.sButtonAllBlockArt {
	text-align: right;
	margin: 10px 0;
}
.sButtonAllBlockArt a {
	color: #128ed6;
	font-size: 10px;
}
.divArtPageArticalZagolovoc {
	font-size: 24px;
	font-style: italic;
	color: #189b90;
	margin: 0 0 30px 0;
}
.h1ArtPagenewTitle {
	font-size: 12px;
	color: #CC191C;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.divArtPagenewDate {
	color: #000000;
	background-color: #ffc43d;
	display: none;
	padding: 0px 2px;
}
.h3ArtPageShortNew {
	margin: 10px 0;
	font-size: 12px;
	font-weight: normal;
}
.divArtPageButton {
	margin:0 0 30px;
	color: #128ed6;
	display: block;
}
/* footer */
div#footer {
	height: 110px;
	background: url(images/footer/logo-circles.png) 680px bottom no-repeat;
}
.aFooterLink {
	width: 172px;
	height: 46px;
	display: block;
	position: relative;
	left: 680px;
	bottom: 28px;
}
.aFooterLink2 {
	display: block;
	position: absolute;
	bottom: 12px;
	right: 150px;
	color: #CCCCCC;
	text-decoration: none;
}
.divFooter {
	position: relative;
	top: 24px;
	left:30px;
	width: 300px;
	font-size: 11px;
	color: #ffffff;
}
/* buttons */
.tdButton {
	height: 26px;
}
.tdButton .divFillInput {
	height: 26px;
	margin: 20px 0 30px 0;
}
.tdButton .divFillInput input {
	background: url(../optika_main/images/button/btn-send.png) no-repeat;
	border: 0;
	height: 26px;
	width: 196px;
	color: #128ed6;
	outline: none;
	display: block;
	cursor: pointer;
}
/* contacts - article */
.sArticalHtml {
	margin: 0 0 30px 0;
}
/* contact form */
.tdMailText {
	text-align: right;
	padding: 0 10px 0 0;
}
#divName img {
	display: none;
}
#divContact img {
	display: none;
}
.inputTextArea {
	width: 300px;
}
.inputForm {
	width: 300px;
}
.divFillInput {

}
.tdCaptcha input {
	float: left;
	margin: 20px 0 0 0;
}
.divScriptText {
	color: #000000;
	background-color: #ffc43d;
	display: inline;
	padding: 0px 2px;
}
/* faq */
#divEmail img {
	display: none;
}
#idTxrMessage {
	width: 300px;
}
#txt_Name {
	width: 300px;
}
#txt_EMail {
	width: 300px;
}
#divFormAddMessage {
	display: none;
}
#idDivLinkButton {
	text-align: center;
}
.divFaqMessageButtonAdd {
	text-align: left;
}
.divFaqMessageWrap {
	color: #000000;
	font-size: 12px;
	background: url(images/posts/mid.png) repeat-y;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
.divFaqMessageHeader {
	background-color: transparent;
	height: 20px;
}
.divFaqMessageHeader span {
	color: #b0b1b1;
	padding: 2px;
	margin: 0px;
	float: left;
	font-weight: bold;
	font-style: italic;
}
.divFaqMessageHeader div {
	color: #b0b1b1;
	display: inline;
	margin: 0px;
	float: right;
	font-style: italic;
}
.divFaqMessageQuestion {
	background-color: transparent;
	padding: 0px;
}
.divFaqMessageQuestion span {
	color: #444444;
	height: 15px;
}
.divFaqMessageQuestion p {
	margin: 6px 0px;
	display: block;
}
.divFaqMessageAnswer {
	background-color: transparent;
	padding: 0px;
}
.divFaqMessageAnswer span {
	color: #128ed6;
	height: 15px;
	padding: 0px 2px;
	font-weight: bold;
	background-color: transparent;
}
.divFaqMessageAnswer div {
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 14px;
}
.divFaqMessageAnswer div div {
	color: #b0b1b1;
	height: 15px;
	display: inline;
	padding: 0px 2px;
	font-style: italic;
}
.divFaqMessageAnswer div a {
	padding: 0px 2px 0px 2px;
	background-color: #B4D9B6;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px 1px 0px 0px;
	float: left;
	height: 14px;
	position: relative;
	bottom: 1px;
	outline: none;
}
.divFaqMessageAnswer div a:hover {
	font-size: 100%;
	cursor: pointer;
	background-color: #F4EEB5;
}
.divFaqMessageAnswer div a:visited {
	color: #444444;
}
.divFaqMessageAnswer p {
	margin: 6px 0px;
	padding: 0px 2px;
	text-align: justify;
}
.divFaqMessageAnswer textarea {
	font-size: 12px;
}
.divDigLinks {
	text-align: center;
	font-size: 14px;
	margin: 8px 0px 8px 0px;
}
.divDigLinks a {
	padding: 2px 6px;
	background-color: #baddda;
	color: #000000;
	text-decoration: none;
}
.divDigLinks a:hover {
	text-decoration: underline;
}
#aDigLinks{
	background-color: #2b9f95;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}
.divMessageUnit {
	margin: 0 0 20px 0;
}
#divAddFaqMessage {
	padding-top: 5px; 
	margin: 0px 5px 5px 5px;
}
#divAddFaqMessage a {
	padding: 2px;
	background-color: #CDE0CE;
	border: 1px solid #bbbbbb;
	float: right;
	outline: none;
}
#divAddFaqMessage a:hover {
	font-size: 100%;
	background-color: #F4EEB5;	
}
#divAddFaqMessage a:visited {
	color: #444444;
}
#divFormAddMessage {
	display: none;
	margin: 0 0 30px 0;
}
#divFormAddMessage form {
	margin: 0;
}
#divAdd form {
	margin: 2px 0px 3px 0px;
}
#divAdd form div {
	height: auto; 
	text-align: center;
}
#divAdd form div a:visited {
	color: #444444;
}
#divAdd .divFaqMessageHeader {
	background-color: #F90;
}
.aSmile {
	cursor: pointer;
}
.divFaqMessageButtonAdd {
	margin: 0px 0 30px 0;
}
#aAddMessage {
	background: url(../optika_main/images/button/add-msg.png) no-repeat;
	border: 0;
	height: 49px;
	width: 283px;
	color: transparent;
	outline: none;
	display: block;
	cursor: pointer;
}
#aAddMessage:hover {
	background-position: 0px -49px;
}
#idDivLinkButton {
	margin: 10px 0 30px 0;
}
#idDivLinkButton button {
	background: url(../optika_main/images/button/btn-send.png) no-repeat;
	border: 0;
	height: 26px;
	width: 196px;
	color: #128ed6;
	outline: none;
	margin: 0 auto;
	cursor: pointer;
}
.divFaqMessageTopLeft {
	margin-right: 18px; /* clip right corner */
	background-image: url('images/posts/t-l.png');
	background-repeat: no-repeat;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	height: 18px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
.divFaqMessageTopRight {
	margin-top: -18px; /* to level of top-left corner */
	margin-left: 18px; /* clip left corner */
	background-image: url('images/posts/t-r.png'); 
	background-repeat: no-repeat;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	background-position: 0 0; /* show bg-image starting at the right */
	height: 18px; 
	font-size: 2px;
}
.divFaqMessageBottomLeft {
	margin-right: 18px; /* clip right corner */
	background-image: url('images/posts/b-l.png');
	background-repeat: no-repeat;
	background-position: 0 0px; /* show under half of the image */
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	height: 32px;
	font-size: 2px;
}
.divFaqMessageBottomRight {
	margin-top: -32px;
	margin-left: 18px; /* clip left corner */
	background-image: url('images/posts/b-r.png');
	background-repeat: no-repeat;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	height: 32px; 
	font-size: 2px;
}
.aContentLink {
	color: #128ED6;
}
.imgLeft {
	margin: 0 18px 18px 0;
}
.brd {
	border: 1px solid #7f8180;
}
/* product blocks */
.divMainTopLeft {
	margin-right: 18px; /* clip right corner */
	background-image: url('images/blocks/t-l.png');
	background-repeat: no-repeat;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	height: 8px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
.divMainTopRight {
	margin-top: -8px; /* to level of top-left corner */
	margin-left: 8px; /* clip left corner */
	background-image: url('images/blocks/t-r.png'); 
	background-repeat: no-repeat;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	background-position: 0 0; /* show bg-image starting at the right */
	height: 8px; 
	font-size: 2px;
}
.divMainBottomLeft {
	margin-right: 8px; /* clip right corner */
	background-image: url('images/blocks/b-l.png');
	background-repeat: no-repeat;
	background-position: 0 0px; /* show under half of the image */
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	height: 8px;
	font-size: 2px;
}
.divMainBottomRight {
	margin-top: -8px;
	margin-left: 8px; /* clip left corner */
	background-image: url('images/blocks/b-r.png');
	background-repeat: no-repeat;
	-filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=none)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
	height: 8px; 
	font-size: 2px;
}
.tblMainProd {
	width: 430px;
}
.tblMainProd td {
	vertical-align: top;
	width: 210px;
}
.divMainUnitWrap {	
	border-left: 1px solid #BFD5D2;
	border-right: 1px solid #BFD5D2;
	background-color: #ffffff;
	height: 60px;
	padding: 0px 16px;
}
.aMainUnitImg {
	float: left;
}
.aMainUnitText {
	color: #8fb829;
	text-decoration: none;
}
.imgLeftS {
	margin: 0 10px 10px 0;
}
.sArticalHtml a {
	color: #128ED6;
}