body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   background:#000;
}

* {   font-size: 12px;}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, li, dd, dt, dl, address, hr {
   margin: 0;
   padding: 0;
}
h1, h2, h3, h4, h5, h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 100%;
}
a {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
   }
h1 {
   font-size: 27px; color:#000;
}
h2 {
   font-size: 12px; color:#fff;padding:5px 0 5px 20px;background: url(../images/h2_top_bg.gif) repeat-x;height:16px;font-weight:bold;
}
h3 {
   font-size: 150%;
}

fieldset {
   margin-bottom: 1em;
   padding: 1em;
}
img {
   border: 0;
}
pre, code {
   font-size: 11px;
}
hr {
   height: 1px;
   border: 1px solid gray;
}
p {
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;
}
code {
   white-space: pre;
}

.invisible {
    display: none;
}

#breadcrumb, #breadcrumb a {
font-size:11px;
color:#999;
}
/**
 * Header definitions
 */
#header {
    position: relative;
    min-height: 55px;
    height: 0em;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    padding: 0px 0;
}
.header {
    margin: 0px;
    padding: 0px;
}

/**
 * phpMyFAQ title
 */
#header h1 {
   padding-left: 30px;
   font-weight: bold;
   height:55px;
   font-size:0px;
   background:#ffffff url(../../images/logo.gif) no-repeat;      
}
#header a {
   text-decoration: none;

   color:#fff;
}

/**
 * Main navigation
 */
#header ul {
   width: auto;
   position: absolute;
   bottom: 0;
   right: 0;
   margin: 0;
   padding: 0 0px 0 0;
   list-style: none;
}
#header li {
   float: left;
   padding: 0 6px 0 0;
   margin: 0 1px 0 0;
   display: inline;
   white-space: nowrap;
}
#header ul a {
    float: left;
    display: block;
    padding: 6px 6px 6px 6px;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    border: 1px solid;
}
#header ul a:hover {
   text-decoration: underline;
}

}

/**
 * Categories
 */
#categories {
   width: 210px;
   padding: 0;
   font-size: 100%; 
   background:#e3e3e3; 
}
#categories ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}
#categories li {
   margin: 0;
   border-left: 0px solid;

}
#categories li a {
   display: block;
   padding: 6px 5px 6px 15px;
   text-decoration: none;
   border-bottom: 0px solid;  
    
   height: 16px; /* stupid IE fix */
}
html>body #categories li a {
   width: auto;
}
#categories li ul li {
   margin: 0;
   border-left: 0px
}
#categories li ul a {
   padding: 3px 5px 3px 25px;
   background: url(../images/cat_icon2.gif) no-repeat 11px 6px;      
}
#categories ul ul ul a {
   padding-left: 40px;
   background: url(../images/cat_icon2.gif) no-repeat 26px 6px;         
}
#categories ul ul ul ul a {
   padding-left: 55px;
   background: url(../images/cat_icon2.gif) no-repeat 41px 6px;         
}

#categories ul ul ul ul ul a {
   padding-left: 70px;
   background: url(../images/cat_icon2.gif) no-repeat 56px 6px;          
}

#categories .active {
font-weight:bold;
}
#categories .subcat a {
}
#categories .subcat .active {
font-weight:bold;
}

/**
 * Search box and language selection box
 */

#search {    
		margin-top: 0px;    
		border: 0px solid;
    padding: 0px;
    height:0px;
}
#categories { 
    margin-top: 0px;
} 
#langform,
#loginform {
    margin-top: 10px;
    border: 1px solid;
    padding: 5px;
}
#search fieldset,
#langform fieldset,
#loginform fieldset {
    display: inline;
    border: 0;
}
#search input[type=text],
#search .inputfield,
#langform .inputfield,
#loginform .inputfield {
    border: 1px solid;
    width: 150px;
}
#instantfield,
#instantfield .inputfield{
    width: 99%;
}

#search input[type=submit],
#voting input[type=submit],
#msgNewContentSubmitID input[type=submit],
#msgS2FButtonID input[type=submit]
#langform input[type=submit],
#loginform input[type=submit] {
    margin-top: 3px;
    padding: 0;
    border: 1px solid;
    margin-left: 0;
}

/**
 * Number of current users
 */
#useronline {
   margin-top: 10px;
   text-align: center;
}

/**
 * Top 10, Latest articles, Tag cloud and all records in one category
 */
