body {
  font: 10pt Arial, sans-serif;
  margin: 0;
  padding: 0;
}


p {
  margin: 0.2em 0 0.5em 0;
  padding: 0;
  line-height: 135%;
}

p.Center {
  text-align: center;
}

table {
  border-collapse: collapse;
  border-width: 0;
}

table td {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 1em 0 0.7em 0;
  color: #000;
}

h1 {
  font: 20pt Tahoma, sans-serif;
  letter-spacing: -1px;
}
h2 {
  font: 18px Tahoma, sans-serif;
}

h3 {
  font: 12pt Arial, sans-serif;
}

h4 {
  font: 10pt Arial, sans-serif;
}



.Top {
  margin-top: 0;
}

.Big {
  font-size: 13pt;
}

.NewsText {
  margin-left: 90px;
}

.Small {
  font: 8pt Tahoma, sans-serif;
}

.Block {
  display: block;
}

img {
  border-style: none;
}

form, fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

a:link {
  color: #a52521;
}
a:hover {
  color: #d60029;
}
a:visited {
  color: #85216a;
}
a:visited:hover {
  color: #d60029;
}

div.Last {
  clear: both;
}

.Highlighted {
  background-color: #ffe0d0;
}


.ModalContent {
  display: none;
}

.ModalContent label {
  display: block;
  font: 10pt Arial, sans-serif;
  margin: 4px 0 2px 0;
}

.ModalContent .Decorated {
  font: 10pt Arial, sans-serif;
  width: 480px;
}

.ModalContent div.Submit {
  margin: 10px 0 -5px 0;
}

.ModalContent span.Comment {
  color: #aaa;
  font: 8pt Tahoma, sans-serif;
}

#OfferRequest {
  height: 475px;
  overflow: hidden; 
}

#ConsultingRequest {
  height: 490px;
  overflow: hidden; 
}

#TechSupportRequest {
  height: 525px;
  overflow: hidden;
}

#QuestionRequest {
  height: 315px;
  overflow: hidden;
}

#Votings {
  height: 325px;
  overflow: hidden;
}

#Votings p {
  font: 8pt Tahoma, sans-serif;
}

#Votings td {
  font: 10pt Arial, sans-serif;
}

#RegForm {
  overflow: hidden;
  height: 460px;
}

/* Layout */

div.MinWidthLimit {
  min-width: 980px;
}

div.Centered {
  padding: 0 0 0 50%;
}

div.Container {
  margin-left: -480px;
  width: 960px;
}

/* Header */

div.Header {
  background: #f0f0f0 url("../images/header_bg.gif") 50% 50% no-repeat;
  height: 75px;
  margin: 10px 0 10px 0;
  overflow: hidden;
  position: relative;
}

.Logo {
  display: block;
  left: 20px;
  height: 47px;
  position: absolute;
  top: 14px;
  width: 210px;
}

.Logo img {
  height: 47px;
  width: 210px;
}

h1.InvisibleHeader {
  display: none;
}

div.Slogan {
  background: url("../images/header_slogan_border.gif") 0 50% no-repeat;
  left: 246px;
  height: 39px;
  padding: 8px 0 0 20px;
  position: absolute;
  top: 14px;
  width: 210px;
  line-height: 15px;
}

div.Slogan h2 {
  font: 10pt Arial, sans-serif;
  margin: 0;
  padding: 0;
}

div.SiteSearch {
  font: 8pt Tahoma, sans-serif;
  left: 730px;
  position: absolute;
  top: 19px;
  width: 230px;
}

div.SiteSearch input.DecoratedEdit {
  font: 10pt Arial, sans-serif;
  width: 193px;
}

div.SiteSearch input.DecoratedSubmit {
  vertical-align: -5px;
}


/* Menu */

div.Menu {
  background: #f0f0f0 url("../images/menu_bg.gif") 50% 50% no-repeat;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
}

div.Menu ul {
  list-style-type: none;
  margin: 6px 0 6px 23px;
  padding: 0;
}

div.Menu ul li {
  background: url("../images/menu_item_border.gif") 0 50% no-repeat;
  font: 11pt Arial, sans-serif;
  float: left;
  padding: 6px 12px;
}

div.Menu ul li.First {
  background: none;
  padding: 6px 12px 6px 0;
}

div.Menu ul li.Last {
  padding: 6px 0 6px 12px;
}

div.Menu ul li a:link {
  color: #000;
  text-decoration: none;
  position: relative;
}

div.Menu ul li a:visited {
  color: #000;
  text-decoration: none;
}

div.Menu ul li a:hover {
  color: #000;
  text-decoration: underline;
}

div.Menu ul li a.Colored {
  color: #a52521;
  text-decoration: none;
}

