/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#4f4f4f;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#3395f1;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
select {width:300px;padding:8px; margin-top:12px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
span.err {font-size:0.85em;font-style:italic;color:red;}
/* custom.css */

#detailsRightCol h1 {background-color:#EEEEEE;} 
#detailsRightCol h2 {background-color:#EEEEEE;} 
#detailsRightCol h3 {background-color:#EEEEEE;} 
#detailsRightCol h4 {background-color:#EEEEEE;} 

.paging {
	clear: both;
	margin-top:20px;
	font-size:1.2em;
	float: right;
}

.paging  a {
	margin-left:5px;
}

.container {
  width: 950px;
  margin: 0 auto;
}

.clear {
  clear: both;
  line-height: 0;
}


#header {
  float: left;
  width: 950px;
}


#header h3.logo {
  float: left;
  height: 45px;
  width: 182px;
  margin: 14px 0 0 33px;
  padding: 0;
  background: #fff url(/images/logo.png) no-repeat;
  text-indent: -9999px;
}

#header p.systemsTotal {
  float: left;
  display: block;
  height: 48px;
  width: 124px;
  margin: 7px 0 0 70px;
  font-size: .8em;
  padding-top: 22px;
  background: #fff url(/images/header_bulb.png) no-repeat;
  text-align: center;
}

#mainNav ul {
  float: right;
  margin: 22px 0 0 0;
  padding: 0;
}

#mainNav ul li {
  display: inline;
  margin: 0 0 0 40px;
  padding: 0;
}

#mainNav ul li a {
  font-size: 1.3em;
  color: #282828;
}

#mainNav ul li a:hover {
  color: #000;
  text-decoration: none;
}

#mainPic {
  width: 950px;
  float: left;
  background: #f28300 url(/images/mainPic_bg.png) repeat-x;
  color: #fff;
  position: relative;
}

#mainPicInfo {
  float: left;
  width: 414px;
  padding: 47px 20px 16px 38px;
}

b.TL, b.TR, b.BL, b.BR {
  width: 24px;
  height: 24px;
  position: absolute;
}

b.TL {
  background: url(/images/mainPic_corners.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}

b.TR {
  background: url(/images/mainPic_corners.png) -22px 0 no-repeat;
  top: 0;
  right: 0;
}

b.BL {
  background: url(/images/mainPic_corners.png) 0 -22px no-repeat;
  bottom: 0;
  left: 0;
}

b.BR {
  background: url(/images/mainPic_corners.png) -22px -22px no-repeat;
  bottom: 0;
  right: 0;
}

#mainPicInfo h1 {
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}

#mainPicBg {
  float: left;
  background: url(/images/mainPicBg.png) 0 0 no-repeat;
  height: 183px;
  width: 476px;
  margin-top: 43px;
  overflow: hidden;
}

#mainPicBg img {
  margin: 7px 0 0 133px;
}


a.addSuggestion {
  display: block;
  margin: 25px 0 2px 0;
  width: 182px;
  height: 40px;
  text-indent: -9999px;
  background: url(/images/addSuggestion_btn.png) no-repeat;
  outline: 0;
}

a.addSuggestion:hover {
  background: url(/images/addSuggestion_btn.png) 0 -44px no-repeat;
}

a.addSuggestion:active {
  background: url(/images/addSuggestion_btn.png) 0 -87px no-repeat;
}

#onlineTips {
  float: left;
  position: relative;
  width: 890px;
  height: 30px;
  padding: 30px 30px 30px 30px;
  background: url(/images/ico_tips.png) 60px 16px no-repeat;
}

#prev {
  position: absolute;
  top: 36px;
  left: 180px;
}

#prev a {
  display: block;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  background: url(/images/tips_buttons.png) 0 0 no-repeat;
  outline: 0;
}

#prev a:hover {
  background: url(/images/tips_buttons.png) 0 -19px no-repeat;
}

#prev a:active {
  background: url(/images/tips_buttons.png) 0 -38px no-repeat;
}


#next {
  position: absolute;
  top: 36px;
  right: 20px;
}

#next a {
  display: block;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  background: url(/images/tips_buttons.png) -20px 0 no-repeat;
  outline: 0;
}

#next a:hover {
  background: url(/images/tips_buttons.png) -20px -19px no-repeat;
}

#next a:active {
  background: url(/images/tips_buttons.png) -20px -38px no-repeat;
}