#topten,
#latest,
#tagcloud,
#allcategoryarticles {
   margin-bottom: 10px;
}
#topten h3,
#latest h3,
#tagcloud h3,
#allcategoryarticles h3 {
   font-size: 135%;
   border: 1px solid;
   margin-bottom: 5px;
   padding: 4px 4px 2px 4px;
  
}
#topten img,
#latest img {
    float: right;
    margin-top: -16px;
}
#topten ol,
#latest ol {
    margin-left: 15px;
    list-style-type: decimal;
}
#topten li,
#latest li {
    list-style-type: decimal;
}
#tagcloud .relevance1 {
    font-size: 80%;
}
#tagcloud .relevance2 {
    font-size: 100%;
}
#tagcloud .relevance3 {
    font-size: 120%;
}
#tagcloud .relevance4 {
    font-size: 140%;
}
#tagcloud .relevance5 {
    font-size: 160%;
}


/**
 * Main content
 */
.main-content {
   padding: 0px;
   margin: 0;
   line-height: 1.3;
   border:0px solid #d6d6d6;   
   background:#fff;
}

.main_image {background: url(../images/support_start.gif) no-repeat;width:648px;height:140px;padding: 90px 0 0 275px;}
.main_image .comment {width:348px;height:70px;background-color: black; opacity: 0.85; filter: Alpha(opacity=85); visibility:visible;color:#fff;}
.main_image .comment h2 {color:#fff;padding:10px 0 5px 10px;margin:0px;font-size:21px;font-weight:normal;}
.main_image .comment p {color:#fff;padding:0 0 10px 10px;margin:0px;font-size:13px;}

.main-content h1 {font-size:18px;font-weight:normal;margin:10px 0 10px 0px;}

.main-content h2  {font-size:18px;font-weight:normal;margin:10px 0 10px 0px;background-image:none; padding:0 0px;}
.main-content h3 {
   border-bottom: 1px solid;
   margin-bottom: 7px;
   background-image: none;
   border:0px solid;
   
}
.main-content pre,
.main-content code {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;     /* Opera 4 - 6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 - Text module (Candidate Recommendation)
                                   http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;      /* IE 5.5+ */
}
.main-content h2#article_category {
   font-size: 145%;
   font-style: italic;
   margin: 5px 0 5px 0;
   border-bottom: none;
}
.main-content ul, ol {
    padding-left: 1em;
    list-style-image: none;
    list-style-position: outside;
}
.main-content li {
   margin-left: 20px;
}
.main-content #solution_id {
   float: right;
}
.main-content .searchpreview {
    font-size: 10px;
}
.main-content div#action,
.main-content div.translation {
    padding-top: 10px;
    text-align: center;
}
#article_content {
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;
}
.main-content div#voting fieldset {
    margin-top: 10px;
}
.main-content table.openquestions {
    width: 100%;
}

.main-inner {padding: 0px;background:#fff;}
/**
 * Main content - news section
 */

.main-content #news h2 {
    font-size: 135%;
    border: 1px solid;
    margin-bottom: 5px;
    padding: 2px 4px 2px 4px;
}
.main-content #news h3 {
   font-size: 135%;
   border-bottom: 1px solid;
   margin-bottom: 7px;
}
.main-content #news h3 a {
    text-decoration: none;
}
.main-content #news h2#news_header {
    font-size: 175%;
    background: none;
    border: none;
    border-bottom: 1px solid;
    margin-top: 7px;
    margin-bottom: 7px;
}
.main-content #news img#newsRSS {
    float: right;
    margin-top: -16px;
}
.main-content #news img#goNews {
    border: none;
}
.main-content #news .block {
   margin-top: 7px;
   margin-bottom: 7px;
}
.main-content #news .date {
   font-size: 80%;
   margin-bottom: 12px;
}
#news_content {
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;
}

/**
 * Table definitions in the main content column
 */
.main-content table {
   overflow: scroll;
   padding: 0;
   margin: 0;
}
td, th, .main-content td {
   padding: 2px;
   margin: 0;
}
.main-content th {
   border: 0;
   padding: 2px;
   text-align: center;
   vertical-align: middle;
}

/**
 * Form and Fieldset definitions in the main content column
 */
.main-content form {
   width: 99%;
}
.main-content fieldset {
   border: 1px solid;
}
.main-content textarea.inputarea, .main-content form .inputfield, .main-content select {
   margin: 2px;
   border-width: 1px;
   border-style: solid;
}
.main-content form input[type=radio], .main-content form input[type=checkbox] {
   border: 0;
}
.main-content label.left {
   float: left;
   text-align: right;
   width: 150px;
   margin-right: .3em;
}
.main-content form br {
   clear: both;
}
.main-content #article_categories {
    float: right;
    width: 220px;
    margin: 0 0 10px 20px;
}
.main-content #article_categories fieldset {
}
.main-content #article_categories legend {
}
.main-content #article_categories ul {
    list-style: none outside;
    margin-left: 0px;
}
.main-content #article_categories ul li {
    margin: 0;
    padding: 0;
}

