﻿body {
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
h2
{
     font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    }
p
{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify;
}
.divHomePage
{
    background-position: 30px 30px; 
    padding: 20px 100px 20px 85px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    text-align: left; 
    background-image: url('../images/misc/gamo-Icon.png'); 
    background-repeat: no-repeat;
    }
 .outerDiv
{
   /* background-image: url(   '../images/misc/background_screen.gif' );*/
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;
    margin-bottom: 20px;
}
.divPageTitle
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #A60000;
    margin-bottom: 0px;
}
.productList_name
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #d40f11;
    font-weight: bold;
}
.tableProductList
{
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #FFFFFF #808080 #808080 #808080;
    width: 610px;
   
}
.productList_description
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.productList_itemnumber
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.productList_price
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
}
.Arial11BoldRed
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    text-decoration: none;
}
.divWarningLabel {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
