/* 
    Formatting rules for fonts, paragraphs and tables

   dark-gray:#2f3137;
   mid-gray:#3a3c43;
   text-gray:#7b7d85;
   bright-txt:#bfc3d1;
   link-color:#64909c;
   yellow:#ffb229;
   blu:#0a2375;
   grayyellow:#8f7739;

*/

body { 
    font-family:  arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #38342d;
    background-color: #ffffff;
}
a {   
    color: #ff9000;
    text-decoration: none;
}
a:hover {
    color: #ff9000;
}
a:visited { 
    color: #ff9000;
}
span.error {
    color: red;
}

hr {

  border: 0;
  width: 80%;
  color: #7b7d85;
  background-color: #7b7d85;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
}

div.cleardiv {
    clear: both;
    height: 0px;
}



.portletBody .title {
    color: #837858;
    font-size: 14px;
    font-weight: normal;
    background: url("resources/main.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    padding-top: 0px;
    height: 25px;
}

.portletdata {
    /**/
}


.sectionimage {
    position: relative;
    padding: 0px;
    border: 0px green solid;
    margin: 0px;
    width: 770px;
    height: 220px;
    z-index: 10;
}
 
.portletBody {
    padding: 20px;   
    width: 100%-20px;
    color: #38342d;
}

.portletBody h1{
    font-family: verdana;
    color: #837858;
    font-size: 14px;
}
.portletBody h2 {
    font-family: verdana;
    color: #837858;
    font-size: 12px;
}
.portletBody h3 {
    font-family: verdana;
    color: #837858;
    font-size: 10px;
}



div#newsflash_roller 
{
    position: relative;
    margin-top: 5px;   
    width: 250px;
    height: 150px;
    color: #000000;
    border: 0px solid red;
    background: #e0d9c4;
    padding: 5px;
}

div#newsflash_roller .date {
    display: none;
    color: #837858;
    font-weight: bold;
}
div#newsflash_roller .description {
    display: inline;
    color: #38342d;
    font-weight: bold;
}
div#newsflash_roller .intro {
   font-style: italic;
   color: #38342d;
}

div#newsflash_roller .intro  p {
   display: inline;
}

.portletFooter {
 width: 100%;
 float: left;
 text-align: left;
 color: #ffffff;
 padding-top: 5px;
 
}



div.highlight {
	margin: 0px;
	border: solid 0px #f4f2f3;
	width: 100%;
	float: left;
	z-index: 20;
}


div.highlight div.trans{
    
    background-repeat: no-repeat;
    background-image: url("resources/highlightbg.png");
    
    padding-left: 50px;
    padding-top: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    width: 250px;
    height: 40px;
    border: solid 0px #f4f2f3;
    z-index: 22;
    
    
    
}

div.highlight div.notrans{
    
    background-repeat: no-repeat;
    background-image: url("resources/highlightbgh.png");
    
    padding-left: 50px;
    padding-top: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    width: 250px;
    height: 40px;
    border: solid 0px #f4f2f3;
    z-index: 22;
    
}

ul.topproducts {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 150px;
}
ul.topproducts li {
    text-align: center;
    float: left;
    margin-right: 5px;
}
ul.topproducts li table {
    border: 4px solid #31312e;
    background-color: #31312e;
    height: 150px;
}

div.pathcontainer {
    
    margin-bottom: 4px;
    margin-right: 0px;
    margin-left: 5px;
    padding: 0px;
}

td.path {

    vertical-align: middle; 
    background-color: #999999;
    color: white;
    height: 20px;
    padding: 5px;
    padding-bottom: 4px;
    width: 375px;
}
td.path a {
    text-decoration: none !important;
    color: white;
}

td.pathselected {
    background-color: #cccccc;
    color: #425072;
    text-align: left;
    width: 160px;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 4px;
    height: 20px;
}

