/* 
    Formatting rules for fonts, paragraphs and tables
*/

body { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #cfcfcf;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
a:hover {
    text-decoration: underline;
}
span.error {
    color: red;
}
.portletBody {
    border: 1px #424242 solid;
    margin-bottom: 4px; 

}

.portletBody h1.title {
    margin-top: -1px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: normal;
    height: 20px;
    padding: 5px;
    color: white;
    background-color: #424242;
    background-repeat: no-repeat;
}
.portletdata {
    padding: 8px;
}

.portletHeader {
    background-color: #666666;
    color: #ffffff;
    height: 20px;
    font-size: 10pt;
}
.pathcontainer {
    margin: 0px;
    margin-bottom: 4px;
}
.sectionimage {
    padding: 0px;
    border: 0px green solid;
    margin-bottom: -2px;
}
div.highlight {
    background-color: #cccccc;
    float: right;
}
div.highlight img {
    float: left;
}

ul.topproducts {
    list-style: none;
    margin-left: -25px;
}
ul.topproducts li {
    text-align: center;
}

div.pathcontainer {
    float: left;
    margin-bottom: 4px;
}

td.path {

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

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

table.products {
    border-left: 1px #aaaaaa solid;
    border-top: 1px #aaaaaa solid;
    border-bottom: 1px #aaaaaa solid;
}
table.products th {
    background-color: #d1d3d4;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    text-align: center;
    border-right: 1px #aaaaaa solid;
}
table.products td {

    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    text-align: center;
    border-right: 1px #aaaaaa solid;
}
table.products tr.outline {
    background-color: #eeeeee;
    font-size: 10pt;
    color: #000000;
}
table.products td.mark {
    font-weight: bold;
    text-align: left;
}

ul.categories {
	padding: 0px;
	background-color: White;
        margin: 0px;
}

ul.categories li{
	list-style: none;
	background-image: url("resources/qa_l.gif");
	background-repeat: repeat-y;
        background-position: -2px;
	padding: 4px;
        padding-left: 0px;
        height: 12px;

}
ul.categories li.last {
    background-repeat: no-repeat;
}
ul.categories li a {
	font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
	text-decoration: none;
	color: black;
        background-image: url("resources/qa_d.gif") ;
        background-repeat: repeat-y;
        padding-left: 18px;
        border: 0px;
        background-position: 1px 0;
        height: 12px;
}
ul.categories li a:hover {
	color: white;
        background-color: #999999;
	text-decoration: none;
        height: 12px;
}

ul.resources {
	
	background-color: White;
	
}
ul.resources ul{
	
}
ul.resources li {
	list-style: url("resources/arrow.gif") ;
	margin-left: -10px;
        font-size: 8pt;
        border-bottom: 1px #cccccc solid;
        margin-bottom: 2px;
        padding: 5px;
}
ul.resources li a {
	font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
	text-decoration: none;
	color: black;
        
}
ul.newsflash li {
	list-style: none;
	padding: 2px;
        margin-left: -40px;
        font-size: 8pt;
        border-top: 1px #cccccc solid;
}
ul.newsflash li a {
	font-family: Arial;
        font-size: 10pt;
	text-decoration: none;
        font-weight: bold; 
	color: black;
        padding: 2px;
}

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

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

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


