﻿body
{ 
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    background-image: url('file:///C:/Users/Nor/Documents/Websites/Liba/Images/Canvas.jpg'); background-repeat: repeat;
}


a img, a:hover img
{
    border: none;
    vertical-align: top;
}

td
{
    text-align: left;
    vertical-align: top;
}

h1
{
    color: #79B168;
    font-size: 20px;
    font-weight: bold;
}

h2
{
    color: #3F9922;
    font-size: 16px;
    font-weight: bold;
}

h3
{
    color: #79B168;
    font-size: 14px;
    font-weight: bold;
}

a
{
    color: #3F9922;
    font-weight: bold;
    text-decoration: none;
}
  
a:hover
{
    background-color: #3F9922;
    color: #FFF;
}

#ProductTable a, a:hover, a:visited, a:link
{
    text-decoration: none;
}

.mycomments
{
    color: #FF0000;
}

.ContentLeft
{
    width: 575px;
    padding-right: 18px;
}
    
.ContentRight
{
    width: 367px;
}

#MyAccordion td
{
    border: 1px solid #999;
    vertical-align: top;
}

#MyAccordion .accordion_heading, .accordion_heading a
{
    border: 1px solid #999;
    color: #FFF;
    background-color: #79B168;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 30px;
}

#MyAccordion .accordion_heading a:hover, .accordion_heading a:active
{
   background-color: #3F9922;
}
	
#MyAccordion .accordion_content
{
    background-color: #fff;
    color: #444;
}