/**
 * Submit button definitions
 */
input[type=submit] {
   border: 2px solid;
   padding: 2px 4px;
   margin-left: 0;
}

/**
 * Comments
 */
.comment {
   padding: 1.0em;
   margin: 0.5em 0;
}

/**
* Left and right sidebar definitions
*/
.sidebar {
  padding: 0;
  margin: 0;
}

body {
   margin: 0px;
   padding: 0px;
}
* html>body {
   margin-right: -3px; /* IE hack */
}
div {
   border: 0;
   margin: 0px;
   padding: 0px;
}

/**
 * Main wrapper around the div containers
 */
#wrapper1 {
   width: 100%;
   background:#000000 url(../../images/body_bg.gif) repeat-x;   
}
#wrapper2 {
   width: 900px;
   min-height:740px;
   background: #e7e8e9 url(../../images/wrapper2_bg.gif) repeat-x;   
   margin: 0px auto;
   padding: 0px 10px;
}

#wrapper3 {
   width: 880px;
   min-height:720px; 
   background:#ffffff;
   padding: 10px;
}


/**
 * Main columns definitions
 */
.columns {
   border: none;
   margin-top: 0px;
}
.leftcolumn {
   float: left;
   left: 0px;
   width: 210px;
   margin: 0 0 10px 0;
   padding-left: 0px;
   border:0px solid #d6d6d6;   
}
.rightcolumn {
   position: static;
   float: right;
   width: 200px;
   margin: 0px 0 50px 0;
   padding-right: 10px;
}
.centercolumn {
   margin-left: 230px;
   width: 648px;

}

/**
 * Padding definitions for the columns
 */
.centerpadding, .leftpadding, .rightpadding {
   margin: 0px;
   padding: 0px;
}
.rightpadding {
   padding-left: 0;
}
.centerpadding {
   padding: 0px;
}
.clearing {
   height: 0;
   margin: 10px;
   clear: both;
   display: none;
}

/**
 * Definitions for version info and copyright on contact page
 */
#version {
   margin-top: 20px;
   text-align: center;
}
#copyright {
   margin-top: 12px;
   font-size: 80%;

   text-align: center;
}

/**
 * Footer definitions
 */
#footer {
   margin-top: 10px;
   clear: both;
}
#footer p#copyrightnote {
   text-align: right;
      margin:0 10px 0 0;
      font-size:10px;   
      color:#666;
}

#footer {
	background:#333;
	width:920px;
	height:22px;
	color:#fff;
	font-size:11px;
	font-family:Verdana;
  text-align: right;
	padding:10px 0 0 0px;
}
#footer p {
	color:#fff;
	font-size:11px;
	font-family:Verdana;
	margin:0;
	padding:0;
}
#footer a {
	color:#FFF;
}

#footer_links {
   margin: 0px auto;
   text-align:center;
}

#footer_links a{
   font-size:11px;color:#999;
}



.little {display:none;}

.phpmyfaq_ul li{padding:3px 0;}

.main-content li{padding:3px 0;list-style-type:none;}

.sc_total {padding:3px 0 3px 15px;border-bottom:1px solid #fff; background:#ededed;font-size:11px;color:#484848}
.sc_total_green {color:#008000;font-size:11px;}



/* account_history | Start */
.orderhisttop {border: 1px solid #bebcb7;overflow:hidden;list-style-type:none;background:#ededed;}
.orderhisttop ul{list-style-type: none;margin: 0;padding: 0;}
.orderhisttop li {float: left;padding-left:0px;height:26px;line-height:26px;}
.orderhisttoptab {background:#ededed;height:26px;line-height:26px;}
.orderhistcontent {background:#fafafa;overflow:hidden;line-height:60px;height:60px;border: 1px solid #bebcb7;list-style-type:none}
.orderhistcontent ul{list-style-type: none;margin: 0;padding: 0;}
.orderhistcontent li{float: left;}
.orderhistsubtab {padding:0px;height:140px;}
.orderhistvalue {text-align:right;padding:10px 10px 5px 0;}
.orderhistblock td{font-size:12px;}
.orderhistinvoice {}
/* account_history | Stop */

.input_login {width:180px;height:18px;padding:2px;border:1px solid #666;}