#tipsContent {
  width: 670px;
  margin: 0 0 0 190px;
}


#onlineTips p {
  width: 670px;
  margin: 0;
  font-size: .9em;
}

.topSeparatorDark {
  float: left;
  height: 1px;
  width: 100%;
  background: #222;
  line-height: 0;
  margin: 45px 0 0 0;
  padding: 0;
}


.topSeparator {
  float: left;
  height: 1px;
  width: 100%;
  background: #d1d1d1;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.topSeparator b {
  position: absolute;
  display: block;
  margin: 0 0 0 142px;
  height: 15px;
  top: -4px;
  width: 9px;
  background: url(/images/separator.png) 0 0 no-repeat;
}

#lastAdded {
  float: left;
  margin: 30px 0 0 38px;
  width: 912px;
}

.lastAddedItemSeparator {
  width: 143px;
  height: 50px;
  float: left;
}


.lastAddedItem {
  float: left;
  width: 380px;
}


a.itemLogo {
  float: left;
  display:block;
  width: 106px;
  height: 42px;
}

.lastAddedItem h3 {
  float: left;
  margin: 0 0 0 29px;
  font-weight: normal;
  max-width: 200px;
}

.lastAddedItem h3 a {
  color: #f28300;
}

.lastAddedItem h3 a:hover {
  color: #ff6000;
}

.ratingOuterBorder {
  position: relative;
  float: left;
}

.rating {
  float: left;
  margin-left: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

p.systemInfo {
  float: left;
  color: #bababa;
  font-size: .75em;
  margin: 8px 0 12px 29px;
  width: 150px;
}

.systemDesc {
  float: right;
  width: 245px;
}

a.systemURL {
  font-size: .9em;
}

.bottomBar {
  float: left;
  background: #f6f6f6 url(/images/bottomBar.png) no-repeat;
  height: 21px;
  width: 364px;
  padding: 5px 0 0 16px;
  margin-top: 15px;
  font-size: .85em;
}

.bottomBar a {
  color: #222;
}

p.systemType {
  float: left;
}


a.comments {
  float: right;
  margin-right: 25px;
  padding-left: 20px;
  background: url(/images/ico_comments.png) 0 2px no-repeat;
}

#mainContent {
  margin-top: 40px;
  float: left;
}


#leftCol {
  float: left;
  width: 412px;
}

.tabsItem {
  float: left;
  width: 380px;
  margin-bottom: 40px;
}

.tabsItem h3 {
  float: left;
  margin: 0 0 10px 29px;
  font-weight: normal;
  max-width: 180px;
}

.tabsItem h3 a {
  color: #f28300;
}

.tabsItem h3 a:hover {
  color: #ff6000;
}



#rightCol {
  float: left;
  width: 390px;
  margin-left: 148px;
}


#articles h3 {
  font-weight: normal;
  font-size: 1.7em;
  line-height: 2.5em;
  padding-left: 60px;
  background: url(/images/ico_articles.png) 0 0 no-repeat;
}

#articles  {
  font-size: .9em;
  border-bottom: 1px black dashed;
  float: left;
}

#articles h4 {
  font-size: 1em;
  margin: 20px 0 0 0;
}

#articles ul {
  margin: 0;
  padding: 0;
}

#articles li {
  list-style-type: none;
}


.articlesArchiveLink {
  float: right;
  margin: 20px 0 30px 0;
  font-size: 1.2em;
}

.articlesArchiveLink a {
  color: #f28300;
  background: url(/images/articles_line.png) 0 7px no-repeat;
  padding-left: 70px;
}

.articlesArchiveLink a:hover {
  color: #ff6000;
}

.newsItem {
  float: left;
  width: 400px;
  min-height: 80px;
}

.newsDate {
  float: left;
  width: 80px;
}

.newsDate p {
  font-size: 3em;
  line-height: 1em;
  margin: 0;
  font-weight: bold;
}

.newsDate p.dateMonth {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}


.newsText {
  float: left;
  padding-left: 15px;
  border-left: 1px #b5b5b5 solid;
  width: 280px;
  min-height: 70px;
}

.newsText p {
  margin: 0;
}

