
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,h2,h3,h4,h5 
{
	margin: 0px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 20px 0; padding: 0; }
input, select { vertical-align: middle; }

body { font-family: Tahoma;} 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 0px; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
em {font-style:italic;}

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #2f1a3f; color:#fff; text-shadow: none; }
::selection { background:#2f1a3f; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #1B9995; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


a { color: #1B9995; text-decoration: none;}
#MainBody a:hover { color: #2f1a3f; }
a:active { color: #1B9995; }
a:visited { color: #007d8c; }

.cClear 
{
	clear: both;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


/* reset end */


/*SiteCSS*/
*
{
    font-family: Lucida Sans Unicode, sans-serif;
}
html
{
	/*height: 100%;*/
}

body
{
	background-color: #EFF4D6;	
	color: #2f1a3f;
	font-size: 14px;
	/*height: 100%;*/
	line-height: 18px;
}

p
{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}

#WrapBack
{
    margin: 0 auto;
    max-width: 1070px;
    /*margin: 0 30px;*/
    font-family: Verdana, sans-serif;
	/*min-height: 630px;*/
	position: relative;
	background-color: #f2f7d9;
	
	-webkit-box-shadow: 0 -20px 50px 20px #e9eed1;
	box-shadow: 0  -20px 50px 20px #e9eed1; 
}

.BackTopDiv,
.BackBottomDiv
{
	position:absolute;
	left: 0;	
	z-index: 1;
	width: 100%;

}

.BackTopDiv
{
    border-top: 1px solid #E2E4CE;
    height: 456px;
    top: 78px;
}
.Home .BackTopDiv
{
    height: 421px;
	border-bottom: 1px solid #E2E4CE;
}

.BackBottomDiv
{
	/*border-bottom: 1px solid #E2E4CE;*/
    border-top: 1px solid #E2E4CE;
    bottom: 56px;
    height: 1px;
}

#wrap
{
	margin: 0 auto;
	width: 980px;
	position: relative;
	z-index: 10;
	/*height: 100%;*/
	/*padding-bottom: 30px;*/
}

#TemplatesHolder
{
	/*padding-bottom: 120px;*/
}

.Clear
{
	clear: both;
}

h1
{
	font-size: 32px;
	font-weight: normal;
	color: #1B9995;	
	text-transform: none;
	line-height: 33px;
}
.InnerItem.Home .HeaderRightInfo h1
{
	font-size: 46px;
}

h2
{
	font-size: 17px;
	font-weight: normal;
	color: #1B9995;	
	text-transform: none;
	margin-bottom: 25px;
	margin-top: 20px;
}

h3
{
	font-size:  18px;
	font-weight: normal;
	color: #1B9995;	
	margin-bottom: 25px;
}

h4
{
	font-size: 18px;
	font-weight: normal;
	color: #1B9995;
}

.HeaderRightInfo h1 span
{
	font-size: 30px;	
}

#SiteHeader,
#TemplatesHolder,
#SiteFooter
{
	width: 965px;
	margin: 0 auto;

}

#SiteHeader
{
	position: relative;
    z-index: 100;
}

#MainMenu 
{
	position: relative;
    z-index: 100;
}

/* PRIMARY MENU */
.PrimaryMenuItems
{
	border-bottom: 1px solid #E2E4CE;

}

.PrimaryMenuItem
{
	float: left;	
	text-align: center;
	text-transform: uppercase;
	position: relative;
	background-image: url(../Images/TopMenuTabs.png);
	background-position: -137px 0;
	background-repeat: no-repeat;
}
#MainBody .PrimaryMenuItem.Active,
#MainBody .PrimaryMenuItem.Active:hover
{
	background-image: url(../Images/TopMenuTabs.png);
	background-position: 0 -5px;	
}
#MainBody .PrimaryMenuItem:hover
{
	background-image: none;
}

.PrimaryMenuItem a.PrimaryMenuItemLink
{
	color: #2F1A3F;
    display: inline-block;
    font-size: 15px;
    padding: 30px 0;
    width: 137px;
}
.PrimaryMenuItem a:hover
{
	color: #1B9995;
	background-position: 0 5px;
}
.PrimaryMenuItem.Active a.PrimaryMenuItemLink,
#MainBody .PrimaryMenuItem.Active:hover a.PrimaryMenuItemLink
{
	color: #1B9995;
	background-position: 0 5px;
	cursor: default;
}

.PrimaryMenuItem a.PrimaryMenuItemLink span
{
	border-right: 1px solid #CACBB9;
	display: block;
}

.PrimaryMenuItem.Home a.PrimaryMenuItemLink span
{
	border-left: 1px solid #CACBB9;
}

.PrimaryMenuOverCont
{
	position: absolute;
	top: 0;
	z-index: 2;
	left: -10px;
	display: none;
	width: 137px;
	opacity: 0.9;
}

.PrimaryMenuItem:hover .PrimaryMenuOverCont
{
	display: block;
}
.PrimaryMenuItem.Home.Active:hover .PrimaryMenuOverCont,
/*.SectionPrice .PrimaryMenuItem.Price.Active:hover .PrimaryMenuOverCont,*/
.PrimaryMenuItem.AboutUs.Active:hover .PrimaryMenuOverCont,
.SectionNetwork .PrimaryMenuItem.Network.Active:hover .PrimaryMenuOverCont
{
	display: none;
}

.PrimaryMenuOverContTitle
{
	width: 137px;
	color: #EFF4D6;
	position: relative;
	padding-bottom: 11px;
    padding-top: 14px;
	margin-top: 5px;
	font-size: 15px;
	z-index: 2;
	margin-left: 10px;
    -webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	
	-webkit-box-shadow: 0 0 5px 0px #cecece;
	box-shadow: 0 0 5px 0px #cecece; 
	
	/*background-color: #1B9995;*/
	background: url(../Images/LightGreen.png);
	border: 1px solid #f2f7d9;
	border-bottom: 0;
}
.PrimaryMenuOverContTitle.NoLink a
{
	cursor: default;	
}

.NoChild .PrimaryMenuOverContTitle
{
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #f2f7d9;
	padding: 0;
}
.PrimaryMenuOverContTitle a
{
	color: #EFF4D6;
    display: block;
    margin-top: 0;
    padding: 10px 0;
    width: 100%;
    margin-top: 0;
}
.NoChild .PrimaryMenuOverContTitle a
{
	padding: 24px 0;
}
#MainBody .PrimaryMenuOverContTitle a:hover
{
	color: #EFF4D6;
}

.ChildrenSectionCont
{
	/*background-color: #1B9995;*/
	background: url("../Images/LightGreen.png") repeat-x scroll 0 bottom transparent;
    border: 1px solid #f2f7d9;
    margin-left: 10px;
    margin-top: -1px;
    padding-bottom:  10px;
    position: relative;
    width: 274px;
    -webkit-border-radius: 0 8px 8px;
	-moz-border-radius:  0 8px 8px;
	border-radius: 0 8px 8px;
	-webkit-box-shadow: 2px 2px 10px 0px #cecece;
	box-shadow: 2px 2px 10px 0px #cecece; 
}
.AboutUs .ChildrenSectionCont
{
	width: 137px;
	/*left: -137px;	*/
    -webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}


.PrimaryMenuOverCont a.ChildSectionLink
{
	/*background-color: #1B9995;*/
	background: url(../Images/LightGreen.png);
    color: #EFF4D6;
    display: block;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.PrimaryMenuOverCont a.ChildSectionLink span
{
	padding: 5px 15px 5px 15px;
	display: block;
	font-size: 15px;
}

.PrimaryMenuOverCont .TopBackground
{
	/*background-color: #1B9995;*/
	background: url(../Images/LightGreen.png);
    -webkit-border-radius: 0 8px 0px 0px;
	-moz-border-radius: 0 8px 0px 0px;
	border-radius: 0 8px 0px 0px;
	position: relative;
	top:0;
	height: 8px;
	width: 100%;
	z-index: 3;
}

.AboutUs .TopBackground
{
    -webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius:  0px 0px 0px 0px;
}

.ChildrenSectionCont a:first-child
{
	margin-top: 8px;
}
#MainBody .PrimaryMenuOverCont .ChildrenSectionCont a:hover
{
	color: #EFF4D6;
	background-color: #17807b;
}

/* SECONDARY MENU */

#SecondaryMenu
{
	-webkit-box-shadow: 2px 0px 10px 0px #cecece;
	box-shadow: 2px 0 10px 0px #cecece; 
	
    -webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	border: 1px solid #f2f7d9;
	
	width: 100%;
	float: left;
}

.SecondaryMenuItem
{
	float: left;
	width: 193px;
	background-color: #18b0a3;
	display: block;
}
.SecondaryMenuItem:hover,
.SecondaryMenuItem.Current
{
	background-color: #1d8385;
}
.SecondaryMenuItem.Active
{
	background-color: #077075;
}
.SecondaryMenuItem.Individuals
{
    -webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius:  8px 0px 0px 8px;
	border-radius:  8px 0px 0px 8px;
}
.SecondaryMenuItem.InformationObject
{
	width: 193px;
	
    -webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius:  0px 8px 8px 0px;
	border-radius:  0px 8px 8px 0px;
}
.SecondaryMenuItem.InformationObject .SecondaryMenuItemLink
{
	border-right: 0;
}

.SecondaryMenuItemLink
{
	display: block;	
	height: 73px;
	
	border-right: 1px solid #1C918E;
}
.SecondaryMenuItemLink,
.SecondaryMenuItemLink span
{
    color: #EFF4D6;
    font-size: 16px;
    	cursor: pointer;
}
.SecondaryMenuItemLink span
{
	padding: 17px 60px 0 20px;
	float: left;	
}
.InformationObject .SecondaryMenuItemLink span
{
	padding-right: 43px;	
}


/* FOOTER */

#SiteFooter
{
	/*top: -147px;*/
	position: relative;

    width: 965px;
}

.FooterTop
{
	border-top: 1px solid #E2E4CE;
	border-bottom: 1px solid #E2E4CE;
	height: 32px;
	padding: 15px 0;
}
.FooterTop,
.FooterBottom 
{
	width: 965px;
	display: block;
	float: left;

}

.FooterBottom 
{
	padding: 0  0 15px 0;
}

.FooterTop .LangCont
{
    display: block;
    float: left;
    font-size: 12px;
    height: 19px;
    padding: 4px 0;
    text-align: center;
    width: 20px;
    color: #2f1a3f;
    margin-right: 5px;
    
}
.FooterTop .LangCont.disable,
#MainBody .FooterTop .LangCont.disable:hover
{
    cursor: default;
    color: #2f1a3f;
}

.FooterTop .LangCont.Active
{
	background-image: url("../Images/LanguageSelected.jpg");
    background-repeat: no-repeat;
    color: #1b9995;
    cursor: default;
    width: 25px;
}

.FooterSeparator
{
	background-color: #E2E4CE;
    display: block;
    float: left;
    height: 26px;
    margin: 0 12px;
    position: relative;
    width: 1px;
}
.FooterBottom .FooterSeparator
{
	margin-top: 15px;
}

.HorizontalSeparator
{
	background-color: #D6D8C2;
	height: 1px;
	width: 100%;
	position: relative;
}

.FooterTop .SiteMapLink
{
	/*background-image: url("../Images/IconSitemap.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;*/
    color: #2F1A3F;
    display: block;
    float: left;
    font-size: 12px;
    /*padding: 7px 0 7px 30px;*/
    padding: 5px 0 9px 0;
}
#MainBody .FooterTop .SiteMapLink:hover,
#MainBody .FooterTop .LangCont:hover
{
    color: #1b9995;
}

#SearchBlock
{
	margin-bottom: 20px;
}

.SearchLeftSide
{
	float: left;
	width: 6px;
	height: 26px;
	background-image: url(../Images/SearchLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.SearchInputField
{
	background-color: transparent;
    background-image: url("../Images/Search1px.jpg");
    background-repeat: repeat-x;
    border: 0 none;
    color: #999;
    float: left;
    font-family: 'Play', Lucida Sans Unicode, sans-serif;
    font-size: 13px;
    height: 27px;
    padding-left: 5px;
    padding-top: 0;
    width: 170px;
}

.SearchSubmit,
.DictionarySearchSubmit
{
	display: block;
	float: left;
	text-indent: -2000px;
	font-size: 0;
	line-height: 0;
	width: 27px;
	height: 27px;
	background: url(../Images/SearchRight.jpg) no-repeat 0 0;
}
.SearchSubmit:hover,
.DictionarySearchSubmit:hover
{
	background-position : 0 -27px;	
}
.DictionarySearchSubmit
{
	position: absolute;
    right: 20px;
    top: 1px;
}

.FooterBottom a
{
	color: #2F1A3F;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
    float: left;
}
#MainBody .FooterBottom a:hover,
.FooterBottom a.Active
{
    color: #1B9995;
}

.FooterBottom .CalipersSignatureLink
{
	font-size: 12px;
	float: right;
	margin-right: 0;
}
.FooterBottom .CalipersSignatureLink span
{
	color: #58c5b2;
}
#MainBody .FooterBottom .CalipersSignatureLink:hover span,
#MainBody .FooterBottom .CalipersSignatureLink:hover
{
    color: #2F1A3F;
}


/* SITE INNER */

.Home .Scrollable
{
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E4CE;
}
.Scrollable
{
	float: left;	
}

.Items
{
	height: 326px;	
	position: relative;
}

.Scrollable .Items div.InnerItem
{
	width: 965px;
	display: none;
	background-color: #F2F7D9;
	height:  326px;
	position: relative;
}
.Scrollable .Items div.Default
{
	display: block;
}


.HeaderImage
{
	width: 392px;
	margin-top: 25px;
	display: block;
	float: left;
	height: 301px;
	background-color: #F2F7D9;
}

.HeaderRightInfo
{
	float: right;
    margin-left: 15px;
    width: 558px;
    padding-top: 20px;
}

#SectionTextTemplate.Price .HeaderRightInfo
{
}


.InnerItem.Home .HeaderRightInfo
{
	padding-top: 50px;
}
.HeaderRightInfo h1,
.HeaderRightInfo .HeaderSubTitle
{
	margin-left: 20px;	
}

.HeaderSubTitle
{
	font-size: 15px;	
	line-height: 20px;
	/*padding-top: 10px;*/
}
.HeaderSubTitle p
{
	padding-top: 5px;
	line-height: 16px;
	font-size: 15px;	
	/*font-size: 13px;*/
}
.InnerItem.Home .HeaderRightInfo .HeaderSubTitle
{
	font-size: 21px;	
	padding-top: 0;
}

.LinksCont
{
	width: 538px;
	height: 100px;	/*80*/
	background-image: url(../Images/HeaderTab.jpg);
	/*margin-top: 30px;*/
	margin-left: 10px;  /*20*/
	position: absolute;
	bottom: 15px;
	
    -webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
}

.LinksCont ul
{
	float: left;
    margin-left: 10px;  /*20*/
    margin-top: 8px;
    width: 610px;   /*310*/
}
.LinksCont ul li
{
	background-image: url("../Images/Bullet.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    float: left;
    list-style: none outside none;
    margin-top: 8px;
    width: 235px;   /*135*/
}
.LinksCont ul li a
{
	font-size: 13px;
	color: #1b9995;
}
#MainBody .LinksCont ul li a:hover
{
	color: #2f1a3f;	
}

.BigEsignButton,
.BigLightGreyButton
{
	background-image: url(../Images/ButtonBigBullet.png);
	background-position: 151px 14px;
	background-repeat: no-repeat;
	background-color: #F2F7D9;
	border: 1px solid #F2F7D9;
	display: block;
	float: left;
	height: 38px;
	width: 183px;
	font-size: 18px;
	
    -webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	
	-webkit-box-shadow: 2px 0px 10px 0px #dadfc4;
	box-shadow: 2px 0 10px 0px #dadfc4; 
}
.BigLightGreyButton
{
	float: none;
	font-weight: normal;	
}
.BigEsignButton:hover,
.BigLightGreyButton:hover
{
	background-color: #18B0A3;	
	background-position: 151px 1px;
}
#MainBody .BigEsignButton:hover a,
#MainBody .BigLightGreyButton:hover a
{
    color: #EFF4D6;
}

.BigEsignButton a,
.BigLightGreyButton a
{
	display: inline-block;
    padding: 10px 0 8px 25px;
    width: 157px;
}

.LinksCont .BigEsignButton
{
	margin-top: 	20px;
	margin-left: 5px;
}

.InnerSection
{
	float: left;	
}

.LeftColumn
{
	width: 725px;
	float: left;
	padding-right: 30px;
	min-height: 10px;
	padding-bottom: 40px;
}
.Home .LeftColumn
{
	width: 755px;
	padding-right: 0;
}


.AlignCont 
{
	margin-top: 	20px;
}


.RightColumn
{
	float: left;
	width: 210px;	
	position: relative;
	padding: 20px 0 0 0;
}
.Home .LeftColumn,
.Home .RightColumn
{
	margin-top: 20px;	
}

.AuthenticationBlock,
.LearnMoreBlock
{
	margin-top: 20px;	
}

.AuthenticationBlock h3,
.LearnMoreBlock h3
{
	margin-bottom: 20px;
	font-size: 20px;
}
.AuthenticationBlock
{
	width: 360px;
	float: left;
	padding-right: 30px;
	font-size: 14px;
}
.LearnMoreBlock div
{
	line-height: 16px;	
}

.LearnMoreBlock
{
	padding-right: 0px;
    width: 355px;
	float: left;	
}

.LearnMoreText
{
	/*padding-right: 50px;*/
}

.LearnMoreText a
{
	display: block;
	background-image: url(../Images/Bullet.png);	
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 18px;
}
#MainBody .LearnMoreText a:hover
{
}

.SeeMore
{
	font-size: 13px;
	background-color: #e6ebcd;
    display: block;
    height: 22px;
    line-height: 15px;
    padding-left: 9px;
    padding-top: 4px;
    width: 74px;
    margin-top: 20px;
    background-image: url(../Images/ButtonSmallBullet.png);
    background-position: 71px 9px;
    background-repeat: no-repeat;
	
    -webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
}
#MainBody .SeeMore:hover
{
    background-image: url(../Images/ButtonSmallBullet2.png);
	background-color: #18B0A3;
	color: #EFF4D6;
}

.LearnMoreBlock .SeeMore 
{
	margin-top: 20px;
}

.RightCont
{
	background-color: #E9EED0;
	padding: 13px 15px;
	margin-bottom: 20px;
	
    -webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	
}

#TemplatesHolder .RightContPhone,
#TemplatesHolder .RightContMailLink
{
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;	
	color: #2f1a3f;
	padding-left: 20px;
	line-height: 12px;
    margin-bottom: 15px;
}
#TemplatesHolder .RightContMailLink:hover
{
	background-position: 0 -11px;
	color: #1b9995;	
}
.RightContPhone
{
	background-image: url(../Images/IconPhone.jpg);
	font-size: 18px;	
}
.RightContMailLink
{
	background-image: url(../Images/IconMail.jpg);
	font-size: 15px;	
}

#TemplatesHolder .LeftColumn .RightContMailLink
{
	margin-bottom: 0;
}

.RightPartnerNetwork
{
	line-height: 14px;	
}

.RightPartnerNetwork a
{
	font-size: 15px;
	background: url(../Images/IconBulgaria.jpg) no-repeat 0 0;
	height: 31px;
	padding-left: 57px;
	margin: 20px 0;
	display: block;
}
.RightPartnerNetwork a:hover
{
	color: #2f1a3f;
	background-position: 0 -31px;
}

.FollowUsCont
{
	font-size: 14px;
	padding-top: 15px;	
}
.FollowUsCont span
{
	display: block;
	float: left;	
	padding-top: 6px;
	width: 120px;
}

.FacebookLink,
.LinkedInLink
{
	display: block;
	float: left;
	width: 	26px;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 4px;
}
.FacebookLink:hover,
.LinkedInLink:hover
{
	background-position: 0 -26px;
}
.FacebookLink
{
	background-image: url(../Images/IconFacebook.jpg);	
}
.LinkedInLink
{
	background-image: url(../Images/IconLinkedIn.jpg);	
}

.Breadcrumbs
{
	border-bottom: 1px solid #E2E4CE;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
	float: left;
}

#MainBody .Path
{
	color: #80697f;	
	font-size: 13px;
	display: inline-block;
}
#MainBody .Path.Last:hover
{
	color: #80697f;
	cursor: default;
}
#MainBody a.Path:hover,
#MainBody.SectionSearch .Path.Last:hover
{
	color: #1b9995;
	cursor: pointer;
}

.SearchResultPath
{
	margin: 5px 0;	
}
.SearchResultName
{
	font-size: 16px;	
}
.SearchResultItem
{
	border-bottom: 1px solid #E2E4CE;
	padding-bottom: 10px;	
	margin-top: 20px;
}
.SearchResultItem.Last
{
	border-bottom: 0;	
}

.SearchResultItem .SearchResultText b
{
	background-color: #1C918E;
    color: #EFF4D6;
    padding: 0 2px;
}
.SearchResultItem b
{
	font-weight: bold;
}

.ProductInnerBlock
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E4CE;
}
.LeftColumn .ProductInnerBlock:last-child
{
	border-bottom: 0;	
}
.LeftColumn .AllDocumentList div .ProductInnerBlock:last-child
{
	border-bottom: 1px solid #E2E4CE;
}

.ProductPropertyTitle
{
	margin: 20px 0 0;
	background-image: url(../Images/ArrowCloseBlock.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 40px;
	padding-left: 20px;
	line-height: normal;
	cursor: pointer;
	font-size: 23px;
	display: block;
	overflow: visible;
}
#MainBody .ProductPropertyTitle:hover
{
	background-image: url(../Images/ArrowCloseBlock2.jpg);
	color: #2f1a3f;
}
.ProductPropertyTitle.closed
{
	background-image: url(../Images/ArrowOpenBlock.jpg);
}
#MainBody .ProductPropertyTitle.closed:hover
{
	background-image: url(../Images/ArrowOpenBlock2.jpg);
}

.ContDarkBackground
{
    border-radius: 8px 8px 8px 8px;
	background-color: #edf2d4;
	padding: 20px 25px;
}
.FAQText.ContDarkBackground,
.SectionPublicRegister .ContDarkBackground
{
	margin-top: 10px;	
}
.SectionPublicRegister .eSignTable td
{
	padding:5px;	
}
.SectionPublicRegister .eSignTable .PriceValue,
.SectionDownloadFiles .eSignTable .PriceValue
{
	font-weight:normal;
}

.SectionAboutUs .ContDarkBackground,
.SectionNetwork .ContDarkBackground
{
	margin-top: 10px;	
}

.ContDarkBackground.AutoSize
{
	float: left;	
}

.ProductPropertyCont h3
{
	margin-bottom: 5px;	
}

.eSignTable
{
	width: 100%;
#ot 22042014	margin-bottom: 40px;
	margin-bottom: 0px;
}

#MainBody.SectionPublicRegister .eSignTable
{
	margin-bottom: 0;	
}

.eSignTable th
{
	color: #1b9995;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.eSignTable th.AlignRight
{
	text-align: right;	
}
.SepCertificate .eSignTable th.AlignRight a
{
	font-weight: bold;
}
.eSignTable th h3
{
	margin-bottom: 0;	
}
.eSignTable tr
{
	border-bottom: 1px solid #D6D8C2	;
}
.eSignTable tr:last-child
{
	border-bottom: 0;	
}
.eSignTable tr.NoLine
{
	border-bottom: 0;	
}
.eSignTable td
{
	padding: 10px 5px;
}

.AlignRight
{
	text-align: right;	
}
.AlignLeft
{
	text-align: left;	
}
.AlignCenter
{
	text-align: center;	
}

#MainBody .SmallLightGreyButton
{
	background-image: url("../Images/ButtonSmall.png");
    background-position: 5px -5px;
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    height: 20px;
    padding: 5px 9px;
    position: absolute;
    right: -8px;
    top: -3px;
    text-align: center;
    width: 70px;
}


#MainBody .SmallLightGreyButton:hover
{
	background-position: 5px -45px;
	color: #eff4d6;
}

.PriceName,
.PriceValue
{
	font-size: 14px;
	padding-top: 2px;
}

.PriceName
{
	background-image: url(../Images/BulletSpisuk.png);	
	background-position: 0 4px;
	background-repeat: no-repeat;
#ot 22042014 padding-left: 20px;
	padding-left: 10px;
	float: left;
#ot 22042014	margin-right: 10px;
	margin-right: 10px;
}

.PriceName.Plus
{
	background-image: url(../Images/BulletSpisukPlus.png);	
}

.PriceValue
{
	color: #1b9995;	
	font-weight: bold;
	text-align: right;
}
.SepCertificate .PriceValue
{
	font-weight: normal;	
}

.RequestPriceButton
{
	text-align: right;
	position: relative;
}

.Col50{width: 50px;}
.Col80{width: 80px;}
.Col90{width: 90px;}
.Col100{width: 100px;}


.ProductInnerBlock .ProductPropertyCont:last-child .eSignTable
{
	margin-bottom: 0;	
}

.SummaryText
{
	font-size: 14px;	
	padding-left: 25px;
	margin-top: 10px;
	color: #999;
	font-style: italic;
}
.Price .SummaryText
{
	margin-bottom: 15px;	
}

.ProductSLideCont 
{
	margin-top: 20px;
}

.ProductStepCont,
.ApplicationCont,
.FAQCont
{
	padding-left: 20px;
}

.ApplicationCont .AppText 
{
	background-image: url("../Images/Bullet.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
	padding-left: 20px;
}

.AppTitle
{
	padding: 0px 0px 10px 0px;
}


#FAQTemplate .FAQCont
{
	padding-left: 0;	
}

.FAQText
{
	display: none;	
}

.ProductStepTitle,
.ApplicationTitle,
.ApplicationCategoryTitle,
.FAQTitle
{
	margin-bottom: 5px;	
}

.ProductStepTitle
{
	float: left;
	clear: both;
}

.ProductStepText
{
	float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 600px;	
}


/*MAP*/
#map 
{
	background: url(../Images/MapBG.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 400px;
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 30px;
	margin-top: 20px;
}

#map a
{
	position: absolute;
    padding: 0 4px 1px;
	display: none;
	font-size: 13px;
	color: #eff4d6;
	border: 1px solid #F2F7D9;
    
    border-radius: 5px;
    
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	
	background-color: #18B0A3;

}
#map a .CityStand
{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -15px;
	width: 26px;
	height: 15px;
    background-image: url(../Images/CityPad.png);
    background-repeat: no-repeat;
}
#MainBody #map a:hover,
#map a.Active
{
	border: 1px solid #18B0A3;
	color: #1b9995;
	background-color: #F2F7D9;
}

#map .City
{
	display: block;
}

#map .Sofia
{
	top: 46%;
	left: 13%;
}
#map .SofiaObl
{
	top: 53%;
	left: 14%;
}
#map .Pernik
{
	top: 48%;
	left: 13%;
}
#map .Kiustendil
{
    left: 3%;
    top: 61%;
}
#map .Sofia .BulletMap
{
	margin-top: 4px;	
}

#map .Blagoevgrad
{
    left: 9%;
    top: 71%;
}
/*
#map .Sandanski
{
	top: 84%;
	left: 13%;
}*/
#map .Burgas
{
    top: 47%;
    left: 65%;
}

#map .Varna
{
	top: 33%;
	left: 70%;
}
#map .Dobrich
{
    left: 70%;
    top: 10%;
}
#map .VelikoTurnovo
{
    left: 36%;
    top: 36%;
}
#map .Turgovishte
{
    left: 44%;
    top: 26%;
}
#map .Lovech
{
    left: 26%;
    top: 36%;
}
#map .Gabrovo
{
    left: 33%;
    top: 43%;
}
#map .Karzhali
{
	top:84%;
	left:44%;
}
#map .Smolian
{
	top:87%;
	left:34%;
}
#map .Silistra
{
    top: -3%;
    left: 58%;
}
#map .Pazarjik
{
    left: 22%;
    top: 63%;
}
/*
#map .Velingrad
{
	top:67%;
	left:17%;
}
 */
#map .Pleven
{
	top:25%;
	left:26%;
}

#map .Plovdiv
{
    left: 36%;
    top: 67%;
}
#map .Asenovgrad
{
	top:71%;
	left:39%;
}

#map .Ruse
{
	left: 49%;
    top: 4%;
}

#map .StaraZagora
{
    left: 40%;
    top: 57%;
}
/*
#map .NovaZagora
{
	top:56%;
	left:61%;
} */
#map .Haskovo
{
	top:74%;
	left:47%;
}

#map .Shumen
{
    left: 60%;
    top: 27%;
}

#map .Vidin
{
    top: 1%;
    left: 2%;
}
#map .Vraca
{
    top: 26%;
    left: 13%;
}
#map .Montana
{
    top: 15%;
	left: 6%;
}
#map .Pernik
{
    left: 6%;
    top: 52%;
}
#map .Sliven
{
    left: 51%;
    top: 47%;
}
#map .Yambol
{
    left: 55%;
    top: 57%;
}

#map .Razgrad
{
    left: 54%;
    top: 18%;
}



.LeftColumn .PartnerCont h2
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.PartnerCont h1
{
	margin-top: 20px;
}

.PartnerCont 
{
	color: #1B9995;
    float: left;
    margin-bottom: 20px;
    margin-right: 3%;
    width: 47%;
}

.PartnerCont span
{
	color: #2f1a3f;	
	display: inline-block;
	width: 60px;
	padding-right: 10px;
	text-align: right;
	text-transform: lowercase;
	clear: both;
}
.PartnerCont div div
{
	/*width: 236px;	*/
}
.PartnerCont span,
.PartnerCont div div
{
	float: left;	
}
.PartnerAddress div 
{
	max-width: 78%;
}

.IIzdava div
{
color: #1B9995;
/*     color: #FF3300; */
/*     font-weight: bold; */
}

#TemplatesHolder
{
	position: relative;
	clear:both;	
	z-index: 50;
}

#TemplatesHolder #TemplateContent {
    border-bottom: 1px solid #E2E4CE;
   /* border-top: 1px solid #cccccc;*/
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#TemplatesHolder #AlphabetMenu {
    height: 68px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

#TemplatesHolder #AlphabetMenu li
{
	border: 0 none;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    margin: 22px 0 0 0;
    padding: 0;
    background-image: none;
    padding: 0 4px;
}

#TemplatesHolder #AlphabetMenu li.LetterAll {
    border-left: 1px solid #cccccc;
    margin-left: 5px;
    padding-left: 11px;
}
#TemplatesHolder #AlphabetMenu li.LetterAll a
{
	text-decoration: none;	
	padding: 0;
}
#MainBody #TemplatesHolder #AlphabetMenu li.LetterAll a:hover
{
    color: #2f1a3f;
}

#TemplatesHolder #AlphabetMenu a {
    color: #1b9995;
    font-size: 17px;
    text-decoration: none;
}
#MainBody #TemplatesHolder #AlphabetMenu a:hover
{
    color: #2f1a3f;
}

#TemplatesHolder #AlphabetMenu a.noTerms, 
#MainBody #TemplatesHolder #AlphabetMenu a.noTerms:hover
{
    color: #bbb;
    cursor: default;
    text-decoration: none;
    border-bottom: 0;
}

.TermBox
{
	border-bottom: 1px solid #E2E4CE;
    margin-top: 20px;
    padding-bottom: 10px;	
}

.DictionaryAllWords .TermBox
{
	border-bottom: 0;	
	margin-top: 0;
}

.TermBox h2
{
	margin-top: 0;	
}

#TemplateSearchContent h2
{
	float :left;	
}

#DictionaryForm
{
	float: left;
    margin-top: 20px;
    position: relative;
    width: 281px;
}

.DictionaryTermCont,
.TextBox h2
{
	margin-top: 10px;	
}
.DictionaryTermCont .DictionaryText
{
	margin-top: 3px;
}

.DictionaryInputField,
.Form input,
.Form textarea
{
	width: 250px;	
	margin-top: 0;
	height: 21px;
	background-color: #E3E8CA;
	border: 0;
	color: #2F1A3F;
	font-size: 13px;
	height: 26px;
    padding-left: 10px;
    height: 26px;
    font-family: 'Play', Lucida Sans Unicode, sans-serif;
	
    border-radius: 5px;
	
}
#CertificateSearchForm input
{
	width: 400px;
}
.Form textarea
{
	padding-right: 10px;	
}
.DictionaryInputField
{
	color: #999;	
}

.DictionaryHomeTextBox
{
	margin-top: 5px;		
}
.DictionaryHomeTextBox h2
{
	font-size: 14px;
	color:#999;
	font-style: italic;
	text-transform: none;
	margin-top: 0;
}
.DictionaryHomeTextBox h2 span,
.Letter span
{
	font-size: 16px;
	font-weight: bold;
}

h1 span span
{
	font-weight: bold;
	font-size: 20px;	
}

h2.specTitle
{
	text-transform: none;
}
h2.specTitle span
{
	text-transform: none;	
}

#TemplatesHolder .Letter
{
    padding-top: 25px;
	border-top: 1px solid #E2E4CE;	
	font-weight: normal;
	font-family: Georgia;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#TemplatesHolder .Letter a
{
	font-size: 38px;
	/*font-family: Georgia;*/
}
#TemplatesHolder .Letter.FirstLetter
{
	border-top: 0;	
}

.RightContent
{
	padding-top: 20px;	
}

.DictionaryTermCont .SystemText
{
	color: #1b9995;
	font-style: italic;
}

h3.TermTitle,
h3.TermTitle a
{
	font-size: 15px;	
	display: inline-block;
	margin-top: 3px;
	text-transform: none;
	margin-bottom: 0;
}

#MainBody h3.TermTitle:hover,
#MainBody h3.TermTitle a:hover
{
	color: #2f1a3f;
}

.TitleLinkBg
{
	border-bottom: 1px solid #1b9995;
}

#DictionaryHomePage .DictionaryTermWithFirstLetterText
{
	margin-bottom: 10px;	
}

.DictionaryTermCont .TermBox.NotHome
{
	border-bottom: 1px solid #E2E4CE;
	padding-bottom: 15px;
	margin-bottom: 20px;	
}

.RightCont.Document,
.RightCont.SiteFiles
{
	background-image: url(../Images/IconDocumentsBig.jpg);	
	background-position: 15px 15px;
	background-repeat: no-repeat;
}
.RightCont.SiteFiles
{
	background-image: url(../Images/IconDownload.jpg);	
}
.RightCont.Document h4,
.RightCont.SiteFiles h4
{
	margin-left: 50px;
	min-height: 35px;
	line-height: 19px;
}
.RightCont.Document h4
{
	line-height: 35px;
}

.RightCont.Document .DocumentCont,
.RightCont.SiteFiles .SiteFilesCont
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.DocumentLinkContainer,
.SiteFilesLinkContainer
{
	padding-top: 6px;
	margin-bottom: 5px;
	position: relative;
	padding-right: 25px;
	margin-top: 3px;
}

.RightColumn .DocumentLinkContainer,
.RightColumn .SiteFilesLinkContainer 
{
	border-top: 1px solid #D6D8C2;
}

.DocumentCont:first-child .DocumentFilesCont:first-child .DocumentLinkContainer,
.SiteFilesFilesCont:first-child .SiteFilesLinkContainer
{
	border-top: 0;	
}

.DocumentLinkContainer,
.SiteFilesLinkContainer
{
	clear: both;	
}

.DocumentFilesCont ul li 
{
	list-style-type: none;
	padding-left: 0px;
	background: none;
}

.DocumentName,
.SiteFilesName
{
	color: #1b9995;	
}

.RightColumn .DocumentName,
.RightColumn .SiteFileName
{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.DocumentSize,
.SiteFilesSize
{
    color: #999999;
    display: block;
    font-size: 13px;
	margin-top: 5px;
}

.LeftColumn .DocumentSize,
.LeftColumn .SiteFilesSize
{
	display: inline-block;
    margin-left: 3px;
    margin-top: 9px;
}

.RightColumn .DocumentSize,
.RightColumn .SiteFilesSize
{
	/*width: 100%;
	float: left;*/
}



.RightBlockTextCont
{
	margin-bottom: 10px;
	padding: 0 3px;	
}

.SearchResultSubText
{
	color: #1b9995;
	font-size: 18px;
	margin-top: 20px;
}
.SearchResultSubText span
{
	font-weight: bold;	
}

.Form label
{
	color: #1b9995;
	display:block;
	margin-bottom: 3px;
}

.ContactInfo
{
	margin-top: 10px;	
}

.ContactInfo div
{
	margin-bottom: 3px;	
}
.ContactInfo div span
{
	display: inline-block;
	width: 80px;	
}

div.ContactName,
div.ContactPhone,
div.FAQName,
div.ContactPosition
{
	width: 365px;
	float: left;	
}
div.ContactEmail,
div.FAQEmail,
div.ContactFirm
{
	width: 270px;
	float: left;
}

div.ContactName,
div.ContactPhone,
div.ContactEmail,
div.ContactText,
div.ContactFirm,
div.ContactPosition,
div.FAQName,
div.FAQEmail
{
	margin-bottom: 10px;	
}

.Form .ContactText,
.Form .FAQText
{
	clear: both;
}

.Form .Submit
{
	clear: both;
	float: right;
    padding: 3px 9px 6px;
	display: block;
	font-size: 15px;
	color: #eff4d6;
	border: 1px solid #F2F7D9;
	margin-top: 20px;
    
    border-radius: 5px;
    
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	
	background-color: #18B0A3;
}

#MainBody .Form .Submit:hover
{
	color: #1b9995;
	background-color: #F2F7D9;	
}


#CertificateSearchForm .Submit 
{
	margin-right: 315px;
}


.ContDarkBackground input,
.ContDarkBackground textarea
{
	background-color: #F2F7D9;
	width: 300px;
	border: 1px solid #d5d8c3;
}

.Form textarea
{
	height: 100px;
	width: 666px;	
	padding-top: 8px;
}
.Form .FAQTextField textarea
{
	height: 50px;	
}

.RequiredMessage
{
	display: block;	
	float: left;
	font-style: italic;
	color: #999;
}

.NotValid input,
.NotValid textarea
{
	border: 1px solid #311d50;
}

.ValidationErrors
{
	margin-bottom: 10px;	
}

.ValidationErrors p
{
	padding: 2px 0;
	color: #1b9995;
	font-style: italic;
}
.Success
{
	font-size: 15px;
	color: #1b9995;
}

ul li
{
	list-style: none;
	background-image: url(../Images/Bullet.png);	
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 15px;	
}

.LeftColumn .SiteMapTopLink
{
	font-size: 18px;
	text-transform: uppercase;	
	border-bottom: 0;
}

.LeftColumn .SiteMap1LevelLink
{
	display: inline-block;
    font-size: 15px;
    margin-top: 5px;
	border-bottom: 0;
}

.LeftColumn .SiteMap2LevelLink
{
	background-image: url(../Images/Bullet.png);	
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 15px;	
	font-size: 14px;
	border-bottom: 0;
}

.LeftColumn .SiteMapTopLink:hover,
.LeftColumn .SiteMap1LevelLink:hover,
.LeftColumn .SiteMap2LevelLink:hover
{
	border-bottom: 0;
}

.BackLink
{
	display: inline-block;
	margin-top: 10px;	
}

.FAQTitle
{
	margin-top: 10px;
	font-size: 17px;
}


.LeftColumn h2
{
	margin-bottom: 0;
}

.AllDocumentList .DocumentLink
{
	float: left;
	display: block;
}
.AllDocumentList .DocumentLink span
{
	float: left;
	display: block;
	vertical-align: 12px;
}
.AllDocumentList .DocumentLink span.DocumentName
{
	margin-top: 6px;	
}
.AllDocumentList h2.ProductPropertyTitle  
{
	margin-top: 0px;	
}
a.DocumentLink,
a.SiteFilesLink
{
    display: block;
    line-height: 16px;
   /* float: left;
    width: 100%;*/
}
.LeftColumn a.DocumentLink span,
.LeftColumn a.SiteFilesLink span
{
	vertical-align: 10px;
}
.LeftColumn a.DocumentLink span.DocumentImage,
.LeftColumn a.SiteFilesLink span.DocumentImage
{
	vertical-align: baseline;
}
.DocumentLink span.DocumentImage
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 24px;
	height: 24px;
	vertical-align: inherit;
	margin: 5px 10px 3px 0;
}
.DocumentLink:hover span.DocumentImage
{
	background-position: 0 -24px;	
}

.DocumentLink.Word span.DocumentImage,
.DocumentLink.DOC span.DocumentImage,
.DocumentLink.TXT span.DocumentImage
{
	background-image: url(../Images/IconWord.jpg);	
}
.DocumentLink.PDF span.DocumentImage
{
	background-image: url(../Images/IconDocuments.jpg);	
}
.DocumentLink.CRT span.DocumentImage
{
	background-image: url(../Images/IconCertificate.jpg);	
}

.ContDarkBackground.MoreResults
{
	display: inline-block;
	margin-left: 300px;
	padding: 15px 25px;
}
a.MoreResults
{
	margin: 0 auto;
}

.SystemText
{
	margin-top: 20px;
	color: #1b9995;	
}

.AllPartnersLink
{
	display: inline-block;
	float: right;	
	margin-top: 5px;
}

.SectionHeader
{
	margin: 20px 0;
	width: 100%;
	float: left;
}

.SectionHeader h1
{
	/*float: right;*/
	/*max-width: 800px;	
	margin-top: 30px;*/
}

.SiteLogo
{
	display: block;
	float: left;
	margin-top: 5px;	
}

.CitySystemText
{
	font-size: 15px;	
}

.ProductCont h2
{
	margin-top: 0;	
}

.ProductCont
{
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E4CE;
}

.ProductsCont .ProductCont:last-child
{
	border-bottom: 0;	
}

.ProductImage
{
	display: block;
	float: left;
	width: 240px;
}

.ProductRightInfo
{
	float: left;
	width: 460px;
	margin-left: 25px;	
}

#MainBody .NoLink:hover
{
	color: #1b9995;
}


#toTop
{
	position:static;
	bottom: 7px;	
	display: none;	
	height: 18px;
}
#toTop.Sticky
{
}
/*#toTop  { display:none; position:fixed; right:5px; bottom:5px; color:green; font-weight:bold; text-decoration:none; border:1px solid green; background:Lightgreen; padding:10px; }*/

.CertificateSearchForm input.Disabled
{
	background-color: #eaefd1;
}
.CertificateSearchForm .eSignTable
{
	margin-bottom: 0;	
}
.CertificateSearchForm .ContDarkBackground
{
	margin-bottom: 10px;
}

.CertificateSearchEmail,
.CertificateSearchName,
.CertificateSearchSerialNumber
{
	margin-top: 10px;	
}

.AllDocumentLink,
.AllSiteFilesLink
{
	clear: both;
	margin-top: 0;
	float: right;	
	font-size: 13px;
}

#MainBody .AnchorLink
{
	display: inline;
	height: 0;	
	line-height: 0;
	font-size: 0;
	border: 0;
}







/* LINKS UNDERLINE*/
p a,
#TemplatesHolder #AlphabetMenu a,
.RightCont h3 a,
h3.TermTitle a,
.LeftColumn a,
a.SiteMapTopLink span,
a.SiteMap2LevelLink span,
a.SiteMap1LevelLink span,
a.DocumentLink span,
a.SiteFilesLink span,
a.CalipersSignatureLink span,
.LearnMoreText a span,
.PartnerCont a div,
.LinksCont ul li a,
#toTop,
.AllDocumentLink,
.AllSiteFilesLink
{
	border-bottom: 1px solid #1b9995;
}

#TemplatesHolder .RightContMailLink span
{
	border-bottom: 1px solid #2f1a3f;
}

p a:hover,
.RightCont h3 a:hover,
#MainBody h3.TermTitle a:hover,
.LeftColumn a:hover,
a.SiteMapTopLink span:hover,
a.SiteMap2LevelLink span:hover,
a.SiteMap1LevelLink span:hover,
a.CalipersSignatureLink:hover span,
.LearnMoreText a:hover span,
.DocumentLink:hover span,
.PartnerCont a:hover div,
.LinksCont ul li a:hover,
#MainBody .RightCont a.DocumentLink:hover .DocumentName,
#MainBody .RightColumn .SiteFilesLink:hover span,
#TemplatesHolder .RightContMailLink:hover span,
#toTop:hover,
.AllDocumentLink:hover,
.AllSiteFilesLink:hover
{
	border-bottom: 1px solid transparent;
}

/*LINKS UNDERLINE EXCEPTIONS*/

.Home .LeftColumn a,
#MainBody .SmallLightGreyButton,
#MainBody a.Path,
#MainBody .DocumentLink,
a.DocumentLink span.DocumentImage,
#MainBody .DictionarySearchSubmit,
#MainBody .RightContMailLink,
#MainBody .NoLink,
#MainBody .ProductImage
{
	border-bottom: 0;	
}

#CertificateSearchForm 
{
	margin: 20px 0px 0px 0px;
}
#CertificateSearchForm h3
{
	font-size: 15px;
	padding-right: 10px;
}

#CertificateSearchForm .eSignTable td {
    padding: 10px 5px 10px 0;
}

.DocumentContainer
{
    display: block;
    float: left;
    width: 100%;
}

.DocumentTitle.Closed .arrow {
    background-position: 0 0;
}
.DocumentTitle:hover {
    text-decoration: none;
}
.DocumentCont {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#DocumentListTemplate .DocumentCont, #MediatorsDocumentsTemplate .DocumentCont, #OwnersDocumentsTemplate .DocumentCont, #ArendsDocumentsTemplate .DocumentCont {
    margin-left: 15px;
    margin-top: 20px;
}

.CertificateSystemText
{
	font-size: 11px;
	margin-bottom: 5px;	
}


/* NEWS */
.HomePageNewsBlock {
    margin-right: 0;
}

.HomePageNewsBlock .NewsBlockTitle {
    float: left;
    width: 100%;
	font-size: 20px;
    margin-bottom: 20px;
}
.HomePageAboutUsBlock, .HomePageNewsBlock {
    float: left;
    margin: 17px 0 0 0;
	width: 730px;
}
.HorizontalSep.ListSep {
    margin: 20px 0 30px;
}
.HorizontalSep {
    border-bottom: 1px solid #E2E4CE;
    float: left;
    margin: 20px 0;
    width: 100%;
}
.SeeAllNews {
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 20px;
}
.NewsList 
{
	float: left;
	width: 100%;
	display: block;
}

.HomePageNewsBlock .HorizontalSep 
{
	margin: 5px 0 20px 0;
}
.HomePageNewsBlock .NewsDate 
{
	margin: 0 0 0 0;
	width: 635px;
}
.HomePageNewsBlock .NewsTitle 
{
	width: 635px;
}

#NewsViewTemplate .InnerTitle 
{
	margin: 12px 0 0 0;
}
.NewsArticle {
    padding: 30px 0 30px 0;
}
.NewsItem {
    cursor: pointer;
    position: relative;
}
.NewsItemHolder {
    float: left;
}
.NewsImage {
    display: block;
    float: left;
    margin-right: 25px;
    opacity: 1;
    width: 188px;
    border-bottom: 0px;
}
a.NewsImage,
a.NewsImage:hover {
    border-bottom: 0px;
}
.NewsView .NewsImage {
    margin-right: 20px;
    opacity: 1;
    width: auto;
}
.HomePageNewsBlock .NewsImage {
    margin-right: 15px;
    width: 80px;
}
img.NewsImage, .NewsImage img, img.PartnersImage, .PartnersImage img {
    border-radius: 5px 5px 5px 5px;
	display: block;
    margin: auto;
}
.News .NewsImage img {
    height: 126px;
    width: 190px;
    height: auto;
    width: auto;
}
.NewsDate, .NewsTitle, .NewsTitle a {
    color: #6D6D6D;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
}
.NewsView .PostDate {
    display: inline-block;
    margin-bottom: 5px;
}
.NewsDate,
.NewsView .PostDate 
{
    color: #1b9995;
}
.NewsInfo {
    color: #6D6D6D;
    font-size: 16px;
    padding: 30px 0 30px 0;
}
.NewsTitle {
    font-size: 14px;
    width: 245px;
}
.NewsList .NewsTitle {
    width: 500px;
}
.NewsList .NewsTitle a {
    font-size: 18px;
    font-weight: normal;
    float: none;
}
.NewsItemHolder:hover .NewsDate, 
.NewsItemHolder:hover .NewsTitle, 
.NewsItemHolder:hover .NewsTitle a {
    color: #2F2F2F;
}

.NewsItemHolder:hover .NewsImage {
    opacity: 1;
}
a.MoreNews {
    float: right;
    border-bottom: 0px;
}
.BigButton {
    clear: both;
    display: block;
    float: left;
    height: 35px;
    margin-top: 10px;
}
.NewsSubText 
{
    display: block;
    float: left;
    width: 500px;
    margin: 10px 0 0 0;
}