div.Menu ul li a.Colored:hover {
  color: #a52521;
  text-decoration: underline;
}

div.Menu ul li a.DDArrow {
  background: url("../images/menu_item_ddarrow.gif") 100% 0.55em no-repeat;
  padding-right: 12px;
}

div.Menu ul li span.DDArrow {
  background: url("../images/menu_item_ddarrow.gif") 100% 0.55em no-repeat;
  padding-right: 12px;
}


/* DropdownMenu 1 */

div.DropdownMenu {
  display: none;
  left: 0;
  font: 8pt Tahoma, sans-serif;
  position: absolute;
  top: 0;
  width: 475px;
  z-index: 99;
}

div.DropdownMenu .TopBg {
  background: url("../images/ddmenu_bg_top.png") bottom left no-repeat;
  height: 18px;
  overflow: hidden;
  margin-top: 6px;
}

div.DropdownMenu .Inverted {
  background: url("../images/ddmenu_bg_top_inv.png") top right no-repeat;  
}

div.DropdownMenu .Content {
  background: url("../images/ddmenu_bg_content.png") center left repeat-y;
  padding: 5px 19px 5px 17px;
}

div.DropdownMenu .BottomBg {
  background: url("../images/ddmenu_bg_bottom.png") bottom left no-repeat;
  height: 17px;
  overflow: hidden;
}

div.DropdownMenu ul,
div.DropdownMenu2 ul,
div.DropdownMenu3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.DropdownMenu ul li,
div.DropdownMenu2 ul li,
div.DropdownMenu3 ul li {
  background: url("../images/li_item.gif") 0 6px no-repeat;
  font: 8pt Tahoma, sans-serif;
  float: none;
  line-height: 122%;  
  margin: 4px 0;
  padding: 0 0 0 12px;
}

div.DropdownMenu h3,
div.DropdownMenu2 h3,
div.DropdownMenu3 h3 {
  color: #a52521;
}

/* DropdownMenu 2 */

div.DropdownMenu2 {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 235px;
  z-index: 99;
}

div.DropdownMenu2 .TopBg {
  background: url("../images/ddmenu2_bg_top.png") top left no-repeat;
  height: 18px;
  overflow: hidden;
  margin-top: 6px;
}

div.DropdownMenu2 .Inverted {
  background: url("../images/ddmenu2_bg_top_inv.png") top right no-repeat;  
}

div.DropdownMenu2 .Content {
  background: url("../images/ddmenu2_bg_content.png") center left repeat-y;
  padding: 5px 19px 5px 17px;
}

div.DropdownMenu2 .BottomBg {
  background: url("../images/ddmenu2_bg_bottom.png") bottom left no-repeat;
  height: 17px;
  overflow: hidden;
}


/* DropdownMenu 3 */

div.DropdownMenu3 {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 710px;
  z-index: 99;
}

div.DropdownMenu3 .TopBg {
  background: url("../images/ddmenu3_bg_top.png") top left no-repeat;
  height: 18px;
  overflow: hidden;
  margin-top: 6px;
}

div.DropdownMenu3 .Content {
  background: url("../images/ddmenu3_bg_content.png") center left repeat-y;
  padding: 5px 19px 5px 17px;
}

div.DropdownMenu3 .BottomBg {
  background: url("../images/ddmenu3_bg_bottom.png") bottom left no-repeat;
  height: 17px;
  overflow: hidden;
}

a.ColoredLink {
  color: #a52521 !important;
  text-decoration: underline !important;
}


/* Content columns */

div.MainContent {
  margin-top: 10px;
}

div.RegularContent {
  margin-top: 10px;
}

div.MainContent div.DetailsLink {
  font: 8pt Tahoma, sans-serif;
  margin: 13px 0;
}

div.MainContent div.SubscribeLink {
  font: 8pt Tahoma, sans-serif;
  margin-top: 5px;
}

div.MainContent div.DetailsLink  a {
  background: url("../images/link_details.gif") 100% 6px no-repeat;
  padding-right: 12px;
}

div.MainContent h1 {
  font: 13pt Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
}

div.ColumnAbout {
  float: left;
  padding-right: 20px;
  padding-top: 6px;
  width: 243px;
}

div.ColumnProjects {
  float: left;
  padding-right: 20px;
  padding-top: 6px;
  width: 243px;
}

div.ColumnProjects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.ColumnProjects ul li {
  background: url("../images/li_item.gif") 0 7px no-repeat;
  padding-left: 12px;
  margin: 0.2em 0 0.5em 0;
}


div.ColumnLinks {
  float: right;
  width: 170px;
  margin-bottom: 20px;
}

div.RegularContent div.ColumnLinks {
  margin-top: 268px;
}