#searchForm { position: relative; height: 63px; margin: 33px 0 0 0; padding: 0 0 0 29px; float: left; width: 921px; border: 1px solid #d1d1d1;}
#searchForm fieldset {border: none; margin: 0; padding: 0;}
#searchForm fieldset ol {margin: -3px 0 0 0; padding: 0; }
#searchForm fieldset li {list-style: none; padding: 16px 0 5px 0; margin: 0 0 5px 0; float: left;}
#searchForm .text input {width: 736px; height: 20px; padding: 4px 2px 0 4px; border: 1px solid #d1d1d1; color: #494949; font-size: 12px; }
#searchForm .text input:focus {border: 1px solid #666;}
#searchForm .formButton { display: block; font-size: 0; line-height: 25px; margin: 5px 0 0 30px; background: url(/images/search_btn.png); text-indent: -9999px; border: none; height: 29px; width: 86px; cursor: pointer; }
#searchForm .formButton:hover { background-position: 0 -106px;}

#genericForm { padding: 30px 10px 40px 29px; float: left; border: 1px solid #d1d1d1; background: url(/images/form_bg.png); text-align: left;}
#genericForm p {float: left; width: 140px; padding-top: 10px; font-size: 1.2em;}

#genericForm fieldset {border: none; margin: 0; padding: 0; width: 600px;}
#genericForm    label {float: left; width: 140px; padding-top: 15px; font-size: 1.2em; font-weight: inherit;}
#genericForm fieldset ol {float: left; margin: 0; padding: 0; }
#genericForm fieldset li {list-style: none; padding: 16px 0 5px 0; margin: 0; float: left;}
#genericForm .text input {width: 400px; height: 25px; padding: 4px 2px 0 4px; border: 1px solid #d1d1d1; color: #494949; font-size: 1.5em; }
#genericForm .text input:focus {border: 1px solid #666;}
#genericForm textarea {width:400px;height:200px;padding:5px;}
#genericForm .formButton {margin: 10px 0 0 138px; width: 170px;}



.searchL, .searchR {
  position: absolute;
  height: 65px;
  width: 25px;
}

.searchL {
  top: -1px;
  left: -1px;
  background: url(/images/search_corners.png) 0 0 no-repeat;
}

.searchR {
  top: -1px;
  right: -1px;
  background: url(/images/search_corners.png) -34px 0 no-repeat;
}


#footerBlocks {
  background: #f4f4f4;
  margin-top: 30px;
  overflow: auto;
  padding: 33px 0 50px 0;
}

#footerComments {
  float: left;
  width: 347px;
}

#footerTopics {
  float: left;
  width: 270px;
  margin-left: 57px;
}

#footerSuggestions {
  float: left;
  margin-left: 57px;
}

.footerBlocksHeader {
  background: #fff;
  float: left;
  position: relative;
  padding: 8px 19px 7px 19px;
}

.footerBlocksHeader h3 {
  font-weight: normal;
  font-size: 1.4em;
  margin: 0;
}

.footerCommentsCornerL, .footerCommentsCornerR  {
  position: absolute;
  height: 32px;
  width: 15px;
}

.footerCommentsCornerL {
  background: url(/images/footerBlocksCorners.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}

.footerCommentsCornerR {
  background: url(/images/footerBlocksCorners.png) -15px 0 no-repeat;
  top: 0;
  right: 0;
}

#footerComments ul {
  width: 347px;
  margin: 0;
  padding: 0;
}

#footerTopics ul {
  width: 270px;
  margin: 0;
  padding: 0;
}

#footerSuggestions ul {
  width: 200px;
  margin: 0;
  padding: 0;
}

#footerComments li {
  list-style-type: none;
  width: 347px;
  margin-top: 23px;
}

#footerTopics li {
  list-style-type: none;
  width: 270px;
  margin-top: 23px;
}

#footerSuggestions  li {
  list-style-type: none;
  width: 220px;
  margin-top: 23px;
}



p.footerCommentsItemHead, p.footerTopicsItemHead, p.footerSuggestionsItemHead {
  font-size: .8em;
  margin: 0 0 2px 0;
}

p.footerSuggestionsItemHead {
  font-size: .8em;
  margin: 0;
}


.footerCommentsItemHead span, .footerTopicsItemHead span {
  float: left;
  display: block;
  text-indent: -9999px;
  margin: 7px 12px 0 0;
  width: 20px;
  height: 1px;
  line-height: 1px;
  background: #222;
}

.footerCommentsText, .footerTopicsText {
    margin: 0 0 0 32px;
}

.footerSuggestionsText {
    margin: 0;
}