table.products {
    
    width: 100%;
    padding: 10px;

}
table.products th {
    background-color: #a7d1e9;
    font-size: 10pt;
    color: #31312e;
    font-weight: normal;
    text-align: center;
    border-right: 1px #aaaaaa solid;
    border-bottom: 1px #aaaaaa solid;
    padding: 2px;
}
table.products td {
    background-color: #cccccc;
    font-size: 10pt;
    color: #31312e;
    font-weight: normal;
    text-align: center;
    border-right: 1px #aaaaaa solid;
    padding: 2px;
}
table.products tr.outline td{
    background-color: #acadae;
    font-size: 10pt;
    color: #31312e;
    padding: 2px;
}
table.products td.mark {
    font-weight: bold;
    text-align: center;
}

ul.categories {
	padding: 0px;
	background-color: #595c51;
        margin: 0px;
}

ul.categories li{
	list-style: url("resources/list_style.gif");
	padding-left: 5px;
        margin-left: 40px;
        margin-top: 0px;
        border: 0px solid red;
        font-size: 10pt;
}

ul.categories li ul li{
    margin-left: 0px;
}

ul.categories li a {
	
	text-decoration: none;
	color: #cccccc;
        border: 0px;
	padding-bottom: 10px;        
	   
        font-size: 10pt;
}
ul.categories li a:hover {
	
        color: #bb5e33;
	text-decoration: none;
        
}


td.categoriescell {
	width:190px;
        height:220px;
}

div.catpreview {
        position: absolute;
        width: 333px;
        z-index: 1;
        visibility: hidden;
        border: 1px #999999 solid;
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
}

ul.resources {
	
        padding:  0px;
        margin: 0px;
}
ul.resources ul{
        margin: 0px;
        padding:  0px;
        width: 100%;
}
ul.resources li {
        list-style: none;
        font-size: 10pt;
        color: #d79d4b;

        width: 100%;
        padding: 0px;
        margin-bottom:10px;
}
ul.resources li i {
        color: #38342d;
        font-size: 8pt;
}
ul.resources li a {
	font-family: Arial, Verdana, sans-serif;
        font-size: 10pt;
	text-decoration: none;
	color: #ffffff;
        
}
ul.resources .download {
   
    padding-top:5px;
    padding-bottom:5px;
    padding-right:70px;
    padding-left:10px;
    
    background-image: url("resources/download.png");
    background-repeat: no-repeat;
    cursor:pointer;

}

.websearchresults ul {
   padding-left: 0px;
   padding-right: 0px;
   list-style-image: none;
   list-style-type: none;
   margin: 0px;
}
.websearchresults li {
   margin-left: 10px;
   margin-top: 10px;
   padding-left: 0px;
   padding-right: 0px;
   
}
.websearchresults li a {
   text-decoration: underline;
   font-size: 110%;
}
.pagerbottom {
   
    margin-bottom: 0px;
    padding: 1px;
    color: white;
    
    font-weight: normal;
}
.pagerbottom  a {
   color: white;
   text-decoration: underline;
   font-weight: normal;
      
}

table.productdetail{
    border: 2px solid #31312e;
    background-color: #31312e;
}

.productname {
    color: #abd3ea;
    font-size: 18px;
    font-weight: normal;
}


div.news_contentlist div.description {
    font-size: 16px;
    border-top: 1px solid #837858;
    clear:both;
    margin-top: 5px;
}

div.news_contentlist div.newstoolbar {
    margin-bottom: 10px;
    
}

div.news_contentlist span.commlink {
    float:right;
}

div.news_contentdetail div.description {
    font-size: 16px;
    color:#FF9000;
    font-weight:bold;
}

div.rssfeed {
    width: 24px;
    height: 24px;
    background-image: url(resources/rss.png);
    background-repeat: none;
}
div.rssfeed a{
    width: 24px;
    height: 24px;
    display: block;
}

span.rssfeed {
    width: 24px;
    height: 24px;
    
}
span.rssfeed a{
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(resources/rss.png);
    background-repeat: none;
}