div.ColumnLinks h1 {
  font: 13pt Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
}

div.ColumnLinks div.GeneralHeader {
  background: #f0f0f0 url(../images/links_bg_top.gif) 50% 0 no-repeat;
  padding: 7px 14px 6px 14px;
}

div.ColumnLinks div.MidHeader {
  background: #f0f0f0 url(../images/links_bg_mid.gif) 50% 0 no-repeat;
  padding: 9px 14px 6px 14px;
}

div.ColumnLinks div.GeneralFooter {
  background: #f0f0f0 url(../images/links_bg_bottom.gif) 50% 0 no-repeat;
  height: 7px;
  overflow: hidden;
}
div.ColumnLinks div.GeneralHeader  h1,
div.ColumnLinks div.MidHeader  h1 {
  margin: 0;
  padding: 0;
}

div.ColumnLinks div.LinksContent {
  background: #fff url(../images/links_bg_content.gif) 50% 0 no-repeat;
  padding: 3px 15px;
}

div.ColumnLinks a.InformationLink:link {
  background: url("../images/menu_item_ddarrow.gif") 100% 0.55em no-repeat;
  padding-right: 12px;
  color: #000;
  text-decoration: none;
}

div.ColumnLinks a.InformationLink:hover {
  text-decoration: underline;
}


div.ColumnLinks div.InformationContent {
  display: none;
}

div.ColumnLinks div.LinksContent ul {
  font: 8pt Tahoma, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.ColumnLinks div.LinksContent ul li {
  background: url("../images/li_item.gif") 0 6px no-repeat;
  margin: 4px 0;
  padding-left: 12px;
  line-height: 122%;
}

div.ColumnNews {
  margin-left: 526px;
  margin-right: 190px;
  padding-top: 6px;
}

div.ColumnNews p {
  line-height: 120%;
}

.NewsDate {
  color: #aaa;
  font: 8pt Tahoma, sans-serif;
  white-space: nowrap;
}

div.ContentPopup {
  position: absolute;
  width: 306px;
  top: 0;
  left: 0;
  display: none;
}

div.ContentPopup .TopBg {
  background: url("../images/contentpopup_bg_top.png") top center no-repeat;
  height: 18px;
  overflow: hidden;
}

div.ContentPopup .BottomBg {
  background: url("../images/contentpopup_bg_bottom.png") bottom center no-repeat;
  height: 14px;
  overflow: hidden;

}

div.ContentPopup .Content {
  background: url("../images/contentpopup_bg_content.png") top center repeat-y;
  color: #333;
  font: 8pt Tahoma, sans-serif;
  padding: 7px 14px 7px 12px;
}

div.ContentPopup img {
  float: left;
  margin: 0 10px 10px 0;
}


/* Footer */

div.Footer {
  border-top: 1px solid #dbdbdb;
  clear: both;
  color: #aaa;
  font: 8pt Tahoma, sans-serif;
  margin-top: 20px;
  padding: 10px 0 10px 0;
}

div.ColumnContacts {
  float: left;
  padding-right: 20px;
  width: 243px;
}

div.ColumnFooterLinks {
  float: left;
  padding-right: 20px;
  width: 243px;
}

div.SEOLinks {
  margin-left: 526px;
}

div.SEOLinks a:link,
div.SEOLinks a:visited,
div.SEOLinks a:hover {
  color: #aaa;
}


/* SectionMenu */

div.SectionMenu {
  float: left;
  padding: 0 20px 0 24px;
  width: 199px; 
}

div.SectionMenu ul {
  list-style-type: none;
  margin: 6px 0 0 0;
  padding: 0;
}

div.SectionMenu ul ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

div.SectionMenu ul ul ul {
  margin-left: 20px;
}

div.SectionMenu ul ul ul.IncludedMenu {
  margin-left: 0;
}

div.SectionMenu ul ul ul.IncludedMenu ul.IncludedMenu {
  margin-left: 20px;
}

div.SectionMenu ul li {
  font: 13pt Arial, sans-serif;
  margin-bottom: 6px;
}

div.SectionMenu ul li .Current {
  color: #dd6418;
}

div.SectionMenu ul ul li {
  font: 10pt Arial, sans-serif;
}

div.SectionMenu ul li a:link,
div.SectionMenu ul li a:visited {
  color: #000;
  text-decoration: none;
}

div.SectionMenu ul li a:hover {
  text-decoration: underline;
}

div.SectionMenu ul ul li a:link,
div.SectionMenu ul ul li a:visited {
  color: #a52521;
  text-decoration: underline;
}

div.SectionMenu ul ul li a:hover {
  color: #d60029;
  text-decoration: underline;
}

div.TextContent {
  border-left: 1px solid #dbdbdb;
  margin: 0 190px 20px 243px;
  padding-left: 20px;
}

div.NoRightMargin {
  margin: 0 0 20px 243px;
}

div.TextContent ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 0 21px;
}