.footerCommentsText img, .footerTopicsText img, .footerSuggestionsText img {
   margin: 0 0 -1px 0;
}

#footerLine {
  margin-top: 18px;
  background: #f4f4f4;
  width: 100%;
  height: 1px;
}

ul.tabs {
  margin: 0 0 0 40px;
  padding: 0;
}

ul.tabs li {
  display: inline;
  list-style-type: none;
}

a.featured {
  float: left;
  display: block;
  font-size: 1.6em;
  font-style: italic;
  margin-right: 26px;
  color: #eb4d00;
  text-decoration: none;
  background: url(/images/tab_underline_orange.png) 0 21px repeat-x;
  outline: none;
}

a.lastViewed {
  float: left;
  display: block;
  font-size: 1.6em;
  font-style: italic;
  color: #38cc2c;
  text-decoration: none;
  background: url(/images/tab_underline_green.png) 0 21px repeat-x;
  outline: none;
}

.tabsPanel {
  position: relative;
  float: left;
  padding: 40px 15px 15px 25px;
  margin-top: 17px;
  border: 1px #d4d4d4 solid;
  width: 95%;
}

.tabsTL, .tabsTR, .tabsBL, .tabsBR {
  position: absolute;
  height: 24px;
  width: 25px;
}

.tabsTL {
  top: -1px;
  left: -1px;
  background: url(/images/tabs_corners.png) 0 0 no-repeat;
}

.tabsTR {
  top: -1px;
  right: -1px;
  background: url(/images/tabs_corners.png) -25px 0 no-repeat;
}

.tabsBL {
  bottom: -1px;
  left: -1px;
  background: url(/images/tabs_corners.png) 0 -24px no-repeat;
}

.tabsBR {
  bottom: -1px;
  right: -1px;
  background: url(/images/tabs_corners.png) -25px -24px no-repeat;
}

.currentTabFeatured {
  position: absolute;
  height: 5px;
  width: 9px;
  top: -5px;
  left: 71px;
  background: url(/images/separator.png);
}

.currentTabLastViewed {
  position: absolute;
  height: 5px;
  width: 9px;
  top: -5px;
  left: 189px;
  background: url(/images/separator.png);
}

#footerLeftCol {
  margin: 40px 0 0 0;
  float: left;
}

a.developedBy {
  background: url(/images/devByBg.png) 0 0 no-repeat;
  padding: 2px 13px 3px 12px;
  margin-left: 6px;
  color: #fff;
}

a.editor {
  color: #222;
}

#footer ul {
  margin: 40px 0 0 0;
  padding: 0;
  float: right;
}

#footer ul li {
  display: inline;
  list-style-type: none;
}

#footer ul li a {
  color: #222;
}

#footer ul li span {
  margin: 0 6px 0 6px;
}

/* inner pages */

#mainPicSystems {
  background: #fdbf2a url(/images/mainPicSystems_bg.png) 0 0 repeat-x;
  float: left;
  width: 950px;
  position: relative;
  margin: 22px 0 0 0;
}

#mainPicUsers {
/*  background: #fdbf2a url(/images/mainPicSystems_bg.png) 0 0 repeat-x;*/
  background: #EEEEEE;
  float: left;
  width: 950px;
  position: relative;
  margin: 22px 0 0 0;
}

#mainPicDetails {
  background: #6bb739 url(/images/mainPicDetails_bg.png) 0 0 repeat-x;
  float: left;
  width: 950px;
  position: relative;
  margin: 22px 0 0 0;
}

#mainPicInfoSystems {
  padding: 25px 155px 11px 134px;
}

a.addSuggestionInner {
  display: block;
  margin: 25px 0 2px 0;
  width: 152px;
  height: 34px;
  text-indent: -9999px;
  background: url(/images/addSuggestionSystems_btn.png) no-repeat;
  outline: 0;
}

a.addSuggestionInner:hover {
  background: url(/images/addSuggestionSystems_btn.png) 0 -37px no-repeat;
}

a.addSuggestionInner:active {
  background: url(/images/addSuggestionSystems_btn.png) 0 -74px no-repeat;
}

h3.innerHeader {
  float: left;
  line-height: 1.1em;
}


#sortOptions ul {
  float: right;
  margin: 0;
  padding: 0;
}

#sortOptions ul li {
  display: inline;
  list-style-type: none;
  font-size: .9em;
}