div.TextContent ol li,
div.TextContent ul li {
  line-height: 135%;
  margin: 0.2em 0 0.5em 0;
  padding: 0;
}

div.TextContent ol.DefaultHeight li,
div.TextContent ul.DefaultHeight li {
  line-height: 135%;
  margin: 0;
}

div.TextContent ul li {
  background: url("../images/li.gif") 0 0.55em no-repeat;
  padding-left: 19px;
}

div.TextContent table {
}

div.TextContent table td {
}

div.Breadcrumbs {
  font: 8pt Tahoma, sans-serif;
  padding: 6px 0 15px 0;
  line-height: 160%;
}

div.Breadcrumbs a:link,
div.Breadcrumbs a:visited {
  background: url("../images/li_item.gif") 100% 6px no-repeat;
  padding: 0 10px 0 4px;
  color: #aaa;
}

div.Breadcrumbs span.Highlighted {
  margin-left: 4px;
}

div.HelpfulVote {
  font: 8pt Tahoma, sans-serif;
  padding: 20px 0 0 0;
}

div.HelpfulVote span.Answer {
  margin-left: 10px;
}


a.Subscribe {
  background: url("../images/icon_mail.gif") center left no-repeat;
  font: 8pt Tahoma, sans-serif;
  padding-left: 20px;
  margin-right: 10px;
}

a.RSS {
  background: url("../images/icon_rss.gif") center left no-repeat;
  font: 8pt Tahoma, sans-serif;
  padding-left: 20px;
  margin-right: 10px;
}


/* Banner */

#Banner {
  height: 290px;
  position: relative;
  overflow: hidden;
  width: 960px;
}

#Banner .SlideArrow {
  background: transparent url("../images/banner_slide_arrow.gif") 50% 0 no-repeat;
  position: absolute;
  height: 7px;
  width: 49px;
  bottom: 0;
  right: 126px;
  overflow: hidden;
  z-index: 4;
}

#Banner .Slide {
  position: absolute;
  height: 49px;
  width: 49px;
  bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}

#Banner .N1 {
  background: #fff url("../images/content/ban2_preview.jpg") 0 0 no-repeat;
  right: 126px;
}

#Banner .N2 {
  background: #fff url("../images/content/ban3_preview.jpg") 0 0 no-repeat;
  right: 73px;
}

#Banner .N3 {
  background: #fff url("../images/content/ban1_preview.jpg") 0 0 no-repeat;
  right: 20px;
}

#Banner .BanContainer {
  position: relative;
  width: 2880px;
  height: 290px;
  left: 0;
}

#Banner .Ban {
  position: absolute;
  width: 960px;
  height: 290px;
  top: 0;
}

#Banner .S1 {
  background: #fff url("../images/content/ban2.jpg") 0 0 no-repeat;
  left: 0;
}

#Banner .S2 {
  background: #fff url("../images/content/ban3.jpg") 0 0 no-repeat;
  left: 960px;
}

#Banner .S3 {
  background: #fff url("../images/content/ban1.jpg") 0 0 no-repeat;
  left: 1920px;
}

#Banner .More {
  color: #fff;
  font: 8pt Tahoma, sans-serif;
  height: 90px;
  margin-top: 200px;
  position: relative;
}

#Banner .More .OpacityBg {
  background-color: #852521;
  height: 90px;
  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  
  opacity: 0.7;
  top: 0;
  left: 0;
  position: absolute;
  width: 960px;
  z-index: 1;
}

#Banner .More .Content {
  padding: 11px 16px;
  position: relative;
  z-index: 2;
}

#Banner .More a {
  background: url("../images/link_details.gif") 100% 8px no-repeat;
  padding-right: 14px;
  color: #fff;
  font: 12pt Arial, sans-serif;
  line-height: 155%;
}

table.app {
  width: 690px;
}

table.app td {
  padding: 3px;
}


table.app td.appname {
  width: 230px;
}

table.app span.comment {
  color: #aaa;
  font: 8pt Tahoma, sans-serif;
}

input.app,
textarea.app,
select.app {
  width: 98%;
}

td.VoteInput {
  width: 25px;
}

div.VoteProgress {
  background-color: #852521;
  height: 8px;
  overflow: hidden;
  margin-top: 2px;
}

td.VoteOdd,
td.VoteEven {
  padding: 5px;
}

td.VoteOdd {
  background-color: #eaeaea;
}

.AjaxLoader {
  background: url("/electronika3/images/ajax-loader.gif") 50% 50% no-repeat;
  height: 35px;
}