#sortOptions ul li span {
  color: #3395f1;
  margin: 0 3px 0 4px;
}



ul.innerList {
  margin: 0;
  padding: 0;
}

ul.innerList li {
  float: left;
  list-style-type: none;
  margin: 30px 0 0 0;
  width: 950px;
}

.innerListLeftCol {
  float: left;
  width: 275px;
  font-size: .8em;
}

.innerListLeftCol p {
  padding: 9px 0 9px 0;
}


.innerListRightCol {
  width: 610px;
  float: left;
  margin: 0 0 20px 35px;
  padding: 15px;
  background: #ebebeb;
  position: relative;
}

.innerListRightCol h4 {
  margin: 0 0 10px 0;
}


.innerListRightCol h4 a {
  color: #e94343;
  font-size: 1.4em;
  font-weight: normal;
}

.innerListRightCol h4 a:hover {
  color: #fd5f1a;
}

b.innerTL, b.innerTR, b.innerBL, b.innerBR {
  position: absolute;
  height: 9px;
  width: 9px;
}

b.innerTL {
  background: url(/images/innerCorners.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}

b.innerTR {
  background: url(/images/innerCorners.png) -9px 0 no-repeat;
  top: 0;
  right: 0;
}

b.innerBL {
  background: url(/images/innerCorners.png) 0 -9px no-repeat;
  bottom: 0;
  left: 0;
}

b.innerBR {
  background: url(/images/innerCorners.png) -9px -9px no-repeat;
  bottom: 0;
  right: 0;
}

b.innerCorner {
  background: url(/images/innerC.png) 0 0 no-repeat;
  position: absolute;
  height: 24px;
  width: 12px;
  left: -12px;
  top: 18px;
}

.lineSeparator {
  float: left;
  height: 1px;
  width: 950px;
  background: #d1d1d1;
  line-height: 0;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
}

.innerListLeftCol h3 {
  font-weight: normal;
  font-size: 1.9em;
  margin: 20px 0 0 0;
}

p.suggestedOn {
  color: #bcbcbc;
  font-size: 1.1em;
  padding: 5px 0 0 0;
}

.status {
  border: 1px solid #e8e8e8;
  width: 150px;
  height: 21px;
  position: relative;
  padding: 0 0 0 20px;
}

b.statusL, b.statusR {
  position: absolute;
  height: 23px;
  width: 11px;
}

b.statusL {
  background: url(/images/status_corners.png) 0 0 no-repeat;
  top: -1px;
  left: -1px;
}

b.statusR {
  background: url(/images/status_corners.png) -11px 0 no-repeat;
  top: -1px;
  right: -1px;
}

.status p {
  margin: 0;
  line-height: 5px;
  font-weight: bold;
}

p.implemented {
  color: #33a039;
  height: 2px;
  background: url(/images/statuses.png) 0 8px no-repeat;
  padding-left: 14px;
}

p.new {
  color: #c21919;
  height: 2px;
  background: url(/images/statuses.png) 0 -17px no-repeat;
  padding-left: 14px;
}

a.addSuggestionInnerContent, a.addCommentInnerContent {
  float: right;
  font-size: 1.3em;
  padding-left: 25px;
  background: url(/images/addSuggestion_ico.png) 0 2px no-repeat;
  line-height: 1em;
}

h2.detailsHead {
  font-weight: normal;
  float: left;
  margin: 26px 0 0 40px;
}

h2.detailsHead img {
  margin: 0 0 10px 10px;
}


.systemLogoHead {
  float: right;
  margin: 20px 0 0 0;
}

#mainPicSystemDetails {
  float: left;
  margin: 30px 0 0 43px;
  padding: 0 5px 20px 0;
}

a.systemDetailsURL {
  color: #a11701;
  font-size: 1.3em;
  background: url(/images/detailsURL_ico.png) 0 3px no-repeat;
  padding: 0 0 0 28px;
}

a.systemDetailsURL:hover {
  color: #bd0000;
}

#mainPicSystemDetails p {
  color: #fff;
  padding: 24px 0 0 28px;
}

#mainPicSystemRelated {
  float: right;
  width: 265px;
  margin: 29px 15px 0 0;
}

p.mainPicSystemType {
/*  background: url(/images/mainPicSystemTypeBg.png) 0 0 no-repeat;*/
  background-color: #FFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
  padding: 2px 0 3px 20px;
  margin: -15px 0 5px 0;
}

#mainPicRelatedLinks {
  width: 237px;
  position: relative;
  background: #96cb74;
  padding: 26px 5px 20px 20px;

}


b.relatedTL, b.relatedTR, b.relatedBL, b.relatedBR {
  position: absolute;
  height: 9px;
  width: 9px;
}

b.relatedTL {
  background: url(/images/mainPicRelatedLinksC.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}

b.relatedTR {
  background: url(/images/mainPicRelatedLinksC.png) -9px 0 no-repeat;
  top: 0;
  right: 0;
}

b.relatedBL {
  background: url(/images/mainPicRelatedLinksC.png) 0 -9px no-repeat;
  bottom: 0;
  left: 0;
}

b.relatedBR {
  background: url(/images/mainPicRelatedLinksC.png) -9px -9px no-repeat;
  bottom: 0;
  right: 0;
}

#mainPicRelatedLinks a {
  color: #ffffdf;
  margin-bottom: 5px;
}

#mainPicRelatedLinks a:hover {
  color: #fffffb;
}


a.forumRelated {
  font-size: 1.1em;
  display: block;
  background: url(/images/ico_forum.png) 0 1px no-repeat;
  padding-left: 25px;
}

.commentsRelated {
  font-size: 1.2em;
  display: block;
  background: url(/images/ico_comments_top.png) 0 1px no-repeat;
  padding-left: 25px;

}

.newsRelated {
  font-size: 1.2em;
  display: block;
  background: url(/images/newspaper_go.png) 0 1px no-repeat;
  padding-left: 25px;

}

#detailsLeftCol {
  float: left;
  width: 280px;
}

#detailsLeftCol ul {
  padding: 0;
  width: 100%;
}

#detailsLeftCol ul li {
  list-style-type: none;
  text-align: center;
  width: 228px;
  height: 160px; 
  background: #e8e8e8;
  margin: 0 5px 5px 0;
  padding: 3px 2px 5px 2px;
}

#detailsLeftCol ul li a {
  display: block;
  color: #4f4f4f;
  text-decoration: none;
  font-size: .75em;
}

#detailsLeftCol ul li img {
  padding-bottom: 7px;
}

#detailsRightCol{
  width: 630px;
  float: left;
  margin-left: 35px;
  padding-bottom: 40px;
}

#detailsRightCol h2 {
  line-height: 1em;
}

.marginBottom {
  margin-bottom: 30px;
}

.generic {
  padding-left: 40px;
}

.ads {
  width: 100%;
  text-align: center;
  padding: 30px 0 10px 0;
  float: left;
}

.adsblock {
  text-align: left;
}

#latestNews {
    clear: both;
    padding-top: 40px;
}

#latestNews ul {
    list-style: none;
}

#adblock {
    
}

.indexcat {
    display: block;
    background-color: #FFF; 
    color: #f28300;
    text-align: center;
    padding: 2px 5px 2px 5px; 
    margin: 3px 5px 3px 5px;
    font-weight: bold;
    text-decoration: none;
    float: left;
}

.indexcat:hover {
    color: #ff6300; 
}

.success {
    margin-left: 100px;
    line-height: 200%;
    font-size: 1.1em;;    
}

#usermenu {
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

#usermenu a {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
}

#usermenu a:hover {
    text-decoration: none;
}

.edit-content, .edit-content-sub {
    background: url(/images/edit-icon.png) no-repeat right;    
    cursor: pointer;
}

.edit-content-sub {
    background: url(/images/edit-icon-sub.png) no-repeat right;
}

.edit-content span, .edit-content-sub span {
    float: right;
    padding-right: 30px;
    text-decoration: underline;
}

.action-message {
    text-align: center;
    position: relative;
    top: -65px;
    width: 950px;
}

.action-message strong {
    min-width: 200px;
    padding: 3px;
    background-color: #FAEEBE;
    border: 1px solid #F0C26C;    
    font-weight: bold;
    color: #000;
}



#sysupdate {
    width: 450px;
/*    border: 1px solid #000;*/
}

#sysupdate ul {
    list-style: none;
}
#sysupdate ul li {
    padding: 3px;
    font-size: 1.1em;
}
#sysupdate ul li.second {
    background: #FAFFBE;
}

a#submit-system {
    margin-left: 100px;
    font-size: 1.1em;
    font-weight: bold;
    color: orangered;
}

a#submit-system:hover {
    color: #000;
}
